Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.37 KB | None | 0 0
  1. # CHARACTER SERVERS
  2. #
  3. # Prefix: cId
  4. # Definition: { Realm, "Address", Port }
  5.  
  6. cId1 = { 1, "127.0.0.1", 3724 }
  7.  
  8. # WORLD SERVERS
  9. #
  10. # Prefix: wId
  11. # Definition: { Realm, { Maps }, "Address", Port }
  12.  
  13. wId1 = { 1, { -1 }, "127.0.0.1", 8100 }
  14.  
  15. # NODE SERVERS
  16. #
  17. # Prefix: nId
  18. # Definition: { Realm, { Maps }, "Address", Port }
  19.  
  20. nId1 = { 1, { -1 }, "127.0.0.1", 8200 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement