Commit Graph
100 Commits
Author SHA1 Message Date
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 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
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 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
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
Melledy 5d9ff6e1af Fix !build command potential count and not saving to the database 2025-12-10 20:38:05 -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
Melledy bf5fe3912f Fix discs surging to max crescendo regardless of materials used 2025-12-09 21:28:53 -08:00
Melledy c5f339c8be Implement new event 2025-12-08 22:28:47 -08:00
Melledy 80a181680b Fix !giveall not saving characters/discs properties to the database 2025-12-08 20:12:19 -08:00
Melledy f582444679 Update data versions 2025-12-08 20:07:26 -08:00
Melledy 2af715477e Implement random npc event chance in Monoliths 2025-12-08 18:01:44 -08:00
Melledy 9d77005da6 Implement more Monolith research nodes 2025-12-08 14:47:59 -08:00
Melledy 78d88a87cd Bump server version to 1.1.3
Also updated readme and command descriptions
2025-12-08 01:28:10 -08:00
Melledy e5ce16d6ea Fix more Monolith achievements 2025-12-08 01:12:01 -08:00
Melledy b92319b4c5 Update sessionTimeout default value to 5 minutes 2025-12-07 23:58:18 -08:00
Melledy 1b0b6873b9 Update player session removal 2025-12-07 23:52:23 -08:00
Melledy f542ea7cb4 Fix gift boxes not giving gifts when being bought from the shop 2025-12-07 23:15:25 -08:00
Melledy fa08bcebae Give crescendo/talent material if we are adding duplicate discs/characters 2025-12-07 23:01:46 -08:00
Melledy 209ce83fc9 Reset shop purchases each month 2025-12-07 21:06:53 -08:00
Melledy 90f4be862f Implement daily check in 2025-12-07 20:00:22 -08:00
Melledy 005f138599 Implement Boss Blitz star rewards 2025-12-07 16:31:19 -08:00
Melledy be5a6709fd Improve Boss Blitz UI 2025-12-07 16:02:44 -08:00
Melledy c6ac09f112 Fix weekly boss entry tickets and rewards 2025-12-07 15:45:19 -08:00
Melledy 7f0bdb1824 Update player delete function to remove achievements and activities
Also cleaned up some stuff
2025-12-07 15:07:48 -08:00
Melledy 467b7443f3 Add journey tickets after finishing a tower run 2025-12-06 19:40:15 -08:00
Melledy 2a7817df95 Prevent players from giving themselves unavailable characters/discs 2025-12-06 17:52:13 -08:00
Melledy dfb93cae4b Implement some tower achievements 2025-12-06 02:01:57 -08:00
Melledy cf63bc0b7e Implement starting musical notes 2025-12-05 23:24:10 -08:00
Melledy b7bf1fcdeb Implement potential rerolling 2025-12-05 23:01:37 -08:00
Melledy 198d3aac4f Fix story red dot (untested) 2025-12-05 22:34:47 -08:00
Melledy 810427a028 Fix battle pass weekly exp not resetting 2025-12-05 21:05:21 -08:00
Melledy 70c7c849df Implement !battlepass command
Examples:
`!battlepass premium` = Activates elite grant
`!battlepass lv40` = Unlocks the rewards up to level 40
2025-12-05 21:03:09 -08:00
Melledy 0b7f1ae3a2 Fix battle pass red dot when logging in 2025-12-05 20:32:06 -08:00
Melledy 5182e94db7 Fix item count on star tower shop goods 2025-12-05 19:25:20 -08:00
Melledy 426e5bce63 Add a notification when getting the wrong answer in a npc event 2025-12-05 19:11:39 -08:00
Melledy 6974631601 Implement bonus potential level monolith talents 2025-12-05 02:12:29 -08:00
Melledy 880f0d1d7d Fix max level of potentials in !build being 3 2025-12-05 01:26:12 -08:00
Melledy 86c607c0b3 Implement some star tower npc events 2025-12-04 23:40:24 -08:00
Melledy 3710f0a697 Implement secondary skills in star tower too 2025-12-04 19:32:23 -08:00
Melledy c19aa5d0a1 Fix disc secondary skills 2025-12-04 16:25:18 -08:00
Melledy be84e0f406 Remove max level potentials from potential selectors 2025-12-04 00:01:48 -08:00
Melledy e5cb842fdd Implement monolith shop discounts and improvements 2025-12-03 23:53:18 -08:00
Melledy 15618414a6 Implement monolith shop discounts 2025-12-03 23:15:25 -08:00
Melledy 71de6184b9 Optimize star tower case handling 2025-12-03 22:52:49 -08:00
Melledy e887d5eb4c Update data versions 2025-12-03 22:45:42 -08:00
Melledy 211e012c42 Update patchlist handler 2025-12-03 22:44:12 -08:00