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

The Forgotten Server - always NEW version ( .exe and SVN)!

Gratz Gesior, now its works the deathlist, tnx man ;)

But in lastdeaths pressent a error, look:

Last deaths:

qs6xyu.jpg


Character Information:

rsg5qs.jpg


Help me please, i need quit the '
 
Last edited:
plz help in step 2 does this error gesior help plz!

C:/ACHADA RL OT/forgottenserver.s3db - file isn't valid SQLite database. i have it so its this one! whats wrong?
C:/ACHADA RL OT/forgottenserver.s3db - doesn't exist.
 
Last edited:
WTF IS THIS
25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7465 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7466 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7467 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7468 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7469 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7470 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7471 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7472 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7473 has an infinite decay-chain
AND WHAT IS THIS MAP FOR
(THE FORGOTTEN SERVER SVN (rev. 815)!
 
WTF IS THIS
25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7465 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7466 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7467 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7468 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7469 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7470 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7471 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7472 has an infinite decay-chain
[25/05/2008 01:42:43] Warning: [Items::loadFromXml] Item 7473 has an infinite decay-chain
AND WHAT IS THIS MAP FOR
(THE FORGOTTEN SERVER SVN (rev. 815)!

Ignore that errors ;P It's only from items.xml ;) Those items are pink fires (on poi, etc.) which takes damage ;) And works properly for me :p Just ignore it.
 
In TFS 0.3...

The comand "/addskill" don't work with all players..

example:

/addskill Seaxo, level <---- Work

/addskill Zymar of Nightwish, level <---- don't work

---------------------------------------------------------------------------

The server make a freeze of 1 second when a player dies, this freeze's is later when the server have 30 or more hours online...
 
Pabox,if the person has more than one word in their name, you have to use quotes.


ex: /addskill "Zymar of Nightwish", level
 
New version of TFS 0.3 in repository with big changes, but I don't have time to compile it today :>
 
[25/05/2008 21:53:24] Lua Script Error: [Npc interface]
[25/05/2008 21:53:24] data/npc/scripts/runes_old.lua:eek:nCreatureSay

[25/05/2008 21:53:24] data/npc/lib/npcsystem/npchandler.lua:344: attempt to call global 'getPlayerPosition' (a nil value)

I forgot how to fix this stuff, it worked properly on my last serv :O
 
I suggest you to wait for official releases, because those unofficial releases doesn't do more than cause trouble for you. An example why is:

Let's say version 3.1 of some software has been released by its official developers and it has a SVN revision of 58172. In SVN revision 58224 the developers add experimental changes to try out something, let's say it removes three database field and adds two others. A user of this software downloads this revision and uploads it on the forum, everyone download it and patch those changes. In SVN revision 58226 the developers change their mind and think it was a bad idea, they revert the changes, but they don't give you any patch to revert the database changes you already done when you used the unofficial release. The official developers release 3.2 and everyone who has used the unofficial release now has a broken table in their database and unless the user has SQL knowledge and can repair it or will use an backup before he used the unofficial released version.

Think about this when you download those binaries, especially those who download 0.3 which hasn't even had it's official Beta release yet.

[25/05/2008 21:53:24] Lua Script Error: [Npc interface]
[25/05/2008 21:53:24] data/npc/scripts/runes_old.lua:eek:nCreatureSay

[25/05/2008 21:53:24] data/npc/lib/npcsystem/npchandler.lua:344: attempt to call global 'getPlayerPosition' (a nil value)

I forgot how to fix this stuff, it worked properly on my last serv :O

:thumbup:

@Gesior: Have in mind that if you'll publish newest revision people will keep complaining that deaths saving such as deathlist command doesn't work...
 
[25/05/2008 21:53:24] Lua Script Error: [Npc interface]
[25/05/2008 21:53:24] data/npc/scripts/runes_old.lua:eek:nCreatureSay

[25/05/2008 21:53:24] data/npc/lib/npcsystem/npchandler.lua:344: attempt to call global 'getPlayerPosition' (a nil value)

I forgot how to fix this stuff, it worked properly on my last serv :O
"attempt to call global 'getPlayerPosition' (a nil value)" - it mean "server doesn't have this function", open "doc/LUA_FUNCTIONS" in text editor and find new names of functions. For your problem:
LUA_FUNCTIONS said:
getCreaturePosition(cid)
Info
This function will check for current creature position.

Returns
Position in array
Example
{x = 127, y = 7, z = 9, stackpos = 1}
{x = 396, y = 582, z = 13, stackpos = 2} (when creature is on an item)

Example
local playerPos = getCreaturePosition(cid)
 
I got something to inform users:
If you download Gesiors server, and just take a couple files like the .exe and config, it will most likely be bugged. But if you download his released, finish compiled, and use that server, and just edit it, then its able to run without any problems.
Btw, gesior, the next 2.12 release, will the "onaccept: 100listed error" bug be fixed?

Then I can run a Znote server in both Netherland and Norway ^^
 
Last edited:
Back
Top