• 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.54-8.55 Real map by Vardius (Venn)

Change in database, and / or config.lua for the positions in RME. 32000~ 32000~ 7

WibbenZ
 
Go into your database and paste this into it 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" int(2) NOT NULL default '1'
);
then execute it

Thank you so much
 
Tested it out:
Results
Startup:
Code:
[22/12/2011 06:29:24] The Forgotten Server, version 0.3.6 (Crying Damson)
[22/12/2011 06:29:24] Compiled with GNU C++ version 3.4.5 (mingw special) at Dec 24 2009, 10:39:30.
[22/12/2011 06:29:24] A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo.
[22/12/2011 06:29:24] Visit our forum for updates, support and resources: http://otland.net.

[22/12/2011 06:29:24] >> Loading config (config.lua)
[22/12/2011 06:29:24] > Using plaintext encryption
[22/12/2011 06:29:24] >> Checking software version... up to date!
[22/12/2011 06:29:24] >> Fetching blacklist
[22/12/2011 06:29:25] >> Loading RSA key
[22/12/2011 06:29:25] >> Starting SQL connection
[22/12/2011 06:29:25] >> Running Database Manager
[22/12/2011 06:29:25] > Optimized database.
[22/12/2011 06:29:25] >> Loading items
[22/12/2011 06:29:25] >> Loading groups
[22/12/2011 06:29:25] >> Loading vocations
[22/12/2011 06:29:25] >> Loading script systems
[22/12/2011 06:29:26] [Warning - Actions::registerEvent] Duplicate registered item id: 9825
[22/12/2011 06:29:26] >> Loading chat channels
[22/12/2011 06:29:26] >> Loading outfits
[22/12/2011 06:29:26] >> Loading experience stages
[22/12/2011 06:29:26] >> Loading monsters
[22/12/2011 06:29:26] >> Loading mods...
[22/12/2011 06:29:26] > Loading animated-smiles.xml... done.
[22/12/2011 06:29:26] > Loading arena.xml... done.
[22/12/2011 06:29:26] > Loading Castle System.xml... done.
[22/12/2011 06:29:26] > Loading changender_command.xml... done.
[22/12/2011 06:29:26] > Loading command-exp.xml... done.
[22/12/2011 06:29:26] > Loading custommonsters.xml... done.
[22/12/2011 06:29:26] > Loading firstitems.xml... done.
[22/12/2011 06:29:26] > Loading guild-broadcast.xml... done.
[22/12/2011 06:29:26] > Loading guild-outfit.xml... done.
[22/12/2011 06:29:26] > Loading guildWarSystem.xml... done.
[22/12/2011 06:29:26] > Loading highscorebook.xml... done.
[22/12/2011 06:29:26] > Loading Inquisition.xml... done.
[22/12/2011 06:29:26] > Loading phoenix magic shield.xml... done.
[22/12/2011 06:29:26] > 13 mods were loaded.
[22/12/2011 06:29:26] >> Loading map and spawns...
[22/12/2011 06:29:31] > Map size: 33568x33111.
[22/12/2011 06:29:31] > Map descriptions: 
[22/12/2011 06:29:31] "Saved with Remere's Map Editor 1.1.11"
[22/12/2011 06:29:31] "Vardius's Real Map Proyect-v2.1"
[22/12/2011 06:30:09] > Map loading time: 42.426 seconds.
[22/12/2011 06:30:15] > Data parsing time: 6.274 seconds.
[22/12/2011 06:33:18] > Houses synchronization time: 183.047 seconds.
[22/12/2011 06:33:27] > Content unserialization time: 8.456 seconds.
[22/12/2011 06:33:27] >> Checking world type... PvP
[22/12/2011 06:33:27] >> Initializing game state modules and registering services...
[22/12/2011 06:33:28] > Global address: 127.0.0.1
[22/12/2011 06:33:28] > Local ports: 7171	7172	
[22/12/2011 06:33:28] >> All modules were loaded, server is starting up...
[22/12/2011 06:33:28] >> Real-Tibia server Online!

I used 8.54 - The Forgotten Server - Version 3.6pl1 (cryingdamson)-gui out of the box
had to change some things in config.lua like map from forgotten to map.

Running:
Code:
[22/12/2011 06:33:29] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM z_ots_comunication WHERE "type" = 'login';)

login:
got wrong temple position
 
Well got Temple fixed either you change the tibia.s3db or I like put a portal at 50x 50y 7z and point it at rookgaar. then when FTS looks at 50x 50y 7z it goest were you want it to. other than a couple of NPC's not their (minimal) Works Great. Thanks for the contrbution. Rep Rep Rep
 
nice .. meny errors

Read the errors before you post

Errors in this server = 0

Now as for the Running SQLite Error. Go into
and do this:
<!-- <globalevent name="shop" interval="30" script="shop.lua"/> --> -- This will disable the line
to this line:
<globalevent name="shop" interval="30" script="shop.lua"/>

I have downloaded almost every server made, and thay go in this order as the top 3 OT Servers for the Best
Because thay are finished and running out of the box.
1. The Forgotten Server
2. EldinsWorld Servers
3. 8.54-8.55 Real map by Vardius (Venn)
Most others have major qwerks, Errors, and lack of info to get them up and running quick.
 
Here is the Config.lua and SQLite Data file all setup to run local, with a beginner called Tibia tester, and a God account called Administrator. Enjoy
Config N dat.rar - Speedy Share - upload your files here
 
From error656: can somebody rehost the file?
Dude the file is still thier, download it.

For you that don't know how to Download from Speed share
vcxmde.jpg

Can a Moderator Del my last post with the file. or just leave it, I made a Readme.txt with instructions on installing.
 
From error656: can somebody rehost the file?
Dude the file is still thier, download it.

For you that don't know how to Download from Speed share
View attachment 11516

Can a Moderator Del my last post with the file. or just leave it, I made a Readme.txt with instructions on installing.

thanks mate for rehost, anyway when i try to download it last time from main link it doesnt work but now i see that everythink is ok, dont know how to explain that o_O
 
No problen error656

just wanna say thanks ur a big help havnt done this stuff in years and forgot everything and 5 mins doing what you said i was on the OT. just a few things tho first it crashs when i log in, i can walk around for about 3 mins not doing anything to crash it just moving and the ot crashs know why? and second rekon you can do what you did witht he first step but with the second step on how to set it up so others can log on?
 
Back
Top