Jump to content

Soldtodie

Members
  • Posts

    505
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Soldtodie

  1. What are you looking on youtube? ^^
  2. Yes you can get the quest completion status with the configs. For example Romeo & Juliet is the config 144. 0 = Not started, 10 = started, 20 = Talked with Juliet, 30 = Brought the message to Romeo and now speak with Father Lawrence. Then i stopped.
  3. Soldtodie

    SMiner 3

    Today i will add the rest things on my list that the bot is full functionally. Then I will look for some improvements. Edit: Here you can see a little video!
  4. With this you can activate html code in yor thread.
  5. Soldtodie

    SMiner 3

    The swarm is a random event. The client deals the random events. But i add a new walking system with an automatic door handler. I think the script will run back.
  6. Soldtodie

    SMiner 3

    I think iron is better because you need no warerskins and with 55 you are too slow for granite. Search a location with 3 iron rocks and use M1D1.
  7. Soldtodie

    SMiner 3

    I don't know but i think in the next 1-2 days.
  8. Use this: public GroundItem getGroundItem(String name) { for(GroundItem item : client.getCurrentRegion().getItems()) { if(item != null) { if(item.getName().equalsIgnoreCase(name)) { return item; } } } return null; }
  9. Soldtodie

    SMiner 3

    Hello guys, yesterday I have decided to make a reloaded SMiner 2 version. I make it complete new only the paint is the old. At the moment I have this plans. Will be added: Antiban(Not in the Alpha verision) Deathwalk(Not in the Alpha verision) Record path with doors and ladders, staircases. (Already finished only add save and load) M1D1 Already added: Get rocks without any id, no new id getting after update, saveable! Add rocks when they are not available or in smoking rock event! Avoids smoking rocks Repair pickaxe Runs to the next spawning rock Power drop method is now faster Paint Hover next rock GUI was added but it is not functionally The hover feature will be deactivate when you choose different kinds of rocks Drop methods Banking
  10. Hey guys, I search the original colors of an RS2Object for my new project. How can i get these? //Edit: ^^ completely blind getDefinition().getOriginalModelColors()
  11. I found a way. mouse.click(new RectangleDestination(mouse.getPosition().x, mouse.getPosition().y, 1, 1), false);
  12. I search a click method without moving.
  13. Hey, how I can press the left mouse button in the new osbot v2 client with no mouse movement? Thanks.
  14. I looked into it but i don't know how i must use BotMouseEvent. Can you give me an example?
  15. And how can i use this? Make an example please.
  16. Why mouse.click(false); doesn't exist? Only with movement! Please add! mouse.press(); mouse.release(); Where are these methods?
  17. An opened door has the same id as a closed door.
  18. Can you make the 'S' greater? To the ground of the 'L'.
  19. I only need a logo. But when you want you can try to make a full paint(514 * 96(non-committal)).
  20. Soldtodie

    Script logo

    Hey guys, I look for a nice guy who can creat me a good logo for free for my next script 'SLooter'. Here is the thread to the script: http://osbot.org/forum/topic/40570-slooter-all-in-one-looter/#entry498795 Thanks!
  21. I look for a nice logo then I will release it. I think in the next few days.
  22. Fuuu now i should make SMiner 3 earlier.
×
×
  • Create New...