Jump to content

Soldtodie

Members
  • Posts

    505
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Soldtodie

  1. Hey, how can I find the script folder when I uploaded my script to the sdn?
  2. Possible but he don't ask for the best way. Anyway thx for the information.
  3. When you want to get a position that is not loaded.
  4. public Position getPositionUnderMouse(Point mousePosition) { for(int x = 0; x < 104; x++) { for(int y = 0; y < 104; y++) { Position pos = new Position(getMap().getBaseX()+x, getMap().getBaseY()+y, getMap().getPlane()); if(pos.isVisible(getBot()) && pos.getPolygon(getBot()).contains(mousePosition)) { return pos; } } } return null; }
  5. Without colorpicker.
  6. Is it possible to get the color of an certain tile?
  7. I think jagex ban people when they do exactly the same thing thw hole time like 50 other people or when it's just too botlike. For example dropping. Who clicks right on an item and wait 100-350ms until move to the drop action. I move the mouse to the drop action after 5-80ms. Because of this I think the most scripts are too slow.
  8. But for checking if you are banned it works perfect.
  9. Just get 5 pixel and check if they are the same color = Finish.
  10. No...
  11. Omg 50k players are currently online on osrs amazing!
  12. Check it with isInteracting or getInteracting but for both for your cow and for every player if they want to attack your cow.
  13. Looks good but please post more information about the mirror update.
  14. Use Walker walk = new Walker(this); or Walker walk = new Walker(getBot().getScriptExecutor().getCurrent());
  15. getBot().setHumanInputEnabled(true); //Enable getBot().setHumanInputEnabled(false); //Disable
  16. Oh yeah!
  17. Basic go go go 2600
  18. 899
  19. This is a fake! Don't give him your RS password! haha
  20. OMG GE is coming wuhoo wuhooo!
  21. You can use this method for your own interacting method. For example you want tp interact with the item on slot 0 but the menu for this item is already open you can check if it's really the menu of this item and interact with it instead of close and reopen it.
  22. To get the rectangle lol?
  23. Oh yeah :-P
  24. Deleted.
  25. I need the ObjectDefinition of this XInteractableObject. Found a fast way can be closed.
×
×
  • Create New...