August 13, 20232 yr The following code always returns false even if you are able to use the spell. https://oldschool.runescape.wiki/w/Arceuus_Home_Teleport getMagic().castSpell(Spells.ArceuusSpells.ARCEUUS_HOME_TELEPORT) Edited August 13, 20232 yr by Bobbey
August 13, 20232 yr you could open the magic book manually and then use mouse.click() to click it manually. I like to make a random area window over spells so its not clicking at the exact same coords every time, not sure if it really matters or not. Not sure where on the screen that spell is located, so just turn on 'Mouse Position' in the settings to get these values if(getTabs().open(Tab.MAGIC)){ mouse.click(random(xxx, yyy), random(xxx, yyy), false); }
August 13, 20232 yr Author 9 minutes ago, Alakazizam said: you could open the magic book manually and then use mouse.click() to click it manually. I like to make a random area window over spells so its not clicking at the exact same coords every time, not sure if it really matters or not. Not sure where on the screen that spell is located, so just turn on 'Mouse Position' in the settings to get these values if(getTabs().open(Tab.MAGIC)){ mouse.click(random(xxx, yyy), random(xxx, yyy), false); } Yeah thanks. But I am mostly reporting it so that the underlying problem can be fixed
August 14, 20232 yr On 8/13/2023 at 5:00 PM, Bobbey said: The following code always returns false even if you are able to use the spell. https://oldschool.runescape.wiki/w/Arceuus_Home_Teleport getMagic().castSpell(Spells.ArceuusSpells.ARCEUUS_HOME_TELEPORT) I will debug it some more and send @Patrick some more detailed report Thx for reporting!
August 15, 20232 yr On 8/13/2023 at 5:00 PM, Bobbey said: The following code always returns false even if you are able to use the spell. https://oldschool.runescape.wiki/w/Arceuus_Home_Teleport getMagic().castSpell(Spells.ArceuusSpells.ARCEUUS_HOME_TELEPORT) Fixed in next client release 😉