Hello friends.:D:
I have a full cubi server and would like to reset the cubs Anyone know any way to do this?
Printable View
Hello friends.:D:
I have a full cubi server and would like to reset the cubs Anyone know any way to do this?
try this. five to all -9999999 gold.
on 1.2.6 work.
I tried did not work. My server is 1.2.6
call usecash(48, 1, 0, 1, 0, -9999999, 1, @ERROR)
try to TRUNCATE TABLE `userscashnow'
have you tried it ?
For wipeing it to 0:
call usecash (userid1, zoneid1, sn1, aid1, point1, (PurchasedGold - UsedGold) * -1, status1 , @error)
For lowering it:
call usecash (userid1, zoneid1, sn1, aid1, point1, AmountToRemove * -1, status1 , @error)