Commit Graph

436 Commits

Author SHA1 Message Date
Lucca Faria Ferri
3d123f409f Fixed waypoints appearing unlocked even though they were reportedly locked
It would only set in DEBUG mode to unlock all, so I've changed to a config in the [Game-Server] section named "UnlockAllWaypoints".
2023-02-08 05:18:53 -08:00
Lucca Faria Ferri
61005bb1b9 Small changes relating to config class names. 2023-02-06 10:36:40 -08:00
Lucca Faria Ferri
a0ddd8f8c9 Small changes relating to config class names. 2023-02-06 10:27:38 -08:00
Lucca Faria Ferri
6b5fcda1dd Small change. 2023-02-06 04:38:09 -08:00
Lucca Faria Ferri
241d596178 Small change. 2023-02-06 04:19:08 -08:00
Lucca Faria Ferri
d670871a4f Changed config files to their own name;
DrinkHealthPotion.cs configurable;
Cleanup
2023-02-06 04:08:12 -08:00
Lucca Faria Ferri
f54f91cfad just simple cleanup. 2023-02-05 08:32:14 -08:00
Lucca Faria Ferri
a083065fbd Fixed animations issue + cleanup.
Added a fallback IN CASE something goes wrong - shouldn't, but left a nice log for debugging purposes.
2023-02-04 13:59:14 -08:00
Lucca Faria Ferri
48c7fc7de5 Fixed animations issue + cleanup. 2023-02-04 13:40:36 -08:00
Lucca Faria Ferri
60b50263b1
Merge pull request #121 from goremykin/update_readme
Added instructions how to build the project without VS
2023-02-04 16:45:29 -03:00
Lucca Faria Ferri
43ba284d8d command file segregation 2023-02-04 11:15:54 -08:00
Lucca Faria Ferri
ba357de3b5 Nothing huge, just log changes on a mis-interpreted logging and changed ActorsCommand.cs descriptions. 2023-02-04 11:13:49 -08:00
Stepan Goremykin
8773e31c52 Added instructions how to build the project without VS 2023-02-04 16:41:17 +01:00
Lucca Faria Ferri
614031d550 Fixed #116 - Community branch cannot save gold
See #116 for more info about the gold change issue.

