Bot not selling items to merchant

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
runnpray
Posts: 12
Joined: Tue Feb 07, 2012 3:43 pm

Bot not selling items to merchant

#1 Post 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?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Bot not selling items to merchant

#2 Post 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.
  • 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
runnpray
Posts: 12
Joined: Tue Feb 07, 2012 3:43 pm

Re: Bot not selling items to merchant

#3 Post 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.
imosxxx
Posts: 9
Joined: Tue Apr 17, 2012 8:32 am

Re: Bot not selling items to merchant

#4 Post 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?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Bot not selling items to merchant

#5 Post 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?
  • 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
imosxxx
Posts: 9
Joined: Tue Apr 17, 2012 8:32 am

Re: Bot not selling items to merchant

#6 Post 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
kx9488
Posts: 60
Joined: Wed Jan 26, 2011 6:27 pm

Re: Bot not selling items to merchant

#7 Post 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
Image
imosxxx
Posts: 9
Joined: Tue Apr 17, 2012 8:32 am

Re: Bot not selling items to merchant

#8 Post by imosxxx »

change this option in your profile to sell statted gear
<option name="INV_AUTOSELL_NOSELL_STATSNUMBER" value="5" />
thanks - that worked!
Post Reply