not lotting?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
csk41
Posts: 6
Joined: Fri Sep 18, 2009 3:48 pm

not lotting?

#1 Post by csk41 »

I don't know what happened, but my bot stoped lotting. I didn't change anything in my profile, or any in game options. I just says, clearing target, in Rombot window. It used to say, moving to loot target. here is a copy of my profile. My in game settings are: click to move, auto loot, and 1 is my attack, and the blank macro is at 0. what I'm i doing wrong here.

Code: Select all

<options>
		<!-- Try the bot with a new char mage                   -->
		<!-- At the pioneer village. Use demo.xml waypoint file -->
		<option name="HP_LOW"			value="80" />
		<option name="MP_LOW_POTION"	value="40" />
		<option name="HP_LOW_POTION"	value="40" />
		<option name="USE_HP_POTION"	value="best" />	<!-- potion select strategy: best|minstack -->
		<option name="USE_MANA_POTION"	value="best" />	<!-- potion select strategy: best|minstack -->

		<!-- Rest if HP or Mana is below that level -->
		<option name="HP_REST" value="15" />
		<option name="MP_REST" value="15" />

		<!-- Shopping options, how many of what do you want to keep in your inventory -->
		<option name="HEALING_POTION" value="99" />
		<option name="MANA_POTION" value="99" />
		<option name="ARROW_QUIVER" value="2" />
		<option name="THROWN_BAG" value="2" />
		<option name="POISON" value="30" />

		<!-- either false or arrow or thrown -->
		<option name="RELOAD_AMMUNITION" value="false" />	<!-- false|arrow|thrown -->

		<!-- Combat options -->
		<option name="COMBAT_TYPE"        value="" />	<!-- leave empty or choose ranged/melee if not using class default -->
		<option name="COMBAT_RANGED_PULL" value="false" /> <!-- only important for melees -->
		<option name="COMBAT_DISTANCE"    value="95" />
		<option name="MAX_FIGHT_TIME"     value="15" />	<!-- Max time without damage before break -->
		<option name="DOT_PERCENT"        value="90" />
		<option name="ANTI_KS"            value="true" />
		<option name="MAX_TARGET_DIST"    value="95" />


		<!-- Attack monsters 3 levels above or 10 below your level -->
		<option name="TARGET_LEVELDIF_ABOVE" value="3" />
		<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="waypoints" />	<!-- waypoints | wander -->
		<option name="WANDER_RADIUS"		value="500" />
		<option name="WAYPOINT_DEVIATION"	value="0" />
		<option name="QUICK_TURN" 		value="false" />
		<option name="HARVEST_SCAN_YREST"       value="50" />	

		<!-- Loot settings -->
		<option name="LOOT"               value="true" />
		<option name="LOOT_IN_COMBAT"     value="ture" />
		<option name="LOOT_DISTANCE"      value="95" />
		<option name="LOOT_PAUSE_AFTER"   value="0" />		<!-- probability in % for a short rest -->
		

		<!-- Log out and resurrect settings -->
		<option name="LOGOUT_TIME" 			value="360" />	<!-- in minutes, 0 = timer disabled -->
		<option name="LOGOUT_SHUTDOWN"		value="false" />
		<option name="LOGOUT_WHEN_STUCK"	value="true" />
		<option name="RES_AUTOMATIC_AFTER_DEATH" value="true" />
		<option name="MAX_DEATHS" value="10" /> <!-- Log out after this many deaths -->

		<!-- For more options and documentation see the RoM Bot Wiki:  -->
		<!-- http://www.solarstrike.net/wiki/index.php5?title=RoM_Bot  -->

	</options>
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: not lotting?

#2 Post by rock5 »

csk41 wrote:I don't know what happened, but my bot stoped lotting. I didn't change anything in my profile, or any in game options. I just says, clearing target, in Rombot window. It used to say, moving to loot target. here is a copy of my profile. My in game settings are: click to move, auto loot, and 1 is my attack, and the blank macro is at 0. what I'm i doing wrong here.
First, there has been a few posts about the looting problem. You can find a temporary workaround in this post.
http://www.solarstrike.net/phpBB3/viewt ... =21&t=1426

I'm curious. You say you didn't change anything in the game, did you change anything in your system?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
csk41
Posts: 6
Joined: Fri Sep 18, 2009 3:48 pm

Re: not lotting?

#3 Post by csk41 »

I saw the link, and used the work around. I was reading the posts but I was just not in the right section. Someone moved my post to ROM posts and thats when I saw the work around on someone elses post. I was just coming on to say I figured it out. I belive I did a svn update I just forgot, but thats what changed. After the update the that's when to bot stoped lotting. thanks for the reply
Post Reply