Jump to content

Th3

Veteran
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Th3

  1. As cool as map data is, it is still gonna take months of interaction between us and you guys to tweak out unsafe/bad paths since there are no set way-points. I know I speak for many developers when I say priority should be bug fixes rather new features. Current bugs make it hard for us to test scripts. *Interaction - Most of us can overcome this by making our own method. *Walking in bad regions - same as above *randoms - We can't test the scripts for hours of time, some of them don't work right. *antiban - it is too intrusive and unregister does not seem to work it also messes up random events. for example: it tries to open inventory when one isnt present or does something and closes an interface that a random needs to function. *canreach *random mouse spasms *errors that require a restart such as ERROR][05/30 08:31:31 PM]: Uncaught exception! java.lang.IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(Unknown Source) [ERROR][05/30 08:31:31 PM]: Uncaught exception! java.lang.IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(Unknown Source) at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(Unknown Source) at java.util.concurrent.locks.ReentrantLock.unlock(Unknown Source) at java.util.concurrent.LinkedBlockingQueue.take(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  2. What about osbot 2 current bugs? I have reported many of them and most of them are still unfixed. I still use 2.1.7 because after that it doesn't even work. Some of the errors it throws out actually require restart of client. Makes scripting rather very annoying.
  3. ERROR][05/30 08:31:31 PM]: Uncaught exception! java.lang.IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(Unknown Source) [ERROR][05/30 08:31:31 PM]: Uncaught exception! java.lang.IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(Unknown Source) at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(Unknown Source) at java.util.concurrent.locks.ReentrantLock.unlock(Unknown Source) at java.util.concurrent.LinkedBlockingQueue.take(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) osbot 2 also antiban.unregisterBehavior does not work. antiban also messed up randomevents
  4. Reflection is is much harder to detect but uses more resources and is slower. Injection is easier to detect but faster. But if you do it right it becomes hard to detect.
  5. Unable to run any scripts on osbot 2: scripts don't even use equipment api [ERROR][05/30 12:52:16 PM]: Failed to start script [scriptname] java.lang.NullPointerException at org.osbot.rs07.api.Equipment.reset(bk:22) at org.osbot.rs07.event.ScriptExecutor.start(be:198) at org.osbot.LPt4.run(ui:73) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  6. Since the api is unstable out of boredom I went ahead and photoshoped some users as chicks. I think nezz looks best.
  7. found her parents.
  8. He is too smart
  9. Noh
  10. There must be some way to force load the items. Otherwise they'll do this shit to inventory too.
  11. I like your helicopter. The "Head First Java" book tho.
  12. Ghetto programming. There is a mouse somewhere too.
  13. IntelliJ for coding, eclipse for GUI.
  14. Just a pro tip. Try not get used to using ID's.
  15. Mouse fix worked. Do we have to unregisterBehavior every anti-ban type one by one? There is no option to stop it all at once?
  16. red = unreachable so canreach is not fixed mouse is very slow/crazy
  17. Has canreach and BFSWalkableAreaFinder errors been fixed?
  18. He likes this kind of stuff
  19. canreach returns false if you are standing on the postion. canreach entity returns false if you are standing within a tile of it. so if you are infront of the npc its not reachable.
  20. oh
  21. Until you run into this. http://osbot.org/forum/topic/50183-osbot-188-and-213/?p=563210 Which happens in quiet a few regions and tiles that are diagonal, slanted or on a hill.
  22. I come here to get laid.
  23. you can also write your own, I found local walker to be too buggy. public boolean walkMinimap(Position p) { MouseDestination mouseDestination = new MiniMapTileDestination(bot,p); if (mouseDestination != null) { return mouse.click(mouseDestination); } return false; } usage: if (walkMinimap(new Position(3022,3022,0) { //blah }
  24. localWalker.walk(new Position(1,1,1)); You mean this?
  25. Potato video quality. Otherwise, good job, looks good.
×
×
  • Create New...