Request: Add pet crafting tools to storeBuyConsumable()

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Alkaiser
Posts: 222
Joined: Sat Sep 25, 2010 2:03 pm

Request: Add pet crafting tools to storeBuyConsumable()

#1 Post by Alkaiser »

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.
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Request: Add pet crafting tools to storeBuyConsumable()

#2 Post by jduartedj »

Search the forum, this has already been discussed and rock5 is on top of it.
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Request: Add pet crafting tools to storeBuyConsumable()

#3 Post by rock5 »

That's pretty high on my list so you wont be waiting forever. :D
  • 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
Alkaiser
Posts: 222
Joined: Sat Sep 25, 2010 2:03 pm

Re: Request: Add pet crafting tools to storeBuyConsumable()

#4 Post by Alkaiser »

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. :D
Oops, I guess I missed that one in the list. Anyway... good to know that it is in the queue.
Post Reply