Moderator: MacroQuest Developers


Code: Select all
/if (${Me.Buff[Divine Barrier].ID}) /notify BuffWindow Buff${Math.Calc[${Me.Buff[Divine Barrier].ID}-1].Int} leftmouseup Code: Select all
Sub ClickOffBuff(string buffName)
/declare i int local
/for i 1 to 20
/if ( ${Me.Buff[${i}].Name.Equal[${buffName}]} ) /notify BuffWindow buff${Math.Calc[${i}-1].Int} leftmouseup
/next i
/return
Code: Select all
/if (${Me.Buff[Aura of Taelosia].ID}) /notify BuffWindow Buff${Math.Calc[${Me.Buff[Aura of Taelosia].ID}-1].Int} leftmouseup
s0rCieR
Many sleepless nights... many years writing plugins... many years without supports... many years without contributions ... many people take credits for my job on... MQ2Melee, MQ2Cursor and MQ2Cast. If you?ve used any of these plugins at some points and would like me to come back ... please consider taking a moment to make a small donation to help me. Thank You.

Code: Select all
/if ( ${Window[BuffWindow].Open} && ${Me.Buff[${i}].Name.Equal[${buffName}]} ) /notify BuffWindow buff${Math.Calc[${i}-1].Int} leftmouseup