Register for your free account! | Forgot your password?

You last visited: Today at 03:12

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Makro] One-Button Talente

Discussion on [Makro] One-Button Talente within the WoW Exploits, Hacks, Tools & Macros forum part of the World of Warcraft category.

Reply
 
Old   #1
 
Tomelyr's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 516
Received Thanks: 69
[Makro] One-Button Talente

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.

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.

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))

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))
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))
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))
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))
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))
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))
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))
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))
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))
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))
Tomelyr is offline  
Thanks
12 Users
Old 05/07/2013, 16:05   #2
 
elite*gold: 104
Join Date: Oct 2012
Posts: 2,720
Received Thanks: 592
Vielen Dank für die Übersetzung
Sind ein paar gute dabei, Thanks+ haste ^^
Cambios is offline  
Old 05/07/2013, 17:08   #3
 
elite*gold: 9
Join Date: Feb 2013
Posts: 85
Received Thanks: 10
Sind wirklich gute dabei!
Rene.Sickboy is offline  
Old 05/07/2013, 17:58   #4
 
elite*gold: 0
Join Date: Oct 2010
Posts: 473
Received Thanks: 47
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) ?
oOExploitsOo is offline  
Old 05/07/2013, 18:14   #5
 
Tomelyr's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 516
Received Thanks: 69
Quote:
/castsequence !Aspekt des Falken, !Aspekt des Geparden
Die Funktion zu überprüfen ob du es geskillt hast, ist protected.
Tomelyr is offline  
Old 05/09/2013, 09:51   #6
 
elite*gold: 0
Join Date: Feb 2010
Posts: 44
Received Thanks: 10
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^^
Dkeyone is offline  
Old 05/09/2013, 16:25   #7
 
Frosttall's Avatar
 
elite*gold: 55
Join Date: Oct 2009
Posts: 5,471
Received Thanks: 1,479
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
Frosttall is offline  
Old 05/09/2013, 20:19   #8
 
Tomelyr's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 516
Received Thanks: 69
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
Tomelyr is offline  
Old 05/10/2013, 08:22   #9
 
Frosttall's Avatar
 
elite*gold: 55
Join Date: Oct 2009
Posts: 5,471
Received Thanks: 1,479
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
Frosttall is offline  
Old 05/11/2013, 13:36   #10
 
elite*gold: 0
Join Date: Aug 2012
Posts: 174
Received Thanks: 9
Super Makro echt mega nützlich als Paladin!
Danke
MasselGFX is offline  
Old 05/13/2013, 17:21   #11
 
elite*gold: 0
Join Date: Dec 2007
Posts: 17
Received Thanks: 1
du hast mein + erobert^^
Taiten is offline  
Old 05/19/2013, 23:15   #12
 
elite*gold: 0
Join Date: Aug 2012
Posts: 137
Received Thanks: 22
unnötige macros.
da gibts schon ein addon für: inf mop talent macroes nennt es sich
rabemsel1234 is offline  
Old 05/23/2013, 19:38   #13
 
elite*gold: 0
Join Date: Sep 2012
Posts: 30
Received Thanks: 3
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?
Ayii is offline  
Reply


Similar Threads Similar Threads
Barden Makro (5 Skills - 1 Button)
09/02/2011 - Rift Guides & Strategies - 2 Replies
Hallo zusammen, habe mal ein wenig gestöbert und rumprobiert und herausgefunden, wie man ohne lästige Keybindings ALLE Melodien in ein Makro packen kann. Also anstatt 5 Knöpfe - muss man bald nur noch einen drücken (diesen allerdings auch 5 mal). Kopiert einfach folgendes in euer Makro: #zeigen Melodie der Tapferkeit suppressmacrofailures q a dismount q b dismount q d dismount
WarRock statt KOREANISCHE BUTTON --> Englische BUTTON
02/26/2010 - WarRock - 6 Replies
Bin mir nicht sicher ob es diesen Thread schon gibt aber hab bis jetzt nichts gesehen hier. Funktionen Für WarRock Korea Koreanische Schriften (Button) weg und englische Schriften (Button) hin Anleitung
[Makro]Suche Tastatur+Maus Makro
12/09/2009 - Metin2 Private Server - 6 Replies
Hallo zusammen Ich suche ein Makro wo ich etwas z.B in der DB schnell nacheinander löschen kann immer das gleiche. z.B 1. dmg 340 - 3400 hier z.B wenn alle sowären immer das von 3400 das --->0 wegnehmen.
makro durch makro auslösen
05/21/2007 - World of Warcraft - 3 Replies
also das problem ist folgendes ein makro kann max 255 zeichen haben ich brauche jedoch eines mit 350 stellen und jetzt wolt ich fragen ob es möglich ist in dem eersten makro, makro1 /cast makro2 oder so ähnlich zu machen oder ob es möglich ist auf eine taste 2 casts zu lgen oder so etwas ähnliches so das sich beide makros gleichzeitig auslösen



All times are GMT +1. The time now is 03:12.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.