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

Mob Difficulty 1 star 2 sart etc...

Status
Not open for further replies.

remark

New Member
Joined
Nov 13, 2014
Messages
58
Reaction score
0
How would i check what difficulty they are?

been searching and reading for 2 hours now, and cant get it.

thanks in advance for help
 
Log(me.target.npcGradeId.ToString());

should this not work? or what am i doing wrong?
 
Log(me.target.npcGradeId.ToString());

should this not work? or what am i doing wrong?

There is no npcGradeId property directly on target (which is of type Creature).

Try: Log(me.target.db.npcGradeId.ToString());
 
Status
Not open for further replies.
Back
Top