Hello Guys,
I need some assistance in several quistions.
First of all my Char:
I have T20 4set, Leggys i Used in single Traget Built ist : Shoulder an Belt. Skills for single Target: 22x2x12.
I use a long Time that for single Target, a little modified by my self
Sequences['BM_single'] = {
-- This Sequence was exported from GSE 2.1.02.
Author="Thekillpoint-illidan",
SpecID=253,
Talents = "0,0,0,0,0,0,0",
Help = [[GSE 2 by thekillpoint]],
Default=1,
Icon='ability_hunter_bestialdiscipline',
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/startattack",
"/petattack [@target,harm]",
"/cast [@pet,dead] Heart of the Phoenix",
"/cast [combat,pet:Spirit Beast,@player] Spirit Heal",
"/cast [combat] Bestial Wrath",
"/cast [combat] Titan's Thunder",
"/cast [combat] Aspect of the Wild",
"/cast [combat] Blood Fury",
},
PreMacro={
},
"/cast [nochanneling] Dire Beast",
"/cast [nochanneling] Kill Command",
"/cast [combat] A Murder of Crows",
"/castsequence [nochanneling] reset=combat/reset Kill Command, Cobra Shot",
PostMacro={
},
KeyRelease={
"/startattack",
},
},
},
}
For AOE i use Belt and The Claw sumtimes, but i am not sure with the Claw, Icy Veins said it is useless, so im am not sure…
Skills then: 31x1x32 . And I use that old AOE Macro with sum little Mods…:
Sequences['BM_AoE'] = {
-- This Sequence was exported from GSE 2.1.02.
Author="Thekillpoint-illidan",
SpecID=253,
Talents = "0,0,0,0,0,0,0",
Help = [[GSE 2 by thekillpoint]],
Default=1,
Icon='ability_hunter_bestialdiscipline',
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/startattack",
"/petattack [@target,harm]",
"/cast [@pet,dead] Heart of the Phoenix",
"/cast Aspect of the Wild",
},
PreMacro={
},
"/cast [nochanneling] Bestial Wrath",
"/cast [nochanneling] Kill Command",
"/cast [nochanneling] Dire Beast",
"/cast [nochanneling] Multi-Shot",
"/cast [nochanneling] Titan's Thunder",
"/cast [nochanneling] Kill Command",
"/cast [nochanneling] Dire Beast",
"/cast [nochanneling] Bestial Wrath",
"/cast [nochanneling] Dire Beast",
PostMacro={
},
KeyRelease={
"/startattack",
},
},
},
}
So with that, in Nighthold all was fine for me with T19 of cause as you can see here:
https://www.warcraftlogs.com/character/eu/alleria/lederelke#rankingzone=11
In TOS i have big Probs with the damage:
https://www.warcraftlogs.com/character/eu/alleria/lederelke#
Any suggestions? I haven´t the new Ring or Chest.
And i tried a little Macro that makes some spells but don´t use any cooldowns during trash, but that didn´t work, would be nice if sumeone could look over it:
Sequences['Trash_ohne_action'] = {
-- This Sequence was exported from GSE 2.1.02.
Author="Ey_du_Otto",
SpecID=253,
Talents = "0000000",
Default=1,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=false,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/petattack [@target, harm]",
"/cast [@pet,dead] Heart of the Phoenix",
"/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
"/cast [@pet] Mend Pet",
},
PreMacro={
},
"/cast [combat] Dire Beast",
"/cast [combat] Kill Command",
"/cast [combat] Cobra Shot",
"/cast [combat] Multi-Shot",
PostMacro={
},
KeyRelease={
},
},
},
}
And the last point is, that i downloaded AutoHotkey Setup, but it looks loke taht i am to stupid, it would be nice if i could start the macros with let me say 100 to 150 ms on NUM keys 1,2,3…
Would be very nice if someone could help me out…