Jump to content

Pegasus

Lifetime Sponsor
  • Posts

    424
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Pegasus

  1. It is great. well, I don't want screenshot only
  2. How to change forum theme? Is there other forum theme? Lighter theme?
  3. Pegasus

    Cleaning finds

    why do you want to bot 500 - 1000 hours for cleaning finds?
  4. Because it is hard and unnesscary. The sample file is just area examples. You can edit/copy the sample file to edit the area and settings. Whatever, this thread is old.
  5. I can give you my Affiliate Link?
  6. d) less real players in the game
  7. something in osbot client may be broken after game update.
  8. how many hours should I avoid to bot? 24 hours after system updated ? or 12 hours?
  9. What are the possible reason programs not work after removed printing variables lines? Programs work after I recover the printing variables lines. e.g System.out.println("Print someArrayList.size(): " + someArrayList.size() );
  10. Thanks. It works. How do you know what do the values of getLoginStateValue() represent?
  11. Discord server was removed, then a new discord server will be made. Then we need to verify discord again. This happened before. Why do we need discord when there is a forum?
  12. getBot().isLoaded() return true when is black screen appears. How to detect this when I use cli with -allow norandoms
  13. I mean login event execute is not working. It is because getBot().isLoaded() is not working it return true even the client is still downloading data from official game.
  14. that script won't work. How can the client get login before login event execute ?
  15. getBot().isLoaded() is not working @ Override public final int execute() throws InterruptedException { if (!getBot().isLoaded()) { return 1000; } else if (getClient().isLoggedIn() && getLobbyButton() == null) { getBot().getScriptExecutor().resume(); setFinished(); } else if (!getBot().getScriptExecutor().isPaused()) { getBot().getScriptExecutor().pause(); } else if (getLobbyButton() != null) { clickLobbyButton(); } else if (isOnWorldSelectorScreen()) { cancelWorldSelection(); } else if (!isPasswordEmpty()) { clickCancelLoginButton(); } else { login(); } return random(100, 150); } I got this NPE : java.lang.NullPointerException at org.osbot.rs07.api.Widgets.getWidgetContainingText(tl:727) at com.iaox.farmer.handlers.LoginEvent.getLobbyButton(LoginEvent.java:140) at com.iaox.farmer.handlers.LoginEvent.execute(LoginEvent.java:37) at org.osbot.rs07.event.EventExecutor$2.run(zj:230) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(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)
  16. I encounter this problem now too but It happens occasionally. When acceptTrade is not working mouse will hovers over the decline button same as yours. If it start to not working , it will continue not work even I reopen trade window. I need to restart client to make it work
  17. I google with keyword "isLoaded osbot" I visited this page : https://osbot.org/api/org/osbot/rs07/Bot.html It shows 500 Internal Server Error This class still exists in osbot client intellij doesn't report any error when I use getBot().isLoaded(); getBot().isLoaded() is not working it return true even the client is still downloading data from official game.
  18. I have encountered the same issue. Select "Inherit project compile output path" should help
  19. It is possible that jagex outsources bot detection final human review to China.
×
×
  • Create New...