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/geffen.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/geffen.txt')
-rw-r--r-- | npc/cities/geffen.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/geffen.txt b/npc/cities/geffen.txt index dc1e690a6..6c8ecd1be 100644 --- a/npc/cities/geffen.txt +++ b/npc/cities/geffen.txt @@ -305,7 +305,7 @@ OnTouch: close; } Zeny -= .@Red_potion_hap; - getitem 501,.@input; //Red_Potion + getitem Red_Potion,.@input; break; case 2: mes "[Suspicious Guy]"; @@ -370,7 +370,7 @@ OnTouch: close; } Zeny -= .@Main_gauche_hap; - getitem 1207,.@input; //Main_Gauche + getitem Main_Gauche,.@input; break; case 3: mes "[Suspicious Guy]"; @@ -422,7 +422,7 @@ OnTouch: close; } Zeny -= .@Hood__hap; - getitem 2501,.@input; //Hood + getitem Hood,.@input; break; case 4: mes "[Suspicious Guy]"; |