diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:31:31 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:34 +0100 |
commit | 50e59ea8f8cfae5155e8733d4f06d67d91414bb1 (patch) | |
tree | 7efb5f6af006cbf4da7c2ba7f82f151c126cdc90 /npc/cities/yuno.txt | |
parent | 99e13a34742b3c745f8b2247bc0e0a39042b78d1 (diff) | |
download | hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.tar.gz hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.tar.bz2 hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.tar.xz hercules-50e59ea8f8cfae5155e8733d4f06d67d91414bb1.zip |
ItemID to Constant: cities Folder
Diffstat (limited to 'npc/cities/yuno.txt')
-rw-r--r-- | npc/cities/yuno.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/yuno.txt b/npc/cities/yuno.txt index b2367b2d5..59486c8c0 100644 --- a/npc/cities/yuno.txt +++ b/npc/cities/yuno.txt @@ -91,7 +91,7 @@ yuno,337,227,4 script Juno Granny#juno 8_F_GRANDMOTHER,{ mes "*Giggle*"; mes "There you go~"; Zeny -= 1000; - getitem 529,1; //Candy + getitem Candy,1; next; mes "[Granny]"; mes "*Giggle*"; @@ -182,7 +182,7 @@ yuno,165,111,4 script Juno Sage#juno 2_F_MAGICMASTER,,{ mes "[Le Morpheus]"; mes "As you have chosen, you will forget everything, and remain in this virtual reality."; Zeny -= 5000; - getitem 507,1; //Red_Herb + getitem Red_Herb,1; close2; warp "prontera",182,206; end; @@ -190,7 +190,7 @@ yuno,165,111,4 script Juno Sage#juno 2_F_MAGICMASTER,,{ mes "[Le Morpheus]"; mes "You will see the truth."; Zeny -= 5000; - getitem 510,1; //Blue_Herb + getitem Blue_Herb,1; close2; warp "pay_dun03",200,222; end; |