diff options
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r-- | npc/functions/mobpoint.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 1c1883a6f..d525ed616 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -44,10 +44,11 @@ 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); + //setparam(JobExp, readparam(JobExp)-1); + JobExp-=1; } - */ // call functions callfunc "mobpoint"; |