HELP PLEASE ( MACRO PLUGIN DON'T RUN UPON STARTING MY BOT )

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

Moderator: Moderators

palawapaw
Noob
Noob
Posts: 4
Joined: 13 Sep 2011, 22:28
Noob?: Yes

HELP PLEASE ( MACRO PLUGIN DON'T RUN UPON STARTING MY BOT )

#1 Post by palawapaw »

this is the scenario, i'm trying to make my own automacro.. but upon starting the openkore, it doesn't seem to call my macro or run the macro i put at my macros.txt in my control folder..


here is my code inside my macros.txt
this is just a simple code, i'm just trying to make my bot call the macro, but it doenst call the macro or execute the macro i made..


automacro setup {
run-once 1
call kill
}

macro kill {
do c @go 11

}




please help me with this guys..
is there something i need to do first? so that my bot would execute my macros?
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: HELP PLEASE ( MACRO PLUGIN DON'T RUN UPON STARTING MY BOT )

#2 Post by EternalHarvest »

Have you installed macro plugin?