From 7405633b99abce2ce25515676172dc14111f5e04 Mon Sep 17 00:00:00 2001 From: Alige Date: Sun, 23 Dec 2012 03:09:47 +0400 Subject: Fixed invisible names of different NPCs. Renamed the piourocket script to fit with clientdata-beta. --- npc/000-1/chest.txt | 2 +- npc/000-2-1/chest.txt | 2 +- npc/000-2-1/knife.txt | 2 +- npc/000-2-3/_import.txt | 2 +- npc/000-2-3/piourocket.txt | 21 +++++++++++++++++++++ npc/000-2-3/piousrocket.txt | 21 --------------------- 6 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 npc/000-2-3/piourocket.txt delete mode 100644 npc/000-2-3/piousrocket.txt (limited to 'npc') 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/piourocket.txt b/npc/000-2-3/piourocket.txt new file mode 100644 index 00000000..cf5bbcff --- /dev/null +++ b/npc/000-2-3/piourocket.txt @@ -0,0 +1,21 @@ +// Evol scripts. +// Author: +// Ablu +// Description: +// Jumping piou. + +000-2-3.gat,27,23,4,2 script #piourocket 308;3,{ + + setnpcdir 2; + stopnpctimer; + initnpctimer; + + close; + +OnTimer1420: + setnpcdir 4; + stopnpctimer; + + end; + +} diff --git a/npc/000-2-3/piousrocket.txt b/npc/000-2-3/piousrocket.txt deleted file mode 100644 index 7dc73ee0..00000000 --- a/npc/000-2-3/piousrocket.txt +++ /dev/null @@ -1,21 +0,0 @@ -// Evol scripts. -// Author: -// Ablu -// Description: -// Jumping piou. - -000-2-3.gat,27,23,4,2 script #name 308;3,{ - - setnpcdir 2; - stopnpctimer; - initnpctimer; - - close; - -OnTimer1420: - setnpcdir 4; - stopnpctimer; - - end; - -} -- cgit v1.2.3-70-g09d2