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

[8.6] Tibia Global Full incl/TFS+sources

carre

Advanced OT User
Joined
Apr 23, 2013
Messages
881
Solutions
1
Reaction score
157
Location
Sweden
Here is a almost full Real Map 8.60 which ive worked on. Some of the scripts are created by me 100% or ive edited the scripts to work nearly as real tibia

Quests including Quest Log:
90-100% quests with missions:
Annihilator
Demon Helmet
Pits of Inferno
The Inquisition Quest
In Service of Yalahar
Isle of Evil
The Djinn War
The Ancient Tombs
Banshee Quest
Dreamer's Challenge
The Travelling Trader Quest
The Unnatural Selection Quest
Full Real Tibia Addon System!
Djinn in Thais Library that buys your items! (only 50% of price, for 100% you must complete the quest)
100% quests without missions:
Demon Oak
Svargrond Arena
& Many other quests!


Script Edits:
Added Postman Quest
Fixed Queen Eloise bug
Fixed Grizzly Adam bug
Moved the crowbar.lua
Added questlog to Postman Quest
Fixed Walkback on chests

Just replace the files!

Map Edits:
Actionid/Uid
Kevin house on kevin floor 2 doors and 2 chests, added actionid and uid
Folda on a top of the mountain added uid on a mailbox
Vega at Santa Clause house added uid on the mailbox
Added on Waldor dead body and Waldor Doors actionid/uid

Bye and enjoy!
 
Last edited by a moderator:
fdfdf.png


Try to upload it on another page or your post will be deleted :).
 
Not available anymore? Anyone can re-upload it?
 
Howdy.
Freshly downloaded, changed "mysql" to "sqlite" in config.lua

That required to use sqlite_studio to execute the following SQL query:
Code:
CREATE TABLE "z_ots_comunication" (
   "id" INTEGER PRIMARY KEY NOT NULL,
   "name" VARCHAR(255) NOT NULL,
   "type" VARCHAR(255) NOT NULL,
   "action" VARCHAR(255) NOT NULL,
   "param1" VARCHAR(255) NOT NULL,
   "param2" VARCHAR(255) NOT NULL,
   "param3" VARCHAR(255) NOT NULL,
   "param4" VARCHAR(255) NOT NULL,
   "param5" VARCHAR(255) NOT NULL,
   "param6" VARCHAR(255) NOT NULL,
   "param7" VARCHAR(255) NOT NULL,
   "delete_it" INTEGER(2) NOT NULL DEFAULT '1'
)

I changed the password of the account manager (plain encryption), created an account and a character and so far so good.
Thanks for sharing!

Although I'd like to know why are there two separate .s3db databases?
 
Here is a almost full Real Map 8.60 which ive worked on. Some of the scripts are created by me 100% or ive edited the scripts to work nearly as real tibia

Quests including Quest Log:
90-100% quests with missions:
Annihilator
Demon Helmet
Pits of Inferno
The Inquisition Quest
In Service of Yalahar
Isle of Evil
The Djinn War
The Ancient Tombs
Banshee Quest
Dreamer's Challenge
The Travelling Trader Quest
The Unnatural Selection Quest
Full Real Tibia Addon System!
Djinn in Thais Library that buys your items! (only 50% of price, for 100% you must complete the quest)
100% quests without missions:
Demon Oak
Svargrond Arena
& Many other quests!


Script Edits:
Added Postman Quest
Fixed Queen Eloise bug
Fixed Grizzly Adam bug
Moved the crowbar.lua
Added questlog to Postman Quest
Fixed Walkback on chests

Just replace the files!

Map Edits:
Actionid/Uid
Kevin house on kevin floor 2 doors and 2 chests, added actionid and uid
Folda on a top of the mountain added uid on a mailbox
Vega at Santa Clause house added uid on the mailbox
Added on Waldor dead body and Waldor Doors actionid/uid

Bye and enjoy!
The virus scan says there are some viruses.
 
Last edited:
Hello! Is there any way to run this otserv on linux? Can we compile it? Could anyone help me? tks a lot !! =)
 
Excuse me, but I am having a lot of troubles, I can't even start the server.
I don't know what to do. Wish I had computer skills :C

Can someone post a clean regular working click to run version of this? :(

Yours
Laylee
 
Good question Laylee 😅 I have the same problem.
Excuse me, but I am having a lot of troubles, I can't even start the server.
I don't know what to do. Wish I had computer skills :C

Can someone post a clean regular working click to run version of this? :(

Yours
Laylee
This server already have tfs.exe, You'll only need to add your Mysql info/ip address to config.lua
Just follow any video tutorial like this one step by step.
 
Bro, i got a problem. I followed lots of tutorials but i cant run this server, when i try to put it online this, it appears this message when .exe is running;

[18:12:34.337] Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on '127.0.0.1' (10061) (2003)
Assertion failed: connect(false), file ../databasemysql.cpp, line 39

And after that the tfs.exe with that black window closes.

Please help me, the only thing i changed in config lua was the ip for the ip of my server.
 
Back
Top