freddzor11
Member
- Joined
- May 25, 2009
- Messages
- 695
- Reaction score
- 5
Anyone who got a query that sets all players to level 8 with correct exp, hp and mana, not reset skills and items
Kind regards,
Kind regards,
Code:UPDATE `players` SET `level` = 8, `experience` = 4200, `health` = 185, `healthmax` = 185, `mana` = 40, `manamax` = 40;
It's actually 40 nowadays, they changed it a while ago.isn't 35 mana ?but thank you!
ah okey sorry thenIt's actually 40 nowadays, they changed it a while ago.
Yeah just thinked about that too, do you know the query with cap included?, Also set all players to temple pos (1000, 1000, 7)?Don't forget about the cap too.
UPDATE `players` SET `level` = 8, `experience` = 4200, `health` = 185, `healthmax` = 185, `mana` = 40, `manamax` = 40, `manaspent` = 0, `cap` = 470, `posx` = 1000, `posy` = 1000, `posz` = 7;
Thank you very much Mark! (Y)Code:UPDATE `players` SET `level` = 8, `experience` = 4200, `health` = 185, `healthmax` = 185, `mana` = 40, `manamax` = 40, `manaspent` = 0, `cap` = 470, `posx` = 1000, `posy` = 1000, `posz` = 7;
I don't want it to be 0It does not, insert maglevel after posz in the query.
`posz` = 7, `maglevel` = 0;