LoginServer.ini 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  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.MD
  5. [LoginServer]
  6. loginserver=eq2emulator.net
  7. loginport=9100
  8. worldname=WORLD_NAME_HERE
  9. worldaddress=EXTERNAL_IP_HERE
  10. #internalworldaddress=INTERNAL_IP_HERE (If used, otherwise blank)
  11. worldport=9000
  12. locked=false
  13. account=
  14. password=
  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=
  24. Unavailzone=
  25. [UpdateServer]
  26. updateserveraddress=updates.eq2emulator.net
  27. updateserverport=9104
  28. [LoginConfig]
  29. ServerMode=StandAlone
  30. ServerPort=9100