Download MicroMacro from here:
[Only registered and activated users can see links. Click Here To Register...]
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