| 1 |
#################################################################################
|
| 2 |
# realm.list - List of Diablo II Realms #
|
| 3 |
#-------------------------------------------------------------------------------#
|
| 4 |
# #
|
| 5 |
# Realms are areas that hold closed characters and games. #
|
| 6 |
# Users are given this list of realms to choose from when #
|
| 7 |
# creating a new character. Next time the character is #
|
| 8 |
# used, they will automatically join the same realm. #
|
| 9 |
# #
|
| 10 |
# The realm server runs on port 6113 by default. #
|
| 11 |
# If you do not specify a port number, it will use this by default. #
|
| 12 |
# #
|
| 13 |
# <realmname> : the realm name (mandatory; must start and end with " ) #
|
| 14 |
# <description> : the realm description (optional; must start and end with " ) #
|
| 15 |
# ip:port - actual ip the d2cs server is running on (mandatory) #
|
| 16 |
# #
|
| 17 |
# --- realm name --- --- description --- --- real address --- #
|
| 18 |
# (mandatory) (optional) (mandatory) #
|
| 19 |
#-------------------------------------------------------------------------------#
|
| 20 |
# "<realmname>" ["<description>"] <ip:port> #
|
| 21 |
# #
|
| 22 |
#################################################################################
|
| 23 |
|
| 24 |
# WARNING!! DO NOT USE "127.0.0.1" or "localhost" FOR ANY IP ADDRESS
|
| 25 |
|
| 26 |
# example (having a d2cs server running on IP 1.2.3.4):
|
| 27 |
#"D2CS" "PvPGN Closed Realm" 1.2.3.4:6113
|