Bot doesn't sell Sledgehammer

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Mushroomstamp
Posts: 210
Joined: Wed Oct 27, 2010 11:34 am

Bot doesn't sell Sledgehammer

#1 Post by Mushroomstamp »

It's just a regular, white, 1-h hammer, but it does not get sold during player:merchant, regardless of dura. Does anyone know why and more importantly, how can I force bot to sell it?

Code: Select all

		<option name="INV_AUTOSELL_ENABLE" 			value="true" />
		<option name="INV_AUTOSELL_FROMSLOT" 	 	value="1" />
		<option name="INV_AUTOSELL_TOSLOT" 			value="42" />
		<option name="INV_AUTOSELL_QUALITY"			value="white,green,blue,purple" />
		<option name="INV_AUTOSELL_IGNORE"		 	value="Blend Rune,Study Essence,Mirror Essence,Ancient Spirit Essence" />
		<!--option name="INV_AUTOSELL_NOSELL_DURA"     value="110" /-->
		<option name="INV_AUTOSELL_NOSELL_STAT"  	value="XI" />	
		<!--option name="INV_AUTOSELL_TYPES_NOSELL"    value="Weapons,Armor" /-->
		<option name="RELOAD_AMMUNITION" 		  	value="false" />	<!-- false|arrow|thrown -->
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Bot doesn't sell Sledgehammer

#2 Post by lisa »

Hard to say why with just that information.

Could be many things,
Have you tried moving it to a different spot in bag?
Does it have XI stat? long shot lol

I can't see anything in your profile code that would cause it.
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
Mushroomstamp
Posts: 210
Joined: Wed Oct 27, 2010 11:34 am

Re: Bot doesn't sell Sledgehammer

#3 Post by Mushroomstamp »

No XI stats, I've only seen it with VI and lower. And as for the bag position, I had 6 of them in my bag this morning, so I'm guessing it's not slot-related.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Bot doesn't sell Sledgehammer

#4 Post by rock5 »

You have "INV_AUTOSELL_TYPES_NOSELL" set to "Weapons,Armor". Is that supposed to be "INV_AUTOSELL_TYPES"? Because as it is now it won't sell armour or weapons.
  • 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
Mushroomstamp
Posts: 210
Joined: Wed Oct 27, 2010 11:34 am

Re: Bot doesn't sell Sledgehammer

#5 Post by Mushroomstamp »

That's quoted out. I put that in there when I tried the expertsell function that you did up, but I haven't had time to refine it, so I quoted it out for now. Bot does sell everything else as-is.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Bot doesn't sell Sledgehammer

#6 Post by rock5 »

Mushroomstamp wrote:That's quoted out. I put that in there when I tried the expertsell function that you did up, but I haven't had time to refine it, so I quoted it out for now. Bot does sell everything else as-is.
Oops sorry.

Besides what Lisa said I can't think of much else.

Maybe it has a stat or something with a word that has XI in it. Maybe you could take a screenshot of the tooltip for us. Also have you tried using DEBUG_AUTOSELL = true? Maybe that will give you an idea why it's not selling.
  • 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
Mushroomstamp
Posts: 210
Joined: Wed Oct 27, 2010 11:34 am

Re: Bot doesn't sell Sledgehammer

#7 Post by Mushroomstamp »

I always forget about debug!

Code: Select all

Check item so sell: 74 210188 <EMPTY>
Itemcolor not in option INV_AUTOSELL_QUALITY:
It returned the same thing for another one that was in a different slot. So bot's not recognizing it as even being there?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Bot doesn't sell Sledgehammer

#8 Post by rock5 »

Maybe the item is bugged. I can't see how you could force sell it.
  • 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
Post Reply