Welcome!

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

Sign up now!
  1. N

    Question ActionBar.Slot

    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
  2. N

    Question ActionBar.Slot

    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...
Top