Post by amarko87 on Aug 31, 2005 15:46:20 GMT -5
Just to start.... If you're afraid to ask questions you're afraid to learn.
Tiny, this is directed toward you.
I want to make my own new fishing bot. I've got some ideas and I have basic knowledge in programming about how to make it work (if's, then's, do while, while, basic basic stuff). I just want to clarify some of this stuff.
Basically, the idea is: using the getpixel function (don't care about accurate spellings and/or function names atm) use it to check the colour of the pixels where the hands of the fisherman are. I've got all the screenies ready to use this with. I was thinking of different ways to look at this, and using the rod seems just too difficult as it moves around so much and has such a small amount of pixels dedicated to it. The hands, on the other hand, may move a bit, but never more than a half hand width away. So using an if statement, check to see if the hands are on the left, right or in the middle and do the corresponding action (a while or do while loop that just keeps hitting 4 or 6 on numpad).
And another getpixel function that would hit enter when the stamina bar turns grey (when the fish dies essentially). And for fighting, since I'm a melee char (50 MNK) I'd like to implement something that could use TP if I've got to fight a mob... that would be nice, but not necessary at the moment.
Questions:
What kind of language should I start to write with? (I only really know some C++ (forgotten most anyway) and a little more Java (forgotten a lot of that too, lol). But I can pick up and learn the basics of what I'd need fairly easily. Just got to get the right syntax.
What kind of language are the scripts on here written with? I really have no idea.
Once I start on this project I think I'll keep this updated and maybe some people will be able to help me out, although this doesn't really seem to be all that active anymore. And I'll want to keep it on this board, at least until I'm finished with it, as it seems that the people on here are not only smart, but have a respect for programming. I just don't want some money-scrounging ass to hassle me to finish it just for him.
Thanks for any help.
Tiny, this is directed toward you.
I want to make my own new fishing bot. I've got some ideas and I have basic knowledge in programming about how to make it work (if's, then's, do while, while, basic basic stuff). I just want to clarify some of this stuff.
Basically, the idea is: using the getpixel function (don't care about accurate spellings and/or function names atm) use it to check the colour of the pixels where the hands of the fisherman are. I've got all the screenies ready to use this with. I was thinking of different ways to look at this, and using the rod seems just too difficult as it moves around so much and has such a small amount of pixels dedicated to it. The hands, on the other hand, may move a bit, but never more than a half hand width away. So using an if statement, check to see if the hands are on the left, right or in the middle and do the corresponding action (a while or do while loop that just keeps hitting 4 or 6 on numpad).
And another getpixel function that would hit enter when the stamina bar turns grey (when the fish dies essentially). And for fighting, since I'm a melee char (50 MNK) I'd like to implement something that could use TP if I've got to fight a mob... that would be nice, but not necessary at the moment.
Questions:
What kind of language should I start to write with? (I only really know some C++ (forgotten most anyway) and a little more Java (forgotten a lot of that too, lol). But I can pick up and learn the basics of what I'd need fairly easily. Just got to get the right syntax.
What kind of language are the scripts on here written with? I really have no idea.
Once I start on this project I think I'll keep this updated and maybe some people will be able to help me out, although this doesn't really seem to be all that active anymore. And I'll want to keep it on this board, at least until I'm finished with it, as it seems that the people on here are not only smart, but have a respect for programming. I just don't want some money-scrounging ass to hassle me to finish it just for him.
Thanks for any help.