[help]Is there a plugin to count the monsters nearby?

This section is created for developers and non-developers who think that he/she has a good (and realistic) idea that might contribute to the OpenKore community.

Moderator: Moderators

Message
Author
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: [help]Is there a plugin to count the monsters nearby?

#11 Post by EternalHarvest »

Configure Snatch as attack skill, put conditions into it. For complicated conditions, you can label the config block and toggle its "disabled" condition with macro or something.

peeinginthepants
Noob
Noob
Posts: 7
Joined: 12 May 2012, 22:50
Noob?: Yes

Re: [help]Is there a plugin to count the monsters nearby?

#12 Post by peeinginthepants »

Code: Select all

eval $ai_v{temp}{searchMonsters} >= 5
i have tried this code. it seemed it did no work.

perhaps "temp"&"searchMonsters" need fix on my own ?

what i want is a special variable that can show the number of monsters nearby.

if i got this variable, i can use it with macro to toggle some skills' "disabled" in config by triggering an automacro.

Post Reply