aleigood / TrinityCore-Autobalance

New Autobalance for TrinityCore 3.3.5
GNU General Public License v2.0
6 stars 6 forks source link

Suggestion update #3

Open Parkan1986 opened 3 years ago

Parkan1986 commented 3 years ago

Hello. Is it possible to modify this patch to allow level and stat scaling of mobs in open world too, not only in dungeons and raids. If change configs like it was in azerothcore for levelscaling in open world, those options not work. Onlyin dungeons and raids

aleigood commented 3 years ago

As far as I know, azerothcore doesn't have this option. You can try to replace all if (map->GetEntry()->IsDungeon() && player) with if (player).

Parkan1986 commented 3 years ago

There was one repack with azerothcore where autobalance patch allowed to level scaling in open world. I dont know if author of such repack modified you patch or not

aleigood commented 3 years ago

I haven't made any changes in this respect. They may have developed their own modules.

Parkan1986 commented 3 years ago

You suggestion not helped,it only changed hp of mobs and npc in open world little lower and nothing else.Any suggestion how to made this work in open world?

Correction:nothing changed.

aleigood commented 3 years ago

try change AutoBalance.levelScaling = 1

Parkan1986 commented 3 years ago

Tryed different options,no succes.

Parkan1986 commented 3 years ago

Please update you autobalance mod and add possibility to scale level and stats of mobs in open world too.

Thank you.