diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-23 19:25:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-23 19:25:18 -0300 |
commit | 5995a1faac535c03ff2a4216f050552d5c8deb84 (patch) | |
tree | 44b09cc6c2b151af7c1fd3784016f855bc42bd14 /npc/functions | |
parent | 9af039e7babb0da972630ff304d330817455332c (diff) | |
download | serverdata-5995a1faac535c03ff2a4216f050552d5c8deb84.tar.gz serverdata-5995a1faac535c03ff2a4216f050552d5c8deb84.tar.bz2 serverdata-5995a1faac535c03ff2a4216f050552d5c8deb84.tar.xz serverdata-5995a1faac535c03ff2a4216f050552d5c8deb84.zip |
[skip ci] last attempt. I will remove code next commit if it doesn't work.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/mobpoint.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |