Page 1 of 1

Bot doesn't sell Sledgehammer

Posted: Sat Apr 30, 2011 5:07 am
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 -->

Re: Bot doesn't sell Sledgehammer

Posted: Sat Apr 30, 2011 7:02 am
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.

Re: Bot doesn't sell Sledgehammer

Posted: Sat Apr 30, 2011 7:41 am
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.

Re: Bot doesn't sell Sledgehammer

Posted: Sat Apr 30, 2011 7:48 am
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.

Re: Bot doesn't sell Sledgehammer

Posted: Sat Apr 30, 2011 8:21 pm
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.

Re: Bot doesn't sell Sledgehammer

Posted: Sat Apr 30, 2011 9:07 pm
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.

Re: Bot doesn't sell Sledgehammer

Posted: Sun May 01, 2011 12:19 am
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?

Re: Bot doesn't sell Sledgehammer

Posted: Sun May 01, 2011 3:14 am
by rock5
Maybe the item is bugged. I can't see how you could force sell it.