Close
Showing results 1 to 10 of 15

Threaded View

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

    Default

    Castsequence is the same.
    Castrandom is the big change/nerf.

    Basically castrandom used to randomly try an option on each press.
    And if that option failed, randomly try a new option on the next press.
    Now it randomly picks an option and continues to attempt that specific option until it fires off.
    So something like:
    /castrandom Tranquil Shot, Rapid Shot, Steady Shot, Mend Pet...
    Could get stuck on Rapid Shot if that was on cooldown and every press would do nothing.

    Click castsequences are for most classes a ton stronger then normal castsequences.
    Essentially pick the spells you'd cast for your class.
    Pick how often you'd like them to fire off.
    Prioritize which of them is more important.
    Check how often you spam your dps key (spam it for 15 seconds, divide the number of clicks by 15).
    Create a master macro, which calls all of the others.
    Spam the master macro at your normal spam speed.
    Set up the subsequent macro's with comma's (delays) based on your spam speed.

    For example...

    This will cast Faerie Fire once per target, no matter how many times the button is spammed.
    It will then prioritize Insect Swarm over everything else, and recast every 18 seconds.
    Moonfire is the next highest priority spell, firing every 12 seconds.
    After that, it will randomly cast between Starfire and Wrath, with Wrath firing 2/3rds of the time.
    I personally spam at 2 clicks per second, so have two comma's per second of delay in IS and MF.

    Master:
    #show Wrath
    /Click MultiBarBottomRightButton1
    /Click MultiBarBottomRightButton2
    /Click MultiBarBottomRightButton3
    /Click MultiBarBottomRightButton4

    Button 1
    #show
    /castsequence [target=targettarget] reset=target Faerie Fire,Null

    Button 2
    #show
    /castsequence [target=targettarget] reset=target Insect Swarm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    Button 3
    #show
    /castsequence [target=targettarget] reset=target Moonfire,,,,,,,,,,,,,,,,,,,,,,,

    Button 4
    #show
    /castrandom Wrath, Wrath, Starfire




    As long as I spam at my normal speed of two clicks per second, the spells will fire off on the correct timing.
    Since wow executes top down, if two spells in a macro are both possible, the first fires off and the second fails due to the GCD.
    Once the first spell is on Null (do nothing) or a comma (do nothing this press), the second spell can execute.
    Last edited by Ualaa : 10-01-2009 at 01:02 PM

Posting Rules

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