Close
Showing results 1 to 6 of 6

Threaded View

  1. #5

    Default

    Quote Originally Posted by Geheiligt View Post
    is there any reason WoW1, when launched from KeyClone, is stuck behind the Windows Taskbar? As a temporary fix, I simply set the Windows Taskbar to auto-hide, but I can't stand that feature.
    The Windows Taskbar is rather...aggressive in Win7.

    http://www.dual-boxing.com/threads/3...-my-mainwindow

    Or you could go into the Maximizer section and manually draw the main window to leave 20 or so pixels at the bottom for the task bar.

    Secondly, is it just KeyClone's nature (even when broadcasting is paused) to try to force WoW on top? I wasn't able to find any setting to disable this. I'll occasionally try to tab out to browser, and WoW will pull itself back on top.
    This is an old thread, but I don't think the settings have changed


    http://www.dual-boxing.com/threads/1...-Always-on-Top


    My second question has to do with my warlock's macro. "Curse of Enfeeblement" doesn't seem to be recognized as a spell, even when run through macroexplain.com. How exactly should I set up a DoT macro?
    Macro Explain doesn't always recognize spells because it's not really been updated. The tag on the site says "Current WoW version is 4.0.6", so it's not going to recognize spells that are new or have had their IDs changed since then. But, I haven't found a better site yet that will break down a macro and spit out exactly what it's supposed to do as well as that one does. It still works very well for tracking down syntax errors and the like for macros. An example would be your second macro

    Code:
    /castsequence reset=combat [@focustarget] Shadow Bolt
    Plugging the into the Macro-explain tells you why it's not working under the Macro Errors box {under the macro entry field}

    Code:
     /castsequence reset! = combat [ @ focus target ] Shadow Bolt
    If you mouse over the ! in the box on the site it says

    Options for resetting a sequence must be placed after any macro conditions. Example: /castsequence [conditions] reset=...
    Which means the reset is in the wrong position. It should read

    Code:
    /castsequence [@focustarget] reset=combat Shadow Bolt
    Though since it's only one spell, you don't really even need a sequence

    Code:
    /cast [@focustarget] Shadow Bolt
    Which macro explain returns as

    Explanation
    Cast Shadow Bolt on the unit saved as your focus target's currently targeted unit
    Last edited by Khatovar : 01-28-2013 at 12:29 AM
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

Posting Rules

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