Difference between revisions of "PubMsgDist"

From OpenKore Wiki
Jump to navigation Jump to search
m (add this page to event Conditions category)
Line 1: Line 1:
Is checked on public messages, is true when the message matches the given <[[EventMacro#Regex|Regex]]> and the distance match the given condition.
+
{{Template:PubMsgDist}}
  
: Syntax:
+
[[Category:EventMacro_Automacros]]
PubMsgDist <[[EventMacro#Regex|Regex]]> <[[EventMacro#Math condition operators|Math condition operators]]>
 
 
 
: Example:
 
PubMsgDist /(buff|bless)/ < 5
 
 
 
: Set variables:
 
$.PubMsgDistLastName => Saves the name of the player which message activated PubMsgDist
 
$.PubMsgDistLastMsg => Saves the message which activated PubMsgDist
 
$.PubMsgDistLastPos => Saves the position of the player which message activated PubMsgDist
 
$.PubMsgDistLastDist => Saves the distance to the player which message activated PubMsgDist
 
$.PubMsgDistLastID => Saves the openkore ID of the player which message activated PubMsgDist
 
 
[[Category:EventMacro_Conditions_Event]]
 
[[Category:EventMacro_Conditions_Event]]

Revision as of 21:35, 4 July 2019

PubMsgDist
  • Description: Is checked on public messages, is true when the message matches the given regex and the distance match the given condition.
Syntax:
PubMsgDist <Regex> <Math condition operators>
Example:
PubMsgDist /(buff|bless)/ < 5
Set variables:
$.PubMsgDistLastName => Saves the name of the player which message activated PubMsgDist
$.PubMsgDistLastMsg => Saves the message which activated PubMsgDist
$.PubMsgDistLastPos => Saves the position of the player which message activated PubMsgDist
$.PubMsgDistLastDist => Saves the distance to the player which message activated PubMsgDist
$.PubMsgDistLastID => Saves the openkore ID of the player which message activated PubMsgDist