Commit Graph
10 Commits
Author SHA1 Message Date
tacef 414eb6f2c3 Removed Dynamic Spawns around Mos Eisley
Will not work with dynamic Spawnssystem
2014-05-05 21:00:18 +02:00
tacef 1ecdb6ac14 Updated Krayt Spawns to be more accurate to live 2014-05-04 19:45:33 +02:00
tacef e3dc65a791 Populated Areas around Mos Eisley
Altered Static Spawns in Mos Eisley to use their personalizes scripts
Moved Imp and Reb recruiter from tatooine.py to mos_eisley.py
2014-05-04 09:15:55 +02:00
tacef d16eef9e44 Populated Krayt Graveyard
Altered mobile Templates to work with the new Dynamicspawn system(needs
testing)
2014-05-04 08:30:49 +02:00
CharonInferar 05034b4d83 group spawn distances added
Force sensitive groups now spawn at a distance to each other in random
group member numbers.
Loot added to FSs
2014-05-03 16:31:04 +02:00
CharonInferar 488e669290 More work on parameters of group members 2014-05-03 04:52:52 +02:00
CharonInferar 1833f821fa Taking into account fixed member groups 2014-05-03 00:42:25 +02:00
CharonInferar 081a30b7da dynamic spawn scripts added
Commit frequency caused by ongoing odb refactoring
2014-05-02 22:19:30 +02:00
Light2 6cd794a6c3 minor fix 2014-05-01 21:25:35 +02:00
Light2 7d457101f3 Refactored odb system (read extended), added implementation of Dynamic World Spawns
ODB no longer uses DPL layer of Berkeley DB, persistent classes have to
implement the Serializable interface, annotations are no longer used,
use transient modifier for variables that should not be persistent.
Entity reference errors will no longer occur, however it is better to
use ids if the entity that is being referenced is stored in the db too!
(or you will have two different objects). DB is cached for 5 minutes
then it will write its log/cache to disk, transactions are no longer
used.
2014-05-01 20:33:38 +02:00