HeronandGitHub 1b79906ae2 Merge pull request #22 from SWG-Source/client-lair-interactivity-search-reset
Updates to lair interactivity.

This feature must be enabled through the server configuration. When disabled, the vanilla lair search behavior remains unchanged.

When enabled, lair interactivity allows server operators to configure:

- reset time, allowing a lair to be searched again after a configured delay
- egg search chance
- nothing-found chance
- empty-lair chance
- luck usage
- egg reward multiplier

The bug chance is derived from the remaining chance after `eggChance` and `nothingChance`.

This also adds an `adminLair` command with the following options:

- `adminLair info` — shows the current search state for the targeted lair
- `adminLair set` — marks the targeted lair as searched
- `adminLair clear` — clears the search state from the targeted lair

The command requires god mode.

Example `localOptions.cfg` server configuration:

```ini
#====================Lair Interactivity Settings====================

[LairInteractivity]
enabled=true
resetMinutes=1
eggChance=80
nothingChance=10
emptyChance=35
useLuck=true
eggAmountMultiplierPercent=500
2026-05-12 14:39:30 -04:00
2020-11-16 20:09:06 -08:00
2021-08-15 01:17:17 -04:00
2021-08-15 01:17:17 -04:00
2021-08-15 01:17:17 -04:00
2020-11-03 17:11:24 -05:00
2021-01-16 07:51:56 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:30:28 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2022-04-13 09:33:44 -05:00
2020-11-03 17:11:24 -05:00
2021-01-13 07:21:50 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00
2020-11-03 17:11:24 -05:00

README

This repo is for the CLIENT SIDE ONLY (i.e. this is NOT to be installed ON the server, only in your SWG Client folder). If you would like to make a pull request, please do not add any new .tre files. Please just work with the plain directory structure for now. Thanks!

Instructions:

You can download the v3.0 client from here.

Unpack the zip wherever you'd like (You'll need 7-zip).

Double-click on UpdateSwgClient.bat to get the rest of the stuff you need.

That's it!

Double-click on UpdateSwgClient.bat again to get updates.

Add a shortcut to it on your desktop or start menu or whatever to make updates super easy!

S
Description
No description provided
Readme
272 MiB
Languages
PHP 41.7%
HTML 40.4%
C++ 17.1%
Wolfram Language 0.8%