Page 1 of 1

Bot not selling items to merchant

Posted: Wed Apr 25, 2012 3:32 pm
by runnpray
Profile:

<!-- Auto selling options when used with player:merchant -->
<option name="INV_AUTOSELL_ENABLE" value="true" /> <!-- true | false -->
<option name="INV_AUTOSELL_FROMSLOT" value="239" /> <!-- 1 = bag 1 slot 1 -->
<option name="INV_AUTOSELL_TOSLOT" value="240" /> <!-- 30 = last slot bag 1 -->
<option name="INV_AUTOSELL_QUALITY" value="white,green,blue" /> <!-- white,green,blue,purple -->



Waypoint:

<!-- # 16 --><waypoint x="-9139" z="42489" y="390">
player:merchant("Sisiru Birdtongue");
yrest(100);
</waypoint>


Targets the merchant, repairs, buys supplies, clears target and leaves. Would like to be able to sell items to the merchant as well, not sure what to change? Only have the last two bag spaces enabled for testing.

any ideas?

Re: Bot not selling items to merchant

Posted: Wed Apr 25, 2012 3:45 pm
by rock5
What Items did you put in the last 2 slots? And we are talking about the last 2 slots of bag 6 right?

Edit: Wait, it says it right there in the comment. 1 = slot 1 of bag 1. So the last 2 slots of bag 6 would be 179 and 180.

Re: Bot not selling items to merchant

Posted: Wed Apr 25, 2012 4:13 pm
by runnpray
thanks! when I did a search on "bag spaces" I read something about 1-30 being the cash shop bag and the actual backpack slots go up to 240... total brain freeze on not trying other numbers. works great now.

Re: Bot not selling items to merchant

Posted: Thu Apr 26, 2012 3:06 pm
by imosxxx
I have trouble too - bot won't sell purple items even if i have -

Code: Select all

<option name="INV_AUTOSELL_QUALITY"	value="white,green,blue,purple" /> 
Why is it so? Should i delete value or i can delete this option at all to sell everything?

Re: Bot not selling items to merchant

Posted: Thu Apr 26, 2012 4:19 pm
by rock5
imosxxx wrote:I have trouble too - bot won't sell purple items even if i have -

Code: Select all

<option name="INV_AUTOSELL_QUALITY"	value="white,green,blue,purple" /> 
Why is it so? Should i delete value or i can delete this option at all to sell everything?
Is the item actually purple or is it purplish like item shop items? Becaue quality level 8 looks purplish. What are you trying to sell?

Re: Bot not selling items to merchant

Posted: Thu Apr 26, 2012 4:48 pm
by imosxxx
I'm trying to sell items from KS from bosses - purple ... bot skips them when i am at Pancer merchant - sells everything except purple items ... that's kinda weird

Re: Bot not selling items to merchant

Posted: Thu Apr 26, 2012 7:42 pm
by kx9488
imosxxx wrote:I'm trying to sell items from KS from bosses - purple ... bot skips them when i am at Pancer merchant - sells everything except purple items ... that's kinda weird
change this option in your profile to sell statted gear
<option name="INV_AUTOSELL_NOSELL_STATSNUMBER" value="5" />

anything in your bag that is statted should have 6 stats anyway... if anything with 5 or less stats it will sell,
the boss drops 2-3 stats on the gear in easy mode

Re: Bot not selling items to merchant

Posted: Fri Apr 27, 2012 12:57 am
by imosxxx
change this option in your profile to sell statted gear
<option name="INV_AUTOSELL_NOSELL_STATSNUMBER" value="5" />
thanks - that worked!