After a couple weeks, its ready for release. Its an Al Kharid Cooker
Features Include
- Multiplayer
- Antiban / Antirandom
- Drops Burnt Fish
- Fail-safes
- Works with ANY f2p fish Tuna
After a couple weeks, its ready for release. Its an Al Kharid Cooker
Features Include
- Multiplayer
- Antiban / Antirandom
- Drops Burnt Fish
- Fail-safes
- Works with ANY f2p fish Tuna
Last edited by Bad Boy JH; 02-14-2010 at 10:48 AM.
OK... that would be an issue with the SRL procedure OpenBankNPC, Not my script.
You could temporarily replace it by making your own banking procedure. Colorfinding the bankbooth/banker color and then making it right click and use a small findbitmap/dtm to find a part of "quickly" and then mouse it? Just a suggestion.
Back to scripting.
Im not patching a solution for a problem that should only exist for a little while not worth my time, I have a life...![]()
Fairly simple, cooked dtms are not needed. Fish dont change shape when they get cooked.
More failasfe and a little more organization will make this script better. I wouldn't say you worked on this for 2 weeks, you might have been learning for two weeks, but not making this script for two weeks, cmon :P.
Woot woot.
I thought Radial Walk Tolerance was made by Coh3n...
Your function looks exactly the same with some simple things added but the main function looks like its taken from Coh3ns RadialWalkTolerance. Shouldn't you give him the credit?
Last edited by FEAR; 12-18-2009 at 08:25 PM.
You finally released it! Here are some small adjustments:
Your ItemWithdraw function could be
SCAR Code:function ItemWithdraw : Boolean;
begin
LoadrawDTM
if(FindDTM(FoodDTM, x, y, MBX1, MBY1, MBX2, MBY2))then
begin
Result := True;
Mouse(x, y, 5, 5, false);
wait(200+random(200))
// Place ChooseOption rather than a mouse click
FreeDTM(FoodDTM);
end else // no semicolon after this
Result := False;
end;
Your Bank function could be:
SCAR Code:Function Bank:Boolean;
begin
Result := False
if(OpenBankNPC) then
begin
wait(625+random(250));
if(depositall) then
begin
wait(625+random(250));
Result := ItemWithdraw;
wait(625+random(250));
end;
end;
end;
In your cook function, take the semicolons off after the "else" and "do".
Overall you need standards work. But good job, you're getting the hang of it
~Camo
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Well, its not just that, I would have to design that and a find range function, and it is getting up to Christmas, which means lots of visiting family.
Plain and simple, No. I had made that function a week or so before that was released, I have no doubt that some of the idea to make that function ame from me.
Walking to the kebab shop failed which wasn't totally unexpected.
Symbol clicking isn't the most accurate way to mapwalk.. I suggest you use DTMs.
A. I did have a previous account and have done basic scripting before.
B. I must have got an outdated version of SRL, because it wasn't there for me.
I Looked at DDTM, but with al kharid's differing colors (ie ther aren't enough colors that are the same, without people walking past them, I have got failsafes, and If they don't work, I can't do much else.
First off, good job with this script : It's full of failsafes, probably works very well !
I have tried to modify it to cook seaweed instead of fish, but it doesn't seems to work. I attached it so you could see if I did anything wrong
If you want to add me on MSN I'd love to have a chat.
I don't check this place often, sorry.
Currently working on - Software Engineering degree. Thank you SRL for showing me the one true path
allright to add you own cooking procedure, to cook anything, in the same way as this, ie select the item, and use on range... and its not a F2P fish...then...
you need a DTM of the cooked and Raw Version of the food...
Go to LoadrawDTM
Add This line
SCAR Code:'newfood' : FoodDTM:=DTMFromString(*DTM number*);
replacing newfood with a name for your food and DTM number with...string you got for your DTM...
then go to...
LoadCookedDTM
add this line
SCAR Code:'newfood' : CFoodDTM:=DTMFromString(*Cooked DTM number*);
the only difference here is the CFoodDTM instead of GooDTM and you use the cooked DTM not the RawDTM
Then when you select the food, put in whatever you set as 'newfood' in the two procedures above...
LADIES AND GENTLEMEN!
NOW ANNOUNCING THE REVIVAL OF THIS SCRIPT
completely revamped, but not with all fish, currently tuna only, as that is all I had at the time...
^^^^^Nice
May use in the future when You have included More choices to cook
Being A Boss
Yeah, the DTM's Were broken, Runescape changed the outline ages ago i think, and since it was a while since I did anything with this, I wanted something simple-ish to get the hang of stuff, then I moved onto my chopper, which taught me more advanced stuff, now I decided that I wanted to finish of the whole bank load of stuff I had to cook, so I re-started this thing, almost from scratch, it was VERY basic...
imma test this out.
also:
SCAR Code:rawmonkfish := DTMFromString('78DA638C606460B8C18002F2FDEDC0342394C' +
'FE80764DD6240034CA86AA280AC8704D46400590F08A84903B26E' +
'12A1E6127E350042BB086B');
cookedmonkfish := DTMFromString('78DA634C61666050606440067E6E36601A26C' +
'A580254A382AA86818109554D1A508D360135514498530C54238D' +
'5F0D00B17803B0');
![]()
Last edited by Awkwardsaw; 02-18-2010 at 12:34 AM.
<TViYH> i had a dream about you again awkwardsaw
Malachi 2:3
Hey, I am going to get any f2p fish *soonish* but anyone who wants to give me DTM for p2p fish, I will add them in.
Last edited by Bad Boy JH; 02-18-2010 at 09:37 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)