From ebf2cb41e9ec4b60bacc988b827a8b074a88c55f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Apr 2019 21:39:33 -0300 Subject: Warn about PK penalty. Only 2 minutes of walk speed reduction. EXP debuff changed SC ID, but not effect. Alcohol effect is still lost. --- npc/001-8/hub.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'npc') 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); } -- cgit v1.2.3-60-g2f50