• 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.41/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

Status
Not open for further replies.
it's nothing really important, use database.xml, which can be found with google ;))





not...
read readme, mysql help etc...
 
hmm there is some weard appearence happening i'm not sure what happends but for some reason if i try to connect with my tibia clients 8.41/8.42

it gives the following error:
[Warning - Protocol::RSA_decrypt] Not valid packet size.

what is cousing this and how can i fix this

already thanks in advance
 
Why damage on vocations.xml dont work?
See my config;
<formula meleeDamage="1.4"..*/>
But with config the damage don't have effect. Why? Repp++
 
This server is the most unstable for my spells, 9/36 don't work!
 
The old queryTileAddThing (now doTileQueryAdd) don't works.
getThingfromPos are with problems.
 
This spell don't works, on older version it works:
function moveByDir(cid, dir)
local pos = getCreaturePosition(cid)
local newpos = getPosByDir(pos, dir)
if getThingfromPos(newpos).uid > 0 and queryTileAddThing(cid, newpos) == 1 and getTilePzInfo(newpos) == 0 and getTileHouseInfo(newpos) == 0 then
doMoveCreature(cid, dir)
doSendMagicEffect(pos, 2)
end
end

function onCastSpell(cid, var)
for i = 0, 4 do
addEvent(moveByDir, i*100, cid, getPlayerLookDir(cid))
end
end
 
has anyone problems with the lastest version of TFS - while connecting with a 8.41 or 8.42 client?
 
isnt there a edit button orso? anyway never mind my question already fixed the problem :)
 
My server had an uptime of 38 days, on the older version. 0.3.2 I think... with this one it's on 52 hours already... gonna see where it's gonna reach
 
Maybe its the most Stable server than ever, with Features 1 ;D
Need only fix bugs with many Scripts commands at talkactions...
i'll give the list later.
 
what did u change in database.lua? because I got "result not set" in many of my scripts
 
crash??

I have got a messeage on the console on linux system after 20 hours uptime:
Segmentation fault
admin@r18616:~/fire$ ./fire
The Forgotten Server, version 0.3.4 (Crying Damson)
A server developed by Elf, Talaturen, Lithium, Kiper, Kornholijo, KaczooH, slawkens & Macroman.
Visit our forum for updates, support and resources: http://otland.net.
What happend? It was stable on the first release with 3 days now 20 hours and crash??
 
@up memory 'leaky'? After 14h uptime my server crash because don't have more ram :S
ps: my dedicated have 8GB of ram and 4 GB of swap.
 
Status
Not open for further replies.
Back
Top