diff options
author | Reid <reidyaro@gmail.com> | 2012-07-01 16:25:27 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-07-01 16:25:27 +0200 |
commit | 2abb75d7cda9f483f76b5bf2645a125f05355d92 (patch) | |
tree | 7d9df757eaba9d3b9206daca4efd06e221418335 /npc/000-1/chest.txt | |
parent | 08ce25425e9ded586c7f44c0be851ca7f2afd6e6 (diff) | |
download | serverdata-2abb75d7cda9f483f76b5bf2645a125f05355d92.tar.gz serverdata-2abb75d7cda9f483f76b5bf2645a125f05355d92.tar.bz2 serverdata-2abb75d7cda9f483f76b5bf2645a125f05355d92.tar.xz serverdata-2abb75d7cda9f483f76b5bf2645a125f05355d92.zip |
Rename Box NPC to Chest.
Diffstat (limited to 'npc/000-1/chest.txt')
-rw-r--r-- | npc/000-1/chest.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index d8cef032..515d547d 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -13,7 +13,11 @@ set @q, geta(ShipQuests, ShipQuests_TreasureChest); if (getnpcdir ("") == 4) goto l_Give; + set @a, getnpcdir; + mes @a; setnpcdir 2; + set @a, getnpcdir; + mes @a; initnpctimer; startnpctimer; close; @@ -27,6 +31,8 @@ l_Give: l_Close: setnpcdir 6; + set @a, getnpcdir; + mes @a; initnpctimer; startnpctimer; close; |