• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

How-To change ML

Ghazer

Member
Joined
Mar 13, 2009
Messages
350
Reaction score
6
how to change ml of all players to 60, its possible?

and
How I can disable knight/paladin of account manager
 
You can run a query for this..

Code:
update players set mag_level = [b]60[/b]

About the Account Manager, i'm not sure, but I belive you'll have to change the sources.. I'm also looking for this information, cause I've been always using website on my server and now I want to put an Account Manager on it.


Cya.
 
Back
Top