PDA

View Full Version : [WoW] Isboxer am i doing it right ?



mugg70
08-15-2016, 02:33 AM
(ISBOXER)
So correct me if im thinking this about isboxer completly wrong.
Using prosetup. and working on macros for classes.
So far ive did my setup like this using virtual combat as layout/pointer. and then class combat as it should be done.
added macros in wow helper section.
Note: its working so no faults here just wanting to know if there some adjustemts or better way to work it.
Melee setups dps button 1
----Step 1
-----Iwt target macro
---Step 2
-----Prio 1 spell
-----prio 2 spell
-----prio 3 spell
-----castsequence if its needed with diffrent spells
Caster setups dps button 1
---step 1
-----prio 1 spell
-----prio 2 spell
-----prio 3 spell
-----castsequence with dots etc
prio spells can be more or less depending on class.
just need to know if im thinking the right approach on this or not
using this now and it work but if u can change of tune it more all inputs are welcome.

MiRai
08-15-2016, 04:08 AM
Looks fine to me. http://www.dual-boxing.com//images/icons/icon14.png

MadMilitia
08-15-2016, 07:17 PM
I highly recommend using gnomesequencer (https://mods.curse.com/addons/wow/gnomesequencer-enhanced)( addon ) that simplifies wow macros greatly for isboxer and for ingame calls.

You can also use a separate editor to write macros. I personally like notepad++ because it is very flexible and free. But you can use whatever editor you want with this addon which makes it even more attractive.

mbox_bob
08-15-2016, 09:04 PM
http://i.imgur.com/ttJpKSm.jpg

mugg70
08-16-2016, 01:58 PM
tried gnomesequencer for a short moment. but was aiming to understand and get more out of isboxer macro library.
but its all about the time u have to set all things up.. :)

luxlunae
08-17-2016, 10:32 AM
I'd suggest a minor tweak

for dots I'd do /castsequence reset=target dot, null

and then put it higher in your priority list. if its a really long dot that you want to be applied only on boss fights do this:



rather than



/cast COOLDOWNNUKE
/castsequence reset=target DOT, null
/cast RESOURCENUKE
/cast FILLER

try


/cast COOLDOWNNUKE
/cast RESOURCENUKE
/castsequence reset=target FILLER, FILLER, DOT, null
/cast FILLER


That way you won't waste time casting dots on mobs that are going to die in under 5 seconds