• 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!

storagemap

  1. leonardo ramos

    TFS 1.X+ Storagemap Problem

    My server is having a problem with the following part of monster.cpp void Monster::addStorageValue(const uint32_t key, const std::string value) { if (value != "-1") { storageMap[key] = value; } else { storageMap.erase(key); } } So we changed this part to .lua...
Back
Top