Alkaiser
Posts: 222 Joined: Sat Sep 25, 2010 2:03 pm
#1
Post
by Alkaiser » Sun Jan 16, 2011 10:10 pm
So something like this would work:
Code: Select all
<!-- Shopping options, how many of what do you want to keep in your inventory -->
<option name="HEALING_POTION" value="99" />
<option name="MANA_POTION" value="99" />
<option name="TOOL_SPADE" value="99" />
<option name="TOOL_HATCHET" value="99" />
This way the player:merchant() function could also be used to automatically buy tools from the pet hunter.
jduartedj
Posts: 599 Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:
#2
Post
by jduartedj » Sun Jan 16, 2011 11:02 pm
Search the forum, this has already been discussed and rock5 is on top of it.
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#3
Post
by rock5 » Mon Jan 17, 2011 5:52 am
That's pretty high on my list so you wont be waiting forever.
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.”
Alkaiser
Posts: 222 Joined: Sat Sep 25, 2010 2:03 pm
#4
Post
by Alkaiser » Mon Jan 17, 2011 4:54 pm
jduartedj wrote: Search the forum, this has already been discussed and rock5 is on top of it.
rock5 wrote: That's pretty high on my list so you wont be waiting forever.
Oops, I guess I missed that one in the list. Anyway... good to know that it is in the queue.