Commit Graph

475 Commits

Author SHA1 Message Date
Melledy
be6c95004c Fix starting a battle by normal attacking not breaking enemy toughness 2023-12-17 18:57:54 -08:00
Melledy
f67e300495 Better fix for getting the commit timestamp 2023-12-17 09:25:08 -08:00
Melledy
f659662c70 Fix compile issue with commit timestamp 2023-12-16 21:38:54 -08:00
Melledy
82ed8904d6 Fix material exchange consuming more materials than needed 2023-12-16 11:33:54 -08:00
Melledy
7777b9516e Fix monsters being added twice in a battle 2023-12-16 02:24:56 -08:00
Melledy
5a88b233b2 Cleanup some code 2023-12-16 02:20:47 -08:00
Melledy
6925ef4fe6 Implement drop rates for world monster drops 2023-12-16 02:00:28 -08:00
Melledy
2b5141882e Format commit timestamp in local time 2023-12-16 01:29:19 -08:00
Melledy
1afb594fdc Fix incorrect consumable buff count 2023-12-15 08:51:52 -08:00
Melledy
a5242d275f Fix consumable UI not updating when the player uses one 2023-12-15 08:45:52 -08:00
Melledy
246b5e0340 Handle debuff techniques better
Using a single target debuff technique on a group of monsters should only debuff the monster wave(s) from the attacked monster
2023-12-15 08:11:16 -08:00
Melledy
3b2633f78f Make maxCustomRelicLevel also limit the max sub stat count 2023-12-15 06:24:11 -08:00
Melledy
6a6f0da807 Fix technique points not being restored by consumables 2023-12-14 20:40:46 -08:00
Melledy
4a7653ec89 Fix drop values for trace/avatar/lightcone exp cocoons 2023-12-14 20:39:11 -08:00
Melledy
04f3feb15c Add a config option for maxCustomRelicLevel 2023-12-14 20:35:02 -08:00
Melledy
1ce75b7f71 /giveall materials should now give a more "reasonable" amount 2023-12-14 20:31:44 -08:00
Melledy
bf713d2ddd Force a system gc after the server starts up 2023-12-14 20:23:58 -08:00
Melledy
e209f09a55 Fix cocoon drops showing up as extra drops 2023-12-14 09:57:50 -08:00
Melledy
912ebfe8cf Rework battle system 2023-12-14 09:46:57 -08:00
Melledy
d9785289dd Fix debuffs from summoned skills not expiring 2023-12-14 06:22:49 -08:00
Melledy
8eab7cef9e Fix summoned skills not breaking props 2023-12-14 06:15:55 -08:00
Melledy
09337fd9ec Implement summon related techniques
Make sure to redownload config files are as new summon unit configs are required
2023-12-13 19:10:51 -08:00
Melledy
6c9f6743cc Return the proper retcode when doing gacha with a full light cone inventory 2023-12-11 05:17:44 -08:00
Melledy
f3c284069c Increase the amount of materials given by /giveall 2023-12-11 05:16:18 -08:00
Melledy
d71a4b8529 Dont save items to the db when their properties havent changed 2023-12-11 05:10:37 -08:00
Melledy
b84f24e4a7 Fix error when creating a new player 2023-12-11 04:58:28 -08:00
Melledy
5a46313f5f Fix drop modifiers causing an imperfect amount of drops 2023-12-10 18:27:17 -08:00
Melledy
851d4aa885 Implement configurable server drop rates 2023-12-10 18:13:36 -08:00
Melledy
92a4fd379b Add config options for starting TB level and auto equilibrium level upgrade 2023-12-10 17:36:30 -08:00
Melledy
f01d716631 Fix character techniques for people using newer config data 2023-12-09 11:44:43 -08:00
Melledy
17c3ebab16 Cleanup unnecessary code 2023-12-09 11:43:06 -08:00
Melledy
90d7bfee88 Implement drops from cocoons/world bosses 2023-12-09 10:36:42 -08:00
Melledy
6af08f5034 Allow users to set a public port 2023-12-08 05:41:12 -08:00
Melledy
8d57e357c0 Fix some scenes not showing up in the map 2023-12-07 03:07:21 -08:00
Melledy
e6f65f47f5 Optimize handler for GetMainMissionCustomValueCsReq 2023-12-07 03:00:57 -08:00
Melledy
e1a42a734d /giveall should not give more eidolons than needed 2023-12-07 01:59:28 -08:00
Melledy
1951c0e579
Merge pull request #25 from Melledy/development
Merge `development` into `main`
2023-12-06 22:09:01 -08:00
Melledy
8ce4a6408c Add jar version and commit date to startup message 2023-12-06 21:50:31 -08:00
Melledy
9ca364a19e Add warnings in case people are missing resource files 2023-12-06 21:42:51 -08:00
Melledy
6d95f2b641 Fix more character technique(s) that apply debuffs on attack 2023-12-06 04:31:51 -08:00
Melledy
417c8c105d Clean up InventoryService 2023-12-06 03:02:34 -08:00
Melledy
1e352947b6 Prevent int overflows when adding/removing items 2023-12-06 02:58:55 -08:00
Melledy
9ba1dc0dfd Gitignore plugins folder and extend command args api 2023-12-06 02:23:43 -08:00
Melledy
4a291cb936 Fix null pointer exception that occurs when certain items are added 2023-12-05 22:09:08 -08:00
Melledy
d82cfd4586 Add a sanity check to prevent loading null configs 2023-12-05 22:03:30 -08:00
Melledy
d9ff069858 Fix being unable to connect to the game server if packet logging was enabled 2023-12-05 22:00:23 -08:00
KingRainbow44
5425113900
Merge remote-tracking branch 'origin/development' into development
# Conflicts:
#	README.md
2023-12-05 21:40:51 -05:00
KingRainbow44
aacbe8d68a
(feat) Add a plugin manager 2023-12-05 21:40:00 -05:00
Melledy
b2f9168076 Limit some types of items that the player can get 2023-12-05 06:19:38 -08:00
Melledy
107c592522 Fix issues with random stuff not loading when logging in 2023-12-05 05:09:30 -08:00