kaihaider
Community Developer
- Joined
- May 18, 2010
- Messages
- 1,325
It may just be a routine problem but: I cast the rest heal and go through the first sleep but the following code
does not prevent the poi from clearing, the moving forward and stopping the channeling
As a work around I just changed the first sleep to being stupid long...not ideal however
Code:
while (BuddyTor.Me.IsCasting && NeedRest() && !BuddyTor.Me.InCombat) System.Threading.Thread.Sleep(500);
As a work around I just changed the first sleep to being stupid long...not ideal however