• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 0.X [OTC V8] Save Backpacks Organization

potinho

Intermediate OT User
Joined
Oct 11, 2009
Messages
1,395
Solutions
17
Reaction score
147
Location
Brazil
Good morning people. I'm using OTClient v8 on my server and I would like to know if I can save the organization from the open backpacks, so that as soon as the players leave and come back, they don't have to open them all again (stay saved). can you help me? Follow print to example:
 

Attachments

  • bps position.JPG
    bps position.JPG
    291.8 KB · Views: 117 · VirusTotal

here is solution for nostalrius

Lua:
/job/studio/cop/nova/server/src/iologindata.cpp: In static member function ‘static bool IOLoginData::saveItems(const Player*, const ItemBlockList&, DBInsert&, PropWriteStream&, std::map<Container*, int>&)’:
/job/studio/cop/nova/server/src/iologindata.cpp:530:16: error: ‘class Container’ has no member named ‘resetAutoOpen’
     container->resetAutoOpen();
                ^
/job/studio/cop/nova/server/src/iologindata.cpp:532:16: error: ‘class Container’ has no member named ‘setAutoOpen’
     container->setAutoOpen(it->second);
                ^
/job/studio/cop/nova/server/src/iologindata.cpp:561:20: error: ‘class Container’ has no member named ‘resetAutoOpen’
      subContainer->resetAutoOpen();
                    ^
/job/studio/cop/nova/server/src/iologindata.cpp:563:20: error: ‘class Container’ has no member named ‘setAutoOpen’
      subContainer->setAutoOpen(it->second);
                    ^
CMakeFiles/server.dir/build.make:801: recipe for target 'CMakeFiles/server.dir/src/iologindata.cpp.o' failed
make[2]: *** [CMakeFiles/server.dir/src/iologindata.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/server.dir/all' failed
make[1]: *** [CMakeFiles/server.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2


Help please?
 

Attachments

Last edited:
Back
Top