Log in

View Full Version : [ISBoxer] Issues getting 2 step macros to work with WoW + ISBoxer



morper
04-06-2011, 10:57 AM
Hey all,

Im trying to follow the guide on 2 step macros by Aragent here at dual-boxing.com forums - http://www.dual-boxing.com/showthread.php?t=33080 (http://www.dual-boxing.com/showthread.php?t=33080)

http://www.privatepaste.com/ca71846480 (http://www.privatepaste.com/ca71846480)

In this paste I try to get my Warlock Arnelia to execute the macros for Afflication Warlock, while Im driving the priest Deavon. When I pick a target on Deavon and press + (that is my hotkey for the macro called 2 step macros, in the base Key Maps group) all that happens is that Arnelia also targets the target. Nothing more.

Id be very happy if someone can help me out with this issue :)

Aragent
04-06-2011, 11:07 AM
Hey all,

Im trying to follow the guide on 2 step macros by Aragent here at dual-boxing.com forums - http://www.dual-boxing.com/showthread.php?t=33080 (http://www.dual-boxing.com/showthread.php?t=33080)

http://www.privatepaste.com/ca71846480 (http://www.privatepaste.com/ca71846480)

In this paste I try to get my Warlock Arnelia to execute the macros for Afflication Warlock, while Im driving the priest Deavon. When I pick a target on Deavon and press + (that is my hotkey for the macro called 2 step macros, in the base Key Maps group) all that happens is that Arnelia also targets the target. Nothing more.

Id be very happy if someone can help me out with this issue :)

Ill try, what seams to be the class make up of the group and what levels are the Characters to start then we can go from there

morper
04-06-2011, 11:24 AM
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.

Aragent
04-06-2011, 01:40 PM
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 (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