• 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 0.3.5pl1 (Crying Damson)

Status
Not open for further replies.
When Will Be Posted <b>"TFS 0.3.5 Patch Level 2"</b>??
Cause Have a Bug... Many Crash...

But I'm Waiting, Cause TFS TEAM Are Very Competent.

Exactly Thus Thanks For This Realese...
 
Hello

I changed engine 0.2.5 --> 0.3.5 . Everything ok, but Pits of Inferno doesn't work. And I don't know why, because in mystic spirit it worked.

for example
<movevent event="StepIn" uniqueid="10200" script="PitsOfInferno/GraveEntrance.lua" />
local newpos = {x=398, y=1385, z=9}
function onStepIn(cid, item, position, fromPosition)
doSendMagicEffect(getPlayerPosition(cid), 2)
doTeleportThing(cid,newpos)
doSendMagicEffect(newpos,10)
end

It^ doesn't work

but when I change first line^ to
<movevent event="StepIn" uniqueid="10200" event="script" script="PitsOfInferno/GraveEntrance.lua" />
then
14:47 Reloading moveevents...
14:47 Failed to reload.
------------------------------
And for example, it works[script from svar arena]:
<movevent type="StepIn" fromaid="42321" toaid="42330" event="script" value="leavearena.lua"/>
function onStepIn(cid, item, pos, fromPosition)
if getPlayerStorageValue(cid, 42309) < 1 then
for i = 42300, 42309 do
setPlayerStorageValue(cid, i, 0)
end
end
-- if he did not make full arena 2 he must start from zero
if getPlayerStorageValue(cid, 42319) < 1 then
for i = 42310, 42319 do
setPlayerStorageValue(cid, i, 0)
end
end
-- if he did not make full arena 3 he must start from zero
if getPlayerStorageValue(cid, 42329) < 1 then
for i = 42320, 42329 do
setPlayerStorageValue(cid, i, 0)
end
end
doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_ORANGE,'Wyszedles z areny!')
doTeleportThing(cid, arenaKickPosition, TRUE)
setGlobalStorageValue(item.actionid-21, 0) -- free room
setPlayerStorageValue(cid, 42350, os.time()+5) -- time to kick 0
setPlayerStorageValue(cid, 42352, 0) -- is not in arena
return TRUE
end
Can someone help me? :huh:
 
<movevent event="StepIn" uniqueid="10200" event="script" value="PitsOfInferno/GraveEntrance.lua" />
 
Also there should be moveevent TYPE...
Code:
<movevent type="StepIn" uniqueid="10200" event="script" value="PitsOfInferno/GraveEntrance.lua" />
 
server crashes when reloading creaturescripts, it reloads all perfectly fine except creaturescripts
 
So, i'll not use OT SVN because no features :(
i wait for fixes in 0.3.5 ( if will be one ¬¬ )
but, for surely, elf i'll not stay without do anything
aboult the 'critical bug', my server is closed temporary due
to this and i personaly LOVEEE 0.3.5 :D
thats all.

What exacly do u need in OT ?:p
 
Wicked release but... Could i get some help?

Might sound a touch n00bie here, But i can't seem to set up MySql properly in the Config

Thanks
 
@UP-UP, I Need lot of features, much of needed commands for a GM that have in TFS don't have in open tibia SVN...
there are no possibilityes to do much things that i can do in TFS, there are no list of functions i can use :(
will be much better if TFS team stop adding new features ( have a lot )
and start cleaning the code, making it better and more stable...
next year i'm gonna to school of programming, and if i be good, i'll try to
join TFS team and help community, like Slawkens says, we don't need to get money, but learn much things...
i like learn things, in the past weeks i learn a lot with my OT, some lua, some c++, some php and etc...
and i know, TFS i'll be much better for the next time :)
 
Nevermind, In sqltype i had "MySql" Tryed it without caps and it was fine
 
Do anyone can explain to me how to compile server after my server crash so i can see what scripts cause the crash? or its not possible?
 
Someone found a new way to entertain us OT hosters.

Once again TFS is unstable as hell and my server crashes every 10 minutes to 11 hours. It just freezes up.

Good job!
 
u know what? I had very often crashes when I had a lot of errors in console, I didn't care them because It was still test server, so there was missing some scripts/monsters... and errors in scripts....
When I Fixed it all, look now:

20:28 Uptime: 75 hours and 7 minutes.


before I had max 10h uptime...

cheers
 
u know what? I dont have a single error in my console.
 
@UP-UP, I Need lot of features, much of needed commands for a GM that have in TFS don't have in open tibia SVN...
there are no possibilityes to do much things that i can do in TFS, there are no list of functions i can use :(
will be much better if TFS team stop adding new features ( have a lot )
and start cleaning the code, making it better and more stable...
next year i'm gonna to school of programming, and if i be good, i'll try to
join TFS team and help community, like Slawkens says, we don't need to get money, but learn much things...
i like learn things, in the past weeks i learn a lot with my OT, some lua, some c++, some php and etc...
and i know, TFS i'll be much better for the next time :)
From what i read i just want to say u that u have never tested OT at all and u know nothing about it:)
 
Status
Not open for further replies.
Back
Top