Search results

  1. G

    Scale Item Damage

    Hey, I would like to scale the damage and armor of all items, has someone a clue, how to do that? I mean because UPDATE item_template SET armor = (armor *1.10) WHERE itemlevel = @itemlevel, UPDATE item_template SET dmg_min1 = (dmg_min1 * 1.10) WHERE class = 2 AND itemlevel = @itemlevel, UPDATE...
Top