To make the character sit after a spell you have to either put the sit shortcut on an F-Key or make a keybinding to sit. Then just have autoit click the F-key or click the shortcutQuote:
Hey, could someone please tell me how to make use autoit to make your character sit after spell and, click on another character like for auto sitg. Thanks
Send("{^a}") ; This sends CTRL+a to the active window (makes you sit down if you have bound sit to CTRL+a)
Send("{F8}") ; This send F8 to the active window (makes you sit down if you have sit at F8)
Do not attempt this if you didn't even know the above. Go ahead and learn some more basic stuff first.
Click on another character to autostig him is ALOT harder because you need to know the position on the screen where the other char is and that is really tricky.
But if you want to auto stig yourself from another window you can read your coordinates and the other chars coordinates and turn them in to x and y mouse coord and right click where the char is. (This is just if you have both windows open on the same computer)