diff options
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r-- | npc/001-8/hub.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index debeb49ce..1ef55a05c 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -445,11 +445,13 @@ OnPCLogoutEvent: //detachrid(); attachrid(killerrid); setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM|PCBLOCK_COMMANDS, true); - sc_start SC_WALKSPEED,150000,50; + sc_start SC_WALKSPEED,120000,50; sc_end SC_CASH_PLUSEXP; - sc_start SC_CASH_PLUSEXP, 300000, -20; + sc_end SC_OVERLAPEXPUP; + sc_start SC_OVERLAPEXPUP, 300000, -20; + dispbottom l("For cowardingly killing in a \"secure\" area, you will be severely punished."); addtimer(15000, "#mobptsys::OnUnlock"); - percentheal -90, -100; + percentheal -88, -100; detachrid(); attachrid(.@trueid); } |