Skip to content

BUG in BDsarc03.bcs (NPC interjection)

DyaraDyara Member Posts: 25
I don't know if this is reported already but it seems Ajantis and Alora are somewhat mixed up in BDsarc03.bcs (container 3 in area BD0120, that's the SoD starting area)...

IF GlobalLT("bd_mdd000i_ot","bd0120",3) GlobalTimerExpired("bd_mdd000i_timer","bd0120") Global("bd_mdd000i_ot_Alora","bd0120",0) IfValidForPartyDialog("Alora") THEN RESPONSE #200 Continue() RESPONSE #100 IncrementGlobal("bd_mdd000i_ot","bd0120",1) SetGlobalTimer("bd_mdd000i_timer","bd0120",2) DisplayStringHead("Ajantis",57767) // Oohhh, this look interesting. SetGlobal("bd_mdd000i_ot_Ajantis","bd0120",1) END IF GlobalLT("bd_mdd000i_ot","bd0120",3) GlobalTimerExpired("bd_mdd000i_timer","bd0120") Global("bd_mdd000i_ot_Alora","bd0120",0) IfValidForPartyDialog("Alora") THEN RESPONSE #200 Continue() RESPONSE #100 IncrementGlobal("bd_mdd000i_ot","bd0120",1) SetGlobalTimer("bd_mdd000i_timer","bd0120",4) DisplayStringHead("Ajantis",57768) // Careful, <CHARNAME>. Though Korlasz be dealt with, there may yet be danger here. SetGlobal("bd_mdd000i_ot_Ajantis","bd0120",1) END

So Ajantis says Alora's line while Ajantis' line is never said.
Sign In or Register to comment.