From b8a35a24447514325731a20a96245094cf29abe1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 3 Mar 2021 12:13:21 -0300 Subject: Playtest Ivanize --- npc/018-5-5/ivanize.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/018-5-5') diff --git a/npc/018-5-5/ivanize.txt b/npc/018-5-5/ivanize.txt index ee0712a49..9d8b54820 100644 --- a/npc/018-5-5/ivanize.txt +++ b/npc/018-5-5/ivanize.txt @@ -5,12 +5,13 @@ // Description: // Evil Fairy -018-5-5,29,38,0 script Ivanize NPC_FAIRY_A,{ +018-5-5,29,38,0 script Ivanize NPC_FAIRY_C,{ function ivanizeBusy; if (strcharinfo(0) == "Manatauro") npctalk3 l("Leave me alone! Stop annoying me!"); .@q = getq(LilitQuest_Ivanize); if (BaseLevel < 50) ivanizeBusy(); if (.@q == 0) goto L_FirstTime; + if (.@q > 0) goto L_Exchange; ivanizeBusy(); end; -- cgit v1.2.3-60-g2f50