Difference between revisions of "Raid.php"

From Bebot Wiki 2
Jump to navigationJump to search
Line 16: Line 16:
 
|!raid    |start    |              |Starts a raid                        |Leader    |N/A      |Leader    |
 
|!raid    |start    |              |Starts a raid                        |Leader    |N/A      |Leader    |
 
|!raid    |end      |              |Ends a raid                          |Leader    |N/A      |Leader    |
 
|!raid    |end      |              |Ends a raid                          |Leader    |N/A      |Leader    |
|!raid    |check    |              |Shows info about raid participants  |Leader    |N/A      |Leader    |
+
|!raid    |check    |              |Check presence of raid participants  |Leader    |N/A      |Leader    |
 +
|!raid    |list      |              |Shows info about raid participants  |Leader    |N/A      |Leader    |
 +
|!raid    |reward    |<pts>        |Rewards a raid                      |Leader    |N/A      |Leader    |
 +
|!raid    |punish    |<pts>        |Punishes a raid                      |Leader    |N/A      |Leader    |
 
|!raid    |join      |              |Join a raid                          |Guest    |N/A      |Guest    |
 
|!raid    |join      |              |Join a raid                          |Guest    |N/A      |Guest    |
 
|!raid    |leave    |              |Leaves a raid                        |Guest    |N/A      |Guest    |
 
|!raid    |leave    |              |Leaves a raid                        |Guest    |N/A      |Guest    |
Line 23: Line 26:
 
|!raid    |lock      |              |Locks the raid from further joins    |Leader    |N/A      |Leader    |
 
|!raid    |lock      |              |Locks the raid from further joins    |Leader    |N/A      |Leader    |
 
|!raid    |unlock    |              |Opens the raid for joins after a lock|Leader    |N/A      |Leader    |
 
|!raid    |unlock    |              |Opens the raid for joins after a lock|Leader    |N/A      |Leader    |
|!raid    |command  |<text>        |Shout a raid command                |Leader    |N/A      |Leader    |
+
|!raid    |notin    |              |Warns not joined to do so            |Leader    |N/A      |Leader    |
^Command  ^ Keyword  ^Argument(s)  ^Description                          ^Tell      ^Guild    ^Priv      ^
+
|!raid   |notinkick |              |Kicked not joined                    |Leader    |N/A      |Leader    |
|!c       |          |<text>        |Synonym for !raid command <text>    |Leader    |N/A      |Leader    |
+
|!raid    |top      |              |Shows Leaders/Raiders Top #10        |Leader    |N/A      |Leader    |
 +
|!s       |          |<text>        |Shouts the text on channel          |Leader    |N/A      |Leader    |
 
</pre>
 
</pre>
  

Revision as of 18:39, 26 August 2021

Raid.php

Description

Handles raid functions and awards raid points


Features

 * List of features the module provides


Commands provided
^Command  ^ Keyword  ^Argument(s)   ^Description                          ^Tell      ^Guild     ^Priv      ^
|!raid    |start     |              |Starts a raid                        |Leader    |N/A       |Leader    |
|!raid    |end       |              |Ends a raid                          |Leader    |N/A       |Leader    |
|!raid    |check     |              |Check presence of raid participants  |Leader    |N/A       |Leader    |
|!raid    |list      |              |Shows info about raid participants   |Leader    |N/A       |Leader    |
|!raid    |reward    |<pts>         |Rewards a raid                       |Leader    |N/A       |Leader    |
|!raid    |punish    |<pts>         |Punishes a raid                      |Leader    |N/A       |Leader    |
|!raid    |join      |              |Join a raid                          |Guest     |N/A       |Guest     |
|!raid    |leave     |              |Leaves a raid                        |Guest     |N/A       |Guest     |
|!raid    |add       |<name>        |Adds player <name> to the raid       |Leader    |N/A       |Leader    |
|!raid    |kick      |<name>        |Kicks player <name> from the raid    |Leader    |N/A       |Leader    |
|!raid    |lock      |              |Locks the raid from further joins    |Leader    |N/A       |Leader    |
|!raid    |unlock    |              |Opens the raid for joins after a lock|Leader    |N/A       |Leader    |
|!raid    |notin     |              |Warns not joined to do so            |Leader    |N/A       |Leader    |
|!raid    |notinkick |              |Kicked not joined                    |Leader    |N/A       |Leader    |
|!raid    |top       |              |Shows Leaders/Raiders Top #10        |Leader    |N/A       |Leader    |
|!s       |          |<text>        |Shouts the text on channel           |Leader    |N/A       |Leader    |

Notes to table:\\


Related commands

 * **!points** - Manage raid points. See Points.php
 * **!caller** - Manage callers for raids and events. See Callers.php