diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:32:03 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:35 +0100 |
commit | a1d160ead032b63a0f696a34961df9e099154402 (patch) | |
tree | ff5b9b3eca3753c358667c4089fdb093b42bac28 /npc/jobs/2-2e | |
parent | bfc63570ef3f5c37eab9c84d62a382bd54c66ff4 (diff) | |
download | hercules-a1d160ead032b63a0f696a34961df9e099154402.tar.gz hercules-a1d160ead032b63a0f696a34961df9e099154402.tar.bz2 hercules-a1d160ead032b63a0f696a34961df9e099154402.tar.xz hercules-a1d160ead032b63a0f696a34961df9e099154402.zip |
ItemID to Constant: instances/jobs Folder
Diffstat (limited to 'npc/jobs/2-2e')
-rw-r--r-- | npc/jobs/2-2e/SoulLinker.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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]"; |