Not receiving any damage when attacked by mod

Newbie Spellweaver
Joined
Mar 11, 2007
Messages
17
Reaction score
0
Mangos 2.0.8, Mysql 5.0.24, SQLyog 5.24, Mangos Database Handler Rev.254..

One of the first things I noticed after setting up my own WOW_bc server is that the mods aren
 
ok, Im sure other people have an answer to this and just havent logged in yet, but I found a simple way of dealing with the non-damage to making damage. I missed this earlier, but I changed the attribute below from 1 to 5 at the Rate.Creature.Normal.Damage. NOW it seems to act reasonable, but I'm continuing testing this. Has anyone else found another solution to this?

# Creature Damage Rate.
# Examples: 2 - creatures will damage 2x, 1.7 - 1.7x.
Rate.Creature.Normal.Damage = 5
Rate.Creature.Elite.Elite.Damage = 5.3
Rate.Creature.Elite.RAREELITE.Damage = 5.6
Rate.Creature.Elite.WORLDBOSS.Damage = 5.9
Rate.Creature.Elite.RARE.Damage = 6
 
Back