summaryrefslogtreecommitdiff
path: root/npc/001-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-22 10:57:16 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-22 10:57:16 -0300
commit5f401e3617399c96e98c524ef1e5bd5996e675ce (patch)
tree7918f2c8dcb5bbca84cf4b8a3885cd1b6d4de0c7 /npc/001-8
parentb3de8d1b8fdf350dfccb74da34ae7669c009c5e0 (diff)
downloadserverdata-5f401e3617399c96e98c524ef1e5bd5996e675ce.tar.gz
serverdata-5f401e3617399c96e98c524ef1e5bd5996e675ce.tar.bz2
serverdata-5f401e3617399c96e98c524ef1e5bd5996e675ce.tar.xz
serverdata-5f401e3617399c96e98c524ef1e5bd5996e675ce.zip
*kicks Crazyfefe*
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);
}