• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

6 Problems in my ot

maguito123

New Member
Joined
Aug 17, 2012
Messages
17
Reaction score
0
Good evening, I commented that I have about 6 fucking problems that come from recently.

Here is data of my ot:


The Forgotten Server
Version: 0.3.6 (8.6)
Also in the folder says: Rollup 3.0.3
I use MySQL (Page)
Using Windows XP


First problem:
I don't have this problem anymore


My ot lose connection with MySQL database, and to disconnect a player goes "Error while saving player (name)".
Clarified that when that happens the player can not re-enter as it comes "Invalid account name". When this happens to me I must
to reset and all ot complain that becomes a bit ago, but the hours the same problem again.+

124frk5.jpg

Second problem:

By killing a summon either player or monster is "live-dead", I mean the life bar and the name is not shown but is attacking
and remains there. This happens with every summon. For example: demon of Orshabaal, elemental fire demon, Bonebeast of lich.

2wf0e38.jpg

Third problem:

New players start lvl 8 but with one small problem have 0 mana and recently passed them up to lvl 9.
This is quite dense for magicians as they have to kill with hands.

Fourth problem:
I don't have this problem anymore


The range of globalevents is pretty bad, I have to use very high numbers for you to take one down.
For example:
<globalevent name="save" interval="950000" event="script" value="save.lua"/>
Putting that number every 10 minutes throws well not exactly.

This bothers me for globalevents that are more accurate, as the animated text teleports tube you put "2000" to pull it normally.

Fifth problem:

The frags not work, the server is properly configured in world type "pvp" yet when you kill a player unreasonably and decis! Frags you dial 0.

Sixth problem:

I hunt with a friend and disappears respawn (returns to its original place) when one of the two dies. For example: January Lureamos Ferumbras, my friend dies and their sumon Ferumbras disappear back to their starting place.
Something similar happened to me on the stairs, and lowered your cyclops you stood and returned to the fund but have been to 1 sqm of the stairs and one of this killing.


Well that's it, I hope you can help me with a problem even as they are quite annoying.
Thank you very much

Sorry for my english, I use translate google.
 
Last edited:
Your first Problem could be the Encryption Type for your passwords, go into your Config.lua and check if its set to sha1. Then remake the account. Or try find a converter for the password.
That's my only guess, alot more people have more knowledge.
 
Your first Problem could be the Encryption Type for your passwords, go into your Config.lua and check if its set to sha1. Then remake the account. Or try find a converter for the password.
That's my only guess, alot more people have more knowledge.

Yes, my config.lua have encryption type "sha1" and the password is correctly. I think this problem happen only when I configure new things in the server, now this don't happen 24 hours ago

Thanks, now i need to fix problem 2 to 6
 
The first MYSQL problem is your DB or your server version, try to change it.
Fourth problem about interval, what's wrong there? afaik in the new tfs versions you need to put that high numbers.
Fifth problem, be shure that you have marked usefraghandler = true in your config.lua
 
The first MYSQL problem is your DB or your server version, try to change it.
Fourth problem about interval, what's wrong there? afaik in the new tfs versions you need to put that high numbers.
Fifth problem, be shure that you have marked usefraghandler = true in your config.lua

I haven't problem with MySql now
I don't know about intervals, thanks for the information, it's my first time using the new tfs version
And the fifth problem continue... in my config.lua I have usefraghandler =true
 
Back
Top