Advertisement
Guest User

Untitled

a guest
May 20th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [database]
  2. host = localhost
  3. port = 3306
  4. db = projecttiger
  5. user = root
  6. password = eq
  7. subsystem = MySQL
  8.  
  9. [options]
  10. unregistered_allowed = TRUE
  11. trace = TRUE
  12. dump_packets_in = FALSE
  13. dump_packets_out = FALSE
  14. listen_port = 5998
  15.  
  16. [security]
  17. plugin = EQEmuAuthCrypto
  18. mode = 5
  19.  
  20. [Titanium]
  21. port = 5998
  22. opcodes = login_opcodes.conf
  23.  
  24. [SoD]
  25. port = 5999
  26. opcodes = login_opcodes_sod.conf
  27.  
  28. [schema]
  29. account_table = tblLoginServerAccounts
  30. world_registration_table = tblWorldServerRegistration
  31. world_admin_registration_table = tblServerAdminRegistration
  32. world_server_type_table = tblServerListType
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement