summaryrefslogtreecommitdiff
path: root/npc/merchants/icecream.txt
diff options
context:
space:
mode:
authorKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-19 00:09:56 +0000
committerKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-19 00:09:56 +0000
commit6a3dd115ac3d67fcf09646a829acbfa7768e2fa5 (patch)
tree3267bc22dde60572ce41ddc26e2174de33a8049f /npc/merchants/icecream.txt
parentf1a6d574ac8217f9fcdf6efc92e71ee1b451310d (diff)
downloadhercules-6a3dd115ac3d67fcf09646a829acbfa7768e2fa5.tar.gz
hercules-6a3dd115ac3d67fcf09646a829acbfa7768e2fa5.tar.bz2
hercules-6a3dd115ac3d67fcf09646a829acbfa7768e2fa5.tar.xz
hercules-6a3dd115ac3d67fcf09646a829acbfa7768e2fa5.zip
- Fixed typo on rogue_skills.txt (bugreport:4768)
- Fixed issue on icecream.txt (bugreport:4752) - Added missing prize on comodo_gambling.txt (bugreport:4748) - Rescripted the iRO event scripts. - Updated the Read Me. - Added 2009 Novice Training Grounds. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14711 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/icecream.txt')
-rw-r--r--npc/merchants/icecream.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/merchants/icecream.txt b/npc/merchants/icecream.txt
index ddc5fce03..e6a4deb23 100644
--- a/npc/merchants/icecream.txt
+++ b/npc/merchants/icecream.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= KOOK SWU, Kisuka
//===== Current Version: =====================================
-//= 1.4
+//= 1.5
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -13,6 +13,7 @@
//= 1.2 According to the patch, IceCream seller has been removed from Morocc [Lupus]
//= 1.3 No more label menu and updated to match AEGIS script. [Kisuka]
//= 1.4 Duplicates now spawn from floating NPCs. [L0ne_W0lf]
+//= 1.5 Fixed small checkweight issue. [Kisuka]
//============================================================
- script Ice Cream Maker::IceCreamer -1,{
@@ -62,7 +63,7 @@
mes "Price is ^3355FF100 Zeny^000000 per ice cream.";
close;
}
- if(checkweight(536,.@amount) == 0) {
+ if(checkweight(536,.@input) == 0) {
mes "[Ice Cream Maker]";
mes "Dear customer,you look like you're carrying a lot.";
mes "Ice Cream is fine,";