Page 1 of 1
"Target has too much HP" ??
Posted: Mon Feb 13, 2012 9:59 pm
by klassik1
okay, So, im running RBassist.xml for runs... testing things.
and i cant fight a boss because it says Boss has to much HP. to change the Auto_elite_Factor in Options Settings... But, i do not need an option to change that... How do you change it??
Re: "Target has too much HP" ??
Posted: Mon Feb 13, 2012 10:10 pm
by lisa
profile option
Code: Select all
<option name="AUTO_ELITE_FACTOR" value="20" />
-- mobs with x * your HP value counts as 'Elite' and we will not target it
default value is 5, so if a mob has 5 X your HP then it won't attack it.
another way is to enable party and party_instance.
Code: Select all
<!-- Party Bot options -->
<option name="PARTY" value="true" />
<option name="PARTY_ICONS" value="false" />
<option name="PARTY_INSTANCE" value="true" />
the PARTY_INSTANCE makes it attack mobs regardless of their HP.
Re: "Target has too much HP" ??
Posted: Tue Feb 14, 2012 9:46 pm
by klassik1
Hmm, i do not have this Auto elite factor option in my profile.xml
should i add:
<option name="AUTO_ELITE_FACTOR" value="20" />
under combat options??
Re: "Target has too much HP" ??
Posted: Tue Feb 14, 2012 10:02 pm
by klassik1
Okay, i got it to work now...
But! RBassist.xml is not spamming the 1 key like my DOD script does... It isnt using any skills at all actually. Its just doing white dmg. whats going on here?