Difference between revisions of "PartyMsgNameDist"

From OpenKore Wiki
Jump to navigation Jump to search
(Add EventMacro event condition: PartyMsgNameDist)
 
m (4epT moved page partyMsgNameDist to PartyMsgNameDist over a redirect without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Is checked on party messages, is true when the message matches the given regex and the name of the player which sent it also matches it's given regex and the distance matches the condition.
+
{{Template:PartyMsgNameDist}}
  
: Syntax:
+
[[Category:EventMacro_Automacros]]
PartyMsgNameDist <[[EventMacro#Regex|Regex]]> <[[EventMacro#Regex|Regex]]> <[[EventMacro#Math condition operators|Math condition operators]]>
 
 
 
: The first regex is for the message, the second one is for the player name
 
 
 
: Example:
 
PartyMsgNameDist /(buff|bless)/ /Player to buff/ < 3
 
PartyMsgNameDist /stop/ /GM/ >= 4
 
 
 
: Set variables:
 
$.PartyMsgNameDistLastName => Saves the name of the player which message activated PartyMsgNameDist
 
$.PartyMsgNameDistLastMsg => Saves the message which activated PartyMsgNameDist
 
$.PartyMsgNameDistLastPos => Saves the position of the player which message activated PartyMsgNameDist
 
$.PartyMsgNameDistLastDist => Saves the distance to the player which message activated PartyMsgNameDist
 
$.PartyMsgNameDistLastID => Saves the openkore ID of the player which message activated PartyMsgNameDist
 
 
[[Category:EventMacro_Conditions_Event]]
 
[[Category:EventMacro_Conditions_Event]]

Latest revision as of 21:52, 12 September 2021

PartyMsgNameDist
  • Description: Is checked on party messages, is true when the message matches the given regex and the name of the player which sent it also matches it's given regex and the distance matches the condition.
Syntax:
PartyMsgNameDist <Regex> <Regex> <Math condition operators>
The first regex is for the message, the second one is for the player name
Example:
PartyMsgNameDist /(buff|bless)/ /Player to buff/ < 3
PartyMsgNameDist /stop/ /GM/ >= 4
Set variables:
$.PartyMsgNameDistLastName => Saves the name of the player which message activated PartyMsgNameDist
$.PartyMsgNameDistLastMsg => Saves the message which activated PartyMsgNameDist
$.PartyMsgNameDistLastPos => Saves the position of the player which message activated PartyMsgNameDist
$.PartyMsgNameDistLastDist => Saves the distance to the player which message activated PartyMsgNameDist
$.PartyMsgNameDistLastID => Saves the openkore ID of the player which message activated PartyMsgNameDist