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

IP addresses should be being logged to the database both on character registration as well as on subsequent logins where they change. They should be associated back to the account...

enhancement
good first issue

HWIDs should be being logged to the database both on character registration as well as on subsequent logins where the HWIDs change. They should be associated back to the account...

enhancement
good first issue

## Briefly describe what changes this PR introduces This PR introduces a basic matchmaking system. You are now able to queue solo or with your party, and join a server...

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.4. Changelog Sourced from cryptography's changelog. 41.0.4 - 2023-09-19 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.3. .. _v41-0-3: 41.0.3...

dependencies

## Briefly describe what changes this PR introduces Added trader support. Allows 2 users to trade items with eachother. Support for: * registering as a trader (lv 5 and 25...

The `give` console command does not work anymore. Command used `/give koon Bandage others NONE 10`. Also the functions in `console.py` should have type hinting like in #235. ![image](https://github.com/Snaacky/dndserver/assets/9889898/77c72e41-647a-431a-88a2-502b9d51cb23) When...

bug

IP addresses are now being logged to database and associated to each account is logged. This Issue #128 should be resolved now

Added support for storing character and account login date. - Added Table to DB Login(id, account_id, character_id, login_time) - Added Colum to Table Character (last_login) - Now the last character...

The merchant craft list is not implemented and players cannot craft anything. ![image](https://github.com/Snaacky/dndserver/assets/9889898/13a96825-a4d2-4acd-9d1f-114d842a33b4)

enhancement

The individual high-roller leaderboard always shows '--' instead of the correct ranking ![image](https://github.com/Snaacky/dndserver/assets/9889898/e2414ace-5c83-4aa8-a1dc-2004fd2e1401)

bug