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

REPORT ALL 0.2 BUGS HERE (latest 0.2 svn)!

Status
Not open for further replies.
Did you fix the bug with the striking going thru the walls?
I hate it ¬¬.
 
how do i download the sources i hate these online directory things and dont know how to download off them lol
 
I quit of expect this fix of avesta i go close my server this bug of high cpu usage never i'll be fixed very bored :(
 
I am wait, this fix th much days, but Avesta stop work \o, my server each day lost players, suckz
 
Has !online been removed?

[04/04/2008 16:01:28] Unknown command !online

Compiled using latest sources.
 
Has !online been removed?

[04/04/2008 16:01:28] Unknown command !online

Compiled using latest sources.

!online command has benn moved to talkactions, so you can remove it from commands.xml, and it should work.
 
I haven't tested this but I was told people can still own a house once a premmy has run out... :eek:

~Kiwi Dan~
 
I haven't tested this but I was told people can still own a house once a premmy has run out... :eek:

~Kiwi Dan~

It's true, and I don't know if I would call it a bug, it would suck if you forget to renew your premium account and lose your house. Perhaps I could add in config loseHouseWhenPremiumExpire in 0.3 for those who want it.
 
I using rev. 693.
Now, Server doesn't start if lastMotd.txt have a text.
I see your modification in source(693):
In line 4275, game.cpp
Code:
fscanf(file, "%d\n%s", &lastMotdNum, lastMotdText.c_str());
but server still doesn't start if lastMotd.txt have a text.

@EDIT:
version 0.2.10rc working fine.
 
Last edited:
I using rev. 693.
Now, Server doesn't start if lastMotd.txt have a text.
I see your modification in source(693):
In line 4275, game.cpp
Code:
fscanf(file, "%d\n%s", &lastMotdNum, lastMotdText.c_str());
but server still doesn't start if lastMotd.txt have a text.

@EDIT:
version 0.2.10rc working fine.

I cannot reproduce it:
Code:
talaturen@c-f3f472d5:~/forgottenserver/forgottenserver/tags/0.2$ cat lastMotd.txt
51733
Welcome to the Forgotten Server!
talaturen@c-f3f472d5:~/forgottenserver/forgottenserver/tags/0.2$ ./TheForgottenServer
The Forgotten Server - Version 0.2rc11 (Mystic Spirit).
A server developed by Talaturen, Kiper, Kornholijo, Jonern, Lithium & slawkens.
Visit our forum for updates, support and resources: http://otland.net/.

>> Loading config
>> Loading RSA key
>> Testing SQL connection... MySQL.
>> Loading bans
>> Loading vocations
>> Loading commands
>> Loading items
>> Loading script systems
>> Loading monsters
>> Loading quests
>> Loading outfits
>> Loading admin protocol config
>> Loading experience stages
>> Using SHA1 passwords
>> Checking world type... PVP
>> Loading map
> Map size: 30000x30000.
> Map loading time: 0.016 seconds.
>> Loading raids
>> All modules has been loaded, server starting up...
>> Forgotten Server Online!


talaturen@c-f3f472d5:~/forgottenserver/forgottenserver/tags/0.2$ cat lastMotd.txt
51733
Welcome to the Forgotten Server!
talaturen@c-f3f472d5:~/forgottenserver/forgottenserver/tags/0.2$
 
In documentation (README)
Code:
wget http://heanet.dl.sourceforge.net/sourceforge/asio/boost_asio_0_3_9.tar.gz
tar -xf boost_asio_0_3_9.tar.gz
sudo cp -ar boost_asio_0_3_9/boost/* /usr/include/boost/
sudo g++ boost_asio_0_3_9/libs/system/src/error_code.cpp -c -o /usr/lib/libboost_system.a
17:45:37 ERROR 404: Not Found.

You should replaced to:
Code:
wget http://heanet.dl.sourceforge.net/sourceforge/asio/boost_asio_1_0_0.tar.gz
tar -xf boost_asio_1_0_0.tar.gz
sudo cp -ar boost_asio_1_0_0/boost/* /usr/include/boost/
sudo g++ boost_asio_1_0_0/libs/system/src/error_code.cpp -c -o /usr/lib/libboost_system.a

New version boost_asio

It works on new version.

Code:
>> Forgotten Server Online!
 
I see, boost has been updated aswell. I'll update the documents later.
 
aadae1we1e21312312t5asdagwad.png

Help plx? I'm new on SQL :D
 
@up
download otserv dlls in download section ^^
 
@lastMotd.txt

If you delete the first line (the line with the number on it). It will start up every time, I guess you have to do this each time you make a new Motd. But this saves doing it each restart :)
 
Not sure if its only me or other people too but when you shutdown the server (using win32gui), the little TFS icon stays by the clock until you mouse over it, then it disappears...
 
Status
Not open for further replies.
Back
Top