

Der Rom Bot läuft bei mir bei alle Klassen eigentlich gut bloß beim Ritter nimmt er nur holy shield her und den normalen angriff den rest ignoriert er .
Kann mir da mal jemand weiterhelfen . hab normal alles auf dem aktuellen Stand ( software)
Post mal meine Confic:
Profil nimmt nicht alle skills her
hy zusammen hab mal einen Knight angefangen und hab eigentlich nur das eine Problem das er nicht alle skills hernimmt die ich ihm angegeben habe.
stell mal meine conic rein , wäre nett wenn mir jemand sagen könnte warum der nicht alle skills her nimmt. Tasten sind alle richtig belegt.
<profile>
<options>
<option name="HP_LOW" value="85" />
<option name="MP_LOW_POTION" value="50" />
<option name="HP_LOW_POTION" value="40" />
<option name="COMBAT_TYPE" value="melee" />
<option name="COMBAT_DISTANCE" value="200" />
<option name="ANTI_KS" value="true" />
<option name="WAYPOINTS" value="wolf6.xml" />
<option name="RETURNPATH" value="wolf6.xml" />
<option name="PATH_TYPE" value="waypoints" />
<option name="WANDER_RADIUS" value="500" />
<option name="WAYPOINT_DEVIATION" value="50" />
<option name="LOOT" value="true" />
<option name="LOOT_TIME" value="800" />
<option name="LOOT_DISTANCE" value="100" />
<option name="ENERGY_STORAGE_1" value="rage" />
<option name="ENERGY_STORAGE_2" value="energy" />
<option name="POTION_COOLDOWN" value="15" />
<option name="MAX_FIGHT_TIME" value="30" />
<option name="DOT_PERCENT" value="90" />
</options>
<friends>
<friend name="MyOtherCharacter1" />
<friend name="MyOtherCharacter2" />
</friends>
<hotkeys>
<hotkey name="HP_POTION" key="VK_MINUS" modifier="" />
<hotkey name="MP_POTION" key="VK_EQUAL" modifier="" />
<hotkey name="ATTACK" key="VK_0" modifier="" />
<hotkey name="RES_MACRO" key="VK_9" modifier="" />
</hotkeys>
<skills>
<skill name="KNIGHT_HOLY_STRIKE" hotkey="VK_3" modifier="" />
<skill name="KNIGHT_PUNISHMENT" hotkey="VK_2" modifier="" />
<skill name="KNIGHT_HOLY_SHIELD" hotkey="VK_4" modifier="" />
<skill name="KNIGHT_HOLY_SEAL" hotkey="VK_5" modifier="" />
<skill name="KNIGHT_DISARMAMENT" hotkey="VK_7" modifier="" />
<skill name="KNIGHT_SHIELD_OF_ATONEMENT" hotkey="VK_8" modifier="" />
<skill name="KNIGHT_WHIRLWIND_SHIELD" hotkey="VK_6" modifier="" />
</skills>
<onDeath>
-- Additional Lua code to execute on death
pauseOnDeath(); -- Stop the script
</onDeath>
<onLeaveCombat>
-- Additional Lua code to execute after killing an enemy
</onLeaveCombat>
<onSkillCast>
-- Additional Lua code to execute when casting a skill
-- Note: arg1 contains the skill being used.
-- i.e. arg1.Name will be the name of the skill being cast.
</onSkillCast>
</profile>