summaryrefslogtreecommitdiff
path: root/npc/001-2-23/ratto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-23/ratto.txt')
-rw-r--r--npc/001-2-23/ratto.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/001-2-23/ratto.txt b/npc/001-2-23/ratto.txt
index 9b4130f6..24bb1e1a 100644
--- a/npc/001-2-23/ratto.txt
+++ b/npc/001-2-23/ratto.txt
@@ -87,11 +87,12 @@ OnRatto4Death:
// (as we are going to delete the instance map anyway), warp you outside, and
// from there onwards, Peter handles properly rewarding you.
L_Victor:
- warp "001-2-22", 72, 36;
deltimer("RattosControl#Artis::OnRatto1Respawn");
deltimer("RattosControl#Artis::OnRatto2Respawn");
deltimer("RattosControl#Artis::OnRatto3Respawn");
deltimer("RattosControl#Artis::OnRatto4Respawn");
- doevent("Peter#Artis::OnDone");
+ addtimercount("Peter#Artis::OnTimeout", 5000);
+ addtimer(5000, "Peter#Artis::OnDone");
+ dispbottom l("It looks like all monsters were killed.");
end;
}