Commands

From PSwiki
Revision as of 22:29, 18 July 2010 by Ethryn (talk | contribs) (add more commands)
Jump to navigation Jump to search

There are many different commands which can be used within PlaneShift. Some commands help roleplaying, there are called "Roleplay Commands", there are others that are only useful for the Player (Player Commands), and some are useful for the character (Character Commands).

If you find the 'syntax' column difficult to understand, see the Syntax Guide below.


Character Commands

Command Syntax Function
/target
/target {[next|prev]} {[pc|npc|item]}} {name}
Targets on something or someone depending on the options
  • next Targets the next thing or person
  • prev Targets the prev thing or person
  • pc Targets a player
  • npc Targets a non-player character
  • item Targets an item
  • name Targets a thing or person containing "name"
  • any Targets the nearest object
/trade
/trade
Start trading with the selected player.


Communication

Command Syntax Function
/tellnpc
/tellnpc message
This is the default command when entering sending a message in the NPC channel

Talk to a NPC

  • message The message to deliver
/say
/say message
This is the default command when entering sending a message in the main channel

Talk out loud

  • message The message to deliver
/tell
/tell player {[/me|/my]} message
Talk to someone privately. With this command you can send text only the person you specify can see.
  • player The player in question
  • message The message to deliver
/shout
/shout message
Yell a message at the top of your characters voice
  • message The message to deliver
/guild
/guild {[/me|/my]} message
Speak to members of your guild, irrespective of distance
  • message The message to deliver
  • /me Similar to /me without /guild, but conveys it to guild members instead of to those in your immediate vicinity
  • /my Similar to /my without /guild, but conveys it to guild members instead of to those in your immediate vicinity
/group
/group {[/me|/my]} message
Speak to members of your group, irrespective of distance
  • message The message to deliver
  • /me Similar to /me without /group, but conveys it to group members instead of to those in your immediate vicinity
  • /my Similar to /my without /group, but conveys it to group members instead of to those in your immediate vicinity
/away
/away [off|message]
Set an automatic response should someone /tell you. Set if you're going to be away from the keyboard for a while.
  • message The message to deliver
  • off deactivate the auto-response


RolePlay Commands

Command Syntax Function
/greet
/greet
Greet the targeted person, or everyone if no one is target. Makes the character do the movement to greet (e.g. wave)
/wave
/wave
Makes the character wave
/bow
/bow 
Makes the character bow down
/kneel
/kneel
Makes the character kneel in front of everybody
/sit
/sit
Makes the character sit on the ground
/me
/me action
Gives a system message the your character those an action (no animation)
  • action The action done by your character e.g. "juggle with four balls"
/my
/my action
Similar to /me but speaking in the possessive (i.e. "Harnquest's hammer fell off the bench")
  • action The action done by your character e.g. "juggle with four balls"
/marriage
/marriage [propose player|divorce] message
Propose marriage to or divorce another player
  • propose propose marriage
  • divorce divorce your partner
  • player the player you're proposing to
  • message relevant message
/auction
/auction description
Put an item up for sale or offer to buy something.
  • description brief description of the item


Interface Commands

Command Syntax Function
/buddylist
/buddylist
Shows your Buddy list.
/ignore
/ignore
Shows your Ignore list.

Conversation of anyone listed here will not appear in your chat window.


In-game Assistance

Command Syntax Function
/advisormode
/advisormode [on|off]
Used to toggle the advisor mode option
  • on Toggle the advisor mode on
  • off Toggle the advisor mode off
/advice
/advice player message
Give help to a player. This command is only available when the advisor mode is on, and you can only advise players who have asked for help
  • player The player's name goes in there
  • message The message to deliver.
/help
/help message
This is the default command when entering sending a message in the help channel

Give your message to the advisers.

  • message The message to deliver


Utility Commands

Command Syntax Function
/screenshot
/screenshot {nogui} {lossless}
Takes a screenshot and saves it under "screenshots" in your install directory
  • nogui Takes a screenshot without all the user interface
  • lossless Takes a screenshot in png format, rather than jpg
/pos
/pos
Gives you your current position in the world.
/clear
/clear
Clears all the data in all chat windows.
/who
/who {filter}
Lists players currently online whose name, guild or rank matches the filter. If no filter is specified, all players are listed.
  • filter A Name, Rank or Guild
/report
/report player
Makes the server log everything the named player says for five minutes. Use this when a player is rude, cheating or griefing so the GMs and developers can review the log later and have proof.
  • player the player in question
/add_ignore
/add_ignore player
Add a player to your Ignore list. Use if a player is being rude and there is no GM around. Doing this will prevent anything they say from appearing in your chat window.
  • player the player in question
/remove_ignore
/remove_ignore player
Remove a player to your Ignore list.
  • player the player in question

Syntax Guide

The following tables use a specific typographical convention. This typographical convention is not used in game. It is used here to clarify syntax.

A word preceded with a slash (i.e. "/example") is a command.

Any word after a command written in plain text (i.e. "example") is a set required parameter.

Any word after a command written in italics (i.e. "example") is a variable required parameter. You may use any word or phrase you like here.

Any word after a command written between two curly brackets (i.e. "{example}" or "{example}") is an optional parameter. If it is also italicised, the parameter is variable.

Any words separated with a 'pipe' (|) and surrounded by square brackets (ie. "[apple | pear | peach]") are choices. Only one of them may be chosen. For instance, "/example apple" is valid, whilst "/example apple peach" is not. Once again, if it is italicised the parameter is variable.