Macro problem / Won't work

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Rage327
Noob
Noob
Posts: 1
Joined: 12 Sep 2012, 12:36
Noob?: Yes

Macro problem / Won't work

#1 Post by Rage327 »

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
ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: Macro problem / Won't work

#2 Post by ever_boy_ »

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)