Advertisement
Guest User

Untitled

a guest
Jan 31st, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. #
  2. # ╔══════════ CrystalEmulator ══════════╗
  3. # ║ ║
  4. # ║ Powered by SatisServer ║
  5. # ║ and PlusEmu Developers ║
  6. # ║ ║
  7. # ║ > Créditos Oficiais < ║
  8. # ║ Rafa Garcia (Project Owner) ║
  9. # ║ Goli (Idealization and Testing) ║
  10. # ║ Seeven (Por ser foda) ║
  11. # ║ ║
  12. # ╚═════════════════════════════════════╝
  13. #
  14.  
  15. ## MySQL Configuration
  16. db.hostname=localhost
  17. db.port=3306
  18. db.username=root
  19. db.password=pass
  20. db.name=glax2
  21.  
  22. ## Configurações CrystalEmulator
  23. hotelname=Glax Hotel
  24. aboutname=Facebook
  25. hotellink=http://25.84.38.238/
  26. stats.enabled=true
  27. ## Configurações para recompesa de tempo
  28. # A "MensagemAoReceber" alerta o usuário ("Você recebeu X moedas, X duckets e X diamantes!"
  29. MensagemAoReceber=false
  30. Moedas=100000
  31. Duckets=0
  32. Diamantes=1
  33. # << INTERVALO EM MINUTOS! >>
  34. Intervalo=60
  35.  
  36. ## MySQL pooling setup (controls amount of connections)
  37. db.pool.minsize=10
  38. db.pool.maxsize=250
  39.  
  40. ## Game TCP/IP Configuration
  41. game.tcp.bindip=25.84.38.238
  42. game.tcp.port=30000
  43. game.tcp.conlimit=100000
  44. game.tcp.conperip=200
  45. game.tcp.enablenagles=true
  46.  
  47. ## MUS TCP/IP Configuration
  48. mus.tcp.bindip=25.84.38.238
  49. mus.tcp.port=600
  50. mus.tcp.allowedaddr=25.84.38.238
  51.  
  52. ## Client configuration
  53. client.ping.enabled=1
  54. client.ping.interval=20000
  55. client.maxrequests=300
  56.  
  57. #Configurações para o Catalogo
  58. catalogue1_text=Bem-Vindo ao Hotel!
  59. catalogue1_image=catalogue/landing1.png
  60. catalogue1_pagelink=
  61.  
  62. catalogue2_text=Happy Halloween!
  63. catalogue2_image=catalogue/landing2.png
  64. catalogue2_pagelink=
  65.  
  66. catalogue3_text=Fique na Moda!
  67. catalogue3_image=catalogue/landing3.png
  68. catalogue3_pagelink=
  69.  
  70. catalogue4_text=HC Gratuíto!
  71. catalogue4_image=catalogue/landing4.png
  72. catalogue4_pagelink=
  73.  
  74. # Camera configuration
  75. camera.path.preview=preview/{1}-{0}.png
  76. camera.path.purchased=purchased/{1}-{0}.png
  77. camera.preview.maxcache=1000
  78.  
  79. # Premiação de Eventos / comando :premiar
  80. # premiar_emblema tem que ser um emblema de nível, exemplo LV1, LV2,LV3...
  81. # coloque ele apenas as letras, sem o nivel referente.
  82. premiar_emblema=LV
  83. nivel_maximo=100
  84.  
  85. # Configurações para alertas
  86. credits_name=Moedas
  87. diamonds_name=Planetas
  88. duckets_name=Duckets
  89.  
  90. ## Rank Embaixadores
  91. ambassador.minrank=3
  92.  
  93. ## Acesso remoto
  94. remote.password=glaxpassword123!@#
  95. remote.port=100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement