Commit Graph

264 Commits

Author SHA1 Message Date
Lucca Faria Ferri
6325e82502 Update 2023-01-27 09:42:44 -08:00
Lucca Faria Ferri
bc90c73d99 SNO breakdown, small improvements. 2023-01-27 09:25:58 -08:00
Lucca Faria Ferri
3b518c1eb8 Breakdown chart of SNO dictionaries, AnsiTarget.cs update, changed MPQPatchChain.cs logger name, prevent multiple ansi outputs 2023-01-27 08:58:19 -08:00
Lucca Faria Ferri
4027254dd0 Improved console logging with Ansi. A new logger target has been introduced: AnsiTarget.cs (which is a table).
Sample config:
```
[AnsiLog]
Enabled = true
Target = Ansi
IncludeTimeStamps = true
MinimumLevel = Trace
MaximumLevel = Fatal
```
2023-01-27 08:30:47 -08:00
Stepan Goremykin
c1e952d328 Removed unused log4net 2023-01-27 17:25:19 +01:00
Stepan Goremykin
f891fcc9b6 Removed unused Castle 2023-01-27 17:16:38 +01:00
Stepan Goremykin
3a77758d9b Removed unused EntityFrameworkCore.Design 2023-01-27 17:14:38 +01:00
Stepan Goremykin
8370f3b019 Removed duplicated namespaces 2023-01-27 17:14:22 +01:00
Lucca Faria Ferri
f9f9dace6d Removed ref. 2023-01-27 02:55:08 -08:00
Lucca Faria Ferri
4580658f6f Updated acts/quests, ActI/72095/32 updates, added reference to Spectre 2023-01-27 02:33:54 -08:00
Lucca Faria Ferri
ebd1a7c855 Fixed #102 - Logging into a Act/Quest/Step doesn't work on Act I 2023-01-26 22:54:22 -08:00
Lucca Faria Ferri
3e7a4f033d Added !powerful - useful for testing;
Testing quests, small changes (having a default objective;
Checking #101
2023-01-26 21:52:15 -08:00
Lucca Faria Ferri
7299279393 BattleClient.cs and PresenceService.cs cleanup. 2023-01-26 20:35:48 -08:00
Lucca Faria Ferri
2aecf414ef Fixed SRP6a.cs for .NET 7 (BigInt);
Added Success logging;
Small improvements
2023-01-26 20:23:54 -08:00
Lucca Faria Ferri
3cd92e4ac1
Merge pull request #100 from goremykin/dotnet7
Ignore rider's cache & .net 7
2023-01-26 23:54:01 -03:00
Lucca Faria Ferri
0e62c1083d Unidentified items 2023-01-26 18:11:41 -08:00
Lucca Faria Ferri
9ef1ec0a6a Added !info and !followers <dismiss> commands
Improved commands;
Lowered more logger outputs from Info/Trace to Debug.
2023-01-26 17:29:14 -08:00
Lucca Faria Ferri
54f135eac1 Summary of logger types, changes in AccountCommands.cs 2023-01-26 17:06:25 -08:00
Lucca Faria Ferri
8b2b385b0c Changed !help description in CommandManager.cs 2023-01-26 16:58:53 -08:00
Lucca Faria Ferri
24618b0119 Command Attribute Listing: using new() instead of new T(). 2023-01-26 16:58:08 -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
d75a396bed Cleanup, probable bug fixes with floating numbers, and some other quick fixes 2023-01-26 16:21:09 -08:00
Lucca Faria Ferri
018311cdb8 Fixed type conditioned access, if type pattern merge, fixed some floating point comparisons 2023-01-26 15:00:39 -08:00
Lucca Faria Ferri
59f7c47c83 Cleanup 2023-01-26 14:53:49 -08:00
Lucca Faria Ferri
4c7b9e9351 typo 2023-01-26 14:53:04 -08:00
Lucca Faria Ferri
31ea0a9681 Bosses cleanup 2023-01-26 14:49:10 -08:00
Lucca Faria Ferri
bf07202187 Item cleanup 2023-01-26 14:47:18 -08:00
Lucca Faria Ferri
3312e5b693 Cleanup 2023-01-26 14:45:27 -08:00
Lucca Faria Ferri
55e30cd4c0 Item/ItemGenerator reformat; Change in Loggers 2023-01-26 14:43:05 -08:00
Stepan Goremykin
b25b86add2 Upgrade to .net 7 2023-01-26 22:28:34 +01:00
Lucca Faria Ferri
7c8f95fdfd Get current difficulty. 2023-01-26 12:53:41 -08:00
Lucca Faria Ferri
70da7c4486 !difficulty <set|up|down>
removed Not Implemented Exception in Item.cs
2023-01-26 12:35:06 -08:00
Lucca Faria Ferri
8ff0f67428 Item.cs variable changes 2023-01-26 11:22:31 -08:00
Lucca Faria Ferri
eb89fd4e5e translation and static refactoring of GameRequestService.cs 2023-01-26 11:20:20 -08:00
Lucca Faria Ferri
1d1d877c41 Cleaup and log improvement. 2023-01-26 11:13:36 -08:00
Lucca Faria Ferri
fa5bdf4d08 Increased Trace level over Debug level. 2023-01-26 11:09:08 -08:00
Lucca Faria Ferri
9b830e204e Merge remote-tracking branch 'origin/community' into community 2023-01-26 10:23:45 -08:00
Lucca Faria Ferri
75f8479f86 Cleanup 2023-01-26 10:23:37 -08:00
Lucca Faria Ferri
e777064778
Merge branch 'community' into fromCommunity 2023-01-26 15:01:57 -03:00
Lucca Faria Ferri
bfc164d2d0
Merge pull request #98 from DeKaN/animation-tagmap-revert
Revert all TagMap changes and fix some exceptions
2023-01-26 14:51:54 -03:00
Lucca Faria Ferri
4043e01339 Added new commands, added option to spawnrandomequip to generate with a biased toonclass, added some minrank requirements to some commands 2023-01-26 09:15:38 -08:00
Lucca Faria Ferri
5c2ae9e897 Compound assignment 2023-01-26 08:21:53 -08:00
Lucca Faria Ferri
98b6bf4d13 quick (non-breaking) changes 2023-01-26 08:20:55 -08:00
Lucca Faria Ferri
6c41dc4c67 Fixed #81 - A new bug appeared - on the first quest, talking with rumford doesn't spawn the monsters (advance quest)
Also, renamed QuestSetuped to QuestSetup.
2023-01-26 08:10:13 -08:00
DeKaN
9d046be1d1
Revert all TagMap changes and fix some exceptions 2023-01-26 20:04:52 +04:00
Lucca Faria Ferri
d044a9c1fd Fixed issue while compiling GameCommands.cs 2023-01-26 07:59:35 -08:00
Pablito
98a050cc89 Consumables final adjusments before the split seasonal and offseason. 2023-01-25 21:25:09 -03:00
Enthusiast
a899bc2566
Merge branch 'community' into move_consumable_to_gameaccount 2023-01-24 21:46:23 -03:00
Pablito
e4c559a7a2 Solve HellFire items bug (all items it's ok. 2023-01-24 21:24:10 -03:00
pr701
55436fea78
Merge pull request #91 from iamdroppy/background-monitor
Simple background monitor for tracking memory, CPU usage, and server …
2023-01-23 23:11:11 +03:00
pr701
4c80e59125
Merge pull request #90 from iamdroppy/useful-methods-player-manager
Useful methods player manager
2023-01-23 23:10:43 +03:00
Lucca Faria Ferri
14b2a0164e
Merge branch 'community' into fixed-attributes 2023-01-22 20:43:12 -08:00
Lucca Faria Ferri
c3578a0bcd
Merge branch 'community' into useful-methods-player-manager 2023-01-22 20:37:37 -08:00
Lucca Faria Ferri
91e14f7152
Merge branch 'community' into background-monitor 2023-01-22 20:34:15 -08:00
pr701
7a403b76db revert animations fix 2023-01-23 06:40:40 +03:00
pr701
1a313dbf3b Revert "Extract Animation Sno ids into enum, replace some magic constants"
This reverts commit 2547389215.
2023-01-23 06:19:07 +03:00
Lucca Faria Ferri
a2648c1e48 Added fixed attributes, added Invulnerability command, fixed compilation issue, more translations 2023-01-23 06:04:42 +03:00
DeKaN
2547389215 Extract Animation Sno ids into enum, replace some magic constants 2023-01-23 06:03:56 +03:00
pr701
d7bce32efb revert animations fix 2023-01-23 05:49:38 +03:00
Lucca Faria Ferri
a1180e6178 typo 2023-01-23 05:27:29 +03: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
629ba9ea05 Simple background monitor for tracking memory, CPU usage, and server status 2023-01-22 10:59:36 -08:00
Lucca Faria Ferri
421d648488 Broadcast and server-wide whisper to PlayerManager 2023-01-22 10:50:48 -08:00
Lucca Faria Ferri
55da2d1691 Reformat of GameCommand.cs 2023-01-22 10:26:35 -08:00
Lucca Faria Ferri
1efa5a7624 Speed modifier with persistent attributes. 2023-01-22 10:20:04 -08:00
Lucca Faria Ferri
38464f4777 typo 2023-01-22 09:52:07 -08: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
71edf0d317
Merge branch 'community' into translation 2023-01-22 07:17:10 -08:00
Pablito
827548b88e Show the correct Paragon level in party. 2023-01-22 11:27:56 -03:00
Lucca Faria Ferri
e9f11b04c8 Reformat 2023-01-21 22:18:16 -08:00
Lucca Faria Ferri
9d7e315f2b Translation 2023-01-21 22:17:51 -08:00
Lucca Faria Ferri
8e884c4fe4 translation and refactoring 2023-01-21 19:12:38 -08:00
Lucca Faria Ferri
236d2f5f7f Translation update 2023-01-21 18:05:13 -08:00
Lucca Faria Ferri
36926364dc refactor 2023-01-21 17:57:25 -08:00
Lucca Faria Ferri
c4544140fd refactoring 2023-01-21 17:53:22 -08:00
Lucca Faria Ferri
9bf81750ee Translation, small refactoring, etc. 2023-01-21 17:52:11 -08:00
Lucca Faria Ferri
df29776fb7 Translating and cleanup 2023-01-21 17:20:32 -08:00
Lucca Faria Ferri
ee39d0586a Translation, removing useless formatting and some readability improvements. 2023-01-21 13:13:02 -08:00
iEvE
414bc629e4 КАП 2023-01-21 22:46:18 +03:00
iEvE
2d1302758f Clean up and little fix =) 2023-01-21 22:35:54 +03:00
Advocaite
97d0a55972 urgent fix
small bugfix
urgent
2023-01-22 02:48:38 +08:00
Advocaite
bbc38b4cb8 Update Banner.cs
open banner customize fix
2023-01-22 00:20:49 +08:00
DeKaN
bbbd7bde39
Extract Animation Sno ids into enum, replace some magic constants 2023-01-21 00:18:03 +04:00
Advocaite
e576783038 Banner Fix for Greater Rifts
fixes the banner being used in greater rifts

also allows for other events to be able to disable banner.
2023-01-19 01:11:38 +08:00
Advocaite
95a263226e
Merge branch 'blizzless:master' into master 2023-01-18 23:40:28 +08:00
pr701
5ad27454ca
Merge branch 'master' into community 2023-01-18 02:19:35 +03:00
Pablito
32758fbc36 Change the limite of Tab Main Paragon. 2023-01-17 18:38:37 -03:00
Pablito
8022789039 Set Paragon Level max 50k and solve the Paragon distribution points to correct tabs. 2023-01-15 19:13:16 -03:00
DeKaN
f456af1d01
Merge branch 'master' into community 2023-01-15 17:31:27 +04:00
Crypto137
926b08d514 Implement Shadows in the Desert quest workaround 2023-01-15 13:03:54 +03:00
Crypto137
f1f3d40f77 Move corpse res charge reset to checkpoint 2023-01-15 11:17:08 +03:00
Crypto137
ba3cd35ae6 Disable potion drops when player has one in their inventory already 2023-01-13 10:22:13 +03:00
Crypto137
a489b22d68 Disable potion consumption on use 2023-01-13 10:15:00 +03:00
Crypto137
e65446a734 Move health potion implementation to a power 2023-01-13 10:14:03 +03:00
Crypto137
1babc5cfd4 Fix resurrection at corpse 2023-01-13 09:48:21 +03:00
Crypto137
c7da2775b2 Fix resurrection time attribute encoding 2023-01-13 09:38:52 +03:00
Crypto137
2e70fa6538 Increase default stash size 2023-01-10 08:41:07 +03:00
Crypto137
ea1b0eda7c Implement a temp workaround to unlock stash tabs
Tab purchasing with gold needs to be fixed properly.
2023-01-10 08:01:50 +03:00
Crypto137
4b6e81e398 Change auth error message to be more clear 2023-01-10 05:05:23 +03:00
Crypto137
f100f499d2 Fix Wizard's Ray of Frost rune VFX 2023-01-10 04:47:06 +03:00
Crypto137
aa20980d11 Fix Skill_Override GameAttribute encoding
Wizard's Archon skill works again
2023-01-10 03:48:34 +03:00
DeKaN
3017a74cac
Extract Actor Sno ids into enum and replace int "magic constants" 2022-09-10 14:52:14 +04:00
Advocaite
a9c85eadb2 config update
smaller update
2022-09-08 04:20:02 +08:00
Advocaite
8957f284f5 Discord Bot Intergration
Discord bot added to server
some general info commands a example event, also ability to register account with discord bot and link discord user to that account and give them role for registering.
2022-09-08 04:02:44 +08: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
29a8c4f0b9 фик 2022-08-21 13:31:51 +10:00
Gitea
267d087142 + Удалена большая часть Warnings.
+ Применено исправление деспауна Големов при их взрыве - fix from DeKaN
+ Добавлен патч для портала в новый тристрам со стороны Лощины Стенаний.
+ Добавлена новая подсистема "Друзья".
+ Добавлен звук продажи предметов
!Внимание тем кто тестирует - для поиска причины бага, добавлена в консоль информация при использовании Waypoint. Если вас телепортирует не в нужную локацию, скопируйте от туда текст ---Waypoint Debug---.
2022-08-21 11:39:59 +10:00
Gitea
c7f754dafc Фиксики
+ Исправлены анимации отбрасывания
+ Исправлена анимация подбора денег и добавлен звук
+ Исправлены краши после последнего обновления клиента!
2022-08-20 14:52:55 +10:00
Gitea
2ed0f1c7bb Barbarian Fix 2022-08-20 10:09:50 +10:00
Gitea
6911f5c846 Clean Trash 2022-08-19 13:16:13 +10:00
Gitea
38c25d6e8f Исправлено создание учетки 2022-08-18 09:50:52 +10:00
Gitea
897e3bce74 Добавьте файлы проекта. 2022-08-17 14:50:06 +10:00