I edited this, as the new RS update makes left click bank possible.
V2.3 line 106
instead of mouse_right.Simba Code:ClickMouse2(mouse_left);
Works great now.
I edited this, as the new RS update makes left click bank possible.
V2.3 line 106
instead of mouse_right.Simba Code:ClickMouse2(mouse_left);
Works great now.
Hey great script but found bugs.
First one kind of annoying when you level it will bank instead of finishing inventory.
Second when fletching, a lot of the time it sets x amount to 2, banks the logs and leaves the made bows in inventory and script stops.
Third, withdraw logs clicks to make x amount,does not input any amount banks logs, and repeats. Kept this for about 30 minutes going and did not flecth anything.
If I find anything else I'll post it. Great job. I only tried making bows not stringing them.
The x function doesn't work at all on mine, sits there widrawing and banking the logs constantly.
i'm getting the error:
** Failed To Grab Smart Parameters **
** Please check your internet connection/firewall **
Once I changed the URL to RS07 in smart param.
Any help ?
edit:
I have tried running simba as admin and disabling my firewall, but it doesn't work. Before I changed the URL to RS07 it did launch SMART.
Haven't tried it, you can disable the fail-safe and it should work, BUT it might miss-click then.
To disable the fail-safe just comment out line 258 (just add '//' before it):
Simba Code://if (P07_isUpTextMultiCustom([LowerCase(logType),'ogs', 'Log', 'Logs'])) then
I have not had any of the issues, however I will go over the script again and see if I can see where this could be going wrong.Originally Posted by Drics07
It should withdraw ALL not X for fletching logs, please make sure at the top you have it set to fletching not stringing.Originally Posted by AlwaysLazy
If that still doesn't fix it try changing line 129 to:
Simba Code:Wait(randomRange(1547,2034));You need to re-install simba and the P07 Include + the other files required (tutorials are on the website).Originally Posted by Furywitch
right on, ill try it later.
First post![]()
I've noticed that the script doesn't know what to do when you level up, it will just sit there and not continue to fletch the rest of the logs in your inventory. Luckily it has a what 15-20 second failsafe and will open the bank and deposit the rest of your inventory and start over, but still very annoying.
Thank you for the script sir. Currently (still with v2.3) the knife is banked sometimes.
May I recommend a procedure that will:
* Check if knife is in 1st invy slot via uptext
If no knife
Bank invy
withdraw knife (would be easy if everyone just puts knife in 2nd bank slot)
recheck
if knife, continue as normal
I was going to add it manually myself, but I thought I would run it by you first.
If you could post a screenshot of the levelup screen for me I might be able to fix it, I was using this bot at 70+ fletching so I didn't level up often and it would be extremely hard to make the bot check every couple of seconds if there is X amount of colors in a given area (how it would tell if it was at a levelup screen or not). Basically once you get to the point you need to make 1k+ bows just to level, the 15-20 sec isn't really that big of deal.
That's fine if you want to, it's really really strange how it is banking the knife. I do have another possible solution that I will add here in a bit that might make it stop banking the knife.
Basically I will have it mouse down to the bottom right inventory slot check to see if the UpText says 'Knife' and if it does re-try if not it will , right click, bank all...if I make it the bottom right of the inventory it should still be able to re-try even if it hits 10 instead of X (which is why I was using depositinv;
I was using a pre-made function call DepositInv and you said what slots you wanted deposited. It seems like that script would sometimes bug out and bank everything, so I just updated the script and changed the way the bot deposits the logs. Try it out and let me know if that fixes the issue.
Updated!
-It should now do any type of log including magics
-Should stop banking the knife
-Should properly display what version it is
Will test now, thanks.
EDIT: Did you make the default coordinates of the knife the first slot? I cba to check the coordinates.. I assume you did.
Last edited by the elve age; 03-22-2013 at 06:54 PM.
Eh... I'd revert this back to v2.31. v2.32 is even more buggy than before :/. It has a real problem with banking/withdrawing willow logs/willow longbows.
The exact problem is the script will fletch a load, bank the longbows (u), withdraws the willow logs, then tries to 'Cut X', it doesn't enter any number in and then clicks the bank, deposits all the logs, and will fletch this load. So basically it's skipping loads
Not sure? I just fletched 6 invos flawlessly in a row. Your internet might be slower than mine, if so change line 279's wait time:
The strange thing is, the code for fletching is literally identical in 2.31 and 2.32. The only things I changed was how it deposited, and I fixed the fail-safe for logs because I accidently used a capital L when it is case sensitive.Simba Code:Wait(RandomRange(921, 1014));
Banks all but 2-10 bows then sits there endlessly right clicking in spot 14 looking for the log to bank that isn't actually there because for some reason it banked it
2.32 keeps making mage shortbow u's instead of mage longbow u's.. and the bow type is on 1 and not 2.. what's the problem with that :/
There are currently 2 users browsing this thread. (0 members and 2 guests)