From 77509d3d5fba05ae0ea81732d6364464e9a9b3b6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 31 Jan 2021 02:03:07 -0300 Subject: The Beheader Quest, Beheaders Expansion (tested and tweaked) --- world/map/npc/functions/mob_points.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'world/map/npc/functions') diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index 28058d07..5ac9aebf 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -228,10 +228,17 @@ L_good: goto L_Celestia; L_Celestia: - if (QL_CELESTIA < 5 || QL_CELESTIA >= 205 || @mobID != 1072) goto L_Return; + if (QL_CELESTIA < 5 || QL_CELESTIA >= 205 || @mobID != 1072) goto L_Terranite; 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_Terranite; + +L_Terranite: + if (TERRAC < 1 || TERRAC > 2000 || @mobID != 1062) goto L_Return; + if (TERRAC % 100 == 0) + message strcharinfo(0), "Terranite : ##3Total Terranites Slain: "+TERRAC; + set TERRAC, TERRAC + 1; goto L_Return; L_Return: -- cgit v1.2.3-60-g2f50