Party Chat Command

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

Moderator: Moderators

extronica
Noob
Noob
Posts: 6
Joined: 29 Sep 2012, 10:38
Noob?: Yes

Party Chat Command

#1 Post by extronica »

i want to activate my party console for my char that i allowed only, my char name is support and openkore, when i type "devo" using 1 of my character, my paladin will only devo who type the word "devo", and even one of my party mates type the word "devo" my paladin will just ignore him/her.


automacro keyword {
party /(support|openkore)(devo)/
call BuffMe1
priority 1
run-once 1
}

macro BuffMe1 {
$n = $.lastParty
$skill = $.lastMsg
goto skill

:skill
if ($skill == devo) goto buff


:buff
do sp 255 "$n"

goto finish

:finish
release keyword
}
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Party Chat Command

#2 Post by Raider »

What exactly is not working now?