Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public override bool NeedRest
- {
- get
- {
- if (ObjectManager.Me.Auras.ContainsKey("Resurrection Sickness"))
- return true;
- if (_bigHealTimer.IsRunning && _bigHealTimer.ElapsedMilliseconds < 5000)
- {
- float trash;
- uint latency = 0;
- StyxWoW.WoWClient.GetNetStats(out trash, out trash, out latency);
- if (_bigHealTimer.ElapsedMilliseconds < SpellManagerEx.Spells["Healing Touch"].CastTime + (latency * 2 + 50))
- return false;
- }
- bool ret = false;
Advertisement
Add Comment
Please, Sign In to add comment