kknights
Member
- Joined
- Oct 22, 2014
- RedCents
- 368¢
Hi guys- I'm very new to MQ2 and even though I've read many of the intro / help threads I don't know how to approach my issue...
I'm using kissassist and it works fine with the parameters I have. I also have a macro for forage which I got from the forums as well:
The forage works great by itself just like kissassist. However, I can't figure out how to have both running at once. I'd like my Druid to be able to participate in combat but also forage whenever it's available (with the autoinventory function the forage macro provides).
Any input or help on this? Thanks!
I'm using kissassist and it works fine with the parameters I have. I also have a macro for forage which I got from the forums as well:
Rich (BB code):
| Forage.mac v.1 by Maskoi 1/31/2013
| Forage using ninjadvloot.inc
#include Ninjadvloot.inc
Sub Main
/call SetupAdvLootVars
:Top
/if (${Me.Skill[Forage]} > 0) /doability forage
/doevents
/call LootMobs
/delay 10
/Goto :Top
/return
The forage works great by itself just like kissassist. However, I can't figure out how to have both running at once. I'd like my Druid to be able to participate in combat but also forage whenever it's available (with the autoinventory function the forage macro provides).
Any input or help on this? Thanks!

