Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Hello,
This is a thread connected with:
https://otland.net/threads/the-forgotten-client-open-source-tibia-client-written-by-saiyansking.304571/#post-2801817
I start some fixing on great client release created by sayianking.
The goal is to make a client fully compabitle with 772 tfs engine...
Hello,
Yesterday I was digging in this forum and I found this github repo in one of the threads (mentioned in a comment):
https://github.com/elderapo/The-Forgotten-Client/tree/master
I compiled it with no issues, make few changes to make it work with 772 pic/protocol and it is really looking...
Hello,
I would like to share the code and necessary changes required to hide your server IP address using cloudflare websockets.
It was mostly vide-coded with a source from:
Cloudflare WebSocket Tunnel - Free for the Open Tibia community
and
WebSockets proxy
So thanks to guys above for...
Hello,
I would like to know if that is possible, to allow 772 client to use extended spr/dat files saved in Object Builder?
I found that instruction:
https://otland.net/threads/need-help-to-client-cipsoft-8-70-extended.291924/
It suggests, that it could be done from hex editing the client - but...
Hi,
I share here my version of Object builder compiled with three new/edited features, which should help you with merging 7.4 dat/spr with 772 dat/spr.
First change is:
-"New" button is adding new item right after the selected item on the list (originally it was adding new item at the end of the...
Hello,
I'm looking for skilled mapper to create (atm) 5 dungeons based on sprites available in tibia 7.72.
Each dungeon created = seperate payment - to secure me and you.
If you will be creative - i can pay extra for your work/time - and we can work in the future on similar small tasks.
It...
Gover submitted a new resource:
Challance-response between server and Tibianic-dll client - tibianic-dll, challance-response
I'm not sure if thats a good place to post this. If not please move it to correct place on the forum.
Read more about this resource...
Hello!
I'm struggling with a plugin theme-atomio available for MyAAC website.
The issue is that when I enable displaying outfit feature then this outfit is displayed at top. The drop down menu is below this image, so when a player move a mouce to quests string - the menu disappears.
I was trying...
Hello,
Maybe someone have better idea to hide the /admin panel on MyAAC website - i would be more then happy to hear your opinions.
I was thinking that giving an access to login page for admin panel for users is a way to let them try to break the server.
I could change the /admin to something...
Hello,
Another question about MyAAC in latest version.
I saw that creating a character from admin account is working properly. I can easly create character with name for example: "Knight of Nothing".
But with normal account - system automatically capitalize first letter and convert my name...
Hello,
Maybe someone know if it's possible in MyAAC to set a quest with multiple storageValues?
In "Settings" -> "Pages" -> "Characters Page" I can add new quests, but did not find a way to add few storage values for one quest.
Tried with comma, semicolon - nothing works. Maybe there is some...
Hello,
I can offer a paid job to help me edit the Skills menu in Tibianic DLL client 772.
The client does not support stamina (it was introduced in tibia 7.8), but my server support it.
I need to just display information about current player stamina in skills menu (like it is in tibia 7.8+).
I...
Hello
I'm struggling with a C++ code in TFS1.5
I'm trying to get a information about the current premium_points value from player account in MySQL database.
I have created a protocolgame.cpp entry, I know the SQL query (SELECT premium_points FROM accounts WHERE id='ACCOUNT_ID';) but I cannot...
Hello everyone,
I'm facing an issue with function getSlotPosition().
I'm using below attached script (I have edited /attr function to test this getSlotPosition)
local talkaction = TalkAction("/read")
function talkaction.onSay(player, words, param)
if not player:getGroup():getAccess() then...
Hello,
I'm trying to change the rope script in this distro to work the same as in old days.
Classic script included in distro do not allow to rope monsters and also it allows to use rope when some items/player/monster/creature are on the ropeSpot.
I have added two more conditions in "if...
Hello !
I would like to ask how to solve fleeing monsters behaviour in TFS 1.5 Downgaded by Nekiro to 772.
Here is video showing what is wrong:
When player is chasing the fleeing monster and player keeps 2 sqm of the distance - the monster is running perfectly, but when player reach his...
Hello,
I would like to buy a function which will work between TFS 1.5 Nekiro 772 - Tibianic DLL Client and check if player is using the official client. If not maybe kick a player or something like this. I don't want players to use other client's like otclient etc. Function can be made on...
Hello !
I'm struggling with the original client in this protocol.
Original cipsoft client 772 feels really laggy. Looks like 30FPS or less.
I checked all the client options (OpenGL, DirectX5/9, max FPS, limited FPS, changing resolution etc).
I'm running TFS 1.5 Nekiro Downgraded 772 on Virtual...
Helo,
I have a question about selling empty flasks to npc's (like Xodet).
In this protocol the buy function need a item subType, which is for example equals 7 for mana fluid.
shopModule:addBuyableItem({'mf', 'mana fluid', 'manafluid'}, 2006, 55, 7, 'mana fluid')
And buying is working great...
Hello everyone,
I have another question about nekiro 1.5 downgrade 772.
In old TFS 0.4 there was a great parameter called interval which could be set on each monster attack in monster script. It could be decreaced from standard 2000ms to lower value. With that it was possible to decrease the...