View Single Post
  #4  
Old 08-28-2009, 05:06 PM
fourier
Sarnak
 
Join Date: Aug 2009
Location: MO
Posts: 35
Default

It might be overkill, but you could run this mysql query:

use peq
update items set damage = damage * 1.1 where Name='Name of weapon' and id={the id of the weapon, etc.) (10 increase%)

Haven't tried it though.
Reply With Quote