diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-03 12:13:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-03 12:13:21 -0300 |
commit | b8a35a24447514325731a20a96245094cf29abe1 (patch) | |
tree | a9069f0f46c22edfd667bccb2646a86c498b1646 /npc/018-5-5 | |
parent | 2f4702e3dce42d612c6225330a39d808038506af (diff) | |
download | serverdata-b8a35a24447514325731a20a96245094cf29abe1.tar.gz serverdata-b8a35a24447514325731a20a96245094cf29abe1.tar.bz2 serverdata-b8a35a24447514325731a20a96245094cf29abe1.tar.xz serverdata-b8a35a24447514325731a20a96245094cf29abe1.zip |
Playtest Ivanize
Diffstat (limited to 'npc/018-5-5')
-rw-r--r-- | npc/018-5-5/ivanize.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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; |