Quote:
Originally Posted by ChaosSlayerZ
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.