- Joined
- Sep 13, 2024
- Messages
- 67
- Solutions
- 2
- Reaction score
- 30
- Points
- 18
So I've added the Item Lock feature.
It works on the client side while I'm logged in but when I reconnect the Item Lock status disappears. So I think it has to be added to the DB.
I don't have any knowledge on Database stuff but I'm trying to understand what needs to be added can someone please break it down to a total noob level?
Can somebody direct me or give me a hint on what I need to add/do and where so that for the next other features that I add I can do it on my own.
What I've understood so far is that the Item Lock feature touches the DbManagerFun.cpp and DbManagerSave.cpp
What I have tried so far:
So I've been doing some trial and error and tried adding IsLocked and bIsLocked to some db tables. But I have no luck in making it save.
I'm not sure if I'm properly adding them or if I am in the right tables but every time I do, I restart the sql server.
I tried adding to the bottom of these tables BASE_VALUE_TBL, ITEM_REMOVE_TBL, and ITEM_SEND_TBL
Thank you!
It works on the client side while I'm logged in but when I reconnect the Item Lock status disappears. So I think it has to be added to the DB.
I don't have any knowledge on Database stuff but I'm trying to understand what needs to be added can someone please break it down to a total noob level?
Can somebody direct me or give me a hint on what I need to add/do and where so that for the next other features that I add I can do it on my own.
What I've understood so far is that the Item Lock feature touches the DbManagerFun.cpp and DbManagerSave.cpp
What I have tried so far:
So I've been doing some trial and error and tried adding IsLocked and bIsLocked to some db tables. But I have no luck in making it save.
I'm not sure if I'm properly adding them or if I am in the right tables but every time I do, I restart the sql server.
I tried adding to the bottom of these tables BASE_VALUE_TBL, ITEM_REMOVE_TBL, and ITEM_SEND_TBL
Thank you!
Last edited: