Macro dont run upon opening my BOT

09/15/2011 14:41 palawapaw111#1
i got codes at my macros.txt
it wont run upon opening my bot.. can someone help me on this?

i did tried even a small code like this; (just to test if my bot really calls macros)


automacro setup {
run-once 1
call kill
}

macro kill {
do c @go 11
}


but it doesn't call it..
is there anything i need to set first before it will run my macro?
ive downloaded my openkore at openkore website the "openkore_ready"

help me on this one please..
thank you.....

Quote:
Originally Posted by palawapaw111 View Post
i got codes at my macros.txt
it wont run upon opening my bot.. can someone help me on this?

i did tried even a small code like this; (just to test if my bot really calls macros)


automacro setup {
run-once 1
call kill
}

macro kill {
do c @go 11
}


but it doesn't call it..
is there anything i need to set first before it will run my macro?
ive downloaded my openkore at openkore website the "openkore_ready"

help me on this one please..
thank you.....

this this minute,i've just figured out the solution to my problem..
thanks to this forum..
09/16/2011 13:04 ChibiEbil#2
Quote:
Originally Posted by palawapaw111 View Post
this this minute,i've just figured out the solution to my problem..
thanks to this forum..

And WHAT is the solution? You want help, but dont want to help people who has the same problem.
Also without an error message, its impossible to help.
10/23/2011 06:38 aotun1#3
automacro setup {
run-once 1
call kill
}

macro kill {
do c @go 11
}


you should have a condition to run the "call kill"

for example

automacro setup {
hp < 10%
run-once 1
call kill
}

when the bot have lower than 10% hp he will call kill macro
11/19/2011 14:59 palawapaw111#4
Quote:
Originally Posted by ChibiEbil View Post
And WHAT is the solution? You want help, but dont want to help people who has the same problem.
Also without an error message, its impossible to help.
i am not that so active in forums, been busy at school.
ive just redownloaded macro folder.. :D