What would be the best function to use when finding a monster and attacking it? Any help would be appreciated. Thanks!
Printable View
What would be the best function to use when finding a monster and attacking it? Any help would be appreciated. Thanks!
Use some kind of FindColorSpiralMulti() or something along those lines where you can use multiple colors. Monster colors are static so so use a color finding fxn where you can find multiple colors, then follow the basic pattern of FindColorSpiralMulti(); GetMousePos(x,y); Mouse(x,y,...) etc...
Thanks :duh: