|
Hi,
i don't know what you mean with "RP's", but if you run the following sql query (and restart your server), you remove all HP from the capes. for sure you have to update the client data too, if you don't mean HP from recreation runes.
update ps_gamedefs.dbo.items set ConstHP = '0' where type = '39' or type = '24'
if you mean HP stats given by a recreation rune, this query won't work for your needs.
|