Open TeoTwawki opened 5 years ago
Some NMs on retail I was only able to solo by zoning them and the resuming the battle before they recovered. Can't do that as it stands on Darkstar.
Separate, unconfirmed: sure as F feels like idle mobs heal quicker here than they do on retail also. Tested by putting a mule in zone so it would not trip the above "empty zone refill" bug.
I think the only way to handle that is by not suspending the zone timers for unoccupied zones, which obviously has some performance implications. Maybe we could consider only suspending it if every mob is already full hp, or making a config option to not suspend them
we should just be restoring the HP the mob previously had on resume, rather than totally resetting it.
Now I wonder - does an empty zone wipe local vars off entities that were in it, like if an NPC uses a localvar for something and the zone goes empty is that lost?
I have:
Client Version (type
/ver
in game) : n/aSource Branch (master/stable) : master
Additional Information (Steps to reproduce/Expected behavior) :
Ignore all of this, see new post below..
canRest() or EFFECTFLAG_NO_REST is basically broken for mobs, I am not sure which and I am to tired and frustrated to dig into this further.The statsus effect disease has the following flags on it:
If you add it to a mob in onMobSpawn, that mob will still regenerate when idleeven though this code in BattleEntity:which is checked by THIS CODE in the mob controller:
says it should not.