Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. ## CrystalEmulator by Rafacasari
  2. # Licenciado para Habblife =D
  3. ## Tenha um bom proveito!
  4.  
  5. ## MySQL Configuration
  6. db.hostname=localhost
  7. db.port=3306
  8. db.username=
  9. db.password=
  10. db.name=habblifeplus
  11.  
  12. ## Configurações CrystalEmulator
  13. hotelname=Habblife
  14. aboutname=Habblife
  15. hotellink=http://habblife.in/
  16. stats.enabled=true
  17. ## Configurações para recompesa de tempo
  18. # A "MensagemAoReceber" alerta o usuário ("Você recebeu X moedas, X duckets e X diamantes!" // Melhor nem ativar :p
  19. MensagemAoReceber=false
  20. Moedas=3000
  21. Duckets=1500
  22. Diamantes=0
  23. # << INTERVALO EM MINUTOS! >>
  24. Intervalo=20
  25.  
  26. ## MySQL pooling setup (controls amount of connections)
  27. db.pool.minsize=10
  28. db.pool.maxsize=250
  29.  
  30. ## Game TCP/IP Configuration
  31. game.tcp.bindip=149.202.88.123
  32. game.tcp.port=15000
  33. game.tcp.conlimit=100000
  34. game.tcp.conperip=200
  35. game.tcp.enablenagles=true
  36.  
  37. ## MUS TCP/IP Configuration
  38. mus.tcp.bindip=149.202.88.123
  39. mus.tcp.port=30001
  40. mus.tcp.allowedaddr=193.70.41.216
  41.  
  42. ## Client configuration
  43. client.ping.enabled=1
  44. client.ping.interval=20000
  45. client.maxrequests=300
  46.  
  47. #Configurações para o Catalogo
  48. catalogue1_text=Há um ataque de fofuras dentro do hotel!
  49. catalogue1_image=catalogue/bebe2.png
  50. catalogue1_pagelink=
  51.  
  52. catalogue2_text=A uma invasão de mascotes no nosso hotel!
  53. catalogue2_image=catalogue/catamas.png
  54. catalogue2_pagelink=
  55.  
  56. catalogue3_text=Aqui você pode construir os mais belos quartos
  57. catalogue3_image=catalogue/feature_cata_hort_habbergerbundle.png
  58. catalogue3_pagelink=
  59.  
  60. catalogue4_text=Você tem Habbo Clube infinito! Aproveite!
  61. catalogue4_image=catalogue/feature_cata_hort_HC_b.png
  62. catalogue4_pagelink=inicio_catalogo
  63.  
  64. # Camera configuration
  65. camera.path.preview=preview/{1}-{0}.png
  66. camera.path.purchased=purchased/{1}-{0}.png
  67. camera.preview.maxcache=1000
  68.  
  69. # Premiação de Eventos / comando :premiar
  70. # premiar_emblema tem que ser um emblema de nível, exemplo LV1, LV2,LV3...
  71. # coloque ele apenas as letras, sem o nivel referente.
  72. premiar_emblema=GMAR
  73. nivel_maximo=100
  74.  
  75. # Configurações para alertas
  76. credits_name=Moedas
  77. diamonds_name=Coroas
  78. duckets_name=Duckets
  79.  
  80. ## Rank Embaixadores
  81. ambassador.minrank=5
  82.  
  83. ## Acesso remoto
  84. remote.password=glaxpassword123!@#
  85. remote.port=100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement