Reedux
9e93fa67b8
Initial Cleanup
2020-05-08 11:35:47 +01:00
48c8ea103f
removed empty .gitignores ( #105 )
...
these .gitignore files have no purpose
Co-authored-by: Tekaoh <[email protected] >
2020-04-17 22:16:28 -04:00
CekisSWG
fa49411b58
Fixed issue with IG-88 Head timer not being stored correctly and thereby removing re-use timer on logout.
2020-02-07 01:17:22 -05:00
Dark and GitHub
d76021eefb
Fixed Syntax
...
Added Missing Closing Quotations to Line 54.
2019-10-22 10:05:38 -05:00
Dark and GitHub
92a6d9d8db
Fixed Bug with GCW Banner.
...
Fixed Bug where Entertainer and Trader Buffs wouldn't activate from the GCW "Captain" Banner.
2019-10-18 18:39:27 -05:00
V0idCipher
69af8f4b91
bugfix: fixed CD timer on instance lockout reset terminal
2019-09-03 10:13:22 +04:30
Cekis and GitHub
6c7bf814d4
Comparison d'oh
2019-05-08 14:09:41 -07:00
Cekis and GitHub
049d1b93e7
Made a few minor changes to improve performance
2019-05-08 09:57:50 -07:00
IrishDarkshadow
d8748d3786
improved vorpal durni dna drop rate as per GU 16.10
2019-05-08 12:04:26 -04:00
IrishDarkshadow
9ece6eb689
adds the shock collar to the loot table of the undead rancor
2019-05-08 11:31:48 -04:00
Tekaoh and GitHub
5c2e112349
Java 11.0.2 migration ( #32 )
...
* 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
2019-04-18 18:31:52 -05:00
Elour
b358dfe356
Prevent over-capped powerups
...
Higher than possible RE chance can lead to powerups created outside the possible realm.
With the formula: ( ( (skillMod * rand(randomRollMin, 1.25f) ) / 100) + rand(1.0f, 1.25f)) * power;
skillMod is a possible max of 169:
100 level 90
10 expertise
5 arm
11 pup
11 pup
11 pup
4 wep
4 chest
3 shirt
10 tool
169 total
rolling the max for both randoms (1.25 and 1.25), we end up with
( ( (169 * 1.25) / 100) + 1.25) * 35 (where power = the power bit = 35 max)
= a max of 117.6875 power
2019-03-30 10:44:35 -07:00
theswgsource
0685be9c56
initial commit for missing vet rewards
2018-06-27 01:04:53 -07:00
theswgsource
17f97fafd0
final set of beast restorations, spawns and loot scripts
2018-06-17 09:19:32 -07:00
theswgsource
d9d2c7d720
restores nexu / reek / cracktooth / hawkbat incl. geo bunker & warren spawns with DNA loot tables
2018-06-13 11:24:37 -07:00
CekisSWG
9a7e27d1a6
Last round of import optimizations.
2018-06-07 01:44:05 +01:00
CekisSWG
dbe08f311e
Import cleanups
2018-06-07 00:32:29 +01:00
CekisSWG
08a2c77d83
Cleaned up imports in all Java that has not been cleaned yet.
2018-06-02 18:48:48 +01:00
CekisSWG
8f57e25035
Various import statement cleanups.
2018-05-30 01:26:22 +01:00
CekisSWG
bc3a1e43ee
Merged.
2018-05-19 16:16:50 +01:00
CekisSWG
83a7b77557
More unused import changes.
2018-05-19 16:10:27 +01:00
seefo
98839a1225
Added cfg option to apply an RE multiplier bonus when making power bits
2018-05-19 10:06:38 -04:00
seefo
3e9cd1d389
Fixed mandalorian armour certifications
2018-05-18 22:28:48 -04:00
CekisSWG
940bdeb9f9
Cleaned up some unused imports.
2018-05-17 06:37:39 +01:00
CekisSWG
c467197474
Cleaned up imports on some files I touched.
2018-05-14 06:48:03 +01:00
Cekis
50cb6362e4
Fixed merge issues.
2018-03-26 01:21:00 +01:00
CekisSWG
f95d1663d4
Space GCW (GCW 2)
2018-03-24 11:42:31 -07:00
Alan Elliott and CekisSWG
a72a84cef8
temp.txt deleted online with Bitbucket
2018-03-23 16:29:56 -07:00
SWG Source and CekisSWG
f52aebcfb1
temp.txt created online with Bitbucket
2018-03-23 16:07:37 -07:00
Cekis
851708385e
Fixed null pointer issue that occurs when the Alum Mineral Sickness Cure is added to your inventory during the Foreman Quest in DWB.
2018-03-23 16:03:22 -07:00
Cekis
aab692547d
Fixed issue with fireworks not firing properly.
2018-03-23 16:01:43 -07:00
Cekis
4f054103df
Added additional hasMaster checks before getMaster is called.
2018-03-23 16:00:53 -07:00
Cekis
0ec761a6fa
Added logging for medicine where the template name could not be found when examining the medicine.
2018-03-23 16:00:22 -07:00
Cekis
080bf87c16
Added logging for situation checking armor that doesn't have a template.
2018-03-23 15:59:48 -07:00
Cekis
780543540e
Added logging for situation checking armor that doesn't have a template.
2018-03-23 15:59:45 -07:00
Cekis
d6e37e2e43
IN WORK - Space GCW - Most schematics in place, purchaseable and craftable - just components are not yet in place fully.
2018-01-31 01:09:20 +00:00
Cekis
09e3b9bf77
Fixed null pointer issue that occurs when the Alum Mineral Sickness Cure is added to your inventory during the Foreman Quest in DWB.
2017-02-04 18:14:29 +00:00
Cekis
fced36dcf7
Fixed issue with fireworks not firing properly.
2017-01-30 03:36:41 +00:00
Cekis
18db28fbd4
Added additional hasMaster checks before getMaster is called.
2017-01-29 06:01:15 +00:00
Cekis
6335af416c
Added logging for medicine where the template name could not be found when examining the medicine.
2017-01-29 03:33:59 +00:00
Cekis
f361b4070e
Added logging for situation checking armor that doesn't have a template.
2017-01-20 20:33:37 +00:00
Cekis
2e00cc05b8
Added logging for situation checking armor that doesn't have a template.
2017-01-20 20:32:50 +00:00
Cekis
8ec9e440e1
Added debug messages to six sided dice set.
2016-05-29 08:11:30 +01:00
Cekis
6ae72f4b9a
Added debug messages to six sided dice set.
2016-05-29 08:11:30 +01:00
Cekis
eb0cadabae
Removing old debug messages that are no longer needed.
2016-05-29 05:35:43 +01:00
Cekis
8a69ec8f14
Removing old debug messages that are no longer needed.
2016-05-29 05:35:43 +01:00
Cekis
732deeeb74
Added check on dynamic armor to abort if it no longer exists (error avoidance).
2016-05-25 23:54:46 +01:00
Cekis
de7887befb
Added check on dynamic armor to abort if it no longer exists (error avoidance).
2016-05-25 23:54:46 +01:00
DarthArgus
54be79b214
don't exclude javas
2016-05-05 21:06:04 +00:00
DarthArgus
437f499e65
don't exclude javas
2016-05-05 21:06:04 +00:00