[Makro] One-Button Talente

05/07/2013 15:44 Tomelyr#1
Vorwort:
Dies ist eine übersetze Version der Sammlung von Classicclean auf OC.
Ich habe ihn vorher um erlaubnis gebeten, und er hat mir diese erteilt.

Wozu sind diese Makros gut?
Mit diesen Makros habt ihr immer eines der drei Talente aus einem Tierbaum auf einem Knopf. Solltet ihr zum Beispiel für die Arena das 58 Talent vom Todesritter gegen ein anderes austauschen, dann müsst ihr dies nicht erst wieder umständlich auf die Leiste ziehen.

Wie benutze ich diese Makros richtig?
Es gibt zwei Arten von Makros in dieser Sammlung. Die ersten sind beinahe Copy-Paste fähig, ein paar andere wiederum benötigen ein Addon, welches das 255 Zeichen Limit umgehen können.
Aktuell habe ich noch nicht alle Makros wieder testen können, da die Deutschen Namen sich in der Länge vom Englischen unterscheiden könnten.
Nutzt am besten vorsorglich ein weiter unten genanntes Addon.

[Only registered and activated users can see links. Click Here To Register...] erfüllt diese Funktion zum Beispiel.

Desweiteren ist immer die Letzte Zeile ungefähr so aufgebaut:
/run SetMacroSpell("56t", GetSpellInfo(m_c) or GetSpellInfo(m_ds) or GetSpellInfo(m_h))
Der Rot makierte Bereich ist der Name des Makros. Wenn ihr diesen nicht nutzt, wie er im Makro vorhanden ist, müsst ihr ihn anpassen.

[Only registered and activated users can see links. Click Here To Register...]Todesritter

Level 56 Talent:

Code:
#showtooltip
/cast Wallendes Blut
/cast Seuche entziehen
/cast Unheilige Verseuchung
/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 Talent:

Code:
#showtooltip
/cast Lichritter
/cast Anti-Magisches Feld
/cast Fegefeuer
/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 Talent:

Code:
#showtooltip
/cast Unaufhaltsamer Tod
/cast Frostbeulen
/cast Ersticken
/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 Talent:

Code:
#showtooltip
/cast Todespakt
/cast Todessog
/cast Umwandlung
/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 Talent:

Code:
#showtooltip
/cast Blutwandlung
/cast Runenauffrischung
/cast Runenverderbnis
/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 Talent:

Code:
#showtooltip
/cast Blutschattens Griff
/cast Unbarmherziger Winter
/cast Entweihter Boden
/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))

[Only registered and activated users can see links. Click Here To Register...]Druide

Level 15 Talent:

Code:
#showtooltip
/use Schnelligkeit der Wildnis
/use Phasenbestie
/use Wilde Attacke
/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 Talent:

Code:
#showtooltip
/cast Schnelligkeit der Natur
/cast Erneuerung
/cast Cenarischer Zauberschutz
/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 Talent:

Code:
#showtooltip
/cast Taifun
/cast Massenumschlingung
/cast Feenschwarm
/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 Talent:

Code:
#showtooltip
/use Seele des Waldes
/use Inkarnation
/use Naturgewalt
/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 Talent:

Code:
#showtooltip
/cast Mächtiger Hieb
/cast Ursols Vortex
/cast Desorientierendes Gebrüll
/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 Talent:

Code:
#showtooltip
/cast Herz der Wildnis
/cast Traum des Cenarius
/cast Wache der Natur
/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))
[Only registered and activated users can see links. Click Here To Register...]Jäger

Level 15 Talent: (Addon benötigt!)

Code:
#showtooltip
/cast Impromptu
/cast Um ein Haar
/cast Tiger & Schimäre
/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 Talent:

Code:
#showtooltip
/cast Unterdrückender Schuss
/cast Wyverngift
/cast Bindender Schuss
/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 Talent:

Code:
#showtooltip
/cast Freudentaumel
/cast Aspekt des eisernen Falken
/cast Geistbande
/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 Talent:

Code:
#showtooltip
/cast Eifer
/cast Alphatier
/cast Jagdfieber
/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 Talent:

Code:
#showtooltip
/cast Die Vögel
/cast Blinzelstoß
/cast Luchsansturm
/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 Talent:

Code:
#showtooltip
/cast Glevenwurf
/cast Überspannen
/cast Sperrfeuer
/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))
[Only registered and activated users can see links. Click Here To Register...]Magier


Level 15 Talent:

Code:
#showtooltip
/cast Geistesgegenwart
/cast Heiße Sohlen
/cast Eisschollen
/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 Talent:

Code:
#showtooltip
/cast Temporaler Schild
/cast Flammenschein
/cast Eisbarriere
/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 Talent:

Code:
#showtooltip
/cast Ring des Frosts
/cast Eisschutz
/cast Frostrachen
/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 Talent:

Code:
#showtooltip
/cast Große Unsichtbarkeit
/cast Kauterisieren
/cast Kälteeinbruch
/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 Talent:

