diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 19:14:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 19:14:31 -0300 |
commit | d9740d2fad9975019cbe3735459da0ef184bdd54 (patch) | |
tree | 3fbabcab8dc89d8a97d85d5aeaff9992a8164e0a /npc/003-1/mahoud.txt | |
parent | ea21e5bd9d1a8d996f6b1cb1f465d4091f2d95ac (diff) | |
download | serverdata-d9740d2fad9975019cbe3735459da0ef184bdd54.tar.gz serverdata-d9740d2fad9975019cbe3735459da0ef184bdd54.tar.bz2 serverdata-d9740d2fad9975019cbe3735459da0ef184bdd54.tar.xz serverdata-d9740d2fad9975019cbe3735459da0ef184bdd54.zip |
Alige quest can be accepted, and various changes related or not.
Diffstat (limited to 'npc/003-1/mahoud.txt')
-rw-r--r-- | npc/003-1/mahoud.txt | 9 |
1 files changed, 1 insertions, 8 deletions
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; |