the bot starts rs but doesnt log in, cant do anything
the bot starts rs but doesnt log in, cant do anything
The bot takes many tries when it is closing the bank.
Awesome script anyway! Thanks![]()
Thank you, and for some un-known reason unless I forced the bot to right click (which causes it to sometimes fail) the bot would not recognize that the window closed, and it would just walk out of the bank. Instead now it just randomly right clicks the ground...then continues fetching as if nothing happened. I think I have an idea on how to fix it though, and unless someone really wants me to rush this fix then I think i'll wait till I add something a little better to the script.
Don't forget to rate the thread!
Cheers
waffles - you realize your username and pw in in v2.1?
I'm just testing 2.1 just now - 2.0 worked but with manyyy bugs making it very slow, I was using it as a stringer and while i did string about 800 bows itd often take up to half a minute to string 14 mainly problems with withdrawing/depositing/random rightclicking envionment(despite anti-ban being off)
Appreciated and ill get back with results on 2.1
2.1 is a bit quicker...less right clicking environment which is good. although it often deposits stuff back into bank even if its the right amounts (example, it'll take out 14 (u) bow and 14 bowstring, and then just deposit them again). Another problem is that it often says 14 in public chat which may lead to suspicions of botting
Thanks, jake
Take that back actually - it does right click the environment like 2-10 times before stringing
I'll look into it saying 14 into the chat, I have a possible solution for the withdrawing back and forth. I might have to change the random wait period times since it seems like 400 isn't nearly long enough. The problem seems to be it checks the inventory before the logs/strings appear in the inventory. You could always add another:
after the inventory checks (they are pretty easy to spot in code).Simba Code:randomWaitTime;
If you could try to find out when it does the miss type? Like what is it doing?
My theory on the random typing is that it hits withdraw 10 or all instead of 'X' then it thinks it hit the X and types into chat.
so to fix this all we would need to do is add this to the code between line 170 and 171:
Simba Code:randomMouseClick(577,227);
randomWaitTime;
if (P07_isUpTextMultiCustom(['ore', 'Store', '1', 'bow', 'tring'));
withdrawBankStringing;
I just watched it withdrawing 28 bow strings (by accident ofc) and then spitting out 14 into the public chat while the bank is open, i'll try your amendment.
the amendment made it stick at the 'enter amount' part
Just uploaded a new file 1.21, should have the fix in it.
And it is like i thought, the choosing from a drop down menu bugs out a lot. It miss clicks the 'ALL' instead of 'X'so what I did was have the mouse hover over the inventory slot one and check the up text. If there is any uptext then it will start over, if there isn't any up text that should mean that the bot is safe to input the numbers.
The mistake in typing another number besides 14 is on purpose, you can get rid of that and make the script less human like but faster by changing line 167 to:
Simba Code:case random(90) of
Last edited by Lord Waffles; 03-19-2013 at 10:22 PM.
yeah i added that to get that error haha...may have done it wrong will try again :P
Like an idiot I forgot the then part, which would make the program hang at the if statement.
I honestly don't know without having the problem myself. Are you sure it is loading old school runescape? I know it's a dumb question, but i don't know.Originally Posted by daily500
Is there any error messages in the de-bugger?
Last edited by Lord Waffles; 03-19-2013 at 10:59 PM.
Compiled successfully in 406 ms.
SRL Compiled in 0 msec
Loading SMART: http://oldschool33.runescape.com/j1
New window: 591508
loads the game but doesnt login.... so i tried clicking the window still nothing.. others no error
Kk when you put the window it take some time but after that it logs, some problems i found trying to fletch 3k yews
- pretty slow
- taking 10 logs out of bank and puts them in bank again
- running out of bank
Last edited by puknd; 03-20-2013 at 03:27 PM. Reason: k
-I posted at the top how to make it faster (i'll probably make a speed one that doesn't look human), however I still get 1.5k bows an hour which seems pretty reasonable.
-it's nearly impossible to have the bot 100% click on 'All' every time, so it just re-banks them and tries again.
-Have you download the newest version? It can't possibly run out of the bank because I took out left clicking awhile ago.
I have also re-uploaded 2.12 to fix the syntax error.
Last edited by Lord Waffles; 03-20-2013 at 08:35 PM.
Everything ruuns smootj it sometimes does actually hit the longbow button and put in the number to fletch, but sometimes, it clicks the knife, then the log, then the mouse goes down to the bow but doesnt click the bow, and goes back to the knife and log, but doesnt click bow.. dont know why![]()
the bank colors in the script.. which bank is it for (catherby?)
Hey guys, I noticed the bank feature wasn't working with the new left click bank update so I fixed it in my version of the script. (Hope you dont mind waffles)
Replace line 103-112 with
enjoyCode:if P07_FindObjCustom(x,y, ['se','ank','ooth'],[bankcolour1,bankcolour2], 5) then begin randomWaitTime; ClickMouse2(mouse_right); randomWaitTime; P07_ChooseOptionMulti(['ank']); case random(1000) of 1..700: Wait(RandomRange(300, 1000)); 701..900: Wait(RandomRange(400, 1500)); 901..1000: Wait(RandomRange(500, 3000));![]()
Wizzup threatened to rape me unless I removed my signature.
Stops working after 1 inventory... Pest control bank
Edit: Fails to input amount of yews to fletch.
Last edited by yankees; 03-21-2013 at 09:32 PM.
My problem is that it starts up fine and does everything fine up until the fletching of the bows. it selects the knife. hovers over the 1st yew log then doesnt click it... and just continues to do this endlessly.
Of course not lol, just now saw this after I updated the script. 2.31 should now work with the new left clicking
I updated the fail-safe for checking to see if you are at the "Enter amount" screen...MUCH MUCH better to say the least.Originally Posted by Yankees
Please make sure in your user settings at the top thatOriginally Posted by spacefraser
Simba Code:logType = 'ew'
There are currently 1 users browsing this thread. (0 members and 1 guests)