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
}
Party Chat Command
Moderator: Moderators
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Party Chat Command
What exactly is not working now?