• 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.4] The Forgotten Server v0.3 beta 2

Status
Not open for further replies.
If you already have login server, you can set up normal gameworlds.

Create new dir "/configs", and there place config files for each world, ex: config_1.lua, config_2.lua

Start each one TheForgottenServer.exe file, with parameter:
--config=config_WorldId.lua

Rembember to change in each config.lua worldId to property ID of you world.

Thats all :)

BTW. servers.xml, there is already server with id = 0, which is login_server. So configs/config_0.lua is also needed.
 
Anyone know how to make a vial of liquid like oil, blood ,water ,beer?
I cant make it on God char.with /i 2006 2 for blood doesnt work.
Also cant find them on map editer. Im using 0.3.0 beta2. Any help would be great thank you.
 
Anyone know how to make a vial of liquid like oil, blood ,water ,beer?
I cant make it on God char.with /i 2006 2 for blood doesnt work.
Also cant find them on map editer. Im using 0.3.0 beta2. Any help would be great thank you.

/i 2006,2 or /i 2006;2

I don't remember.
 
/i 2006,2 or /i 2006;2

I don't remember.


18:14 /i 2006 2
18:14 Item wich such name does not exists.
18:16 /i 2006;2
18:16 Item wich such name does not exists.
18:16 /i 2006,2
18:16 You see a vial.
It weighs 1.80 oz.
ItemID: [2006].

only makes an empty vial
 
I have one bug when the server is shutdown and save it cleaned some houses ;/
 
@slaw
Can you give me compiled login server on win?
U dont need to run using --config, in db in ppl is a table called world.
 
Have you tried it? No. :huh:

Its needed, as there is configurable worldId, so game server know which id it current is.
 
If you already have login server, you can set up normal gameworlds.

Create new dir "/configs", and there place config files for each world, ex: config_1.lua, config_2.lua

Start each one TheForgottenServer.exe file, with parameter:
--config=config_WorldId.lua

Rembember to change in each config.lua worldId to property ID of you world.

Thats all :)

BTW. servers.xml, there is already server with id = 0, which is login_server. So configs/config_0.lua is also needed.

I have been compiled it on linux.
 
linux -.-
I want this in windows :)

Guy, compiling otsevs on windows is very... hard. Getting libraries and a lot of other things. If you install ex. Ubuntu I can help you with compiling newest TFS i. e. by GG. :)
 
Give me ur gg i want to ask u some questions :)
i know that linux sux, the worst thing in linux are slashes like / \ coz when i put not this slash everything just crashing
 
When loading mysql.schema:
Code:
SQL query: 

DELIMITER | CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` NOT IN ( 1, 2 ) AND `value` = OLD.`id` ;



MySQL said:  

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER |

CREATE TRIGGER `ondelete_accounts`
BEFORE DELETE
ON `accounts`
FOR ' at line 1

PS: I'm trying to load it in an empty database.
 
Database 0.2 to 0.3...
How this is possible?

Thanks, Kazz!
 
18:14 /i 2006 2
18:14 Item wich such name does not exists.
18:16 /i 2006;2
18:16 Item wich such name does not exists.
18:16 /i 2006,2
18:16 You see a vial.
It weighs 1.80 oz.
ItemID: [2006].

only makes an empty vial

Use that command without count,

For example "/i 2268" --Made a sd x100
 
Status
Not open for further replies.
Back
Top