Quote:
Originally Posted by TheX
Thanks minnton, working method =)
Cant figure out the bot for now, im too busy.
|
Download MicroMacro from here:
Make a file called like florensia.lua in the scripts folder,
paste the code.
Start the game and open Cheat Engine and look for a 4Byte
adress that operates like this;
1 = Select a Target (So the Monster Information on top appears)
0 = Press ESC so the Monster Information will disappear.
Do this until you have a few adresses left and pick the one who works the best, and replace that in TargetLockadr = 0xYourAdress.
QuickBar has to be setup as the followned;
1 = Some Skill you want to be spammed.
7 = Regular Attack (You can get that stuff from the Character Information)
8 = Sit (Won't use Z/Y because its buggy)
0 = Next Target (Buggy to use Tab)
Also if you have enabled the Auto Revive option you have to define the Mouse Coordinates for which option you prefer.
Code:
ReviveX = 547;
ReviveY = 411;
And if you like to use pots you should Add another, or overwrite it if you dont like to sit, IF to the Heal() function like this;
Code:
if( PlayerHP <= 80 )
keyboardPress( key.VK_1 );
rest(300);
end
Bot is pretty much experimental, took me an hour to make it so no wonder. Testing time was 14
hours nonstop (On Low and High Mobs, got about 80k Gelt. Is that much?), without my interruption. Also it is recommended that you activate Looting on higher mobs, either it will probably not detect every monster that attacks the bot and might even Aggro some more.