Jump to content

wideon

Player
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About wideon

  • Rank
    Newcomer
  1. ok I need what I thought was a simple macro to use my hero charm on my frost bolt but cant find a working macro to do this simple task please help!!!
  2. wideon

    Mod shift macros need help

    Ok so I use this for Fire ward and Frost ward and it works /run local x = IsShiftKeyDown(); if x == nil then CastSpellByName("Fire Ward") else CastSpellByName("Frost Ward"); end; But when I use it for Ice barrier and Mana Shield it does not work /run local x = IsShiftKeyDown(); if x == nil then CastSpellByName("Ice Barrier") else CastSpellByName("Mana Shield"); end;
×