i tried now. It is working really good ty
Posts by erenkoray
-
-
Code
Display More--Class: SCOUT / WARDEN elseif mainClass == "RANGER" and subClass == "WARDEN" then if(mode == "farms") then --Potions and Buffs Skill = { { name = "Action: "..healthpot, use = (phealth <= .70) }, { name = "Entling Offering", use = (not pbuffs["Entling Offering"]) }, { name = "Briar Shield", use = (not pbuffs[623113]) and (pctEB2 >= .05) or (pbuffs[623113].time < 4) and (pctEB2 >= .05) }, { name = "Frost Arrow", use = (not pbuffs[501530]) and (pctEB2 >= .05) or (pbuffs[501530].time < 4) and (pctEB2 >= .05) }, } if enemy then Skill2 = { { name = "Throat Attack", use = (silenceThis) }, { name = "Joint Blow", use = melee and (not tbuffs[501559]) and (EnergyBar1 >= 15) }, { name = "Vampire Arrows", use = (EnergyBar1 >= 20) and CD("Deadly Poison Bite")}, { name = "Custom: Shot", use = (g_lastaction ~= "Shot") or (EnergyBar1 < 15) }, { name = "Custom: Wind Arrows", use = (g_lastaction ~= "Wind Arrows") and (EnergyBar1 >= 15) }, { name = "Reflected Shot", use = true }, { name = "Shot", use = true }, } end elseif(mode == "farmq") then --Potions and Buffs Skill = { { name = "Action: "..healthpot, use = (phealth <= .80) }, { name = "Entling Offering", use = (not pbuffs["Entling Offering"]) }, { name = "Briar Shield", use = (not pbuffs[623113]) and (pctEB2 >= .05) or (pbuffs[623113].time < 4) and (pctEB2 >= .05) }, { name = "Frost Arrow", use = (not pbuffs[501530]) and (pctEB2 >= .05) or (pbuffs[501530].time < 4) and (pctEB2 >= .05) }, } if enemy then Skill2 = { { name = "Throat Attack", use = (silenceThis) }, { name = "Custom: Shot", use = (g_lastaction ~= "") }, { name = "Autoshot", use = (not ASon) }, { name = "Savage Power", use = (pctEB2 >= .05) }, { name = "Thorn Arrow", use = (pctEB2 >= .05) }, { name = "Charged Chop", use = (pctEB2 >= .05) }, --{ name = "Vampire Arrows", use = (EnergyBar1 >= 20) and CD("Deadly Poison Bite")}, { name = "Custom: Shot", use = (g_lastaction ~= "Shot") or (EnergyBar1 < 15) }, { name = "Custom: Wind Arrows", use = (g_lastaction ~= "Wind Arrows") and (EnergyBar1 >= 15) }, { name = "Reflected Shot", use = true }, { name = "Shot", use = true }, } end elseif(mode == "boss") then --Potions and Buffs Skill = { { name = "Action: "..healthpot, use = (phealth <= .70) }, { name = "Entling Offering", use = (not pbuffs["Entling Offering"]) }, { name = "Briar Shield", use = (not pbuffs[623113]) and (pctEB2 >= .05) or (pbuffs[623113].time < 4) and (pctEB2 >= .05) }, { name = "Frost Arrow", use = (not pbuffs[501530]) and (pctEB2 >= .05) or (pbuffs[501530].time < 4) and (pctEB2 >= .05) }, } if enemy then Skill2 = { { name = "Throat Attack", use = (silenceThis) }, { name = "Arrow of Essence", use = (pbuffs["504588"]) }, { name = "Snipe", use = (pbuffs["504588"]) }, { name = "Combo Shot", use = (pbuffs["500939"]) }, { name = "Hidden Peril", use = true }, --{ name = "Custom: Shot", use = (g_lastaction ~= "") }, { name = "Autoshot", use = (not ASon) }, { name = "Savage Power", use = (pctEB2 >= .05) }, { name = "Thorn Arrow", use = (pctEB2 >= .05) }, { name = "Gryphon Bash", use = (pctEB2 >= .05) }, { name = "Charged Chop", use = (pctEB2 >= .05) }, { name = "Custom: Shot", use = (g_lastaction ~= "Shot") or (EnergyBar1 < 15) }, { name = "Custom: Wind Arrows", use = (g_lastaction ~= "Wind Arrows") and (EnergyBar1 >= 15) }, { name = "Reflected Shot", use = true }, { name = "Shot", use = true }, } end end
Here is one of my scripts. It is not really perfect yet, but I havent played this combo much. Put it at the end of the script (CustomFunctions.lua - there is a comment block at the end)
1. it uses modes (which you can change to your liking), so call like this: /run KillSequence("1","farms", ... )
Current modes: "farms" farm safe (uses interrupts), "farmq" farm quick (no interrupts used), "boss" - boss script (not really refined atm.2. in case you dont have all the Elites, make sure to remove skills you cannot use (user comments for that -> --)
3. in case you edit the script you may want to use "Scite" to debug your script.
Hope this works for you
Cheers
I am appraciated for this Script i will try immediately. Thank you so much
-
Guys i am looking some diyce macros. I downloaded diyce but my classes is not there. I am playing with rogue/mage and scout/warden but i didnt find any macro. If you have a code for this classses can you share with me please ?
-
This addon is awesome but there is no macro for rogue mage and scout warden. I have 2 char. But i cant use this addons. Is there any script for this class can you share with me guys ?