summaryrefslogtreecommitdiff
path: root/npc/000-2-1/arpan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/arpan.txt')
-rw-r--r--npc/000-2-1/arpan.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 091f0e84..22c3f03e 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -16,21 +16,24 @@
// 11 Need to see Julia
// 12 Has been registered by Julia
-000-2-1.gat,49,36,0,1 script LeftDoorCheck 0,0,0,{
+// Gender = 1
+000-2-1,49,36,0 script LeftDoorCheck 32767,0,0,{
set @q, getq(ShipQuests_Arpan);
if (@q == 0) doevent "Magic Arpan::OnTalk";
close;
}
-000-2-1.gat,54,36,0,1 script RightDoorCheck 0,0,0,{
+// Gender = 1
+000-2-1,54,36,0 script RightDoorCheck 32767,0,0,{
set @q, getq(ShipQuests_Arpan);
if (@q == 0) doevent "Magic Arpan::OnTalk";
close;
}
-000-2-1.gat,47,32,0,1 script LeftBarrierCheck 0,0,2,{
+// Gender = 1
+000-2-1,47,32,0 script LeftBarrierCheck 32767,0,2,{
set @q, getq(ShipQuests_Arpan);
if (@q > 2) close;
if (@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto L_EquipDone;
@@ -57,7 +60,8 @@ L_EquipDone:
close;
}
-000-2-1.gat,56,32,0,1 script RightBarrierCheck 0,0,2,{
+// Gender = 1
+000-2-1,56,32,0 script RightBarrierCheck 32767,0,2,{
set @q, getq(ShipQuests_Arpan);
if (@q > 2) close;
if (@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto L_EquipDone;
@@ -84,7 +88,9 @@ L_EquipDone:
close;
}
-000-2-1.gat,49,33,0,1 script Magic Arpan 307;5,{
+// Size = 5
+// Gender = 1
+000-2-1,49,33,0 script Magic Arpan 307,{
set @q, getq(ShipQuests_Arpan);
set @q_julia, getq(ShipQuests_Julia);
if (@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto L_EquipDone;
@@ -198,7 +204,7 @@ L_WhereOldClothes:
setq ShipQuests_ArpanMoney, 1;
set @q, getq(ShipQuests_Arpan);
- set zeny, zeny+10;
+ set Zeny, Zeny+10;
message strcharinfo(0), l("You receive @@ E!", 10);
goto L_BeforeMenu;