Inrego New Member Joined Feb 7, 2010 Messages 2,765 Reaction score 71 Apr 19, 2012 #1 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..
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..
B blaize9 New Member Joined Jan 15, 2010 Messages 151 Reaction score 1 Apr 19, 2012 #2 Well you can use this to check the rested xp, and then use an if statement. Code: /script DEFAULT_CHAT_FRAME:AddMessage(GetXPExhaustion());
Well you can use this to check the rested xp, and then use an if statement. Code: /script DEFAULT_CHAT_FRAME:AddMessage(GetXPExhaustion());
Inrego New Member Joined Feb 7, 2010 Messages 2,765 Reaction score 71 Apr 19, 2012 #3 I don't need rested exp - I need if the CC is resting. As in drinking/eating/buffing/healing
shakazara New Member Joined Jan 15, 2010 Messages 212 Reaction score 10 Apr 20, 2012 #5 Styx.Logic.Combat.RoutineManager.Current.NeedRest
Inrego New Member Joined Feb 7, 2010 Messages 2,765 Reaction score 71 Apr 20, 2012 #6 shakazara said: Styx.Logic.Combat.RoutineManager.Current.NeedRest Click to expand... Thank you very much!
shakazara said: Styx.Logic.Combat.RoutineManager.Current.NeedRest Click to expand... Thank you very much!