Commit Graph

389 Commits

Author SHA1 Message Date
Mateleo
a47db464f8 feat(Dockerfile): add Dockerfile to containerize the .NET application
chore(Blizzless.csproj): update project configuration to support multiple runtime identifiers for better cross-platform compatibility
2024-11-22 00:23:14 +01:00
Mateleo
9730b68779 chore: add config.mods.json to .gitignore
refactor(Toon.cs): replace _dbQuests with dbQuests for better readability

fix(Program.cs): update variable name and log message in debug mode
2024-11-21 23:28:12 +01:00
Lucca (Droppy)
425378eff2 Update. 2024-06-13 04:26:34 -03:00
Lucca (Droppy)
03ba08341c small. 2024-04-29 06:04:43 +00:00
Lucca (Droppy)
bf2a4fdcfa Small changes: swap and mod 2024-04-29 05:51:03 +00:00
Lucca Faria Ferri
c6061f2052 tiny change 2023-09-13 14:39:07 +02:00
Lucca Faria Ferri
23462a4d59 config.mods.json is now under solution + small changes 2023-09-13 14:34:31 +02:00
Lucca Faria Ferri
0774b48501 changes 2023-09-13 04:27:03 +02:00
Lucca Faria Ferri
31d75a8e0d math clamp 2023-09-13 04:08:21 +02:00
Lucca Faria Ferri
8cc5954c7c AsyncListener message error witḣport. 2023-09-13 02:59:08 +02:00
Lucca Faria Ferri
16421480a7 small changes 2023-08-30 11:21:21 +02:00
Lucca Faria Ferri
c38bc4ba26 casting 2023-08-30 02:43:08 +02:00
Lucca Faria Ferri
d255a8b715 Monster brain small changes 2023-08-29 12:27:33 +02:00
Lucca Faria Ferri
d360e196bd Attack target range 2023-08-29 10:18:29 +02:00
Lucca Faria Ferri
81afefcb8a custom lookup range 2023-08-29 10:17:17 +02:00
Lucca Faria Ferri
cabbc45654 Merge remote-tracking branch 'origin/community' into community 2023-08-29 08:55:58 +02:00
Lucca Faria Ferri
4f207b2c7d leah small fix 2023-08-11 09:11:59 -07:00
Lucca Faria Ferri
9380429c74 Small cleanup. 2023-08-11 08:56:34 -07:00
Lucca Faria Ferri
e129fbd077 handshake failure fix 2023-08-01 09:01:20 -07:00
Lucca Faria Ferri
33001803e6 unique follower 2023-07-27 01:22:41 -07:00
Lucca Faria Ferri
6e7812bbe3 small changes 2023-07-26 09:25:25 -07:00
Lucca Faria Ferri
536fa101ca configurable attacks per second 2023-07-26 07:13:28 -07:00
Lucca Faria Ferri
607a46cbfd already @ callerinfo 2023-07-25 12:12:59 -07:00
Lucca Faria Ferri
dd11da0da5 update 2023-07-24 14:08:16 -07:00
Lucca Faria Ferri
09e0480485 starting monster brain 2023-07-20 05:18:38 -07:00
Lucca Faria Ferri
3c851ddf1c Fixed leah follower 2023-07-20 03:47:13 -07:00
Lucca Faria Ferri
67f048375c formatting. 2023-07-05 22:47:34 -07:00
Lucca Faria Ferri
847c6dea26 updated some small code 2023-07-05 13:49:47 -07:00
Lucca Faria Ferri
24e208c560 Health/Damage multipliers in settings by difficulty. 2023-07-05 13:43:31 -07:00
Lucca Faria Ferri
ac1d560f99
Update database.Worlds.config 2023-07-05 08:31:08 -03:00
Lucca Faria Ferri
3ae8a7e2a5
Update database.Account.config 2023-07-05 08:30:51 -03:00
Lucca Faria Ferri
777a51cdcd Merge remote-tracking branch 'origin/community' into community 2023-06-22 21:41:19 -07:00
Lucca Faria Ferri
b39f5e7c4c Stable WIP: Health/Damage multipliers in settings by difficulty. 2023-06-22 21:40:54 -07:00
Lucca Faria Ferri
7275551ab9 Game Mods - Json + Configuration migration
- Changed the Game Mods config to a json file
 - Created a .ini migration for the json file
 - Better ANSI readability
 - Improved some methods
2023-06-19 07:50:01 -07:00
Lucca Faria Ferri
f3ccab713e Game Mods - Json + Configuration migration
- Changed the Game Mods config to a json file
 - Created a .ini migration for the json file
 - Better ANSI readability
 - Improved some methods
2023-06-19 07:41:22 -07:00
Lucca Faria Ferri
5ac559a6f8
Update game-world-settings.md 2023-06-19 08:02:50 -03:00
Lucca Faria Ferri
84c7f45133
Update game-world-settings.md 2023-06-19 08:02:38 -03:00
Lucca Faria Ferri
56dd6194a1 Rewrote Necromancer's CorpseExplosions HeroSkill - it appears to have an issue with Rune_A still, investigating. 2023-06-18 21:16:26 -07:00
Lucca Faria Ferri
db85369ef8 Updated some docs, one settings to rule them all, etc. 2023-06-18 20:58:49 -07:00
Lucca Faria Ferri
d49282653d Created remote motd and updated base config.ini
Changed Motd settings locations to `LoginServerConfig.cs`
 - `MotdEnabledWhenWorldLoads`: if true, motd will be displayed whenever a player enters another world.
  - `MotdEnabledRemote`: if true, a POST will be sent to `MotdRemoteUrl` with the body `{ "GameAccountId": ulong, "ToonName": string, "WorldGlobalId": uint }`
   - `MotdRemoteUrl`: the callback URL to POST.
2023-06-18 20:53:56 -07:00
Lucca Faria Ferri
0508c19873 var update 2023-06-12 05:22:37 -03:00
Lucca Faria Ferri
37932bd09b Improved #139 2023-06-12 05:16:39 -03:00
Lucca Faria Ferri
4349b829be Small changes. 2023-06-12 04:59:57 -03:00
Lucca Faria Ferri
be4a31a5f7
Merge pull request #159 from blizzless/community-new
getting back and improving logging.
2023-06-12 04:40:40 -03:00
Lucca Faria Ferri
9519d47713 getting back and improving logging. 2023-06-12 04:39:58 -03:00
Lucca Faria Ferri
94aa570ca2 broadcast changes 2023-06-12 03:38:01 -03:00
Lucca Faria Ferri
a00de9d18a Small command changes. 2023-02-23 16:12:59 -08:00
Lucca Faria Ferri
1fff1a96c7 Quick Changes. 2023-02-23 16:07:32 -08:00
Lucca Faria Ferri
aee7eb4af8 Small changes. 2023-02-20 03:51:54 -08:00
Lucca Faria Ferri
fa93771a47 small changes to SessionService.cs and Toon.cs 2023-02-20 03:49:38 -08:00