Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. you can fuck around with this. But i have no telling what will happen getHeadMessagespublic java.util.List<HeadMessage> getHeadMessages(Character<?> c)Internal usage only! Parameters: c - Returns:
  2. link to osbot 2 please
  3. I stay using website Version on my phone
  4. There is one for osbot 2
  5. Dam laz and these crazy updates
  6. Peace out :P. Don't come back now fucker. Take care I'll talk to your tomorrow
  7. Joseph

    using bank tabs

    i dont know if they have one
  8. Joseph

    MagicTracker

    Opps lol, well it's deprecated so no one can really use it, but I'll fix that later thank you
  9. it looks like a great script. And i feel you, i have to port over my construction script. Not too happy about it. But im a bit glad, because now i get to organize it more. Plus the fun of using a new api
  10. Can you give me the array
  11. How would i go about finding how much exp i need until next level up. I remember seeing a snippet before. i dont feel like typing it up my self. I really appreciate it
  12. Joseph

    MagicTracker

    edit: updated first post
  13. isnt that a good thing?
  14. where the download link for obsot 2
  15. So whats new on OSbot 2? Thanks for the new update
  16. lol alright, ill probably just leave the number enum. but add in a runescape section.
  17. Joseph

    MagicTracker

    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
  18. did you update osbot 2 ?
  19. i don't know I just wanted a confirmation
  20. woot woot, @Alek are you still accepting script updates? if a script is already in the SDN
  21. the height of the bank interface changes 305 == without bank tabs 331 == with bank tabs OSBot 2: public boolean usingBankTabs() { if (interfaces.get(12).isValid()) return interfaces.get(12).getChild(0).getHeight() == 331; return false; } OSBot 1: public boolean usingBankTabs() { if (client.getInterface(12).isValid()) return client.getInterface(12).getChild(0).getHeight() == 331; return false; }
×
×
  • Create New...