Perhaps we can use the count in attackSkillSlot to improve the efficiency.
THX

Moderator: Moderators
those monsters like Familiar,Scorpion,Orc Warrior ...EternalHarvest wrote:What do you exactly mean by "active-attack monsters"?
teleportAuto_searchIF THERE IS ENOUGH MONSTERS
Easy to do manually, either by using $monstersList or $ai_v{temp}{searchMonsters} (current amount of search monsters); or by configuring monsters as always aggressive via mon_control and using options for teleporting from aggressives.snatch of fly again for avoiding death from too many monsters
sorry ,i can't understand clearly.could u explain this more?Easy to do manually, either by using $monstersList or $ai_v{temp}{searchMonsters} (current amount of search monsters);
using aggressives may lead to a situation that if i make aggressives > 1 and then stop snatching ,my character roger continue snatching endlessly .or by configuring monsters as always aggressive via mon_control and using options for teleporting from aggressives.
Openkore's internal variables, can be used in your macros (via @eval) and plugins.could u explain this more?
I can't really understand what kind of situation you're describing here.using aggressives may lead to a situation that if i make aggressives > 1 and then stop snatching ,my character roger continue snatching endlessly .
fine ,forget it.I can't really understand what kind of situation you're describing here.
Maybe rephrase or elaborate it?peeinginthepants wrote:fine ,forget it.I can't really understand what kind of situation you're describing here.
I still don't quite understand what exactly you need here. Doesn't teleportAuto_search do the same, initiating the attack only when there is enough monsters?automacro ag0
automacro ag1
Code: Select all
eval $ai_v{temp}{searchMonsters} >= 5
here,assuming that my character can't teleport, his job is rogue, so he can snatch a monster instead of teleport to search monsters.I still don't quite understand what exactly you need here. Doesn't teleportAuto_search do the same, initiating the attack only when there is enough monsters?
If you want to teleport from too many search monsters, use something like this in automacro conditions for macro with teleport: