67 Commits
Author SHA1 Message Date
Heron 4c5a76261b Merge pull request #8 from SWG-Source/feature/space-rare-loot-system
Added a space rare loot system.

This system is disabled by default. I have added a default config file, but if you are adding this to an existing server, create/paste the following into:

space_rare_loot.cfg

Then add space_rare_loot.cfg as an include in servercommon.cfg.

Below is a sample config with Space Rare Loot disabled.

[SpaceRareLoot]

# Base percent chance for an eligible space kill to award a rare loot chest.
# Set to 0 or remove this key to disable space rare loot.
baseChance=0

# Cooldown in seconds between chest awards per player.
# 0 disables the cooldown.
delaySeconds=3600

# Enables testing/debug messages for rare loot eligibility and award checks.
debugMessages=false

# QA/testing option: treats lower-tier targets as same-tier for eligibility/chance behavior.
qaTreatLowerTargetAsSameTier=false

# Relative quality weights used after a chest award succeeds.
# These do not need to total 100, but these defaults represent 70/25/5.
rareChance=70
exceptionalChance=25
legendaryChance=5

# For higher-tier targets, shift this many points per tier out of Rare chance
# and into Exceptional/Legendary according to the ratios below.
higherTierQualityShift=5

# Portion of shifted Rare chance that becomes Exceptional chance.
higherTierExceptionalShiftRatio=0.80

# Portion of shifted Rare chance that becomes Legendary chance.
higherTierLegendaryShiftRatio=0.20

# Maximum number of target tiers above the player that can apply quality shifting.
higherTierQualityShiftMaxTiers=3

# Stat scaling applied when creating rare space loot items.
# Rare is below baseline, Exceptional is baseline, Legendary is above baseline.
rareScale=0.50
exceptionalScale=1.00
legendaryScale=1.50
2026-05-15 18:55:18 -04:00
Heron 19b8f65249 Update servercommon.cfg
Added space rare loot system config file
2026-05-15 17:43:49 -05:00
Heron ed6ba33414 Add files via upload
Config file for space rare loot system, turned off by default
2026-05-15 18:42:34 -04:00
Tekaoh e5b5fb5993 Let build.xml set the DSN 2025-06-21 13:32:46 -04:00
Cekis 094d23e887 Added "maxHousingLots" config value defaulting to original default value of 10 2022-03-21 12:33:43 -07:00
Cekis 9542dd7ddb Merge pull request #7 from HeronAlexandria/master
Added config enable for SE Goggles
2022-03-16 10:03:05 -07:00
Heron 3d55140087 Added config enable for SE Goggles
Option to enable or disable SE Goggles bestowed by the /segoggles command
2022-03-15 12:57:32 -05:00
Phoenix 31a82845fa Update servercommon.cfg 2022-02-08 18:38:32 -05:00
John 2b9c247707 Update localOptions.cfg
someone set this to 5.0 (which is 500%) but left the comment as 50% so I'm correcting this to actually be 50% because 500% is absurd and SOE default is 1.5
2021-12-29 23:23:41 -05:00
Phoenix 3069284e00 Added new java lines to uncomment for other versions of java. 2021-12-11 14:03:51 -05:00
Phoenix 2147739bd0 Update servercommon.cfg 2021-11-29 19:52:33 -05:00
John e61addc373 Merge pull request #6 from talisaknight/patch-2
Added GMF Limits and Several Missing Bonuses
2021-09-23 16:50:52 -04:00
Talisa Knight 318ba25d74 Added GMF Limits and Several Missing Bonuses
- Battlefield Tokens
- Duty Tokens
- GMF Coins
- Harvester Extraction
- Heroic Tokens
2021-09-23 15:34:46 -05:00
John 864d595dee default nameValidationAcceptAll off 2021-08-17 23:30:59 -04:00
Cekis 833c897548 Fixed mistake made by Cekis, The Illiterate One. 2021-07-08 21:32:11 -07:00
John e619427e96 Update localOptions.cfg 2021-03-09 10:42:38 -05:00
John 707decb66b Merge pull request #5 from Light2/master
Decrease CPU usage by adding some SOE live server settings
2021-02-21 13:35:09 -06:00
Light2 4030cb426d Decrease CPU usage by using SOE live server settings for trigger volumes and move object lists 2021-02-21 19:29:53 +01:00
Aconite 22ab9b3ae4 Cfg update see desc
* Remove validateStationKey as this config option isn't used in the SRC so it does nothing
* Add the maxAuctionsPerPlayer setting for the commodity market that was added the other day
2021-01-26 15:21:50 -05:00
Aconite 0bf25820ff Add Bazaar Auction Timer Settings 2021-01-13 02:38:35 -05:00
AconiteGodOfSWG 7bf1c4e236 Add enableScheduledDropSystem configuration option 2020-11-20 20:23:39 -05:00
AconiteGodOfSWG ead9099ecc add mail opt in & esb anniversary config options 2020-11-19 22:50:00 -05:00
Cekis 79c5abaf36 Turning Golden Ticket event off by default. 2020-11-03 13:03:40 -08:00
AconiteGodOfSWG 14a079c445 Add grantLevelSpecificRewards option 2020-11-02 01:48:18 -05:00
Cekis cd29cc46ab Added Manufacturing time override setting (debug mode only) and veteran reward enabling for reference 2020-10-25 12:07:30 -07:00
IrishDarkshadow be961fca46 Merge pull request #4 from SWG-Source/revert-3-3.0/enable-auth
Revert "3.0/enable auth"
2020-09-19 01:13:15 +01:00
IrishDarkshadow 0aed823439 Revert "3.0/enable auth" 2020-09-19 01:12:51 +01:00
IrishDarkshadow 9ed812fca9 Merge pull request #3 from SWG-Source/3.0/enable-auth
3.0/enable auth
2020-09-14 08:36:44 +01:00
IrishDarkshadow 19fbadf160 Merge pull request #2 from AconiteGodOfSWG/master
add disableAreaSpawners default 2 localOptions.cfg
2020-09-14 08:35:52 +01:00
Tekaoh ff808eddb5 Comment useExternalAuth 2020-07-09 16:53:02 -04:00
Tekaoh df8d4207c5 Turn off adminGodToAll 2020-07-09 16:52:07 -04:00
Tekaoh ad5cd1a04e Add default options for WordPress plugin 2020-07-09 16:51:33 -04:00
AconiteGodOfSWG f682c09ac5 add disablePatrolSpawners option as well 2020-06-10 13:40:09 -05:00
AconiteGodOfSWG 3b80ea7fd2 add disableAreaSpawners default 2 localOptions.cfg 2020-06-10 13:35:29 -05:00
Cekis 9cb3598691 Added configuration variable for the Server Load Manager 2019-11-26 16:29:48 -08:00
Cekis f6130c5a7c Added "debugMode" config setting (for dsrc usage) 2019-11-18 16:00:41 -08:00
Phoenix dd5ffd78d2 Update servercommon.cfg
Made it so auth page is commented out by default.
2019-09-09 16:41:23 -04:00
Tekaoh c77a97ea2b Set default auth URL to something more helpful 2019-09-06 09:00:00 -05:00
Phoenix 10ac437a42 Temp fix to default.cfg because ANT isnt defining the DSN
Temporary fix to default.cfg because ANT isn't defining the DSN
2019-05-07 13:46:42 -04:00
Tekaoh a5776a58e8 Updated servercommon.cfg for VM 2.0 2019-04-24 18:38:31 -05:00
Tekaoh 2f5013dea3 Add easyExternalAccess to the correct place but commented out 2019-02-27 15:23:22 -06:00
Cekis 4a15907cc8 Fixed error due to bad word wrapping. 2019-02-26 11:11:10 -08:00
CekisSWG 6e7507ee01 Added Restuss Event Configuration Settings 2019-02-19 23:18:33 -08:00
Cekis fef9e85f41 Remove duplicate references 2018-12-27 15:46:05 -08:00
Myles Markevich a0d47bc2fe Create README.md 2018-11-30 09:52:07 -06:00
erusman d65d769e47 update default grantGift for Lifeday gifts to true 2018-06-28 14:11:57 -07:00
erusman 6662d9839b correct some cfg settings to turn on/off frog options for live usage 2018-06-22 17:13:46 -07:00
erusman 7aa81f700f correct some cfg settings to turn on/off frog options for live usage 2018-06-22 17:12:47 -07:00
erusman 4771013e2a add and enable config option so players can packup their vendors 2018-06-20 15:07:01 -07:00
theswgsource aa129b8e70 corrected file name for admin table 2018-06-01 11:31:26 -07:00