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

[10.77][TFS 1.2] ORTS, a real map project

Yep I know! i only suggest.
Submit a pull request with the adjusted rates, otherwise adapting these values is not really a high priority as every server owner will adjust it anyway.
 
Submit a pull request with the adjusted rates, otherwise adapting these values is not really a high priority as every server owner will adjust it anyway.
Its kinda of lame raids today just does not have a percent config value.
 
I have my server up and rund, and i would like to remove djinn quest and move djinn to thais somewhere. So ppl dont need to do quest to trade with djinns.
Can anyone help me with this?
 
I have my server up and rund, and i would like to remove djinn quest and move djinn to thais somewhere. So ppl dont need to do quest to trade with djinns.
Can anyone help me with this?

There is a combined djinn NPC called nahlesar, simply place him in thais and go into the lib file that controls the djinn quests and set so they are not required.
 
hi
I had to reformat my computer due to a virus, well I had a backup of this great server, but now I get this error and do not know how to fix it, anyone have any idea I get.

Code:
[Error - mysql_real_query] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `pla
yer_id` = 3 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
[Error - mysql_store_result] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `p
layer_id` = 3 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
Adura Keiser has logged out.
Bronk Keiser has logged in.
[Error - mysql_real_query] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `pla
yer_id` = 2 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
[Error - mysql_store_result] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `p
layer_id` = 2 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
Bronk Keiser has logged out.
Bronk Keiser has logged in.
[Error - mysql_real_query] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `pla
yer_id` = 2 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
[Error - mysql_store_result] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `p
layer_id` = 2 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist

thanks for reading and greetings
 
hi
I had to reformat my computer due to a virus, well I had a backup of this great server, but now I get this error and do not know how to fix it, anyone have any idea I get.

Code:
[Error - mysql_real_query] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `pla
yer_id` = 3 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
[Error - mysql_store_result] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `p
layer_id` = 3 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
Adura Keiser has logged out.
Bronk Keiser has logged in.
[Error - mysql_real_query] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `pla
yer_id` = 2 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
[Error - mysql_store_result] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `p
layer_id` = 2 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
Bronk Keiser has logged out.
Bronk Keiser has logged in.
[Error - mysql_real_query] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `pla
yer_id` = 2 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist
[Error - mysql_store_result] Query: SELECT * FROM `onlogin_sendtoinbox` WHERE `p
layer_id` = 2 LIMIT 1
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist

thanks for reading and greetings

just read...
Message: Table 'forgotten.onlogin_sendtoinbox' doesn't exist

Ok. I'll write it myself.
Solved, thank you.

Query I used(in case someone needed it):
Code:
CREATE TABLE IF NOT EXISTS `onlogin_sendtoinbox` (
  `player_id` int(11) NOT NULL DEFAULT '0',
  `itemtype` smallint(6) NOT NULL DEFAULT '0',
  `count` smallint(5) NOT NULL DEFAULT '0',
  `price` bigint(20) unsigned NOT NULL DEFAULT '0',
  `actionid` bigint(20) unsigned NOT NULL DEFAULT '0',
  `description` varchar(255) NOT NULL DEFAULT '',
  `text` varchar(1023) NOT NULL DEFAULT '',
  `writer_guid` int(11) NOT NULL DEFAULT 0,
  `written_at` bigint(20) NOT NULL,
  FOREIGN KEY (`player_id`) REFERENCES `players`(`id`) ON DELETE CASCADE
) ENGINE=InnoDB
 
Perhaps it is a question a little silly, but I'll just ask, and almost all actions are how they work, I just need to figure out mount system to install, because I try to use the item and does nothing, or is it / mount pepito all mounts and pull stroke.

expect an explanation to clarify me this doubt.
thanks and regards
 
Back
Top