diff options
author | tux9th <mr.x@aon.at> | 2013-09-15 00:02:28 +0200 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-09-15 00:02:37 +0200 |
commit | 1f30542a2d0a10e1834bac8d83fb210afc3d618f (patch) | |
tree | 64eda322c7b71ba3c52ba1a09466781d663f3391 /world/map/npc/functions | |
parent | 4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9 (diff) | |
parent | d60cec605098461f04af621dea21c41b7c473241 (diff) | |
download | serverdata-1f30542a2d0a10e1834bac8d83fb210afc3d618f.tar.gz serverdata-1f30542a2d0a10e1834bac8d83fb210afc3d618f.tar.bz2 serverdata-1f30542a2d0a10e1834bac8d83fb210afc3d618f.tar.xz serverdata-1f30542a2d0a10e1834bac8d83fb210afc3d618f.zip |
Merge remote-tracking branch 'origin/unsupported'
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index e4deec13..0bdcec06 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -127,6 +127,10 @@ function|script|MobPoints|, // Attitude adjustment for the witch (can we refactor this to another function? Not sure about max. recursion depth) set @value, 0; +// Pinkie + if (@mobID == 1018) + set @value, 3; + // Fluffy if (@mobID == 1020) set @value, 3; |