Skip to content

Commands Reference

Bruno L. Carli edited this page Nov 21, 2020 · 5 revisions

This page presents the Orius available commands.

Quick index:


version

Returns the bot current version.

  • Aliases: [v]

  • Params: None

Usage:

o:version

status

Returns user general status. The status shows general information about the current status of the user, such as lv, current and max hp and mp, attributes of strength, magic, defense and more.

  • aliases: [st]

  • Params: None

Usage:

o:status

status print


skills

Lists all user learned skills. If set param was specified the return the skillset, which contains the moves used for combat.

  • Aliases: [sk]

  • Params:

    • list (default): Returns a list of all learned skills;
    • set: Returns the user combat skillset;

Usage:

Listing learned skills:

o:skills

skills print

Listing skillset

o:skills set

skills set print


set_skill

Set a learned skill for combat use. A skill in the skillset can be used for attacking other users. You can assign a learned skill with this command for combat use. You can only assign a learned skill, to check learned skills you have see the command skills.

  • Aliases: [set_skill|ssk|assign|set]

  • Params:

    • skill_name: Name of a learned skill

Usage:

o:set shock

set skill print


unset_skill

Unset a skill from skillset. A skill in the skillset can be used for attacking other users.You cant unassign a skill if you have none or only one skill on the skillset.

  • Aliases: [unset_skill|un|unassign|unset]

  • Params:

    • skill_name: Name of a learned skill

Usage:

o:unset smash

unset skill print


use_skill

Uses a skill against a target member. A skill, in the most cases causes damage on target. You can only use a skill that is in your skillset. You cant use skill on KOed player; You cant use skill if youre KOed; You cant use skill if you have not enough mp (move points) for using it.

  • Aliases: [use_skill|use|cast]

  • Params:

    • skill_name: Name of the skill to use;
    • target: The target is a discord mention, which means you have to target someone by mentioning the member tag.

Usage:

Casts flame on BeelzeBruno

o:use flame @BeelzeBruno

use print


add_stat

Increment an stat attribute by spending a skill point on it. You must have skill points enough for the transaction.

  • Aliases: [add_stat|add|addst]

  • Params:

    • attribute_name: Must specify the stat attribute such as hp, mp, defense ...
    • value: The amount of skill points to spend on the attribute. Must be an integer number.

Usage:

Increase magic in 3

o:add_stat magic 3

add stat print


reset

Resets your character to initial stats condition.

The minimum lv required to reset is 50.

Your lv will return to 1. All stats will return to base stats. All skills will be forgotten. But, all skill points earned will be retain and the character will start again with that many skill points to redistribute anyway you like.

  • Aliases: [rst]

  • Params: None.

Usage:

o:reset
Clone this wiki locally