Skip to content

Commit

Permalink
Another fix for the SoD den of thieves quest
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed May 22, 2022
1 parent 9170a5d commit 47b998b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eefixpack/files/d/bgee_sod_core_fixes.d
Expand Up @@ -2,4 +2,10 @@
// can enter branch with bd_sdd305_den_of_thieves < 4, but always set to 1 on exit, potentially breaking quest
EXTEND_BOTTOM bdstoneh 54
IF ~!Global("bd_sdd305_den_of_thieves","global",0)~ THEN DO ~AddJournalEntry(61530,QUEST)~ EXIT
END
END

// tbd, cam
// threatening Waizahb as a paladin doesn't spawn Rhynwis, stalling the quest
ADD_TRANS_ACTION BDWAIZAH BEGIN 3 END BEGIN 0 END ~SaveLocation("LOCALS","bd_default_loc",[2337.300])
SetGlobal("bd_retreat","locals",1)
CreateCreature("bdrhynwi",[2246.246],SW)~

0 comments on commit 47b998b

Please sign in to comment.