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??
"Target has too much HP" ??
Re: "Target has too much HP" ??
profile option
another way is to enable party and party_instance.
the PARTY_INSTANCE makes it attack mobs regardless of their HP.
Code: Select all
<option name="AUTO_ELITE_FACTOR" value="20" />default value is 5, so if a mob has 5 X your HP then it won't attack it.-- mobs with x * your HP value counts as 'Elite' and we will not target 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" />
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: "Target has too much HP" ??
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??
should i add:
<option name="AUTO_ELITE_FACTOR" value="20" />
under combat options??
Re: "Target has too much HP" ??
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?
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?