Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
resolver = "3"

[workspace.package]
version = "7.51.1"
version = "7.51.2"
edition = "2024"

[workspace.lints.clippy]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Modern server emulator for FFXIV. Updates for on the project can be found [on my

![](.github/main.png)

Kawari currently supports patch **7.51h1** (2026.06.10.0000.0000). We only support the Windows client. If you're looking for a 1.x server, check out our sister project [Kodama](https://codeberg.org/redstrate/Kodama).
Kawari currently supports patch **7.51h2** (2026.06.18.0000.0000). We only support the Windows client. If you're looking for a 1.x server, check out our sister project [Kodama](https://codeberg.org/redstrate/Kodama).

To get started, there is a guide to [running Kawari in our documentation](https://docs.xiv.zone/kawari/setup/overview.html).

Expand Down
4 changes: 3 additions & 1 deletion docs/src/update_ingame_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Test Moogle Mail:
- [ ] Once the duty begins, play through it as normal or use debug/GM commands to speed things up if desired.
- [ ] Also test that Abandon Duty works.
- [ ] Open a treasure chest.
- [ ] Enter Eden's Verse: Reflugence (`!unlockcontent 30094`) and ensure falling off the arena KOs your character.

## Housing
- [ ] Enter a housing ward and ensure the zone loads correctly.
Expand All @@ -117,7 +118,8 @@ The following tests should also be visible to others in the zone upon completion
- [ ] Set a title for your character. These should be visible to other players.
- [ ] Visit the market board and ensure you can view items.
- [ ] Open the party finder and ensure you see the test entries.
- [ ] Trading: attempt to trade with another player, and ensure the client tells you that the other player is unable trade.
- [ ] Run the `/playtime` command and ensure it displays your character's total play time.
For the following, ensure the following items display their correct unimplemented messages when trying to do them.
- [ ] Fellowships & Fellowship Finder
- [ ] Trading
- [ ] Set a friend group/marker on a friend in the friend list
30 changes: 15 additions & 15 deletions resources/data/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AETHERYTE_UNLOCK_BITMASK_SIZE: 30
AETHER_CURRENT_BITMASK_SIZE: 56
AETHER_CURRENT_COMP_FLG_SET_BITMASK_SIZE: 4
AVAILABLE_CLASSJOBS: 42
BASE_INVENTORY_ACTION: 191
BASE_INVENTORY_ACTION: 110
BEAST_TRIBE_ARRAY_SIZE: 20
BEGINNER_TRAINING_ARRAY_SIZE: 4
BUDDY_EQUIP_BITMASK_SIZE: 13
Expand All @@ -24,22 +24,22 @@ GRIDANIA_POS_START: 2213211
GUILDHEST_ARRAY_SIZE: 10
LIMSA_POS_START: 4101800
LOBBY_GAME_VERSION: 7500
MAIL_DELETE_RESULT: 136
MAIL_SEND_RESULT: 967
MAIL_TAKE_ATTACHMENTS_RESULT: 227
MAIL_DELETE_RESULT: 431
MAIL_SEND_RESULT: 769
MAIL_TAKE_ATTACHMENTS_RESULT: 912
MASKED_CARNIVALE_ARRAY_SIZE: 4
MINION_BITMASK_SIZE: 75
MISC_CONTENT_ARRAY_SIZE: 4
MOUNT_BITMASK_SIZE: 45
OBFUSCATION_ENABLED_MODE: 240
OBFUSCATION_ENABLED_MODE: 72
OBFUSCATION_TABLE_MAX:
- 68
- 197
- 219
- 86
- 72
- 152
OBFUSCATION_TABLE_RADIXES:
- 107
- 118
- 97
- 119
- 119
- 104
ORCHESTRION_ROLL_BITMASK_SIZE: 112
ORNAMENT_BITMASK_SIZE: 8
RAID_ARRAY_SIZE: 28
Expand All @@ -48,10 +48,10 @@ SUPPORTED_BOOT_VERSION: 2026.04.10.0000.0001
SUPPORTED_EXPAC_VERSIONS:
- 2026.05.15.0000.0000
- 2026.05.25.0000.0000
- 2026.06.10.0000.0000
- 2026.06.10.0000.0000
- 2026.06.10.0000.0000
SUPPORTED_GAME_VERSION: 2026.06.10.0000.0000
- 2026.06.18.0000.0000
- 2026.06.18.0000.0000
- 2026.06.18.0000.0000
SUPPORTED_GAME_VERSION: 2026.06.18.0000.0000
TITLE_UNLOCK_BITMASK_SIZE: 112
TRIAL_ARRAY_SIZE: 14
TRIPLE_TRIAD_CARDS_BITMASK_SIZE: 60
Expand Down
Loading
Loading