Add files via upload
This commit is contained in:
@@ -77,6 +77,7 @@ Click the "Options" button to customize:
|
||||
- **Default View** - Set which tab opens by default
|
||||
- **Show Offline by Default** - Member Details tab offline visibility
|
||||
- **Remember Sorting** - Persist column and direction across sessions
|
||||
- **# of Officer Ranks in Guild** - Choose how many top ranks count as officers (2, 3, or 4)
|
||||
|
||||
### Sorting & Filtering
|
||||
- Click column headers to sort
|
||||
@@ -240,10 +241,12 @@ Detection requires:
|
||||
|
||||
### Officer Detection
|
||||
|
||||
Edit `OFFICER_RANK_THRESHOLD` in the .lua file (default: 2)
|
||||
- 0 = Guild Master only
|
||||
- 1 = Guild Master + first officer rank
|
||||
- 2 = Guild Master + top 2 ranks (default)
|
||||
Configure via **Options → # of Officer Ranks in Guild** (default: 3).
|
||||
This controls which ranks are shown as online officers on Guild Info Page 2.
|
||||
|
||||
- **2** = Guild Master + 1 officer rank
|
||||
- **3** = Guild Master + 2 officer ranks (default)
|
||||
- **4** = Guild Master + 3 officer ranks
|
||||
|
||||
### Alt Detection
|
||||
|
||||
@@ -252,10 +255,16 @@ Works bidirectionally - view any character to see their alts and main.
|
||||
|
||||
## Version
|
||||
|
||||
**3.1** - Latest stable release
|
||||
**3.2** - Latest stable release
|
||||
|
||||
### Changelog
|
||||
|
||||
**3.2**
|
||||
- Added configurable officer rank count setting in Options menu
|
||||
- New dropdown (2, 3, or 4 ranks) replaces the previous hardcoded value
|
||||
- Setting is saved between sessions and applied immediately on save
|
||||
- Increased Options window height to accommodate new setting
|
||||
|
||||
**3.1**
|
||||
- Added clickable dungeon names on Guild Info Page 4
|
||||
- Dungeon details popup window with:
|
||||
|
||||
Reference in New Issue
Block a user