From 5f401e3617399c96e98c524ef1e5bd5996e675ce Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Apr 2019 10:57:16 -0300 Subject: *kicks Crazyfefe* --- npc/001-8/hub.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') 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); } -- cgit v1.2.3-60-g2f50