White Agnus, on Aug 26 2009, 11:12 AM, said:
I'll double-check the globals, but they are set up for intended behavior. There is probably some other part of the quest that needs clarification.Hi there,
I also got the bug with Zhurlong and I think it would be fixed if the following block (in vault.d) will be changed:Quote
APPEND ~ZHURLO~
IF ~True() Global("HelpZhurlong","GLOBAL",1) Global("ReturnNashQuest","GLOBAL",6) Global("ReturnNashQuestZhurlo","GLOBAL",0)~ THEN BEGIN VLT69
SAY @167
IF ~~ THEN REPLY @168 DO ~TakePartyGold(10)~ GOTO VLT70 END
IF ~~ THEN BEGIN VLT70
SAY @169
IF ~~ THEN DO ~TakePartyGold(10) SetGlobal("ReturnNashQuestZhurlo","GLOBAL",1)~ JOURNAL @170 EXIT END
END
into:Quote
ADD_TRANS_TRIGGER ~ZHURLO~ 5 ~!Global("ReturnNashQuest","GLOBAL",6)~ DO 0
EXTEND_BOTTOM ~ZHURLO~ 5
IF ~Global("HelpZhurlong","GLOBAL",1) Global("ReturnNashQuest","GLOBAL",6) Global("ReturnNashQuestZhurlo","GLOBAL",0)~ THEN REPLY @168 DO ~TakePartyGold(10)~ GOTO VLT70
END
APPEND ~ZHURLO~
IF ~~ THEN BEGIN VLT70
SAY @169
IF ~~ THEN DO ~TakePartyGold(10) SetGlobal("ReturnNashQuestZhurlo","GLOBAL",1)~ JOURNAL @170 EXIT END
END