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

Guild War System Crash

console:
Code:
The Forgotten Server, version 0.3.6 (Crying Damson)
Compiled with GNU C++ version 4.3.4 at Apr  3 2010, 21:54:24.
A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.
Visit our forum for updates, support and resources: http://otland.net.

>> Loading config (config.lua)
> Using plaintext encryption
>> Checking software version... up to date!
>> Fetching blacklist
>> Loading RSA key
>> Starting SQL connection
>> Running Database Manager
>> Loading items
<Warning - Items::loadFromXml>< Duplicate registered item with id 4862
>> Loading groups
>> Loading vocations
>> Loading script systems
<Warning - Actions::registerEvent> Duplicate registered item with id: 2363, in fromid: 2362 and toid: 2363
>> Loading chat channels
>> Loading outfits
>> Loading experience stages
>> Loading monsters
>> Loading mods...
> Loading firstitems.xml... done.
> Loading customspells.xml...[Warning - Spells::registerEvent] Duplicate registered rune with id: 2270
[Warning - Spells::registerEvent] Duplicate registered rune with id: 2276
 done.
> Loading buypremium_command.xml... done.
> Loading highscorebook.xml... done.
> Loading custommonsters.xml... done.
> Loading changender_command.xml... done.
> Loading guildWarSystem.xml...
theforgottenserver: luascript.h:251: static ScriptEnviroment* LuaScriptInterface::getEnv(): Assertion `m_scriptEnvIndex >= 0 && m_scriptEnvIndex < 21' failed.
dir:
Code:
/ots/mods $ ls -la
drwxr-xr-x  5 ots users 4096 Jun 13 02:20 .
drwxr-xr-x 15 ots users 4096 Jun 13 14:10 ..
-rw-r--r--  1 ots users 1128 Jan  1  1970 buypremium_command.xml
-rw-r--r--  1 ots users 1418 Jan  1  1970 changender_command.xml
-rw-r--r--  1 ots users  451 Jan  1  1970 custommonsters.xml
-rw-r--r--  1 ots users 1402 Jan  1  1970 customspells.xml
-rw-r--r--  1 ots users 2459 Jun  7 18:47 firstitems.xml
-rw-r--r--  1 ots users  463 Jan  1  1970 highscorebook.xml
drwxr-xr-x  3 ots users 4096 Jan  1  1970 monster
drwxr-xr-x  2 ots users 4096 Jan  1  1970 npc
drwxr-xr-x  3 ots users 4096 Jan  1  1970 scripts
 
Back
Top