LoginServer.ini 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. ### --- This file tells world.exe what loginserver to connect to.
  2. ### --- Change the account and password fields to the information you used when you created your SERVER account.
  3. ### --- NOTE: the word "Server" is added to each server automaticly.
  4. # READ README.TXT
  5. [LoginServer]
  6. loginserver=ENTERIP
  7. loginport=9100
  8. worldname=TestLabs
  9. worldaddress=ENTERIP
  10. internalworldaddress=ENTERIP
  11. worldport=9001
  12. locked=false
  13. account=testlabs
  14. password=testpass
  15. #autotableupdates retrieves the latest table updates and applies them to your database
  16. #autotableupdates valid options=always, ask, and never
  17. #autotableupdates=always
  18. #autotableverbose displays detailed information about the updates; options=true or false
  19. #autotableverbose=false
  20. #autotabledata retrieves the latest data for tables like the opcodes table; options=true or false
  21. #autotabledata=true
  22. [WorldServer]
  23. Defaultstatus=0
  24. Unavailzone=
  25. [UpdateServer]
  26. updateserveraddress=127.0.0.1
  27. #updates.eq2emulator.net
  28. updateserverport=9104
  29. [LoginConfig]
  30. ServerMode=StandAlone
  31. ServerPort=9100
  32. AccountCreation=1