One Button

Hi all iv been looking at all the macros on here but most of em are still locking up or been rune starved is there any realy clever peaple out there can do a “One Button Macro For Blood DK” pls pls guys im desprate carnt play without u guys :smiley:

Hi Danny, I think I may be able to help you.
1st goto a website called “Wowinterface.com
then find an addon called "GnomeSequencer(6.0.3)
extract it to addons folder in WoW.
Find the file called ExampleSequences.LUA and rename it Sequences.LUA
Use a text editor like word pad etc and open it
Delete all but 1st line and add following…

local _, Sequences = … – Don’t touch this

Sequences[‘DKTANK’] = {
‘/cast Icy Touch’,
‘/cast Bone Shield’,
‘/cast Death Strike’,
‘/cast Blood Boil’,
‘/cast Death Coil’,
‘/cast Anti-Magic Shell’,
‘/cast Vampiric Blood’,
‘/cast Outbreak’,
‘/cast Blood Fury’,
‘/startattack’,
}

—save file—
goto WoW game and make a macro called DKTANK and save it
don’t choose icon just a blank macro
then drag to action bar
then /reload ui and your macro should work,
hope this helps

the new “Sequences.LUA” file should look like this

local _, Sequences = … — Don’t touch this

Sequences[‘DKTANK’] = {
‘/cast Icy Touch’,
‘/cast Bone Shield’,
‘/cast Death Strike’,
‘/cast Blood Boil’,
‘/cast Death Coil’,
‘/cast Anti-Magic Shell’,
‘/cast Vampiric Blood’,
‘/cast Outbreak’,
‘/cast Blood Fury’,
‘/startattack’,
}

Hey Frank

Can you make a GnomeSequencer for Dual Weild Frost DK

This is my attempt, but it is not very good.

Sequences[‘Dual_DK’] = {
‘/targetenemy[noharm][noexists]’,
‘/cast Howling Blast’,
‘/cast Howling Blast’,
‘/cast Pillar of Frost’,
‘/cast Enpower Rune Weapon’,
‘/cast Pillar of Frost’,
‘/cast Empower Rune Weapon’,
‘/cast Plague Strike’,
‘/cast Horn of Winter’,
‘/cast Soul Reaper’,
‘/cast Howling Blast’,
‘/cast Frost Strike’,
‘/cast Unholy Blight’,
‘/startattack’,
}

I am also working on sequences for Marksman Hunter and Frost Mage

Hi Spud, I have posted macro for DK in forums, "Dual Frost DK 6.0.3
The macros I have made with a /castsequence work better than GnomeSequencer.
I will post a Hunter Macro in forums, its Beast Master but just swap spells for Marksman

[quote quote=18053]local _, Sequences = … — Don’t touch this
Sequences[‘DKTANK’] = {
‘/cast Icy Touch’,
‘/cast Bone Shield’,
‘/cast Death Strike’,
‘/cast Blood Boil’,
‘/cast Death Coil’,
‘/cast Anti-Magic Shell’,
‘/cast Vampiric Blood’,
‘/cast Outbreak’,
‘/cast Blood Fury’,
‘/startattack’,
}[/quote]
at level 90 I would probably take out the Icy Touch cast, as Outbreak will do both, I added it for my level 60 DK for dungeon spams lol, I was getting lazy and didn’t want to press more than 1 button.

Hi frank thank u for reply but i carnt find ExampleSequences.LUA in the extracted folder all that is in there is GnomeSequencerM.toc, Core.lua
Pls can u help.

[quote quote=18098]Hi frank thank u for reply but i carnt find ExampleSequences.LUA in the extracted folder all that is in there is GnomeSequencerM.toc, Core.lua
Pls can u help.[/quote]

Forget that i downloaded the rong addon.

Iv done exactly as u told me to do followed instructions to the letter. Then went in game made a macro " /DKTANK "
/Reloadedui but never worked m8 :frowning:

mmm, I cant see where you went wrong bro,
rename Examplesequences.lua to Sequences.lua,
edit sequences.lua to look like this,:

local _, Sequences = … – Don’t touch this

Sequences[‘DKTANK’] = {
‘/cast Bone Shield’,
‘/cast Death Strike’,
‘/cast Blood Boil’,
‘/cast Death Coil’,
‘/cast Anti-Magic Shell’,
‘/cast Vampiric Blood’,
‘/cast Outbreak’,
‘/cast Blood Fury’,
‘/startattack’,
}

—save file—

go into wow and make a blank macro called “DKTANK”

either reload ui or reset wow

drag macro to action bar, and make sure to press it and spell icon should come up.
wow ui will pop up with error when you reload if something is wrong.
if you can copy and paste the Sequences.lua that I have posted to you one.

