Hall (Chat)
This article/paragraph needs to be translated or translation is in progress. Working on this article at the moment: Thingol |
Bitte die Links aktualisieren. Es ist unschön, in einem englischen Wiki eine deutsche Downloadseite zu verlinken. |
Bitte den Abschnitt über das NickServ-Passwort an den englischen Quellcode anpassen. |
The Hall is a text messaging system (chat) based on IRC (Internet Relay Chat). You find details to the IRC at Wikipedia.
In the hall you find many players who can answer questions and help you with problems, or who just meet and have a chat. While visiting the hall you should always stand to the Hall Rules.
Contents
Accessing the Hall
...from the game
By clicking the link "HallChat" in the menu bar you open a new frame at the bottom of the screen. By default the chat frame opens automatically after login. In your profile at menu item "Account Settings" you can disable the automatic connection establishment.
- The hall's frame dimensions can be changed by grabbing the upper frame border with the mouse cursor and dragging it into the new position.
- If you press and hold the "Strg" key while clicking the link "HallChat", the chat will open in a new browser window.
Please note: |
The ports 6660 and 843 must not be restricted by a firewall, or else the connection attempt will fail and the chat frame will output a SecurityErrorEvent message! |
...with an external client
If you prefer using some external client software for chatting, you need the following connection data:
- IP-Adresse: 78.47.132.50
- Servername: chat.xhodon.de
- Port: 6641
Your nickname in the chat has to be identical to your name in the game.
Finding out the server password
To establish the connection the server you need its password. This password is your private Session-ID within Xhodon. When connecting to the IRC server, you have to be logged on to the game!
Be sure to close the ingame chat before trying to connect with an external client, because you cannot be connected twice with the same nickname. In this case the server will terminate your connection.
You can figure out the Session-ID as follows:
- In the game start the chat by clicking the link "Hall Chat" in the menu bar.
- As soon as the chat starts, open the page's source code.
- If you use the web browser Firefox, open the menu "View" and click the menu item "View page source".
- If you use Internet Explorer, open the menu "View" and clicke the menu item "Source".
- In the source code look for a paragraph that looks like this:
<frameset rows="100%,180"> <frame src="index.php" name="xhodon"> <frame src="http://chat.xhodon.de/chat_en/ ?game_path=http://en1.xhodon.co.uk/xhodon/&port=6641 &user=Username&pass=abcdefghijklmnopqrstuvwxyzabcdef&Channel[]=Halle&Channel[]=GildenChannel" name="hox"> </frameset>
The 32-digit code behind &pass= is the needed Session-ID and as well the server password (in the example the password is "abcdefghijklmnopqrstuvwxyzabcdef").
This ID changes every time you log on to the game. So each time you have to figure it out anew and enter it into the connection settings in your chat client.
Finding out the NickServ password
If you like to use all functions of the chat (register channels, access secured channels etc.), you must log on to NickServ. The needed password has to be figured out by monitoring the network traffic using some appropriate network analysis software.
Short instructions
You monitor the network traffic between your browser and the chat server while establishing the chat connection. You can use for example
Search for the packets containing
PRIVMSG NickServ :IDENTIFY abcdefghij
In this example the needed password is "abcdefghij". Copy it to your chat client's connection setup, or identify manually using the command
/msg NickServ identify abcdefghij
Step by step instructions
In the following instructions it is assumed that you use the Microsoft Network Monitor, see the link some lines above.
The numbers in the picture correspond to the follwing steps:
- First open a new capture tab by clicking on "New Capture".
- Now click on the "Capture Filter" tab to enter a filter rule.
- Enter the filter rule: Tcp.DstPort == 6641 AND ContainsBin(FrameData, 0, "IDENTIFY")
- ...and confirm your input by clicking the button "Apply".
- The filter rule now be displayed in the form field.
- Now start the monitoring process by clicking the button "Start", then switch to your web browser and connect to the chat from within the game.
- As soon as the hall chat opens successfully, the Network Monitor should "catch" a packet matching the entered filter. Stop the monitoring process now by clicking the button "Stop" (see no.6).
- Select the packet and take a look at its details displayed in the lower right window area. You should find in this packet the text snippet
PRIVMSG NickServ :IDENTIFY abcdefghij
The 10-digit data word behind the "IDENTIFY" is the NickServ password you were looking for ("abcdefghij" in this example). Copy it to your chat client's connection setup, or identify manually using the command
/msg NickServ identify abcdefghij
Structure
The hall consists of many seperate "rooms" called "channels". Some of them are open to the public, others are private as for example some guild channels.
The most important public channels are introduced below:
- #hall → Most players meet here, this channel is entered by default when connecting to the chat from within the game. The Hall Guards moderate this channel. They maintain order and enforce the Hall Rules.
- "#Trading/Bartering-Troll" → Here you can trade resources or find trading partners for exchanging pearls.
- "#Newbie/Questions" → In this channel you can ask questions concerning all aspects of the game. Here you will find Hall Guards and other experienced players who can serve with answers.
- "#To_the_Tavern" Role playing is requested in this channel. For more detailed information about the channel and its rules, see the article Tavern_(Chat).
Besides there are guild channels, named after the respective guilds. Here the guild members meet. The channel can be protected, e.g. by setting a password.
You will automatically join to all these channels including your guild channel (if you are member of a guild) the second you enter the Hall Chat via the link in the game.
Commands
- Enter a channel:
/join #Channel
- Enter a password-protected channel:
/join #Channel Password
- Perform an action on a channel.
/me text
/me will be replaced by your name, so use it in the third person, e.g. /me is happy..
- Perform an action on all channels:
/ame text
Ignore users
- Ignore a user in all channels as well as query messages:
/ignore Name
- Stop ignoring a user:
/unignore Name
- Show list of all ignored users:
/ignores
Commands for a Channels Founder and Operators
To operate an own channel you have to register it first:
/msg ChanServ REGISTER #Channel Password Description
This password is the password for granting founder status, not for accessing the channel.
After registering you are the channel's founder and each time you join it (if you logged on to NickServ) you automatically get founder status.
Please note: |
Only the channel founder can transfer his privileges to another user. Should the founder leave the guild or quit playing Xhodon, it is essential that he transfers the founder status onto somebody else or drops the channel registration before he leaves. |
To transfer the founder's privileges use the following command:
/msg ChanServ SET #Channel FOUNDER NewFounder
The channel founder can drop the channel registration by using the command:
/msg ChanServ DROP #Channel
There is the possibility to set a channel topic. Users will see this topic the second they join the channel or in the server's list of channels.
/msg ChanServ TOPIC #Channel Text
The channel founder can give privileges to other users, e.g. operator status (OP) (@) by using the command:
/msg ChanServ AOP #Channel ADD Nickname
The list of priviledged users can be displayed by using the command:
/msg ChanServ ACCESS #Channel LIST
To take away priviledges, e.g. operator status, from a user type:
/msg ChanServ AOP #Channel DEL Nickname
To give or take away other priviledges use the commands:
half-op (%):
/msg ChanServ HOP #Channel ADD Nickname /msg ChanServ HOP #Channel DEL Nickname
voice (+):
/msg ChanServ VOP #Channel ADD Nickname /msg ChanServ VOP #Channel DEL Nickname
A user with operator (@) rights may set a password to a channel. If the "set mlock" command is not used, the password will expire the second the last user leaves the channel.
/mode #Channel +k Password
With the "set mlock" command the password is firmly saved by ChanServ and will not expire. This command is by default restricted to the channel founder.
/msg ChanServ SET #Channel MLOCK +k Password
Set or delete a ban for the user "Name" in the Channel "#Channel":
/mode #Channel +b Name /mode #Channel -b Name
If one clicks with the right mouse button on a name in the user's list, an object menu opens. There one has following possibilities:
- Profile open → profile of the user open
- Guild page open → guild page of the user open
- Query → private chat open to the user
The other functions assume that you has sufficient privileges (operator):
- Click → user from the Channel throw
- Click and banish → user from the Channel throw and any more do not let in
- Op → Op(erator) privileges give
- Deop → Op privileges take away
- Hop → HalfOp privileges give
- Dehop → HalfOp privileges take away
- Voice → Voice privileges give
- Devoice → Voice privileges take away
Keyboard function
- With the buttons arrow high and arrow-under it you can navigate by his last contributions
- During the input of a user's name you can complete this with the button "Strg" automatically
Smilies
There are following Smilies:
:) | happy / smile |
:( | sad / disappointed |
:D | very happy / laugh |
:P | stick out the tongue |
;) | blink |
:o | surprised / frightened |
:@ | furious |
:$ | blush / ashamed |
:S | feel unwell |
:W | cry |