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

The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

because that is how tibia works, you need to pay a tax to put items to sell šŸ˜ you can disable it in source tho
thanks for your answer. but i do have money in my depot and in my backpack but when i want to make sell offer it still says i dont have enough balance to do so.
Post automatically merged:

Thats the bleeding effect (in weapons.xml) it points to almost all weapons.

~ all in all, it seems abandoned project.
thanks! gonna have a look at it :)
 
im in my first year of my study gamedesign. me and some classmates wants to get a server running for some project. it might be a pretty big project since we are with 3 guys and get this project for 12 hours/week for the full first year in school and we are willing to put in some free time. first thinking gave me some idea's ;

1. online/ingame Voting system for changes/updates.
We think updates have potential to screw the game completely. i think cipsoft proved this in 2007. We want to create on our website a part where like players above level 100 can vote on every update or change we want to make. it will only pass if more then 70% of the votes agree or something. players will also be able to start suggestion votes maybe? Still have to think some more about this but seems like a nice idea.

2.crypto based.
We want to make the game cryptobased, what i mean with this is that every account get bitcoin addres assigned and can send bitcoin to that adress and withdraw it. we can add option to buy with this bitcoin items in market or characters.
We want to add tradeoff section on website for items just like utorion.com has. also option to buy/sell char but price not based on points but on satoshi. This is kinda complicated but i have a good friend who is building casino websites, and he might me able to help with this.


we got many more ideas but i think this is good start for now. any idea's on this?

Still now we only know the very basics of how this works. example if i want to change names skills and make them change different things. how i do this? i found some files i probly need to change but im sure im missing a lot of things.

1.client>modules>gameskills
2.config.lua
3. Server\data\creaturescripts\scripts\skillpoints
4. \Server\data\XML\skills.xml
5. \Server\src\game

Also it seems like skill from club fighting keeps equal with strenght points, but sword/axe keeps up with one of the other skills.

thanks for help !!
 
Last edited:
Im trying to set this

Reward System

But get many erros while compiling. Do you know some to TFS 1.3 ?


Do you know of any other way to be able to implement the Reward System in the sources? I've been trying out some options like the following link: Reward Chest / Reward System / Reward Boss, but without success!
 
Dude guys, where can I change the IP to every ppl can join at the server?

I know how to change IP on normal client, but with this client I don't know why... anyone?

Thanks!
 
Dude guys, where can I change the IP to every ppl can join at the server?

I know how to change IP on normal client, but with this client I don't know why... anyone?

Thanks!
Good question, we might have to edit a file somewhere in client map maybe.
 
Dude guys, where can I change the IP to every ppl can join at the server?

I know how to change IP on normal client, but with this client I don't know why... anyone?

Thanks!
Good question, we might have to edit a file somewhere in client map maybe.


\modules\client_entergame\entergame.otmod (line #15)
Lua:
    EnterGame.setUniqueServer("theforgottentibia.servegame.com", 7171, 1098)
 
Just made 2 big fixes that leads to the stable version in case anybody want to test it:

Gotta test a little more.
this already added in the download or i still have to fix this? any way i can change the names of the skills as displayed in the client?
 
Last edited:
Hello,

i have compiled 100% in ubuntu linux 20.04, but when i tried to run the server i get this error:

Lua:
./tfs2: error while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory


I also tried to get this:

Lua:
apt-get install libmysqlclient20
Lua:
/home/ot# sudo apt-get install libmysqlclient20
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libmysqlclient20 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libmysqlclient20' has no installation candidate

Lua:
apt-get install libmysqlclient-dev
Lua:
/home/ot# apt-get install libmysqlclient-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libmysqlclient-dev is already the newest version (8.0.20-0ubuntu0.20.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Some one ? Thxxx love you šŸ˜šŸ˜˜šŸ„°
 
Last edited:
Hello,

i have compiled 100% in ubuntu linux 20.04, but when i tried to run the server i get this error:

Lua:
./tfs2: error while loading shared libraries: libmysqlclient.so.20: cannot open shared object file: No such file or directory


I also tried to get this:

Lua:
apt-get install libmysqlclient20
Lua:
/home/ot# sudo apt-get install libmysqlclient20
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libmysqlclient20 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libmysqlclient20' has no installation candidate

Lua:
apt-get install libmysqlclient-dev
Lua:
/home/ot# apt-get install libmysqlclient-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libmysqlclient-dev is already the newest version (8.0.20-0ubuntu0.20.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Some one ? Thxxx love you šŸ˜šŸ˜˜šŸ„°

Done. I just delete the "Build" directory and create it again, so "cmake .." and "make" it compile correct. I rly dont know what happens, but i get it.
 
You need to add those in srcs, not all of them are done, togu only did the ones he was requering for his server.

Just search Strenght in the code and compare it with the ones u need and add the extra lines
 
How to set global ip to work ?

I was looking for it in "MODULES - client_entergame - entergame.lua", but i dont get where i must to change.
 
How to create an account or add character? I got this error while installing with xampp

Fatal error: Uncaught Error: Call to a member function fetchAll() on boolean in C:\xampp\htdocs\classes\databaselist.php:68 Stack trace: #0 C:\xampp\htdocs\classes\databaselist.php(155): DatabaseList->load() #1 C:\xampp\htdocs\pages\accountmanagement.php(73): DatabaseList->rewind() #2 C:\xampp\htdocs\system\load.page.php(7): include('C:\\xampp\\htdocs...') #3 C:\xampp\htdocs\index.php(37): include_once('C:\\xampp\\htdocs...') #4 {main} thrown in C:\xampp\htdocs\classes\databaselist.php on line 68

There is no characters on god account so i can't even get into the server.

I used Gesior2012-TFS-1.0
 
Back
Top