Currently only supports the normal spellbook.
Examples
package org.botre.magic;
import org.osbot.rs07.api.ui.MagicSpell;
import org.osbot.rs07.api.ui.Skill;
import org.osbot.rs07.script.Script;
//Script manifest...
public class ExampleScript extends Script {
private Autocast auto = new Autocast(this);
@Override
public int onLoop() throws InterruptedException {
/*
* These are radom non-dependant examples.
*/
// Autocasts the fireblast spell in non-defensive mode
a