-
Posts
160 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by ItPoke
-
Think about the condition() as a loop, so you need to keep checking the widget inside that. Just like Eagle points out.
-
Would you update the original post with the added quests?
-
Hey, I see you are looking for a fishing script. I have made one fully automatic! It gets everything on its own too. If you are intrested hit me up
-
You could do something on Explvs AIO script, then you will get some awesome knolage on how things work and feedback on your code :)
-
Ahh, great! Thanks for adding my code I have looked at all of the refactoring you did and will be trying to do more like that next time I contribute. It is fun to code quests but I am not the best coder at all so I hope you don't find it too annoying to go over and optimize my code
-
@Explv Great to see this as an open source project, I am learning a lot by reading through the code! I am excited to add some things in, and I have already made a pull request withCooks assistant. I will be adding more quests in the coming days Hope you will approve of my code!
-
The RS client just got updated, it seems like you are doning it correct. Just wait for an update for OSBot
-
I just came up with a full solution to this yesterday! The problem is that the client caches(Mostly widgets) and it does this on startup. So if you start the client in resize mode then it messes up and requires a restart. Nothing you can do about that, it has to restart. However some things still works, so I figured out that you can make the script go into settings and set it to fixed mode. The solution to this problem is to make a batch file that watches over the client. So you run the client in debug mode from the batch file, and make your script crash or close the client right after it swaps to fixed mode. Then because your batch file is watching the client it will start it up again, so now you have your account in fixed mode and ready to complete the rest of tut island! I use a program to register a bunch of accounts and then run them trough my script one at a time using the above method, works like a charm!
-
Im sorry, I can't really help based on the button not working. I need more info on what you are doing to where you can't click it.
-
I agree on this, tried to use it now and then but it seems buggy and it's not a nice user experience at all as of right now. It could be nice if it worked as intended tho.
-
Mac should definitely not make a difference. You need to add external jar in the java build path property panel.
-
OSRS now starts new accounts in resize mode, which breaks the OSBot client in some areas (Inventory is one). So it promps you to restart. It has nothing to do with the script. What you can do to fix this and make it automated yourself would be: 1. Start Explv's Tutorial Island script, let it make the randomize the character. 2. Make your own script that puts the game into fixed mode, pm me if you are interested in one I already made. (Run this script so it goes into fixed mode.) 3. Start Explv's Tutorial Island script again. Do these things from a script so they run in the right order right after each other
-
What program do you use, and what jars are you trying to add? Please give some more info so we can help :)
-
This is exciting, the future of OSBot is looking great!
-
Version 2.5.26 was gone quickly haha, great work!
-
Just by looking at the last 2 lines, I would guess that you wrote the script name wrong, or don't have the script installed.
-
Ok, I now see the text you are referring to. Before I was just seeing the text from your script, sorry I miss understood what was going on bummer ? The reason I didn't get the text was because I ran the bots in the same client, and had started the client firstly with the fixed mode. So it didn't complain nor get stuck if I created a new account and changed it to fixed mode. I am going to create a script that randomizes the character, interacts with the red/white shirted guy, then change to fixed mode. Where after I stop and exiting the bot/client, and then run it again with your script. I do this with an external script manager, this needs a bit of testing but should work flawlessly, also doing it with Widgets, thanks for the tip! How long is the trial for? Also you could move the mouse over the inventory and check the text for the items first action until you know your on the right item, then click it. But this should not be the scriptwriters job haha, it could be done but way too much work imo
-
Yes, I was just looking into make it with widgets instead. It seems to work just fine to change it to fixed after it was in realizable mode though. But I guess this means you won't be doing anything like that since you say it NEEDS a restart.
-
I am making a script that will fix this, maybe you would consider putting it into your script? Quickly made this into a script. So now I just run this in between and that seems to work really well now. It would be a bit easier if it was just working with your script tho. @Khaleesi Also the client doesn't need a restart it seems.
-
Ok, with very limited testing so far. I found out that if it tries to rotate the camera in the start around when you need to click the wrench to change to fixed mode. It gets stuck with the message rotating camera. So if a user didn't know they had to change to fixed mode and restart the script it would be super confusing. My feedback would be to make it SUPER clear that they have to do so, maybe put a red see through overlay on the screen saying to do it or something similar. Other than that I just ran some bots through perfectly. Screenshot of the part where it gets stuck on rotating the camera message instead of the instruction: The screenshot does not show the wrench, got it in a bad timing where it blinks off... Edit: Great script so far! Edit 2: minor thing, after the bot leaves tutorial island, it gets forced to talk with the tutor (the old man) which means the WebWalking gets stuck for a tiny while. Maybe have something that skips his dialog for a bit of a faster run to GE. Would be great to save that tiny bit of time with a bot farm.
-
Damn, that was quick! Yes, I will post some feedback if I run into problems here Thanks!
-
Hi, I have been looking around for a Tut island script with the new update. But they all seems to be broken and I am now considering buying this one. Is this currently working with a fresh account not even logged in yet? Maybe a trial before buying, if that's a thing here?
-
It's a common mistake when something happens to a person to imminently assume that it was their last action they did which caused the issue. I highly doubt that OSbot itself hacked your account. So clam down, look a bit further back and see if there could be other reasons for your account being compromised. And best of luck with it!
-
Great to hear!
-
Seems like it yes!