Advertisement
Guest User

Minerva Config Explaining

a guest
May 21st, 2016
471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Common]
  2. ; The External or LAN IP to listen on. 127.0.0.1 for solo play.
  3. ServerIp= This is where the ip goes if you want others to
  4. play with you put ur internet ip (www.ipchicken.com) or (192.168.x.x to play with people in ur house,
  5. hamachi), for playing alone 127.0.0.1
  6.  
  7.  
  8. [Master]
  9. ; The Master IP to listen on. Leaving this as 127.0.0.1 should be fine for LANs.
  10. MasterIp=127.0.0.1  (alone and lan 127.0.0.1 works probably,
  11.  for playing with others possibly but not garanteed)
  12.  
  13. ; Leave as is and you should be fine.
  14. MasterPort=9001 Dont worry about this one (might have to open this port though)
  15.  
  16. [Login]
  17. LoginPort=38101 Self explains
  18. client_version=1584 (version of client ur going to use 1584 is latest eu)
  19. magic_key=431924311 (if u put this wrong, check login server and it will tell u the correct value)
  20. ignore_client_version=0 (ignores the client version so doesnt check it)
  21. cash=http://127.0.0.1/cashshop/?v1= (cash shop page)
  22. cash_charge=http://127.0.0.1/cashshop/?v1= (cash shop page to charge money)
  23. guild=http://127.0.0.1/guild/?EncVal= (guilds webpage)
  24.  
  25. [Channels]
  26. ; Channel_ServerID_ChannelNumber_port format
  27. Channel_1_1_port=38117  (Server 1 Channel 1)
  28.  
  29. [Chat]
  30. ChatPort=38121  (Not being used currently)
  31.  
  32. [logindb]
  33. type=MySQL
  34. ip=127.0.0.1    (ip of database)
  35. name=login      (name of database)
  36. user=root       (username of database)
  37. password=       (password of database)
  38.  
  39. bellow are values for database of world (in this case its using server 1 and server 2 with same database)
  40. [server1db]
  41. type=MySQL
  42. ip=127.0.0.1
  43. name=world
  44. user=root
  45. password=
  46. [server2db]
  47. type=MySQL
  48. ip=127.0.0.1
  49. name=world
  50. user=root
  51. password=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement