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!

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.
 
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
 
Routines\Belphegor\Helpers\Common.cs
 
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
same here
 
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.
 
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:

I need to check barbarian fury amount for something else I want to add. Does anyone know how to do this?

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.
 
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.

Your inbox is full :(
 
an option to turn on/off only activate specials when elites are near would be nice too ;P
 
an option to turn on/off only activate specials when elites are near would be nice too ;P

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.
 
When changing skills between fights, is there any way to refresh Belphegor without closing DB and re-launching it?
 
Back
Top