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

Ask a Question Get an Answer ( Want some Rep++ ? )

fgf45

New Member
Joined
May 6, 2008
Messages
58
Reaction score
0
Hello. I've make this thread for people like me who want's to ask simple question and get answer without not needed threads...

My first question is :)
1.
Does TFS 0.3.1 have something like exp rate when equip some items ? I mean some think like that http://otland.net/f35/add-higher-exprate-when-using-items-3911/

2.
Are the newest ver. of TFS ( 0.3.1 ) have something like resistance and weakness ? E.g If I'm attacking ice golem with fire weapon it will take him more damage than normal. And when using icy weapon it will take less damage than normal weapon ( not fire ) In shortcut e.g. Damage taken: Normal: 200 Fire: 220 Ice: 180.

For motivation people to answer and help people every-one who's get answer on his/her question is obliged to give Reputation point :)
 
Last edited:
Hello. I've make this thread for people like me who want's to ask simple question and get answer without not needed threads...

My first question is :)
1.

2.

On number 2...yes it is possible

Locate to: Server --> Data --> Monster's --> Monster file

Then it should have a resistance stats somewhere there in the file.

And you can change the iceresistance=70% or some sort.
 
On number 2...yes it is possible

Locate to: Server --> Data --> Monster's --> Monster file

Then it should have a resistance stats somewhere there in the file.

And you can change the iceresistance=70% or some sort.

You mean that? :
PHP:
  <elements>
	<element energyPercent="100"/>
	<element firePercent="45"/>
	<element physicalPercent="20"/>
	<element earthPercent="20"/>
	<element deathPercent="20"/>
	<element icePercent="-15"/>
	<element holyPercent="-10"/>
  </elements>
If it's that:
Rep++ you :thumbup: :)

And Still wait for my first question :)
 
for the first one, yes, in your movements.xml just add a script for onEquip and use the function
Code:
	setPlayerExtraExpRate(cid, value)
 
Hey, Why do i got a error SQLITE ERROR sqlite_exec: UPDATE `players` SET `online` = 0 database is locked?
And the server is kinda freexing so i can't restart it or shutdow it's kinda lagg:S
And sometime the server just freezes :S ALso it's lagging and then i need to restart

I don't know why and how the databas is closd or locked and it's being error...

Please help

When the server is going to save it's like freezing and then i need to press CTRL + ALT + Delete to turn it off
and the server is getting
Exception message: The following errors were encountered while refreshing schema:

The database file is locked
The database file is locked
Exception class: Exception
Date/Time: 2009-03-13 21:56:13.284

the database is just begin locked alltime ..

[13/03/2009 22:16:10] SQLITE ERROR sqlite_exec: BEGIN; cannot start a transaction within a transaction
[13/03/2009 22:16:11] SQLITE ERROR sqlite_exec: BEGIN; cannot start a transaction within a transaction
[13/03/2009 22:16:11] SQLITE ERROR sqlite_exec: BEGIN; cannot start a transaction within a transaction


[13/03/2009 21:31:19] Lua Script Error: [Spell Interface]
[13/03/2009 21:31:19] in a timer event called from:
[13/03/2009 21:31:19] data/spells/scripts/custom/reals.lua:eek:nCastSpell

[13/03/2009 21:31:20] luaDoCombat(). Creature not found

[13/03/2009 21:31:20] Lua Script Error: [Spell Interface]
[13/03/2009 21:31:20] in a timer event called from:
[13/03/2009 21:31:20] data/spells/scripts/custom/reals.lua:eek:nCastSpell

[13/03/2009 21:31:20] luaDoCombat(). Creature not found

[13/03/2009 21:31:21] Lua Script Error: [Spell Interface]
[13/03/2009 21:31:21] in a timer event called from:
[13/03/2009 21:31:21] data/spells/scripts/custom/reals.lua:eek:nCastSpell

[13/03/2009 21:31:21] luaDoCombat(). Creature not found

[13/03/2009 21:31:22] Lua Script Error: [Spell Interface]
[13/03/2009 21:31:22] in a timer event called from:
[13/03/2009 21:31:22] data/spells/scripts/custom/reals.lua:eek:nCastSpell

[13/03/2009 21:31:22] luaDoCombat(). Creature not found

[13/03/2009 21:31:22] Lua Script Error: [Spell Interface]
[13/03/2009 21:31:23] in a timer event called from:


WHAT THE HELLL IS THIS ? PLEASE ANSWER
 
den4is;261294 The database file is locked The database file is locked Exception class: Exception Date/Time: 2009-03-13 21:56:13.284 the database is just begin locked alltime .. [13/03/2009 22:16:10 said:
SQLITE ERROR sqlite_exec: BEGIN; cannot start a transaction within a transaction
[13/03/2009 22:16:11] SQLITE ERROR sqlite_exec: BEGIN; cannot start a transaction within a transaction
[13/03/2009 22:16:11] SQLITE ERROR sqlite_exec: BEGIN; cannot start a transaction within a transaction

when it appears ? At start server or when you are trying to close server ?
 
Hi! Uhmmm.. I got this error when im trying to create a character in TFS, when im almost done creating the character, it says:
SQLITE3_STEP<>: SQLITE ERROR: player.description may not be NULL
How do i fix this?
 
Hi! Uhmmm.. I got this error when im trying to create a character in TFS, when im almost done creating the character, it says:
SQLITE3_STEP<>: SQLITE ERROR: player.description may not be NULL
How do i fix this?

It mean's that you create that player with one of cell with nothing. NULL = nothing :)
 
Back
Top