View Full Version : quick scripting help please
jdmzak
01-10-2012, 09:49 PM
so, i cant wrap my mind on how i would write click spell then click monster. its a spell that cant be set as autocast. i would like to use "cast()" but im not sure how to make it cast at a monster.
i was thinking something like cast, then use findcolorspiral and mmouse? but that seems to much like a macro instead of human, anyone know a good way to write it?
x[Warrior]x3500
01-10-2012, 10:07 PM
Easiest way in my opinion.
1. use cast('',false);
2. open ACA and create a findobject(); function (finds the monster).
3. put it in you script ;)
EDIT: also, in ACA u will probably want to use CTS 2
EDIT2: your code should eventually look something like this:
cast('spell name here', false);
if(FindMonster(x,y))then
mouse(x,y,0,0,true);
jdmzak
01-10-2012, 10:11 PM
x3500;888520']Easiest way in my opinion.
1. use cast('',false);
2. open ACA and create a findobject(); function (finds the monster).
3. put it in you script ;)
EDIT: also, in ACA u will probably want to use CTS 2
easy enough, thanks for the quick response broskie
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.