• 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!

Change looktype when creating new character

andii95

New Member
Joined
Aug 21, 2009
Messages
413
Reaction score
2
Location
Sweden
Well, if ppl create a new char at my server and click cancel when choosing outfit they look like a monster xD
Where do i change the looktype for new character?
Im using gesior aac
 
Well, if ppl create a new char at my server and click cancel when choosing outfit they look like a monster xD
Where do i change the looktype for new character?
Im using gesior aac

check your sample-character looktypes to make sure it's not the same as account manager's looktype
 
Goto 127.0.0.1/phpmyadmin -> Login -> Select your database at the left -> Click on SQL at top of the page -> Paste the code below in the textbox -> Click ok

SQL:
UPDATE players SET looktype = 128 WHERE name LIKE '%Sample%' OR name = 'Account Manager'
It will change all samples and acc manages looktype to citizen
 
Back
Top