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

[8.5] The Forgotten Server v0.2.5 (Mystic Spirit)

Status
Not open for further replies.
changeLog you can find it in the folder "DOC" in any version you download ... possibly talaturen forgot svn update, but is updated in the downloads "DOC"
 
2.X = BUG FIXES
3.X = NEW FEATURES
get with the program
 
I keep getting this error when I try to compile:

/usr/bin/ld: cannot find -llua5.1-sql-sqlite
collect2: ld returned 1 exit status
make: *** [forgottenserver] Error 1
 
in \Mystic Spirit\data\items on plik: items.xml
<item id="2170" article="a" name="silver amulet">
<attribute key="weight" value="500"/>
<attribute key="slotType" value="necklace"/>
<attribute key="charges" value="200"/>
<attribute key="showcharges" value="1"/>
<attribute key="absorbPercentPoison" value="10"/>
on console wen i log in i see
You see a silver amulet that has 1 charge left.
It weighs 5.00 oz.
and all amulets look that.
dont wor, why you Talaturen dont fix this wery BIG BUG?

and another qestion: how i meake change minimum lvl and promotion or free accout to buy house? I on config.lua dont see this.
 
in \Mystic Spirit\data\items on plik: items.xml

on console wen i log in i see

and all amulets look that.
dont wor, why you Talaturen dont fix this wery BIG BUG?

and another qestion: how i meake change minimum lvl and promotion or free accout to buy house? I on config.lua dont see this.

Take this:
Code:
<item id="2170" article="a" name="silver amulet">
<attribute key="weight" value="500"/>
<attribute key="slotType" value="necklace"/>
<attribute key="charges" value="200"/>
<attribute key="showcharges" value="0"/>
<attribute key="absorbPercentPoison" value="10"/>
 
[28/07/2009 18:36:20] SQLITE ERROR sqlite_exec: UPDATE `players` SET `level` = 1, `group_id` = 3, `vocation` = 4, `health` = 150, `healthmax` = 150, `experience` = 0, `lookbody` = 68, `lookfeet` = 76, `lookhead` = 78, `looklegs` = 39, `looktype` = 128, `lookaddons` = 0, `maglevel` = 0, `mana` = 0, `manamax` = 0, `manaspent` = 0, `soul` = 100, `town_id` = 1, `posx` = 95, `posy` = 117, `posz` = 7, `cap` = 10000, `sex` = 1, `lastlogin` = 1248816972, `lastip` = 16777343, `conditions` = x'', `redskulltime` = 0, `redskull` = 0, `lastlogout` = 1248816980, `blessings` = 0, `guildnick` = '', `rank_id` = 0 WHERE `id` = 2 LIMIT 1; near "LIMIT": syntax error
[28/07/2009 18:36:20] SQLITE ERROR sqlite_exec: UPDATE `players` SET `level` = 1, `group_id` = 3, `vocation` = 4, `health` = 150, `healthmax` = 150, `experience` = 0, `lookbody` = 68, `lookfeet` = 76, `lookhead` = 78, `looklegs` = 39, `looktype` = 128, `lookaddons` = 0, `maglevel` = 0, `mana` = 0, `manamax` = 0, `manaspent` = 0, `soul` = 100, `town_id` = 1, `posx` = 95, `posy` = 117, `posz` = 7, `cap` = 10000, `sex` = 1, `lastlogin` = 1248816972, `lastip` = 16777343, `conditions` = x'', `redskulltime` = 0, `redskull` = 0, `lastlogout` = 1248816980, `blessings` = 0, `guildnick` = '', `rank_id` = 0 WHERE `id` = 2 LIMIT 1; near "LIMIT": syntax error
[28/07/2009 18:36:20] SQLITE ERROR sqlite_exec: UPDATE `players` SET `level` = 1, `group_id` = 3, `vocation` = 4, `health` = 150, `healthmax` = 150, `experience` = 0, `lookbody` = 68, `lookfeet` = 76, `lookhead` = 78, `looklegs` = 39, `looktype` = 128, `lookaddons` = 0, `maglevel` = 0, `mana` = 0, `manamax` = 0, `manaspent` = 0, `soul` = 100, `town_id` = 1, `posx` = 95, `posy` = 117, `posz` = 7, `cap` = 10000, `sex` = 1, `lastlogin` = 1248816972, `lastip` = 16777343, `conditions` = x'', `redskulltime` = 0, `redskull` = 0, `lastlogout` = 1248816980, `blessings` = 0, `guildnick` = '', `rank_id` = 0 WHERE `id` = 2 LIMIT 1; near "LIMIT": syntax error
 
I got always the same error: Error to save players!
:(
Why, and how can I fix that?
 
in \Mystic Spirit\data\items on plik: items.xml

on console wen i log in i see

and all amulets look that.
dont wor, why you Talaturen dont fix this wery BIG BUG?

and another qestion: how i meake change minimum lvl and promotion or free accout to buy house? I on config.lua dont see this.


PHP:
<attribute key="charges" value="200"/>
<attribute key="showcharges" value="1"/>
change that to
PHP:
<attribute key="charges" value="200"/>
<attribute key="showcharges" value="200"/>         <<<<

rep++ =)
 
Good morning,

I have the TFS server 0.3.1 running v. 8.40 and I would like to migrate to TFS server 0.2.4 running v. 8.50 i have magic, items, monsters edited and new cities.

How do i do the migration? is it compatible? is there any patch available?

Thanks
Manuel Couto
 
It would be wounderfull if you fix so people cant magebomb/crashing the server. for 0.2
 
Status
Not open for further replies.
Back
Top