tractorfactor 1 Posted March 1, 2022 Going through the javadoc for the arceus spellbook and it doesn't look like it's been updated to handle the new spells. [https://dreambot.org/javadocs/org/dreambot/api/methods/magic/Arceus.html] I.e. thralls, new re-animations, etc. Context: I'm writing a script that incorporates auto-casting thralls when it's off cooldown and trying to leverage the Magic.castSpell(Arceus.<THRALL SPELL>) but the enums aren't defined for the updated spellbook. Is this update on the roadmap for the client? Thanks, TF
Hmm 31 Posted March 2, 2022 You can always write your own implementation by interacting with the widget for the spell.
tractorfactor 1 Author Posted March 2, 2022 2 hours ago, NEWPROG said: You can always write your own implementation by interacting with the widget for the spell. That's what I've done so far and it works fine, I was just wondering if it's on the dev's roadmap to add support since that entire enum is outdated now.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.