• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore Damage Modifier issue

Rochet2

Moderator / Eluna Dev
What is the base damage in creature_classlevelstats for the NPC?
And what is the problem with the damage?
 

slp13at420

Mad Scientist
I have used up to 7000 so far for a modifier but I also used [MENTION=675]frost[/MENTION]'s level 255 stats edit found here --> http://emudevs.com/showthread.php/2619-TC-255-server-stats-edit!

and that is a unique modifier that modifies that single npc's class_level_stats.
if the class level stats for that npc's class is not populated then its multiplying 0 or 1 and doing nothing. or if it does roll over the last entered sql value for that class then its multiplying that.

The core will try to calculate a value for any class level stat that isn't populated with data by using the prior class level data and calculating a new set of values and just keep leap-frogging/rolling over n over till it reaches the server's set max rank I think. if an npc's level is higher than that then it will error that the creature's class level is missing.
 
Last edited:
Top