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