[Macro-Collection] All-In-One-Button Macro for all Classes from Level 15-90! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Classicclean's Avatar Constructeur de lá Fotz
    Reputation
    714
    Join Date
    Jul 2007
    Posts
    617
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Macro-Collection] All-In-One-Button Macro for all Classes from Level 15-90!

    Heya everyone, since my all in one macro seemed to be very appreciated I spend the time to make a huge collection for every class and all their talents. I hope you like it
    If you haven't seen my thread were I've explained how the One Button Macro works, you may read it but you don't have to do it as I will explain it again here: http://www.ownedcore.com/forums/worl...0-talents.html ([Macro] One Button Macro for Level 15/30/45/60/75/90 Talents)

    What does the macro do?

    It automatically detects the chosen talent, displays the right CD + Tooltip and you no longer have to pull talents back into your action bars because the macro will stay after respeccing. But I will mark those macros so you don't have to download it if you don't need it

    Note: Some of the macros I'm posting require more than 255 characters. Therefore you need to download an addon to avoid this issue! Super Duper Macro : Miscellaneous : World of Warcraft AddOns

    Important: Name your macros like I did, (for example: /run SetMacroSpell("30"... then name your macro "30"


    If you wonder why I'm sometimes using "use" instead of "cast". The macro has 258/255 characters with cast, and 255 with use So you don't need the addon there



    So, let's start!

    Death Knight

    Level 56 Talents:

    Code:
    #showtooltip
    /cast Roiling Blood
    /cast Plague Leech
    /cast Unholy Blight
    /script m_c=GetSpellInfo(108170); m_ds=GetSpellInfo(123693); m_h=GetSpellInfo(115989)
    /run SetMacroSpell("56t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 57 Talents:

    Code:
    #showtooltip
    /cast Lichborne
    /cast Anti-Magic Zone
    /cast Purgatory
    /script m_c=GetSpellInfo(49039); m_ds=GetSpellInfo(51052); m_h=GetSpellInfo(114556)
    /run SetMacroSpell("57t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 58 Talents:

    Code:
    #showtooltip
    /cast Death's Advance
    /cast Chillblains
    /cast Asphyxiate
    /script m_c=GetSpellInfo(96268); m_ds=GetSpellInfo(50041); m_h=GetSpellInfo(108194)
    /run SetMacroSpell("58t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents:

    Code:
    #showtooltip
    /cast Death Pact
    /cast Death Siphon
    /cast Conversion
    /script m_c=GetSpellInfo(48743); m_ds=GetSpellInfo(108196); m_h=GetSpellInfo(119975)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    #showtooltip
    /cast Blood Tap
    /cast Runic Empowerment
    /cast Runic Corruption
    /script m_c=GetSpellInfo(45529); m_ds=GetSpellInfo(81229); m_h=GetSpellInfo(51462)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents:

    Code:
    #showtooltip
    /cast Gorefiend's Grasp
    /cast Remorseless Winter
    /cast Desecrated Ground
    /script m_c=GetSpellInfo(108199); m_ds=GetSpellInfo(108200); m_h=GetSpellInfo(108201)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))

    Druid

    Level 15 Talents:

    Code:
    #showtooltip
    /use Feline Swiftness
    /use Displacer Beast
    /use Wild Charge
    /script m_c=GetSpellInfo(131768); m_ds=GetSpellInfo(102280); m_h=GetSpellInfo(102401)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Nature's Swiftness
    /cast Cenarion Ward
    /cast Renewal
    /script m_c=GetSpellInfo(132158); m_ds=GetSpellInfo(102351); m_h=GetSpellInfo(108238)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents:

    Code:
    #showtooltip
    /cast Typhoon
    /cast Mass Entanglement
    /cast Faerie Swarm
    /script m_c=GetSpellInfo(132469); m_ds=GetSpellInfo(102359); m_h=GetSpellInfo(102355)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents:

    Code:
    #showtooltip
    /use Soul of the Forest
    /use Incarnation
    /use Force of Nature
    /script m_c=GetSpellInfo(114107); m_ds=GetSpellInfo(106731); m_h=GetSpellInfo(106737)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    #showtooltip
    /cast Mighty Bash
    /cast Ursol's Vortex
    /cast Disorienting Roar
    /script m_c=GetSpellInfo(5211); m_ds=GetSpellInfo(102793); m_h=GetSpellInfo(99)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents:

    Code:
    #showtooltip
    /cast Heart of the Wild
    /cast Dream of Cenarius
    /cast Nature's Vigil
    /script m_c=GetSpellInfo(108288); m_ds=GetSpellInfo(108373); m_h=GetSpellInfo(124974)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Hunter

    Level 15 Talents: (addon needed!)

    Code:
    #showtooltip
    /cast Posthaste
    /cast Narrow Escape
    /cast Crouching Tiger, Hidden Chimera
    /script m_c=GetSpellInfo(109215); m_ds=GetSpellInfo(109298); m_h=GetSpellInfo(118675)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Silencing Shot
    /cast Wyvern Sting
    /cast Binding Shot
    /script m_c=GetSpellInfo(34490); m_ds=GetSpellInfo(19386); m_h=GetSpellInfo(109248)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents:

    Code:
    #showtooltip
    /cast Exhilaration
    /cast Aspect of the Iron Hawk
    /cast Spirit Bond
    /script m_c=GetSpellInfo(109304); m_ds=GetSpellInfo(109260); m_h=GetSpellInfo(109212)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents:

    Code:
    #showtooltip
    /cast Fervor
    /cast Dire Beast
    /cast Thrill of the Hunt
    /script m_c=GetSpellInfo(82726); m_ds=GetSpellInfo(120679); m_h=GetSpellInfo(109306)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    #showtooltip
    /cast A Murder of Crows
    /cast Blink Strike
    /cast Lynx Rush
    /script m_c=GetSpellInfo(131894); m_ds=GetSpellInfo(130392); m_h=GetSpellInfo(120697)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents:

    Code:
    #showtooltip
    /cast Glaive Toss
    /cast Powershot
    /cast Barrage
    /script m_c=GetSpellInfo(117050); m_ds=GetSpellInfo(109259); m_h=GetSpellInfo(120360)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Mage


    Level 15 Talents:

    Code:
    #showtooltip
    /cast Presence of Mind
    /cast Blazing Speed
    /cast Ice Floes
    /script m_c=GetSpellInfo(12043); m_ds=GetSpellInfo(108843); m_h=GetSpellInfo(108839)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Temporal Shield
    /cast Flameglow
    /cast Ice Barrier
    /script m_c=GetSpellInfo(115610); m_ds=GetSpellInfo(140468); m_h=GetSpellInfo(11426)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents:

    Code:
    #showtooltip
    /cast Ring of Frost
    /cast Ice Ward
    /cast Frostjaw
    /script m_c=GetSpellInfo(113724); m_ds=GetSpellInfo(111264); m_h=GetSpellInfo(102051)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents:

    Code:
    #showtooltip
    /cast Greater Invisibility
    /cast Cauterize
    /cast Cold Snap
    /script m_c=GetSpellInfo(110959); m_ds=GetSpellInfo(86949); m_h=GetSpellInfo(11958)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    no need here - this is done automatically
    Level 90 Talents:

    Code:
    #showtooltip
    /cast Invocation
    /cast Rune of Power
    /cast Incanter's Ward
    /script m_c=GetSpellInfo(114003); m_ds=GetSpellInfo(116011); m_h=GetSpellInfo(1463)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Monk

    Level 15 Talents:

    Code:
    #showtooltip
    /cast Celerity
    /cast Tiger's Lust
    /cast Momentum
    /script m_c=GetSpellInfo(115173); m_ds=GetSpellInfo(116841); m_h=GetSpellInfo(115174)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Chi Wave
    /cast Zen Sphere
    /cast Chi Burst
    /script m_c=GetSpellInfo(115098); m_ds=GetSpellInfo(124081); m_h=GetSpellInfo(123986)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents:

    Code:
    #showtooltip
    /cast Power Strike
    /cast Ascension
    /cast Chi Brew
    /script m_c=GetSpellInfo(121817); m_ds=GetSpellInfo(115396); m_h=GetSpellInfo(115399)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents:

    Code:
    #showtooltip
    /cast Ring of Peace
    /cast Charging Ox Wave
    /cast Leg Sweep
    /script m_c=GetSpellInfo(116844); m_ds=GetSpellInfo(119392); m_h=GetSpellInfo(119381)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    #showtooltip
    /cast Healing Elixirs
    /cast Dampen Harm
    /cast Diffuse Magic
    /script m_c=GetSpellInfo(122280); m_ds=GetSpellInfo(122278); m_h=GetSpellInfo(122783)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents: (addon needed!)

    Code:
    #showtooltip
    /cast Rushing Jade Wind
    /cast Invoke Xuen, the White Tiger
    /cast Chi Torpedo
    /script m_c=GetSpellInfo(116847); m_ds=GetSpellInfo(123904); m_h=GetSpellInfo(115008)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Paladin

    Level 15 Talents:

    Code:
    #showtooltip
    /cast Speed of Light
    /cast Long Arm of the Law
    /cast Pursuit of Justice
    /script m_c=GetSpellInfo(85499); m_ds=GetSpellInfo(87172); m_h=GetSpellInfo(26023)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Fist of Justice
    /cast Repentance
    /cast Burden of Guilt
    /script m_c=GetSpellInfo(105593); m_ds=GetSpellInfo(20066); m_h=GetSpellInfo(110301)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents:

    Code:
    #showtooltip
    /cast Selfless Healer
    /cast Eternal Flame
    /cast Sacred Shield
    /script m_c=GetSpellInfo(85804); m_ds=GetSpellInfo(114163); m_h=GetSpellInfo(20925)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents:

    Code:
    #showtooltip
    /cast Hand of Purity
    /cast Unbreakable Spirit
    /cast Clemency
    /script m_c=GetSpellInfo(114039); m_ds=GetSpellInfo(114154); m_h=GetSpellInfo(105622)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    #showtooltip
    /cast Holy Avenger
    /cast Sanctified Wrath
    /cast Divine Purpose
    /script m_c=GetSpellInfo(105809); m_ds=GetSpellInfo(53376); m_h=GetSpellInfo(86172)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents:

    Code:
    #showtooltip
    /use Holy Prism
    /use Light's Hammer
    /use Execution Sentence
    /script m_c=GetSpellInfo(114165); m_ds=GetSpellInfo(114158); m_h=GetSpellInfo(114157)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Priest

    Level 15 Talents:

    Code:
    #showtooltip
    /cast Void Tendrils
    /cast Psyfiend
    /cast Dominate Mind
    /script m_c=GetSpellInfo(108920); m_ds=GetSpellInfo(108921); m_h=GetSpellInfo(605)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Body and Soul
    /cast Angelic Feather
    /cast Phantasm
    /script m_c=GetSpellInfo(64129); m_ds=GetSpellInfo(121536); m_h=GetSpellInfo(108942)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents: (addon needed!)

    Code:
    #showtooltip
    /cast From Darkness, Comes Light
    /cast Mindbender
    /cast Solace and Insanity
    /script m_c=GetSpellInfo(109186); m_ds=GetSpellInfo(123040); m_h=GetSpellInfo(139139)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents: The Talent gets censored here. dafuq OC ? It's meant to be Spectral G u i s e

    Code:
    #showtooltip
    /use Desperate Prayer
    /use Spectral *****
    /use Angelic Bulwark
    /script m_c=GetSpellInfo(19236); m_ds=GetSpellInfo(112833); m_h=GetSpellInfo(108945)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    #showtooltip
    /cast Twist of Fate
    /cast Power Infusion
    /cast Divine Insight
    /script m_c=GetSpellInfo(109142); m_ds=GetSpellInfo(10060); m_h=GetSpellInfo(109175)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents:

    Code:
    #showtooltip
    /cast Cascade
    /cast Divine Star
    /cast Halo
    /script m_c=GetSpellInfo(121135); m_ds=GetSpellInfo(110744); m_h=GetSpellInfo(120517)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Rogue

    Level 15 Talents:

    Code:
    #showtooltip
    /cast Nightstalker
    /cast Subterfuge
    /cast Shadow Focus
    /script m_c=GetSpellInfo(14062); m_ds=GetSpellInfo(108208); m_h=GetSpellInfo(108209)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Deadly Throw
    /cast Nerve Strike
    /cast Combat Readiness
    /script m_c=GetSpellInfo(26679); m_ds=GetSpellInfo(108210); m_h=GetSpellInfo(74001)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents:

    Code:
    #showtooltip
    /cast Cheat Death
    /cast Leeching Poison
    /cast Elusiveness
    /script m_c=GetSpellInfo(31230); m_ds=GetSpellInfo(112974); m_h=GetSpellInfo(79008)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents:

    Code:
    #showtooltip
    /cast Cloak and Dagger
    /cast Shadowstep
    /cast Burst of Speed
    /script m_c=GetSpellInfo(138106); m_ds=GetSpellInfo(36554); m_h=GetSpellInfo(108212)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    #showtooltip
    /use Prey on the Weak
    /use Paralytic Poison
    /use Dirty Tricks
    /script m_c=GetSpellInfo(131511); m_ds=GetSpellInfo(108215); m_h=GetSpellInfo(108216)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents:

    Code:
    #showtooltip
    /cast Shuriken Toss
    /cast Marked for Death
    /cast Anticipation
    /script m_c=GetSpellInfo(114014); m_ds=GetSpellInfo(137619); m_h=GetSpellInfo(114015)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Shaman

    Level 15 Talents:

    Code:
    #showtooltip
    /cast Nature's Guardian
    /cast Stone Bulwark Totem
    /cast Astral Shift
    /script m_c=GetSpellInfo(30884); m_ds=GetSpellInfo(108270); m_h=GetSpellInfo(108271)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Frozen Power
    /cast Earthgrab Totem
    /cast Windwalk Totem
    /script m_c=GetSpellInfo(63374); m_ds=GetSpellInfo(51485); m_h=GetSpellInfo(108273)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents: (addon needed!)

    Code:
    #showtooltip
    /cast Call of the Elements
    /cast Totemic Restoration
    /cast Totemic Projection
    /script m_c=GetSpellInfo(108285); m_ds=GetSpellInfo(108284); m_h=GetSpellInfo(108287)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents: (addon needed!)

    Code:
    #showtooltip
    /cast Elemental Mastery
    /cast Ancestral Swiftness
    /cast Echo of the Elements
    /script m_c=GetSpellInfo(16166); m_ds=GetSpellInfo(16188); m_h=GetSpellInfo(108283)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    #showtooltip
    /cast Healing Tide Totem
    /cast Ancestral Guidance
    /cast Conductivity
    /script m_c=GetSpellInfo(108280); m_ds=GetSpellInfo(108281); m_h=GetSpellInfo(108282)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents:

    Code:
    #showtooltip
    /cast Unleashed Fury
    /cast Primal Elementalist
    /cast Elemental Blast
    /script m_c=GetSpellInfo(117012); m_ds=GetSpellInfo(117013); m_h=GetSpellInfo(117014)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Warlock

    Level 15 Talents:

    Code:
    #showtooltip
    /cast Dark Regeneration
    /cast Soul Leech
    /cast Harvest Life
    /script m_c=GetSpellInfo(108359); m_ds=GetSpellInfo(108366); m_h=GetSpellInfo(108371)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Howl of Terror
    /cast Mortal Coil
    /cast Shadowfury
    /script m_c=GetSpellInfo(5484); m_ds=GetSpellInfo(108396); m_h=GetSpellInfo(30283)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents:

    Code:
    #showtooltip
    /cast Soul Link
    /cast Sacrificial Pact
    /cast Dark Bargain
    /script m_c=GetSpellInfo(108415); m_ds=GetSpellInfo(108416); m_h=GetSpellInfo(110913)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents:

    Code:
    #showtooltip
    /cast Blood Horror
    /cast Burning Rush
    /cast Unbound Will
    /script m_c=GetSpellInfo(111397); m_ds=GetSpellInfo(111400); m_h=GetSpellInfo(108482)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents: (addon needed!)

    Code:
    #showtooltip
    /cast Grimoire of Supremacy
    /cast Grimoire of Service
    /cast Grimoire of Sacrifice
    /script m_c=GetSpellInfo(115578); m_ds=GetSpellInfo(108501); m_h=GetSpellInfo(108503)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents: (addon needed!)

    Code:
    #showtooltip
    /cast Archimonde's Vengeance
    /cast Kil'jaeden's Cunning
    /cast Mannoroth's Fury
    /script m_c=GetSpellInfo(108505); m_ds=GetSpellInfo(137587); m_h=GetSpellInfo(108508)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Warrior

    Level 15 Talents:

    Code:
    #showtooltip
    /cast Juggernaut
    /cast Double Time
    /cast Warbringer
    /script m_c=GetSpellInfo(103826); m_ds=GetSpellInfo(103827); m_h=GetSpellInfo(103828)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 30 Talents:

    Code:
    #showtooltip
    /cast Enraged Regeneration
    /cast Second Wind
    /cast Impending Victory
    /script m_c=GetSpellInfo(55694); m_ds=GetSpellInfo(29838); m_h=GetSpellInfo(103840)
    /run SetMacroSpell("30t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 45 Talents:

    Code:
    #showtooltip
    /cast Staggering Shout
    /cast Piercing Howl
    /cast Disrupting Shout
    /script m_c=GetSpellInfo(107566); m_ds=GetSpellInfo(12323); m_h=GetSpellInfo(102060)
    /run SetMacroSpell("45t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 60 Talents:

    Code:
    #showtooltip
    /cast Bladestorm
    /cast Shockwave
    /cast Dragon Roar
    /script m_c=GetSpellInfo(46924); m_ds=GetSpellInfo(46968); m_h=GetSpellInfo(118000)
    /run SetMacroSpell("60t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 75 Talents:

    Code:
    #showtooltip
    /cast Mass Spell Reflection
    /cast Safeguard
    /cast Vigilance
    /script m_c=GetSpellInfo(114028); m_ds=GetSpellInfo(114029); m_h=GetSpellInfo(114030)
    /run SetMacroSpell("75t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Level 90 Talents:

    Code:
    #showtooltip
    /cast Avatar
    /cast Bloodbath
    /cast Storm Bolt
    /script m_c=GetSpellInfo(107574); m_ds=GetSpellInfo(12292); m_h=GetSpellInfo(107570)
    /run SetMacroSpell("90t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))

    Have fun !
    Last edited by Classicclean; 05-02-2013 at 09:07 PM.
    Religion is like a penis.
    It's fine to have one
    It's fine to be proud of it.
    But please don't whip it out in public and start waving it around.
    And PLEASE don't try to shove it down my children's throat.

    [Macro-Collection] All-In-One-Button Macro for all Classes from Level 15-90!
  2. #2
    Classicclean's Avatar Constructeur de lá Fotz
    Reputation
    714
    Join Date
    Jul 2007
    Posts
    617
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aww, C'mon guys. Nobody has a use for those macros? I spend literally the whole night to gather up all the needed SpellID's and put them in all those macros :/
    Last edited by Classicclean; 05-03-2013 at 01:24 PM.
    Religion is like a penis.
    It's fine to have one
    It's fine to be proud of it.
    But please don't whip it out in public and start waving it around.
    And PLEASE don't try to shove it down my children's throat.

  3. #3
    progemer's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the effort, now I can just copy&paste them. Pretty useful for arena.

  4. #4
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Beautiful work man, thanks a lot for them!

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  5. #5
    mgscs's Avatar Contributor
    Reputation
    101
    Join Date
    Aug 2006
    Posts
    405
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sick stuff.

    +repx5
    Let's put a smile on that face.

  6. #6
    Unscrupulous's Avatar Contributor CoreCoins Purchaser
    Reputation
    178
    Join Date
    Apr 2012
    Posts
    501
    Thanks G/R
    1/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice job +2 rep

  7. #7
    Classicclean's Avatar Constructeur de lá Fotz
    Reputation
    714
    Join Date
    Jul 2007
    Posts
    617
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, thanks to all of you <3!
    Religion is like a penis.
    It's fine to have one
    It's fine to be proud of it.
    But please don't whip it out in public and start waving it around.
    And PLEASE don't try to shove it down my children's throat.

  8. #8
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Looks good, MMOwned Facebook page linked here.

  9. #9
    Adosi's Avatar Contributor
    Reputation
    101
    Join Date
    Nov 2006
    Posts
    321
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +5! thanks for the hard work!

  10. #10
    sunglass8x's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice marco + 2

  11. #11
    Imbuned's Avatar Member
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You have done alot work on those + rep for that!... and you have done those for all classes! Nice work man :3

    I tried your priest macro on Shadow priest (lvl 90 talent is Halo).... This script seems to cast only Halo spell and keep on waiting until cooldown is off. I wonder what went wrong? How it's supposed to work with 1 button... clicking it continuoulsy or just keep it down?

    (Came here from facebook)

    EDIT: WHOOOPS! Thought this was 1 button pew pew kill ALL macro
    Sorry for my stupid question
    Last edited by Imbuned; 05-04-2013 at 10:02 AM.

  12. #12
    HighFred's Avatar Master Sergeant Pro RBG and Proving Grounds booster! CoreCoins Purchaser
    Reputation
    54
    Join Date
    Sep 2012
    Posts
    94
    Thanks G/R
    0/1
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing Classic! Really incredible, and thanks for putting so much work together for the community!
    +rep from me!

  13. #13
    baichii's Avatar Active Member
    Reputation
    19
    Join Date
    Jul 2008
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +5 Rep, not gonna use it myself but will tip some friends : ) GJ!

  14. #14
    x66dme66x's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Beautiful. Thank you very much for this! bookmarking this thread. Good work ^_^

  15. #15
    Tomelyr's Avatar Member
    Reputation
    15
    Join Date
    Jun 2008
    Posts
    28
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Classicclean View Post

    Level 15 Talents: (addon needed!)

    Code:
    #showtooltip
    /cast Posthaste
    /cast Narrow Escape
    /cast Crouching Tiger, Hidden Chimera
    /script m_c=GetSpellInfo(109215); m_ds=GetSpellInfo(109298); m_h=GetSpellInfo(118675)
    /run SetMacroSpell("15t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
    Aren't these all passiv abilities? So why you need an macro here?

    Edit:// But still nice Work +rep
    Last edited by Tomelyr; 05-07-2013 at 08:32 AM.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Macro] One Button Macro for Level 15/30/45/60/75/90 Talents
    By Classicclean in forum WoW UI, Macros and Talent Specs
    Replies: 5
    Last Post: 10-14-2014, 10:17 PM
  2. [Selling] 11x Level 90(all classes), 7x Level 85, 3x Level 80, other scrap chars
    By Noodlepie in forum WoW-EU Account Buy Sell Trade
    Replies: 2
    Last Post: 08-15-2013, 06:37 AM
  3. [Selling] WoW Account with All Class from Game ! Acc is 7 Years Old ) Full Rares
    By AntonDrak in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 07-28-2013, 06:45 AM
  4. [Selling] WoW Account with All Class from Game ! Acc is 7 Years Old ) Full Rares
    By AntonDrak in forum WoW-EU Account Buy Sell Trade
    Replies: 0
    Last Post: 07-28-2013, 06:42 AM
  5. One Button Rogue macro ?? Help Please
    By Niko33 in forum Gaming Chat
    Replies: 6
    Last Post: 03-23-2007, 04:10 PM
All times are GMT -5. The time now is 02:46 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search