Jump to content

Swizzbeat

Members
  • Posts

    7986
  • Joined

  • Last visited

  • Days Won

    58
  • Feedback

    100%

Everything posted by Swizzbeat

  1. Why would you want to use that here? Wouldn't it be pointless considering he knows the destination and the heuristic would just make finding the path faster?
  2. int[][] flags = client.getClippingPlanes()[sI.client.getPlane()].getTileFlags(); Then get individual tile flag using local x/y index in the flag array. @OP use a pathfinding algorithm to find a path from your position to the destination? Just map the current region and any un-walkable tiles can be set as blocking with the algorithm.
  3. Unless you use their default shit which barely works you'll get exceptions. It's impossible to write anything semi complicated for that reason.
  4. Wouldn't that throw an NPE? :p My issue involves both clicking on the inventory item (which it doesn't do for some reason even though it will move the mouse over the item) and clicking on the object itself. I'm not wasting my time making custom things for this shit bot anymore.
  5. What? There is no #interact(String, int) method if you're using it on an entity.
  6. You must do it a different way than me, because I've never bothered using the full color coded string.
  7. I did enough rewritting of their shit for OSB1. I'm not wasting my time doing it again when I could be doing other more important things.
  8. That's exactly what I'm doing and it won't work. Whats your code?
  9. How are you trying to do it? Interact with inventory item "Use" and then "Use" on entity?
  10. Is it just me or does it not work what so ever?
  11. If they hired AT Team we would have flawless client in a week.
  12. Why you make us lose brain cells like that mald?
  13. I officially proved to the world I don't have down syndrome I actually graduated with a 2.6 weighted GPA lol
  14. I wish people would stop using static for everything and learn the ways of OOP.Btw learnToCamelCase.
  15. Obviously, but I highly doubt you learned anything changing some colors around. Especially if it's for a school project you should have made something errr less "plagarized".
  16. Please this is the first link on Youtube for Java game dev. Everyone and their mother has seen it.
  17. Lol two weeks ago you didn't know what an array was.
  18. Swizzbeat

    OSBot 2.1.11

    Mine occasionally takes a few seconds after it says "loaded equipment callbacks" or whatever but it doesn't ever just freeze there for an extended amount of time.
  19. Swizzbeat

    OSBot 2.1.11

    Instead of working on additional features like web walking can you guys fix the core API? And RANDOMS are an issue....
  20. Am I the only one who supports this?
  21. Just so I'm clear for what happens on the stack as well, does anything pushed onto the stack from a method immediately get popped off once those variables go out of scope (ie. exiting a method)? So in that case, it wouldn't matter how many primitive data types you create in a method since they will be popped off and not there lingering in the heap.
×
×
  • Create New...