dndserver icon indicating copy to clipboard operation
dndserver copied to clipboard

Dark and Darker private server implementation written in Python

Results 75 dndserver issues
Sort by recently updated
recently updated
newest added

Currently, version 0.5.0.1172 cannot be obtained. Error reported using 0.5.0.1173. ![image](https://user-images.githubusercontent.com/41416092/234766885-257d28dd-6674-471a-ad8e-4ca71406d440.png) ``` 2023-04-27 13:22:08 dndserver | Unhandled Error 2023-04-27 13:22:08 dndserver | Traceback (most recent call last): 2023-04-27 13:22:08 dndserver...

bug
help wanted

- Added item data in json format (folder data/items...) - Added some handlers/parsers to format this data into something we can actually consume (We can call generateItem() in handlers/item.py to...

![immagine](https://user-images.githubusercontent.com/29985813/235301794-1a9a24fc-9bbf-4d64-9e2e-72f1930bf917.png) Includes: - Party feature - Separate chats - Chat messages - Live user count - Chat logging Doesnt cover: decrement of user count due to disconnect (not in scope...

Fixes issues #96, #96, #93, #84 and #82 Solved by removing the default values for the perks except the first one and adding a level check before we move the...

Added support to split items and support for putting gold in purses/chests and bags. This also fixes issue #81. Now it gives the correct error message "This item cannot be...

When you create new character it goes on top of the first character you created. Here is an example of how it works right now: The first class I created...

bug

I forget the name of it but its the perk that gives you a flat boost to your ac. I think it was 10% or something like that.

bug

Blocking and unblocking users works. The database naming schema could probably use some improvement. `SC2S_BLOCK_CHARACTER_LIST_REQ` still needs to be implemented.