You should look into using Akka's repack along-side his custom npc scaling system. This alone will achieve EXACTLY what I'm interpreting you to want.
You WILL have to adjust the sql-table that the npc scaling system uses to adjust mobs, but that is literally the only thing you would need to do.
Edit: This doesn't require you to run any queries inside SQL that will permanently adjust mobs either. This way you can adjust ALL mobs without adjusting them permanently in the db as Akka's npc-scaling system works off of a quest and adjusts mobs as they spawn, instead of before they spawn. In my case this was far easier because I didn't want to take away from anything that was already there. This way you can leave everything as-is intact as possible, while simultaneously addressing your desire to have a soloable server.
Feel free to log onto my server to check it out. I can run through a few scenarios with you to show you how easy and quick it is to adjust mobs on the fly without permanently changing anything about the mob inside the DB.
|