Quote:
Originally Posted by Paraly
First you should try if it works with
Code:
Command=/use itemnamehere;
then you could also try it by moving it into your first quickbar slot of the first quickbar on quickbar page 1 and then use this command
Code:
Command=/quickbar 1 1 1;
If this does also not work you can do it with a rightclick like you said
________________________________________
I've added your ignore low level mobs idea into the combat routine ver 1.27, it will now ignore mobs that are 20 level below your own level
|
The low level mob check is for those maps like Heiron where you have lets say level 35 mobs and close to them level 1-2 "insects".
Yesterday I noticed that the script KS people, what about changing this:
Code:
_IFMemPtrRead=%TargetBase,%OffsetHP,DWORD,>0;
to
Code:
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,=100;
I haven't been able to test it with other people around, not sure if there is a better way to not KS.
------------------------------------------------------------------------
I have a problem with the bot, I am getting a "You don't have a proper target for that skill", here some info:
1- Using and unmodified script ver 1.28
2- Had the same issue with modified ver 1.24
3- Used the bot all night at Heiron no problem
4- Using it at Inggison right now and the problem shows up
5- Tried different log path records
6- The bot only kills one mob then it get stuck trying to cast skills when the target is dead and no target selection anymore
7- Presses ESC too while keeps trying to casts skills
8- Doesn't move
9- Tried closing and re-opening the tool
10- When I return to Heroin the bot works perfectly
Thanks in advance