Closed Discussion, Empty Topic

05/16/2006 03:14 bigassmuffin#91
OK GUYS..my only mistake in this bot was releasing plans to early..

DONT WORRY, I WILL BE RELEASING IT...but so much stuff is going on, I havn't and will not have ANY chance to work on it this week..

sorry..but there is ALOT of delay..don't worry. I will work back on it ASAP!
05/17/2006 13:57 AlmostxUntitled#92
ya we understand, end of school year coming up probably trying to get those exams in and then just life itsself so no worries, im sure when you do release it will be top notch
05/18/2006 12:29 ahbish#93
^^ im looking forward, good luck
05/19/2006 05:45 bigassmuffin#94
OUCH...i finnaly had some free time to work on it..when I realized my previous scropt totally didn't work...and because it was pixel reading, that shows ever day or so..amyb every patc o soemthiong,the whole screen may shift to the right/left/up/down one pixel..making it unnoticable...

don't believe me? try putting a simple code in auto-it to read the color..something like this:

While 1
If (PixelGetColor(x, y) == HexColorCode) Then
MouseMove(x, y)
MouseDown ( "left" )
EndIf
WEnd


You will notice it will work for a bit, and shortly not work..

I am working on a way to get around this..

4 weeks gone to waste basicclly...!!!!!!
05/19/2006 06:04 N3W8Y#95
Quote:
Originally posted by bigassmuffin@May 18 2006, 23:45
OUCH...i finnaly had some free time to work on it..when I realized my previous scropt totally didn't work...and because it was pixel reading, that shows ever day or so..amyb every patc o soemthiong,the whole screen may shift to the right/left/up/down one pixel..making it unnoticable...

don't believe me? try putting a simple code in auto-it to read the color..something like this:

While 1
If (PixelGetColor(x, y) == HexColorCode) Then
MouseMove(x, y)
MouseDown ( "left" )
EndIf
WEnd


You will notice it will work for a bit, and shortly not work..

I am working on a way to get around this..

4 weeks gone to waste basicclly...!!!!!!
Yes the pixel color does alternate..but the way to get around that is by using multiple pixel color values...or use a range + or - the color value.

Hope this helps :D
05/19/2006 17:59 bigassmuffin#96
Quote:
Originally posted by N3W8Y+May 19 2006, 06:04--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (N3W8Y @ May 19 2006, 06:04)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin--bigassmuffin@May 18 2006, 23:45
OUCH...i finnaly had some free time to work on it..when I realized my previous scropt totally didn't work...and because it was pixel reading, that shows ever day or so..amyb every patc o soemthiong,the whole screen may shift to the right/left/up/down one pixel..making it unnoticable...

don't believe me? try putting a simple code in auto-it to read the color..something like this:

While 1
If (PixelGetColor(x, y) == HexColorCode) Then
MouseMove(x, y)
MouseDown ( "left" )
EndIf
WEnd


You will notice it will work for a bit, and shortly not work..

I am working on a way to get around this..

4 weeks gone to waste basicclly...!!!!!!
Yes the pixel color does alternate..but the way to get around that is by using multiple pixel color values...or use a range + or - the color value.

Hope this helps :D [/b][/quote]
Yes actually, I just started doing that last night after I posted..but I sitll had a problem, because say the correct pixel is lways furthest top left of my range of area to search for, then everntually it will be so far off, no pixel that color will fall onto the screen...

also what I'm thinking is, I know the pixels somehow vary often and change, but it may not shift, it may just dim..

in that case I will do a range of the color, like anyhting close to the color red...think of the color chart in the program paint, where You scroll the bar to change the vue of the color, that's what I'm going to try.
05/20/2006 20:41 JoeBlowME#97
hey.. im new, just curious bout this one. sounds great...but um... i havent read anything bout what happens if u get a gem:/ or would it just simply pick up ores on the ground when its not mineing? which would make it go real quick.? ne thoughts? or can someone direct me to the part that says if it mines a gem it stops working.
05/21/2006 00:17 RacingHart9987#98
[img]text2schild.php?smilienummer=1&text=Sounds great and i cant wait for it, and for all you that really cant wait just make 5-6 miners and go from there' border='0' alt='Sounds great and i cant wait for it, and for all you that really cant wait just make 5-6 miners and go from there' />
05/21/2006 12:12 Jake123#99
Hey man im not trying to rush u cos ur doing a real good job :) but i was just wondering do u have an idea when this will be released

