What version? Indo?
To be honest : I now figured that the whole current grind core and logic sucks big hairy manballs. I am currently completly rewriting it.
Please give me a few more days, it will be better then :)
For now, if you ened a quick bot, you can still use the scripting function to write your own quick and dirty bot.
Code:
Program Kill;
Begin //Begin of program
Repeat
Sleep(200);
SelectClosestMob; //Select mob ACCORDING TO YOUR SETTINGS IN GRIND WINDOW
If gettarget <> 0 //Was it successfull?
then
Killmonster; //Own it
until terminated;
end. //End of program
Just an example. Potting will be active without pressing start, so you can use the builtin potting while running this script :)
Cheers