Bobbey Posted August 13, 2023 Share Posted August 13, 2023 (edited) 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, 2023 by Bobbey Link to comment Share on other sites More sharing options...
Alakazizam Posted August 13, 2023 Share Posted August 13, 2023 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); } 1 Link to comment Share on other sites More sharing options...
Bobbey Posted August 13, 2023 Author Share Posted August 13, 2023 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 1 Link to comment Share on other sites More sharing options...
Khaleesi Posted August 14, 2023 Share Posted August 14, 2023 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! Link to comment Share on other sites More sharing options...
Khaleesi Posted August 15, 2023 Share Posted August 15, 2023 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 1 Link to comment Share on other sites More sharing options...