Jump to content

Kramnik

Members
  • Posts

    1547
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Kramnik

  1. case 1: More supply case 2: Less demand
  2. Kramnik

    Hello

    Welcome to community
  3. I am only using injection mode but I still getting it. Scripts with world hopping is impossible to use atm unless -norandoms are on
  4. What about issue with login solver while hopping worlds. Is this confirmed issue and fix is on it's way?
  5. Just ask @Maldesto to stop ddosing Jagex servers
  6. Awesome tip, was doing this before, but nice to see the list of all worlds to use
  7. I see you have "Proxies For All Farming Needs." in your signature, so are your proxies not from data center and account wont be locked?
  8. Hi, Encounter a problem which never had before - my accounts are getting locked. Bought proxies from @D Bolter , registered account on the same ip that it later went to do tut on, went thought tutorial island, accounts went for few starting quests and then all got locked. So first of all is there any way to provent this? Registering account few days before starting them or etc.? Secondly, how to properly deal with locks? From what I read on forums it seem to care a lot about locks as you can unlock them easily and some even has this automated. Does unlocking takes a lot of time? It is said ETA 24hours in Jagex page. Also what emails to use? Can you use temp mails? And regarding ISP and comments, do you bother writing these? Thank you.
  9. This all comes to shitty Jagex servers atm. My client also gets stuck on this, but if you wait for 3-5mins it loads
  10. I definitely want the red to stay Also the wreath looks cool. My pick is 4
  11. Btw Jagex servers are laggy as f and often you can clearly see that in game. Also if you are encountering this don't wait for client to load as it took Malcolm 30mins, just spam the clients until get needed amount to fully load
  12. @Malcolm Hi, there is some issues going on when creating accounts. Started two client with each had to create 3 accounts thought tut island. After first account they are stuck in log in screen. Nothing in the logger. Now what is funny is that i logged in manually without pausing or stopping script, pressed on account naming section and it just entered 4 last digits of 2nd account nickname So it skipped thought logging in somehow and was on account naming already? But with second client after I logged in it named the account correctly
  13. Can confirm that. World hopping is broken unless -norandoms are on. @Patrick can you confirm that this is known issue and fix is under its way?
  14. I see this as very good learning material to improve my scripting. Thank you for sharing mate
  15. Also you said you dont need someone to make account, but maybe you could provide a quote on this since 50 combat accounts are easy to make and take little time so maybe it would be a way out
  16. 70/70/70 gives you 65 combat even if it would be 10hp. NMZ ready account is around 85 combat
  17. 2,4% chance to become billionaire and 97,4% to become completely broke. Let me contemplate this opportunity for a minute EDIT: My accountant from Varock East bank didn't gave this idea green light. Sorry mate
  18. Oh I need to specify something. It seems that I do not have any issues with higher processor usage, the main issue for me is login handler. Hopping world is completely broken and my script only work with -norandoms allowed
  19. I would like that to 2.5.63 is unusable for me for botting method that i use
  20. The thing is that the script is made by me I created a topic for fellow scripter to give a look maybe I am missing something or whether there is something wrong this newer versions of Osbot. Maybe you could have a look at it too? https://osbot.org/forum/topic/157541-issues-with-new-osbot-versions/
  21. Hi, I started having issue with 2.5.61+ with my own made scripts that I use. I didn't have any issues with 2.5.60 and they were running for 15 hours without a problem. For this reason this makes me think if this has anything to do with the script itself, but anyways want to ask you guys to give this is a check if there is actually something wrong with it or the problem is within Osbot itself. The bot gets stuck when using world hopping but it doesn't happen all the time but most certainly it will get stuck in first 10-15 minutes. The hopping part looks like this: RS2Widget logout = getWidgets().get(548,35); if(logout != null){ logout.interact(); } sleep(1000); getWorlds().hopToF2PWorld(); log("Hopping worlds"); sleep(500); log("How the hopping is going on?"); And the logger when it gets stuck looks like this: It doesn't even log the "How the hopping is going on?" and afterwards just stands doing nothing till logs out then log ins back and so on. Anyone has any clue where the problem could be? EDIT: Even with custom world hopper like below it still gets stuck. I guess this is completely related to something wrong with Osbot world hopper if (worl != 308) { RS2Widget logout = getWidgets().get(548, 35); RS2Widget wswitch = getWidgets().get(182, 3); sleep(700); if (logout != null) { logout.interact(); } sleep(1300); if (wswitch != null) { wswitch.interact(); } sleep(1500); getWorlds().hover(308); sleep(500); getMouse().click(false); sleep(2000); log("Hopped"); }
  22. Yes! I was so irritated of having issues few second ago but saw new version Will test right away EDIT: Irritation is still here. This version haven;t changed anything sadly. Still using hell a lot of PC and my scripts are getting stucked for no reason. They were working find for 15h+ on .60 It either hops world and get stuck with logger being like this [INFO][Bot #1][12/04 07:39:21 PM]: Hopping [INFO][Bot #1][12/04 07:39:21 PM]: Started random solver : Auto Login [INFO][Bot #1][12/04 07:39:25 PM]: Random solver exited : Auto Login or [INFO][Bot #1][12/04 07:40:07 PM]: Hopping [WARN][Bot #1][12/04 07:40:12 PM]: Event executor is taking too long to suspend; terminating now... [INFO][Bot #1][12/04 07:40:12 PM]: Started random solver : Auto Login [INFO][Bot #1][12/04 07:40:12 PM]: Random solver exited : Auto Login Or getting like 20-30 log lines of WebWalking per second I assume there is slim chance that changing the script could help somehow as it was working fine yesterday. @Patrick any insight on this?
×
×
  • Create New...