Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. ozzy

    Walking, what am i doing wrong?

    You need to adjust your logic so that pathing/banking are only called when they are necessary instead of procedurally every time, .step() will then be called again and will step onto the next tile in your path. Something like this (I've left out generating the path and null checking everything...
  2. ozzy

    Mouse is not always accurate

    Try using interact() instead of click() as you can the force the mouse to right click the item and choose the correct option, you should also slow down the bot by adding logic so that you only delayUntil after interactions are successful, something like this: if...
  3. ozzy

    MassFighter [Deleted]

    Ozzy updated MassFighter with a new update entry: MassFighter v1.9.2 Released! (Just bug fixes) - Fixed a bug preventing the bot from drinking super pots/flasks - Profit calculation now correctly takes into account stack sizes - Further tweaks to NPC selection Read the rest of this update...
  4. ozzy

    MassFighter [Deleted]

    Prayer points are renewed from any item containing the words "Prayer potion" or "Prayer flask" already :) Edit: I see the problem, the super resulted in the P being lowercase and I forgot to account for that, fixing now, thanks!
  5. ozzy

    OSRS recommended bot worlds

    The warning was probably stating that you had been moved to a bot world (for further monitoring I believe), any normal world is fine.
  6. ozzy

    MassFighter [Deleted]

    QuickPray/Soulsplit support is available, I haven't added summoning yet.
  7. ozzy

    MassFighter [Deleted]

    I've got special attacks planned, I totally forgot about ironman but I'll have to go and see if there's info available for me to see who the loot was dropped for, if the data is there that will be no problem.
  8. ozzy

    MassFighter [Deleted]

    I don't have an rs account (apart from one I'm levelling atm on OS to test things) so I can't easily test this kind of thing, I had to sell mine for some cash to help buy things for moving out. I should hopefully be able to start implementing new features for RS3 soon (Regeneration/SGS usage...
  9. ozzy

    MassFighter [Deleted]

    Ozzy updated MassFighter with a new update entry: MassFighter v1.9.1 Released! - Fix for attacking caged/unreachable Npcs - Fix for cows on RS3 (and other Npcs which may have the same issue) Read the rest of this update entry...
  10. ozzy

    MassFighter [Deleted]

    Ozzy updated MassFighter with a new update entry: MassFighter v1.9.1 Released! Read the rest of this update entry...
  11. ozzy

    Resolved (RS3) Cow NPCDefinition is null

    Ah okay thank you both for the info, I did notice the local state but wasn't sure what it meant, I'll make the necessary changes.
  12. ozzy

    MassFighter [Deleted]

    I've just looked into this and it seems the client is having trouble receiving data about those cows, I've reported it here and hopefully it will be resolved soon.
  13. ozzy

    Resolved (RS3) Cow NPCDefinition is null

    I had a few people mention that my fighter was having trouble with cows and after looking into it you can see in the image below cows and cow calfs seem to have a null name in their definition, any idea what's up with this? @Cloud Here's my game pack id if that helps at all: 2e345db6
  14. ozzy

    MassFighter [Deleted]

    Both of these are strange, I'll look into this.
  15. ozzy

    MassFighter [Deleted]

    Ozzy updated MassFighter with a new update entry: MassFighter v1.9.0 Released! - Fixed looting by value - Made tweaks to combat to try and prevent clicking on dying monsters Read the rest of this update entry...
  16. ozzy

    MassFighter [Deleted]

    That's strange, I haven't seen that before. If you resize the window does the UI appear?
  17. ozzy

    MassFighter [Deleted]

    Thanks for all of the info, I'm working on getting fixes done for these (However some I have no control over, like the misclicking). Trying to reproduce this, a setting must be conflicting somewhere. I'd need to get loads done before I can offer robust banking (A simple one could easily be...
  18. ozzy

    MassFighter [Deleted]

    Ehh I tested it and it worked with what I tried, maybe there's an issue working out the price of the noted herbs, looking into it. Lol thanks, still sucks to hear that something I could have (probably) prevented lead to you losing stuff, let me know how it goes :).
  19. ozzy

    Resolved Mac Client - Update Java to latest version, already have it

    Maybe osx isn't set to use the latest version you installed, try updating that with this command: export JAVA_HOME="`/usr/libexec/java_home -v '1.8*'`" If that doesn't work, try setting it through this command: export JAVA_HOME=/Library/Java/JavaVirtualMachines/YOUR_JAVA_VERSION
  20. ozzy

    MassFighter [Deleted]

    Hopefully the new release fixes any issues related to eating, although I haven't experienced this. Sorry about your items, but there is a teleport tab safeguard option you can enable to eliminate this issue. That should be fixed now. Got an item blacklist coming up soon once I work out any...
Top