diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-17 22:11:06 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-17 22:11:06 -0200 |
commit | bd152cbd17a0061cd8c2b0efd16c861962b8f7f2 (patch) | |
tree | 0fbcf1deba17e2c95e152b6dae59977838ee0af0 /npc | |
parent | 334a3e387e04a864834d2fa120c8cb46cc9a5ed4 (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/002-2/ratto.txt | 4 |
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) |