From e45a77cbaf4db770a5cc11eee883c3e4297acc77 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 23 Jul 2018 19:26:34 -0300 Subject: Oh well, I can't prevent JExp gain %%S --- npc/functions/mobpoint.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'npc') diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 84b8f91c0..45a741966 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -22,19 +22,15 @@ function script mobpoint { OnNPCKillEvent: // Remove undue Job exp // The check is probably correct, but setparam is not working =/ + /* if (strmobinfo(7, killedrid) == 0 && readparam(JobExp) > 0) { setparam(JobExp, readparam(JobExp)-1); - if (is_admin()) - addtimer(200, "#mobptsys::OnDelJExp"); } + */ // call functions callfunc "mobpoint"; callfunc "SQuest_Hasan"; end; -OnDelJExp: - setparam(JobExp, 100); - dispbottom "Totally broken"; - end; } -- cgit v1.2.3-60-g2f50