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 | |
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')
-rw-r--r-- | npc/000-1/chest.txt | 6 | ||||
-rw-r--r-- | npc/000-2-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/arpan.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/chest.txt (renamed from npc/000-2-1/box.txt) | 3 |
4 files changed, 11 insertions, 4 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; diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt index 5183268e..b8ddd616 100644 --- a/npc/000-2-1/_import.txt +++ b/npc/000-2-1/_import.txt @@ -10,4 +10,4 @@ npc: npc/000-2-1/knife.txt npc: npc/000-2-1/dan.txt npc: npc/000-2-1/savepoint.txt npc: npc/000-2-1/hammock.txt -npc: npc/000-2-1/box.txt +npc: npc/000-2-1/chest.txt diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 61925763..c24cb4f3 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -121,8 +121,8 @@ l_Story: next; mesq lg("Yaya, you should go see her! She'll be happy to see you."); next; - mesq lg("Also, we took your yayed clothes, as they were... Yeyeye... In bad condition, go check the box around your bed, there is some new ones inside."); - setcamnpc "Box"; + mesq lg("Also, we took your yayed clothes, as they were... Yeyeye... In bad condition, go check the chest around your bed, there is some new ones inside."); + setcamnpc "Chest"; next; restorecam; diff --git a/npc/000-2-1/box.txt b/npc/000-2-1/chest.txt index 4535565f..a9495039 100644 --- a/npc/000-2-1/box.txt +++ b/npc/000-2-1/chest.txt @@ -9,10 +9,11 @@ // 1: Talked to Arpan. Need to get cloths // 2: Got cloths -000-2-1.gat,41,37,0 script Box 316;2,{ +000-2-1.gat,41,37,0 script Chest 317;2,{ set @q, geta2(ShipQuests, ShipQuests_Arpan); if (getnpcdir ("") == 4) goto l_Give; + setnpcdir 2; initnpctimer; startnpctimer; |