Quoted from "Gilderoi;570215"
huh?
|
|
Source code |
1 |
/run KillSequence("","DPS", 16,17)
|
Quoted from "bilalab;570403"
its goes
![]()
Source code
1/run KillSequence("","DPS", 16,17)
ofc this is with the mode variation taken into account. the no. 16 and 17 is the action bar numbers where u have the hp pot and mana pot (the numbers are arbitary, u can put the hp and mp pots in any place on the action bar but make sure to put the right numbers in the macro.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
--Class: Warden/Druid
elseif mainClass == "WARDEN" and subClass == "DRUID" then
--Potions and Buffs
Skill = {
{ name = "Recover", use = (phealth <= .60) and (pctEB1 >= .05) },
{ name = "Action: 12", use = (phealth <= .70) and (not pbuffs['Mysterious Herb']) },
{ name = "Action: 32", use = (pctEB1 <= .70) and (not pbuffs['Mysterious Magic Stone']) },
{ name = "Action: 34", use = (pctEB1 <= .50) },
{ name = "Savage Blessing", use = (pctEB1 >= .05) and (not pbuffs['Savage Blessing']) },
{ name = "Briar Shield", use = (pctEB1 >= .05) and (not pbuffs['Briar Shield']) },
{ name = "Earth Spirit Essence", use = (pctEB1 >= .05) and (not pbuffs['Earth Spirit Essence']) },
{ name = "Heart of the Oak", use = (pctEB1 >= .10) },
{ name = "Protection of Nature", use = (pctEB1 >= .05) and (not pbuffs['Protection of Nature']) },
{ name = "Action: 16", use = (not pbuffs['Spicy Meatsauce Burrito']) },
}
--Combat
if enemy then
Skill2 = {
{ name = "Cross Chop", use = (pctEB1 >= .05) },
{ name = "Thorn Sigil", use = (pctEB1 >= .05) and boss or elite and behind and party },
{ name = "Blade of Protection", use = (pctEB1 >= .05) },
{ name = "Charged Chop", use = (pctEB1 >= .05) },
{ name = "Elven Guidance", use = (pctEB1 <= .60) and (pctEB1 >= .05) },
{ name = "Savage Power", use = (pctEB1 >= .10) and boss or elite and (not pbuffs['Energy Absorb']) and (not pbuffs['Power of the Oak']) and (not pbuffs['Connection']) },
{ name = "Energy Absorb", use = (pctEB1 >= .10) and boss or elite and (not pbuffs['Savage Power']) and (not pbuffs['Power of the Oak']) and (not pbuffs['Connection']) },
{ name = "Power of the Oak", use = (pctEB1 >= .10) and boss or elite and (not pbuffs['Savage Power']) and (not pbuffs['Energy Absorb']) and (not pbuffs['Connection']) },
{ name = "Elven Prayer", use = (pctEB1 >= .10) and boss or elite and (not pbuffs['Savage Power']) and (not pbuffs['Energy Absorb']) and (not pbuffs['Power of the Oak']) },
{ name = "Elven Amulet", use = (pctEB1 >= .10) and boss or elite and (not pbuffs['Mother Earth's Protection']) },
{ name = "Mother Earth's Protection", use = (pctEB1 >= .10) and boss or elite and (not pbuffs['Elven Amulet']) },
{ name = "Explosion of Power", use = (pctEB1 >= .10) and boss or elite },
{ name = "Thorny Vines", use = (pctEB1 >= .05) },
{ name = "Frantic Briar", use = (pctEB1 >= .05) },
}
end
|
|
|
Source code |
1 |
{ name = "Pet Skill: 6 (Frost Halo)", use = true },
|
I would really like to get this skill working cause this new role of tank is not the easiest in chain and low HP. We are reliant on our pdef and other negative buffs. Magic Control being one of them. |
|
Source code |
1 |
/script UsePetAction(x,[true]) |
Quoted from "bilalab;570405"
o.O have you ever played a tank role with an actual tank? btw if ur not using a macro then there is something wrong with you cuz ur doing a faceroll on the keyboard then! ;-P
Quoted from "Gilderoi;570691"
Ever since the great warden fix first patch, it has dissapeared from Spirit of the Oak's action bar and can now only be found in the pet's tab of our skill book.
|
|
Source code |
1 |
/cast Magic Control |
Quoted from "s9109569;570657"
Or you could just play the game instead of clicking one macro, lol. And aside from that lag and GCD's seem to mess up macros.
Quoted from "bilalab;570704"
can u move the skill to ur action bar from the pet skills tab?
try making a macro:
![]()
Source code
1 /cast Magic Control
does that work? make sure to use the capitals letters as the skill name has.
Quoted from "bilalab;570705"
thats the great thing about DIYCE, u build a piority list and it will always excecute the skill u want to go first whenever its not in CD no matter if it missed casting it due to lag or GCD.
so the only way to mess up is faulty logics in the list i.e. user error
Quoted from "Gilderoi;570710"
When I try that, I get text in the chat window saying something like Magic Control is not ready, and it just spams it. Also that's one of the things broken about it. You can click it while it is in the skill book, but it cannot be moved from there to an action bar.