This repository has been archived by the owner on Sep 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathserverlist.xml
66 lines (59 loc) · 2.41 KB
/
serverlist.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<serverlist version="1">
<server name="The Mana World" type="eathena">
<connection hostname="server.themanaworld.org" port="6901" protocol="TCP" />
<state>PRODUCTION</state>
<support>http://themanaworld.org/</support>
<description>Join adventures with people from all over the world.</description>
</server>
<server name="The Mana World (German)" type="eathena">
<connection hostname="germantmw.de" port="6901" protocol="TCP" />
<state>DEVELOPMENT</state>
<support>http://germantmw.de/</support>
</server>
<server name="The Mana World (Brazil)" type="eathena">
<connection hostname="server.themanaworld.com.br" port="6901" protocol="TCP" />
<state>PRODUCTION</state>
<support>http://www.themanaworld.com.br/</support>
</server>
<server name="The Mana World (Testing)" type="eathena">
<connection hostname="testing.themanaworld.org" port="6902" protocol="TCP" />
<state>TEST</state>
<support>http://themanaworld.org/</support>
<description>New content can be tested here before release.</description>
</server>
<!--
Disabled because the content is incompatible with the Mana client.
<server name="Evol Online" type="eathena">
<connection hostname="world.evolonline.org" port="6901" protocol="TCP" />
<state>DEVELOPMENT</state>
<support>http://evolonline.org/</support>
<description>Evol Online Beta server.</description>
</server>
-->
<!--
<server name="Invertika" type="manaserv">
<connection hostname="server.invertika.org" port="9601" protocol="UDP" />
<state>PRODUCTION</state>
<support>http://www.invertika.org/</support>
</server>
<server name="Invertika (testing)" type="manaserv">
<connection hostname="singularity.invertika.org" port="9601" protocol="UDP" />
<state>TEST</state>
<support>http://www.invertika.org/</support>
</server>
-->
<server name="Source of Tales" type="manaserv">
<connection hostname="testing.manasource.org" port="9601" protocol="UDP" />
<description>The LPC 2012 entry by the Mana team.</description>
<state>TEST</state>
<support>http://www.manasource.org/</support>
</server>
<!--
<server name="Invertika (development)" type="manaserv">
<connection hostname="serenity.invertika.org" port="9601" protocol="UDP" />
<state>DEVELOPMENT</state>
<support>http://www.invertika.org/</support>
</server>
-->
</serverlist>