Currently supports:
Most staffs
Standard spell book
Ancient spell book
Lunar spell book
When i have a chance i want to implement the new magic class and stuff osbot has. On my todo list
MagicManager class
Change log:
10/30:
Renamed it,
extends MethodProvider, so i dont have to create a script instance,
re-orded rune supply constructor, made it easier to read.
8/15 (check second page for more details):
rename spell variables,
rename staff variable,
add in new staffs,
add in two new methods,
8/13:
rename MagicSupply into RuneSupply
change RuneSupply constuctor, into (int, Rune)
removed staff type class,
shorten down staff enum,
revamped up my methods,
removed acient and lunar until i actually add them in.
6/15:
Did some renaming of classes and enums
Remove the element enum <-- redundant
Add in a new ItemSupply class which isnt fully supported. Example: Teleport to ape toll, you need bananas.
5/15:
initial release