What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Belphegor the official combat routine - We need you're feedback to improve it!

I seem to be having an issue where spells are trying to cast over and over which I do not have enough hatred for.. thus it never reaches my spell / attack that requires no hatred.. and sits there trying to spam the one that does.

My Demon Hunter continuously tries to use Rapid Fire (Cost Hatred)... and never uses Evasive Fire. When I'm all out of Hatred, it continues to try Rapid Fire over and over until I die. Am I the only one experiencing this ?

Using: Demonbuddy: 1.0 r601 Build 142
 
Hi, i think i figured the error with multiple sprint cast.
We have only Barbarian_Sprint and not the buff( Barbarian_Sprint_Buff) so when you are checking on routine, that will not work:
Spell.Buff(SNOPower.Barbarian_Sprint,
require => !ZetaDia.Me.HasBuff(SNOPower.Barbarian_Sprint) && ZetaDia.Me.Movement.IsMoving

we need to request db dev to add sprint buff variable to SNOPower.
 
I seem to be having an issue where spells are trying to cast over and over which I do not have enough hatred for.. thus it never reaches my spell / attack that requires no hatred.. and sits there trying to spam the one that does.

My Demon Hunter continuously tries to use Rapid Fire (Cost Hatred)... and never uses Evasive Fire. When I'm all out of Hatred, it continues to try Rapid Fire over and over until I die. Am I the only one experiencing this ?

Using: Demonbuddy: 1.0 r601 Build 142

Hi w3eZle,

Noted. For now find another skill :)

Channeling spells are somewhat problematic at this time so regardless of sanity checks if char has power it will still not work as expected.


Hi, i think i figured the error with multiple sprint cast.
We have only Barbarian_Sprint and not the buff( Barbarian_Sprint_Buff) so when you are checking on routine, that will not work:


we need to request db dev to add sprint buff variable to SNOPower.


Hi kidlingm,

For now i will add a 5 second cool-down on the ability, and i will check into why its not working.
 
Update: is now updated.
 
Last edited:
We seem to still be shipping out of date (by quite a bit) routines.

Ill include the most upto date version we have, although note we didn't receive any test version while the bot was down to comply with the lawsuits so nothing has changed since the last patch. But its still much more filled out.

Simply replace the files with the ones in the zip.

Does this still apply?
 
DH doesnt summon pets in Version 142, perhaps a bug cause before he did.
 
DH doesnt summon pets in Version 142, perhaps a bug cause before he did.

Can you try 146 and then post a log so i can take a look.

I know rapid fire is bugged atm, it doesn't seem to pick-up that its out of hatred.
 
Last edited:
where is your svn? or where i can download the last version. And J0achin, i did a scan for the buffs , the number of sprint was there (78551), so that is not a problem. I think the better way is as you planned, do a cooldown timer.
 
I am using the core profile of Arreat. it is possible to use the smoke screen more times with the preparation? to monetize gph ..
 
Hi, i think i figured the error with multiple sprint cast.
We have only Barbarian_Sprint and not the buff( Barbarian_Sprint_Buff) so when you are checking on routine, that will not work:


we need to request db dev to add sprint buff variable to SNOPower.
Would love it it sprint was not spammed
 
where is your svn? or where i can download the last version. And J0achin, i did a scan for the buffs , the number of sprint was there (78551), so that is not a problem. I think the better way is as you planned, do a cooldown timer.

Have added a cd to it although J0achin needs to tweak the time.

I set 5 seconds, let me know what value you think would be best.
 
Last edited:
where i can find this version Nuok? i guess you can search for skill Sprint with Marathon and set it 5secs if ok. If not active secondary is Marathon set 3 sec
 
where i can find this version Nuok? i guess you can search for skill Sprint with Marathon and set it 5secs if ok. If not active secondary is Marathon set 3 sec

The svn is an internal one.

Replace the file with the one in \Routines\Belphegor\Routines
 

Attachments

Monk with mystic ally-earth is casting it multiple times before moving on.
 
Monk with mystic ally-earth is casting it multiple times before moving on.

Please make sure you using the newest release include the CC, and could you post a log.

I can't recreate this seems to be working well for me.
 
I posted this in another thread but i just realised this thread is the right place ;)

Could you please add

Spell.CastAOESpell(SNOPower.Monk_BreathOfHeaven, extra => !ZetaDia.Me.HasBuff(SNOPower.Monk_BreathOfHeaven)),

To the monk Belphegor routine under buffs. Many monks has the 15% dmg rune for BoH and its alot better if the bot keeps the buff up for the 45 sec duration it has ;)

Edit: With the new version i guess it should be

new SelfCast(SNOPower.Monk_BreathOfHeaven, extra => !ZetaDia.Me.HasBuff(SNOPower.Monk_BreathOfHeaven)),
 
Back
Top