• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

MyBait Macro with the use of Anizok's Bait Dispenser

Joined
Jan 26, 2022
RedCents
481¢
This is a very basic macro to use the dispenser with 4 various types of fish to make the bait. atm your dispenser needs to be in inventory slot 2. could use cleaning up if anyone advanced enough is willing to do it, for the most part it works. I am submitting this because the bait macro listed is no longer functioing. hope you enjoy.

[CODE title="MyBait.Mac"]#turbo
Sub Main

:Bait
/if (!${FindItemCount[=Fresh Fish]} && !${FindItemCount[=Dragon Bay Snapper]} && !${FindItemCount[=Cobalt Cod]}) /END

/if (${FindItemCount[=Fresh Fish]}) {
/echo Making Bait from Fresh Fish
/nomodkey /ctrlkey /itemnotify #${FindItem[Fresh Fish].ID} leftmouseup
/delay 2s
/if (${Cursor.ID}) /goto :Place
/if (!${Cursor.ID}) /goto :Bait
}

/if (${FindItemCount[=Dragon Bay Snapper]}) {
/echo Making Bait from Dragon Bay Snapper
/nomodkey /ctrlkey /itemnotify #${FindItem[Dragon Bay Snapper].ID} leftmouseup
/delay 1s
/if (${Cursor.ID}) /goto :Place
/if (!${Cursor.ID}) /goto :Bait
}

/if (${FindItemCount[=Cobalt Cod]}) {
/echo Making Bait from Cobalt Cod
/nomodkey /ctrlkey /itemnotify #${FindItem[Cobalt Cod].ID} leftmouseup
/delay 1s
/if (${Cursor.ID}) /goto :Place
/if (!${Cursor.ID}) /goto :Bait
}


:Place
/if (${Cursor.ID}) {
/echo Combining ${Cursor.Name} to make Bait
/itemnotify in pack2 1 leftmouseup
/delay 2s
/Combine pack2
/delay 2s
}

:Inv
/if (${Cursor.ID}) {
/echo Inventory ${Cursor.Name}
/autoinv
/delay 2s
}

/if (${Cursor.ID}) /goto :Inv
/if (!${Cursor.ID}) /goto :Bait

:END
/if (!${FindItemCount[=Fresh Fish]} && !${FindItemCount[=Dragon Bay Snapper]} && !${FindItemCount[=Cobalt Cod]}) {
/echo No Bait To Make
/end macro
}

/return
[/CODE]
 
ks,

a: you posted in muleassist section, which is the section for the muleassist macro
b: you should submit your macro as a resource for approval, so if folks want it, they can "watch" the overview and automatically download it - this also allows you to keep updates and instructions, and faq, etc.
c: please make sure to put some thought into it and submit it with a good name - "mybait macro with the use of anizoks bait dispenser" is a bit wordy, and typing that with a /mac is :p mybait makes sense, and looks like that is what you're going for.
d: without checking, it is more likely that the current one should just be updated - did you post in the resource for the thing that is no longer working? because that is what you want to do before you submit something to be a resource, it is a matter of an original resource not working, you have some options 1: collab with the owner, 2: have the resource reassigned if the owner/creator doesn't main to maintain 3: post that it is broken and needs some help and "crowdsource" getting it fixed
 
my mistake, i thought i was in the main macro section on the post. thanks for the heads up

yes i did check, and the last requested post assistance was in 2019 that i saw and i didnt follow up since the same error they were recieving is the same error i was. once again sorry and thanks
 
MyBait Macro with the use of Anizok's Bait Dispenser

Users who are viewing this thread

Back
Top
Cart