Jump to content

Returning the Silver Sword to Underdark Githyanki


Andyr

Recommended Posts

Bug: You should be able to return the Silver Sword to Simyaz the Githyanki in the Underdark, but can't. There's a trigger that cannot be true (Reaction being greater than the highest possibility).

 

Thread: http://forums.spellholdstudios.net/index.php?showtopic=5944

 

Solution: Replace the ReactionGT trigger with a Reaction trigger.

 

Code:

 

COPY_EXISTING ~UDSIMYAZ.DLG~ ~override/UDSIMYAZ.DLG~
DECOMPILE_DLG_TO_D
REPLACE_TEXTUALLY ~ReactionGT(LastTalkedToBy,FRIENDLY_UPPER)~ ~Reaction(LastTalkedToBy,FRIENDLY_UPPER)~
COMPILE_D_TO_DLG

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...