[Help] How Can I wipe all my players ? I need to remove resets and items from them..
Hi all, anyone know how can I wipe all my players in my mu server beta 41.1 ? I need to remove the resets and the items from all players, but... how can I do this ?
Re: [Help] How Can I wipe all my players ? I need to remove resets and items from the
Just replace the MuOnline database and everything will be wiped
uhm but why do you want to do this in the first place?
Re: [Help] How Can I wipe all my players ? I need to remove resets and items from the
My firend, It's just cause I need to clean all items from my players.
Re: [Help] How Can I wipe all my players ? I need to remove resets and items from the
Restore DB "MuOnline" again, like bramdebouvere said before,
Re: [Help] How Can I wipe all my players ? I need to remove resets and items from the
UPDATE Character
SET Inventory=('')
UPDATE Character
Set Resets=('0')
=) Run it in query analyser
Re: [Help] How Can I wipe all my players ? I need to remove resets and items from the
It will remove just inventory , not items on players :)
Re: [Help] How Can I wipe all my players ? I need to remove resets and items from the