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

Making profiles, changing routines etc.

Wramberg

New Member
Joined
Jun 16, 2012
Messages
78
Reaction score
0
Hi there.
I recently bought demonbuddy since i enjoy botting in diablo. It works really great but I have one question. I am using mammon routine and I wanted to change so my monk would use BoH in the begining to get the buff up (Blazing Wrath 15% more dmg). I do have some experience with C, C++ etc. so i figured it wouldnt be problem. However, I fail at finding a list over spellnames, buffnames or anything ? Ive quickly looked over the profiles aswell and making one doesnt seem that difficult. The only problem is it seems I have to guess alot of the names ?.. Perhaps someone could point me in the right direction ?

I am looking for something like this regarding the monk routine.
Code:
Spell.CastAOESpell(SNOPower.Monk_BreathOfHeaven, extra => !ZetaDia.Me.HasBuff(SNOPower.Monk_BlazingWrath)),
I think it got the name wrong on blazing wrath. Where can i find these definitions ?
 
Last edited:
Get a .Net IDE and add the demonbuddy.exe as a reference - include the namespaces and type SNOPower. - there'll be a list of all values in that enum.
 
Spell.CastAOESpell(SNOPower.Monk_BreathOfHeaven, extra => !ZetaDia.Me.HasBuff(SNOPower.Monk_BreathOfHeaven)),

works like a charm now thnx very much :)
 
Back
Top