this is my Sequences.lua file at the moment, it has a hunter single/aoe, ret and tank pally, and dps/tank DK

local _, Sequences = … – Don’t touch this

Sequences[‘H1’] = {
‘/cast A Murder of Crows’,
‘/cast Bestial Wrath’,
‘/cast Kill Shot’,
‘/cast Glaive Toss’,
‘/cast Kill Command’,
‘/cast Arcane Shot’,
‘/cast Dire Beast’,
‘/cast Blood Fury’,
‘/cast Cobra Shot’,
‘/startattack’,
}
Sequences[‘H2’] = {
‘/cast A Murder of Crows’,
‘/cast Cobra Shot’,
‘/cast Kill Shot’,
‘/cast Glaive Toss’,
‘/cast Multi-Shot’,
‘/cast Bestial Wrath’,
‘/cast Dire Beast’,
‘/startattack’,
}
Sequences[‘P1’] = {
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast Exorcism’,
‘/cast Hammer of Wrath’,
'/cast ',
'/cast ',
'/cast ',
‘/startattack’,
}
Sequences[‘P2’] = {
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast Exorcism’,
‘/cast Hammer of Wrath’,
‘/cast Divine Storm’,
'/cast ',
'/cast ',
‘/startattack’,
}
Sequences[‘PT1’] = {
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast Consecration’,
‘/cast Hammer of Wrath’,
‘/cast Holy Wrath’,
‘/cast Sacred Shield’,
‘/cast Shield of the Righteous’,
‘/startattack’,
}
Sequences[‘DKTANK’] = {
‘/cast Icy Touch’,
‘/cast Bone Shield’,
‘/cast Death Strike’,
‘/cast Blood Boil’,
‘/cast Death Coil’,
‘/cast Anti-Magic Shell’,
‘/cast Vampiric Blood’,
‘/cast Outbreak’,
‘/cast Blood Fury’,
‘/startattack’,
}
Sequences[‘DKFROST’] = {
‘/cast Howling Blast’,
‘/cast Frost Strike’,
‘/cast Outbreak’,
‘/cast Pillar of Frost’,
‘/cast Anti-Magic Shell’,
‘/cast Death and Decay’,
‘/cast Plague Strike’,
‘/cast Blood Fury’,
‘/startattack’,
}

I then simply went to wow and made macros called H1, H2(Hunter macros) P1, P2, PT1(Pally dps single/aoe and pally tank) DKTANK and DKFROST and then dragged each to action bar for corresponding toon, It wont matter if you copied and pasted the Sequences.lua file , it only uses macros that are placed in action bar so if you make a hunter or pally then you can make macros and use then anytime. hope this helps man

[quote quote=18133]I then simply went to wow and made macros called H1, H2(Hunter macros) P1, P2, PT1(Pally dps single/aoe and pally tank) DKTANK and DKFROST and then dragged each to action bar for corresponding toon, It wont matter if you copied and pasted the Sequences.lua file , it only uses macros that are placed in action bar so if you make a hunter or pally then you can make macros and use then anytime. hope this helps man
[/quote]

Iv done as u said evan tryed difrent ways of typing DKTANK its just not working for me. I copyed and pasted into the Sequences.lua as u said then i went into wow got my macros up \nd typed in new macro then typed DKTANK clicked the Red ? clicked save put the red ? on my bars then resetui clicked the red ? on my bar and nothing not evan an error message. Cry Cry

Can u pls just wright me a 1 button blood tank macro instead if u can do 1 that is that u for all your effort so far.

[quote quote=18131]this is my Sequences.lua file at the moment, it has a hunter single/aoe, ret and tank pally, and dps/tank DK

local _, Sequences = … — Don’t touch this

