diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-18 22:22:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-18 22:22:39 -0300 |
commit | f1938e8e1fc0d3ff73be9e743f5d458270330816 (patch) | |
tree | 6b598a5f74e9afb7617ff38047e116ebd9100637 /npc/003-1 | |
parent | 3e0565171311ac8990f5384eeffd6b7350f806d5 (diff) | |
download | serverdata-f1938e8e1fc0d3ff73be9e743f5d458270330816.tar.gz serverdata-f1938e8e1fc0d3ff73be9e743f5d458270330816.tar.bz2 serverdata-f1938e8e1fc0d3ff73be9e743f5d458270330816.tar.xz serverdata-f1938e8e1fc0d3ff73be9e743f5d458270330816.zip |
Allow Mahoud to fill bottles with Tonori Water
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/mahoud.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt index cd00763d8..36885dac5 100644 --- a/npc/003-1/mahoud.txt +++ b/npc/003-1/mahoud.txt @@ -1,6 +1,9 @@ +// TMW-2 Script // Author: // Saulc // Jesusalva +// Description: +// Mahoud is the Tulimshar Well Master 003-1,46,79,0 script Mahoud NPC_PLAYER,{ @@ -27,7 +30,7 @@ set Zeny, Zeny - .@Cost; delitem "EmptyBottle", .@count; - getitem "BottleOfSeaWater", .@count; // TODO FIXME: This is not sea water... + getitem "BottleOfTonoriWater", .@count; close; L_NotEnoughBottles: |