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

Simple /tell buffer macro (1 Viewer)

kindawg

New member
Joined
Dec 18, 2007
RedCents
hi guys i have a massive hangover and i cant think about tanything right onw can someone please do this simple thing for me really fast..

if anyone sends me a tell saying "buff me"

/stand

target them, and /cast 5 with delay 5

then cast 7 with 10 sec delay..

then /cast 9 (which is a feign death)

thanks guys Happy New YEars *my head oww*
 
Last edited:
Download spell_routines.inc here http://www.redguides.com/community/showthread.php?t=18917

Replace spell1 spell2 and spell3 with your 3 spells that you want casted.

Rich (BB code):
#Include spell_routines.inc

#Event buff "#1# tells you,#*#buff me#*#"

Sub main
/Echo Simple Buff macro loaded.
:Mainloop
/doevents
/delay 2
/goto :Mainloop
/return

Sub Event_buff(string line, string Name)
/if (${Me.State.NotEqual[STAND]}) /stand
/squelch /target clear
/target ${Name}
/call Cast "spell1"
/call Cast "spell2"
/call Cast "spell3"
/return
 
Simple /tell buffer macro

Users who are viewing this thread

Back
Top