hello got the following message and bot doesnt do anything it doesnt queue to BG etc Bot started, update status ---------------------------------- --------<-Building Rotation->--------- Specialization check completed. Botbase check skipped [Developer] Latency Updated. Talents & Glyphs Updated. --------<-Building Rotation Completed->--------- then loading tiles and thats it any suggestions?
Main Thread -> Current Issues -> Does not work with BgBuddy. I removed the CC break on BGBuddy detection as people misunderstood it. I'm not against BGBuddy or anything in that area. It just doesn't work at the moment. Some core just has to change =/
Ah thanks, I've made the tweeks. I only do PvE anyway, I get serious nerd rage doing PvP lol. Donated
Take a look around, there's plenty of CR's to use. Dont give pisspoor attitude towards someone who makes these routines FOR FREE. Lazy leechers...
Maybe the above will help. I also highlighted some things that I thought might be relevant. Especially the WaitOne and Sleep lines. If I recall enabling frame lock does not work on CC's that use any form of Sleep or Wait command. This is why frame rates suffer when frame lock is enabled. *edit* This was in Temple of Kotmogu again. A BG with lots of units in and out of sight. *edit* - worth noting http://www.thebuddyforum.com/honorbuddy-forum/developer-forum/63013-foreach-methord-runs-slow.html
Hey Mirabis, I used another CC for healing before, but I felt that one didn't -quite- do what I wanted and had too little config options. So last night I downloaded yours. In one word: Awesome!!! I tried it in a dungeon first and that worked like a charm, then when I upgraded the last piece of gear needed to be able to do LFR I ended up being 2nd most healed! That's just amazing in my book True, it did a lot of overhealing, but what can you expect from a druid in LFR, there is no right way to heal there anyway. Maybe if I start tweaking the settings a bit I'll be able to reduce that, but it still works great! There is only one downside I discovered: Even though I have the CC set to use Innervate, it didn't. Had to do this manual, which isn't that bad, but as I was new to this raid (it's my first character to enter these raids) I ended up focussing on the things that were happening and forgot about Innervate, so as to waste time where it was off cooldown. But like I said, that is the only downside I could find. If you want a log for that, just let me know and I'll be happy to provide you with one, but I'm not sure if you need one and all I have is my raid log from last night, which I think might be too large to look through. Keep up the good work!
Very helpfull indeed, I already had the UsePotion,UseHealthstone,UseBattlestandard commented out on developer version as I was reworking the method a bit. Could u hit me up on skype? U seem like someone who knows what he's doing and we could help each other out
Nah it's not a bug, it was intentional. As I code it for my druid and share it with the community I made certain checks. It looks like this. Code: Spell.BuffSelf("Innervate", ret => Me.Combat && Me.ManaPercent <= MADSettings2.Instance.SInnervate && ( Me.GetAuraTimeLeft("Jade Spirit",true).TotalMilliseconds >= 8000 || Me.GetAuraTimeLeft("Synapse Springs", true).TotalMilliseconds >= 8000 || Me.GetAuraTimeLeft(126266, true).TotalMilliseconds >= 8000 || //Enlightment from trinket Me.GetAuraTimeLeft("Hymn of Hope", false).TotalMilliseconds >= 5000 || Me.Level < 90 || !MADSettings2.Instance.AlignInnervate) // RNG doesn't like us ), Which means once u hit End lvl Raiding it will try to align it with +Int proc for optimal usage. But after looking it up again in MoP it does no longer increase our mana pool so a simple : Code: Spell.BuffSelf("Innervate", ret => Me.ManaPercent <= MADSettings2.Instance.SInnervate && (HealManager.HealTarget.Combat || Me.Combat)), Would suffice , will change it in the next release ( Sunday ). Untill then turn off Align Innervate and it'll pop at 75%, unless u changed the value ofcourse
Amazing how much the rotation speed decreases by, good job xD By the way, not been able to catch you on Skype for raiding file, hope to do so soon though!
so i am just curious what u all use tyrael at for TPS... ofcourse i tried it at 200 in lfr and was over double healing the next person (i was at 89k they were at 34) so tyrael for the win lol but it makes wow lag like nothing i have ever seen before.
Depends on the computer spec too of course. Have you got frame lock enabled in Tyrael/LazyRaider? That'll make WoW appear to lag (because it's locking the frames to inject faster).
ok well curious then if i should be using frame locker then because it makes it mere impossible to not stand in shit lol and what u guys set tyrael to?
Frame lock will make it appear to lag more, but will allow the bot to perform better. If you're getting lag too bad then don't use it. A higher spec PC will have less issues (in theory..). You enable/disable it through selecting the Tyrael bot, and then clicking the 'Bot Config' button. You can't miss it from there. I set Tyrael to the full 200 ticks, but again it's dependant on your PC. If your PC can't handle it then lower it a bit. Even 50 ticks per second is fast calculations.