Jump to content

hansen19498

Members
  • Posts

    63
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by hansen19498

  1. I want to write less code, if it is wrong, I'll "fix". I think I asked the question is not resolved
  2. When the automatic log on to the "click, here to play", has not yet fully entered the game, I found my mouse began to click. I think it will bring a ban, and I should listen to how or other, after entering the game complete, only mouse movement. The second issue, also occurred in the automatic login, a strange phenomenon. I have food inside the backpack, but my code only on condition that there is no food to move, however, after a full-entering the game, I trace logger, found my bot, backpack have food, but began to run safe point. If it is not automatic login, without any problems, and I very strange, what place, I puzzled public static final String[] eat_ID = { "Tuna", "Lobster", "Swordfish","Anchovy pizza" }; if(!inventory.contains(eat_ID)){ return State .WALK;} Or "hot", just when the logger automatically exit left [iNFO][bot #2][04/07 02:31:59 上午]: getMap ().canReach(AREA_POST.getRandomPosition()) [WARN][bot #2][04/07 02:32:04 上午]: Script executor is taking too long to suspend; restarting now... [iNFO][bot #2][04/07 02:32:04 上午]: Started random solver : BreakManager [ERROR][bot #2][04/07 02:32:04 上午]: Error in bot executor! java.lang.ThreadDeath at java.lang.Thread.stop(Unknown Source) at org.osbot.rs07.event.ScriptExecutor.restart(go:309) at org.osbot.rs07.event.ScriptExecutor.suspend(go:394) at org.osbot.rs07.event.RandomExecutor.run(qf:215) at java.lang.Thread.run(Unknown Source)
  3. I believe I have a special problem I just tried it, still can not interact with players, but,the name Can be found Player player = players.closest("Empty Shard");  The name can not be found"Stone_688ab"or"Stone 688ab" Try "sup nerdsss" can also be found, I found the name of the space behind the digital connection, you can not find
  4. If you solve this problem. You can paste a solution, to help other people, including me
  5. I just tried it, still can not interact with players, but,the name Can be found Player player = players.closest("Empty Shard");  The name can not be found"Stone_688ab"or"Stone 688ab" Try "sup nerdsss" can also be found, I found the name of the space behind the digital connection, you can not find
  6. I used your method, still can not find the player display
  7. Player player = players.closest("80kelpie");  If the name is coherent, I can find players,  but,  the following name, I can not interactive, I should be how to write their name, will be accepted Player player = players.closest("Stone 688ab");
×
×
  • Create New...