diff options
author | tux9th <mr.x@aon.at> | 2013-09-02 11:24:29 +0200 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-09-14 17:15:46 +0200 |
commit | c440d5908d0491f85dca43cd40bb667e50315016 (patch) | |
tree | b3b388109c70de8d179397d223c7044ba1153675 /world/map/npc/functions/mob_points.txt | |
parent | fea1c93cbb17fd8b55a00bc033709018fdfd1120 (diff) | |
download | serverdata-c440d5908d0491f85dca43cd40bb667e50315016.tar.gz serverdata-c440d5908d0491f85dca43cd40bb667e50315016.tar.bz2 serverdata-c440d5908d0491f85dca43cd40bb667e50315016.tar.xz serverdata-c440d5908d0491f85dca43cd40bb667e50315016.zip |
Astral Magic:
* Adding summon mouboo spell.
* Adding summon pinkie spell.
* Fluffies are from now on also slaves and attack.
* Adding Pinkie to shear-drop list.
* Killing Pinkies will now make Sagatha unhappy, shearing them will make her happy.
Diffstat (limited to 'world/map/npc/functions/mob_points.txt')
-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; |