From b3e8bfcadc3d457ab588449f2e7b9ca6aa7ccd0e Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 20 Aug 2008 21:10:05 +0000 Subject: Follow up to r13091, fixed weight check in stone dismantler. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13102 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_umbala.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/quests/quests_umbala.txt') diff --git a/npc/quests/quests_umbala.txt b/npc/quests/quests_umbala.txt index 4b91a751a..2309bfc2a 100644 --- a/npc/quests/quests_umbala.txt +++ b/npc/quests/quests_umbala.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= sabernet09 & eAthena Team //===== Current Version: ===================================== -//= 2.2 +//= 2.2a //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -36,6 +36,7 @@ //= 2.0 Updated hack check and added a weight check to dismantling. [SinSloth] //= 2.1 Rescripted to Aegis 10.3 standards. Added strange quest. [L0ne_W0lf] //= 2.2 Readded the ability to dismantle multiple stones at once. [L0ne_W0lf] +//= 2.2a Fixed weight check from previous update. [L0ne_w0lf] //============================================================ //============================================================================== @@ -701,7 +702,7 @@ um_in,44,71,2 script Utan Shaman 782,{ input .@input,0,11; if ((.@input > 0) && (.@input < 11)) { if (countitem(.@divide) >= .@input) { - if (checkweight(.@divide,.@input * 300) == 0) { + if (checkweight(908,(.@input * 30)) == 0) { mes "[Puchuchartan]"; mes "You're carrying too"; mes "many items right now."; @@ -800,7 +801,7 @@ um_in,44,71,2 script Utan Shaman 782,{ mes "you to bring "+.@input+" pure earth stone."; break; } - mes "^3377FF1 "+.@input+" "+getitemname(.@divide)+"^000000."; + mes "^3377FF"+.@input+" "+getitemname(.@divide)+"^000000."; next; mes "[Puchuchartan]"; mes "That's all I need..."; -- cgit v1.2.3-70-g09d2