Page 1 of 1

My Macro isn`t selling the goods =/

Posted: Wed Jul 13, 2011 4:09 am
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," />

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

Posted: Wed Jul 13, 2011 8:27 am
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

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

Posted: Wed Jul 13, 2011 8:31 am
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.

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

Posted: Thu Jul 14, 2011 7:23 pm
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~