ROM bot profile errors
Posted: Tue Jan 04, 2011 8:23 pm
Hi guyz, I'm new to ROM and have spent 2days trying to get this bot work but there was this error I didnt know how to fix. My profile is:
<profile>
<options>
<option name="HP_LOW" value="50" />
<option name="MP_LOW_POTION" value="50" />
<option name="HP_LOW_POTION" value="65" />
<option name="COMBAT_TYPE" value="melee" />
<option name="ANTI_KS" value="true" />
<option name="WAYPOINTS" value="test1.xml" />
<option name="LOOT" value="true" />
<option name="LOOT_TIME" value="1200" />
<option name="POTION_COOLDOWN" value="15" />
<option name="MAX_FIGHT_TIME" value="60" />
<option name="DOT_PERCENT" value="90" />
</options>
<friends>
<friend name="MyOtherCharacter1" />
<friend name="MyOtherCharacter2" />
</friends>
<hotkeys>
<hotkey name="MACRO" modifier="" key="VK_0" />
<hotkey name="HP_POTION" key="VK_9" modifier="" />
<hotkey name="MP_POTION" key="VK_EQUAL" modifier="" />
<hotkey name="ATTACK" key="VK_1" modifier="" />
</hotkeys>
<!--
<skills_priest>
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="VK_5" priority="100" hpper="30" />
</skills_priest>
<skills_warrior>
<skill name="WARRIOR_SLASH" modifier="" hotkey="VK_2" priority="90" />
</skills_warrior>
</profile>
An error message of : libs/mods/xml.lua:336: error closing parser: unclosed token.
I have checked over the profile many time but could not spot any unclosed token. Please help. thank you!
<profile>
<options>
<option name="HP_LOW" value="50" />
<option name="MP_LOW_POTION" value="50" />
<option name="HP_LOW_POTION" value="65" />
<option name="COMBAT_TYPE" value="melee" />
<option name="ANTI_KS" value="true" />
<option name="WAYPOINTS" value="test1.xml" />
<option name="LOOT" value="true" />
<option name="LOOT_TIME" value="1200" />
<option name="POTION_COOLDOWN" value="15" />
<option name="MAX_FIGHT_TIME" value="60" />
<option name="DOT_PERCENT" value="90" />
</options>
<friends>
<friend name="MyOtherCharacter1" />
<friend name="MyOtherCharacter2" />
</friends>
<hotkeys>
<hotkey name="MACRO" modifier="" key="VK_0" />
<hotkey name="HP_POTION" key="VK_9" modifier="" />
<hotkey name="MP_POTION" key="VK_EQUAL" modifier="" />
<hotkey name="ATTACK" key="VK_1" modifier="" />
</hotkeys>
<!--
<skills_priest>
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="VK_5" priority="100" hpper="30" />
</skills_priest>
<skills_warrior>
<skill name="WARRIOR_SLASH" modifier="" hotkey="VK_2" priority="90" />
</skills_warrior>
</profile>
An error message of : libs/mods/xml.lua:336: error closing parser: unclosed token.
I have checked over the profile many time but could not spot any unclosed token. Please help. thank you!