From a1d160ead032b63a0f696a34961df9e099154402 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:32:03 +0530 Subject: ItemID to Constant: instances/jobs Folder --- npc/jobs/2-2e/SoulLinker.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/jobs/2-2e') diff --git a/npc/jobs/2-2e/SoulLinker.txt b/npc/jobs/2-2e/SoulLinker.txt index 0c5ff61db..65febe33e 100644 --- a/npc/jobs/2-2e/SoulLinker.txt +++ b/npc/jobs/2-2e/SoulLinker.txt @@ -211,10 +211,10 @@ morocc_in,174,30,6 script Kid#link1 4_M_KID2,{ mes "like I asked you to?"; next; if (select("There you are.:No, not yet...") == 1) { - if (countitem(732) > 0 && countitem(929) > 0 && countitem(748) > 0) { - delitem 732,1; //Crystal_Jewel__ - delitem 929,1; //Immortal_Heart - delitem 748,1; //Witherless_Rose + if (countitem(Crystal_Jewel__) > 0 && countitem(Immortal_Heart) > 0 && countitem(Witherless_Rose) > 0) { + delitem Crystal_Jewel__,1; + delitem Immortal_Heart,1; + delitem Witherless_Rose,1; SOUL_Q = 2; changequest 6005,6006; mes "[Kid]"; -- cgit v1.2.3-70-g09d2