Hello, how would I preselect spell? I tried this, but it isn't working:
if(getMagic().isSpellSelected() == false) {
status = "Selecting spell";
log("Selecting spell");
getMagic().hoverSpell(Spells.NormalSpells.TELEKINETIC_GRAB);
sleep(random(500, 5000));
}
It just loops it, never selecting.
Also, when using castSpellOnEntity(), a few times the bot selects the cast over and over again, and then it preselects it by himself. Is it supposed to be like that or it's accidental bug/feature?