diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-04 06:17:56 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-04 06:17:56 +0000 |
commit | 00f9ebdb6e85d13202c6f9e94b8b5506b82b5399 (patch) | |
tree | 4407970cdeeec975f68f72bc13fa10b6fbee032b /npc/quests/first_class/tu_merchant.txt | |
parent | 91f82122b62d01b0b6a81d12a1043b76dcb63d77 (diff) | |
download | hercules-00f9ebdb6e85d13202c6f9e94b8b5506b82b5399.tar.gz hercules-00f9ebdb6e85d13202c6f9e94b8b5506b82b5399.tar.bz2 hercules-00f9ebdb6e85d13202c6f9e94b8b5506b82b5399.tar.xz hercules-00f9ebdb6e85d13202c6f9e94b8b5506b82b5399.zip |
fixed weight check. added tabs
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9134 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/first_class/tu_merchant.txt')
-rw-r--r-- | npc/quests/first_class/tu_merchant.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/first_class/tu_merchant.txt b/npc/quests/first_class/tu_merchant.txt index fb02993d2..e03084461 100644 --- a/npc/quests/first_class/tu_merchant.txt +++ b/npc/quests/first_class/tu_merchant.txt @@ -3,14 +3,14 @@ //===== By: ================================================== //= Fix up by Jukka //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN (Testet in Trunk 88xx) //===== Description: ========================================= //= //===== Additional Comments: ================================= //= 1.0 Fully working -//= 1.1 Fixed bugs, optimized [Lupus] +//= 1.1 Fixed bugs, optimized [Lupus] 1.2 fixed Weight check //= TODO: Test, add missing misceffects //============================================================ @@ -1050,7 +1050,7 @@ prt_in.gat,169,11,3 script Aigie 92,{ mes "I am sorry, but you don't have enough money. Would you please get some more Zeny before coming back?"; close; } - if(Čnow_weight < 71){ + if(MaxWeight - Weight < 71){ next; mes "[Aigie]"; mes "Wait, wait!"; |