The forum has been set to read-only mode. For community discussion and questions, head over to our Discord: https://discord.taleoftwowastelands.com

Bug: Challenge: Legacy Character activated by character owns costume

Have something to say about Tale of Two Wastelands or have an idea for a new feature? Let us know here.
Post Reply
KojiroAK
Posts: 2
Joined: Sun Jul 26, 2015 10:08 am

Bug: Challenge: Legacy Character activated by character owns costume

Post by KojiroAK » Sun Jul 26, 2015 10:35 am

TTW Vers. 2.9.4a


Bug: being able to get the challenge completed by having the costume of Antagonizer in your inventory while killing her.


Steps to reproduce

Go to the Antagonizers lair (i used the vent entry with lockpicking to get in there)


Talk her out of her role with speech check (didn't try an alternate route so far)


Kill her (I made it with a sneak kill while wearing the chinese stealth suite from Ancorage)


 


//Sorry if this isn't the right board, but I failed to find an appropriate button under "issues" also after searching.



User avatar
RoyBatty
Gary
Posts: 7742
Joined: Sun Apr 27, 2014 10:26 am
Location: Vault 108

Your description of whatever

Post by RoyBatty » Sun Jul 26, 2015 7:37 pm

Your description of whatever this bug is nearly indecipherable, can you try and make it more clear what the bug is.


 


Image

User avatar
rbroab
Posts: 567
Joined: Sun Jan 20, 2013 2:35 am

So are you saying you

Post by rbroab » Sun Jul 26, 2015 7:46 pm

So are you saying you complete the challenge even without wearing the rivals armor?


And they're NPCs, they can be killed by any weapon. Maybe I'm understanding this whole post wrong though...


I'm not alright, I'm an equal amount of left.

User avatar
RoyBatty
Gary
Posts: 7742
Joined: Sun Apr 27, 2014 10:26 am
Location: Vault 108

Sounds like a bug in the

Post by RoyBatty » Sun Jul 26, 2015 7:48 pm

Sounds like a bug in the challenges for sure, but thanks for making it easier to understand what he was saying.


Image

User avatar
Risewild
Posts: 3219
Joined: Mon Oct 01, 2012 9:14 am

I made a bug report for this

Post by Risewild » Mon Jul 27, 2015 12:48 am

I made a bug report for this issue, thanks you for reporting it laugh.


Note: The bug tracker only allows Trusted Posters and higher ranks to post in it, we had to make it like that because at first it got clogged by users posting things that were not bugs or were caused by mods and not by TTW and it was a mess indecision.


Signature:

KojiroAK
Posts: 2
Joined: Sun Jul 26, 2015 10:08 am

Fix:

Post by KojiroAK » Thu Jul 30, 2015 11:26 am

Fix:


Change Challenge to ScriptedChalenge -> Threshhold 1, Increment 1


Add to MechanistScript within the OnDeath part



if player.getequipped MS02SuitAntagonizer   
if player.getequipped MS02SuitHelmetAntagonizer 
IncrementScriptedChallenge TTWChallengeLegacyCharacter   

endif  
endif 

Add to AntAgonizerScript within OnDeath part  



if player.getequipped MS02SuitMechanist
if player.getequipped MS02SuitHelmetMechanist
IncrementScriptedChallenge TTWChallengeLegacyCharacter
endif
endif

with this both parts of the respective armor are needed to get the challenge, maybe change the challenge text to point that out.


 


/edit sorry, somehow your forum system doesn't like Chrome.



Post Reply