December 31, 20169 yr RunMacroText("/Cast Unending Resolve")\r\nRunMacroText("/Cast Dark Soul: Instability")\r\nRunMacroText("/Use 13")\r\nRunMacroText("/Cast Chaos Bolt")\r\n Condition: Burning Embers Equal or greater than 1 It doesn't work, it just keeps trying to cast it when i have no burning ember
December 31, 20169 yr Author 30 minutes ago, Droidz said: Can you share your fightclass i have uploaded it, initially it was chaos bolt macro. - RunMacroText("/Cast Unending Resolve")\r\nRunMacroText("/Cast Dark Soul: Instability")\r\nRunMacroText("/Use 13")\r\nRunMacroText("/Cast Chaos Bolt")\r\n - Spell lock (doesn't work i don't know why?, i have obtain this from sacrifice). - Incinerate. but i had to modify it and swapped incinerate with chaos bolt macro because it kept spamming chaos bolt even though i had no burning embers.
January 2, 20179 yr Reply by PM: Quote Hello, Go to tab "Tools" > "Development tools", paste this code in textbox: wManager.DevelopmentTools.OutPutCSharp = wManager.Wow.ObjectManager.ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.BurningEmbers).ToString(); and press button "C# (...." when you have burning embers. You can also try to use lua condition ( http://wowprogramming.com/docs/api/UnitPower UnitPower("player", 14) )
January 3, 20179 yr Author i pasted it, push c# button and ran the bot, but it still has the same problem. am i missing anything? i updated my fight class XML on the first post. u might wanna take a look.. fight class uses these talents dark regeneration, shadow fury, soul link, unbound will, grimoire of sacrifice, kil'jaeden's cunning.
January 3, 20179 yr Author 56 minutes ago, Droidz said: When you use c# button, wath is result? // wManager.DevelopmentTools.OutPutCSharp= 10 // Execute time: 235
January 3, 20179 yr In game what is current number of burning embers (when you have click on button "c#...)
January 3, 20179 yr Author 1 hour ago, Droidz said: In game what is current number of burning embers (when you have click on button "c#...) when i click the button , i have 1 ember.
January 3, 20179 yr Ok, put Condition: Burning Embers Equal or greater than 10 (replace 1 by 10, or 2 by 20, or ...)
January 3, 20179 yr Author 23 minutes ago, Droidz said: Ok, put Condition: Burning Embers Equal or greater than 10 (replace 1 by 10, or 2 by 20, or ...) i do wManager.DevelopmentTools.OutPutCSharp = wManager.Wow.ObjectManager.ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.BurningEmbers).ToString(); push c# button. Then replace 1 by 10, 2 by 20? it works now, thank you droidz :D
Create an account or sign in to comment