Nephalem rift progress multiplier added to the Config.cs. Defaults to 1f (no change). Helps greatly.
`!world info` added for world information

 `!difficulty <min/max>` added

 Returning `List<T>` to `ImmutableArray<T>` on a particular method (will be changing more soon). Most List<T> on the project are read/only, best to return an array instead, less re-iteration by default, and some CLR improvements (https://devblogs.microsoft.com/dotnet/please-welcome-immutablearrayt/)

Upgraded LogLevel from Warn to Error when it's a database error (DBSession.cs)

Removed some `//Blizzless Project 2022` with regex replacement

MethodLog output enhancement.
2023-02-04 01:44:43 -08:00
Lucca Faria Ferri
0489f9e47a Revert "Animations bugfix"
This reverts commit c3d3984725.
2023-02-03 12:01:10 -08:00
Lucca Faria Ferri
c3d3984725 Animations bugfix
All AnimationSno now with their SnoFileName, to prevent issues and try to resolve animations (at least the ones that worked before).
2023-02-03 05:08:27 -08:00
Lucca Faria Ferri
8521c490c2 Patching ActorSno.cs (misplaced attributes) 2023-02-03 04:14:18 -08:00
Lucca Faria Ferri
ad7aa30e88 Color format. 2023-02-03 04:02:03 -08:00
Lucca Faria Ferri
22a56e78a1 Fixed actor SNOs. 2023-02-03 04:00:42 -08:00
Lucca Faria Ferri
97a8bfa8a3 Quests and MPQ work.
Fixed quest to find 2 orbs on the rotten forest;
Fixed load actors to load an actor file that could not be found - as many actors rely on a name which is not always provided on the enum by using a [SnoFileName("TheActual SnoFileName")];
Changed FileFormats.Actor to FileFormats.ActorData
2023-02-02 11:52:36 -08:00
Lucca Faria Ferri
bce8acfaf3 Merge remote-tracking branch 'origin/community' into community 2023-02-02 06:44:32 -08:00
Lucca Faria Ferri
78126fb119 Instance from auto property to readonly static. 2023-02-02 06:44:23 -08:00
Lucca Faria Ferri
256dd7336a
Update config.ini 2023-02-02 10:34:03 -03:00
Lucca Faria Ferri
396fc3e0f3 improvement shutdown/item gen 2023-02-02 05:18:59 -08:00
Lucca Faria Ferri
2bfaa5c9c1 Merge remote-tracking branch 'origin/community' into community 2023-02-02 05:18:35 -08:00
Lucca Faria Ferri
282b990ae4 Updated default config, and shutdown 2023-02-02 05:18:27 -08:00
Lucca Faria Ferri
47f3495cba
Update README.md 2023-02-01 18:02:01 -03:00
Lucca Faria Ferri
6c1621d6ea
Update README.md 2023-02-01 17:59:46 -03:00
Lucca Faria Ferri
8d82fcb853
Update config.ini 2023-02-01 17:06:23 -03:00
Lucca Faria Ferri
591c2845ac Invalid levels given returns an error instead. 2023-02-01 11:04:30 -08:00
Lucca Faria Ferri
0db3d0bf12 Merge remote-tracking branch 'origin/community' into community
# Conflicts:
#	src/DiIiS-NA/D3-GameServer/CommandManager/AccountCommands.cs
2023-02-01 10:54:37 -08:00
Lucca Faria Ferri
56028a9792 Each command to their own file, improvement on Necromancer.cs and NecromancerSkeleton_A.cs 2023-02-01 10:54:24 -08:00
Lucca Faria Ferri
724aecba47 Each command to their own file, improvement on Necromancer.cs and NecromancerSkeleton_A.cs 2023-02-01 10:49:15 -08:00
Lucca Faria Ferri
35e8a17de0 Merge remote-tracking branch 'origin/community' into community 2023-02-01 09:53:23 -08:00
Lucca Faria Ferri
4744222dd4 all fine now. 2023-02-01 09:36:33 -08:00
Lucca Faria Ferri
743146fe77
Update game-world-settings.md 2023-02-01 11:55:01 -03:00
Lucca Faria Ferri
50b010b62f
Update game-world-settings.md 2023-02-01 11:54:37 -03:00
Lucca Faria Ferri
c6804d558d Merge remote-tracking branch 'origin/community' into community 2023-02-01 06:45:54 -08:00
Lucca Faria Ferri
a62137c40c Small refactoring. 2023-02-01 06:45:46 -08:00
Lucca Faria Ferri
95293710ce Small refactoring. 2023-02-01 06:45:24 -08:00
Lucca Faria Ferri
85de65c041 #115 Always save quests progress if config.ini has AutoSaveQuests = true - unless in open world. In tests. 2023-01-31 14:51:49 -08:00
Lucca Faria Ferri
f227b01d5a Merge remote-tracking branch 'origin/community' into community 2023-01-31 14:46:36 -08:00
Lucca Faria Ferri
7a90b4d47f Object initializer change on Objectives 2023-01-31 14:46:28 -08:00
Lucca Faria Ferri
b36e1449bf
Update game-world-settings.md 2023-01-31 19:36:30 -03:00
Lucca Faria Ferri
26c5fe328b
Update config.ini 2023-01-31 19:35:24 -03:00
Lucca Faria Ferri
d9df13b710 quickfix 2023-01-31 14:27:23 -08:00
Lucca Faria Ferri
66f1423ecc Small changes 2023-01-31 14:10:07 -08:00
Lucca Faria Ferri
ef89b0b732 Player/World broadcast 2023-01-31 13:41:35 -08:00
Lucca Faria Ferri
602a42042a Fixed kill leoric;
Fixed bug that opened a portal behind Leoric before killing him (and to reopen it after killing him);
MethodTrace when opening door;
Created command to open all world's doors, nearby doors, and get info about door states;
Created a GetPortals near Actor.
2023-01-31 13:15:50 -08:00
Lucca Faria Ferri
5759335f9a cleanup 2023-01-31 09:12:30 -08:00