Jump to content

MagicTracker


Joseph

Recommended Posts

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

  Reveal hidden contents

 

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
Edited by josedpay
  • Like 2
Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...
  On 5/16/2014 at 3:14 AM, josedpay said:

 

Currently supports:

  • Most staffs
  • Standard spell book
  • Ancient spell book
  • Lunar spell book

 

MagicManager class

  Reveal hidden contents

 

i was able to fix the problem i was having with this snippet. If someone would be glad to lend me an account that supports ancient or lunar i could easily add that in.

 

Change log:

  • 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.

 

 

very nice,

Do you need the data of lunar and ancient spellbook? 

Just hit me up on skype ;)

 

You might want to add.

if a certain spellbook is selected or not (standard,ancient,lunars)

 

 

Khaleesi,

  • Like 1
Link to comment
Share on other sites

  On 7/3/2014 at 1:53 PM, Khaleesi said:

very nice,

Do you need the data of lunar and ancient spellbook? 

Just hit me up on skype ;)

 

You might want to add.

if a certain spellbook is selected or not (standard,ancient,lunars)

 

 

Khaleesi,

That's on the todo list, I'll hit you up soon, I have other things a bit more important, but I will comeback and update it soon

Link to comment
Share on other sites

  • 1 month later...
  On 8/12/2014 at 3:18 PM, FrostBug said:

Thanks, saves me some time with spell rune requirements :)

You've missed wands btw. They basically act the same as staves.

Also, the StaffType interface seems quite redundant

I'll add in wands, but staff type interface may seem redundant but I added it in, so let say you wanted to create your own staff enum and allow user to choose the staff they want on your GUI. Rather then having my long enum of staff, you simply implement the interface, and now your still able to use the magic manager methods. Just like I use to do it on my construction script.

I going to update this snippet soon

Edited by josedpay
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...