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

How to check if NeedRest is true?

Inrego

New Member
Joined
Feb 7, 2010
Messages
2,765
Reaction score
71
Hey, is there any way to check for NeedRest through a plugin?
I'm making a plugin, but I don't want it to interact with the CC's resting..
 
Well you can use this to check the rested xp, and then use an if statement.

Code:
/script DEFAULT_CHAT_FRAME:AddMessage(GetXPExhaustion());
 
I don't need rested exp - I need if the CC is resting. As in drinking/eating/buffing/healing
 
Back
Top