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??
How to use target_aggressives or partyAggressives in macro??
Moderators: Moderators, Documentation Writers
-
- Noob
- Posts: 12
- Joined: 10 Dec 2011, 19:06
- Noob?: Yes
-
- Moderators
- Posts: 1196
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: How to use target_aggressives or partyAggressives in macro??
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 ;
But,i don't find the correctly code.-< This is a ask too.
I have expectation that a Developers answer my ask...
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 ;
Do you understand ?automacro gotoOK {
player "IamGM" , 8
do eval $char->{player}{master}{monsters} = 5
call {
}
}
But,i don't find the correctly code.-< This is a ask too.
I have expectation that a Developers answer my ask...
Learn rules
-
- Noob
- Posts: 12
- Joined: 10 Dec 2011, 19:06
- Noob?: Yes
Re: How to use target_aggressives or partyAggressives in macro??
What is master??
Server name??
When I use target_whenGround
How can I do??
Server name??
When I use target_whenGround
How can I do??