Commit Graph
340 Commits
Author SHA1 Message Date
Melledy 50f9995785 Refactor error codes 2026-04-15 02:01:41 -07:00
Melledy 6eadc42b27 Update data versions and cleanup some stuff 2026-04-09 22:55:11 -07:00
Melledy 73d3cdee35 Update data versions 2026-03-31 19:51:13 -07:00
Fishia 8cb2578254 fix: make sure to save changes 2026-03-21 02:31:29 -07:00
Fishia 7bb824c009 feat: properly handle level completion 2026-03-21 02:31:29 -07:00
Fishia d80fb0f374 feat: implement PenguinCard 2026-03-21 02:31:29 -07:00
Fishia 942be7236a feat: introduce mitmproxy 2026-03-17 01:00:18 -07:00
Melledy 574cbb34ba Implement Finale Echoing sweep 2026-03-16 21:35:43 -07:00
Melledy 4744618ce9 Update to support game version 1.8.0.* 2026-03-16 21:18:44 -07:00
Melledy f007b6624f Implement Finale Echoing (Permanent)
- Sweeps and quests this game mode are not implemented yet
2026-03-15 02:33:40 -07:00
Melledy e0a6659c38 Update data versions 2026-03-10 02:10:52 -07:00
Melledy 3989a56aa2 Update data versions 2026-03-02 22:03:08 -08:00
Melledy 2a21907dee Update data version 2026-02-25 21:47:22 -08:00
Melledy 4f3b93e359 Fix proving grounds weekly quest and reward calculations 2026-02-23 21:36:37 -08:00
Melledy 8809b1646e Update to the latest version, also implement daily mall gift 2026-02-23 21:06:26 -08:00
Melledy 300a838e06 Fix tower defense first clear rewards 2026-02-13 02:02:26 -08:00
Melledy 57b17f2d25 Fix tower defense settle 2026-02-13 01:58:04 -08:00
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 088c2df58a Bump server version to 1.3.0 v1.3.0 2026-01-02 21:31:47 -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 496d012c36 Bump server version to 1.2.0 v1.2.0 2025-12-17 21:45:08 -08:00