From 2f3450acff9b312514390e20a16af8453f9b60ed Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 1 Feb 2021 04:52:36 -0300 Subject: Apply all the proposed changes by TMWT - Beheader Crit went from 40% to 30%* - Total req. kills went from 2000 to 1500 (roughly 6 hours less grinding) - Terranite Ore database prices were doubled - Give 400,000 experience instead of just 200k *: Bjorn advised that nerfing later is better than buffing later --- world/map/npc/functions/mob_points.txt | 2 +- 1 file changed, 1 insertion(+), 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 5ac9aebf..81e3c6d9 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -235,7 +235,7 @@ L_Celestia: goto L_Terranite; L_Terranite: - if (TERRAC < 1 || TERRAC > 2000 || @mobID != 1062) goto L_Return; + if (TERRAC < 1 || TERRAC > 1500 || @mobID != 1062) goto L_Return; if (TERRAC % 100 == 0) message strcharinfo(0), "Terranite : ##3Total Terranites Slain: "+TERRAC; set TERRAC, TERRAC + 1; -- cgit v1.2.3-60-g2f50