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

What file contains all the SNOPower's

v8n3t

Member
Joined
May 5, 2014
Messages
92
Reaction score
11
Hello all,

I am digging through the weeds trying to figure out how everything is written and I understand it so far. Problem I am finding so far is where the file is "its probably an enum" that holds all the SNOPowers.

Looking for two specific things, what file holds the SNOPowers and what file holds the Buffs.

I need these two things to be able to check if a certain skill has obtained a specific stack amount.
 
That may be, but I am still asking where everything is so I can put together the car now so when yall fix the motor she will be running. I need to know where these things are.
 
public enum SNOPower
Member of Zeta.Game.Internals.Actors
in Demonbuddy.exe

this enum is used for all powers in the game (players, buffs, monster abilities, etc)

Its big and changes from patch to patch so i wont post it but you can view it from the a decompiler app like ILSpy or (from VS object browser) with DemonBuddy.exe
 
Back
Top