diff options
Diffstat (limited to 'world/map/npc/mobs')
-rw-r--r-- | world/map/npc/mobs/mob_kill_handler.txt | 7 | ||||
-rw-r--r-- | world/map/npc/mobs/mob_points.txt | 12 |
2 files changed, 14 insertions, 5 deletions
diff --git a/world/map/npc/mobs/mob_kill_handler.txt b/world/map/npc/mobs/mob_kill_handler.txt index 83f64d3e..9e2f69c7 100644 --- a/world/map/npc/mobs/mob_kill_handler.txt +++ b/world/map/npc/mobs/mob_kill_handler.txt @@ -58,10 +58,9 @@ L_Celestia: L_Terranite: if ( @mobID != Terranite ) goto L_Pink_Flower; - if (TERRAC < 1 || TERRAC > 1500) goto L_Return; - if (TERRAC % 100 == 0) - message strcharinfo(0), "Terranite : ##3Total Terranites Slain: "+TERRAC; - set TERRAC, TERRAC + 1; + if (QL_BEHEADER_TERRAC < 1 || QL_BEHEADER_TERRAC > 1500) + goto L_Return; + set QL_BEHEADER_TERRAC, QL_BEHEADER_TERRAC + 1; goto L_Return; L_Pink_Flower: diff --git a/world/map/npc/mobs/mob_points.txt b/world/map/npc/mobs/mob_points.txt index 2589f1eb..3b83d3a8 100644 --- a/world/map/npc/mobs/mob_points.txt +++ b/world/map/npc/mobs/mob_points.txt @@ -234,7 +234,17 @@ function|script|MobPoints 1, // 1223 SmallTopazBif 200, // 1224 CoalGolem 25, // 1225 StoneSlime - 200 // 1226 StoneGolem + 200, // 1226 StoneGolem + 1, // 1227 Grass + 1, // 1228 Spelt + 95, // 1229 WarlordSkull + 110, // 1230 GoldenSkull + 100, // 1231 Sunshroom + 100, // 1232 Snowshroom + 200, // 1233 YellowSuperSlime + 220, // 1234 RedSuperSlime + 240, // 1235 GreenSuperSlime + 260 // 1236 BlueSuperSlime ; // END // the following mobs where replaced by other mobs: |