idfactory.properties 709 B

12345678910111213141516171819
  1. # Allows selection of new Classes for storage of World Objects.
  2. # This may help servers with large amounts of players recieving error
  3. # messages related to the L2ObjectHashMap and L2ObejctHashSet classes.
  4. #
  5. # By default it uses the new method, to use the old classes add the
  6. # comment at the front of each line.
  7. L2Map = WorldObjectMap
  8. L2Set = WorldObjectSet
  9. # Tell server which IDFactory Class to use
  10. # Options are:
  11. # Compaction (Original method),
  12. # BitSet (One non compaction method - default),
  13. # Stack (Another non compaction method)
  14. IDFactory = BitSet
  15. # Check for bad ids in the database on server boot up
  16. # Much faster load time without it, but may cause problems
  17. BadIdChecking = True