Help my macro can't @autolootitem

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
diftadoank
Noob
Noob
Posts: 13
Joined: 27 Mar 2017, 02:33
Noob?: Yes

Help my macro can't @autolootitem

#1 Post by diftadoank »

hi all..can u help me all..

this my macro..but problem in autoloot

Code: Select all

automacro autoloot{
    hp > 0%
    run-once 1
    exclusive 1
    call {
        do c @autolootitem gold
    }
}


automacro warp1 {

console /You tried too long to move/i

call {

do c @warp pay_fild10

}
}

automacro warp {

console /Can't reach or damage target, dropping target/i

call {

do c @warp pay_fild10

}
}


automacro warp2 {

console /Cannot calculate a route/i

call {

do c @warp pay_fild10

}
}
autolootitem not work im my BOT..and pls chek for all macro..thx bro..

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Help my macro can't @autolootitem

#2 Post by Mortimal »

Must use plugin young padavan:

......\openkore\plugins\needs-review\cmdOnLogin\trunk\cmdOnLogin.pl move to ......\openkore\plugins\

in control\sys.txt add this plugin in list:

Code: Select all

# loadPlugins_list <list>
#   if loadPlugins is set to 2, this comma-separated list of plugin names (filename without the extension)
#   specifies which plugin files to load at startup or when the "plugin load all" command is used.
loadPlugins_list macro,profiles,breakTime,cmdOnLogin
in confix.txt add line:

Code: Select all

cmdOnLogin c @autolootitem gold
Please use pin function for uploading your file contents!

Locked