Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. ## CoreEmulator System Configuration File
  2. ## Must be edited for the server to work
  3.  
  4. ## MySQL Configuration
  5. db.hostname=localhost
  6. db.passvps=SENHA TA AQ
  7. db.port=3306
  8. db.username=root
  9. db.password=
  10. db.name=habbof
  11.  
  12. ## MySQL pooling setup (controls amount of connections)
  13. db.pool.minsize=10
  14. db.pool.maxsize=250
  15.  
  16. ## Game TCP/IP Configuration
  17. game.tcp.bindip=66.70.170.254
  18. game.tcp.port=30000
  19. game.tcp.conlimit=100000
  20. game.tcp.conperip=2
  21. game.tcp.enablenagles=true
  22.  
  23. ## MUS TCP/IP Configuration
  24. mus.tcp.bindip=66.70.170.254
  25. mus.tcp.port=30001
  26. mus.tcp.allowedaddr=66.70.170.254
  27.  
  28. ## Client configuration
  29. client.ping.enabled=1
  30. client.ping.interval=20000
  31. client.maxrequests=300
  32.  
  33. ## Configurações para recompesa de tempo online no hotel dos servidores de SAO
  34. # A "MensagemAoReceber" alerta o usuário ("Você recebeu X moedas, X duckets e X diamantes!"
  35. MensagemAoReceber=true
  36. Moedas=50
  37. Duckets=100
  38. Diamantes=1
  39. # Vip 1 By: Thiago Araujo
  40. Moedasvip=200
  41. Ducketsvip=200
  42. Diamantesvip=0
  43. # Vip 2 By: Thiago Araujo
  44. Moedassvip=300
  45. Ducketssvip=300
  46. Diamantessvip=0
  47. # Comando Premiar By: Thiago Araujo
  48. Moedaspremiar=500
  49. Ducketspremiar=500
  50. Diamantespremiar=1
  51. #<< INTERVALO EM MINUTOS! >>
  52. Intervalo=1
  53.  
  54. #<< INTERVALO DO NUX EM MINUTOS! >>
  55. Intervalonux=1
  56.  
  57. ##Configuraçoes do Catalogo
  58. # Texto é imaegns
  59. catalogue1_text=Bem Vindo a Loja do Habbof
  60. catalogue1_image=catalogue/feature_cata_vert_oly16bundle4.png
  61. catalogue1_pagelink=
  62.  
  63. catalogue2_text=Mobis Atualizados
  64. catalogue2_image=catalogue/feature_cata_hort_gardenbundle.png
  65. catalogue2_pagelink=
  66.  
  67. catalogue3_text=Raros Diários
  68. catalogue3_image=catalogue/feature_cata_hort_habbergerbundle.png
  69. catalogue3_pagelink=
  70.  
  71. catalogue4_text=Membro Habbof
  72. catalogue4_image=catalogue/feature_cata_hort_HC_b.png
  73. catalogue4_pagelink=inicio_catalogo
  74.  
  75. ## Dados do CoreEmulador by: Thiago Araujo
  76. hotel.name=Habbof Hotel.
  77. license=Habbof
  78. game.legacy.figure_mutant=1
  79.  
  80. ##Config rank Embajadores
  81. ambassador.minrank=4
  82.  
  83. ##Configuração dos Quartos do CoreEmulador
  84. Quartovip=65
  85. Prisao=36
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement