Advertisement
Guest User

asdasdasd

a guest
Apr 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. ## MySQL Configuration
  2. db.hostname=localhost
  3. db.port=3306
  4. db.username=root
  5. db.password=
  6. db.name=
  7.  
  8. ## Configurações CrystalEmulator
  9. hotelname=Habbfive
  10. aboutname=Habbfive
  11. hotellink=http://habbfive.com.br/
  12. stats.enabled=true
  13. ## Configurações para recompesa de tempo
  14. # A "MensagemAoReceber" alerta o usuário ("Você recebeu X moedas, X duckets e X diamantes!" // Melhor nem ativar :p
  15. MensagemAoReceber=false
  16. Moedas=10000
  17. Duckets=0
  18. Diamantes=0
  19. # << INTERVALO EM MINUTOS! >>
  20. Intervalo=15
  21.  
  22. ## MySQL pooling setup (controls amount of connections)
  23. db.pool.minsize=10
  24. db.pool.maxsize=250
  25.  
  26. ## Game TCP/IP Configuration
  27. game.tcp.bindip=198.27.106.28
  28. game.tcp.port=30000
  29. game.tcp.conlimit=100000
  30. game.tcp.conperip=200
  31. game.tcp.enablenagles=true
  32.  
  33. ## MUS TCP/IP Configuration
  34. mus.tcp.bindip=198.27.106.28
  35. mus.tcp.port=600
  36. mus.tcp.allowedaddr=198.27.106.28
  37.  
  38. ## Client configuration
  39. client.ping.enabled=1
  40. client.ping.interval=20000
  41. client.maxrequests=300
  42.  
  43. #Configurações para o Catalogo
  44. catalogue1_text=Bem-Vindo(a) ao Habbfive Hotel!
  45. catalogue1_image=catalogue/Habbfive1.png
  46. catalogue1_pagelink=
  47.  
  48. catalogue2_text=Há uma invasão em nosso hotel!
  49. catalogue2_image=catalogue/Habbfive2.png
  50. catalogue2_pagelink=
  51.  
  52. catalogue3_text=Desfrute do Habblo Club!
  53. catalogue3_image=catalogue/Habbfive4.png
  54. catalogue3_pagelink=
  55.  
  56. catalogue4_text=Aqui você pode construir os mais belos quartos!
  57. catalogue4_image=catalogue/Habbfive3.png
  58. catalogue4_pagelink=inicio_catalogo
  59.  
  60. # Camera configuration
  61. camera.path.preview=preview/{1}-{0}.png
  62. camera.path.purchased=purchased/{1}-{0}.png
  63. camera.preview.maxcache=1000
  64.  
  65. # Configurações para alertas
  66. credits_name=Moedas
  67. diamonds_name=Habbfiveas
  68. duckets_name=Duckets
  69.  
  70. ## Rank Embaixadores
  71. ambassador.minrank=4
  72.  
  73. ## Premiar
  74. premiar_emblema=GM
  75. nivel_maximo=100
  76. premiar.gotw=0
  77. premiar.diamonds=5
  78. premiar.duckets=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement