diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-20 21:38:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-20 21:39:07 +0300 |
commit | fa03e7eae0937284af06dfc042b0f9f43d8e27f6 (patch) | |
tree | f382d8d7033df728d4e7225db1d6acbbd68d6f28 /npc/000-2-3 | |
parent | 41d18c6002a1127d07a510f07837cee1888cf3e9 (diff) | |
download | serverdata-fa03e7eae0937284af06dfc042b0f9f43d8e27f6.tar.gz serverdata-fa03e7eae0937284af06dfc042b0f9f43d8e27f6.tar.bz2 serverdata-fa03e7eae0937284af06dfc042b0f9f43d8e27f6.tar.xz serverdata-fa03e7eae0937284af06dfc042b0f9f43d8e27f6.zip |
Reassign npcs id in allowed range.
Diffstat (limited to 'npc/000-2-3')
-rw-r--r-- | npc/000-2-3/elmo.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/piourocket.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt index 0b67eb17..0bd0ccdc 100644 --- a/npc/000-2-3/elmo.txt +++ b/npc/000-2-3/elmo.txt @@ -7,7 +7,7 @@ // Size = 5 // Gender = 1 -000-2-3,27,27,0 script Elmo 309,{ +000-2-3,27,27,0 script Elmo 409,{ set @q, getq(ShipQuests_ArpanMoney); if (@q == 1) goto L_GotMoney; diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index ba9ac381..c3b5a581 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -25,7 +25,7 @@ // Size = 5 // Gender = 1 -000-2-3,25,26,0 script Nard 306,{ +000-2-3,25,26,0 script Nard 406,{ set @nard, getq(ShipQuests_Nard); set @gugli, getq(ShipQuests_Gugli); set @gado, getq(ShipQuests_ChefGado); diff --git a/npc/000-2-3/piourocket.txt b/npc/000-2-3/piourocket.txt index 0f038dba..a1e82566 100644 --- a/npc/000-2-3/piourocket.txt +++ b/npc/000-2-3/piourocket.txt @@ -6,7 +6,7 @@ // Size = 3 // Gender = 2 -000-2-3,27,23,4 script #piourocket 308,{ +000-2-3,27,23,4 script #piourocket 408,{ setnpcdir 2; stopnpctimer; initnpctimer; |