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

The Forgotten Server v0.2rc4

Status
Not open for further replies.
RE: TheForgottenServer v0.2.3!

Where get an ot admin program?
 
RE: TheForgottenServer v0.2.3!

Empty said:
ehm, when I start the server it starts up normal but it says:

>> Testing SQL connection... SqLite.

and when I try to log in it says incorrect account number or password, I guess it loads another database than my own MySQL?

EDIT: even though I have my MySQL database online

EDIT2: The account manager is "Namelocked"...

1. change sqlType to "mysql" in config.lua, the account manager is namelocked because you have it disabled in config.lua.

kennyeni said:
Where get an ot admin program?

http://opentibia.svn.sourceforge.net/viewvc/opentibia/otadmin/trunk/?sortby=date
 
RE: TheForgottenServer v0.2.3!

thank you, everything with the server working now, but still don't know how to get that admin program... ehm, that site you presented did not say me anything...

EDIT: I guess it is a source, but since I have no compilation program I cannot compile it.

EDIT2: How do you import the new database without erasing the accountsplayersguilds etc. that is already there?
 
RE: TheForgottenServer v0.2.3!

The queries to execute for that can be found in the bottom of changelog.txt
 
RE: TheForgottenServer v0.2.3!

And I am supposed to know how to do all that? :S
 
RE: TheForgottenServer v0.2.3!

Know all what? All you need to do is to paste the SQL queries in the bottom of changelog.txt and execute it into your database, you can do it the 'triggers.sql' way, by creating a file called queries.sql, paste that lines there, and use commandline.
 
RE: TheForgottenServer v0.2.3!

Read changelog.txt
 
RE: TheForgottenServer v0.2.3!

Download links to stable version has been added now.
 
RE: TheForgottenServer v0.2.3!

Talaturen said:
Download links to stable version has been added now.
Finaly i cant stop refreshing the page! hahaha
Thanks again Tala~
 
RE: TheForgottenServer v0.2.3!

Yupi!!! the first to dwonload the win console version xD
 
RE: TheForgottenServer v0.2.3!

Problem:

All the players are naked... the dp and houses are fine but players loose the equipmente they had wore.
 
RE: TheForgottenServer v0.2.3!

Doors don't Open :(

Lua Script Error: [Action Interface]
data/actions/scripts/other/doors.lua:eek:nUse
data/actions/scripts/other/doors.lua:48: bad argument #1 to 'maxn' (table expected, got nil)
 
RE: TheForgottenServer v0.2.3!

How do you get one of these admin programs then? could someone please post a link that you don't have to compile yourself.

EDIT: How do you set the motd of the guild btw?
 
RE: TheForgottenServer v0.2.3!

-- Database Config --
sqlHost = "localhost"
sqlUser = "root"
sqlPass = ""
sqlDatabase = "otserv"
sqliteDatabase = ".s3db"
sqlType = "sqlite"
useMD5Passwords = "no"

I can't connect to my database, it just connect to 'forgottenserver.s3db' which is located in the same folder as config.lua
I guess i have to change the sql type. But which one should i write there?


EDIT:

Just found this and I don't know how to fix it:
Warning: [BaseEvents::loadFromXml] Can not load weapons lib/weapons.lua
Warning: [BaseEvents::loadFromXml] Can not load spells lib/spells.lua
 
RE: TheForgottenServer v0.2.3!

@up

-- Database Config --
sqlHost = "localhost"
sqlUser = "root"
sqlPass = ""
sqlDatabase = "otserv"
sqliteDatabase = ".s3db"
sqlType = "sqlite" ---------CHANGE TO MYSQL
useMD5Passwords = "no"




EDIT:

Error: [Monsters::deserializeSpell] - Ice Golem - Unknown spell name: large rock
Warning: [Monsters::loadMonster]. Cant load spell. data/monster/Ice Golem.xml
Error: [Monsters::deserializeSpell] - Crystal Spider - Unknown spell name: energy missile
Warning: [Monsters::loadMonster]. Cant load spell. data/monster/Crystal Spider.xml
Error: [Monsters::deserializeSpell] - Ice Witch - Unknown spell name: snowball
Warning: [Monsters::loadMonster]. Cant load spell. data/monster/Ice Witch.xml


