diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:39:41 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:37 +0100 |
commit | 7eea5d3e6051be189736b94e13be847159c87cd7 (patch) | |
tree | c046043a8e2a0fcb4702344f6a87883c9efb5b72 /npc/re/cities/brasilis.txt | |
parent | bd18b127755adaea4d958574b5b7f26c8d818b50 (diff) | |
download | hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.gz hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.bz2 hercules-7eea5d3e6051be189736b94e13be847159c87cd7.tar.xz hercules-7eea5d3e6051be189736b94e13be847159c87cd7.zip |
ItemID to Constant: re Folder
Diffstat (limited to 'npc/re/cities/brasilis.txt')
-rw-r--r-- | npc/re/cities/brasilis.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/cities/brasilis.txt b/npc/re/cities/brasilis.txt index 9d2dfa109..77e2635e3 100644 --- a/npc/re/cities/brasilis.txt +++ b/npc/re/cities/brasilis.txt @@ -157,14 +157,14 @@ brasilis,137,77,5 script Ice-Cream Maker 4_M_03,{ mes "It's only ^3355FF100 Zeny^000000~ Seriously!"; close; } - if (!checkweight(536,.@input)) { + if (!checkweight(Ice_Cream,.@input)) { mes "[Ice Cream Maker]"; mes "You seem to have too much stuff."; mes "Lighten your pack before buying this."; close; } Zeny -= .@icecream_hap; - getitem 536,.@input; //Ice_Cream + getitem Ice_Cream,.@input; close; case 2: mes "[Ice Cream Maker]"; |