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

Deamon said:
I tested binary I64 and I32 on OpenSuSe 10.1 and TFS doesn't working :/
I only can see message: TheForgottenServer: cannot execute binary file

Talaturen why server doesn't working on SuSe? Can you help me?:|

It was compiled in Debian, you're not able to compile it yourself using the Makefile?
 
RE: TheForgottenServer v0.2.3!

Nice server Talaturen! BEST! ;)
 
RE: TheForgottenServer v0.2.3!

Can you add these Attribute Keys?

<attribute key="increaseMagicPercent" value="percent"/>
-- Magic damage increase when item in use/worn. (blue robe on some servers)


<attribute key="skillMagic" value="number"/>
-- Like sword ring for sword fighting but this one increases magic level when item in use/worn. (item doesn't have to be a ring)


<attribute key="skillDistance" value="number"/>
-- Like sword ring for sword fighting but this one increases distance when item in use/worn. (item doesn't have to be a ring)

<attribute key="increaseAttackSpeed" value="number"/>
-- Increases attack speed when item in use/worn.


<attribute key="increaseHealthMax" value="number"/>
-- Increase max health when item in use/worn.


<attribute key="increaseManaMax" value="number"/>
-- Increase max mana when item in use/worn.

Thanks!
 
RE: TheForgottenServer v0.2.3!

Talaturen said:
It was compiled in Debian, you're not able to compile it yourself using the Makefile?

I try compile if I downloaded SuSe (because, I try with my dedicated server) :p
Thx for reply ;)
 
RE: TheForgottenServer v0.2.3!

If you do !leavehouse when you are inside the house and logout and back in the server crashes.
 
RE: TheForgottenServer v0.2.3!

Melee is much worser on 0.2.3!
I barrely hit anything which I use to on 0.2.0
Should I remove def on ALL single monster or will you fix this fast?
 
RE: TheForgottenServer v0.2.3!

Can be because you don't have the required level to use the weapon.
 
RE: TheForgottenServer v0.2.3!

Talaturen said:
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..?
No, i closed the server (!save first obiously), updated the database, opened the server again (know as o.2.3) and the players loose the equipment but the dp and hopuses are fine as far as i know
 
RE: TheForgottenServer v0.2.3!

Talaturen. Give your source in the server please :)
 
RE: TheForgottenServer v0.2.3!

Hey, im lost here, there is no account or player folder...how do i change myself to a gm?
 
RE: TheForgottenServer v0.2.3!

Smog said:
Hey, im lost here, there is no account or player folder...how do i change myself to a gm?

Just so you know, this is a SQL server not XML. You should change account/player status in your MySQL database.
 
RE: TheForgottenServer v0.2.3!

knightfire said:
Smog said:
Hey, im lost here, there is no account or player folder...how do i change myself to a gm?

Just so you know, this is a SQL server not XML. You should change account/player status in your MySQL database.

But it has an accoutn manager that works, so you shouldnt need mysql right?
 
RE: TheForgottenServer v0.2.3!

Of course you need! so that you can save players skills items houses bans and that such things....
 
RE: TheForgottenServer v0.2.3!

You DON'T need to use MySQL, you can use SqLite, but you might have to download a SqLite manager if you're new to it, and you can do it inside there, SqLite is only one file (the s3db one), nothing more.
 
RE: TheForgottenServer v0.2.3!

nice thanks can you get both addons for new outfit ??
 
RE: TheForgottenServer v0.2.3!

Just a quick question: I'm using The Forgotten Server 0.2.2 now and I would like to update to this one. Can I just download it and replace all the files I got now from 0.2.2 or should I do something otherwise? As I am not aware if this affects the AAC script I am using :|.
 
RE: TheForgottenServer v0.2.3!

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.


I guess you can fix that by :
<attack name="energy" interval="1000" chance="25" range="6" min="-36" max="-60">
<attribute key="shootEffect" value="energy"/>
</attack>
 
RE: TheForgottenServer v0.2.3!

My bad, my bad :p i've had to old version of xampp hehe =) works everything !:D
 
RE: TheForgottenServer v0.2.3!

@2up already tried that, doesen't work...
 
Status
Not open for further replies.
Back
Top