• 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

Request - Mac Timer...

nicesandwiches

Well-known member
Joined
Oct 4, 2005
RedCents
1,273¢
That will set commands after a set period - ie,

if Bard:
settimer 4hrs
when 4hrs has elapsed run fading memories followed by camp.

is this something I've missed?
 
The commands to incorporate in to a macro would look something like
Rich (BB code):
/declare MyTimer timer outer 240m

/call TimeRanOut

Sub TimeRanOut
/if (${MyTimer}==0) {
    /alt act 212
    /twist off
    /stop song
    /camp 
    /pause 30
    /endmac
}
/return
 
So... adding fading memories will (hopefully) lose aggro and allow me to safely camp, right?

Rich (BB code):
/declare MyTimer timer outer 240m

/call TimeRanOut

Sub TimeRanOut
/if (${MyTimer}==0) {
    /alt act 212
    /twist off
    /stop song
    /fading memories
    /camp 
    /pause 30
    /endmac
}
/return
 
Correct.

The code I wrote though is not stand alone it needs to be integrated into a macro.
 
Request - Mac Timer...

Users who are viewing this thread

Back
Top
Cart