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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Poi is clearing during rest, stopping rest

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
Code:
 while (BuddyTor.Me.IsCasting && NeedRest() && !BuddyTor.Me.InCombat) System.Threading.Thread.Sleep(500);
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
 

Attachments

Since you're using the CC, direct these requests to the Fight at Joe's thread, that's one of the few I actually monitor.

Will take a look and post back into that thread if I can figure out what's goin on with it.

Joe
 
Since you're using the CC, direct these requests to the Fight at Joe's thread, that's one of the few I actually monitor.

Will take a look and post back into that thread if I can figure out what's goin on with it.

Joe

Sorry, you're right. I just tested it with default and it's resting like normal...
 

Attachments

Updated the CC - try another download - and sorry on that. Issue in the NeedRest() routine.
 
Back
Top