1. #1
    Keyboard Turner
    10+ Year Old Account
    Join Date
    Apr 2011
    Location
    Norway
    Posts
    6

    Macro help, Focustarget earth shock with downrank

    Hey. can anyone help me out with a macro that i have not been able to pull off?
    This is how i want it to work:
    no focus:
    Nomod = earth shock max rank
    Mod = Earth shock Rank 1

    focustarget:

    nomod: Earth shock max rank on focus
    modd = Earthshock Rank 1 on focus

    both ranks with correct #showtooltip

    this is the latest macro i tried, but it wont downrank (atleast the tooltip say rank 8 regardless)
    (had to change the "at sign" due to forum limitation, thought i tried to post a link..)

    #showtooltip
    /startattack
    /cast [nomod,"at sign"focus, harm, nodead][] Earth Shock
    /cast [mod,"at sign"focus, harm, nodead][] Earth Shock(Rank 1)

  2. #2
    Usually you dont need the "harm, nodead" part, since the spell only works for enemies alive anyway.

    Also why does it make a difference for you if rank1 or rank8 is displayed?
    If you want rank1 displayed by default, try #showtooltip Earth Shock(Rank 1)

  3. #3
    #showtooltip [mod:shift] earth shock(rank 1), earth shock
    /startattack
    /cast [mod:shift, @Focus, exists][mod:shift] earth shock(rank 1)
    /cast @Focus, exists][] earth shock

    On mobile so could be wrong but this should work. Behavior is max rank earth shock at your target if focus doesn't exist, rank 1 with similar behavior if shift is held.

    edit: personally I would use a different mod to target a focus instead of just assuming the focus might or might not exist
    Last edited by archelos91; 2021-07-14 at 04:36 PM.

  4. #4
    Code:
    #showtooltip [mod]Earth Shock(Rank 1); Earth Shock
    /stopcasting
    /cast [mod,@ Focus,exists][mod] Earth Shock(Rank 1)
    /cast [@ Focus,exists][] Earth Shock
    [] indicates cast spell normally, if you put that in the first line it will never get to the second.
    Last edited by Kersey; 2021-07-14 at 09:51 PM.
    Quote Originally Posted by BenBos View Post
    My opinion is a fact.
    Having opinions are F A C T S.
    Stating you do not agree with my world has no impact on mine.
    It is not the same as talking about math either.
    This is talking about MY perception and so to me it is A fact.

Posting Permissions

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