diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-23 03:09:47 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-23 03:09:47 +0400 |
commit | 7405633b99abce2ce25515676172dc14111f5e04 (patch) | |
tree | d60af3cdcbd07e1a3f0bc6e36b3d10c9fb05d754 /npc | |
parent | 95ad837d0c5ae537215d313a903e2e8a93bdaa8b (diff) | |
download | clientdata-7405633b99abce2ce25515676172dc14111f5e04.tar.gz clientdata-7405633b99abce2ce25515676172dc14111f5e04.tar.bz2 clientdata-7405633b99abce2ce25515676172dc14111f5e04.tar.xz clientdata-7405633b99abce2ce25515676172dc14111f5e04.zip |
Fixed invisible names of different NPCs.
Renamed the piourocket script to fit with clientdata-beta.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/knife.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/_import.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/piourocket.txt (renamed from npc/000-2-3/piousrocket.txt) | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index 47b76af2..a8266163 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -13,7 +13,7 @@ // 2 Opened the treasure chest. // 3 Get back to Darlin. -000-1.gat,83,70,0 script #name 316;2,{ +000-1.gat,83,70,0 script #chest 316;2,{ set @q, getq(ShipQuests_Darlin); if (getnpcdir ("") == 4) goto l_Give; diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt index d47d022e..5fe562c6 100644 --- a/npc/000-2-1/chest.txt +++ b/npc/000-2-1/chest.txt @@ -10,7 +10,7 @@ // 1 Talked to Arpan and needs to get clothes. // 2 Has the clothes. -000-2-1.gat,51,37,0 script Chest#0 317;2,{ +000-2-1.gat,51,37,0 script Chest 317;2,{ set @q, getq(ShipQuests_Arpan); diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index dbb886d1..21c9bfd9 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -9,7 +9,7 @@ // 0 Default, not taken. // 1 Knife taken. -000-2-1.gat,50,24,0,2 script #name 100;2,{ +000-2-1.gat,50,24,0,2 script #knife 100;2,{ set @q, getq(ShipQuests_Knife); if (@q) close; diff --git a/npc/000-2-3/_import.txt b/npc/000-2-3/_import.txt index a1ef1259..16b5b72a 100644 --- a/npc/000-2-3/_import.txt +++ b/npc/000-2-3/_import.txt @@ -1,7 +1,7 @@ map: 000-2-3.gat npc: npc/000-2-3/_mobs.txt npc: npc/000-2-3/_warps.txt -npc: npc/000-2-3/piousrocket.txt +npc: npc/000-2-3/piourocket.txt npc: npc/000-2-3/sailors.txt npc: npc/000-2-3/elmo.txt npc: npc/000-2-3/nard.txt diff --git a/npc/000-2-3/piousrocket.txt b/npc/000-2-3/piourocket.txt index 7dc73ee0..cf5bbcff 100644 --- a/npc/000-2-3/piousrocket.txt +++ b/npc/000-2-3/piourocket.txt @@ -4,7 +4,7 @@ // Description: // Jumping piou. -000-2-3.gat,27,23,4,2 script #name 308;3,{ +000-2-3.gat,27,23,4,2 script #piourocket 308;3,{ setnpcdir 2; stopnpctimer; |