
[Question] Say Monster name macro
Moderator: Moderators
-
- Noob
- Posts: 19
- Joined: 02 Jun 2008, 21:22
- Noob?: Yes
[Question] Say Monster name macro
anyone has this macro to say the name of the monster the bot see? i search but no help 

-
- Plain Yogurt
- Posts: 68
- Joined: 11 Jun 2011, 01:47
- Noob?: No
Re: [Question] Say Monster name macro
You mean something like this?
?
Code: Select all
automacro iseeyou {
monster all
log $.lastMonster
}
-
- Noob
- Posts: 2
- Joined: 15 Jun 2012, 12:42
- Noob?: Yes
Re: [Question] Say Monster name macro
It's not worked?VashTheStampede wrote:You mean something like this?
?Code: Select all
automacro iseeyou { monster all log $.lastMonster }
My openkore say something like "ignoring 'log$.lastMonster' (munch, munch, unknown automacro keyword)"
can anyone fix this?
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: [Question] Say Monster name macro
Anyone with macro plugin manual can.