diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-22 10:57:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-22 10:57:16 -0300 |
commit | 5f401e3617399c96e98c524ef1e5bd5996e675ce (patch) | |
tree | 7918f2c8dcb5bbca84cf4b8a3885cd1b6d4de0c7 /npc/001-8/hub.txt | |
parent | b3de8d1b8fdf350dfccb74da34ae7669c009c5e0 (diff) | |
download | serverdata-5f401e3617399c96e98c524ef1e5bd5996e675ce.tar.gz serverdata-5f401e3617399c96e98c524ef1e5bd5996e675ce.tar.bz2 serverdata-5f401e3617399c96e98c524ef1e5bd5996e675ce.tar.xz serverdata-5f401e3617399c96e98c524ef1e5bd5996e675ce.zip |
*kicks Crazyfefe*
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r-- | npc/001-8/hub.txt | 5 |
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); } |