Commit Graph
5248 Commits
Author SHA1 Message Date
Undercova 8a1f071e40 Fixed a spawner on Lok
Fixed some rogue corsec spawners on Corellia that caused an endless AI vs. AI battle in Rogue Corsec Base
Fixed some patrol routes on Tatooine
Fixed some patrol routes in Nova Orion Station
Fixed some patrol routes in Dead Forest on Kashyyyk
Added some more atmosphere objects
2020-10-09 19:53:28 +02:00
Undercova 3ab4a0ebf2 Added a table to define standard attacks for NPCs depending on their niche and weapon type
Fixed a spawn on Corellia causing an endless faction battle
Updated all NPC weapons in database
Added more info for NPC weapons like damage, weapon speed, damage radius, elemental type and values
2020-09-20 02:36:20 +02:00
Undercova b1789d6dec Changes to NPCs in AI vs. AI spots to throttle down CPU usage 2020.09.16 2020-09-16 22:49:08 +02:00
Undercova 37bb684b33 Added multiple NPCs to Nova Orion Station
Added multiple patrol routes to Nova Orion Station
Added more NPCs to Tatooine
Adjusted factions for Droid Army and Mustafarian Miners
Changed dynamic spawn object to a new template
2020.09.15
2020-09-16 03:26:05 +02:00
Undercova 0c2838eeb3 Moved new dynamic spawn data into a temp file
Restored old dynamic spawn data to ensure safe boot up for now
2020-08-16 02:48:20 +02:00
Undercova f02c40df60 Changed difficulty of AT-STs on Dathomir from AGGRESSIVE to ATTACKABLE
Added all dynamic spawn groups to database
Added all dynamic scenes to database including lairs and non-destructable scenes
2020-08-16 02:32:24 +02:00
Undercova 28281afbb4 Added band audio to Lucky Despot
Added more NPCs and patrol routes to Imperial Oasis
Added more NPCs and patrol routes to Jabbas Palace
Added more NPCs and patrol routes to Mos Eisley
2020.08.02
2020-08-02 18:09:37 +02:00
Undercova 1235e6beab Fixed faction for Mustafarian Miners
Added patrol routes for Mustafar
Added Droid Army instance with NPCs and patrol routes
Added Droid Army instance to CBT
Added CBT to Mensix
Added CBT to Droid Army instance
Fixed all Mustafar NPC spawns
2020-08-01 23:08:16 +02:00
Josh LarsonandGitHub 8fd84fc526 Merge pull request #255 from Josh-Larson/quality_assurance
Added shuttle sound effects when taking off/landing
2020.07.16
2020-07-14 22:30:11 -04:00
Obique 1057638b6f Changed effect to sound in shuttle land/take off 2020-07-14 22:28:45 -04:00
Josh LarsonandGitHub 8c38e6face Merge pull request #252 from madsboddum/251
Less exceptions when shutting down the server #251
2020-07-14 21:51:51 -04:00
Josh LarsonandGitHub 8f63c29448 Merge pull request #253 from madsboddum/243
'item' type items now have generic item attribute applied #243
2020-07-14 21:51:15 -04:00
Undercova 92f1bfc4ff Updated Tatooine spawns
Changed audio for equipping weapon
Changed audio for gaining a skill level
2020-07-13 05:38:43 +02:00
Ziggy 45e340ff78 'item' type items now have generic item attributes applied #243 2020-07-13 05:16:41 +02:00
Ziggy 81885d0849 Less exceptions when shutting down the server #251
Problem is the CharacterLookupService in AUTHORITY is set to null when the server's shutting down.
When this happens, null pointers occur when looking up players.
2020-07-13 03:27:23 +02:00
Josh LarsonandGitHub bfac74bfe6 Merge pull request #247 from madsboddum/246
xpMultiplier between 0.0 and 1.0 no longer grants 0 XP for killing lo…
2020-07-12 19:59:51 -04:00
Josh LarsonandGitHub 2bf7eec5f9 Merge pull request #250 from madsboddum/248
Deleted characters leave chat rooms #248
2020-07-12 19:59:44 -04:00
Josh LarsonandGitHub 1ff00d34f7 Merge pull request #245 from madsboddum/sdbgenerator_test
Tests for SdbGenerator should now work on every OS and not just Unix-…
2020-07-12 19:56:37 -04:00
Ziggy b82c7027f5 Deleted characters leave chat rooms #248 2020-07-12 15:51:45 +02:00
Ziggy 4a9f41c016 xpMultiplier between 0.0 and 1.0 no longer grants 0 XP for killing low level NPCs #246 2020-07-12 14:51:36 +02:00
Ziggy 2d632f3d75 Tests for SdbGenerator should now work on every OS and not just Unix-like ones 2020-07-11 13:10:23 +02:00
Obique 3e197ea265 Merge branch 'quality_assurance' of https://github.com/ProjectSWGCore/Holocore into quality_assurance 2020-07-10 23:32:40 -04:00
Obique 6ed409ab9b Added missing function for recursively scanning child objects 2020-07-10 23:26:59 -04:00
Obique c7c8010613 Added announcer sounds to starports/hangars when landing/taking off 2020-07-10 23:07:27 -04:00
Undercova 4869566707 Merge branch 'quality_assurance' of https://github.com/ProjectSWGCore/Holocore into quality_assurance 2020-07-11 05:06:21 +02:00
Undercova b6e96bbbe2 Fixed a typo in coordinates for starting locations
Updated Tatooine spawners
2020-07-11 05:05:35 +02:00
Josh LarsonandGitHub 199b0d4f37 Merge pull request #244 from madsboddum/remove_intentfactory
Removed IntentFactory because it's been replaced by static broadcast …
2020-07-10 15:35:28 -04:00
Ziggy 2aa5e497ca Removed IntentFactory because it's been replaced by static broadcast methods in each Intent 2020-07-10 00:35:24 +02:00
Josh LarsonandGitHub 4b87ccd4c3 Merge pull request #240 from madsboddum/191
Jedi can tune lightsaber color crystals #191
2020-07-05 00:07:55 -04:00
Josh LarsonandGitHub 9912546e7c Merge pull request #241 from madsboddum/74
If the group leader leaves, the group is notified of who becomes the leader #74
2020-07-05 00:05:23 -04:00
Josh LarsonandGitHub b31cb3e04c Merge pull request #242 from madsboddum/sdbgenerator_test
Tests to ensure most functionalities of SdbGenerator work
2020-07-05 00:04:42 -04:00
Ziggy 6d2dcf510a Tests to ensure most functionalities of SdbGenerator work 2020-07-05 01:34:29 +02:00
Undercova 45753418e2 Renamed columns for clone_mapping.sdb 2020-07-04 20:54:06 +02:00
Ziggy 43bc02ca9e If the group leader leaves, the group is notified of who becomes the leader #74 2020-07-03 20:57:10 +02:00
Ziggy 5a27faeb35 Jedi can tune lightsaber crystals #191 2020-07-03 20:27:00 +02:00
Undercova 07e0936114 Added a transition database to determine where the player will be moved to when clicking zone gates
Added multiple items to Kashyyyk - Myyydril Cave
Fixed typo for NPC spawn on Kashyyyk
Fixed NPC "Harwakokok" being attackable in Kachirho
2020-07-03 04:17:00 +02:00
Undercova f22aeaa974 Added a database to determine where the player will clone at depending on his location/position in special areas like instances and extraordinary planets.
Added Slaver dungeon to Quick Travel option in CBT
Added CBT to Kashyyyk - Slaver dungeon
Added NPCs and patrol routes to Kashyyyk -  Slaver dungeon
Updated some NPCs in Kashyyyk - Dead Forest
2020-07-01 13:18:01 +02:00
Undercova e0a565dc35 Added Rryatt Trail levels to Quick Travel option in CBT
Added CBTs to every level of Rryatt Trail
Added NPCs to Kashyyyk - Rryatt Trail level 1
Added NPCs and patrol routes to Kashyyyk - Rryatt Trail level 2
Added NPCs to Kashyyyk - Rryatt Trail level 3
Added NPCs to Kashyyyk - Rryatt Trail level 4
Added NPCs to Kashyyyk - Rryatt Trail level 5
Fixed typo in NPC database
2020-06-29 04:34:26 +02:00
Undercova 563b103dd0 Added more NPCs and patrol routes to Yavin4 - Labor Outpost 2020-06-26 16:51:58 +02:00
Undercova ea1907a3ea Added more NPCs and patrol routes to Talus - Dearic
Added more NPCs and patrol routes to Talus - Nashal
Added more NPCs and patrol routes to Talus - POI - Imperial vs. Rebel Battle
2020.06.26
2020-06-22 02:20:06 +02:00
Undercova 2c4807588f Added more NPCs and patrol routes to Nova Orion Station
Added more NPCs and patrol routes to Kashyyyk - Dead Forest
Added more NPCs and patrol routes to Kashyyyk - Hunting Grounds
Added more NPCs and patrol routes to Kashyyyk - Kachirho
Updated some NPC spawns in Kashyyyk - Myyydril Cave
2020-06-18 22:11:25 +02:00
Undercova d21fe98dcc Added more NPCs and patrol routes to Endor - Research Outpost
Added more NPCs and patrol routes to Endor - Smuggler Outpost
2020-06-18 14:37:58 +02:00
Undercova caf04d7688 Added more NPCs and patrol routes to Dathomir - Imperial Prison
Added more NPCs and patrol routes to Dantooine - Mining Outpost
Added more NPCs and patrol routes to Dathomir - Trade Outpost
Updated NPCs and patrol routes in Corellia - Coronet
Updated NPCs and patrol routes in Corellia - Doaba Guerfel
Updated NPCs and patrol routes in Corellia - Kor Vella
Updated NPCs and patrol routes in Corellia - Tyrena
Updated NPCs and patrol routes in Corellia - Vreni Island
2020-06-18 02:32:48 +02:00
Undercova a31dd091e8 Updated faction database
Updated tests for EvE, PvE, PvP to function properly again
2020.06.14
2020-06-14 05:46:15 +02:00
Undercova c780817617 Changed gradle build back to version 1.5.0 2020-06-14 04:44:15 +02:00
Undercova 761a1cfea5 Added more NPCs and patrol routes to Naboo - Dee'ja Peak
Added more NPCs and patrol routes to Naboo - Kaadara
Added more NPCs and patrol routes to Naboo - Moenia
2020-06-13 01:41:32 +02:00
Undercova 8306e79cd0 Added more NPCs and patrol routes to Naboo - Theed
Added more NPCs and patrol routes to Naboo - Keren
2020-06-12 00:53:19 +02:00
Undercova 4b5eeb662f Changed faction database so Gungans and Imperials fight each other now
Fixed a patrol waypoint coordinate on Naboo
Fixed a spawn on Mustafar
Added more NPCs to Naboo - Dee'ja Peak
Added more NPCs to Naboo - Kaadara
Added more NPCs to Naboo - Keren
Added more NPCs to Naboo - Moenia
Added more NPCs to Naboo - Theed
Added more NPCs to Naboo - POIs
2020-06-10 02:33:13 +02:00
Undercova c737f35e46 Added poacher and vrobal to factions so they fight each other at POI on Rori
Updated poacher and vrobal factions alignment in NPC database
Added more NPCs to Rori - Rebel Outpost
Added more NPCs to Rori - Restuss
Added more NPCs to Rori - Narmle
Added more NPCs to Rori - POIs
Updated the objects spawns for severel buildings
2020-06-08 03:09:17 +02:00
Undercova 099e3d8344 Added more entries into special_lines.sdb (freeshots / action cost / swift heal ... )
Added all player buildings into database
Added all objects into player buildings like terminals and elevator buttons
Added coordinates for signs of player buildings
2020-06-06 05:17:09 +02:00