Code:
Wird automatisch erledigt.
Level 90 Talent:

Code:
#showtooltip
/cast Herbeirufung
/cast Rune der Kraft
/cast Schutz des Beschwörers
/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))
[Only registered and activated users can see links. Click Here To Register...]Mönch

Level 15 Talent:

Code:
#showtooltip
/cast Schnelligkeit
/cast Tigerrausch
/cast Schwung
/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 Talent:

Code:
#showtooltip
/cast Chiwelle
/cast Zensphäre
/cast Chistoß
/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 Talent:

Code:
#showtooltip
/cast Kräftige Schläge
/cast Aszendenz
/cast Chigebräu
/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 Talent:

Code:
#showtooltip
/cast Ring des Friedens
/cast Welle des stürmenden Ochsen
/cast Fußfeger
/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 Talent:

Code:
#showtooltip
/cast Heilende Elixiere
/cast Schaden dämpfen
/cast Magiediffusion
/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 Talent:

Code:
#showtooltip
/cast Rauschender Jadewind
/cast Xuen den Weißen Tiger beschwören
/cast Chitorpedo
/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))
[Only registered and activated users can see links. Click Here To Register...]Paladin

Level 15 Talent:

Code:
#showtooltip
/cast Geschwindigkeit des Lichts
/cast Der lange Arm des Gesetzes
/cast Streben nach Gerechtigkeit
/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 Talent:

Code:
#showtooltip
/cast Faust der Gerechtigkeit
/cast Buße
/cast Bürde der Schuld
/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 Talent:

Code:
#showtooltip
/cast Selbstloser Heiler
/cast Ewige Flamme
/cast Geheiligter Schild
/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 Talent:

Code:
#showtooltip
/cast Hand der Reinheit
/cast Unbeugsamer Geist
/cast Erbarmen
/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 Talent:

Code:
#showtooltip
/cast Heiliger Rächer
/cast Geweihter Zorn
/cast Göttliche Bestimmung
/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 Talent:

Code:
#showtooltip
/cast Heiliges Prisma
/cast Hammer des Lichts
/cast Richtspruch
/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))
[Only registered and activated users can see links. Click Here To Register...]Priester

Level 15 Talent:

Code:
#showtooltip
/cast Leerententakel
/cast Psychoschrecken
/cast Gedankenkontrolle
/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 Talent:

Code:
#showtooltip
/cast Körper und Geist
/cast Engelsfeder
/cast Phantom
/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 Talent:

Code:
#showtooltip
/cast Licht aus dem Dunkel
/cast Geistbeuger
/cast Trost und Wahnsinn
/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 Talent:

Code:
#showtooltip
/cast Verzweifeltes Gebet
/cast Spektralerscheinung
/cast Engelsgleiches Bollwerk
/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 Talent:

Code:
#showtooltip
/cast Schicksalshafte Wendung
/cast Seele der Macht
/cast Himmlische Einsicht
/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 Talent:

Code:
#showtooltip
/cast Kaskade
/cast Göttlicher Stern
/cast Strahlenkranz
/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))
[Only registered and activated users can see links. Click Here To Register...]Schurke

Level 15 Talent:

Code:
#showtooltip
/cast Nachtpirscher
/cast Trickbetrug
/cast Schattenfokus
/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 Talent:

Code:
#showtooltip
/cast Tödlicher Wurf
/cast Nervenlähmung
/cast Kampfbereitschaft
/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 Talent:

Code:
#showtooltip
/cast Von der Schippe springen
/cast Egelgift
/cast Flüchtigkeit
/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 Talent:

Code:
#showtooltip
/cast Mantel und Degen
/cast Schattenschritt
/cast Geschwindigkeitsschub
/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 Talent:

Code:
#showtooltip
/cast Die Schwachen ausbeuten
/cast Betäubendes Gift
/cast Schmutzige 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 Talent:

Code:
#showtooltip
/cast Shurikenwurf
/cast Todesurteil
/cast Erwartung
/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))
[Only registered and activated users can see links. Click Here To Register...]Schamane

Level 15 Talent:

Code:
#showtooltip
/cast Wächter der Natur
/cast Totem des Steinbollwerks
/cast Astralverschiebung
/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 Talent:

Code:
#showtooltip
/cast Gefrorene Kraft
/cast Totem des Erdgriffs
/cast Totem des Windwandelns
/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 Talent:

Code:
#showtooltip
/cast Ruf der Elemente
/cast Totemische Wiederherstellung
/cast Totemische Projektion
/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 Talent:

Code:
#showtooltip
/cast Elementarbeherrschung
/cast Schnelligkeit der Ahnen
/cast Echo der Elemente
/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 Talent:

Code:
#showtooltip
/cast Totem der Heilungsflut
/cast Führung der Ahnen
/cast Leitfähigkeit
/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 Talent:

