Page 1 of 1

Sell items

Posted: Fri Mar 21, 2014 9:59 am
by Sammy009
Hi,
is it possible to sell items with the bot.
When I´m crafting items and my bag is full, is it possible that the bot automatly push the sell button from the NPC.
I always stand at one point. I don´t move it.
Thanks for help

Re: Sell items

Posted: Fri Mar 21, 2014 11:42 am
by rock5
So are you crafting with the bot or doing it manually?

Re: Sell items

Posted: Fri Mar 21, 2014 12:02 pm
by Sammy009
The crafting goes automatly how long mats in my bag und emty slots in my bag.
I always search for an optionsa to sell all items to the NPC when my bag full with items.

Re: Sell items

Posted: Fri Mar 21, 2014 12:21 pm
by rock5
Sorry I'm still not clear. Are you using a bot or are you using an crafting addon? It sounds like you are using a crafting addon.

Oh and by the way, this is the wrong section for questions. I'll move this topic.

Re: Sell items

Posted: Fri Mar 21, 2014 3:14 pm
by Sammy009
im searching for a methode with I can automatly sell items to the NPC when my bags are full.
I haven´t am Mouse or Tastuatur with a Makrooption.
So I think that can I do with the bot

Re: Sell items

Posted: Fri Mar 21, 2014 5:52 pm
by ZZZZZ
Could just do a waypoint or function with something like

Code: Select all

repeat
yrest(1000);
until inventory:itemTotalCount(0) == 0
player:merchant(xxxxxx) -- Name or ID of merchant
If you use player:merchant you will have to define all your merchant settings in your profile.

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="1" /> 			<!-- 1 = bag 1 slot 1 -->
		<option name="INV_AUTOSELL_TOSLOT"	value="180" /> 			<!-- 30 = last slot bag 1 -->
		<option name="INV_AUTOSELL_QUALITY"	value="white,green,blue" /> 	<!-- white,green,blue,purple  -->
could be what you want in profile. Be careful to declare correct settings as you can vendor things you didn't want to vendor if there is anything of importance in backpack.