diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-04 20:23:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-04 22:56:41 +0300 |
commit | d6b5551bff867250edcdc36455ef32844ee2b935 (patch) | |
tree | 16acaf1c9a81b58ceb21bc4524a087c14f23735f /npc/000-1/chest.txt | |
parent | 905dada713af49bb610177c4842685628a1c0a97 (diff) | |
download | serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.tar.gz serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.tar.bz2 serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.tar.xz serverdata-d6b5551bff867250edcdc36455ef32844ee2b935.zip |
convert server data for using with hercules.
Diffstat (limited to 'npc/000-1/chest.txt')
-rw-r--r-- | npc/000-1/chest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index dd1d3f88..2edc5a26 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -11,7 +11,8 @@ // 0 Treasure Chest has not been opened yet. // 1 Treasure Chest has been opened. -000-1.gat,83,70,0 script #chest 316;2,{ +// Size = 2 +000-1,83,70,0 script #chest 316,{ set @q, getq(ShipQuests_TreasureChest); if (getnpcdir ("") == 4) goto L_Give; @@ -28,7 +29,7 @@ L_Give: setq ShipQuests_TreasureChest, 1; - set zeny, zeny + 100; + set Zeny, Zeny + 100; getitem "OldBook", 1; npctalk3 l("You open the treasure chest."); |