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

Get Nephalem Valor count?

I don't know if DB API supports that, but maybe you can count the elite/champs killed, since DB knows when its fighting one.
 
yeah, I thought about that, but how can I tell if it's the last one in a pack? Or what if it encounters double elite packs?

Or if I can get the mf count on the character, I can infer the nephalem valor from that. That would be a better option than count elite fight. Anyone knows if I can get MF count on a bot?
 
Last edited:
ZetaDia.Me.GetAllBuffs().Where(b => b.SNOId == putRightIdHere).First().StackCount
 
Back
Top