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

10.10 The Forgotten Server 0.3.?

TFS stops to work when it tries to connect to SQL. Anyone got the same problem? :s
 
Yep - the market works. Only things I have found not working are the Browse Tile function - as well the shields for guilds (online members, etc) and the new party shields. It uses golden/blue shield for parties, and won't show any other emblems for people to see you're in a party.

I'm sure this could be added; basically think of the 8.6 emblem systems on 10.10.
 
There is any related topic where people can post founded bugs ?! I think if we need some programmers, we can try to bugfix the 10.10 and make a stable release.

Talaturen still are the owner of TFS distros ?
 
And what do you mean with MYSQL host? The ip in config?
 
Why can't god execute commands? like /a (teleport) is the only one working, the rest says "cannot execute"
 
Why can't god execute commands? like /a (teleport) is the only one working, the rest says "cannot execute"

In the XML folder you find groups, the access is not synced with talkaction commands.


Code:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
    <group id="1" name="Player"/>
    <group id="2" access="1" name="Tutor" flags="137455730688" customFlags="2"/>
    <group id="3" access="2" name="Senior Tutor" flags="137455730688" customFlags="2"/>
    <group id="4" access="3" name="God" flags="39304319442938" customFlags="67108863"/>
</groups>

If you change access to 5 on God, they will be able to make all commands.

Copy paste this if you want.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
    <group id="1" name="Player"/>
    <group id="2" access="1" name="Tutor" flags="137455730688" customFlags="2"/>
    <group id="3" access="2" name="Senior Tutor" flags="137455730688" customFlags="2"/>
    <group id="4" access="5" name="God" flags="39304319442938" customFlags="67108863"/>
</groups>
 
In the XML folder you find groups, the access is not synced with talkaction commands.


Code:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
    <group id="1" name="Player"/>
    <group id="2" access="1" name="Tutor" flags="137455730688" customFlags="2"/>
    <group id="3" access="2" name="Senior Tutor" flags="137455730688" customFlags="2"/>
    <group id="4" access="3" name="God" flags="39304319442938" customFlags="67108863"/>
</groups>

If you change access to 5 on God, they will be able to make all commands.

Copy paste this if you want.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
    <group id="1" name="Player"/>
    <group id="2" access="1" name="Tutor" flags="137455730688" customFlags="2"/>
    <group id="3" access="2" name="Senior Tutor" flags="137455730688" customFlags="2"/>
    <group id="4" access="5" name="God" flags="39304319442938" customFlags="67108863"/>
</groups>


WOW thank you man! My God wasn't working properly either, couldn't figure it out. This fixed it. I love you
 
everything works for me but when i try and login into the game i enter my info and once i hit "Enter" it says (disconnected from server) no character list or anything if anyone could help with a solution it would be great thanks! :D
 
Im crashing when sitting on a mount and doing /newtype.

Well it depends on what outfit you transform into, example if you ride mount and transform to demon, then it crashes ?, Try to demount and use newtype
 
Well it depends on what outfit you transform into, example if you ride mount and transform to demon, then it crashes ?, Try to demount and use newtype
Yes, well it would be awesome if there wasnt buggs like thats but I suppose its hard to get rid of them :/
 
Back
Top