diff options
Diffstat (limited to 'npc')
-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: |