Code: Select all
|Buffs Macro
#include MQ2Cast_Spell_Routines.inc
Sub Main
:Main
/if (!${Me.PctMana}>95) /call Medding
/if (${Me.PctMana}>95) /call Buffing
/return
Sub Buffing
/echo ~~~BUFFING~~~BUFFING~~~
/delay 2s
/if (${Me.Sitting}) /sit
/delay 2s
/bc prifz //target prifz
/delay 1s
/casting "Spirit of Bear|gem3" -maxtries|10
/delay 8s
/casting "Scale Skin|gem5" -maxtries|10
/delay 8s
/casting "Strengthen|gem6" -maxtries|10
/delay 5s
/casting "Dexterous Aura|gem7" -maxtries|10
/delay 6s
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
/bc prifz //target sritz
/delay 2s
/casting "Spirit of Bear|gem3" -maxtries|10
/delay 8s
/casting "Scale Skin|gem5" -maxtries|10
/delay 8s
/casting "Strengthen|gem6" -maxtries|10
/delay 5s
/casting "Dexterous Aura|gem7" -maxtries|10
/delay 6s
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
/bc prifz //target brop
/delay 2s
/casting "Spirit of Bear|gem3" -maxtries|10
/delay 8s
/casting "Scale Skin|gem5" -maxtries|10
/delay 8s
/casting "Strengthen|gem6" -maxtries|10
/delay 5s
/casting "Dexterous Aura|gem7" -maxtries|10
/delay 6s
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
/casting "Talismen of the Beast|gem4" -maxtries|10
/return
Sub Medding
/if (!${Me.Sitting}) /sit
/goto :Main
/return
1.) My shaman goes through and buffs himself and my other 2 toons with the 4 buffs and the macro ends. the problem is he doesnt seem to cast the talismen of the beast at the end? im not sure why.
2.) After this process, i try to repeat runnung the macro (mainly to test the sit and med part. All i get at this stage is the text saying that the macro has ended again and again. this can only mean that ive done something wrong with the medding /sit and sub routine?? But im unsure what?
3.) Last thing is that i have to AltTab to my shamans window to run the macro in the first place. I'd prefer to run from my main toons window. Any advice on how i'd do this tried a hotkey with /bc <shamans name> //mac buffs and didnt seem to work.
thanks for any advice.