Okay so I figured out, by the way this is for 3.35A because I never updated my WoW client and am just using this for practice.
I know that EDI is most likely a pointer specifically being the (this)-> pointer for a Class, I also know that +50 is the health value for any given mob, I figured this out by doing a memory search and place a break-point on the health value, I placed the Hardware breakpoint via attaching OllyDbg, the memory address of the health value was found via CE. Now is there any way to find what the others could possibly be, like maybe the ID of the mob, the type of mob, etc,etc. I could be wrong, maybe this isn't what I thought it was.
EDI+80 is like a pointer into the next data section for the next mob??