Dontei Posted May 7, 2013 Posted May 7, 2013 Hello all, I am basically brand new to autoit. I actually discovered autoit while searching for a way to create macro's to send txt macros for the mmo Tera Online. This is an example of my basic script that I have been attempting to use with mixed results. WinActivate("TERA") ControlSend("TERA", "", "", "{ENTER}", 0) Send("") ControlSend("TERA", "", "", "{ENTER}", 0) Yes, I realize this script is extremely simple but I have to start somewhere lol. Anyway, this script works perfectly about 1/3 of the time i execute it. Another 1/3 of the time it misses the first 3 letters off whatever I type,and the last third it simply closes the chat box and launches all kind of hotkeys in game, which is very annoying. I would appreciate any help I could get on this. : ) On a side note, is there a way to more easily launch the script then simply clicking on the run script program on my desktop?
somdcomputerguy Posted May 7, 2013 Posted May 7, 2013 Please read the Forum Rules. Game automation should not be discussed here. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Dontei Posted May 7, 2013 Author Posted May 7, 2013 I apologize, the category seemed to fit perfectly and I did not take the to yet. Most forums are pretty leniant on the begginer help sections. I will definitly look it over
Dontei Posted May 7, 2013 Author Posted May 7, 2013 Well, I suppose I will have to look somewhere else for help. I attempted to delete post but I do not have permision.
Moderators Melba23 Posted May 8, 2013 Moderators Posted May 8, 2013 Dontei,Most forums are pretty leniant on the begginer help sectionsBut we have Forum rules and expect you to respect them if you wish to use this forum. Please do so now and then follow them if you post again. But welcome to the AutoIt forum - and see you soon with a legitimate question I hope. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts