Commit Graph
307 Commits
Author SHA1 Message Date
Melledy dfebf2d816 Update data versions 2026-02-11 16:42:22 -08:00
Melledy f3330e2a6d Add skins to the giveall command
Example usage: `!giveall skins`

Description: Gives all non-basic/non-ascension skins for trekkers owned by the target player. Requires handbook generation to be enabled.
2026-02-02 22:32:32 -08:00
Melledy d3ac668313 Update to support game version 1.6.0.* 2026-02-02 22:01:21 -08:00
Melledy 155d6b2058 Update data version and add new chess event 2026-01-27 19:13:01 -08:00
Melledy 3735676251 Update data versions 2026-01-21 00:25:21 -08:00
Melledy e9a4d97be7 Filter emblem elemental affixes not matching the trekker's element 2026-01-18 17:52:01 -08:00
Melledy 7e73f02bc3 Fix emblems in ascension 2026-01-16 20:18:06 -08:00
Melledy f0afcb1865 Only consume express passes if entering star tower was a success 2026-01-16 20:17:06 -08:00
Melledy 41f227c172 Update data versions 2026-01-13 04:13:29 -08:00
Melledy 4779aedf32 Update to latest version 2026-01-12 19:58:40 -08:00
Melledy 2cb4a4d7f0 Update data versions 2026-01-06 01:35:45 -08:00
Melledy d5ca4f41c2 Update libraries 2026-01-02 22:18:16 -08:00
Melledy 5c86bb8380 Load data versions from a json file 2026-01-02 22:13:24 -08:00
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 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