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 SlotAction not activating

Joined
Dec 10, 2014
Messages
3,255
SlotAction#activate() isn't activating the SlotAction for me, I'm currently working around this by getting the keybind of the Slot and typing it instead, or by getting the Slot's component and interacting with that.

This only seems to be an issue for wearable items (rings to be exact), food and abilities seem to be working fine.
 
Joined
Dec 10, 2014
Messages
3,255
What is isReady() returning?
the dev kit says false.
9b562d4f77.png
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
the dev kit says false.
9b562d4f77.png
I checked with both a ring of kinship and a ring of dueling, in slot six, on all 3 actionbar accessible combat modes and was unable to reproduce this issue. As a start though, the issue probably lies with the fact that the name of it is null.
 
Joined
Dec 10, 2014
Messages
3,255
I checked with both a ring of kinship and a ring of dueling, in slot six, on all 3 actionbar accessible combat modes and was unable to reproduce this issue. As a start though, the issue probably lies with the fact that the name of it is null.
True, they used to work perfectly for me, but now I have this issue. I assume this is the issue @Raymondbl was having ages ago. Everything comes up as null though, even the abilities (and they cast fine iirc)
 
Top