Public Macros Make use of your plugins!!
Reply
Make use of your plugins!!
For example here are some hotkeys I use running my 6 man group I've been playing with on EQTitan while PEQ is down.

Prereqs: Set up all toons to use MQ2Melee, MQ2Cast, MQ2EQBCS

Have all toons target my target, pause 5 tenths of a second, everyone stand, everyone attack, and the wizard nukes 2 times.
MQ2Melee ensures that the shaman pet is sent in to attack, and makes sure everyone stick to the mob and stays behind it.
More +
Page2Button12Name=Assist
Page2Button12Color=0
Page2Button12Line1=/pause 5, /bca //target ID ${Target.ID}
Page2Button12Line2=/bca //stand
Page2Button12Line3=/bca //attack on
Page2Button12Line4=/bct Sorvani //casting 659 gem1 -targetid|${Target.ID} -maxtries|5 -recast|2


next slow (i use the spell numbers a lot when i don't fele like typing long names... :)
More +
Page4Button9Name=Slow
Page4Button9Color=0
Page4Button9Line1=/bct Uojia //casting 507 gem2 -targetid|${Target.ID} -maxtries|4


Then this is my button to have the wizard go all out once I have solid agro.
More +
Page4Button6Name=Burn it
Page4Button6Color=0
Page4Button6Line1=/bct Sorvani //casting 659 gem1 -maxtries|5 -kill -targetid|${Target.ID}


Heal hotkey:
More +
Page3Button3Name=Heal Me
Page3Button3Color=0
Page3Button3Line1= /bct Allarav //interrupt
Page3Button3Line2= /bct Uojia //interrupt
Page3Button3Line3=/bct Allarav //casting "Complete Heal" gem1 -maxtries|5 -targetid|${Me.ID} -recast|1
Page3Button3Line4=/bct Uojia //casting "Greater Healing" gem1 -maxtries|5 -targetid|${Me.ID} -recast|1


And if the shaman and cleric have good mana
More +
Page3Button9Name=PrstNuke
Page3Button9Color=0
Page3Button9Line1=/bct Uojia //casting 510 gem4 -maxtries|3 -kill -targetid|${Target.ID}
Page3Button9Line2=/bct Allarav //casting 672 gem4 -maxtries|3 -kill -targetid|${Target.ID}

_________________
Sorvani
Sat Sep 04, 2010 7:56 pm
Senior Project Member
just thought of a good use of positioning your bots around easier

/bct ${Target.Name} //moveto id ${Me.ID}

this will move your target to you
Sat Sep 11, 2010 6:01 pm
yup, my actual hotkey is:
More +
Page3Button8Name=Moveto
Page3Button8Color=0
Page3Button8Line1=/bcaa //moveto ID ${Target.ID}


the benefit of using /bcaa in this case is I can manually /target XXX to get the a target across the zone and then hit the hotkey. If I just want htem to move to me, just target myself first (F1)
_________________
Sorvani
Sat Sep 11, 2010 7:56 pm
Senior Project Member
on titan for buffbots in lobby i use a similar one

/bca //moveto ID ${Target.ID}
/bca //target ID ${Target.ID}

then

/bcaa //say hov
/bcaa //say regen
and so on

that way you click the buff bot
all bots move to the buffbot
and you and your bots all say the trigger

i find this better than /stick'ing to the buff bots since they tend to line up and not all be in range.

my other example was more for in a pack of bots wanting specific one's to move around.. say you want your cleric to stand behind this wall..

/tar cleric name
*click hotkey*
and only the cleric approachs
Sun Sep 12, 2010 5:29 am
Public Macros Make use of your plugins!!
Reply