Commit Graph

366 Commits

Author SHA1 Message Date
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
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
Lucca Faria Ferri
011c82ac38 Fixed exceptions showing incorrect message;
Do not crash when D3Core is disabled but show a fatal message;
Restored force D3Core only when it's in debug mode.
2023-02-16 21:36:15 -08:00
Lucca Faria Ferri
fe6caefe57 commenting. 2023-02-16 21:20:22 -08:00
Lucca Faria Ferri
cce3c83a38 SetTitle to prevent platform errors. 2023-02-16 21:19:21 -08:00
Lucca Faria Ferri
ec6afb4f12 Forcing D3 Core to be always active. 2023-02-16 21:13:15 -08:00
Lucca Faria Ferri
a5fb64e8f9 Death payload study of NearDeath payload, fixed GameServerConfig.cs for RELEASE. 2023-02-16 20:55:44 -08:00
Lucca Faria Ferri
8d8576f4e7 Afk disconnect now configurable (not limited to DEBUG/RELEASE), opcodes/gamemessage extensions, static refactoring, QuestTrigger improvements, small GameClient.cs and Player.cs improvements. 2023-02-16 19:56:14 -08:00
Lucca Faria Ferri
e8c75545c7 Merge remote-tracking branch 'origin/community' into community 2023-02-16 16:46:09 -08:00
Lucca Faria Ferri
a8ece3a868 removed necroskeletoncount 2023-02-16 16:45:58 -08:00
Lucca Faria Ferri
b051609dce
Update game-world-settings.md 2023-02-16 06:51:55 -03:00
Lucca Faria Ferri
5ac2ca9e2b Filtered commands for console that are InGameOnly, improved output for console. 2023-02-13 09:48:38 -08:00
Lucca Faria Ferri
6907cebcc6 Filtered commands for console that are InGameOnly. 2023-02-13 08:43:50 -08:00
Lucca Faria Ferri
f72ff60965 Command and settings changes.
Attribute for checking if command is for in-game only;
Added CommandException.cs and InvalidParametersException.cs
Added NecroSkeletonCount to GameServerConfig.cs, thus the amount of necro skeletons can now be set.
Added new quest command: !quest set [questId] [stepId] to fast-forward to a specific quest.
2023-02-13 07:28:00 -08:00
Lucca Faria Ferri
aa05ae4988 Update Currency removed useless bloodshard query, and some cleanup. 2023-02-12 19:52:32 -08:00
Lucca Faria Ferri
50cc3a2d45 Update Currency removed useless bloodshard query, and some cleanup. 2023-02-12 19:52:20 -08:00
Lucca Faria Ferri
d75605027d Minor: Cleanup 2023-02-12 19:42:17 -08:00
Lucca Faria Ferri
cbe44933bf Minor: Cleanup and translations... 2023-02-12 19:40:47 -08:00
Lucca Faria Ferri
8b442f9db8 Improved some commands, cleanup,... 2023-02-12 19:07:26 -08:00
Lucca Faria Ferri
e76fcb31ec Logging update. 2023-02-12 11:25:59 -08:00
Lucca Faria Ferri
4474ee1889 Merge remote-tracking branch 'origin/community' into community 2023-02-12 09:53:00 -08:00
Lucca Faria Ferri
2b3016189e Fixed all items transmogGBID 2023-02-12 09:52:34 -08:00
Lucca Faria Ferri
c5297094c6
Update config.ini 2023-02-12 05:17:34 -08:00
Lucca Faria Ferri
3a1c306c36
Update game-world-settings.md 2023-02-12 05:14:52 -08:00
Lucca Faria Ferri
4d3272ca88 ForceMinimapVisibility on GameServerConfig.cs 2023-02-12 05:13:13 -08:00