• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [FREE] [Bot] Enyo - The ultimate raiding botbase!

    Discussion in 'Honorbuddy Store Botbases' started by nomnomnom, Jan 16, 2013.

    Thread Status:
    Not open for further replies.
    1. megabbyte

      megabbyte Banned

      Joined:
      Jan 15, 2010
      Messages:
      876
      Likes Received:
      3
      Trophy Points:
      0
    2. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
    3. megabbyte

      megabbyte Banned

      Joined:
      Jan 15, 2010
      Messages:
      876
      Likes Received:
      3
      Trophy Points:
      0
      Ok.. i will try later when you implement that. ;) keep good work..
       
    4. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      Tyrael 5.0.3 released:
      PluginPulsing Implemented.
       
    5. cedricdu94

      cedricdu94 Member

      Joined:
      Feb 2, 2012
      Messages:
      250
      Likes Received:
      0
      Trophy Points:
      16
      What is it ?
       
    6. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      You can use honorbuddy plugins with Tyrael.
       
    7. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      hello a question what is the new mode Healing Mode what does it do when having that on?
       
    8. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      It enables healing while out of combat, I think.
       
    9. nomnomnom

      nomnomnom Well-Known Member

      Joined:
      Feb 18, 2011
      Messages:
      1,506
      Likes Received:
      73
      Trophy Points:
      48
      What Amputations said. But the CR has to support it. I only know 2 who actively support this; PureRotation & Leaves.
       
    10. Mario27

      Mario27 Banned

      Joined:
      Jan 15, 2010
      Messages:
      6,336
      Likes Received:
      4
      Trophy Points:
      0
      thnx both:)
       
    11. pandzy

      pandzy New Member

      Joined:
      May 20, 2013
      Messages:
      91
      Likes Received:
      0
      Trophy Points:
      0
      Does it walk to the boss and wait for pull ?

      Can i just run the bot for LFR and get afk ?
       
    12. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      No, you have to do all movement and targeting.
       
    13. ghost666

      ghost666 New Member

      Joined:
      Dec 4, 2011
      Messages:
      175
      Likes Received:
      1
      Trophy Points:
      0
      does HB support 5.3 patch ?
       
    14. aicgod99

      aicgod99 New Member

      Joined:
      Jan 15, 2013
      Messages:
      28
      Likes Received:
      1
      Trophy Points:
      0
      I am not sure if this Tyrael or HB itself but i am getting flooded with leaves and Tyrael...
       

      Attached Files:

    15. bobby53

      bobby53 New Member

      Joined:
      Jan 15, 2010
      Messages:
      4,040
      Likes Received:
      178
      Trophy Points:
      0
      Had a couple posts in Singular regarding functionality not working with Tyrael. After looking at it noticed the following:

      - PreCombatBuffs is being called while the character is in Combat. This should only be called out of combat
      - CombatBuffs is not being called while in combat

      For a manual assist Bot, the tree root should typically be some derivative of the following:

      Code:
      private Composite CreateRootBehavior()
      {
          return new PrioritySelector(
              new Decorator(
                  ret => !StyxWoW.Me.Combat,
                  new PrioritySelector(
                      RoutineManager.Current.RestBehavior,
                      RoutineManager.Current.PreCombatBuffBehavior
                      )
                  ),
              new Decorator(
                  ret => StyxWoW.Me.Combat,
                  new PrioritySelector( 
                      RoutineManager.Current.HealBehavior,
                      RoutineManager.Current.CombatBuffBehavior,
                      RoutineManager.Current.CombatBehavior
                      )
                  )
              );
      }
      
      The above doesn't deal with behaviors returning 'null' references which can be handled in whatever way fits your implementation style best. I didn't look into this, but saw mention of non-combat healing being implemented. The standard way to do this within the Combat Routine non-combat trees (so Rest or PreCombatBuff behaviors.) That's the reason why non-combat healing hasn't worked with RaidBot or Tyrael in the past.

      The above does not deal with the PullBuffs or Pull behavior of the combat routine as those don't typically apply to manual assist bot implementations.

      Nice bot btw. Let me know if you have any questions. -Bobby53
       
    16. Razer1993

      Razer1993 New Member

      Joined:
      May 13, 2013
      Messages:
      61
      Likes Received:
      0
      Trophy Points:
      0
      maybe a dumb question, but what does the slider in the gui do?
       
    17. RownX

      RownX Member

      Joined:
      Jan 21, 2012
      Messages:
      285
      Likes Received:
      3
      Trophy Points:
      18
      If you have Framelock enabled, it sets your ticks per second
       
    18. HeinBlöd

      HeinBlöd Member

      Joined:
      Jan 27, 2012
      Messages:
      309
      Likes Received:
      0
      Trophy Points:
      16
      Gibt es eventuell einen deutsch Guide f?r Tyrael? Mein Englisch ist leider nicht das Beste. Die Suchfunktion diesbez?glich verlief negativ.
       
    19. blablub

      blablub New Member

      Joined:
      Dec 1, 2012
      Messages:
      809
      Likes Received:
      4
      Trophy Points:
      0
      die Files bzw den Ordner Tyrael in HB Ordner Bots ablegen, -> HB starten dann im dropdown oben Tyrael als bot ausw?hlen.
      je nach CC dann Framelock an oder nicht bzw die Ticks pro Sek festlegen.

      rest sollte selbsterkl?rend sein notfalls google translate bzw ?ber chrome f?r die erste Seite hernehmen.
       
    20. hkpolitik

      hkpolitik New Member

      Joined:
      Jan 4, 2011
      Messages:
      21
      Likes Received:
      1
      Trophy Points:
      0
      So is Tyrael mostly for raiding? Would there be any advantage/reason to use tyrael with Kick's profiles?
       
    Thread Status:
    Not open for further replies.

    Share This Page