How to use target_aggressives or partyAggressives in macro??

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Kyubiko
Noob
Noob
Posts: 12
Joined: 10 Dec 2011, 19:06
Noob?: Yes

How to use target_aggressives or partyAggressives in macro??

#1 Post by Kyubiko »

ex.
automacro SAFETYWALL {
player "IamGM" , 8
target_aggressives > 5
do sp IamGM MG_SAFETYWALL
run-once 1
}

but OK display [console] control\macros.txt: ignoring 'target_aggressives > 5' (munch, munch, unknown automacro keyword)
How can I do??
User avatar
SkylorD
Moderators
Moderators
Posts: 1196
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: How to use target_aggressives or partyAggressives in macro??

#2 Post by SkylorD »

Don't exist this command for a automacro.
See :

http://openkore.com/index.php/PartyAggressives

This command is for config.txt and not for macros.txt.

You can create automacro by the syntax of the config file,example ;
automacro gotoOK {
player "IamGM" , 8
do eval $char->{player}{master}{monsters} = 5
call {
}
}
Do you understand ?
But,i don't find the correctly code.-< This is a ask too.
I have expectation that a Developers answer my ask...
Learn rules
Kyubiko
Noob
Noob
Posts: 12
Joined: 10 Dec 2011, 19:06
Noob?: Yes

Re: How to use target_aggressives or partyAggressives in macro??

#3 Post by Kyubiko »

What is master??
Server name??

When I use target_whenGround
How can I do??