summaryrefslogtreecommitdiff
path: root/npc/001-8
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-26 21:39:33 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-26 21:39:33 -0300
commitebf2cb41e9ec4b60bacc988b827a8b074a88c55f (patch)
tree57f83e8beedb7a60654334c59bb79df6c60f582c /npc/001-8
parent424ebd8f627d8912d990a7d2cfc484464b1c06f2 (diff)
downloadserverdata-ebf2cb41e9ec4b60bacc988b827a8b074a88c55f.tar.gz
serverdata-ebf2cb41e9ec4b60bacc988b827a8b074a88c55f.tar.bz2
serverdata-ebf2cb41e9ec4b60bacc988b827a8b074a88c55f.tar.xz
serverdata-ebf2cb41e9ec4b60bacc988b827a8b074a88c55f.zip
Warn about PK penalty. Only 2 minutes of walk speed reduction.
EXP debuff changed SC ID, but not effect. Alcohol effect is still lost.
Diffstat (limited to 'npc/001-8')
-rw-r--r--npc/001-8/hub.txt8
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);
}