Thread: Bane damage
View Single Post
  #5  
Old 04-26-2011, 12:06 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

Quote:
Originally Posted by ChaosSlayerZ View Post
thats actually list of BODY types.
for the sql command I gave him, he can use actual RACES - like Gnollslayer



to make a body type bane weapon he will need:

update items set banedmgbody=Z, banedmgamt=10 where id=X;

where Z is the type of the body from your list
Wasn't aware of that; I assumed they removed the races from the client as strings and thus they used bodytypes. Maybe that changed in titanium.

edit: it did. My bad; I don't know if we have support for bane race being a uint32, i'll have to look at that too, since items like Hammer of the Gnoll Slayer use a race ID above 255.
Reply With Quote