Close
Showing results 1 to 9 of 9

Threaded View

  1. #9
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    Quote Originally Posted by Hurricane View Post
    I have been readin this forums today, but there is still something im having problems understanding about these "click" macros.

    On what button on the keyboard is this bind to? :

    /assist focus
    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarRightButton1
    /click MultiBarRightButton2
    /click MultiBarRightButton3
    /click MultiBarRightButton4
    /run SetCVar("Sound_EnableSFX","1")

    ---------------

    These ones are bind to the action bar to the right? right?



    1st button
    Code:
    /castsequence reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    2nd button
    Code:
    /castsequence reset=combat lava burst,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    3rd button
    Code:
    /castsequence reset=combat chain lightning,,,,,,,,,,,,,,,,,,,,,,,,,
    4th button
    Code:
    /cast lightning bolt
    so lets say you that first macro to "1" on your keyboard, then you will actually press all those 4 buttons when pressing 1? and all the commas indicates on how many "spams" i will do need to do before the macro will attempt on casting the spell again?

    Your "mash" button, with all the /Click commands can be on any keybind you like.
    Most would put it on "1", but that doesn't really matter.

    The example given, will simultaneously push the other four buttons.
    WoW executes macros top down.
    But can only do one action which triggers the GCD at a time.
    But on the commas, where nothing happens, the next can execute, and so on.
    By timing the commas appropriately, and spamming at a consistent speed, you can have the recast fire off at the proper time.

    You'll want to adjust the commas, so Flame Shock hits almost immediately after it expires.
    You do not want to recast, before it expires.
    And you don't want to have it not ticking.

    The Lava Burst and Chain Lightning, should fire as soon as they're off of cooldown.
    Adjust commas, as required.

    Looking at the commas in these macros, you will probably need to spam at 3.5 to 4 clicks per second.
    Open Word or Notepad, and spam a key for 10 seconds.
    Count the keys spammed, and divide by 10.
    That gets you your spams per second.
    You'll want one comma, per the number of keys you spam each second, after each spell based on refresh.
    So if Flame Shock ticks for 18 seconds, you'll want 18 x (YOUR spam speed per second) commas.
    Similarly Lava Burst has an 8 second cooldown, so add 8 x (YOUR spam speed per second) commas.
    Then when you're done, visit a target dummy and fine tune your commas.

    The Lightning Bolt is the fall through, so you don't need anything special on this one.

    MultiBarRight refers to the further right, of the two vertical extra button bars (default UI).
    You can also use MultiBarLeft, for the left most of the two vertical bars.
    And then MultiBarBottomLeft and MultiBarBottomRight, are the two horizontal extra bars.
    Button1 through Button12 are valid buttons for each bar.

    If you use Dominos, Bartender or Macaroon, the buttons are named differently.
    But you can still have /Click call each button.
    Last edited by Ualaa : 12-30-2009 at 04:34 AM
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


Posting Rules

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