Skip to main content

Main Arguments

  • --slot - Accepts multiple slots (use quotes if there are spaces in a slot name).
  • --rarity - Accepts multiple rarities.
  • --set - Accepts multiple sets (use quotes if there are spaces in the set name).
  • --equip - If used will only show equippable items.
  • --diff - If used will show the stat delta compared to what you currently have equipped (Only works on [p]cbackpack show).
  • --except - If used will show everything that does not match the specified query.
  • --match - Accepts a string, no quotes are needed. Will attempt to match items to this string.
  • --no-match - Opposite of --match
  • --icase - If --match or --no-match and --icase are used, matches will not be case sensitive.

For the following arguments:

  • These arguments accept 1 or 2 numbers. If 1 is passed it is treated as an equal match, if 2 then it is a range.
    • --str
    • --int
    • --cha
    • --luc
    • --dex
    • --lvl
    • --deg (Only works on [p]cbackpack show)

Example usage

  • [p]cbackpack show --equip --lvl >50
    • Will show only items that you are able to equip which have level higher than 50.
  • [p]cbackpack sell --slot head charm --rarity legendary ascended --no-match celestial --icase --lvl >50 <100
    • Will sell all legendary and ascended items in the head and charm slot that do not have the word "celestial" in them and that their level is between 51 and 99
  • [p]cbackpack show --except --str >50
    • Will show all items that have less than 50 str points
  • [p]cbackpack show --except --no-match celestial
    • Will Show every item that has "celestial" in the name (Case sensitive as --icase was not used)