• 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 item ids has bein changed?!

GaneraTeam

New Member
Joined
Jun 6, 2011
Messages
20
Reaction score
0
hello i got problems with my item.xml
I just downloaded The Forgotten Server v0.2.8 (Mystic Spirit) (8.62) here on otland.

and all my item ids is wrong, dose any one know why?
Here is an example:

</item>
<item id="2383" name="spike sword" article="a">
<attribute key="weight" value="5000" />
<attribute key="defense" value="21" />
<attribute key="attack" value="24" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="2" />
</item>
<item id="2384" name="rapier" article="a">
<attribute key="weight" value="1500" />
<attribute key="defense" value="8" />
<attribute key="attack" value="10" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="1" />
</item>
<item id="2385" name="sabre" article="a">
<attribute key="weight" value="2500" />
<attribute key="defense" value="10" />
<attribute key="attack" value="12" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="1" />
</item>
<item id="2386" name="axe" article="an">
<attribute key="weight" value="4000" />
<attribute key="defense" value="6" />
<attribute key="attack" value="12" />
<attribute key="weaponType" value="axe" />
</item>
<item id="2387" name="double axe" article="a">
<attribute key="weight" value="7000" />
<attribute key="defense" value="12" />
<attribute key="attack" value="35" />
<attribute key="weaponType" value="axe" />
<attribute key="slotType" value="two-handed" />

If anyone knows how to get a working item.xml please let me know :D
 
Yeh okey it looks better and makes it much easiuer for me to edit...

Okey its looks better but it dose not help me, my problem is that all the item ids is changed...
this is a sample from my item.xml:
</item>
<item id="2383" name="spike sword" article="a">
<attribute key="weight" value="5000" />
<attribute key="defense" value="21" />
<attribute key="attack" value="24" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="2" />
</item>
<item id="2384" name="rapier" article="a">
<attribute key="weight" value="1500" />
<attribute key="defense" value="8" />
<attribute key="attack" value="10" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="1" />
</item>
<item id="2385" name="sabre" article="a">
<attribute key="weight" value="2500" />
<attribute key="defense" value="10" />
<attribute key="attack" value="12" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="1" />

--------------------------------------------------------------------
AND THIS IS THE ITEM IDS FROM OTLANDS WEBPAGE:

* Spikesword, 3271
* Rapier, 3272
* Sabre, 3273

Anyone knows how to resolver this problem? (im glad for every single help i can get) :D
 
i have tried but i can¨t find another Item.xml for The Forgotten Server v0.2.8 (Mystic Spirit) (8.62) that dosen´t have the same bug.. =(
If some one have a item.xml that isn´t bugged please let me know :D
 
Last edited:
Back
Top