NPC based event macro trigger

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

Moderator: Moderators

emokillerhallow
Noob
Noob
Posts: 2
Joined: 22 Aug 2011, 03:28
Noob?: Yes

NPC based event macro trigger

#1 Post by emokillerhallow »

Good day, I'm having trouble on how to trigger my macro with a broadcast message of an NPC, here's the broadcast message of the npc

Fabre Punch Event started for the next 20 minutes! Kill the most of fabre you can!

any ideas how to trigger my macro with that above?

and im really curious cuz in my console, the broadcast message is

[GM] Fabre Punch Event started for the next 20 minutes! Kill the most of fabre you can!

Please help me, I've tried everything. :cry:
emokillerhallow
Noob
Noob
Posts: 2
Joined: 22 Aug 2011, 03:28
Noob?: Yes

Re: NPC based event macro trigger

#2 Post by emokillerhallow »

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

Re: NPC based event macro trigger

#3 Post by Mortimal »

Code: Select all

automacro dummy{
     console /\[GM\] Fabre Punch Event started for the next 20 minutes\! Kill the most of fabre you can\!/
     call dummy
}

no?
Please use pin function for uploading your file contents!
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: NPC based event macro trigger

#4 Post by EternalHarvest »

Mortimal wrote:

Code: Select all

<using console condition the way macro manual warns not to do>
no?
No.