• 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.60] The Forgotten Server 0.3.6 (Crying Damson) V8

Code:
[03/09/2013 03:57:45] [Error - Npc interface] 
[03/09/2013 03:57:45] (Unknown script file)
[03/09/2013 03:57:45] Description: 
[03/09/2013 03:57:45] data/npc/lib/npcsystem/modules.lua:1229: bad argument #2 to 'error' (number expected, got string)
[03/09/2013 03:57:45] stack traceback:
[03/09/2013 03:57:45]     [C]: in function 'error'
[03/09/2013 03:57:45]     data/npc/lib/npcsystem/modules.lua:1229: in function 'callbackOnSell'
[03/09/2013 03:57:45]     data/npc/lib/npcsystem/npchandler.lua:265: in function 'processModuleCallback'
[03/09/2013 03:57:45]     data/npc/lib/npcsystem/npchandler.lua:450: in function 'onSell'
[03/09/2013 03:57:45]     data/npc/lib/npcsystem/modules.lua:1296: in function <data/npc/lib/npcsystem/modules.lua:1295>

Getting this error when trying to trade with Soya and other xml NPCs -- how can i fix it?
 
upload_2013-9-3_18-13-54.png
My settings in config.lua are correct, loaded the mysql.sql into a database.
When I want to run the server, this happens.
How to fix this? :S
 
What is wrong, help me please!

Make a new user in phpmyadmin to use the database instead of using root, also try 127.0.0.1 in config (127.0.0.1 is alternative to localhost)
 
Make a new user in phpmyadmin to use the database instead of using root, also try 127.0.0.1 in config (127.0.0.1 is alternative to localhost)

insert '127.0.0.1' instead of 'localhost' doesnt change anything. How can i make a new user in phpmyadmin?
 
Make a new user in phpmyadmin to use the database instead of using root, also try 127.0.0.1 in config (127.0.0.1 is alternative to localhost)
When I use '127.0.0.1' instead of 'localhost', this happens:
upload_2013-9-3_20-0-13.png
 
Code:
[03/09/2013 03:57:45] [Error - Npc interface]
[03/09/2013 03:57:45] (Unknown script file)
[03/09/2013 03:57:45] Description:
[03/09/2013 03:57:45] data/npc/lib/npcsystem/modules.lua:1229: bad argument #2 to 'error' (number expected, got string)
[03/09/2013 03:57:45] stack traceback:
[03/09/2013 03:57:45]     [C]: in function 'error'
[03/09/2013 03:57:45]     data/npc/lib/npcsystem/modules.lua:1229: in function 'callbackOnSell'
[03/09/2013 03:57:45]     data/npc/lib/npcsystem/npchandler.lua:265: in function 'processModuleCallback'
[03/09/2013 03:57:45]     data/npc/lib/npcsystem/npchandler.lua:450: in function 'onSell'
[03/09/2013 03:57:45]     data/npc/lib/npcsystem/modules.lua:1296: in function <data/npc/lib/npcsystem/modules.lua:1295>

Getting this error when trying to trade with Soya and other xml NPCs -- how can i fix it?
bump this, help me :D
 
Is there an official documentation for TFS(or for any OT software for that matter)? What I mean is documentation for every function used by TFS, ex: onUse() clearly takes in 5 parameters, cid, item, fromPosition, itemEx, toPosition, but is there any place to look up documentation of functions like those in a format similar to this? In that link, you immediately get a detailed description of what the method(function) does, and hte parameter(s) used, as well as the data type(string, boolean, int etc) of all parameters as well as the return values. This would be VERY useful for those with pre-existing programming experience, especially for those who have used frameworks before.
 
Double posting because I don't seem to have an edit button:
I found the REAL documentation for LUA functions. With TFS Crying Damson 0.3.6, the directory is server_root/doc/LUA_FUNCTIONS

Hope it helps someone in the future like it did me :)
 
guys, ive tried everything, im running a windows server 2008 using xampp for sql and all i get is this:

Problem signature:
Problem Event Name: APPCRASH
Application Name: TheForgottenServerV8.2 32bit.exe
Application Version: 0.3.6.3429
Application Timestamp: 515fe67e
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7601.17725
Fault Module Timestamp: 4ec49b8f
Exception Code: c0000005
Exception Offset: 0003331f
OS Version: 6.1.7601.2.1.0.400.8
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt

it will not log into the mysql, im currently using an older version of 0.3.6 and it loads and i can get online from elsewere etc but this version refuses to go past database stage, ive made another user, used 127.0.0.1 and its still stuck here, any suggestions would be much appreiative !!

many thanks!
 
Quick question. How to recompile this? I downloaded the sources but I cannot see 'forgotten-server.dev' like the tutorials state.. Total noob at compiling here!
 
Back
Top