Config AUTO_ELITE_FACTOR
Posted: Fri Jan 22, 2010 2:52 pm
I need a boss tanker, I have the configuration "Support Fight" but I get this:
Target is to strong .More HP then sel.MaxHp * ........................ AUTO_ELITE_FACTOR.
does not attack, has any idea how can I?
Sorry for my bad English
Target is to strong .More HP then sel.MaxHp * ........................ AUTO_ELITE_FACTOR.
does not attack, has any idea how can I?
Sorry for my bad English
Code: Select all
<!-- Combat options -->
<option name="COMBAT_TYPE" value="melee" /> <!-- leave empty or choose ranged/melee if not using class default -->
<option name="COMBAT_RANGED_PULL" value="true" /> <!-- only important for melees -->
<option name="COMBAT_DISTANCE" value="200" />
<option name="MAX_FIGHT_TIME" value="15" /> <!-- Max time without damage before break -->
<option name="DOT_PERCENT" value="0" />
<option name="ANTI_KS" value="false" />
<option name="USE_SLEEP_AFTER_RESUME" value="true" />
<!-- Attack monsters 3 levels above or 10 below your level -->
<option name="TARGET_LEVELDIF_ABOVE" value="10" />
<option name="TARGET_LEVELDIF_BELOW" value="10" />
<!-- Waypoint and movement settings -->
<option name="WAYPOINTS" value="" /> <!-- leave empty to show a list -->
<option name="RETURNPATH" value="" />
<option name="PATH_TYPE" value="wander" /> <!-- waypoints | wander -->
<option name="WANDER_RADIUS" value="0" />
<option name="WAYPOINT_DEVIATION" value="0" />
<option name="QUICK_TURN" value="false" />
<option name="AUTO_TARGET" value="false" />