Difference between revisions of "Chat"
m (→Flux) |
|||
(11 intermediate revisions by one user not shown) | |||
Line 11: | Line 11: | ||
{''command'',''input'',''input'',...}. Some commands only have one ''input'' and some have multiple ''inputs''. | {''command'',''input'',''input'',...}. Some commands only have one ''input'' and some have multiple ''inputs''. | ||
− | == | + | == Attribute == |
− | { | + | {A,''Attribute''} |
− | Example: To | + | Example: To show the attribute [[Swims]], you would type {A,Swims}, resulting in the attribute and its associated hover text: |
− | + | [[Image:heswims.jpg]] | |
− | Example: To | + | Example: To show the attribute [[Fear]](1), you would type {A,Fear,1}, resulting in the attribute and its associated hove text: |
+ | |||
+ | [[Image:fearme.jpg]] | ||
+ | |||
+ | == Card == | ||
+ | {C,''CardName''} | ||
+ | |||
+ | To display a link that will pop up a card image,cost,and text, such as Ord Stone, type {C,Ord Stone} | ||
− | |||
== Domains == | == Domains == | ||
Line 30: | Line 36: | ||
For example {D,0,1} will give [[Image:oneu.jpg]] and {D,0,3} will give [[Image:threeu.jpg]] | For example {D,0,1} will give [[Image:oneu.jpg]] and {D,0,3} will give [[Image:threeu.jpg]] | ||
+ | |||
+ | == Flux == | ||
+ | {Flux,''number''} | ||
+ | |||
+ | To display the flux cost, such as [[Image:42flux.jpg]], simply type {Flux,42} | ||
+ | |||
+ | == Images == | ||
+ | {I,''imagename.png''} | ||
+ | |||
+ | To display an image, such as the "Dim" Image [[Image:dim.png]], you would type {I,dim.png} | ||
+ | |||
+ | You can find a list of all images by looking where you downloaded the game client and browsing to /helpers/media/images/cntrimages | ||
+ | |||
+ | == TimeStamp == | ||
+ | {T,timesamp} | ||
+ | |||
+ | If, for some reason, you really want to display the current time, type {T,timestamp} | ||
+ | |||
+ | == Web Link == | ||
+ | {L,''url'',''title''} | ||
+ | |||
+ | Example: To link to http://www.thefarwilds.com, you would type: | ||
+ | |||
+ | <nowiki> {L,http://www.thefarwilds.com, The Far Wilds}</nowiki> | ||
+ | |||
+ | Example: To link to your [http://thefarwilds.com/forum/viewtopic.php?f=1&t=1335 favorite forum post], you would type: | ||
+ | |||
+ | <nowiki> {L,http://thefarwilds.com/forum/viewtopic.php?f=1&t=1335, Signs you have played too much TFW}</nowiki> | ||
+ | |||
+ | == Wiki link == | ||
+ | {W,''WikiPageName''} | ||
+ | |||
+ | To link to a wiki page, such as this one, you would type {W,Chat} |
Latest revision as of 21:36, 22 October 2009
Contents |
Chatting
You can chat in the game lobby as well as with other players. To chat with another player, you simply click their name and then select "Chat" from the drop down menu.
When typing in the lobby or in a chat window, there are several special chat features that you can use.
All of the special chat features are used with the following format: {command,input,input,...}. Some commands only have one input and some have multiple inputs.
Attribute
{A,Attribute}
Example: To show the attribute Swims, you would type {A,Swims}, resulting in the attribute and its associated hover text:
Example: To show the attribute Fear(1), you would type {A,Fear,1}, resulting in the attribute and its associated hove text:
Card
{C,CardName}
To display a link that will pop up a card image,cost,and text, such as Ord Stone, type {C,Ord Stone}
Domains
{D,DomainID,Number}
DomainID is an integer from 0 to 6, where 0 = unaligned, 1 = Sylvan, 2 = Imperial Celestium , 3 = Mountain Folk , 4 = Dark Legion , 5 = Chaos , 6 = Elemental
Number is the number of times you want that symbol repeated.
For example {D,0,1} will give and {D,0,3} will give
Flux
{Flux,number}
To display the flux cost, such as , simply type {Flux,42}
Images
{I,imagename.png}
To display an image, such as the "Dim" Image , you would type {I,dim.png}
You can find a list of all images by looking where you downloaded the game client and browsing to /helpers/media/images/cntrimages
TimeStamp
{T,timesamp}
If, for some reason, you really want to display the current time, type {T,timestamp}
Web Link
{L,url,title}
Example: To link to http://www.thefarwilds.com, you would type:
{L,http://www.thefarwilds.com, The Far Wilds}
Example: To link to your favorite forum post, you would type:
{L,http://thefarwilds.com/forum/viewtopic.php?f=1&t=1335, Signs you have played too much TFW}
Wiki link
{W,WikiPageName}
To link to a wiki page, such as this one, you would type {W,Chat}