Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved ActionBar.getEmptySlots() always empty

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Tried locking/unlocking the actionabr as well as changing to the second and third actionbar. Also tried expanding it to be a single line. No luck.

@Cloud
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
Tried locking/unlocking the actionabr as well as changing to the second and third actionbar. Also tried expanding it to be a single line. No luck.

@Cloud
If CombatMode.LEGACY.isCurrent() returns true you'll receive an empty list. Otherwise it could be caused by a bug in the call itself. Please investigate further.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
If CombatMode.LEGACY.isCurrent() returns true you'll receive an empty list. Otherwise it could be caused by a bug in the call itself. Please investigate further.
CombatMode.LEGACY.isCurrent() is returning false.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
So it's safe to assume you're not on legacy also, correct?
Corrent
 
I'd just like to note that it's only getting the empty slots that isn't working. If the item i want to drop is already on the actionbar it successfully finds it and interacts with it. I'm trying to drag the item onto the empty slot if it's not yet on the actionbar.
 
Top