Yes
No
Yes, but in a different script
Add some entirely different feature (comment to let me know)
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
Ok thanks aloti will try it. I give you news after a run!
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
second proggy , about the same duration
Well it had a bug, couldn't find the bank. Mouse hovering around various TPA's till it found a matching color on the deposit box. and then the script terminated. This happened twice , didn't have that Wear bug anymore though.Code:*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *Kevin's Edgeville Crafter. *Time elapsed: 1 Hours, 13 Minutes and 25 Seconds *We have enchanted 1944 pieces of jewlery! (1593 per hour) *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Couldn't find the bank. Exiting
That's my helpful feedback lol. The rest is good![]()
Creds to DannyRS for this wonderful sig!
SO I got the script to compile, but it won't let me run without updating, and updating doesn't work. What to do?
Code:<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /svn/trunk/EdgevilleCrafter.simba was not found on this server.</p> </body></html>
Are you using version 1.91? While it also has an update bug I didn't fix (but think I recently discovered why, need someone to test for me), it should have a safety check to avoid the update in that version.
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
I tried using 1.6, which is in the OP.
Oh, I didn't try the 1.91, thought the one without version was the latest like before
1.91 won't compile,
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
Last edited by psyno; 02-11-2013 at 05:34 PM.
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
I think it would be fine to remove the updater in that version as I doubt the updater will work for most users of this as it depends on specific ssl libraries I think most non-developers (and even some developers) lack. I haven't figured a way around that and I only recently discovered that as the issue for it.
As for my anti-leech, there's 1 that causes a compiling error and another that should have nothing to do with running the script and doesn't affect functionality at all.
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
Following the reference, it's line 1075 in the newest version.
It's also possible to do the flat wait changingto a simpleSimba Code:repeat
wait(randomrange(25,50));
Inc(x);
until(IsWorking) or (x >= 100);
if (IsWorking)then
begin
repeat
begin
Stuck := 0;
AntiBan;
Wait(2500 + random(1000));
end;
until (IsWorking = False);
end elseSimba Code:wait(randomrange(50000, 55000));
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
Following what reference?
I just mean I read what line it was, downloaded that version and looked for it in the new version. My last post gave information based on the newest release.
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
I tried this for a little while but even after removing the anti-leech, it still paused for a little while and moved the cursor around before clicking on the furnace. I also noticed that it went behind the furnace several times. Otherwise, it's a great script that has very little start-up preparation and I think I would have used it longer if it weren't for those issues.
It actually occasionally goes behind the furnace as a part of antiban. It isn't always that players will click correctly the first time (and the symbol on the MM has some offset to where it is located in reference to the actual furnace).
Did you solve both small portions of the anti-leech? If not, then that will add a delay on purpose. If yes, then the delay is due to SPS being a slow technique and occasionally it does have to be fallen back to as a backup on busy worlds.
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
Yes, I solved both of the anti-leeches and it moves the cursor in random spots a few times before finally clicking the Furnace. I'm guessing it's either trying to locate it or this is another anti-ban measure. In my opinion, I think that the furnace minimap misclicking counteracts how a human would behave and may raise suspicion among the other players using the Furnace. I have never nor have I seen anyone click behind it, but again this is just my opinion.![]()
It works really well sometimes, but other times it opens up a bank deposit box and get stuck on the interface. Not sure what's causing it :S
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
add pottery crafting. urns, bowls, pie dish etc...
i edited your script to support dragonstone. works pretty good except the random mouse offset you have mentioned near the furnace.
thanks for script
update: i edited your furnaceDTM to avoid going outside of the furnace too regularly, removed the bankbooth banking since its not needed, used DTM to find furnace instead. its pretty much stable now.
all credits go to you since your the creator of the script :P
*Kevin's Edgeville Crafter.
*Time elapsed: 1 Hours, 2 Seconds
*We have gained 108878 Craft Experience! (109766 per hour)
*We have crafted 980 Dragonstone Bracelets! (988 per hour)
Last edited by dzpliu; 03-07-2013 at 01:51 PM.
A fix for all the "1 bar craft, then runs to bank" issues. After reading through the thread, I noticed one key clue from the developer of this script. He mentions that you should make sure the colour of the window telling you how many you have left to craft is correct (black). If it does not already pop up for you, right click your xp counter icon, and click on "toggle production dialog". This will make a window pop up during your crafting and the script should work.
*** THIS SHOULD BE ADDED TO THE OP SO PEOPLE KNOW*** (many of the other scripts on the forum for other skills require you to disable this window. I had forgotten about it, and so never thought to turn it on.
SRL has given me many 99s now, and many more to come. I hope to enhance the quality of the community here with feedback, progress reports, and testing scripts (and maybe learn a little along the way)
My Outdated ScriptsEdgeville Log Cutter | Edgeville AIO Jewelry | AIO Pickpocketer | Urn Activator | Slayer Tower | Slaying KuradalMy Working Scripts: Tutorials:Function Pointers and Why You Should Care! | Forms and Saving Settings | The Magic Behind Programming Tutorial | Recursive Recursion![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)