summaryrefslogtreecommitdiff
path: root/npc/000-2-1/arpan.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-07 21:08:32 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-07 21:08:32 +0100
commit4f0a7b1b3563d56c5523fb284e1358ba5583d14c (patch)
treebe645de298ac7476743415f028888417d09a109d /npc/000-2-1/arpan.txt
parentad515f87ffa88599eed009466b5bbf6fd508f49d (diff)
parent35753b2705a52c648a61a11d175dcc93a31bc3f5 (diff)
downloadserverdata-4f0a7b1b3563d56c5523fb284e1358ba5583d14c.tar.gz
serverdata-4f0a7b1b3563d56c5523fb284e1358ba5583d14c.tar.bz2
serverdata-4f0a7b1b3563d56c5523fb284e1358ba5583d14c.tar.xz
serverdata-4f0a7b1b3563d56c5523fb284e1358ba5583d14c.zip
add new wwaprs on 003-1
Diffstat (limited to 'npc/000-2-1/arpan.txt')
-rw-r--r--npc/000-2-1/arpan.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 9207e03df..353e2dc8e 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -16,38 +16,38 @@
// 11 Need to see Julia
// 12 Has been registered by Julia
-000-2-1,49,36,0 script LeftDoorCheck 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::OnTalk";
+ if (.@q == 0) doevent "Magic Arpan#000-2-1::OnTalk";
close;
}
-000-2-1,54,36,0 script RightDoorCheck 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::OnTalk";
+ if (.@q == 0) doevent "Magic Arpan#000-2-1::OnTalk";
close;
}
-000-2-1,47,32,0 script LeftBarrierCheck 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;
if (.@q == 2) goto L_Equip;
if (.@q == 1) goto L_GetCloth;
- doevent "Magic Arpan::OnClothNotTaken";
+ doevent "Magic Arpan#000-2-1::OnClothNotTaken";
L_Equip:
warp "000-2-1", 49, 32;
- doevent "Magic Arpan::OnEquip";
+ doevent "Magic Arpan#000-2-1::OnEquip";
close;
L_GetCloth:
warp "000-2-1", 49, 32;
- doevent "Magic Arpan::OnClothNotTaken";
+ doevent "Magic Arpan#000-2-1::OnClothNotTaken";
close;
@@ -57,24 +57,24 @@ L_EquipDone:
close;
}
-000-2-1,56,32,0 script RightBarrierCheck 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;
if (.@q == 2) goto L_Equip;
if (.@q == 1) goto L_GetCloth;
- doevent "Magic Arpan::OnClothNotTaken";
+ doevent "Magic Arpan#000-2-1::OnClothNotTaken";
L_Equip:
warp "000-2-1", 55, 32;
- doevent "Magic Arpan::OnEquip";
+ doevent "Magic Arpan#000-2-1::OnEquip";
close;
L_GetCloth:
warp "000-2-1", 55, 32;
- doevent "Magic Arpan::OnClothNotTaken";
+ doevent "Magic Arpan#000-2-1::OnClothNotTaken";
close;
@@ -84,7 +84,7 @@ L_EquipDone:
close;
}
-000-2-1,49,33,0 script Magic Arpan NPC_MAGIC_ARPAN,{
+000-2-1,49,33,0 script Magic Arpan#000-2-1 NPC_MAGIC_ARPAN,{
.@q = getq(ShipQuests_Arpan);
.@q_nard = getq(ShipQuests_Nard);
.@q_julia = getq(ShipQuests_Julia);