From 5995a1faac535c03ff2a4216f050552d5c8deb84 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 23 Jul 2018 19:25:18 -0300 Subject: [skip ci] last attempt. I will remove code next commit if it doesn't work. --- npc/functions/mobpoint.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 685a1ed37..84b8f91c0 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -25,7 +25,7 @@ OnNPCKillEvent: if (strmobinfo(7, killedrid) == 0 && readparam(JobExp) > 0) { setparam(JobExp, readparam(JobExp)-1); if (is_admin()) - addtimer(5, "#mobptsys::OnDelJExp"); + addtimer(200, "#mobptsys::OnDelJExp"); } // call functions @@ -34,7 +34,7 @@ OnNPCKillEvent: end; OnDelJExp: - setparam(JobExp, 200); - dispbottom "Hey hey"; + setparam(JobExp, 100); + dispbottom "Totally broken"; end; } -- cgit v1.2.3-60-g2f50