Weird Casting Error
Posted: Fri Jan 21, 2011 3:32 pm
My castbar isn't always checked properly for some reason!
Many times have found the bot not collecting a feed bag f/e with in this case the castbar reaches aprox. 2secs and quits.
if I use or it works but weirdly if I use
it doesn't. (Note: if I set lagtime=0 it works also.)
In this second example where I add 100 to waittime the cast bar fills up to aprox 4/4.5 secs.
again my question... why?
if this where a non-sense british sitcom I'd be laughting my ass out!
Many times have found the bot not collecting a feed bag f/e with
Code: Select all
player:target_Object(112956,nil,true);if I use
Code: Select all
player:target_Object(112956,5000,true);Code: Select all
player:target_Object(112956,4250,true);Code: Select all
lagtime = 100;
player:target_Object(112956,4250+lagtime,true);In this second example where I add 100 to waittime the cast bar fills up to aprox 4/4.5 secs.
again my question... why?
if this where a non-sense british sitcom I'd be laughting my ass out!