Moderator: MacroQuest Developers
Code: Select all
/if (${Cursor.Type.Equal["Food"]}) {
/autoinventory
/delay 5
/goto :FinishLooting
}

Code: Select all
/call LoadLootArray HyperFish.ini "${Zone.Name}" LootCode: Select all
/call LoadLootArray HyperFish.ini "${Zone.ShortName}" LootCode: Select all
/if (${Cursor.Name.Find[${Bait_LootArray[${LootCheck}]}]}) {
Code: Select all
/if ((${Cursor.Name.Find[${Bait_LootArray[${LootCheck}]}]})&&(${FindItemCount[=${Cursor.Name}]}<10)) {


Dunno....never used this macro, nor do I have a Anizok's Bait Dispenser. But if it's not working for you when you have stuff in there, then did you really need to ask this question? Here's a question for you:Chaos12010 wrote:...a problom that I found where this macro would stick fish inside the Bait dispencer when there was room elseware. Witch to me became a problom because the bait dispencer needs to be empty for the macro to use yes?
Off the top of my head.... Idea #1: Add a check. "lol" <<insert visual of ditsy blond here>>Chaos12010 wrote:But the macro has no way of checking to see if anything is in the bait dispencer witch can cause a big prob. Any Ideas lol.
Currently, nowhere. But I'm assuming you already figured that one out. Did you mean to ask "How do you add it"? (see below)Chaos12010 wrote:...where in the world do I set the max of something I want to fish for.
Yes.Chaos12010 wrote:is there anyway to improve this macro?
Sure can....and to answer the question above, have you tried borrowing and modifying the "max count" code from YAFM into this one? Did it work? (Did I really just ask that? Of course you didn't! You want this spoon-fed to you!)Chaos12010 wrote:The concept that I would like to see is like whats inside YAFM Yet Another Forage Macro has the Max setting implamented in it maby something can be done like that..
Didn't we already cover this?Chaos12010 wrote:and Some check needs to be added to check to see if anything is in the bait dispencer first befor anything is added and combined.
I don't have a lot of time for EQ lately, but did manage to swing this weekend off. Once I get EQ & MQ2 up on this new computer, I'll tinker with the macro a bit. Are there any special quirks with the Pail? Don't currently have one. Simply adding it into the macro is easy enough, though.big_daddy wrote:Can someone update this to be able to use A Hargar Brand Fishing Pail?