Difference between revisions of "Loot.php"

From Bebot Wiki 2
Jump to navigationJump to search
Line 5: Line 5:
 
Module to flat roll on items.
 
Module to flat roll on items.
  
 +
In AoC (all subcommands are preceded by !loot) :
  
 
!loot <item> - Adds an item to the roll list.
 
!loot <item> - Adds an item to the roll list.
 +
 +
!loot list - Shows current loot(s) list.
 +
 +
!loot clear - Removes all slots
 +
 +
!loot add <slot> - Marks player as candidate to win this slot
 +
 +
!loot rem <slot> - Unmarks player as candidate to win this slot
 +
 +
!loot result - Does the random roll(s) and lists the winner(s)
 +
 +
!loot reroll - Rerolls the unwon items
 +
 +
 +
In AO (upper subcommands are mained) :
 +
 +
!loot <item> - Adds an item to the roll list.
 +
 +
!list - Shows current loot(s) list.
  
 
!clear <slot> - Removes a specific slot
 
!clear <slot> - Removes a specific slot
  
 
!clear - Removes all slots
 
!clear - Removes all slots
 
  
 
!add <slot> - Marks player as candidate to win this slot
 
!add <slot> - Marks player as candidate to win this slot
Line 18: Line 37:
  
 
!prem <slot> <name> - Removes player from roll of the slot number given.
 
!prem <slot> <name> - Removes player from roll of the slot number given.
 
  
 
!result or !win - Does the random roll(s) and lists the winner(s)
 
!result or !win - Does the random roll(s) and lists the winner(s)

Revision as of 22:23, 27 November 2023

Loot

Description

Module to flat roll on items.

In AoC (all subcommands are preceded by !loot) :

!loot <item> - Adds an item to the roll list.

!loot list - Shows current loot(s) list.

!loot clear - Removes all slots

!loot add <slot> - Marks player as candidate to win this slot

!loot rem <slot> - Unmarks player as candidate to win this slot

!loot result - Does the random roll(s) and lists the winner(s)

!loot reroll - Rerolls the unwon items


In AO (upper subcommands are mained) :

!loot <item> - Adds an item to the roll list.

!list - Shows current loot(s) list.

!clear <slot> - Removes a specific slot

!clear - Removes all slots

!add <slot> - Marks player as candidate to win this slot

!rem <slot> - Unmarks player as candidate to win this slot

!prem <slot> <name> - Removes player from roll of the slot number given.

!result or !win - Does the random roll(s) and lists the winner(s)

!reroll or !rr - Rerolls the unwon items

!ffa - Lists unwon items as Free For All to loot


Note : in AO this command use can be simplified via the new Raid_Loot interface and/or some 3rd party tools like AOIA+ !mloot macros.