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

Windows Did you have tfs? (The forgotten server)

Adrish

New Member
Joined
Jan 27, 2008
Messages
221
Reaction score
2
Location
Sweden
Did you have tfs? (The forgotten server)

You have that ?

Exp stage work for you ?

If it work you can make a link and send it to me.
The full server.

Make the link at: www.speedy*****malware.localhost
Then post it here.

Plx help me i got problem!!
exp stage not work!!!
 
Why you created other topic about it?
http://otland.net/showthread.php?t=3827

#edit

Ok, here is the version that I'm using on my server (rev 664), it's only the binary and only MySQL.

Attached the server to the post.
Sources: http://forgottenserver.svn.sourceforge.net/viewvc/forgottenserver/forgottenserver/tags/0.2/

#edit2

Here is a sample of a working stages.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
    <config enabled="1"/>
    <stage minlevel="1" maxlevel="30" multiplier="6"/>
    <stage minlevel="31" maxlevel="80" multiplier="5"/>
    <stage minlevel="81" maxlevel="150" multiplier="4"/>
    <stage minlevel="151" maxlevel="999" multiplier="3"/>
</stages>
 

Attachments

  • TheForgottenServer.zip
    775.8 KB · Views: 7 · VirusTotal
Last edited:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<stages>
    <config enabled="1"/>
    <stage minlevel="1" maxlevel="30" multiplier="6"/>
    <stage minlevel="31" maxlevel="80" multiplier="5"/>
    <stage minlevel="81" maxlevel="150" multiplier="4"/>
    <stage minlevel="151" maxlevel="999" multiplier="3"/>
</stages>

I bet you forgot to add
Code:
    <config enabled="1"/>

Since the standard stages got <config enabled="0"/>
Which means you simply didn't turn the stage exp on.
 
Back
Top