3784 Commits
Author SHA1 Message Date
nick c7ddaaecab Add missing small Corellia planet hologram to no_trade_removable
item_pgc_planet_hologram_corellia (the small version) was absent from
the no_trade_removable list while every other planet hologram including
the large Corellia variant (corellia_02) was already present. Added it
in the correct position between yavin4 and corellia_02 to match the
pattern of all other holograms in the table.

Fixes #252
2026-05-18 15:27:03 -05:00
Heron 902fd05e82 Fixed bug in T5 rewards and fixed commands showing 2026-05-18 15:27:30 -04:00
John 8ba2ccfafd Merge pull request #410 from nicolassanchez02/fix/343-group-rls-loot 2026-05-17 10:31:21 -04:00
John cd46266bf2 Merge pull request #408 from nicolassanchez02/fix/340-power-hammer-appearance-bonus 2026-05-17 10:30:24 -04:00
nick ffe807b980 Fix RLS crates not dropping for grouped players
xp.VAR_TOP_GROUP stores the GROUP object ID when the top attacker is in
a group, not an individual player. The isPlayer() guard in addRareLoot()
was then failing immediately, preventing any RLS chest from spawning
whenever players were grouped.

Pick a random member of the group as the RLS recipient, consistent with
how other group loot mechanics work in the codebase.

Fixes #343
2026-05-17 03:06:28 -05:00
nick 57eedb960b Fix Imperial Hoth phase 3 tokens never being awarded
The imperial_p3_end trigger waits for 5 xport_update events to fire,
which signals that all transports have been accounted for (escaped or
destroyed). Transport escapes fire takeoff_imperial_N -> xport_update,
but transport destructions only sent questUpdate messages and never
generated xport_update task IDs. This meant:

  - If all transports escaped: xport_update fired 5 times -> worked
  - If any transport was destroyed: xport_update count never reached 5
    -> imperial_p3_end never fired -> conclude_imperial_p3 never ran
    -> no tokens awarded

Similarly, p3_imperial_minor/major trigger tracking (for bonus tokens)
waited for xport_destroy events, but each individual destruction never
generated them - only the all-5-destroyed compound did.

Fix: add taskId:xport_update and taskId:xport_destroy to each
xport_destroyed_N trigger block so every destroyed transport
contributes to both counts, regardless of how many escape.

Fixes #387
2026-05-17 02:59:43 -05:00
nick dfacdcbbe3 Fix Power Hammer appearanceBonus_max_high value
weapon_appearance_maul had appearanceBonus_max_high set to 20, which is
lower than comparable two-handed weapons (e.g. quest_maul uses 40). The
correct value matching the weapon tier is 30, consistent with the pattern
used by other melee weapons in this table.

Fixes #340
2026-05-17 02:57:48 -05:00
Heron 6a373ce6b0 Jedi QA God Gear For Testing 2026-05-16 18:08:17 -04:00
Heron 107e0a5917 Server implementation of Space RLS 2026-05-15 18:28:08 -04:00
Heron 49edd3c461 Space rare loot system functioning. Pending testing. 2026-05-15 15:23:08 -04:00
Heron d550f14830 drop eligibility works
chest stores tier + quality
ground chest path is guarded
space chest menu/open path exists
reward table lookup moved to open time
quality matching supports all and pipe lists
item-type dispatch stubs are ready
2026-05-14 23:08:07 -04:00
Heron c30f9a2903 Added a config parameter to enable ITV in a city 2026-05-13 20:56:00 -04:00
Heron a6f178673c Added configuration to turn TCG vendors on/off 2026-05-12 20:41:20 -04:00
Heron 5b1baae680 Added zone and object information utiltiies 2026-05-12 18:30:41 -04:00
Heron c39aa1d2e5 Location fix for shellfish harvesting tool 2026-05-12 15:02:44 -04:00
Heron 4e3cfeb427 Completed lair interactivity options 2026-05-12 14:30:30 -04:00
Heron 0a8d775b02 Added logic for lair interactivity 2026-05-11 22:38:15 -04:00
Heron ed15ffc9d1 Clamp bell curve rolls to three deviations 2026-05-11 19:29:10 -04:00
Heron b7eb7556d2 Merge pull request #398 from SWG-Source/space-battle-fix-and-refinement
Fix for space battles
2026-05-11 17:00:37 -05:00
Brandon Calabro 7a6a0eadf0 Update base_class.java with JNI call getBuildoutAreaRect() 2025-05-07 14:03:10 -05:00
Brandon Calabro 462f279b25 Updated buildout_utility.java with new JNI function calls
The buildout utility should now work on all scenes, including Kashyyyyk and Mustafar without the need to check scenes and performs better coordinate checking.

