T -tc- New Member Joined Jan 15, 2010 Messages 167 Reaction score 0 Mar 8, 2010 #1 I think everyones bot has randomly fallen at one point, is there any way gb could detect that and press a certain key? IE divine shield or bubble/etc
I think everyones bot has randomly fallen at one point, is there any way gb could detect that and press a certain key? IE divine shield or bubble/etc
ski Well-Known Member Joined Feb 12, 2010 Messages 3,720 Reaction score 48 Mar 8, 2010 #2 There is a HandleFalling() method that CC's can use that should trigger when the bot falls, but that is up to the CC creator (and I think it may not even work anymore, not sure).
There is a HandleFalling() method that CC's can use that should trigger when the bot falls, but that is up to the CC creator (and I think it may not even work anymore, not sure).
laria Well-Known Member Joined Jan 15, 2010 Messages 5,386 Reaction score 36 Mar 8, 2010 #3 Styx.Object_Dumping_Enumeration.WoWObjects.WoWUnit.IsFalling() As Boolean might be it, just a guess.