• 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~~ Trying ot Cast 4 spells in a row (1 Viewer)

Druid

Member
Joined
May 23, 2005
RedCents
50¢
Here's (part of) my macro

:looppoint
/call GMcheck
/doevents
/cast 2
/delay 10s
/cast 3
/delay 10s
/cast 4
/delay 10s
/cast 5
/delay 10s
/goto :looppoint


Now, I started with a shorter delay time, but was worried about the length of time it took to cast the song (I'm a bard)

It sings song #2, then #4, then #2 etc.

After a while, it will go to #5, then #3, then #5 etc.
and eventually it will flip back.

What am I doing wrong?
 
you could add an include to your macro and get spellcast.inc or something like that. then it takes care of all your casting.
But I see your a bard, why not get the mq2twist plugin and just twist 2 3 4 5?
 
twist isn't broken, there are some changes that need to be put in and then you can compile it. the changes are in the mq2 vip forums.
The mistake that you're forgetting in the macro that you have is that bard songs have to be stopped before the next one can begin, so you'd need multiple casts basically. You'll understand, twist some songs manually again.
 
Help~~ Trying ot Cast 4 spells in a row

Users who are viewing this thread

Back
Top