problem with status flag

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

Moderator: Moderators

Message
Author
kumba
Noob
Noob
Posts: 6
Joined: 28 Jun 2011, 03:08
Noob?: Yes

problem with status flag

#1 Post by kumba »

Hy,

i want to pm my hp when im out of buffs, so i wrote this little automacro. but it doesnt work.
i dont realy know what i am doing wrong, because i never had any problems with macros.

Code: Select all

automacro callher {
status not Increase Agility
status not Blessing
call getme
run-one 1
}
can someone tell me whats wrong with this code?
i also allready tested
status not Increase Agility, Blessing
and
status not Increase AGI
and
status not Increase Agi

none of them are working.

greetings Kumba

gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: problem with status flag

#2 Post by gamenikko »

run-one 1
it should be

Code: Select all

run-once 1
plus always put "" on automacro triggers specially when there are spaces,
Just like old times.

kumba
Noob
Noob
Posts: 6
Joined: 28 Jun 2011, 03:08
Noob?: Yes

Re: problem with status flag

#3 Post by kumba »

Hy,

thanks for your answer, but it wasnt the problem :-(

i write now "Increase Agility" and the run-once 1 without c was a typing error.
he allways triggers the automacro. not important if the status is Increase Agility or not :-(

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: problem with status flag

#4 Post by EternalHarvest »

kumba wrote:Increase Agility
i also allready tested
status not Increase Agility, Blessing
and
status not Increase AGI
and
status not Increase Agi
No need to test, use the name openkore displays for that status, or handle.

andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: problem with status flag

#5 Post by andy12345 »

kumba wrote:Hy,

thanks for your answer, but it wasnt the problem :-(

i write now "Increase Agility" and the run-once 1 without c was a typing error.
he allways triggers the automacro. not important if the status is Increase Agility or not :-(
Put the macro here too, (you can XXX the name).
The automacro seems right though, maybe you can try console /you're no longer blah blah/i <== Check your openkore console to know what to put here.

kumba
Noob
Noob
Posts: 6
Joined: 28 Jun 2011, 03:08
Noob?: Yes

Re: problem with status flag

#6 Post by kumba »

So i was able to fix the problem.

the macro plugin only reacts on the internal varnames.
in that case i had to use EFST_INC_AGI that he recognize it.
now it works flawless.

Post Reply