From db7c6b4f25f5c7929023ae78acd64dab04f94291 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 2 Sep 2012 02:41:45 +0200 Subject: Add check on Arpan NPC to verify if the player equiped or no the chest and leg equipments. --- npc/000-2-1/arpan.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'npc/000-2-1/arpan.txt') diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index a2827260..8d855d6a 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -79,9 +79,10 @@ l_EquipDone: 000-2-1.gat,39,33,0,1 script Magic Arpan 307;5,{ -OnTalk: set @q, getq(ShipQuests_Arpan); + if (@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto l_EquipDone; +OnTalk: mesn; if (@q > 0) goto l_Menu; @@ -207,4 +208,9 @@ l_BeforeMenu: l_Quit: close; +l_EquipDone: + setq ShipQuests_Arpan, 3; + + close; + } -- cgit v1.2.3-70-g09d2