Page 1 of 1

new macro help

Posted: Wed Jul 15, 2015 3:17 pm
by shaggymane
I want this ingame macro to be converted to a one liner ingame macro.

example :
/bc attack

does this :
Line 1: /bct assist //tar ${Target.ID}
Line 2: /multiline ; /bct tank //stick 5; /bct tank //attack
Line 3: /multiline ; /bct melee //stick 12 !front; /bct melee //attack
Line 4: /multiline ; /bct ranger //face fast; /bct ranger //stick 45; /bct ranger //autofire

also add this to the macro :

/bc heal me
does this:

Line 1: /bct [clericName] //tar ID ${Me.ID}
Line 2: /bct [clericName] //cast 1

Re: new macro help

Posted: Wed Jul 15, 2015 4:26 pm
by shaggymane
sofar this is what I have

Code: Select all

/followme=/bca //stick ID ${Me.ID} uw
/stay=/bca //stick off
/come=/bca //moveto ID ${Me.ID}
/healme=/multiline ; /bct healer //tar ID ${Me.ID}; /bct druid //cast "greater healing"
/heal=/multiline ; /bct druid //tar ID ${Target.ID}; /bct druid //cast "greater healing"
/nuke=/multiline ; /bct mage //tar ID ${Target.ID}; /bct mage //cast "lava bolt"
/petattack=/multiline ; /bct mage //tar ID ${Target.ID}; /bct mage //pet attack
/petback=/bca //pet back off
If anyone would like to help convert this to a simple macro it would be much appreciated.

Re: new macro help

Posted: Fri Jul 17, 2015 4:02 pm
by shaggymane
grr wrong forum section : /

Re: new macro help

Posted: Sat Jul 18, 2015 8:28 am
by EqMule
I can move it to another section of you let me know where you would like it to be moved