Added in Game Update 17.6. Both of these were sold in one time use draft schematics for 800 GCW Invasion tokens each. The draft schematics are already in the source, we were just missing the master item/vendor entries.
Previous commit where I fixed the Wampa Rug from Wompa Rug. Entries in the master item/item stats are now updated to reflect the change in the tpfs.
areas_rori previously had two entries for rori_1_1 and was missing rori_1_1_ws. This has been fixed in this commit.
-dathomir_1_1.tab contains a moved vent that was reported in Issue #81
-item_stats.tab contains corrected EoL values for the ships added in GCW2
-mtp_corellia_times_vendor.tab previously had a sorosuub yacht, why?
-nova_schematic_vendor.tab previously had a sorosuub yacht, why?
-orion_schematic_vendor.tab previously had a sorosuub yacht, why?
-heroic_drops.tab contained the AT-RT in the loot table for the ISD instance, why?
-combat_data.tab fixes the Pulse Cannon's fire, which previously had a 20m radius, now corrected to 5m, as per all heavy weapons. This was a legacy bug from live.
-ep3_rryatt_krepauk_defeat_katarn.tab contained a barc speeder from a quest reward. This did not exist on live and I have removed it.
-shared_crashed_ship.tpf corrected a missing string found in a static object involved in Nym's Themepark.
All implemented console commands are now included in the permissions table by default for example purposes as opposed to only a shorter set. The default level assigned to all commands is Level 50 but each server can then customize to their individaul needs.
* Change ITV check to a datatable query for ease of adding future ITV vehicles
* Adjusted to check if ITV has already been learned
Idea from tyrones PR https://github.com/SWG-Source/dsrc/pull/77
Co-authored-by: rotations <[email protected]>
* Code compiles - execution NOT tested
* updating gitignore
* Removed intellij settings files
* Removed more intellij files
* Added exclusion for JDK classes.
* Fixed purchasing script for vendors that have listed coin types.
* Updated script to not kick off until the entire preload is complete.
* adds static name entry for Solo movie poster and tcg9 vendor entry
* clean up empty and orphaned object templates
* adds placeholder black market (static) spawns
* corrects entries for the video game table to correctly set it in tcg series 2 and remove series 1 console errors
* Updated gitignore and removed intellij project files
* Fixed appearance reference for thranta payroll and kashyyyk door, added skipLosCheck objvar due to cannit see issue. Requires updated src
* Fixed appearance and template for terminal (#2)
* Fixed appearance and template for terminal (#3)
* Fixed appearance and template for terminal (#4)
* Deleted another faulty/orphaned object template
* Fixed gcw ranks option on frog. Only issue is that it doesn't award the officer commands or badges.
* Fixed some unneeded java 11 changes