Jump to content

Krulvis

Members
  • Posts

    1165
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Krulvis

  1. Yeah, I know but I went back to far and shared a vid of BASIC which is older than Just Basic which is used on some "newer" MSwindows machines. Maybe give a new option list and let user input new value after selecting option in first menu, user types A -> "How much/Give Value" -> add points etc?
  2. Oh oops, I think I went back a decade too far.
  3. Just Basic is awesome old school stuff, too bad I have no knowledge in it. https://www.youtube.com/watch?v=Ou2A-JWszVA
  4. tbh I really dislike that guy
  5. The thumbnail is lovely
  6. Krulvis

    Chatbox

    How long will it take before people will start to understand that online is not the same as updated. The bot is online it is just outdated because rs updated. These are two different things. One has to do with the servers on which OSBot runs (online/offline) and one has to do with recent Runescape updated (updated/outdated).
  7. Are you seriously just asking help for something you already mentioned won't be released ?
  8. I'm happy we all have different taste in music.
  9. I don't think that's going to stop your player from keeping on mining while your rock changed in smoking rock. Maybe you should try something with states: (I'm just writing this now and I never wrote a mining script so it could be wrong) private Enum State { MINING,WAITING} private State state = State.MINING; private RS2Object currentRock = null; private int rockId = <ROCK_ID>;// replace with your rock id switch (state){ case WAITING: if(currentRock.getId() == rockId){// currentRock still is normal rock (I don't know what to check for, could be id or modelHeight or something) // sleep or antiban or w/e }else{ currentRock = null; state = State.MINING; } break; case MINING: currentRock = closestObject(rockId); if(currentRock!=null){ currentRock.interact("Mine"); } break; }
  10. RS2Object rock = closestObjectForName("rock"); OR closestObject(<ROCK_ID>); currentRockId = rock.getId(); While mining constantly check if rock.getId() == currentRockId; if it is not the same the rock you are currently mining changed id.
  11. best snippet of the week will always go to xavier for writing trade hooks before they were added, led to the most succesful script evar hurr hurr
  12. polish is master jarba genius
  13. I personally wouldn't check for animation this way because there might be loop in the animation and a break which causes the bot to think that it is done animating though it is only looping the animation. Now ofcourse the rock you are currently mining will probably still be the rock it sees as new closestObject but this does cause the script to click it again.
  14. I believe only scripters can do this.
  15. It's implemented
  16. Osbot loads rs client. I don't think it's easy to block players from logging in with their rs account in the client of runescape, would be easier to block users but that's already done.
  17. Krulvis

    AMA V2

    Your answer satisfies me, I can leave this thread in peace now.
  18. Krulvis

    AMA V2

    Why did you remove your fancy title glow?
  19. Krulvis

    gud1

  20. Because there are other reasons then refunding that can give someone the right the have moderator
  21. Global moderators are not allowed to participate in the market so adding TWC to his list of ranks wouldn't matter at all. I'm sure there have been plenty of reasons to give Gilgad moderator. Btw this thread has become more of an overal hate thread and has derailed too much to be taken seriously.
  22. I really do not need the money, I was just wondering how to do this in ps. It all worked out
  23. I made 2 versions:
  24. Hard CC is his main weakness. But I win most top/mid lanes with him...
  25. Now this is what I am talking about: yasuo vs yasuo, I think it's pretty obvious who the better yasuo was ;-)
×
×
  • Create New...