Serp
/* No comment */
- Joined
- Mar 23, 2008
- Messages
- 249
- Reaction score
- 1
Im getting this error for all the corpsetypes in my items.xml
Example:
[16/07/2008 17:12:29] Warning: [Items::loadFromXml] Unknown corpseType blood
This is what its written like in the xml
Example:
Anyone have a solution?
Edit: Using TFS latest 0.2 tags revision.
Example:
[16/07/2008 17:12:29] Warning: [Items::loadFromXml] Unknown corpseType blood
This is what its written like in the xml
Example:
PHP:
<item id="2806" article="a" name="dead troll">
<attribute key="weight" value="60000"/>
<attribute key="containerSize" value="10"/>
<attribute key="decayTo" value="2810"/>
<attribute key="duration" value="10"/>
<attribute key="corpseType" value="blood"/>
<attribute key="fluidSource" value="blood"/>
</item>
Anyone have a solution?
Edit: Using TFS latest 0.2 tags revision.
Last edited: