summaryrefslogtreecommitdiff
path: root/npc/002-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-17 22:11:06 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-17 22:11:06 -0200
commitbd152cbd17a0061cd8c2b0efd16c861962b8f7f2 (patch)
tree0fbcf1deba17e2c95e152b6dae59977838ee0af0 /npc/002-2
parent334a3e387e04a864834d2fa120c8cb46cc9a5ed4 (diff)
downloadserverdata-bd152cbd17a0061cd8c2b0efd16c861962b8f7f2.tar.gz
serverdata-bd152cbd17a0061cd8c2b0efd16c861962b8f7f2.tar.bz2
serverdata-bd152cbd17a0061cd8c2b0efd16c861962b8f7f2.tar.xz
serverdata-bd152cbd17a0061cd8c2b0efd16c861962b8f7f2.zip
Fix a bug, thanks Xanthem for reporting
Diffstat (limited to 'npc/002-2')
-rw-r--r--npc/002-2/ratto.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/002-2/ratto.txt b/npc/002-2/ratto.txt
index 7c7dde562..b264d32c1 100644
--- a/npc/002-2/ratto.txt
+++ b/npc/002-2/ratto.txt
@@ -33,6 +33,7 @@ OnRatto4Respawn:
end;
OnRatto1Death:
+ .@q2=getq2(ShipQuests_Peter);
setq2 ShipQuests_Peter, .@q2|1;
.@q2=getq2(ShipQuests_Peter);
if (.@q2 == 15)
@@ -41,6 +42,7 @@ OnRatto1Death:
end;
OnRatto2Death:
+ .@q2=getq2(ShipQuests_Peter);
setq2 ShipQuests_Peter, .@q2|2;
.@q2=getq2(ShipQuests_Peter);
if (.@q2 == 15)
@@ -49,6 +51,7 @@ OnRatto2Death:
end;
OnRatto3Death:
+ .@q2=getq2(ShipQuests_Peter);
setq2 ShipQuests_Peter, .@q2|4;
.@q2=getq2(ShipQuests_Peter);
if (.@q2 == 15)
@@ -57,6 +60,7 @@ OnRatto3Death:
end;
OnRatto4Death:
+ .@q2=getq2(ShipQuests_Peter);
setq2 ShipQuests_Peter, .@q2|8;
.@q2=getq2(ShipQuests_Peter);
if (.@q2 == 15)