Close
Showing results 1 to 6 of 6
  1. #1

    Default Isboxer am i doing it right ?

    (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.
    Last edited by MiRai : 08-15-2016 at 03:10 AM Reason: Formatting

  2. #2
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Looks fine to me.
    Last edited by MiRai : 08-15-2016 at 08:48 PM Reason: Fixed icon
    Do not send me a PM if what you want to talk about isn't absolutely private.
    Ask your questions on the forum where others can also benefit from the information.

    Author of the almost unknown and heavily neglected blog: Multiboxology

  3. #3

    Default

    I highly recommend using gnomesequencer ( 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.

  4. #4

  5. #5

    Default

    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..

  6. #6
    Member luxlunae's Avatar
    Join Date
    Aug 2008
    Location
    Bay Area, CA
    Posts
    1431
    Blog Entries
    37

    Default

    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

    Code:
    /cast COOLDOWNNUKE
    /castsequence reset=target DOT, null
    /cast RESOURCENUKE
    /cast FILLER
    try
    Code:
    /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

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •