Commit Graph
309 Commits
Author SHA1 Message Date
Melledy f949f3b619 Fix exception when giving all materials 2026-01-02 03:32:50 -08:00
Melledy 9f8fd4464b Update data versions 2026-01-01 03:00:49 -08:00
Melledy 3aaa5bb334 Update data versions 2025-12-26 01:54:56 -08:00
Melledy 297255a316 Implement setting disc music as main theme 2025-12-25 18:06:35 -08:00
Melledy fba1dfccd6 Fix return to ascension 2025-12-25 17:29:43 -08:00
Melledy 957d3a9ac3 Remove activities that are not in the activity module 2025-12-24 21:16:12 -08:00
Melledy 9db0f6aabb Implement login reward activity 2025-12-24 21:12:31 -08:00
Melledy b086851b95 Implement Summit Show 2025-12-24 00:30:51 -08:00
Melledy 9df83c5205 Implement new weekly quests 2025-12-24 00:03:05 -08:00
Melledy c2ebff92c9 Clean up some stuff and update enums 2025-12-23 20:56:00 -08:00
Hiro 92c7dbcbc5 update to support the latest game version 2025-12-24 02:45:06 +02:00
Melledy a8e358d2d6 Update server to support latest version 2025-12-22 20:37:45 -08:00
Melledy 450b0cca30 Remove broken honor titles when logging in 2025-12-22 19:36:54 -08:00
Melledy c75da823e0 Implement sending friends energy 2025-12-22 18:46:21 -08:00
Melledy b4948212ce Update score boss control id properly 2025-12-22 17:54:36 -08:00
Melledy 53839b48ca Implement !autobuild command
The `!autobuild` (or `!ab`) command allows you to build a record without needing to add every id. Missing trekkers/discs/potentials/melodies will be auto selected by the server.

Usage:
`!autobuild [character/disc/potential/melody ids...] lv[target record level] s[target record score]`

Examples:
`!autobuild s99999` = Creates a record with a random main trekker with the max score.
`!autobuild 103 lv30` = Creates a record with this trekker at record rank 30.
`!autobuild 155 132 107 s25000` = Creates a record with these trekkers with a record score of about 25000.
`!autobuild 103 510301 510302 510303 510304 lv20` = Creates a record with this trekker and these potentials at record rank 20.

Notes:
- Target level overrides target score. So a command of `!autobuild lv30 s1000` would have a record rank of 30 and NOT a score of 1000.
- If there is no target level or score, the command will default to a target level of 40.
- You can only add trekkers/discs that you own.
2025-12-20 04:20:34 -08:00
Melledy b5fde4433d Forgot to update something in GameCharacter.java 2025-12-19 01:21:51 -08:00
Melledy 495e76a456 Added command to set a trekker's emblem stats
Usage:
`!e [character id] [slot id - this is between 1 and 3] [attr 1] [attr 2] [attr 3] [attr 4]`

Example:
`!e 141 1 1004 1004 1004 1004` = Sets the first emblem of the character to all +ignis damage.

Notes:
Attribute ids can be found in `CharGemAttrValue.json` in the resources/bin folder.
2025-12-19 01:18:37 -08:00
Melledy 496d012c36 Bump server version to 1.2.0 v1.2.0 2025-12-17 21:45:08 -08:00
Melledy c5d6d707f8 Add support for loading the handbook in different languages 2025-12-17 21:34:22 -08:00
Melledy d9b502002c Improve achievement params handling 2025-12-16 00:11:18 -08:00
Melledy 85b08c7593 Fix issues with gacha history
You may need to reset gacha history info in the database
2025-12-15 08:48:55 -08:00
Melledy 4da479a88a Fix gacha 4 star probability rates 2025-12-15 08:39:29 -08:00
Melledy 21467faa7f Fix potential count when giving up a Monolith run 2025-12-15 07:41:08 -08:00
Melledy 72d9cd530d Implement proper melody drops in Monolith 2025-12-15 07:40:03 -08:00
Melledy 26019d639b Implement a couple more Monolith achievements 2025-12-15 07:28:36 -08:00
Melledy ee5d759a98 Add a config option to unlock all story CGs 2025-12-15 07:12:49 -08:00
HongchengQ f439b25f2a Fix null IP handling in ban IP processing
- Continue loop instead of returning for empty IPs
- Prevent single null IP from interrupting entire ban check
2025-12-13 16:12:59 -08:00
HongchengQ 4fb2712a89 Fix Android-CN -1 error 2025-12-13 16:12:26 -08:00
Melledy e5ffb1743a Fix wrong materials used for emblem generation 2025-12-13 16:11:51 -08:00
Melledy 4d14099f11 Fix Menace Arena not saving properly 2025-12-13 01:20:06 -08:00
Melledy 9599877005 Clear current player level ids when settling 2025-12-13 00:49:55 -08:00
Melledy 31e56ae17f Fix potential count when giving up a Monolith run 2025-12-13 00:33:27 -08:00
Melledy ab1f84e8db Fix Ocean of Souls research node 2025-12-13 00:26:19 -08:00
Melledy 588522df88 Fix lucky potential effect in selector 2025-12-13 00:17:18 -08:00
Melledy 660d5a3cf7 Fix emblems for on certain characters 2025-12-13 00:14:29 -08:00
Melledy 1aa2129bba Add platform string for game session 2025-12-13 00:14:07 -08:00
Melledy 968880c320 Show errors properly if emblem creation/reroll fails 2025-12-12 02:06:11 -08:00
Melledy 353d7d97b6 Add nightly link to readme 2025-12-12 01:45:34 -08:00
Melledy c51268bcb8 Rework how story is handled, fixes choices not saving 2025-12-12 01:31:31 -08:00
Melledy 11ea526a35 Fix null pointer error when logging into a new account 2025-12-11 23:25:49 -08:00
Melledy 5668ba9cea Update data versions 2025-12-11 23:24:45 -08:00
阁主 fef25496fa Implement !status command 2025-12-11 21:21:01 -08:00
Melledy 5d9ff6e1af Fix !build command potential count and not saving to the database 2025-12-10 20:38:05 -08:00
HongchengQ 3a6387c2bd Implement ban functionality
- Added ban module
- Added Ban and Unban commands, supporting banning and unbanning players through various command parameters.
- Added timestamp formatting method in Utils utility class for displaying ban expiration times
- Introduced PlayerErrorCode enum defining various error codes including ErrBan
- Added dual ban checking for both IP and user during player login
- Optimized login failure responses to provide specific error reasons and parameters
2025-12-10 16:33:41 -08:00
Melledy 6483e8a5a7 Implement weekly journey ticket limit 2025-12-09 23:49:48 -08:00
Melledy 5d797fb9d3 Fix weekly boss entry tickets resetting every day 2025-12-09 23:28:24 -08:00
Melledy 0ad87dd751 Improve random potential selector generator 2025-12-09 22:37:04 -08:00
Melledy 5b7adc8fa4 Separate custom data defs into their own category 2025-12-09 21:57:35 -08:00
Melledy 6f832bcdfe Fix potential count calculations when creating a record 2025-12-09 21:33:34 -08:00