You got to be sure to have the most recent settings file else it will just tab over and over because the value it's reading is '0' which is $ptarget = 0 then Send("{TAB}",0), so make sure to keep your settings file with the compiled exe. The EEBot_V1.2.exe will function, however, it too needs the updated EEAutoPilot.settings, and of course the delays and skills will not be saved to the settings file as they are with the new source. All the .au3 files are now linked up and available from the updater. Only thing left in was the ShowStats function which is set to F2 as a debugging process of mine to check to see if the memory values show up correctly etc.Quote:
When i started the bot. i cant see the GUI. however it is visible. But the words are too small to read what everything is. Anyone can help me out with it?
sorry for double post. I find the GUI now. but still i got another problem that the bot just keeps spaming "Tab" key. so it keeps changing target. Any solutions?
Try using the Hotkey that starts the bot to pause it first then press ESC to exit that may resolve your issue. I really don't wish to be bothered adding code to handle whether or not the ESC key has been pressed or not before attacking.Quote:
Thanks Blinko it works but what im concern the bot only turns off for a couple of seconds when you hit ESC and starts again, also when used the character atacks a certain mob and leaves it after 5 seconds dead or not dead
Sounds to me like whats happening is you're closing the bot while it's still running its CheckTarget,CheckMP/HP and Attack Loop. So once it's finished with the loop it exits which is why it may close before the target is dead. Actually I just thought of a solution inside the CLOSE function we'll just add $running = NOT $running which should halt the bots function like you paused it. But if you let the bot start to attack a mob before u close it it will attack it then just sit and let you die :P
I fixed it, though I have not tested it. To those who have already used the updater and didn't recieve the .au3 files because I hadn't uploaded them yet you can trick it into thinking it needs to update again. Just open EEautoPilot.settings file in notepad and change the version number. It's currently set to 1.3.001 so just change it to something like 1.3.000 and then save it then run the updater. It'll download you the new au3 files, as well as the compiled exe an the settings file again.
Another thing that may help to solve some issues with the GUI is once you press F1 to bring up the settings window the game client loses focus. So it'll start sending keys to whatever window is active..not good! So until I have it automatically bring the window back into focus make sure to click back to your client window before executing the bot.
There will also be an auto-looting option coming shortly, as well as buffs,stackable heals, and main heals based on afkguys ideas (I'm not trying to compete, I just want to add this in as it was a nice idea and will give me more to code, so it will function differently respectively :P)