I ran some tests: I compiled it on Windows and everything worked perfectly — no errors at all.@Mateus Robeerto hey, can you add here tutorial how to add extended opcodes to this tfs 1.2?
I have also error with VS 2022.
View attachment 95994
Post automatically merged:
Here is also error from ubuntu.
View attachment 95995
Post automatically merged:
If you wanna fix it in easy way open rsa.h and replace this with this code.
LUA:/** * The Forgotten Server - a free and open-source MMORPG server emulator * Copyright (C) 2016 Mark Samman <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef FS_RSA_H_C4E277DA8E884B578DDBF0566F504E91 #define FS_RSA_H_C4E277DA8E884B578DDBF0566F504E91 #include <gmp.h> class RSA { public: RSA(); ~RSA(); // non-copyable RSA(const RSA&) = delete; RSA& operator=(const RSA&) = delete; void setKey(const char* pString, const char* qString); void decrypt(char* msg) const; private: //use only GMP mpz_t n, d; }; #endifPost automatically merged:
After this changes, next error in console.
View attachment 95996
sudo apt-get update -y && sudo apt-get install -y g++ libgmp-dev libcrypto++-dev libcrypto++-doc libcrypto++-utils libpugixml-dev libmysqlclient-dev libfmt-dev liblua5.2-dev libboost-all-dev
GitHub - Brunowots/RealMap-Global-8.0-TFS-1.2 (https://github.com/Brunowots/RealMap-Global-8.0-TFS-1.2)bro, have you seen my post? Are you aware, that AT LEAST this map is a scam full of hidden items, and I could only guess that this server is a scam aswell, full oh hidden commands
as long as you just want to play it locally with yourself or friends![]()
How about any kind of intentional "bugs" ? I've heard of some, that let's you get some rares / earn cash by talking right things to right npcs - Haven't found any myself, just heard ofGitHub - Brunowots/RealMap-Global-8.0-TFS-1.2 (https://github.com/Brunowots/RealMap-Global-8.0-TFS-1.2)
Those item rooms were removed many years ago; don't use the forum's initial server, use the version from GitHub instead. Treasure 8.0 is a server that uses that datapack.
Stop posting lies on my GitHub; the NPCs are a downgrade of the ORTS project from Otland. There are no NPCs that sell magiclong swords... I already told you that this project was used as a base for Treasure.How about any kind of intentional "bugs" ? I've heard of some, that let's you get some rares / earn cash by talking right things to right npcs - Haven't found any myself, just heard of
Bro, downloading your server from the link that's visible in your first post in this theard, I've downloaded a scam. Thing's on map (room full of rares, runes and crystal coins, with hidden tp to, hidden soft boots in bags etc etc.) I've found by myself - things such as "free MLS from npc's" I've heard from other people that said "they worked with this base". I don't know if it's true or not, but still, I've wasted many many hours working on something that was a scam and an attempted thievery.Stop posting lies on my GitHub; the NPCs are a downgrade of the ORTS project from Otland. There are no NPCs that sell magiclong swords... I already told you that this project was used as a base for Treasure.
Yeah, man, you set the standard for "bad" with the paid resources you were trying to sell.Not a bad data pack, I like it, thanks for sharing!
movements.xmlHello,
I need help with removing restrictions from items such as leg armor and armors (for example, Knight Legs can only be used by knights and paladins). I want to remove these restrictions so that every profession can wear them. I searched through items.xml, and I also don’t see such an option in the Item Editor. How can I do this?
Geez, that's embarassing. Thanks.movements.xml