Welcome!

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

Sign up now!

Question ActionBar.Slot

Joined
Jan 28, 2017
Messages
2
Hey,
just beginning writing a bot for runemate (got basic java knowledge).
Code:
ActionBar.Slot tele = ActionBar.newQuery().results().first();
or
ActionBar.Slot tele = ActionBar.newQuery().names("name here").results().first();
This seems to be off by 1 action bar slot and i cant seem to figure out what im doing wrong.

EDIT: its actually off by 1 slot. So i gues it has something to do with arrays starting at 0, but cant find a solution on how to address the original one
 
Joined
Apr 21, 2015
Messages
389
What exactly is your issue? On action bar you can actually add. Filled() as well
 
Joined
Jan 28, 2017
Messages
2
Im trying to use a skill on the bar, for example my skill is in slot 3 (all others are empty), my code snipplet i posted before gives me slot 4 not slot 3
 
Top