• 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 --->

help with Alternate abilities (1 Viewer)

rawwar

New member
Joined
Jun 7, 2005
RedCents
20¢
OK I am using these as sub loops in a mac I am running. They always worked in the past. the rest of the Mac is working fine could someone help me with these lines...


Rich (BB code):
Sub DoSpecial
   /if (${Me.AltAbilityReady[Song of Stone]}) { 
     /alt activate ${AltAbility[Song of Stone].ID}
     /delay 6S 
   } else /if (${Me.AltAbilityReady[Funeral Dirge]}) {
     /alt activate ${AltAbility[Funeral Dirge].ID}
     /delay 6S
   } else /if (${Me.AltAbilityReady[Echoing Cacophony]}) {
     /alt activate ${AltAbility[Echoing Cacophony].ID}
     /delay 6S
      }

/return

Sub Dobellow
	/if (${Me.AltAbilityReady[${Boastfull Bellow}]}) { 
     	/alt activate ${AltAbility[${Boastfull Bellow}].ID} 
     	/delay 4s
   }
/return
 
help with Alternate abilities

Users who are viewing this thread

Back
Top