• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Belphegor Test Release

    Discussion in 'Archives' started by Nuok, Jun 27, 2012.

    1. imakii

      imakii New Member

      Joined:
      Jul 11, 2012
      Messages:
      178
      Likes Received:
      0
      Trophy Points:
      0

      Sup suPereen, ya they will attack the reason i said this is coz i use combatbot plug,

      I can pull my toon abit away and then release to attack, i just have to tweak abit of avoidance then itll be sweet
       
    2. htnt7919

      htnt7919 Member

      Joined:
      Jun 7, 2012
      Messages:
      176
      Likes Received:
      0
      Trophy Points:
      16
      anyone have last version of Belphgor ? I try to use .199 DB
       
    3. superreeen

      superreeen Member

      Joined:
      Jan 28, 2011
      Messages:
      307
      Likes Received:
      2
      Trophy Points:
      18
      The current version won't work with .199 so you're out of luck.
       
    4. xzhenx

      xzhenx New Member

      Joined:
      Jul 12, 2012
      Messages:
      279
      Likes Received:
      0
      Trophy Points:
      0
      Small optimization tweak to BF/Sweeping wind.

      Sweeping wind damage is based on buffs at the moment when it is casted.
      Therefore, casting bf(30% rune), before casting sweeping wind will ensure a 30% damage boost through the entire duration of sweeping wind. This also applies to boh.

      45% damage increase is pretty big ;)
       
    5. htnt7919

      htnt7919 Member

      Joined:
      Jun 7, 2012
      Messages:
      176
      Likes Received:
      0
      Trophy Points:
      16
      thats why I need Belgephor ver 214 , do you still have it ? supergreen
       
    6. superreeen

      superreeen Member

      Joined:
      Jan 28, 2011
      Messages:
      307
      Likes Received:
      2
      Trophy Points:
      18
      Belphegor .214 will not work with DemonBuddy .199
       
    7. devious21

      devious21 New Member

      Joined:
      Jul 29, 2012
      Messages:
      970
      Likes Received:
      12
      Trophy Points:
      0
      I've got versions .148 and .207 on my dropbox if either of those help you.

      Dropbox
       
    8. xenohadden

      xenohadden New Member

      Joined:
      Jul 30, 2011
      Messages:
      242
      Likes Received:
      2
      Trophy Points:
      0
      Any way you can fix the priority of sweeping winds over spam mantra with the next release?

      By this I mean when you tick the spam mantra button it doesn't attempt to keep sweeping winds up aswell.

      The priority should be mantra once, buff blazing once, buff sweeping winds, spam mantra until any of previous buffs falls off, priority rebuffing, then go back to mantra spam with spare spirit.

      Loving the current release, if you could add this in would be perfect :p
       
    9. secretbear

      secretbear New Member

      Joined:
      Aug 2, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      Why does my monk stand in a pack sometimes and wait far too long between attacks? Sometimes he just stands there and dies. Any advice? And what is the recommended maximum range setting when using fists of thunder, without thunderclap?
       
    10. superreeen

      superreeen Member

      Joined:
      Jan 28, 2011
      Messages:
      307
      Likes Received:
      2
      Trophy Points:
      18
      Without a log no one is able to help you...
       
    11. secretbear

      secretbear New Member

      Joined:
      Aug 2, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      True. Should I set the log level to verbose or diagnostic?
       
    12. superreeen

      superreeen Member

      Joined:
      Jan 28, 2011
      Messages:
      307
      Likes Received:
      2
      Trophy Points:
      18
      The logfile allways is diagnostic so just zip it um and upload it.
       
    13. sojufiend

      sojufiend New Member

      Joined:
      Jul 5, 2012
      Messages:
      283
      Likes Received:
      0
      Trophy Points:
      0
      avoidance works fine until bot is surrounded by mobs. then it does nothing trying to avoid the arcane sentry coz it cant move, and it stops fighting and just dies.. needs to have logic for when its surrounded, use leap or furious charge.. or just fight instead of trying to move to a new point.

      edit: oh and it doesnt need to dodge frozen when WoTB is active.
       
      Last edited: Aug 9, 2012
    14. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Sure.
       
    15. secretbear

      secretbear New Member

      Joined:
      Aug 2, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      Actually it should cast sweeping wind when crowded by non elites as well. This is better (parenthesis surrounding the second case), also changed it to an editable setting..:

      Code:
        new SelfCast(SNOPower.Monk_SweepingWind, 
             require => !ZetaDia.Me.HasBuff(SNOPower.Monk_SweepingWind)
                                && (Unit.IsEliteInRange(16f)
                                || Clusters.GetClusterCount(ZetaDia.Me, CombatTargeting.Instance.LastObjects, ClusterType.Radius, 12f) >= BelphegorSettings.Instance.Monk.SweepingWindAoECount)),
      Another suggestion is for the mantra spam. Constantly spamming mantra makes no sense except when a monk has stacked life per spirit spent. Instead of spamming every time the 3 second timer resets, a situation like this would make sense:

      Code:
      new SelfCast(SNOPower.Monk_MantraOf*,
              extra => ZetaDia.Me.HitpointsCurrentPct <= BelphegorSettings.Instance.Monk.MantraHP && (BelphegorSettings.Instance.Monk.SpamMantra && !ZetaDia.Me.HasBuff(SNOPower.Monk_MantraOf*)), 
      As it is now I don't see any situational use of spam mantra =P
      Edit: Forget my idea. I read you were prioritizing sweeping wind over mantras in the next version and that will fix the current issue :)
       
      Last edited: Aug 10, 2012
    16. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      No ;)
       
    17. secretbear

      secretbear New Member

      Joined:
      Aug 2, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      Good to hear that from the man himself! Then I have no idea what's going on...

      Code:
      new SelfCast(SNOPower.Monk_SweepingWind, 
      	extra => !ZetaDia.Me.HasBuff(SNOPower.Monk_SweepingWind) && (Unit.IsEliteInRange(16f) || Clusters.GetClusterCount(ZetaDia.Me, CombatTargeting.Instance.LastObjects, ClusterType.Radius, 20f) >= 3))
      That doesn't trigger on goblins for some reason.
      Edit: It works fine now! Probably made a typo before or something.
       
      Last edited: Aug 10, 2012
    18. Scrubbish

      Scrubbish New Member

      Joined:
      Feb 26, 2012
      Messages:
      167
      Likes Received:
      1
      Trophy Points:
      0
      Awesome job on the latest update! It is a HUGE improvement over the previous version. There are however a few small things that still need to be fixed/improved for monks.

      -Mantras are absolutely beyond a shadow of a doubt high priority. Belphegor isn't handling them right and is quite often blowing all of your spirit on other things going into combat. Going into combat without a mantra up is like going in without a weapon or offhand.
      -Sweeping wind is not an ability i want to use 100% of the time in combat. Only 2 or 3 non elite mobs it seems like a waste of spirit to use it.
      -Lashing Tail Kick isn't needed for less than a certain amount of mobs in very close proximity(like 5 or 6 yards). It is also a waste of spirit if the mob is more than 5 or 6 yards away since it won't hit it. Personally I think this needs to be set yup so that I will only use it in the event of X amount of mobs within 5 yards and if above X amount of spirit. If DB can ever evolve to the point that it can determine that is unable to move because of a mob being in the way, or that the shortest distance to X,Y,Z coordinate is through that mob, adding logic so that it will use LTK to clear that path would be even more awesome!
      -There still seems to be a problem with Belphegor just standing there doing nothing if it is blocked in by a mob/wall and it wants to move to either target a mob (treasure goblin is the worst offender) or is trying to move because of evasion routine. It needs to at least keep attacking until it is able to move, or in my case use LTK :D

      There were a couple other things but I can't think of them right now. Once again awesome job on the new version!
       
    19. dookiepie

      dookiepie New Member

      Joined:
      Jul 2, 2012
      Messages:
      178
      Likes Received:
      1
      Trophy Points:
      0
      Yeah, the new version is a huge step in the right direction. Avoidance really is getting there, it just needs a few more tweaks like the ones listed above and it'll be good to go. I would also recommend not having the default set to move at 100%. I myself prefer it at 75% or so.
       
    20. superreeen

      superreeen Member

      Joined:
      Jan 28, 2011
      Messages:
      307
      Likes Received:
      2
      Trophy Points:
      18
      You can try if disableing Use pathing validation helps with your stucks. It should work fine on open spaces. But im working on it to adjust the NavGrid so that pathgeneration fails when the char is blocked. Currently doing some testing on it.
       

    Share This Page