d3v1l401 / Bark-and-Barker

A Dark & Darker backend server emulator written in C#
GNU General Public License v3.0
2 stars 0 forks source link

Items pre-defined properties need to be recorded in the database #29

Open d3v1l401 opened 1 year ago

d3v1l401 commented 1 year ago

Custom properties: immagine

This is the original version: immagine

The client has these hardcoded, but the server is unaware, we will have to sync all items' properties onto the server as well.

d3v1l401 commented 1 year ago

Also rework the ItemPropertyArrays logic