Difference between revisions of "Chat commands"

From Anarchy Online Wiki [AOWiki]
(Added missing stuff and change layout a little)
Line 1: Line 1:
<html><style type="text/css"><!--
+
Chat commands are used in the Chat window, [[Macros|macros]], and [[Scripts|scripts]]. The are used for communication, pet control, org administrations, emotes, and other aspects of the game.  
.subhead {
 
font-weight: bold;
 
margin: 10px 5px 0px 5px;
 
padding: 0px 5px 0px 5px;
 
}
 
 
 
.basic .subhead { background-color: #eaeaea; }
 
.basic li { border-bottom: 1px dotted #eaeaea; }
 
 
 
.beginner .subhead { background-color: #a6ff87; }
 
.beginner li { border-bottom: 1px dotted #a6ff87; }
 
 
 
.guides .subhead { background-color: #92d8fd; }
 
.guides li { border-bottom: 1px dotted #92d8fd; }
 
 
 
.media .subhead { background-color: #c8bafc; }
 
.media li { border-bottom: 1px dotted #c8bafc; }
 
 
 
.tradeskills .subhead { background-color: #fbbd8a; }
 
.tradeskills li { border-bottom: 1px dotted #fbbd8a; }
 
 
 
.coding .subhead { background-color: #ff5656; }
 
.coding li { border-bottom: 1px dotted #ff5656; }
 
 
 
.aonews .subhead { background-color: #ffeb7a; }
 
.aonews li { border-bottom: 1px dotted #ffeb7a; }
 
 
--></style></html>
 
 
 
'''Chat commands (work in progress)'''
 
 
 
Chat commands can be used in [[Macros|macros]] and in [[Scripts|scripts]].<br>
 
 
 
This is a list with in game chat commands and their brief descriptions. <br>
 
 
 
  
 
== Communication related commands ==
 
== Communication related commands ==
Line 72: Line 37:
 
/me <message text>
 
/me <message text>
 
:sends a message to emote channel replacing /me with your in-game character name.
 
:sends a message to emote channel replacing /me with your in-game character name.
 +
 +
 +
== Open Commands ==
 +
 +
Open panels and chat tabs that are closed
 +
 +
{| border="1"
 +
|-
 +
!Command
 +
!Hotkey
 +
!Results
 +
|-
 +
| /open "press tab"
 +
| style="text-align: center;"  |
 +
| List current options
 +
|-
 +
| /open "Chatbox Tab Name"
 +
| style="text-align: center;"  |
 +
| Show hidden chat tab
 +
|-
 +
| /open ChatConfig
 +
| style="text-align: center;"  |
 +
|Chat Configuration panel
 +
|-
 +
| /open Controls
 +
| style="text-align: center;"  | CTRL + 2
 +
| Controls window
 +
|-
 +
| /open Faction
 +
| style="text-align: center;"  |
 +
| Faction
 +
|-
 +
| /open Friends
 +
| style="text-align: center;"  |CTRL + 7
 +
| Friends
 +
|-
 +
| /open InforView
 +
| style="text-align: center;"  |
 +
| Info window
 +
|-
 +
| /open Inventory
 +
| style="text-align: center;"  |I
 +
| Inventory
 +
|-
 +
| /open ItemStore
 +
| style="text-align: center;" |
 +
| Item Store
 +
|-
 +
| /open Knowledge
 +
| style="text-align: center;"  |CTRL + 3
 +
| Knowledge window
 +
|-
 +
| /open Missions
 +
| style="text-align: center;"  |CTRL + 4
 +
| Current Missions
 +
|-
 +
| /open Nano
 +
| style="text-align: center;"  |CTRL + 8
 +
| Nanos
 +
|-
 +
| /open NCU
 +
| style="text-align: center;"  |CTRL + 0
 +
| Current running nanos
 +
|-
 +
| /open Perks
 +
| style="text-align: center;"  |
 +
| Perks
 +
|-
 +
| /open PlaentMap
 +
| style="text-align: center;"  |P
 +
| Planet map
 +
|-
 +
| /open PlayfieldMap
 +
| style="text-align: center;"  |CTRL + 6
 +
| Playfield map
 +
|-
 +
| /open Raid
 +
| style="text-align: center;"  |
 +
| Raid setup
 +
|-
 +
| /open Settings
 +
| style="text-align: center;"  |F10
 +
| Options and Keyboard settings
 +
|-
 +
| /open Stats
 +
| style="text-align: center;"  |CTRL + 9
 +
| Statistics panel
 +
|-
 +
| /open Team
 +
| style="text-align: center;"  |CTRL + 5
 +
| team panel
 +
|-
 +
| /open Tradeskill
 +
| style="text-align: center;"  |SHIFT + T
 +
| Tradeskill construct popup
 +
|-
 +
| /open Wear
 +
| style="text-align: center;"  |CTRL + 1
 +
| Wear panel
 +
|-
 +
|}
  
 
== Pet related commands ==
 
== Pet related commands ==
Line 91: Line 157:
 
*/messagebox <message> - Opens a messagebox with <text> in it and a Ok button to close it. This is NOT the info window we will be using alot later, just a popup message box.
 
*/messagebox <message> - Opens a messagebox with <text> in it and a Ok button to close it. This is NOT the info window we will be using alot later, just a popup message box.
  
[[Category:Guides]]
+
== Chat Keyboard Controls ==
 +
{|border="1"
 +
|-
 +
| Go to Chat Command || Enter
 +
|-
 +
|Cycle through previous inputs || SHIFT + <arrow up> and SHIFT + <arrow down>
 +
|-
 +
| Activate input with reply to last /tell ||SHIFT + R
 +
|-
 +
| Cycle through which /tell to reply to ||SHIFT + <arrow up> and SHIFT + <arrow down>
 +
|-
 +
 +
|-
 +
| Submit chat input || <Enter>
 +
|-
 +
| Scroll back in chat history ||<Page Up>
 +
|-
 +
|Scroll forward in chat history||<Page Down>
 +
|-
 +
|Delete next character|| <Delete>
 +
|-
 +
|Delete previous character ||<Backspace>
 +
|-
 +
|Delete next word||CTRL + <Delete>
 +
|-
 +
|Delete previous word|| CTRL + <Backspace>
 +
|-
 +
|Move cursor one character left||SHIFT + <arrow left>
 +
|-
 +
|Move cursor one character right||SHIFT + <arrow right>
 +
|-
 +
|Move cursor one word left||CTRL + <arrow left>
 +
|-
 +
|Move cursor one word right||CTRL + <arrow right>
 +
|-
 +
|Move cursor to beginning of input ||<Home>
 +
|-
 +
|Move cursor to end of input||<End>
 +
|-
 +
|Toggle overwrite / insert||<Insert>
 +
|}
 +
 
 +
== Help Commands ==
 +
{|border="1"
 +
|-
 +
| Help screen  || /help
 +
|-
 +
| Pet Help || /help pet
 +
|-
 +
| Org Help || /help org
 +
|-
 +
| Petition Function for help commands || /help petition
 +
|-
 +
| Emote commands || /help emote
 +
|-
 +
| Macro syntax || /help macro
 +
|-
 +
| Basic scripting help || /help script
 +
|-
 +
| Short list of chat commands || //help chat
 +
|-
 +
| Team command help || /help team
 +
|-
 +
| Various commands || /help misc
 +
|-
 +
| Changing camera help ||/help camera
 +
|-
 +
| Shortcut bar help  ||/help actionbar
 +
|-
 +
| List Command Help  || /help list
 +
|-
 +
| Control Tower and Service Tower help ||/help towers
 +
|-
 +
| Voice commands || /help voices
 +
|-
 +
| Perks Help || /help perks
 +
|-
 +
| Shawdowlands faction Help || /help factions
 +
|-
 +
| Shadow level help || /help shadowlevel
 +
|}
 +
 
 +
[[Category:Commands]]

Revision as of 00:14, 12 December 2010