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

[8.5] The Forgotten Server 0.3.5pl1 (Crying Damson)

Status
Not open for further replies.
Yes, i don't know many things cause i ever used TFS...
but i have already tryed OT in the last weeks, VERY STABLE, but useful
for who know how to add own functions...
at all, i'm continue testing OT and see what i can do ;~
ty :D
 
Yes, i don't know many things cause i ever used TFS...
but i have already tryed OT in the last weeks, VERY STABLE, but useful
for who know how to add own functions...
at all, i'm continue testing OT and see what i can do ;~
ty :D

Almost every real-tibia quest or so can be scripted in OT so if u need your own function to do something u will also need to do that in TFS.
 
The server works great! No serious bugs detected, just crash after reloading a few things as CreatureEvents, otherwise it's all fine.
 
I get some kind of weird error that doesn't tell me much. Any clue what it may be? It's something like the following:

Code:
[11/08/2009 00:03:36] Lua Script Error:
[11/08/2009 00:03:36] buffer
[11/08/2009 00:03:36] [string "loadBuffer"]:4: unexpected symbol near 'local'
 
Em.. Found bugzor(?)
Monsters.cpp, line 784-786, is:
Code:
			else if(tmpName == "dazzlecondition")
			{
				conditionType = CONDITION_CURSED;
				tickInterval = 10000;
			}
but should be:
Code:
			else if(tmpName == "dazzlecondition")
			{
				conditionType = CONDITION_DAZZLED;
				tickInterval = 10000;
			}

:)
 
The server works great! No serious bugs detected, just crash after reloading a few things as CreatureEvents, otherwise it's all fine.

Nice to hear that from someone who knows a bit lua/programming. Most of bugs which peoples have are caused by these out-dated scripts. For me it also works fine, without crashes from 2 weeks (2x servers with ~100 players)

@Up

Thank you, fixed :thumbup:
 
Hey ELF and "TFS Developers"...
Great Server, Everything Works 100%...

Hardly Have Crash... BUT My Server Are On For 1 Week And 2 Days Was Crashed One Time...

Congratulations To TFS TEAM And I LOVE The Forgotten Server's.
 
@Slawkens, i'm using clean TFS and it Crashs not too much, but sometimes crashs...
and, anything aboult pl2 ? critical bug fixed? we really need it ;~
 
my server doesn't clean, its 24/7... only 1 restart each 24hrs :p
but i'm getting owned by the 'critical bug', and i can't do anything aboult it,
only wait Elf, and see what he i'll do aboult it :(
 
Omg, i tryed to own LoucoServ, but he already have 'critical bug' fixed.
Elf do it, or he do it by himself ?
 
Code:
[20/08/2009 23:26:18] Lua Script Error: 
[20/08/2009 23:26:18] [string "loadBuffer"]:4: unexpected symbol near 'local'

Constant error in console. Anyone know what may be causing this? Thanks.
 
Status
Not open for further replies.
Back
Top