summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-23 19:25:18 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-23 19:25:18 -0300
commit5995a1faac535c03ff2a4216f050552d5c8deb84 (patch)
tree44b09cc6c2b151af7c1fd3784016f855bc42bd14 /npc
parent9af039e7babb0da972630ff304d330817455332c (diff)
downloadserverdata-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')
-rw-r--r--npc/functions/mobpoint.txt6
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;
}