From c54ae348d8e51d038ee1f35f610d56e2ee55522b Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Thu, 28 Feb 2008 05:59:53 +0000 Subject: Implemented several "checkweights" in other NPCs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12258 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/events/lunar_2008.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/events/lunar_2008.txt') diff --git a/npc/events/lunar_2008.txt b/npc/events/lunar_2008.txt index 1492206e4..ff02788aa 100644 --- a/npc/events/lunar_2008.txt +++ b/npc/events/lunar_2008.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -20,7 +20,8 @@ //= or are unsure if your client supports that sprite, an //= alternate NPC header has been included. //===== Additional Comments: ================================= -//= v1.0 First version. +//= 1.0 First version. [L0ne_W0lf] +//= 1.1 Added missing checkweights. [L0ne_W0lf] //============================================================ payon_in01,193,30,4 script Rice Mill Grandma#rat 78,{ @@ -227,7 +228,7 @@ payon,215,127,4 script Rice Mill Man#rat 54,{ //payon,126,113,4 script Miss Lunar#rat 862,{ payon,126,113,4 script Miss Lunar#rat 719,{ mes "[Lunar]"; - if ((MaxWeight-Weight) < 3000) { + if ((MaxWeight-Weight) < 3000 || checkweight(1201,1) == 0) { mes "Oh, I'm sorry, but we"; mes "can't do any business if"; mes "you're carry so much stuff."; -- cgit v1.2.3-60-g2f50