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!

HB is not properly detecting when channeled spells are cast

fpsware

Community Developer
Joined
Jan 15, 2010
Messages
5,287
I'm not sure when this started but it was working previously.

Code:
while (Me.Casting != 0 || Me.ChanneledCasting != 0)
{
   Thread.Sleep(100);
}

Used to work and detect channeled spells, not it appears to ignore it.
 
Not working for me either with Drain Life, Drain Soul spells.
 
fps and ski,

It was not working for me either, then i found another way for checking that, channeled spells activate a buff in the target, so i just check for that buff. Hope that can help you guys. :)
 
Its work now, Little bit stupit of me;) I had the function not include:P
 
I'm still using my original function. Most of the time its working, but on occasion it just fails to work.
 
Back
Top