Difference between revisions of "Channel System"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
To type in a channel, put its name where you would normally put a character name to whisper; sending a message to a channel joins it automatically. | To type in a channel, put its name where you would normally put a character name to whisper; sending a message to a channel joins it automatically. | ||
'''Note:''' Currently, | '''Note:''' Currently, only <code>#main</code> and <code>#map</code> are joined automatically on logging in; you need to join a channel to see messages in it. | ||
==Existing Channels== | ==Existing Channels== | ||
* <code>#main</code> is for general global chat | * <code>#main</code> is for general global chat | ||
* <code>#lfg</code> is for party search | |||
* <code>#trade</code> is for all sell/buy/trade messages | |||
* <code>#offtopic</code> is for chat not related to RO | * <code>#offtopic</code> is for chat not related to RO | ||
* <code>#map</code> enables chatting with other players on the same map | * <code>#map</code> enables chatting with other players on the same map | ||
* <code>#support</code> is for tech support as well as GM support | * <code>#support</code> is for tech support as well as GM support | ||
* <code>#ally</code> enables chat with your guild's allies | * <code>#ally</code> enables chat with your guild's allies | ||
Revision as of 08:23, 17 May 2018
Hercules comes with an inbuilt channel system for global chat[1].
To type in a channel, put its name where you would normally put a character name to whisper; sending a message to a channel joins it automatically.
Note: Currently, only #main
and #map
are joined automatically on logging in; you need to join a channel to see messages in it.
Existing Channels
#main
is for general global chat#lfg
is for party search#trade
is for all sell/buy/trade messages#offtopic
is for chat not related to RO#map
enables chatting with other players on the same map#support
is for tech support as well as GM support
#ally
enables chat with your guild's allies
General Commands
@channel
lists all channel-related commands@channel list
lists all public channels@channel bindto <#channel_name>
binds your global chat to a specific channel, making everything you type that would normally displayed to nearby characters be redirected to that channel instead@channel unbind
unbinds your global chat from the current bound channel
Joining and Leaving
@join <#channel_name>
joins a public channel@join <#channel_name> <password>
joins a private channel@channel leave <#channel_name>
leaves a channel
Channel Creation and Administration
@channel create <#channel_name>
creates a temporary channel, which disappears when the last member leaves@channel create <#channel_name> <password>
creates a temporary channel with a password@channel setcolor
changes a channel's color@channel color list
lists all available colors; available colors areDefault
Red
Blue
Orange
Cyan
Yellow
Green
Light_Green
Normal
@channel ban <#channel_name> <character name>
bans a character from the channel@channel unban <#channel_name> <character name>
unbans a character from the channel@channel banlist <#channel_name>
lists all characters banned from the channel@channel setopt <#channel_name> JoinAnnounce 1
enables join messages for the channel; setting it to0
disables it