Working solid for the last 3hours.
Printable View
Working solid for the last 3hours.
Great! Looking into Urn Support now!
Um, that's bad standards, just saying. Nebula had it right with this image:
http://puu.sh/Pjp5
I call BS on that, don't drag me into your little argument. Especially with the claim you're making about me is false. I don't care what the line is, anything after a begin gets indented.
I don't agree with the public call out, however, there's more to this story that I can't share with you.
Any new updates with urn support? Super excitedd!!
Urns don't speed it up that much, just working out the kinks in it.Quote:
============S1NCooker==============
Time Running: 50 Minutes and 33 Seconds
XP Earned: 226500
XP/h: 278634
Items Cooked: 1050
===================================
Taking too much to get interface up
Taking too much to get interface up
Taking too much to get interface up
Taking too much to get interface up
Taking too much to get interface up
Taking too much to get interface up
Taking too much to get interface up
Taking too much to get interface up
Taking too much to get interface up
thats the error I keep getting...
Clicks the second from top row, the last shark it clicks it again and gives me this error. ^
I'll add a few failsafes in, give me a quick bit.
let me know when you added the fail safes and I'll test again
It shouldn't be 0.10, it should be 0.40 :o
Urn support is working great atm.
When will you post a update to fix the error I am getting?
It's already been posted. :duh:
Change 0.10 to 0.40 in SetColorToleranceSpeedModifier.
Sorry, I went to get a haircut and only JUST got back (was posting from my phone).
Yes, Urn support is still a bit buggy, and i'm trying to get it working 100% of the time since it seems to stop abnormally >.>
Has there been a stable release of the the basic cooking script yet?
nice script sin will try this out
s1n when will you release a stable release of your script out?
The fact s1n said it shouldnt be 0.10 I just figured someone had something in their script, I never messed with the script nor did I look to see if I should edit it from 0.10 to 0.40 I'll scroll into the script now fix it and post the line for others to scrub right to it to fix if they dont want to do CTRL+F
Line 61, not very far down for those who are interested.
SetColorspeed2Modifiers(0.40,0.99);
It randomly selects my raw shark in the bank, right clicks and goes at random right clicking doesnt leave bank; only cook 2 loads of sharks before it messed up...
I'm done testing the script; it screws up in more then one area, doesnt bank the items properly, doesnt withdraw them properly....
With an attitude like that, why would s1n want to fix a script for you? You haven't given any useful feedback, you double post even though you clearly know how to edit your post, and you complain nonstop and ask the same question over and over even when a solution has been presented.
The script will be fixed when it's fixed. Since other people have reported that it was in working order, I'm starting to wonder if it isn't a problem in your setup, rather than the script.
Let me put you in your place for a second, I didn't give a fucking attuide first of all. I've tested the script every time he posted a copy, I've sat and ran through every which way the errors came up and posted them.Quote:
With an attitude like that, why would s1n want to fix a script for you?
I didn't give a attuide when others were saying his scripting was wrong, I sat by and still gave effort to test, so let me tell you something until you test it your self don't bother posting talking about what I am doing, or what I am saying. You dig?
Lets see; on 08-06-2012, 10:37 PM I posted the first error that came up.Quote:
You haven't given any useful feedback
Error: divide by Zero at line 148
Then again 08-07-2012, 12:11 PM I posted the second error.
What do I need to give with useful feedback? Do I need to kiss ass as far as feedback or is a simple error report justice enough or is that not good enough for you?
I complain? I post the same question over & over? Lets see;Quote:
you complain nonstop and ask the same question over and over even when a solution has been presented
When Change 0.10 to 0.40 in SetColorToleranceSpeedModifier. was mentioned Shay stated it should have been 0.40 so there was no need to change it from 0.10 to 0.40 so I didnt think to even look at it.
Until you reposted it acting like rude asshole it was then when I went to look into the script to change it as it was 0.10 so Shay was in fact incorrect, and I'd have thought Shay could have corrected that in the script but I figured wrong.
Again I don't see where I've complained until I've tested this script since it was posted, first to give feedback and quick with updates when a fix it presented.
I've set the script up properly, I've got no issues running any other script, apparantly there is a banking / withdraw issue.
Do your self a favor, dont post anything back in regards to me; my posts were directed at Shay not you, none of what you've said to me have yet to be useful or helpful you've been nothing but a pain in the ass so just keep it at that and if you wish to take it to another level send me a PM don't waste my time or spamming up some one elses thread.
"Error: divide by Zero at line 148"
Fill in a value for XpItem on line 11.
"I've set the script up properly, "
Clearly you haven't, see above.
"Let me put you in your place for a second, I didn't give a fucking attuide first of all."
He wasn't saying you were giving him a rude attitude, he was saying you were giving him a " Help me plz help help idk whats wrong help" whiney attitude.
Is there a non-rude way to say "You've asked for help literally 10 times [count for yourself], So just wait for a fix [which probably will never come], and shut up?"
I don't advise use of this script due to it being one giant infinite loop, but see above.
As I said before, if you have something to say take it to PM. Your previous post wasn't needed, so I just assume you couldn't take the time to read what I posted. LEARN TO READ, don't fill his thread with useless shit; take it to PM or dont say shit at all, you dig?
I am really glad that this script is still active, I like cooking in the cooking guild for some reason. Will be trying this out after I finish my current skill :)
Thanks for the great work
Joseph, I'm not too sure why it's not working for you..
I got a 280k/H proggy with the Clan Avatar boost.
Still processing iirc.
Will take a look at it shortly. Thanks for taking the time to post a video +rep
Well i'll upload my dev version.
<Removed In-appropriate content ~BraK>
Is there anyway to have it not click the same exact spot everytime it chooses the "cook shark" option without having to change a lot of code? Also, do you think it would make more sense to have it attempt some kind of anti ban while the food is cooking or is it better as it is now just having the mouse sit idle like a constantly afk player?
just trying to help you out..
Simba Code:function IsEvenNumber(x:Integer):Boolean;
var
n:Extended;
begin
repeat
n := (x / 2);
writeLn((n));
until(n = 1) or (n = 0.5);
writeLn((n));
if (n = 1) then
Result := True else Result := False;
end;
This would never work since the loop uses x which never changes so unless x is 2, this will continue on and on and on and on and on forever and ever and ever and on and on and forever.
A better method would be this:
Simba Code:{Full credit to Nebula for this, my original method was completely flawed}
function IsEvenNumber(x:Integer):Boolean;
var
n:Extended;
begin
n := x;
while n > 1.0 do
n := n / 2;
result := n = 1;
end;
Simba Code:procedure rToW;
begin
MouseItem(1,1);
Wait(50 + Random(750));
if FindBlackChatMessage('full') then
begin
wUrn := False;
Exit;
end else
wUrn := True;
end;
Tbh what I am posting below seriously upsets me I'm not trying to shit talk you I'm just saying that you should know better than this.
Could be this..Simba Code:procedure rToW;
begin
MouseItem(1,1);
Wait(50 + Random(750));
if FindBlackChatMessage('full') then
begin
wUrn := False;
Exit;
end else
wUrn := True;
end;
Simba Code:procedure rToW;
begin
MouseItem(1,1);
Wait(50 + Random(750));
result := not FindBlackChatMessage('full');
end;
Lol- These actually made me laugh
I was messing around with that, it didn't work so yeah.Simba Code:function IsEvenNumber(x:Integer):Boolean;
var
n:Extended;
begin
repeat
n := (x / 2);
writeLn((n));
until(n = 1) or (n = 0.5);
writeLn((n));
if (n = 1) then
Result := True else Result := False;
end;
Simba Code:procedure rToW;
begin
MouseItem(1,1);
Wait(50 + Random(750));
result := not FindBlackChatMessage('full');
end;
Erm, there's a few things wrong, it's a procedure so Result wouldn't work, and I need to set a global var to true :l
I meant wUrn not result. so this:
Simba Code:procedure rToW;
begin
MouseItem(1,1);
Wait(50 + Random(750));
wUrn := not FindBlackChatMessage('full');
end;
Gah well, that'll work too xD