How can i change Boss's HP? Ascent 

Joined
Feb 17, 2009
Messages
1
Reaction score
0
Heu guys!

I was Admin of a WoW server on the good times of the old WoWemu. Now im trying to be admin again.
I want to custumize my server so if someone can tell me how i can custumize the instance bosses like felmyst and what ever. Like change him HP and Hit, etc ...

Bye ;)
 
ok, in order to change any boss HP, DMG, Spells, etc, you need to do the following,

1-Open your Naicat, Heidy, SQLyog or whatever you use to manage your db
2-Go to your "world" DB.
3-Look for the "creature_proto" table.
4-Find the Npc ID using
5-Find the selected ID in your DB.
6-Now, if you want to change the HP of a Boss, edit the Fields "minhealth" and "maxhealth". Make sure that both fields have the same values.
7-To edit damage, edith the fields "mindamage" and "maxdamage"
 
Back