I have been using this got for some time now, and wondered if theres a special class that does better in botting, as so far my mage still dies on lv 8 mobs even tho its lv 16. Or are there some better way to make it attack whats attacking me?
xrozhija wrote:I have been using this got for some time now, and wondered if theres a special class that does better in botting, as so far my mage still dies on lv 8 mobs even tho its lv 16. Or are there some better way to make it attack whats attacking me?
Rogues are a good class to bot with.. dodge rate and high dps.
I've been working on a GUI for configuration in my space time.. I'm actually trying to teach myself some programming languages and i though this would be a pretty good place for my first real project.. I have it writing to the xml file perfectly I'm just trying to firgure out how to load the xml file into my program.. anyways here's a WIP screenshot.
Looks good. You can try using Expat to load XML files.
I noticed you've got "Update bot", "Create path", and "Run bot" buttons. I'm not sure if you know this already, but you can make these work by running micromacro.exe with the scripts through command-line arguments. That is, use ShellExec to run "micromacro.exe scripts/rom/bot.lua update", for example.
You need to run "C:/Path/To/RoM/Client.exe NoCheckVersion" to get around that. You should allow the path to be editable. Many users have 64 bit operating systems (myself included), which means RoM resides in "Program Files (x86)" rather than just "Program Files".
Yes, it is. Check the documentation for the functions you want to use. Shell() doesn't seem to take a path to execute from, so try ShellExecute() instead.
I also have to rewrite the load operation using another class.. the one i was useing needed the data to be sequential.. so if 1 person has 4 skills and the other person has 3 it will mess it up.. so yea im working on that right now.
The WIN32 API functions are, for the most part, the same across all languages. I'm sure there is an equivalent you can use. Alternatively, you could just open the launcher.
Thanks for the help, key.VK_9 worked, however my macro /script CancelDuel(); did not remove the dialogs from my screen. I have both a party invite remover and duel invite remover but neither appear to work. =\