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

item problems

tofik1432

New Member
Joined
Jun 20, 2009
Messages
162
Reaction score
0
hi , when i want to add a item ( the item doesn't have a "name" but it already exists i only want to name it ) i get bugs such ass:
teleports dont work,
names of doors dissapeir( thay change to id - you see item id 10000)
stairs dont work ,

didnt find more bugs ;]

can someone help ??
this is what i add

<item id="10133" article="a" name="GOD's gold medal">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10134" article="a" name="GOD's silver medal">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10135" article="a" name="GOD's bronze medal">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10136" article="a" name="GOD's medal of honour">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10137" article="a" name="GOD's medal of honour">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10138" article="a" name="GOD's medal of honour">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10139" article="a" name="GOD's Garland">
<attribute key="description" value="Wreczony przez GOD'a za zasluzone czyny"/>
<attribute key="weight" value="800"/>
</item>
<item id="10140" article="a" name="GOD's Silver Cross">
<attribute key="description" value="Wreczony przez GOD'a za zasluzone czyny"/>
<attribute key="weight" value="800"/>
<item>
<item id="10141" article="a" name="GOD's medal of honour">
<attribute key="description" value="Wreczony przez GOD'a za zasluzone czyny"/>
<attribute key="weight" value="800"/>
</item>
</item>
maybe there's a "hole" somewhere in the item id's ???
 
[28/07/2009 16:49:30] WARNING: IOMapSerialize::loadTile(). NULL item at ( 00153 / 00059 / 007 ). type = 10276, sid = 1, pid = 0
still doesnt work ;/

<item id="10133" article="a" name="GOD's gold medal">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10134" article="a" name="GOD's silver medal">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10135" article="a" name="GOD's bronze medal">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10136" article="a" name="GOD's medal of honour">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10137" article="a" name="GOD's medal of honour">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10138" article="a" name="GOD's medal of honour">
<attribute key="description" value="Wreczony przez GOD'a"/>
<attribute key="weight" value="800"/>
</item>
<item id="10139" article="a" name="GOD's Garland">
<attribute key="description" value="Wreczony przez GOD'a za zasluzone czyny"/>
<attribute key="weight" value="800"/>
</item>
<item id="10140" article="a" name="GOD's Silver Cross">
<attribute key="description" value="Wreczony przez GOD'a za zasluzone czyny"/>
<attribute key="weight" value="800"/>
<item>
<item id="10141" article="a" name="GOD's medal of honour">
<attribute key="description" value="Wreczony przez GOD'a za zasluzone czyny"/>
<attribute key="weight" value="800"/>
</items>

/\ is on the end of items.xml
 
[28/07/2009 16:49:30] WARNING: IOMapSerialize::loadTile(). NULL item at ( 00153 / 00059 / 007 ). type = 10276, sid = 1, pid = 0
it's problem with your map, check your map in mapeditor at position x=153, y=59, z=7
remove item from there.
 
Back
Top