summaryrefslogtreecommitdiff
path: root/world/map/npc/functions
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-04-30 00:19:47 -0500
committerWushin <pasekei@gmail.com>2015-04-30 00:19:47 -0500
commita15b94def3cc24a2ee8b1401a92d53a8aaa3ca86 (patch)
treeef694cb7f064506246778e0d3253b262ab9c94dc /world/map/npc/functions
parent86cc243c069b90c3eb47df1faede506822634f4a (diff)
parentb1ff0f2cbbf03cbda01945537dfd65f6cc6f4e53 (diff)
downloadserverdata-a15b94def3cc24a2ee8b1401a92d53a8aaa3ca86.tar.gz
serverdata-a15b94def3cc24a2ee8b1401a92d53a8aaa3ca86.tar.bz2
serverdata-a15b94def3cc24a2ee8b1401a92d53a8aaa3ca86.tar.xz
serverdata-a15b94def3cc24a2ee8b1401a92d53a8aaa3ca86.zip
Merge pull request #337 from wushin/quest-log-with-bits
Quest Log example
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r--world/map/npc/functions/mob_points.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt
index 7f1cb1db..ba2910b1 100644
--- a/world/map/npc/functions/mob_points.txt
+++ b/world/map/npc/functions/mob_points.txt
@@ -138,8 +138,8 @@ function|script|MobPoints
if (MPQUEST == 1)
set Mobpt, Mobpt + @points[@mobID - 1002];
- callfunc "ValonState";
- if (((@valon_state >= 2) && (@valon_state < 6)) && (@mobID == $@ValonMob[@valon_mob]))
+ callfunc "ValonCount";
+ if (((QL_VALON >= 2) && (QL_VALON < 6)) && (@mobID == $@ValonMob[@valon_mob]))
goto L_ValonMobKill;
goto L_NatureKarma;