Changeset 1586 for core3/trunk/MMOCoreORB/bin/scripts/creatures/main.lua
- Timestamp:
- 07/04/09 18:55:55 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
core3/trunk/MMOCoreORB/bin/scripts/creatures/main.lua
r1553 r1586 56 56 57 57 function Creatures:addCreature(obj, crc) 58 -- added to get different creatures with the same crc59 self[obj.speciesName] = obj60 58 self[crc] = obj 61 59 end … … 130 128 131 129 -- Spawns 132 RunCreatureFile("spawns.lua")130 --RunCreatureFile("spawns.lua")