you can reduce agro range =P
here is a sample of sql code that will drop mobs difficulty by half, but leave pets untouched:
update npc_types set hp=hp/2, ac=ac/2, maxdmg=maxdmg/2, aggroradius=aggroradius/2 where id>1000;
raid mobs will need more specific fine tuning as they cast some spells which can easily one shot you =) Specially Valious+ mobs
|