Jump to content

Th3

Veteran
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by Th3

  1. Th3

    OSBot 2.1.11

    I sense a new release today.
  2. So looping through entity position neighbors is the way to go?
  3. why you no use custom interact methods?
  4. This has never been proved. It's more about where you bot and how long.
  5. Osbot is an injection client but also supports color functions which are not used as much.
  6. Th3

    OSBot 2.1.11

    Good guy Laz, saving jagex the trouble. [DEBUG][Bot #1][06/05 12:05:53 AM]: Loading RS world : 385 Otherwise cool release.
  7. Don't expect the web walking to be useful on release. It's going to take a long time for devs to tweak it to work right. Which will also make their task scheduler not work right.
  8. Th3

    OSBot 2.1.10

    PositionPolygon does not account for z axis of position . It will return the closest position even if its on a different level. Also postionpolygon.closest seems to always return z as 0.
  9. Congrats @Ericthecmh on your script manager position.
  10. Since there has been many topics in regards the chatbox not working. I would just like to let you guys know the issue is not from osbot's end. The issue is from chat host's servers. It is not limited to us and after research it looks like they do not own decent servers. I have informed Maldesto and hopefully generating a new chat key will land us on a better / less populated server. If not then just bear with it until chat's support is contacted.
  11. This is an advertisement rather than a compliment to his work.
  12. Th3

    Asuna AMA.

    Time to take advantage of the moment and make money. http://osbot.org/forum/topic/52187-fight-for-asunas-hand-in-marriage/
  13. As many of you want to marry @Asuna, there must be a way to solve this issue. The solution is a duel in runescape. The winner gets to marry Asuna regardless of said person's will. Event Details: Buy in price: 10m. You don't get any of this back. Ever. World: 386 Location: Duel Arena When: July 3, 2014 All participants are welcome. There are no requirements for entering, a level 3 might end up fighting a level 126. I will be the host, however, I will not participate, I got standards.
  14. //current level skills.getDynamic(Skill.ATTACK); //real level skills.getStatic(Skill.ATTACK); //xp skills.getExperience(Skill.ATTACK);
  15. Th3

    Asuna AMA.

    You can have mine @op Why does everyone want to marry you?
  16. What's the best way to get the best walkable tile (which is the highlighted one) dynamically? This is not hard when the entity is 1x1 but when its larger it gets bit harder. I know we got DynamicCircularPathFinder but its painfully slow and wrong many times. I tried to backport an old script by Zalgo but could not get it to work. http://pastebin.com/kaxySJPT http://pastebin.com/84myWrSk I can get the size & orientation then array thru all the postions the entity covers and array once more the area around those postions for tiles with 0 flag but I don't think that's an efficient or ideal way to do it.
  17. Why no polygon instead?
  18. You can still use custom mouse. bot.getMouseEventHandler().generateBotMouseEvent(503,System.currentTimeMillis(),0,aPath.x,aPath.y,0,false,0,true);
  19. Th3

    OSBot 2.1.10

    ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver onLoop() : FreakyForester Solver java.lang.ArrayIndexOutOfBoundsException [ERROR][Bot #1][06/01 02:38:41 PM]: Error on random solver o
  20. Th3

    OSBot 2.1.10

    Cool. Can you look into what causes these? It's the main errors I get which requires client restart. [ERROR][05/31 11:48:31 PM]: Uncaught exception! java.lang.NullPointerException at org.osbot.rs07.event.ScriptExecutor.stop(zm:180) at org.osbot.rs07.event.ScriptExecutor.stop(zm:137) at org.osbot.Lpt7.run(fn:881) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 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.1.10 Takes ages to load a tab and with 80% cpu usage while its doing so. Normal cpu usage has gone up to 70%. One tab, one script.
×
×
  • Create New...