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

Help with "looktype" in database.

Pejta2

-====TonKan HERE====-
Joined
Jun 5, 2009
Messages
12
Reaction score
1
Hello i am using TFS 0.2.6 (tibia 8.0). When i changing looktype=266 to looktype=75 it doesnt work. Still automatic changing to looktype=266. How I can have always looktype=75 on my GM? I am using Database of course.
 
data/XML/groups.xml
I'm not 100% sure if it exist on 0.2.6 but it should. You can edit there outfit to specific players (gm's, cm's, admin's...)
 
Do as @Syryniss said and edit this:
Code:
    <group id="5" name="Community Manager" flags="3840774348794" customFlags="781823" access="4" violationReasons="23" nameViolationFlags="42" statementViolationFlags="213" depotLimit="4000" maxVips="400" outfit="CHANGEHERE"/>

Change the "CHANGEHERE" to whatever outfit you want
 
Back
Top Bottom