x2 item stats with mysql??
I would like to use mysql to mass edit item stats to like x2, I can't seem to find an example on how to make str,sta,agi.dex, or any of the other stats outside of ac do this.
Thanks in advance |
The stats have an 'a' in front of them. Without testing, it will be something like:
Code:
UPDATE items SET astr = astr * 2, asta = asta * 2, aagi = aagi * 2, adex = adex * 2; |
Quote:
Of course, everything is fine and dandy serverside. I would run the stats * 2 query and then update like so: Quote:
Quote:
Quote:
|
All times are GMT -4. The time now is 07:46 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.