You are not logged in.

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

1

Thursday, August 30th 2012, 5:35am

Auto Buff Macro Help

Attempting to create a macro that does all of my buffs for boss fights; don't have item set skills yet still missing a few pieces for that.
To start with here is the macro:
/script TargetUnit(roguesnamehere);
/cast Combat Master
/wait 1.2
/cast Informer
/wait 1.3
/cast Assassins Rage
/wait 1.1
/cast Energy Thief
/wait 1
/cast Evasion
/wait 1.4
/cast Fervent Attack
/wait 1.2
/cast Premeditation
/wait 1.1
/cast Hide

Not sure if I have the timer with the GCD correct but Premed and Hide are the only skills it casts.

suprra

Professional

Posts: 932

Location: New Zealand

Occupation: Mechanic

Mood: Cursing

  • Send private message

2

Thursday, August 30th 2012, 5:39am

I have a similar macro but I just use NtBuff for self buffs. I generally use a 1.2 wait time but depends on your ping to server and also graphics lag.
If it's a boss macro I wouldn't bother with hide, your tank will have the bosses attention and it's another buff you don't really need to cast.
I also don't have the /script targetunit, shouldn't really need it.

3

Friday, August 31st 2012, 1:17am

I got it working; for anyone interested:
/script
/cast Combat Master
/wait 1.1
/cast Energy Thief
/wait 1
/cast Assassins Rage
/wait 1
/cast Fervent Attack
/wait 1
/cast Informer
/wait 1
/cast Premeditation
/wait 1
/cast Evasion

feel free to add any other buffs you need too