diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-01 04:52:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-01 14:03:17 -0300 |
commit | 2f3450acff9b312514390e20a16af8453f9b60ed (patch) | |
tree | a0121066f531aeb2cf4e50571167b26cf4f2d482 /world/map/npc/functions | |
parent | 08d133562bed6eb1ede86a5137070eccf7e1ea2f (diff) | |
download | serverdata-2f3450acff9b312514390e20a16af8453f9b60ed.tar.gz serverdata-2f3450acff9b312514390e20a16af8453f9b60ed.tar.bz2 serverdata-2f3450acff9b312514390e20a16af8453f9b60ed.tar.xz serverdata-2f3450acff9b312514390e20a16af8453f9b60ed.zip |
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
Diffstat (limited to 'world/map/npc/functions')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |