• 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

Event ?

bror

New member
Joined
Oct 16, 2005
RedCents
Just for purely statistics reasons, I want to add the following event to a custom foraging macro:

Rich (BB code):
#Event Bounty "Your foraging mastery#*#"

This should fire whenever my forage AA allows me to forage more than one item. However, it is not firing whenever the AA works. This is the the sub:

Rich (BB code):
Sub Event_Bounty
    /echo Double Forage!
/return

Something to that effect. Again, totally for Aesthetic/Statistical Purposes. Anyone have any ideas?
 
It should look like this: The part in the quotes shouold match the text for foraging mastery exactly. You don't need a variable there since that message is the same every time it works.

Rich (BB code):
#event   Bounty      "Your foraging mastery has"

Rich (BB code):
sub Event_Bounty
   /echo Double Forage, YAY!!
/return
 
Event ?

Users who are viewing this thread

Back
Top
Cart