Pset: Difference between revisions

From MediaWiki
Jump to navigation Jump to search
imported>PeakStotatoes
m (Minor page tweak.)
 
m (added table, easier to read)
Line 1: Line 1:
== Pset ==
<code>#!pset</code> is the command used to display pets current settings and for setting your pets variables.
The '''#!pset''' command is used to set pet variables.


Command Format: '''#!pset <variable> <value>'''
Command Format: <code>#!pset <variable> <value></code>


== Variables ==
'''Cooldown:''' 10 seconds
=== Name ===
{| class="wikitable"
This variable affects your pet's name in the '''#!pet''' screen, as well as in battle.
|+
!Variable
!Value
!Description
!Level Req
|-
|name
|name
|Sets your pets name
|
|-
|display
|1/2
|Changes your #!pet display
|Pet Lvl 20
|-
|displayColor
|HEX code
|Changes your display 2 color
|Pet Lvl 45
|-
|image
|image URL
|Changes your pets image
|Pet Lvl 15
|-
|xprate
|0-100
|Changes the xp % your pet gets
|
|-
|healitem
|item name
|Changes the item used in #!pheal
|
|}
''Further Information on certain settings is shown below.''


'''#!pset name <16 characters maximum>'''
=== Name Settings ===
----
* Affects your pet's name in the '''#!pet''' screen, as well as in battle.
* 16 characters maximum.


=== Display ===
=== Display Settings ===
'''Level Requirement: 20'''
----
* <code>#!pset display 1</code> is the default #!pet display. <code>#!uset display 2</code> gives a modern embedded display to your <code>#!pet</code>


This variable affects how your pet's status screen will appear. There are two display options, one with purely plain text, the other with a colored band and space for an image.
* <code>#!uset displayColor <HEX></code> changes the color of the border only when using display 2.


'''#!pset display <1-2>'''
=== Image Settings ===
----
* Only appears on Pet Display 2, as a picture in the top-right of the pet status screen. The URL linking to your desired image can be any length but must end with an image file format, such as .png and .jpg. '''<u>Images must abide by Discord's Terms of Service.</u>'''


=== DisplayColor ===
=== XPRate Settings ===
'''Level Requirement: 45'''
----
 
* This variable adjusts the percentage of XP your pet will receive after each battle.
This variable only appears on Pet Display 2, as a vertical band that appears to the left of the pet's stats.
* This drains off of the xp that your character would usually get. In example, if XPrate is at 100, your pet will get all of the XP and your character will get none.
 
: Note: This variable requires a desired color's hexadecimal value, so if you were to desire a <span style="color: red">red</span> band next to your pet's stats, you would enter '''ff0000''' into the '''<HEX color>''' field below.
 
'''#!pset displayColor <HEX color>'''
 
=== Image ===
'''Level Requirement: 15'''
 
This variable only appears on Pet Display 2, as a picture in the top-right of the pet status screen. The URL linking to your desired image can be any length. '''<u>Images must abide by Discord's Terms of Service.</u>'''
 
'''#!pset image <URL to image>'''
 
=== XPRate ===
This variable adjusts the percentage of XP your pet will receive after each battle.  
 
'''#!pset xprate <0 - 100>'''
 
=== HealItem ===
This variable sets a specified potion-type item as the item used when invoking the '''#!pheal''' command. By default, the [[Health Potion]] is set as the healing item.
 
'''#!pset HealItem <item>'''


=== Healitem ===
----
* This variable sets a specified potion-type item as the item used when using <code>[[Pets#Healing pets|#!pheal]]</code>.
* By default, the [[Health Potion]] is set as the healing item. It is highly recommended to keep this item as the healing item.
[[Category:commands]]
[[Category:commands]]

Revision as of 02:34, 3 August 2019

#!pset is the command used to display pets current settings and for setting your pets variables.

Command Format: #!pset <variable> <value>

Cooldown: 10 seconds

Variable Value Description Level Req
name name Sets your pets name
display 1/2 Changes your #!pet display Pet Lvl 20
displayColor HEX code Changes your display 2 color Pet Lvl 45
image image URL Changes your pets image Pet Lvl 15
xprate 0-100 Changes the xp % your pet gets
healitem item name Changes the item used in #!pheal

Further Information on certain settings is shown below.

Name Settings


  • Affects your pet's name in the #!pet screen, as well as in battle.
  • 16 characters maximum.

Display Settings


  • #!pset display 1 is the default #!pet display. #!uset display 2 gives a modern embedded display to your #!pet
  • #!uset displayColor <HEX> changes the color of the border only when using display 2.

Image Settings


  • Only appears on Pet Display 2, as a picture in the top-right of the pet status screen. The URL linking to your desired image can be any length but must end with an image file format, such as .png and .jpg. Images must abide by Discord's Terms of Service.

XPRate Settings


  • This variable adjusts the percentage of XP your pet will receive after each battle.
  • This drains off of the xp that your character would usually get. In example, if XPrate is at 100, your pet will get all of the XP and your character will get none.

Healitem


  • This variable sets a specified potion-type item as the item used when using #!pheal.
  • By default, the Health Potion is set as the healing item. It is highly recommended to keep this item as the healing item.