Quote Originally Posted by morper View Post
Thanks, Aragent.

So far it is only the priest Deavon who I am driving and the Warlock Arnelia, who I want to excute the macros for affliction warlock. both are lvl 16, and I have adjusted the macro somewhat to contain only spell that are available at lvl 16. no tweaking is done yet, just want to get it working first.

When I get this to work I will add a warrior tank that I am going to drive, handle the healing on the priest via repeater regions & Vuhdu, and using 2 step macros for the dps chars - the lvl 16 warlock, a lvl 16 mage and a lvl 17 boomkin.
Ok lets see. from your http://www.privatepaste.com/ca71846480

Im getting from your [2 step macros] under base
that your hotkey is -
and that your step 1 Custom Rotation hotkey is Shift +-
and that your step 2 Custom Proc Hotkey is Shift +=

It also shows that the macros being pushed to wow are
Custom Rotation:
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 0
/cast [@pettarget] petattack
/castsequence reset=target/combat/18 Corruption,null
/castsequence reset=target/combat/4 Bane of Agony,Shadow Bolt,Immolate,Drain Life
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 1

Custom Proc:
/stopmacro [@target,noexists] [noharm] [dead]
/startattack
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 0
/castsequence reset=target/combat/4 Bane of Agony,Life Tap
/cast Shadow Bolt
/use 13
/use 14
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 1

so there are a few ways we can test this out
one test out each part of the 2 step by having your priest drive then do Shift +- to see if Arnelia starts the rotation macro

if she does then test the proc Macro by using Shift += (though you may need to change this combo to test)

also you can create macros in wow under macros and past the above macros into 2 seperate macros and test them with your Lock and see if shes able to cast them in game

doing these 2 things will isolate the problem to either being a macro issue a execution/ step issue in isboxer.

Let me know

also I will be posting reletively soon my updated process that also handles muti level {for those starting low levels and working them up}
So you may wish to keep an eye out for when it posts