Credits to D[4]ni of ValhallaDEV
This SQL will make all your equips have 32767 of each stat and w.att and m.att
Code:
UPDATE inventoryequipment, inventoryitems
SET watk=32767, str=32767, `int`=32767, luk=32767, dex=32767, matk=32767
WHERE inventoryitems.characterid = *****
&& inventoryequipment.inventoryitemid = inventoryitems.inventoryitemid
Also, I added the matk,
Log out before you execute this, or else it will not work.
What this does
Replace ***** with your character ID
Closed due to flaming.