From d9740d2fad9975019cbe3735459da0ef184bdd54 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 May 2018 19:14:31 -0300 Subject: Alige quest can be accepted, and various changes related or not. --- npc/003-1/mahoud.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'npc/003-1/mahoud.txt') diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt index 36885dac5..4f684bb49 100644 --- a/npc/003-1/mahoud.txt +++ b/npc/003-1/mahoud.txt @@ -23,10 +23,7 @@ if (Zeny < .@Cost) goto L_NotEnoughMoney; getinventorylist; - if (@inventorylist_count == 100 - && countitem("BottleOfSeaWater") == 0 - && .@empty > .@count) - goto L_NotEnoughSlots; + inventoryplace BottleOfTonoriWater, .@count; set Zeny, Zeny - .@Cost; delitem "EmptyBottle", .@count; @@ -41,10 +38,6 @@ L_NotEnoughMoney: mes l("You don't have enough gp! You need @@ gp.", .@Cost); close; -L_NotEnoughSlots: - mes l("You don't have room for these bottles!"); - close; - OnInit: .sex = G_MALE; .distance = 7; -- cgit v1.2.3-60-g2f50