• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • MAD (Miraculum Apocatstasis Druidae)

    Discussion in 'Archives' started by Mirabis, Oct 18, 2012.

    1. Roy

      Roy New Member

      Joined:
      Jan 27, 2012
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    2. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      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 =/
       
      Last edited: Dec 11, 2012
    3. Roy

      Roy New Member

      Joined:
      Jan 27, 2012
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      so im not able to farm honor with that bot?
      whats the meaning then?
       
    4. Fd2me

      Fd2me New Member

      Joined:
      Dec 5, 2011
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      0
      looks like it

       
    5. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Ah thanks, I've made the tweeks. I only do PvE anyway, I get serious nerd rage doing PvP lol.

      Donated :)
       
    6. rock7

      rock7 New Member

      Joined:
      Dec 19, 2011
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      0
      sucessufull, tx all by your help
       
    7. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      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...
       
    8. worklifebalance

      worklifebalance New Member

      Joined:
      Oct 26, 2012
      Messages:
      140
      Likes Received:
      2
      Trophy Points:
      0
      MAD-2.JPG MAD-1.JPG

      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
       
      Last edited: Dec 11, 2012
    9. wearloga

      wearloga New Member

      Joined:
      Mar 16, 2012
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      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 :D
      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!
       
    10. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      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 ;)
       
    11. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      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 ;)
       
      Last edited: Dec 12, 2012
    12. cahe

      cahe New Member

      Joined:
      Apr 22, 2012
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      Can some1 help with settings to pvp 2s ?
       
    13. nevigrofnu

      nevigrofnu New Member

      Joined:
      Jun 5, 2011
      Messages:
      298
      Likes Received:
      0
      Trophy Points:
      0
      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!
       
    14. Mcgrublin

      Mcgrublin Member

      Joined:
      May 6, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      6
      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.
       
    15. Mcgrublin

      Mcgrublin Member

      Joined:
      May 6, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      6
      please help^^^
       
    16. nevigrofnu

      nevigrofnu New Member

      Joined:
      Jun 5, 2011
      Messages:
      298
      Likes Received:
      0
      Trophy Points:
      0
      In task manager, set wow to high priority, should remove the lag.
       
    17. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      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).
       
    18. Mcgrublin

      Mcgrublin Member

      Joined:
      May 6, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      6
      not very technologicly informed how do i do that
       
    19. Mcgrublin

      Mcgrublin Member

      Joined:
      May 6, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      6
      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?
       
    20. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      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.
       

    Share This Page