"Target has too much HP" ??

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
klassik1
Posts: 57
Joined: Wed Oct 19, 2011 12:38 pm

"Target has too much HP" ??

#1 Post 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??
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: "Target has too much HP" ??

#2 Post 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.
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
klassik1
Posts: 57
Joined: Wed Oct 19, 2011 12:38 pm

Re: "Target has too much HP" ??

#3 Post 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??
klassik1
Posts: 57
Joined: Wed Oct 19, 2011 12:38 pm

Re: "Target has too much HP" ??

#4 Post 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?
Post Reply