diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-12-03 15:16:25 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 13:34:34 -0400 |
commit | 0cbb98ba6e0b4f1bc034ed663480ee17f59c9b43 (patch) | |
tree | 406780effc6453362b7c41a784153c623aa33fd0 /world/map/npc/functions/mob_points.txt | |
parent | ef9c36da33a3d9b40d64ee6d1b31e35196fe0bb7 (diff) | |
download | serverdata-0cbb98ba6e0b4f1bc034ed663480ee17f59c9b43.tar.gz serverdata-0cbb98ba6e0b4f1bc034ed663480ee17f59c9b43.tar.bz2 serverdata-0cbb98ba6e0b4f1bc034ed663480ee17f59c9b43.tar.xz serverdata-0cbb98ba6e0b4f1bc034ed663480ee17f59c9b43.zip |
celestia quest
make heart necklace into a trinket
Diffstat (limited to 'world/map/npc/functions/mob_points.txt')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index d60c68b6..72b5ac23 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -184,14 +184,21 @@ L_NatureKarma: set @value, 3; if (@value == 0) - goto L_Return; + goto L_Celestia; callfunc "QuestSagathaAnnoy"; - goto L_Return; + goto L_Celestia; L_good: set @value, 1; callfunc "QuestSagathaHappy"; + goto L_Celestia; + +L_Celestia: + if (QL_CELESTIA < 5 || QL_CELESTIA >= 205 || @mobID != 1072) goto L_Return; + set QL_CELESTIA, QL_CELESTIA + 1; + if (QL_CELESTIA == 205) + message strcharinfo(0), "Yeti : ##3This should be enough yetis killed to please Celestia."; goto L_Return; L_Return: |