Renshai Posted August 29, 2013 Posted August 29, 2013 Hi - I'm sorry if this question or general line of inquiry has been solved but I've done some searching and haven't really turned up a solution to my problem, so I thought I'd ask directly. What I'm trying to do is fairly simple and I imagine it's one of the common uses for the 'newb' user to AutoIt, automated action in a MMO game. I'm basically trying to design a simple background program that will run a few buffs constantly without interrupting whatever I'm doing otherwise at the moment of execution. It would be cool if this could work even if the window isn't the focus, but honestly that feature means very little in the interest of what I'm trying to do, so for now that portion can go right off the table. So say I have a buff that needs to be reactivated every 20 seconds. I could activate it by physically clicking the action in the quickbar, or hitting a keystroke to activate that quickbar slot. I can make either of those things happen with a coordinate based mouse click or by sending the physical key stroke. No problem. However what if I'm sending a message in the general chat box? This is where I'm stumbling, and I'm not sure if there is an easy solution or not. Thanks for your time!
FireFox Posted August 29, 2013 Posted August 29, 2013 Hi,Welcome to the autoit forum You said you made some searches, but did you find any locked topic asking for the same kind of thing?Please read the forum rules, link at the bottom right of each page.Br, FireFox.
Moderators Melba23 Posted August 29, 2013 Moderators Posted August 29, 2013 Renshai,FireFox is quite right - please read the Forum rules (the link is also at bottom right of each page) - particularly the bit about not discussing game automation - before you post again. Thread locked. 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