Sequences[‘H1’] = {
‘/cast A Murder of Crows’,
‘/cast Bestial Wrath’,
‘/cast Kill Shot’,
‘/cast Glaive Toss’,
‘/cast Kill Command’,
‘/cast Arcane Shot’,
‘/cast Dire Beast’,
‘/cast Blood Fury’,
‘/cast Cobra Shot’,
‘/startattack’,
}
Sequences[‘H2’] = {
‘/cast A Murder of Crows’,
‘/cast Cobra Shot’,
‘/cast Kill Shot’,
‘/cast Glaive Toss’,
‘/cast Multi-Shot’,
‘/cast Bestial Wrath’,
‘/cast Dire Beast’,
‘/startattack’,
}
Sequences[‘P1’] = {
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast Exorcism’,
‘/cast Hammer of Wrath’,
‘/cast ‘,
‘/cast ‘,
‘/cast ‘,
‘/startattack’,
}
Sequences[‘P2’] = {
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast Exorcism’,
‘/cast Hammer of Wrath’,
‘/cast Divine Storm’,
‘/cast ‘,
‘/cast ‘,
‘/startattack’,
}
Sequences[‘PT1’] = {
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast Consecration’,
‘/cast Hammer of Wrath’,
‘/cast Holy Wrath’,
‘/cast Sacred Shield’,
‘/cast Shield of the Righteous’,
‘/startattack’,
}
Sequences[‘DKTANK’] = {
‘/cast Icy Touch’,
‘/cast Bone Shield’,
‘/cast Death Strike’,
‘/cast Blood Boil’,
‘/cast Death Coil’,
‘/cast Anti-Magic Shell’,
‘/cast Vampiric Blood’,
‘/cast Outbreak’,
‘/cast Blood Fury’,
‘/startattack’,
}
Sequences[‘DKFROST’] = {
‘/cast Howling Blast’,
‘/cast Frost Strike’,
‘/cast Outbreak’,
‘/cast Pillar of Frost’,
‘/cast Anti-Magic Shell’,
‘/cast Death and Decay’,
‘/cast Plague Strike’,
‘/cast Blood Fury’,
‘/startattack’,
}

[/quote]

Frank could you possibly take the time to post the talents, glyphs for each build in your sequence file? That would be awesome if you could :slight_smile:

These are my sequences

local _, Sequences = … – Don’t touch this

Sequences[‘Shots’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
]],
‘/cast Aimed Shot’,
‘/cast Aimed Shot’,
‘/cast Aimed Shot’,
‘/cast Aimed Shot’,
‘/cast Aimed Shot’,
‘/cast Steady Shot’,
}
Sequences[‘TheAoE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
]],
‘/cast Multi-Shot’,
‘/cast Multi-Shot’,
‘/cast Multi-Shot’,
‘/cast Multi-Shot’,
‘/cast Multi-Shot’,
‘/cast Steady Shot’,
}
Sequences[‘Cooldowns’] = {
‘/cast [combat] Rapid Fire’,
‘/cast [combat] Chimaera Shot’,
‘/cast [combat] A Murder of Crows’,
‘/cast [combat] Powershot’,
‘/cast [combat] Kill Shot’,
}
Sequences[‘Dual_DK’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
‘/cast Howling Blast’,
‘/cast Howling Blast’,
‘/cast Pillar of Frost’,
‘/cast Enpower Rune Weapon’,
‘/cast Pillar of Frost’,
‘/cast Empower Rune Weapon’,
‘/cast Plague Strike’,
‘/cast Horn of Winter’,
‘/cast Soul Reaper’,
‘/cast Howling Blast’,
‘/cast Frost Strike’,
‘/cast Plague Leech’,
‘/cast Blood Tap’,
}
Sequences[‘DKTANK’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
‘/cast Icy Touch’,
‘/cast Bone Shield’,
‘/cast Death Strike’,
‘/cast Blood Boil’,
‘/cast Death Coil’,
‘/cast Anti-Magic Shell’,
‘/cast Vampiric Blood’,
‘/cast Outbreak’,
‘/cast Blood Fury’,
}
Sequences[‘Frost_Mage’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
]],
‘/cast Frost Bolt’,
‘/cast Mirror Image’,
‘/cast Icy Veins’,
‘/cast Frost Nova’,
‘/cast Frost Nova’,
‘/cast Frozen Orb’,
‘/cast Frostfire Bolt’,
‘/cast Ice Lance’,
‘/cast Frostbolt’,
‘/cast Frostbolt’,
‘/cast Frostbolt’,
‘/cast Cone of Cold’,
}
Sequences[‘Pally’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
‘/cast Judgment’,
‘/cast Crusader Strike’,
‘/cast Exorcism’,
‘/cast !Avenging Wrath’,
‘/cast !Execution Sentence’,
“/cast Templar’s Verdict”,
‘/cast Hammer of Wrath’,
}
Sequences[‘RetAoE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
‘/cast Judgment’,
‘/cast Hammer of the Righteous’,
‘/cast Exorcism’,
‘/cast !Avenging Wrath’,
‘/cast !Execution Sentence’,
“/cast Templar’s Verdict”,
‘/cast Hammer of Wrath’,
}

Hi Frank

U say that ther is an topic for duel wield with a castsequence but i can’t seem to find it.
Can u give a link or copy
i am playing duel wield and don’t like that Gs stuff for one bit so looking for a toolkit macro
can u help me

Kind regards Ajacis