Commit Graph
3946 Commits
Author SHA1 Message Date
Cekis 31840902a4 Fixed issue in IG-88 encounter where IG-88 cannot decide where to do his cone attack. 2018-03-23 15:59:42 -07:00
Cekis 4467ebda10 Prevented a medic ability adding hate to an intangible object. 2018-03-23 15:59:40 -07:00
Cekis 6c04023df4 Fixed issue where attacker was attempting to reset hate on a non-tangible object. 2018-03-23 15:59:37 -07:00
Cekis 65db7c0aa3 Added logging for failed Space Quest with invalid Pickup Point. 2018-03-23 15:59:33 -07:00
Cekis 06a32d57c8 Added logging for failed Space Quest with invalid Pickup Point. 2018-03-23 15:59:30 -07:00
Cekis 550f4c885d Added logging for situation where a spawn list could not be retrieved for an area. 2018-03-23 15:59:27 -07:00
Cekis f2aaea8112 Fixed issue that occurred when an NPC lair was not able to spawn new NPC's if no NPC's were spawned. 2018-03-23 15:59:24 -07:00
Cekis e3415e5119 Fixed issue when a pet tries to apply a buff to its master when its master cannot be located. 2018-03-23 15:59:21 -07:00
Cekis 8bbdef1191 Fixed issue that occurs when a smuggler tries to inspect a corpse for contraband that doesn't have a loot table defined. 2018-03-23 15:59:19 -07:00
Cekis 921fc1d6de Fixed issue when player unpacks their house without items in it. 2018-03-23 15:59:16 -07:00
Cekis ce9f8ce26a Fixed issue occurring when a player or NPC does an AoE and hate is applied against himself. 2018-03-23 15:59:13 -07:00
Cekis a625bd44dc Fixed issue occurring when a city region location could not decipher into a fictional name. 2018-03-23 15:59:10 -07:00
Cekis 28f4d65d98 Fixed issue with player unable to transition to a Falcon instance in the tutorial. 2018-03-23 15:59:06 -07:00
Cekis e7c25efaed Fixed null pointer issue occurring on manufactured objects by a player that had no crafting skills. 2018-03-23 15:59:03 -07:00
Cekis b5c5ea8ac4 Fixed issue caused from a lair NPC starting combat with itself. 2018-03-23 15:59:00 -07:00
Cekis 50331ca3da Prevented Jedi Bounty missions from failing under circumstances the Jedis location could not be found. 2018-03-23 15:58:57 -07:00
Cekis 2dfde71db3 Fixed issue with tusken raider leaving socialization with another raider. 2018-03-23 15:58:54 -07:00
Cekis baadb9574e Fixed issue with encounter quests where NPC could not find attacker location. 2018-03-23 15:58:51 -07:00
Cekis 61cce67d59 Fixed issue occurring when Restuss space mining missions are granted. 2018-03-23 15:58:48 -07:00
Cekis bcc5439cc7 Updated logging for an issue where a vehicle is invalid or cannot be found. 2018-03-23 15:58:45 -07:00
Cekis 336e56a9f4 Added check for valid id when a creature is spawned for encounter quests. 2018-03-23 15:58:42 -07:00
Cekis 5d93cdc518 Fixed issue resulting in error if killed creature was not part of a collection. 2018-03-23 15:58:39 -07:00
Cekis 5ec5ebc48a Added additional check to make sure player is loaded when checking if quest is active for camp defense in the death troopers area. 2018-03-23 15:58:36 -07:00
Cekis d91c5a64e7 adjusted some logic stupidity 2018-03-23 15:58:32 -07:00
Cekis d0011c48d6 Fixed issue with Bestine Capitol building Terminals and not being able to search them. 2018-03-23 15:58:29 -07:00
Cekis e71b899a20 Added more checks on mounting vehicles or mounts that may or may not be a pet mount. 2018-03-23 15:58:26 -07:00
Cekis 0d0c4baaec Fixed issue with turnstile instances based on timer when no individuals have previously entered (no idea which one is throwing this error). 2018-03-23 15:58:23 -07:00
Cekis b544bd653d Added more logging to identify an issue with a grenade not being able to be thrown. 2018-03-23 15:58:21 -07:00
Cekis 2137c08bbe Fixed issue with non-conversable creature from NPC lair throwing an exception because their location could not be identified (they were probably dead or despawned). 2018-03-23 15:58:18 -07:00
Cekis 5c9a4f23c5 Added extra logging for Deliver missions that could not be created to understand more detail about the issue causing them to fail. 2018-03-23 15:58:15 -07:00
Cekis 2e87c37e92 Added more logging and avoided a stack dump in the case the VCD Ping could not be made. 2018-03-23 15:58:12 -07:00
Cekis cd36566b09 Fixed issue causing an error when a beast finishes combat and its owner cannot be found. 2018-03-23 15:58:09 -07:00
Cekis d5b0cfb108 Fixed issue with bad object ids when performing an energy pulse 3. 2018-03-23 15:58:06 -07:00
Cekis 4267f51c93 Fixed issue where a ship hits another object that is dead, but it cannot stop combat with it because the hit object is not on the ships target list. 2018-03-23 15:58:03 -07:00
Cekis e50efe1fd4 Fixed null pointer issue happening on the frog when looking for best resource for given category. 2018-03-23 15:58:00 -07:00
Cekis 578e21380b Fixed null pointer issue happening in the decrepit droid factory resulting from bad logic (second spot). 2018-03-23 15:57:57 -07:00
Cekis 5623f09388 Fixed null pointer issue happening in the decrepit droid factory resulting from bad logic. 2018-03-23 15:57:54 -07:00
Cekis d5680ae5fb Fixed issue caused when an NPC enters combat with another object that isn't a creature or ship object (unsure of what situation would cause this). 2018-03-23 15:57:51 -07:00
Cekis 7a6e0c2783 Fixed issues in tutorial where comm messages would throw an error if the player could not be identified. Also updated some bad logic on conditionals. 2018-03-23 15:57:48 -07:00
Cekis 4152d65e22 Fixed issue where droid ranged weapon data was not being set, but instead tried to set a non-existant secondary weapon. 2018-03-23 15:57:45 -07:00
Cekis f672c113bf Added logging for situation where a players profession could not be retrieved while getting module command level and setting bonus to command level to 0 for this situation. 2018-03-23 15:57:42 -07:00
Cekis c55e52454a Crackdown troops no longer spawn and attack jedi players below level 75 and will no longer attack non-jedi players below level 25. 2018-03-23 15:57:40 -07:00
Cekis 3ab28fa659 Added logging for incorrect housing sign object id errors and bypassed java dump. 2018-03-23 15:57:37 -07:00
Cekis c3a2f3a3d3 Fixed issue with City Mayors not getting mails regarding inactive citizens. 2018-03-23 15:57:33 -07:00
Cekis 15c943dfde Fixed incorrect Tier 5 spawns with outragous stats in Nova Orion space (should be tier 7 with realistic stats) and fixed broken string naming for them. 2018-03-23 15:57:31 -07:00
Cekis fc836edc2f Added tribute buildout for Kimaria to the game files. 2018-03-23 15:57:28 -07:00
Cekis 9521b2dab6 Adjusted some issues for Golden Ticket. 2018-03-23 15:57:25 -07:00
Cekis fab72dd173 removed extra print statements and added ticket turn in music. 2018-03-23 15:57:22 -07:00
Cekis 878056179d Adjusted to allow fractional drop rates. 2018-03-23 15:57:19 -07:00
Cekis 64084db19f Added extra logging and removed old logging. 2018-03-23 15:57:16 -07:00