Code:
#showtooltip
/cast Entfesselter Furor
/cast Urelementarist
/cast Elementarschlag
/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))
[Only registered and activated users can see links. Click Here To Register...]Hexenmeister

Level 15 Talent:

Code:
#showtooltip
/cast Finstere Regeneration
/cast Seele entziehen
/cast Leben ernten

/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 Talent:

Code:
#showtooltip
/cast Schreckensgeheul
/cast Weltliche Ängste
/cast Schattenfuror
/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 Talent:

Code:
#showtooltip
/cast Seelenverbindung
/cast Opferpakt
/cast Finsterer Handel
/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 Talent:

Code:
#showtooltip
/cast Blutschrecken
/cast Brennender Ansturm
/cast Entfesselter Wille
/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 Talent:

Code:
#showtooltip
/cast Grimoire der Überlegenheit
/cast Grimoire der Dienstbarkeit
/cast Grimoire der Opferung
/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 Talent:

Code:
#showtooltip
/cast Archimondes Rache
/cast Kil'jaedens Verschlagenheit
/cast Mannoroths Furor
/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))
[Only registered and activated users can see links. Click Here To Register...]Krieger

Level 15 Talent:

Code:
#showtooltip
/cast Dampfwalze
/cast Doppelt hält besser
/cast Kriegstreiber
/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 Talent:

Code:
#showtooltip
/cast Wütende Regeneration
/cast Kräfte sammeln
/cast Bevorstehender Sieg
/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 Talent:

Code:
#showtooltip
/cast Erschütternder Ruf
/cast Durchdringendes Heulen
/cast Unterbrechender Ruf
/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 Talent:

Code:
#showtooltip
/cast Klingensturm
/cast Schockwelle
/cast Drachengebrüll
/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 Talent:

Code:
#showtooltip
/cast Massenzauberreflexion
/cast Sicherung
/cast Wachsamkeit
/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 Talent:

Code:
#showtooltip
/cast Avatar
/cast Blutbad
/cast Sturmblitz
/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))
05/07/2013 16:05 Cambios#2
Vielen Dank für die Übersetzung ;)
Sind ein paar gute dabei, Thanks+ haste ^^
05/07/2013 17:08 Rene.Sickboy#3
Sind wirklich gute dabei! ;)
05/07/2013 17:58 oOExploitsOo#4
Super sache, ist es per makro zb auch möglich eine castsequenz mit den hunteraspekt zu machen?

sprih aspekt des geparden und aspekt des falken (bzw wenn geskillt aspekt des eisernen falken) ?
05/07/2013 18:14 Tomelyr#5
Quote:
/castsequence !Aspekt des Falken, !Aspekt des Geparden
Die Funktion zu überprüfen ob du es geskillt hast, ist protected.
05/09/2013 09:51 Dkeyone#6
edit: hat sich erledigt ich depp hab vergessen die makros zu bennenen.
funzt jetzt alles einwandfrei vielen dank^^

Weiß wer wie ich den Namen vom makro ausblenden kann ohne Bartender?
Dass dort nun 60t steht nervt mich schon ein bisschen^^
05/09/2013 16:25 Frosttall#7
Dann nehm doch mal bitte sowas hier raus...
Quote:
Level 60 Talent: The Talent gets censored here. dafuq OC ? It's meant to be Spectral G u i s e
05/09/2013 20:19 Tomelyr#8
Quote:
Originally Posted by Frosttall View Post
Dann nehm doch mal bitte sowas hier raus...
Danke Frosttall, aber ein kleiner Blick ins Vorwort hätte das geklärt.
Wenn man den gesammten Text in Notepad drinn hat, kann man sowas mal übersehen ;)
05/10/2013 08:22 Frosttall#9
Quote:
Originally Posted by Tomelyr View Post
Danke Frosttall, aber ein kleiner Blick ins Vorwort hätte das geklärt.
Wenn man den gesammten Text in Notepad drinn hat, kann man sowas mal übersehen ;)
Ich habe gesehen dass du die Erlaubnis hast, aber das Team von epvp mag es nicht so gerne wenn Konkurrenten erwähnt werden ;)
05/11/2013 13:36 MasselGFX#10
Super Makro echt mega nützlich als Paladin!
Danke :)
05/13/2013 17:21 Taiten#11
du hast mein + erobert^^
05/19/2013 23:15 rabemsel1234#12
unnötige macros.
da gibts schon ein addon für: inf mop talent macroes nennt es sich
[Only registered and activated users can see links. Click Here To Register...]
05/23/2013 19:38 Ayii#13
Hey, danke erstmal an dich für die Marcos!

Ich habe nur ein Problem, wenn ich zB als Paladin "Heiliges Prisma" drin habe und es benutze, wird mir die Abklingzeit abgezeigt im Icon, ändere ich dieses Talent aber in "Hammer des Lichts" bleibt er beim alten Icon UND das eigentliche Hauptproblem: Er zeigt mir nicht die Abklingzeit an.. weißt du wie man das fixt?