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

Solved Error on Login

moudy

New Member
Joined
Feb 18, 2015
Messages
40
Reaction score
3
when you log in to the character in the game, what is it . How it reapair
http://s5.ifotos.pl/img/datapng_ssxxsrx.png


Gesior Acc TFS 1.0 . OTS SERVER TFS 1.2
datapng_ssxxsrx.png
 
Interesting. Are you by chance missing the XML file "groups.xml" from the data/XML folder? If not, can you show us its contents?
 
Replace that with this:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
    <group id="1" name="player" flags="0" access="0" maxdepotitems="0" maxvipentries="0" />
    <group id="2" name="gamemaster" flags="137438953471" access="1" maxdepotitems="0" maxvipentries="200" />
    <group id="3" name="god" flags="272730398714" access="1" maxdepotitems="0" maxvipentries="200" />
</groups>
 
Back
Top