diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-07 11:00:25 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-07 11:00:25 -0200 |
commit | 17baf5eee6147c093e37c432b95ff3dab3da0b29 (patch) | |
tree | 388d4fc9c33e041448c86710df82731409db6a8f /npc/000-2-1/alige.txt | |
parent | cc6a5253cd97ec0c25b40634e8c91d1c509a0446 (diff) | |
download | serverdata-17baf5eee6147c093e37c432b95ff3dab3da0b29.tar.gz serverdata-17baf5eee6147c093e37c432b95ff3dab3da0b29.tar.bz2 serverdata-17baf5eee6147c093e37c432b95ff3dab3da0b29.tar.xz serverdata-17baf5eee6147c093e37c432b95ff3dab3da0b29.zip |
Fix duplicate NPC names. Check diff for details about renamings.
Diffstat (limited to 'npc/000-2-1/alige.txt')
-rw-r--r-- | npc/000-2-1/alige.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index cc57c0d7a..c2ab33074 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -17,18 +17,18 @@ // 2 Accept the task. // 3 Bring first food. -000-2-1,43,32,0 script AligeTrigger NPC_HIDDEN,1,1,{ +000-2-1,43,32,0 script AligeTrigger#000-2-1 NPC_HIDDEN,1,1,{ OnTouch: if (getareausers() <= 1) { - setnpcdir "Alige", 2; + setnpcdir "Alige#000-2-1", 2; stopnpctimer; initnpctimer; } if (getq(ShipQuests_Alige) > 0) close; - doevent "Alige::OnFirstEncounter"; + doevent "Alige#000-2-1::OnFirstEncounter"; close; @@ -50,7 +50,7 @@ OnTimer190: end; } -000-2-1,43,31,0 script Alige NPC_ALIGE,{ +000-2-1,43,31,0 script Alige#000-2-1 NPC_ALIGE,{ .@q = getq(ShipQuests_Alige); if (.@q > 1) goto L_AskForFood; |