My Macro isn`t selling the goods =/

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Blackt3ars
Posts: 43
Joined: Mon May 23, 2011 9:22 am

My Macro isn`t selling the goods =/

#1 Post by Blackt3ars »

Well after farming on mobs....and etc....i find out the macro didn`t sell out all the stuff in the bag pack =/

any thing wrong v my profile code ?

<!-- Shopping options, how many of what do you want to keep in your inventory -->
<option name="HEALING_POTION" value="0" />
<option name="MANA_POTION" value="0" />
<option name="ARROW_QUIVER" value="0" />
<option name="THROWN_BAG" value="0" />
<option name="POISON" value="0" />
<option name="INV_MAX_SLOTS" value="150" />
<option name="INV_AUTOSELL_ENABLE" value="true" />
<option name="INV_AUTOSELL_FROMSLOT" value="30" />
<option name="INV_AUTOSELL_TOSLOT" value="150" />
<option name="INV_AUTOSELL_QUALITY" value="white, green, blue, purple" />
<option name="INV_AUTOSELL_IGNORE" value="Infinite Herb,Shell III,Defence III,Strike III,Harm III,Magic III,Endurance III,Quickness III,Vitality III,Mind III,Resistance III,Vigor III," />
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: My Macro isn`t selling the goods =/

#2 Post by lisa »

that seems fine if you just want to sell from bags 2-5.

when you have the code in your waypoint are you using thr merchant option or just the target npc?

you want

Code: Select all

player:merchant("npcname");
obviously npcname should be the actual name of the NPC
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: My Macro isn`t selling the goods =/

#3 Post by rock5 »

I'm not sure if it's a problem but I don't like the last comma in INV_AUTOSELL_IGNORE. Try removing it.
  • 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
Blackt3ars
Posts: 43
Joined: Mon May 23, 2011 9:22 am

Re: My Macro isn`t selling the goods =/

#4 Post by Blackt3ars »

TQ rock5 haha yea i think i miss out the coma there....

=) thx as well to lisa >.<~ now it is working again ...pheewW~
Post Reply