• 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

Hey Printer, we've decided to just get a VPS to see if we can get it online from there either, because something seems to be wrong with my old trusty router.

What specs do you recommend for a new server that wont see TOO many people at first?
As Extrodus metion 4gb atleasat which i used then i used very cheap and good hosting service. Server4you.net
 
Now i must ask tho as i havent done ot's in roughly 6 years.. how do i create a item on a player? as god.
 
Ive got 2 databases in the phpMyAdmin. (1 for the current server, and then i made a new one for this server.)
But whenever i change the config for this server to be able to connect to the new database i get the following.
Code:
The Forgotten Server - Version 1.0
Compilied on Dec  1 2013 16:51:32 for arch x64

A server developed by Mark Samman
Visit our forum for updates, support, and resources: http://otland.net/.

>> Loading config
>> Establishing database connection...
MySQL Error Message: Can't connect to MySQL server on 'localhost' (10061)
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.

This is the config for the current server im running (Not online when testing this.)
Code:
mysqlHost = "127.0.0.1"
    mysqlUser = "dusk"
    mysqlPass = "password"
    mysqlDatabase = "dusk"
    mysqlPort = 3306

And this is the config for this server (10.22)
Code:
mysqlHost = "localhost"
    mysqlUser = "dusk"
    mysqlPass = "password"
    mysqlDatabase = "duskthorn"
    mysqlPort = 3306

Everything looks good in phpmyadmin, everything seems to be imported.
 
Now i must ask tho as i havent done ot's in roughly 6 years.. how do i create a item on a player? as god.
Code:
/i itemname
Check talkactions.xml for other commands.

Ive got 2 databases in the phpMyAdmin. (1 for the current server, and then i made a new one for this server.)
But whenever i change the config for this server to be able to connect to the new database i get the following.
Code:
The Forgotten Server - Version 1.0
Compilied on Dec  1 2013 16:51:32 for arch x64

A server developed by Mark Samman
Visit our forum for updates, support, and resources: http://otland.net/.

>> Loading config
>> Establishing database connection...
MySQL Error Message: Can't connect to MySQL server on 'localhost' (10061)
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.

This is the config for the current server im running (Not online when testing this.)
Code:
mysqlHost = "127.0.0.1"
    mysqlUser = "dusk"
    mysqlPass = "password"
    mysqlDatabase = "dusk"
    mysqlPort = 3306

And this is the config for this server (10.22)
Code:
mysqlHost = "localhost"
    mysqlUser = "dusk"
    mysqlPass = "password"
    mysqlDatabase = "duskthorn"
    mysqlPort = 3306

Everything looks good in phpmyadmin, everything seems to be imported.
mysqlHost should be 127.0.0.1
Is this linux only? If so, any guides on how to set it up on linux?
No its not just for linux, check the thread and you will find link to compile tutorials ive added everything in first page.
 
mysqlHost should be 127.0.0.1
Did try that like 5 times it felt like.
But yea i got it working.
Problem now is i cant connect with Tibia to the server for some reason. (Yes im using a ip changer >.>)

"Cannot connect to a login server.
Error: Disconnected from server. (200002)"

7171 & 7172 is open. (If i change to the other server i can connect just fine with a 9.82 client.)
Its just the 1.22 client that doesnt work. Tried using both 127.0.0.1 and my globalip.

Dont think its my day today.. :p
 
Code:
Lua Script Error: [Npc interface]
data/npc/scripts/bank.lua:onCreatureSay
data/npc/scripts/bank.lua:79: attempt to compare number with nil
stack traceback:
  [C]: in function '__lt'
  data/npc/scripts/bank.lua:79: in function 'callback'
  data/npc/lib/npcsystem/npchandler.lua:393: in function 'onCreatureSay'
  data/npc/scripts/bank.lua:16: in function <data/npc/scripts/bank.lua:15>

Another function error, don't know where to find __lt - and this is with the bank system so may want to post a fix for that :)
 
So when i type /i Mace for exemple, It just does nothing but also gives no error, as account type 3 & char groupid 3.
 
Code:
Lua Script Error: [Npc interface]
data/npc/scripts/bank.lua:onCreatureSay
data/npc/scripts/bank.lua:79: attempt to compare number with nil
stack traceback:
  [C]: in function '__lt'
  data/npc/scripts/bank.lua:79: in function 'callback'
  data/npc/lib/npcsystem/npchandler.lua:393: in function 'onCreatureSay'
  data/npc/scripts/bank.lua:16: in function <data/npc/scripts/bank.lua:15>

Another function error, don't know where to find __lt - and this is with the bank system so may want to post a fix for that :)
Can you post the bank script? I remember this error since teckman bank script didnt work i had to rewritten few things :p

So when i type /i Mace for exemple, It just does nothing but also gives no error, as account type 3 & char groupid 3.
You need to go to your database and make the character god and change acctype.
 
Well, for everyone who having, trouble with GESIOR AAC 1.0, just install / path everything , then delete "install.txt", it works fine for me..



Hope it helps!
 
Well the account type is already 3 and the character is group "god" so hm god annoying being a newb :3
 
Back
Top