Thanks ;)
05/21/2006 13:17 CallMeJoe#100
Good luck! can't wait till it's released!
05/22/2006 08:16 Zkid#101
OK...i took 30 minutes to read every damn word on this topic...
im just going to go over everything that wasn't in the first post nice and clearly to answer the leecher/noob questions, then im going to comment nice and clearly so there wont be any future questions.
Your bot can get 600 silver, buy a TC warp scroll, go from the TC Pharm to the mines using the conductress. Then it can mine, and detect, a full bag/inv of ore. If you mine a gem, it will place it into the MARKET WH. From the mines it can warp to TC and go to the market.
I believe your stuck at that point correct? If that's all correct then there should not be nemore gem questions or what not.
Now we understand you have a life, and we can accept the fact your friends,family and grades are more important than this, and we're not rushing you but that doesn't mean we want to wait 10 years when most of us are bored of conquer and have already made our own bots or made our own houses the old fasioned way. Soooo...i suggest trying to gather a team and split this into sections and make a project to make this go faster. I'm no good at any of this crap, so im not some1 u wanna rely on with this,lol, But there were a few ppl who wanted to help since ur so busy, cuz a lot of us DONT have lives and would rather create our lives through a game :rolleyes: so yea that's uhh...all i gots ta say.
[img]text2schild.php?smilienummer=1&text=Good Luck, Peace' border='0' alt='Good Luck, Peace' />
05/22/2006 12:06 jon9819711#102
right im srry if i havent read up too much about this one but when you finally get it too work wouldnt you just get caught, i mean if it jumps too the same places and that anyone would know ur botting right.

Anyways good luck on finishing it and dont let anyone bully you into hurrying it k.
05/22/2006 21:57 bigassmuffin#103
Quote:
Originally posted by Zkid@May 22 2006, 08:16
OK...i took 30 minutes to read every damn word on this topic...
im just going to go over everything that wasn't in the first post nice and clearly to answer the leecher/noob questions, then im going to comment nice and clearly so there wont be any future questions.
Your bot can get 600 silver, buy a TC warp scroll, go from the TC Pharm to the mines using the conductress. Then it can mine, and detect, a full bag/inv of ore. If you mine a gem, it will place it into the MARKET WH. From the mines it can warp to TC and go to the market.
I believe your stuck at that point correct? If that's all correct then there should not be nemore gem questions or what not.
Now we understand you have a life, and we can accept the fact your friends,family and grades are more important than this, and we're not rushing you but that doesn't mean we want to wait 10 years when most of us are bored of conquer and have already made our own bots or made our own houses the old fasioned way. Soooo...i suggest trying to gather a team and split this into sections and make a project to make this go faster. I'm no good at any of this crap, so im not some1 u wanna rely on with this,lol, But there were a few ppl who wanted to help since ur so busy, cuz a lot of us DONT have lives and would rather create our lives through a game :rolleyes: so yea that's uhh...all i gots ta say.
[img]text2schild.php?smilienummer=1&text=Good Luck, Peace' border='0' alt='Good Luck, Peace' />
ty for summerizing 7 pages of this topic, +karma :P
05/23/2006 19:20 DoggyDoo#104
Just wanted to say: sounds good Bigass! TY for your work so far.
Just take your time, and ask for help if youre stuck pls, many things have been done before.
And pls keep posting your problems, like that pixel color shit, so ppl can learn from that. Now I know I gotta find a way around the color if i wanna program a pixel-based bot :)
Anyway: great project, hope i can help in some way maybe, but i can understand your hesitant to team up with ppl. Tnx!
05/23/2006 22:31 Lucien#105
Sounds very useful :D