Points.php

From Bebot Wiki 2
Revision as of 18:50, 23 March 2021 by B3b0tUzR (talk | contribs)
Jump to navigationJump to search
Points.php

Description

Manages raid points


Features

 * Add and remove raid points
 * Transfer points between toons/players
 * Supports one account for all toons


Commands provided

^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^

|!points | |[name] |Shows points for player [name] |Guest |N/A |N/A |

|!points |add |<name> <points>|Adds <points> to player <name> |Leader |N/A |N/A |

|!points |del |<name> <points>|Renives <points> from player <name> |Leader |N/A |N/A |

|!points |give |<name> <points>|Gives player <name> <points> from your account |Guest |N/A |N/A |

|!points |transfer |<(on/off)> |Turns ability to transfer points on or off |Leader |N/A |N/A |

|!points |tomain |<(on/off)> |Turns single pool for all alts on or off |Leader |N/A |N/A |

|!points |all | |Shows the combined points for main and all alts|Guest |N/A |N/A |

|!points |top |<cutoff> |Shows the <cutoff> biggest point accounts |Guest |N/A |N/A |


Notes to table:\\

- If [name] is omitted in !points [name] then the account of the player calling the command will be shown.


Related commands

 * **!raid** - Join raids to earn raid points. See Raid.php


Module settings

^Setting ^Default ^Description ^

|Transfer |Off |Controls if points are transferrable between toons |

|To_Main* |Off |Controls if points are concentrated on main |

  • : To_Main became hidden, so to change its value use !points tomain check|on|off

(check doesn't change value, on also sets alts confirmation on to avoid abuses)

Notes to table:\\