BG1NPC icon indicating copy to clipboard operation
BG1NPC copied to clipboard

Loop on Petrine's quest

Open basicals opened this issue 7 months ago • 0 comments

This needs a variable or a way to avoid a loop. Otherwise the replies are permanently available. Also, the script removes a RING16 (like in vanilla BG), but it shouldn't, since the removal of the ring is done by the unmoded reply "You be careful to stay out of trouble, kid.", which wraps up the quest.

IF ~!Dead("petrinescat") Dead("BHEREN")~ THEN REPLY @105 DO ~TakePartyItem("%tutu_scriptbg%RING16") AddexperienceParty(1000)~ EXIT
IF ~!Dead("petrinescat") Dead("BHEREN")~ THEN REPLY @106 DO ~ReputationInc(1) TakePartyItem("%tutu_scriptbg%RING16") AddexperienceParty(1000)~ EXIT

basicals avatar Mar 13 '25 09:03 basicals