• 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.6] OTServ 0.6.4 STABLE

Pietia

Active Member
Joined
Jan 13, 2008
Messages
2,147
Reaction score
48
Location
Poland
OTServ 0.6.4
Client version: 8.60
Git version number 5195

Changes can be found here https://github.com/opentibia/server/commits/legacy.


This is the server which every other is based on ie.(TFS,Evolutions,Naxed) basicly all of them ! and is also maintained by the OTServ leaders ie.SimOne ,Remere


List of lua functions :
You can see the functions and their parameters in these files :
functions.lua and luascript.cpp and npc functions in /npc/scripts/lib/

Source code:
unpack 7zip and go into src

How to write bug reports : http://otland.net/threads/how-to-make-crash-report-otserv-and-tfs.59083/

OTServ Bug reports :
https://github.com/opentibia/server/issues?state=open

If you want to compile the server by yourself on windows/linux please take a look at this tutorial:
http://otland.net/threads/compiling-simple-otserv-msvc-2010-linux-compiling-the-source.218342/




From what I can say the server is most stablest distro over all and have all 8.6 features working as they should .

DOWNLOAD
OTServ.0.6.4

Gesior AAC for OTServ
If you want to use Gesior with this release please use this config.lua file : https://github.com/opentibia/server/blob/legacy/config.lua.dist
 
Last edited by a moderator:
So if im planning to make a new server and i want to be able to change everything including grahpics should i use this?
 
3777 = crash bugs + crash xploits by elf bot + bugs

Nobody has tried this rev yet? OTServ 0.6.4
 
Your database is outdated. Run the dbupdate utility to update it to the latest schema version. HELP :)
 
I noticed there isn't a schema folder with a mysql file to upload. Does this version not support mysql? If it does, where can I find the file for the initial upload?
 
(weird, can't find an edit button)
Nevermind, I'm an idiot and found the file I was looking for. For those curious, it's under /src/src named schema.mysql (schema.pgsql for the post-gre file).
 
I'm having trouble making a creaturescripts onAdvance work, already registered the event properly, anyone know if ae is bug or have some mystery?
on creaturescripts.xml:
<event type="advance" name="teste" event="script" value="teste.lua"/>
on login.lua:
registerCreatureEvent(cid, "teste")
teste.lua
function onAdvance(cid, skill, oldLevel, newLevel)
if (skill == LEVEL_EXPERIENCE) then
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "FUNCIONOU!.");
end
end


have any erros ? or its bug ?
 
I'm having trouble making a creaturescripts onAdvance work, already registered the event properly, anyone know if ae is bug or have some mystery?
on creaturescripts.xml:

on login.lua:

teste.lua



have any erros ? or its bug ?
try replacing this line
if (skill == SKILL_LEVEL) then
 
(weird, can't find an edit button)
Nevermind, I'm an idiot and found the file I was looking for. For those curious, it's under /src/src named schema.mysql (schema.pgsql for the post-gre file).

BUMP
 
Sorry for double post, I didn't mean to quote this one I wanted to quote the one before it and didn't see this one, I'm a retard sorry.
 
Back
Top