oldman
November 2, 2015, 11:22am
1
Looking for someone to convert this to a GS macro I dont know what I am doing this is something i compiled from other macros and works good for me but would like it in a GS macro so I dont have to have GS and macro toolkit any help would be greatly appreciated.
#showtooltip Arcane Blast
/targetenemy [noharm,dead]
/startattack
/castsequence [nochanneling]reset=8 Arcane Blast,Arcane Blast,Arcane Blast,Arcane Blast,Arcane Barrage
/castsequence [nochanneling]reset=15 !Arcane Orb, !Arcane Missiles,!Arcane Missiles,!Arcane Missiles
/castsequence reset=25 !Supernova,Supernova
/use Presence of Mind
/use [combat] Evanesce
/use Draenic Intellect Potion
/mtce
oldman
November 2, 2015, 11:24am
2
This one to if its possible.
#showtooltip Supernova
/targetenemy [noharm,dead]
/startattack
/castsequence [nochanneling] reset=8 Arcane Barrage,Arcane Explosion,Arcane Explosion
/castsequence reset=15 Arcane Orb,!Arcane Missiles,!Arcane Missiles
/castsequence reset=25 Cone of Cold,Supernova,Supernova,!Arcane Orb
/cast Presence of Mind
/use [combat] Evanesce
/use Draenic Intellect Potion
/mtce
Hope this helps, this is what I use myself.
---Mage---
---Arcane---
---Talents 2,3,3,3,3,3,3---
Sequences['Arcaneblast'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
'/castsequence [nochanneling]reset=8 Arcane Blast,Arcane Blast,Arcane
Blast,Arcane Blast,Arcane Barrage',
'/castsequence [nochanneling]reset=15 !Arcane Orb, !Arcane Missiles,!Arcane
Missiles,!Arcane Missiles',
PostMacro = [[
/startattack
/cast [combat]Arcane Power
/cast [combat]Ice Barrier
/cast [combat]Presence of Mind
/cast [combat]Frostjaw
/cast [combat]Cold Snap
/cast [combat]Slow
/use Battle Standard of Coordination
/use Hand of the Prophet Battle Standard
/use Order of the Awakened Battle Standard
/use Corrupted Primal Obelisk
/use [combat]Call to Arms
/use [combat] Draenic Intellect Potion
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
i cant get this to work, i copy/pasteinto lua file, but doesnt show up. any ideas xx
i cant get this to work, i copy/paste into lua file, but doesnt show up. any ideas xx
oops. posted twice. damned rubbish net
johnq
May 9, 2016, 6:03pm
8
Which/whose code are you trying to use? There are a few here.
–John Q.
killthenoise sequence. i maybe just having a total blonde moment and being dumb as hell
Hey Lisa
Try this one i just edit some lines , and i tested by my self works fine
Talent : 2,3,3,1,2,3,3
Glyphs: Arcane Power , Arcane Explosion, Blink
Sequences['ArcaneST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
'/castsequence [nochanneling]reset=8 Arcane Blast,Arcane Blast,Arcane Blast,Arcane Blast,Arcane Barrage',
'/castsequence [nochanneling]reset=15 Arcane Orb,Arcane Missiles,Arcane Missiles,Arcane Missiles',
PostMacro = [[
/startattack
/cast [combat]Arcane Power
/cast [combat]Presence of Mind
/cast [combat]Blood Fury
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}