Commit Graph

24 Commits

Author SHA1 Message Date
Lucca Faria Ferri
e2d3344974 Rifts improvement.
- Finishes the rift automatically if config.ini has NephalemAutoFinish is set to true, if it's true, if there are less than NephalemRiftAutoFinish monsters alive, finishes rift (and goes to boss). Disabled by default.
- Added NephalemRiftOrbsChance (rate at which a orb is spawned).
- SpawnGenerator.cs added hexmaze
- DeathPayload.cs improvement
2023-02-09 22:48:41 -08:00
Lucca Faria Ferri
48c7fc7de5 Fixed animations issue + cleanup. 2023-02-04 13:40:36 -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
66f1423ecc Small changes 2023-01-31 14:10:07 -08:00
Lucca Faria Ferri
734f35d611 New Game-Server configs, lots of improvements to items, actors (player, monster, bosses), quests, etc 2023-01-29 04:44:31 -08:00
Lucca Faria Ferri
8fc7021992
Merge pull request #109 from goremykin/optimizations
More multiple enumerations
2023-01-28 11:34:56 -03:00
Stepan Goremykin
66d94d0c3f Fixed some multiple enumerations 2023-01-28 15:23:03 +01:00
Lucca Faria Ferri
21d6ea62e8 Made attributes read-only;
Improved development conditioning;
Translations and renames;
Refactoring;
2023-01-28 06:10:54 -08:00
Lucca Faria Ferri
b66569abbd Refactoring, new commands, config of chances of unidentified drops (for higher and lower quality items), modified !drop command to don't allow unidentified items, some bug-prevention fixes. 2023-01-28 04:39:28 -08:00
Lucca Faria Ferri
2ebdff6c61 MonsterBrain.cs cleanup.
Removed Blizzless using comments as it clutters the dependency view.
2023-01-27 12:02:19 -08:00
Lucca Faria Ferri
602960b8f2 Lowered some loggers (from Logger.Trace to Logger.Debug);
Update on GameCommands.cs
2023-01-26 16:57:16 -08:00
Lucca Faria Ferri
14b2a0164e
Merge branch 'community' into fixed-attributes 2023-01-22 20:43:12 -08:00
Lucca Faria Ferri
33b096de32 Added fixed attributes, added Invulnerability command, fixed compilation issue, more translations 2023-01-23 05:24:50 +03:00
Lucca Faria Ferri
b11eb31c51 Added fixed attributes, added Invulnerability command, fixed compilation issue, more translations 2023-01-22 09:43:32 -08:00
DeKaN
c071d7a174
Merge remote-tracking branch 'upstream/community' into extract-animation-sno 2023-01-22 19:54:10 +04:00
Lucca Faria Ferri
8e884c4fe4 translation and refactoring 2023-01-21 19:12:38 -08:00
Lucca Faria Ferri
9bf81750ee Translation, small refactoring, etc. 2023-01-21 17:52:11 -08:00
DeKaN
bbbd7bde39
Extract Animation Sno ids into enum, replace some magic constants 2023-01-21 00:18:03 +04:00
DeKaN
f456af1d01
Merge branch 'master' into community 2023-01-15 17:31:27 +04:00
DeKaN
3017a74cac
Extract Actor Sno ids into enum and replace int "magic constants" 2022-09-10 14:52:14 +04:00
Gitea
d2bfdd0bbe Network code update to 2.7.4.84161 2022-09-02 18:27:53 +10:00
DeKaN
dec5879fc9
Extract World SNO ids into enum and replace int "magic constants" 2022-08-22 03:33:11 +04:00
Gitea
267d087142 + Удалена большая часть Warnings.
+ Применено исправление деспауна Големов при их взрыве - fix from DeKaN
+ Добавлен патч для портала в новый тристрам со стороны Лощины Стенаний.
+ Добавлена новая подсистема "Друзья".
+ Добавлен звук продажи предметов
!Внимание тем кто тестирует - для поиска причины бага, добавлена в консоль информация при использовании Waypoint. Если вас телепортирует не в нужную локацию, скопируйте от туда текст ---Waypoint Debug---.
2022-08-21 11:39:59 +10:00
Gitea
897e3bce74 Добавьте файлы проекта. 2022-08-17 14:50:06 +10:00