summaryrefslogtreecommitdiff
path: root/npc/001-8
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-8')
-rw-r--r--npc/001-8/hub.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt
index b43420346..52fcc0ea1 100644
--- a/npc/001-8/hub.txt
+++ b/npc/001-8/hub.txt
@@ -439,14 +439,15 @@ OnPCLogoutEvent:
// PVP flag was off
if (!getmapflag(.@mapa$, mf_pvp) && !getmapflag(.@mapa$, mf_pvp_noparty) && !getmapflag(.@mapa$, mf_pvpnoguild)) {
recovery(getcharid(3));
+ warp .@mapa$, .@a, .@b;
dispbottom l("REVENGE TIME!");
.@trueid=getcharid(3);
//detachrid();
attachrid(killerrid);
setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM|PCBLOCK_COMMANDS, true);
- sc_start SC_WALKSPEED,20000,50;
+ sc_start SC_WALKSPEED,150000,50;
addtimer(15000, "#mobptsys::OnUnlock");
- percentheal -10, -100;
+ percentheal -90, -100;
detachrid();
attachrid(.@trueid);
}