• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Belphegor the official combat routine - We need you're feedback to improve it!

    Discussion in 'Archives' started by j0achim, Jun 15, 2012.

    1. Flash019

      Flash019 New Member

      Joined:
      Jun 24, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      I've attached the log. Thanks!
       

      Attached Files:

    2. surfer999

      surfer999 New Member

      Joined:
      Jan 15, 2010
      Messages:
      171
      Likes Received:
      1
      Trophy Points:
      0
      IDK if there right place... In the CombatBot mode DB constantly attack not hostile NPC (like Leah, ZK, Hokan II, some citizens etc.). It is very annoying behavior if NPC joined to group by any quest - you near can't move and have problems with fighting.
       
    3. Hoof

      Hoof Member

      Joined:
      Jan 15, 2010
      Messages:
      308
      Likes Received:
      0
      Trophy Points:
      16
      My DH keeps using only Rapid Fire, when he runs out of hatred just stands here doing nothing until he gots more hatred and then rapid fire spam all the way until 0 hatrid and dies. Kinda frustrating
       
    4. gamingjunkie

      gamingjunkie Member

      Joined:
      Apr 26, 2012
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      6
      In what file can I change the percentage at which health potions are used?
       
    5. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Routines\Belphegor\Helpers\Common.cs
       
    6. Out

      Out Active Member Buddy Core Dev Buddy Store Developer

      Joined:
      Jun 2, 2012
      Messages:
      2,972
      Likes Received:
      13
      Trophy Points:
      38
      same here
       
    7. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      We are aware of issues with channeled spells but for the moment theres no fix sorry.
       
    8. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      So ive finally got the settings up and running (no gui as of yet tho)

      Just wondering what you would like the ability to config, i have some basic stuff in like spam smoke screen.
       
    9. cdmichaelb

      cdmichaelb New Member

      Joined:
      May 13, 2011
      Messages:
      243
      Likes Received:
      1
      Trophy Points:
      0
      Barbarian Rotation:

      Add !ZetaDia.Me.HasBuff(SNOPower.Barbarian_WrathOfTheBerserker) check before casting WoTB (with a talent it is possible for WoTB to be off cooldown while you still in WoTB, currently the rotation wastes the cooldown)
      (Note: No space in WrathOfTheBeserker... the forum software is adding it for some reason.)

      I commented out Common.CreateWaitForAttack(), because most if not all barb abilities can be used while an attack animation is playing. I noticed a dramatic FPS loss so instead I added new Sleep(90),

      I moved
      Code:
      					new SelfCast(SNOPower.Barbarian_BattleRage,
      						require => !ZetaDia.Me.HasBuff(SNOPower.Barbarian_BattleRage)
      					),
      above where the sprint code is, because having that buff up (if spec available) is more important than running fast.

      I changed the warcry code to this: new SelfCast(SNOPower.Barbarian_WarCry, require => !ZetaDia.Me.IsInTown), because warcrying randomly in town makes DEing and IDing take longer.



      I need to check barbarian fury amount for something else I want to add. Does anyone know how to do this?
       
      Last edited: Jul 6, 2012
    10. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Cant check power levels atm for any class im afraid.

      Added the buff check for Wrath and War Cry wont be cast in towns unless you have sprint.

      Ill post it in the test release thread and should come with the next bot update.
       
    11. cdmichaelb

      cdmichaelb New Member

      Joined:
      May 13, 2011
      Messages:
      243
      Likes Received:
      1
      Trophy Points:
      0
      Your inbox is full :(
       
    12. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Try again, didn't realize had hit it.
       
    13. magusq

      magusq New Member

      Joined:
      Jun 15, 2012
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      0
    14. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Not yet all pathfinding is handled by the bot so we cant work out save places to navigate too yet.

      Maybe in the future tho.
       
    15. flexkres

      flexkres New Member

      Joined:
      Apr 6, 2010
      Messages:
      459
      Likes Received:
      6
      Trophy Points:
      0
    16. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
    17. flexkres

      flexkres New Member

      Joined:
      Apr 6, 2010
      Messages:
      459
      Likes Received:
      6
      Trophy Points:
      0
      awzum
       
    18. flexkres

      flexkres New Member

      Joined:
      Apr 6, 2010
      Messages:
      459
      Likes Received:
      6
      Trophy Points:
      0
      an option to turn on/off only activate specials when elites are near would be nice too ;P
       
    19. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Ill stick too the count you can just set it too 100 or something and it will do the same thing without requiring two checks.
       
    20. noamchomsky

      noamchomsky New Member

      Joined:
      Mar 20, 2012
      Messages:
      502
      Likes Received:
      0
      Trophy Points:
      0
      When changing skills between fights, is there any way to refresh Belphegor without closing DB and re-launching it?
       

    Share This Page