ehm, the "spells" that should be integrated on the server isn't there...



EDIT2: I got it working by using:

<attack name="physical" interval="1000" chance="15" range="7" min="-170" max="-200">
<attribute key="shootEffect" value="snowball"/>

and
<attack name="physical" interval="1000" chance="15" range="7" min="-170" max="-200">
<attribute key="shootEffect" value="large rock"/>

but not the crystal spider one.
 
RE: TheForgottenServer v0.2.3!

great job Talaturen i fan of you great update ;)
 
RE: TheForgottenServer v0.2.3!

How does the guild system works?
How do I set rank etc, leave guild ..
 
RE: TheForgottenServer v0.2.3!

you can use an AAC, like OTSCMS, there you can create, manage ranks, invite, join, but not set motd, dunno how to.
 
RE: TheForgottenServer v0.2.3!

kennyeni said:
Problem:

All the players are naked... the dp and houses are fine but players loose the equipmente they had wore.

Huh, players lose everything when they die or their items doesn't save or what..?

axel said:
Doors don't Open :(

Lua Script Error: [Action Interface]
data/actions/scripts/other/doors.lua:eek:nUse
data/actions/scripts/other/doors.lua:48: bad argument #1 to 'maxn' (table expected, got nil)

Update global.lua

Empty said:
How do you get one of these admin programs then? could someone please post a link that you don't have to compile yourself.

EDIT: How do you set the motd of the guild btw?

If you're using Linux, I can upload it.

Jester said:
-- Database Config --
sqlHost = "localhost"
sqlUser = "root"
sqlPass = ""
sqlDatabase = "otserv"
sqliteDatabase = ".s3db"
sqlType = "sqlite"
useMD5Passwords = "no"

I can't connect to my database, it just connect to 'forgottenserver.s3db' which is located in the same folder as config.lua
I guess i have to change the sql type. But which one should i write there?


EDIT:

Just found this and I don't know how to fix it:
Warning: [BaseEvents::loadFromXml] Can not load weapons lib/weapons.lua
Warning: [BaseEvents::loadFromXml] Can not load spells lib/spells.lua

Does the files exist?

Empty said:
@up

-- Database Config --
sqlHost = "localhost"
sqlUser = "root"
sqlPass = ""
sqlDatabase = "otserv"
sqliteDatabase = ".s3db"
sqlType = "sqlite" ---------CHANGE TO MYSQL
useMD5Passwords = "no"




EDIT:

Error: [Monsters::deserializeSpell] - Ice Golem - Unknown spell name: large rock
Warning: [Monsters::loadMonster]. Cant load spell. data/monster/Ice Golem.xml
Error: [Monsters::deserializeSpell] - Crystal Spider - Unknown spell name: energy missile
Warning: [Monsters::loadMonster]. Cant load spell. data/monster/Crystal Spider.xml
Error: [Monsters::deserializeSpell] - Ice Witch - Unknown spell name: snowball
Warning: [Monsters::loadMonster]. Cant load spell. data/monster/Ice Witch.xml


ehm, the "spells" that should be integrated on the server isn't there...



EDIT2: I got it working by using:

<attack name="physical" interval="1000" chance="15" range="7" min="-170" max="-200">
<attribute key="shootEffect" value="snowball"/>

and
<attack name="physical" interval="1000" chance="15" range="7" min="-170" max="-200">
<attribute key="shootEffect" value="large rock"/>

but not the crystal spider one.

Probably because it's using custom spell(s), you need those in spells.xml.

Jonte said:
How does the guild system works?
How do I set rank etc, leave guild ..
Empty said:
you can use an AAC, like OTSCMS, there you can create, manage ranks, invite, join, but not set motd, dunno how to.

Type !commands in guild channel.
 
Status
Not open for further replies.
Back
Top