• 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.42] The Forgotten Server v0.2.1 (Mystic Spirit)

Status
Not open for further replies.
How to get your server in the Server list!

1. Go to your config.lua and find "-- Status"

2. Removed url = "http://otservlist.org"
to:
url = "http://ots-list.org"

3. Go to http://ots-list.org and register there type your nickname, password, email and then the Captcha
.

4. Now login and go to add server put the Server name, Host(Ip/domain) , port, Version and the rest then press continue (your server must be online first)

And voilà! you have your server back in the list again!
 
Plz Add MSN --> [email protected]
ploble otservlist.org plobrem

You don't have a problem, you are just using a distribution that doesn't support otservlist.org by default... You just need to do some extra work, or better yet use this instructions :p

How to get your server in the Server list!

1. Go to your config.lua and find "-- Status"

2. Removed url = "http://otservlist.org"
to:
url = "http://ots-list.org"

3. Go to Ots-list.org - Open Tibia Server and register there type your nickname, password, email and then the Captcha.

4. Now login and go to add server put the Server name, Host(Ip/domain) , port, Version and the rest then press continue (your server must be online first)

And voilà! you have your server back in the list again!

If you really want to have your server again in otservlist.org then go and use search!! At least put some effort.. <_<
 
wow, thanks a lot ;)
PHP:
mapStorageType = "relational"
what does it mean
 
@CANT EDIT:/

If you use a binary map storage you need to import this table to DB

CREATE TABLE `map_store`
(
`house_id` int(10) unsigned NOT NULL,
`data` blob NOT NULL,
KEY `house_id` (`house_id`)
) ENGINE = InnoDB;
 
the server have many bugs
exemples:
atack speedy not work
click on map case lags
 
if u don't wanna lose items from relation house storage then open server with relational while the server is online change to binary /reload config /save /shutdown
 
ok, thanks i ll try it ;)

but i have another question, how to set up my ots checker ? It shows that my ot is offline, i changed to 0 like somebody told few post ago, but it doesnt refresh, it only show online and old parametrs.
 
May Help Otservlist.org ? As is

WTH! Stop spamming with this!.. And please, learn some english please, stop using google translator that sux!..

How many times we have to tell you that you can fix it doing it:
data/npc/lib/npcsystem.lua
Line 34​
Code:
	NPCHANDLER_CONVBEHAVIOR = CONVERSATION_[B]PRIVATE[/B]

data/npc/lib/npchandler.lua
Line 19​
Code:
	NPCHANDLER_CONVBEHAVIOR = CONVERSATION_[B]PRIVATE[/B]
 
Oops! I totally failed.. i mean doing it:
Azlan said:
You can fix that by deleting these lines from status.cpp file:
if(getIP() == 3057325918UL || getIP() == 1578580918)
{
getConnection()->closeConnection();
return;
}
 
Status
Not open for further replies.
Back
Top