diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-07 12:40:18 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-07 12:40:18 -0200 |
commit | 6d1070255bc244168fd40234f840632d2a97d7f3 (patch) | |
tree | 49db85cc3b0223166905b1af00ffb28fde47edad /npc/000-2-1 | |
parent | 85eba47228ccfaed69a53ac333776edb4fc4ccdb (diff) | |
download | serverdata-6d1070255bc244168fd40234f840632d2a97d7f3.tar.gz serverdata-6d1070255bc244168fd40234f840632d2a97d7f3.tar.bz2 serverdata-6d1070255bc244168fd40234f840632d2a97d7f3.tar.xz serverdata-6d1070255bc244168fd40234f840632d2a97d7f3.zip |
We still have an issue here and there, but the main bulk is now gone.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/arpan.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 54f626028..353e2dc8e 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -16,21 +16,21 @@ // 11 Need to see Julia // 12 Has been registered by Julia -000-2-1,49,36,0 script LeftDoorCheck#000-2-1 NPC_HIDDEN,0,0,{ +000-2-1,49,36,0 script LeftDoorCheck#000-21 NPC_HIDDEN,0,0,{ .@q = getq(ShipQuests_Arpan); if (.@q == 0) doevent "Magic Arpan#000-2-1::OnTalk"; close; } -000-2-1,54,36,0 script RightDoorCheck#000-2-1 NPC_HIDDEN,0,0,{ +000-2-1,54,36,0 script RightDoorCheck#000-21 NPC_HIDDEN,0,0,{ .@q = getq(ShipQuests_Arpan); if (.@q == 0) doevent "Magic Arpan#000-2-1::OnTalk"; close; } -000-2-1,47,32,0 script LeftBarrierCheck#000-2-1 NPC_HIDDEN,0,2,{ +000-2-1,47,32,0 script LeftBarrierCheck#000-21 NPC_HIDDEN,0,2,{ .@q = getq(ShipQuests_Arpan); if (.@q > 2) close; if (.@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto L_EquipDone; @@ -57,7 +57,7 @@ L_EquipDone: close; } -000-2-1,56,32,0 script RightBarrierCheck#000-2-1 NPC_HIDDEN,0,2,{ +000-2-1,56,32,0 script RightBarrierCheck{::RightBC-000-2-1} NPC_HIDDEN,0,2,{ .@q = getq(ShipQuests_Arpan); if (.@q > 2) close; if (.@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto L_EquipDone; |