-
Blackt3ars
- Posts: 43
- Joined: Mon May 23, 2011 9:22 am
#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," />
-
lisa
- Posts: 8332
- Joined: Tue Nov 09, 2010 11:46 pm
- Location: Australia
#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
obviously npcname should be the actual name of the NPC
-
rock5
- Posts: 12173
- Joined: Tue Jan 05, 2010 3:30 am
- Location: Australia
#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.”
-
Blackt3ars
- Posts: 43
- Joined: Mon May 23, 2011 9:22 am
#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~