Buffblock macro

Have a macro idea but not sure where to start? Ask here.

Moderator: MacroQuest Developers

mackster
a ghoul
a ghoul
Posts: 95
Joined: Mon Sep 09, 2002 3:02 pm

Buffblock macro

Post by mackster » Mon Aug 09, 2004 5:32 pm

I've been playing with lots of bards of late, and they like to cast selos a lot, which does me no good when I am stationary in an exp camp and buff slots are at a premuim.

I was thinking some code to automatically click off buffs you have defined in a list would be fantastic, especially if you could insert the code into an existing macro.

I can set up the events, but can anyone give me some help on the code that actually clicks off the buffs you don't want?

Thanks

User avatar
blueninja
a grimling bloodguard
a grimling bloodguard
Posts: 541
Joined: Thu Aug 28, 2003 7:03 am
Location: Göteborg, Sweden

Post by blueninja » Mon Aug 09, 2004 8:21 pm

This clicks off a spell with the name SPELLTOGETRIDOF.

Code: Select all

/notify BuffWindow BW_Buff${Int[${Math.Calc[${Me.Buff[SPELLTOGETRIDOF].ID}-1]}]}_Button LeftMouseUp

IronMaiden
decaying skeleton
decaying skeleton
Posts: 7
Joined: Thu Jul 15, 2004 5:47 pm

.

Post by IronMaiden » Tue Aug 10, 2004 7:13 am

There is a buffblock plugin that does what you want...

kasodo
a lesser mummy
a lesser mummy
Posts: 64
Joined: Fri Feb 13, 2004 9:41 am

Tada, Search is your friend!

Post by kasodo » Tue Aug 10, 2004 9:48 am

http://macroquest2.com/phpBB2/viewtopic.php?t=7723

I do believe it is actually called Buff Block, how novel.
<Oid> You know whats sad
<Oid> here soon, lax will log in
<Oid> and go "You fucking idiots!"
* Lax has joined #macroquest
* ChanServ sets mode: +o Lax
...
<Lax> you fucking idiots!

mackster
a ghoul
a ghoul
Posts: 95
Joined: Mon Sep 09, 2002 3:02 pm

Post by mackster » Tue Aug 10, 2004 12:09 pm

Thanks