• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Event ? (1 Viewer)

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