Also adds additional JNI call (additional PR in src repo)
2025-05-07 13:57:42 -05:00
Heron 82cc3101fe Fix for space battles 2024-12-28 22:18:44 -05:00
Heron 879f48efb4 Merge pull request #391 from SWG-Source/qa-space-tools
Qa space tools
2024-12-07 00:16:38 -06:00
Heron 58568316f7 Completed server side implementation of QA god space parts 2024-11-27 20:36:58 -05:00
RezecNoble 18baed6b0f GCW Space Battle Fix 2024-10-08 20:39:08 -04:00
RezecNoble e71af28262 GCW Space Battle Fix 2024-10-08 20:32:07 -04:00
RezecNoble 67528cf65e Fixed Meatlump Map Puzzle 2024-10-01 15:23:24 -04:00
heronalexandria 9bcc4f80ec Partial implementation of qa space parts 2024-09-21 19:00:20 -04:00
RezecNoble 7cb7635160 NS and SM Hut Fix 2024-09-18 11:53:37 -04:00
heronalexandria a72390710f added qa space weapons to data tables 2024-09-15 19:17:08 -04:00
heronalexandria a0a7726471 added countermeasure packs 2024-09-15 17:56:28 -04:00
heronalexandria ca32944c1a added missile packs 2024-09-15 17:42:13 -04:00
heronalexandria 90e8bdb694 added countermeasure launchers 2024-09-15 17:08:36 -04:00
heronalexandria 2b124fff58 updated space launchers 2024-09-15 17:01:38 -04:00
heronalexandria 4129c39ce0 added ship missile launchers to frog 2024-09-15 16:32:33 -04:00
heronalexandria 357e6adea0 added droid chips to frog 2024-09-15 15:33:32 -04:00
heronalexandria 8ccfc73172 added flight computers to QA menu 2024-09-15 14:53:24 -04:00
Heron f0b28e6b4c added astromechs to frog 2024-09-15 14:17:38 -04:00
Cekis 99dff95f07 Merge pull request #378 from TalisaKnight/patch-1
Fixed Typo in At-At House Ejection Point.
2024-09-03 15:09:07 -07:00
RezecNoble 6a67803887 NoTrade Removable Fix 2024-08-29 19:55:13 -04:00
Rezec 9cd5526e1e TPF Typo Fixes 2024-08-21 17:46:14 -04:00
Rezec 86fca556dc Void Dance Typo 2024-08-19 18:39:18 -04:00
Rezec 4f2d2d1664 Fourth Delivery Reward Fix 2024-08-11 14:32:10 -04:00
RezecNoble 5a83e9d0b0 Make Structures Tradeable Again 2024-08-10 13:41:23 -04:00
Talisa Knight 1d18056d69 Fixed Second Typo. 2024-07-16 19:05:04 -05:00
Talisa Knight bcced32b16 Fixed Typo in At-At House Ejection Point. 2024-07-04 12:33:36 -05:00
VosskyVossk a3d579f9a9 Update cell_height.tab
Fixxed typos which broke the ns, smc. yoda and wookiee tree houses.
2023-12-16 08:42:25 -05:00
Cekis 6cb3258de3 Updated Warp Locations usage on froggie 2022-10-07 18:24:45 -04:00
Cekis ee929bdeab Trying to advance Java without advancing Java 2022-09-27 01:23:33 -04:00
Cekis 6d149399d9 Fixed bug while reading the boolean config values of the Restuss Event 2022-09-27 00:07:10 -04:00