Hello guys,
I have a problem with macros. I updated all files (control field etc.), created the plugin folder, downloaded macro.pl and put it into my pugins folder.
I created a macros.txt file in control and wrote a little macro (i think)
macro walk {
move payon
}
I wanted to start with something simple.
How do i trigger macros? Do i have to install something? I was told to type "macro macroname" in the console but it didn't work. It says command "macro" doesn't exist.
Thanks for your help.
Rage327
Macro problem / Won't work
Moderator: Moderators
-
- Developers
- Posts: 308
- Joined: 06 Jul 2012, 13:44
- Noob?: No
Re: Macro problem / Won't work
1. read this: http://wiki.openkore.com/index.php?title=Macro_plugin
2. learn the difference between macro and automacro.
3. whenever you're doing a command inside a macro, you'll want to tell kore to do it by using DO (e.g: do move payon, do relog, do sit)
2. learn the difference between macro and automacro.
3. whenever you're doing a command inside a macro, you'll want to tell kore to do it by using DO (e.g: do move payon, do relog, do sit)