• 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.
whai is it?:
[11/08/2009 22:40:52] >> Debugging: nothing.
[11/08/2009 22:40:52] >> Checking software version... outdated, please consider updating!
[11/08/2009 22:40:53] > Current version information - version: 0.3.4, patch: 2, build: 1879, timestamp: 1242396574.
[11/08/2009 22:40:53] > Latest version information - version: 0.3.5, patch: 1, build: 2576, timestamp: 1249584126.
[11/08/2009 22:40:53] [Warning - ConfigManager::getBool] 62
 
IF i'm using windows 2003 server x64, how can i compile ir ? Dev C++ isn't working ;/
 
im having problems with server crash, and the server and apache crashs together..im using 0.3.4 and apache with xampp (gesior acc) any help would be apreciatte

i think any syn flood attack on server port = crash

0.2 don't crash with syn flood attacks
 
Last edited:
my movements actionid not work

exemple:
<movevent event="StepIn" actionid="15031" script="deathflag.lua" />

only
<movevent type="StepIn" itemid="1387" event="script" value="citizen.lua"/>

itemid , work
in movements .xml

whatt's wrong ?

i use last version tfs
thanks
 
please help i have this error
Code:
[12/08/2009 03:23:13] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:13] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:13] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:13] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:13] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:13] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:13] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:14] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:14] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:14] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
[12/08/2009 03:23:14] [Warning - ItemAttributes::getAttrConst] (type & m_attributes) but attribute not found
 
Hello Good Evening.
I have a problem. When I edit an item, and try to connect the server, the server does not connect and the error.

Example, I try to edit the item:
<item id="2474" article="a" name="winged helmet">
<attribute key="description" value="It is the Helmet of Hermes."/>
<attribute key="weight" value="1200"/>
<attribute key="armor" value="10"/>
<attribute key="slotType" value="head"/>
</item>

And change for the following item:
<item id="2474" article="a" name="Evolution helmet">
<attribute key="weight" value="10000"/>
<attribute key="skillSword" value="1"/>
<attribute key="skillDist" value="1"/>
<attribute key="skillAxe" value="1"/>
<attribute key="skillClub" value="1"/>
<attribute key="skillShield" value="1"/>
<attribute key="armor" value="15"/>
<attribute key="slotType" value="head"/>
</item>

And of the following error after I save and try to connect:
[11/08/2009 21:43:39] >> Loading items
[11/08/2009 21:43:40] [Warning - Items::loadFromXml] Cannot load items file.
[11/08/2009 21:43:40] Line: 1726, Info: Extra content at the end of the document



[11/08/2009 21:43:46] > ERROR: Unable to load items (XML)!

Someone who had the error and has agreed can help?
 
copy line 1726
so we can know the error
 
Hmm Sorry...

Line 1726:
<item id="1734" article="a" name="locker">
<attribute key="rotateTo" value="1735"/>
<attribute key="containerSize" value="6"/>
</item>
 
Hello Good Evening.
I have a problem. When I edit an item, and try to connect the server, the server does not connect and the error.

Example, I try to edit the item:
<item id="2474" article="a" name="winged helmet">
<attribute key="description" value="It is the Helmet of Hermes."/>
<attribute key="weight" value="1200"/>
<attribute key="armor" value="10"/>
<attribute key="slotType" value="head"/>
</item>

And change for the following item:
<item id="2474" article="a" name="Evolution helmet">
<attribute key="weight" value="10000"/>
<attribute key="skillSword" value="1"/>
<attribute key="skillDist" value="1"/>
<attribute key="skillAxe" value="1"/>
<attribute key="skillClub" value="1"/>
<attribute key="skillShield" value="1"/>
<attribute key="armor" value="15"/>
<attribute key="slotType" value="head"/>
</item>

And of the following error after I save and try to connect:
[11/08/2009 21:43:39] >> Loading items
[11/08/2009 21:43:40] [Warning - Items::loadFromXml] Cannot load items file.
[11/08/2009 21:43:40] Line: 1726, Info: Extra content at the end of the document



[11/08/2009 21:43:46] > ERROR: Unable to load items (XML)!

Someone who had the error and has agreed can help?

Same here, when I edit 1 spelling mistake, the whole items.xml destroys the whole server. It also changed from 866 KB to 845 KB while only changing 1 letter. I'm getting very frustrated.
 
@UP:

You need to use a different text editor, try Notepad++. It works fine for me.
 
u,u sometimes the server frezze and goes up to 2.05gb of ram and cpu to 50%
hope i get lucky and it fix its self some day...
and a player told me that he die and lost lvls on pvp zone :O
Have Not Idea Of What Could Be

Ty For The Release anyway
 
Hello Good Evening.
I have a problem. When I edit an item, and try to connect the server, the server does not connect and the error.

Example, I try to edit the item:
<item id="2474" article="a" name="winged helmet">
<attribute key="description" value="It is the Helmet of Hermes."/>
<attribute key="weight" value="1200"/>
<attribute key="armor" value="10"/>
<attribute key="slotType" value="head"/>
</item>

And change for the following item:
<item id="2474" article="a" name="Evolution helmet">
<attribute key="weight" value="10000"/>
<attribute key="skillSword" value="1"/>
<attribute key="skillDist" value="1"/>
<attribute key="skillAxe" value="1"/>
<attribute key="skillClub" value="1"/>
<attribute key="skillShield" value="1"/>
<attribute key="armor" value="15"/>
<attribute key="slotType" value="head"/>
</item>

And of the following error after I save and try to connect:
[11/08/2009 21:43:39] >> Loading items
[11/08/2009 21:43:40] [Warning - Items::loadFromXml] Cannot load items file.
[11/08/2009 21:43:40] Line: 1726, Info: Extra content at the end of the document



[11/08/2009 21:43:46] > ERROR: Unable to load items (XML)!

Someone who had the error and has agreed can help?

sorry was afk all day, download the original itemx.xml , search in google for notepad++, and open it with that change it and save it and if have to work, or just is an error in that line, if you open the item xml with notepad or wordpad and save it wont work.
 
Status
Not open for further replies.
Back
Top