|
Post by Dragutin on Jan 29, 2005 14:18:42 GMT -5
I just wanted the Master's ideas if this is possible. If it is not or would be {Inredibly Tough} to do please let me know!
Also I'd like to be pointed to a small bot that i could start with. Maybe like a bot that attacks a spawn of something in one area (A sample of something would be nice. But an explanation is good too!) Since I plan to build a farming bot this is the direction I'd be heading.
The only thing I still cannot figure out is This GetPixelColor thing and how the whole entire process of gettin a pixel works! I keep reading the guide sections on how to make one but everything is still as new as Latin was when i began to take it >< Thanks for all help in advance!
EDIT: Also, i do not understand how to get a script to target specific Mobs. (I got this confused with PixelGetColor and thought that you took a picture of the mob and got a certain Pixel Off of it somewhere) So if someone could help explain to me how to get the script to target specific mobs in areas with some mobs i don't want! Again thanks in advanced for the help
|
|
|
Post by Izlude on Apr 15, 2005 18:53:26 GMT -5
well i think its definately do-able since jubei has already made a lvling bot from 1-10. i think it would be similarly based, u would just need to find the different stuff for the diff area u want to farm in. a simple one could be made if u had a ranged attack of some sort. u could really just have a simple
$MyTarget="-----" Send("{TAB}") If $mob = $MyTarget Then Send("^1"); voke macro
btw this definately wont work but if u had something like this set up in the gleshba outpost or something it could work....
|
|
|
Post by Dragutin on Apr 30, 2005 15:07:24 GMT -5
so the $MyTarget="----" function does it automatically target whatever you input in the " " ?
|
|
|
Post by Izlude on May 2, 2005 19:30:30 GMT -5
not it tells the script what the target it so intead of typing it u put $MyTarget
|
|