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

Want a higher version server.Need Explanation.

Joined
Mar 24, 2013
Messages
59
Reaction score
9
Hello.

at the moment i have a server wich is version 8.6
[30/04/2015 21:30:02] Alissow Server, version 0.4.1 (Alissow)

Now instead of a 8.6 version tibia i wanted a higher one that hase mounts and new maps etc. ive read allot of tutorials for example.https://otland.net/threads/10-76-tfs-1-1-orts-a-real-map-project.204514/ and https://github.com/otland/forgottenserver/wiki/Compiling. and so on but i couldnt understand most of what it said since im not a web designer or anything in the computer software direction so basicly a complete newby :P.

I followd the steps but still didnt know how to fire the thing up since it isnt so easy as the Gamerzot.exe and xampp i use now.

Can someone explain to me by the letter what i have to do to get a version 10+ server.

Hope Someone can help me and that i didnt broke any rules or disrespecting some people by posting this thread.
 
I dont Understand the Precompiled site yet but that is maybe since i havent watchd the video yet will watch it in a bit thanks for the reply's hope they will help me.
 
Download this one: Win32-Release.exe if you are gonna use an rlmap otherwise the: x64-Release.exe.
 
what does the exe do cause my virus scanner isnt to happy about any .exe of them XD

but not that that ever stopd me just want to know before i click it :p
 
Last edited:
I would go with the latest 1.1 tbh, 1.0 is outdated and you rarely get any real support for it here.
IMO 1.0 seems to be more hated then 0.3/0.4 for some weird reason.

So try to keep to stay update atleast till you know what you are doing, it will make it alot easier to give you help aswell.
I rarely help people using the olders versions now because of the function names, but 1.0 and 1.1 are pretty much the same so it's abit off topic :P
 
where can i find TFS 1.1 and im stuck >.< this is what i did i downloaded the TFS v1.0 then i got from http://nightlies.otland.net/ the 64 and 32 .exe u showd me everything went well then compiled it with this 1 i downloaded https://otland.net/threads/10-76-evolutions-server.226262/ and now i got an empty SQL which means i dont know how to make an account XD can get in the character selection screen and then i made looking at my old servers database i created a character but i cant log in with it :/ so i dnt have an account manager in that sqgl. how to go on from there?

maybe its further in the video if it is i will edit this post :p

i Did not found anything usefull anymore in the video sadly :(

Do i maybe have to create accounts through a website? o_O:confused:

which is in the video
 
Last edited by a moderator:
Nightlies = 1.1.
Empty MySQL = did you import the sql schema to your database?
Make sure you have the correct database name in config.lua aswell.

Creating the account via the AAC won't make it better, since Znote does not require changes to the source code :p

Hope you also rememberd that all passwords has to be encrypted, uses this: http://www.sha1-online.com/


And also don't double post, edit your post insted.
 
Nightlies = 1.1.
Empty MySQL = did you import the sql schema to your database?
Make sure you have the correct database name in config.lua aswell.

Creating the account via the AAC won't make it better, since Znote does not require changes to the source code :p

Hope you also rememberd that all passwords has to be encrypted, uses this: http://www.sha1-online.com/


And also don't double post, edit your post insted.

Sorry for the double post but yes i did import the schema sql to my database i did not make an website yet like in the video but in phpadmin i do not see a account manager so i do not know how to get 1 in i could create the lines myself looking at my old server and put the acc manager from my old servers config.lua into this one but im not sure if that works and yes i know the password hase to be encrypted i could login but i had an empty character list.

is it normal that i have a schema.sql instead of a mysql.sql?

Ps: Thanks for all the help u have been given so far! :D
 
Sorry for the double post but yes i did import the schema sql to my database i did not make an website yet like in the video but in phpadmin i do not see a account manager so i do not know how to get 1 in i could create the lines myself looking at my old server and put the acc manager from my old servers config.lua into this one but im not sure if that works and yes i know the password hase to be encrypted i could login but i had an empty character list

Ps: Thanks for all the help u have been given so far! :D

Use the "insert" button, then set the name, id = 1, town_id = 1, health and mana? and then you are done.
You cannot add an account manager ingame with the 1.x series.
 
okay ill check just a second :p

OH YEAH it works! thank you thank you thank you thank you thank you thank you thank you

<3

but now if i make a website as like in the video will that encryptd the password itself or do i have to do that for each account so basicly what im asking is how can players create their own accounts instead i have to make em by inserting them all
 
Last edited:
Bump.

Then ill do it like this :p if thats allowed

If I haden't posted then no :p

Idk how it works on znote, but it should not be any problems. If there are any check your config.php file and serach for "plain" or "sha1".
But it will encrypt the passwords with the correct settings.
The amount of time I have with znote is about 5 min xD
 
oh okay i will check that out later then for now im trying to get some commands in since i have almost none can i just use the talkaction.lua from my old server or does this need diffrent lines for example

Old Server= <talkaction log="yes" words="/baninfo" access="6" event="function" value="banishmentInfo"/>

This one= <talkaction words="/ban" separator=" " script="ban.lua" /> (whats seperator is that like rank 3=God?)
 
The separator is needed to use params in talkactions.
Set the acc type? to 5(god).
Player group id to 3(god).
 
Back
Top