summaryrefslogtreecommitdiff
path: root/npc/000-1/chest.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-30 10:21:53 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-30 10:21:53 +0400
commite5e41bd924b45d2d15b3175413a3a7a520396dee (patch)
treeb98143b49bd16e9ce32afe95d6b37d4c1667142b /npc/000-1/chest.txt
parentecf8da4a5520496e6c678ee600a85b63a7e62a02 (diff)
downloadserverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.tar.gz
serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.tar.bz2
serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.tar.xz
serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.zip
Replaced some item IDs by their names in scripts.
Added missing commands when the NPC gives an item. Fixed some language.
Diffstat (limited to 'npc/000-1/chest.txt')
-rw-r--r--npc/000-1/chest.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index 269eccf5c..db08b998c 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -27,9 +27,9 @@ l_Give:
if (@q > 1) goto l_Close;
setq ShipQuests_Darlin, 2;
set zeny, zeny + 400;
- getitem 508, 1;
- getitem 509, 1;
- getitem 514, 1;
+ getitem SeaDrops, 1;
+ getitem Aquada, 1;
+ getitem OldBook, 1;
message strcharinfo(0), l("You open the treasure chest.");
close;