• 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.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

confic lua... kick

idleWarningTime = 14 * 60 * 1000
idleKickTime = 15 * 60 * 1000
 
Hi i have a problem i have it on all ots..

28cfrqr.jpg


That appears it continuously fifteen seconds

Anyone know whats it ? Thanks for help
 
Hi i have a problem i have it on all ots..

28cfrqr.jpg


That appears it continuously fifteen seconds

Anyone know whats it ? Thanks for help

Missing tables that start with z are usually for your AAC. If you haven't completely installed your AAC, which I assume is Gesior, those tables will not have been added to your database. Install your AAC and it should add the missing tables. :)
 
After all this time, AVG is just now warning me of a Virus inside of the .exe after I downloaded this again. Did you change something? :huh:
 
After all this time, AVG is just now warning me of a Virus inside of the .exe after I downloaded this again. Did you change something? :huh:

That happened to me -.-
I had to remove my avg.. and NOW I'AM WITHOUT ANTI VIRUS FTW xD :ninja:
 
I know its not topic for it but i have problem, im not good scripters anyone see here error ? can fix script ? please

creaturescript.xml
<event type="kill" name="InquisitionBosses" script="Inquisition/InquisitionBosses.lua"/>


teleports_inquisition.lua

local config = {
timeToRemove = 60, -- seconds
message = "Go into the teleport in 60 seconds, else it will disappear.",
teleportId = 9773,
bosses = { -- Monster Name, Teleport Position
["Ushuriel"] = { pos={ x=32805, y=31347, z=11, stackpos=2 }, aid=1001},
["Zugurosh"] = { pos={ x=32837, y=31346, z=11, stackpos=2 }, aid=1002},
["Madareth"] = { pos={ x=32820, y=31387, z=11, stackpos=2 }, aid=1003},
["Annihilon"] = { pos={ x=32895, y=31347, z=11, stackpos=2 }, aid=1005},
["Hellgorak"] = { pos={ x=32900, y=31389, z=11, stackpos=2 }, aid=1006},
["Golgordan"] = {pos={ x=32855, y=31387, z=11, stackpos=1 },aid=1004, brother = "Latrivan"},
["Latrivan"] = {pos={ x=32855, y=31387, z=11, stackpos=1 },aid=1004, brother = "Golgordan"},
brothersArea ={
fromPos = {x = 32844, y = 31390, z = 11},
toPos = {x = 32866, y = 31374, z = 11} } }
}
local function change(position)
doItemSetAttribute(getTileItemById(position, config.teleportId).uid, "aid", 3000)
return TRUE
end

function onKill(cid, target, lastHit)
if(config.bosses[getCreatureName(target)]) then
local t = config.bosses[getCreatureName(target)]
local position = t.pos
doItemSetAttribute(getTileItemById(position, config.teleportId).uid, "aid", t.aid)
doCreatureSay(cid, config.message, TALKTYPE_ORANGE_1)
addEvent(change, config.timeToRemove * 1000, position)
elseif(config.brothers[getCreatureName(target)]) then
local t = config.brothers[getCreatureName(target)]
local brother = getCreatureByName(t.brother)
if(isMonster(brother) == true) then
if(isInRange(getCreaturePosition(brother), config.brothers.brothersArea.fromPos, config.brothers.brothersArea.toPos) == true) then
return TRUE
end
else
local position = t.pos
doItemSetAttribute(getTileItemById(position, config.teleportId).uid, "aid", t.aid)
doItemSetAttribute(teleport, "aid", t.aid)
doCreatureSay(cid, config.message, TALKTYPE_ORANGE_1)
addEvent(removal, config.timeToRemove * 1000, position)
end
end
return TRUE
end

Script work but if i kill other monster behemoth hydra all other no boss inq i have problem

2ueiesx.jpg


They stand after their killing still but without hp

349as0j.jpg
 
After all this time, AVG is just now warning me of a Virus inside of the .exe after I downloaded this again. Did you change something? :huh:

My ESET NOD blocking it and moving to quarantine too... But I have version which I downloaded many time ago, just some about month ago it started to blocking it.
 
i'm using TFS 0.3.6PL1 console with antivirus program, i've used it now for like 1month and 1/2, My virus program haven't told me that its "Detected virus (Trojan)"

Really Good :D
 
Next released Pl2 ? when will be released?

some bug fixed as in houses?.
 
Everytime i open my server , my friends can log in to it...and i cant. it says to me ur server is ofline. PLS ANYHELP !
 
hello, I would like to know if this version is completely stable.
thanks =D
 
In client: 80.000 exp to next level, then i kill a GS and i get 270.000 and i dont go up!

Serious bug!
 
In client: 80.000 exp to next level, then i kill a GS and i get 270.000 and i dont go up!

Serious bug!

Chances are this is a bug in the client, as the Tibia client was not designed to gain huge amounts of experience or go up to very high levels.

To be honest, the bugs people run into are amazing to me. Everyone downloads the same server and 100 people all have different bugs, yet none of them have any of the same bugs. Maybe people just suck at setting up a server? o:
 
when i try to run it i get this error


can someone tell me how to fix it? i also tried console version.. the same problem
 
Back
Top Bottom