Hey,
just beginning writing a bot for runemate (got basic java knowledge).
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...