Lopaskurwa
Well-Known Member
- Joined
- Oct 6, 2017
- Messages
- 914
- Solutions
- 2
- Reaction score
- 50
Hello trying to install this comit Use shared_ptr for depot locker and depot chests by nekiro · Pull Request #3423 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/3423/commits/116b51f08ede4554713f1d4c63d0362989ede261) into TFS 1.2 but getting this error
This is my src files without that comit
depotchest.h
pastebin.com
iologindata.cpp
pastebin.com
player.cpp
pastebin.com
player.h
pastebin.com
could someone help me install this comit?
Code:
Warning C4189 'it': local variable is initialized but not referenced theforgottenserver C:\Server\src\player.cpp 163
Error C2227 left of '->setParent' must point to class/struct/union/generic type theforgottenserver C:\Server\src\player.cpp 1091
Error C2065 'ITEM_LOCKER1': undeclared identifier theforgottenserver C:\Server\src\player.cpp 1095
Error C2065 'ITEM_MARKET': undeclared identifier theforgottenserver C:\Server\src\player.cpp 1097
Error C2065 'inbox': undeclared identifier theforgottenserver C:\Server\src\player.cpp 1098
This is my src files without that comit
depotchest.h

/** * The Forgotten Server - a free and open-source MMORPG server emulator * - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
iologindata.cpp

/** * The Forgotten Server - a free and open-source MMORPG server emulator * - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
player.cpp

/** * The Forgotten Server - a free and open-source MMORPG server emulator * - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
player.h

/** * The Forgotten Server - a free and open-source MMORPG server emulator * - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
could someone help me install this comit?