Difference between revisions of "Callers.php"

From Bebot Wiki 2
Jump to navigationJump to search
(Created page with '====== Callers.php ====== ==== Description ==== Designate and list 'callers' for raids and events. ==== Features ==== * Supports multiple callers * Generates assist macr…')
 
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
  
 
===== Commands provided =====
 
===== Commands provided =====
 
+
<pre>
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
|!caller  | add      |<name>        |Adds player <name> as a caller      |N/A      |N/A      |Leader    |
 
|!caller  | add      |<name>        |Adds player <name> as a caller      |N/A      |N/A      |Leader    |
Line 20: Line 20:
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
 
|!callers |          |              |Show a list of callers              |N/A      |N/A      |Guest    |
 
|!callers |          |              |Show a list of callers              |N/A      |N/A      |Guest    |
 +
</pre>
  
 
<sub>
 
<sub>
 
Notes to table:\\
 
Notes to table:\\
 +
Always add the last player you want assisted first, and the main player you want assisted last.
 +
This is due to the order of resolution (the one as written in macro) of the assist.
 
</sub>
 
</sub>
 
  
 
==== Related commands ====
 
==== Related commands ====
  
 
   * **!raid** - Callers are often used with raids see [[Raid.php]]
 
   * **!raid** - Callers are often used with raids see [[Raid.php]]

Latest revision as of 09:06, 30 July 2021

Callers.php[edit]

Description[edit]

Designate and list 'callers' for raids and events.


Features[edit]

 * Supports multiple callers
 * Generates assist macros for participants


Commands provided[edit]
^Command  ^ Keyword  ^Argument(s)   ^Description                          ^Tell      ^Guild     ^Priv      ^
|!caller  | add      |<name>        |Adds player <name> as a caller       |N/A       |N/A       |Leader    |
|!caller  | del      |<name>        |Removes player <name> as a caller    |N/A       |N/A       |Leader    |
|!caller  | del      |all           |Clears the caller list               |N/A       |N/A       |Leader    |
^Command  ^ Keyword  ^Argument(s)   ^Description                          ^Tell      ^Guild     ^Priv      ^
|!callers |          |              |Show a list of callers               |N/A       |N/A       |Guest     |

Notes to table:\\ Always add the last player you want assisted first, and the main player you want assisted last. This is due to the order of resolution (the one as written in macro) of the assist.

Related commands[edit]

 * **!raid** - Callers are often used with raids see Raid.php