[1.6.6] collapsed tower zone enemy level is minimum

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
starsapphire
Thalore
Posts: 132
Joined: Sat Sep 27, 2014 11:33 am
Location: Irkkk

[1.6.6] collapsed tower zone enemy level is minimum

#1 Post by starsapphire »

This dynamic zone have no actor_adjust_level property, so its enemies will have minimum level, which is level 1 for crystal and level 11 for the skeleton magus

How to fix:
give it

Code: Select all

actor_adjust_level = function(zone, level, e) return zone.base_level + e:getRankLevelAdjust() + level.level-1 + rng.range(-1,2) end,
property

Post Reply