• 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.62] The Forgotten Server v0.2.8 (Mystic Spirit)

Status
Not open for further replies.
It runs fine for me. I think you have done something wrong with the database. Maybe you should check all of your config.lua settings to ensure the database information is correct. If that doesn't work, try dropping the database and importing another one to start over.

What options do I need to modify in config.lua? also there's a difference between GUI files and console..?
 
jejeje i no be clear...

how i "script" with LuaJIT?

Just like you did before. There is no difference in how you write the scripts.
 
what about luaJIT? are the same codes? or is totally different than LUA
 
what about luaJIT? are the same codes? or is totally different than LUA

It's exactly the same scripts, just a more powerful interpreter.
 
Is the scripting in Mystic Spirit very different from Crying Damson?
If not I think I'll use Mystic Spirit
 
Is the scripting in Mystic Spirit very different from Crying Damson?
If not I think I'll use Mystic Spirit

I think Mystic Spirit has less functions than Crying Damson but the scripting syntax, statements is same - it's Lua.
 
Thanks a lot.....
I love you.....
Hope you will be first guy who release compability 8.70
 
1st of all sorry for my english

I'm seeing this error when i click "OK" on an NPC Trade Window
Code:
[09/12/2010 22:35:06] Lua Script Error: [Npc interface] 
[09/12/2010 22:35:06] (Unknown scriptfile)

[09/12/2010 22:35:06] data/npc/lib/npcsystem/npchandler.lua:251: bad argument #1 to 'unpack' (table expected, got nil)
[09/12/2010 22:35:06] stack traceback:
[09/12/2010 22:35:06] 	[C]: in function 'unpack'
[09/12/2010 22:35:06] 	data/npc/lib/npcsystem/npchandler.lua:251: in function 'processModuleCallback'
[09/12/2010 22:35:07] 	data/npc/lib/npcsystem/npchandler.lua:424: in function 'onBuy'
[09/12/2010 22:35:07] 	data/npc/lib/npcsystem/modules.lua:986: in function <data/npc/lib/npcsystem/modules.lua:986>

and i'm getting random crashes, i don't know if anyone else is having this problem
at 0.2.7 it was fine!
any ideas?
 
1st of all sorry for my english

I'm seeing this error when i click "OK" on an NPC Trade Window
Code:
[09/12/2010 22:35:06] Lua Script Error: [Npc interface] 
[09/12/2010 22:35:06] (Unknown scriptfile)

[09/12/2010 22:35:06] data/npc/lib/npcsystem/npchandler.lua:251: bad argument #1 to 'unpack' (table expected, got nil)
[09/12/2010 22:35:06] stack traceback:
[09/12/2010 22:35:06] 	[C]: in function 'unpack'
[09/12/2010 22:35:06] 	data/npc/lib/npcsystem/npchandler.lua:251: in function 'processModuleCallback'
[09/12/2010 22:35:07] 	data/npc/lib/npcsystem/npchandler.lua:424: in function 'onBuy'
[09/12/2010 22:35:07] 	data/npc/lib/npcsystem/modules.lua:986: in function <data/npc/lib/npcsystem/modules.lua:986>

and i'm getting random crashes, i don't know if anyone else is having this problem
at 0.2.7 it was fine!
any ideas?

Bleh, I forgot to fix this before release. In data/npc/lib/npcsystem/npchandler.lua:
replace all "unpack(arg)" with "..."

I will repack the archive in the first post with this fix soon and commit a patch to the tag in the public subversion.

I haven't had a single crash with this version, do you think you will be able to compile the server and run it with a debugger and provide more information? It's pretty hard for me to track down the crash with the only information being "random crashes".

EDIT: The diff can be seen here: http://otland.net/subversion.php?sv...pc/lib/npcsystem/npchandler.lua&rev=87&peg=87

EDIT 2: The archives in the first post are updated now, re-download if you don't know how to patch the npc system.
 
Last edited by a moderator:
Nice release
I will try to convert all my codes to 0.2, but I'm afraid that 0.2 misses some functions and source structure differs too much to make it easy
Can I pm you if I'll get stuck somewhere?
 
This is a common problem.. releasing a new client that isn't done :(
I will use 8.54.. till 8.62/8.7 is stable and included with all funtions..
The new item's also didn't added and also not the new monsters.
 
This is a common problem.. releasing a new client that isn't done :(
I will use 8.54.. till 8.62/8.7 is stable and included with all funtions..
The new item's also didn't added and also not the new monsters.

it is done and stable. this is just from the 0.2 series which always had less functions. still hoping for 0.3.7.
 
Status
Not open for further replies.
Back
Top