Releases: Dawn-of-Light/DOLSharp
Releases · Dawn-of-Light/DOLSharp
2.1.0.3896
Bump version to 2.1.0
This release includes path finding option thanks to @jeremv42
You still need generated NavMeshes.
These can be built via https://github.com/thekroko/uthgard-opensource/tree/master/pathing/buildnav
Enable navmesh pathing for following/attacking
Also add pathing for Goto, Here and several other commands
2.0.0.3895
Add 1.128 client
2.0.0.3894
Fix Pet Speed (#462)
Fix pets only slowly following when owner stands
Adjust mob speeds to be closer to player speeds
Fix ControlledNpcBrain.ComeHere() and .Goto(GameObject)
Previously pets would teleport to target on successive ComeHere/Goto
2.0.0.3893
Add mob pathing for roaming (#460)
Required are nav files which can be generated by uthgard-opensource/builnav
2.0.0.3892
Fix DOLConfig
DOLConfig couldn't find DOLServer.dll
2.0.0.3891
Create a GameInventoryItem when interacting with a GameInventoryObject
Every item added to the player's inventory needs to be a GameInventoryItem type.
There exists a condition in GameInventoryObject's which allow to exchange two items
from a vault, during which the item received loses its type and uses InventoryItem
instead.
A player could exploit this behaviour to prevent items from losing condition (for
example).
2.0.0.3890
Fix Friend List in 1.126 (#458)
2.0.0.3889
Version bump to 2.0.0 to mark the successful change from NetFramework to NetCore (#454)
Update Docker workflow actions (#453)
1.9.7.3888
Remove Net Framework (#448)
Look for assemblies (also) in lib folder
Remove NetFramework build
Remove NetFramework specific code
Cleanup release directory
Adjust docker image tags
1.9.7.3887
Show error for wrong ID in DBCharacterClass.EligibleRace (#450)
Load default CharacterClass if loading from DB fails
Remove CharacterClass.player member
Fix Warlock Chamber Display (#452)
Previously there was one too many chamber displayed
Add empty chamber if spell has no corresponding model
Remove chamber effect packet spam
Improve NPC Stealth (#443)
NPCs are now unstealthed on attack and restealth when out of combat
Fix Blanket of Camouflage