Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. /***********************************************************************
  2. * ArcEmu Realms Configuration File
  3. * Last edited: 7/18/09
  4. *
  5. * Configure ArcEmu's Realms below
  6. ***********************************************************************/
  7.  
  8. /******************************************************
  9. * LogonServer Section
  10. *
  11. * Address:
  12. * The address (no port) of the server.
  13. *
  14. * Port:
  15. * The port on which the logon server listens. (*** NOT 3724 ***)
  16. *
  17. * Name:
  18. * Not really relavant, but name the logon.
  19. *
  20. * RealmCount:
  21. * The number of realms in the next section.
  22. *
  23. ******************************************************/
  24.  
  25. <LogonServer Address = "127.0.0.1"
  26. Port = "8093"
  27. Name = "Default Logon"
  28. RealmCount = "1">
  29.  
  30. /******************************************************
  31. * Realm Section
  32. *
  33. * Name:
  34. * The name of the realm.
  35. *
  36. * Address:
  37. * The address (and port) of that realm.
  38. *
  39. * Icon:
  40. * The type of realm (PVP, Normal, RPPVP, RP)
  41. *
  42. * TimeZone:
  43. * The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America,
  44. * 5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
  45. *
  46. * Population:
  47. * (0 = low, 1 = medium, 2 = high)
  48. *
  49. * Important information below
  50. *
  51. * change 127.0.0.1 to your EXTERNAL ip if you wish to have a PUBLIC server.
  52. * This issues come up a lot!
  53. *
  54. * Timezone values :
  55. * 0=Korean 16=China
  56. * 1=Development 17=CN1
  57. * 2=United States 18=CN2
  58. * 3=Oceanic 19=CN3
  59. * 4=Latin America 20=CN4
  60. * 5=Tournament 21=CN5
  61. * 6=Korean 22=CN6
  62. * 8=English 23=CN7
  63. * 9=German 24=CN8
  64. * 10=French 25=Tournament
  65. * 11=Spanish 26=Test Server
  66. * 12=Russian 27=Tournament
  67. * 13=Tournament 28=QA Server
  68. * 14=Taiwan 29=CN9
  69. * 15=Tournament 30=TestServer2
  70. ******************************************************/
  71.  
  72. <Realm1 Name = "test"
  73. Address = "The real domain name:8129"
  74. Icon = "PVE"
  75. Population = "1.0"
  76. TimeZone = "9">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement