Page 1 of 1

Sell all backpack

Posted: Fri Oct 24, 2014 8:19 am
by Desmond
whether there is a function for the products sales without the addon just to sell the backpack

Re: Sell all backpack

Posted: Tue Nov 04, 2014 8:42 am
by Desmond
what fun that I have is the latest version of the bot but the bot is not for sale NPC, but there is still the past version that is sold there do not know what could be the problem, and it really is a pancake then fix this flaw!

Re: Sell all backpack

Posted: Tue Nov 04, 2014 9:08 am
by rock5
As far as I know the bot autosell still works. Look for the AUTOSELL options in your profile. To auto sell use this command at the npc

Code: Select all

player:merchant("npc name")

Re: Sell all backpack

Posted: Tue Nov 04, 2014 9:20 am
by Desmond
rock5 wrote:As far as I know the bot autosell still works. Look for the AUTOSELL options in your profile. To auto sell use this command at the npc

Code: Select all

player:merchant("npc name")
at that time and again that it opens a dialogue with them not not sell my last bot not sells I even took to the last bot I even tried to take the past version of the bot profiles but it is in vain

Re: Sell all backpack

Posted: Tue Nov 04, 2014 9:39 am
by Desmond
sells v1.29
not selling v1.04.167

Re: Sell all backpack

Posted: Tue Nov 04, 2014 9:43 am
by rock5
I don't know what 1.29 is but 1.0.4.167 is the micromacro version, not the bot version.

Re: Sell all backpack

Posted: Tue Nov 04, 2014 9:47 am
by Desmond
rock5 wrote:I don't know what 1.29 is but 1.0.4.167 is the micromacro version, not the bot version.
yes 1.0.4.167 is the micromacro.
I can not download the latest version of Rum or folders you need via svn?
And what is currently the latest version RoM Bot?

Re: Sell all backpack

Posted: Tue Nov 04, 2014 10:42 am
by rock5
Yes you need to use svn. The current rombot version is 778.

Re: Sell all backpack

Posted: Fri May 22, 2015 3:17 pm
by vadmetall
tried it to upgrade your bot, but he on the still does not sells things from the inventory :(

Re: Sell all backpack

Posted: Fri May 22, 2015 5:09 pm
by Bill D Cat
Autosell/Autobuy works fine for me. Check the settings in your character profile file and see if something is amiss there. These are my settings.

Code: Select all

		<!-- Auto selling options when used with player:merchant -->
		<option name="INV_AUTOSELL_ENABLE"		value="true" />			<!-- true | false -->
		<option name="INV_AUTOSELL_FROMSLOT"	value="61" /> 			<!-- 61 = bag 3 slot 1 -->
		<option name="INV_AUTOSELL_TOSLOT"		value="120" /> 			<!-- 120 = last slot bag 4 -->
		<option name="INV_AUTOSELL_QUALITY"		value="white" /> 		<!-- white,green,blue,purple  -->
		<option name="INV_AUTOSELL_TYPES"		value="Weapons,Armor" />

		<!-- 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="0" />			<!-- set to "0" if not required to buy -->
		<option name="ARROW_QUIVER" 			value="2" /> 			<!-- set to "0" if not required to buy -->
		<option name="THROWN_BAG" 				value="0" />			<!-- set to "0" if not required to buy -->
		<option name="POISON" 					value="75" />			<!-- set to "0" if not required to buy -->