• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. dunnish

    Crystal Server Connection refused

    hello! I'm trying to setup a crystal server. but not getting it to work. i imported the schema.sql and compile the server and this is what i got. when I'm trying to login with otcv8 its just stuck at and when I'm trying with 15 i got I'm trying with default username and password god/god im...
  2. dunnish

    TFS 1.X+ Probelm with Login with Client 15 & 10.

    Hello! i did compile tfs 1.6 GitHub - otland/forgottenserver: A free and open-source MMORPG server emulator written in C++ (https://github.com/otland/forgottenserver) and i can loggin with client 13.10. how can i make so its possible to login with client 15 and 10? on otcv8 (client10) Client 13.10
  3. dunnish

    Team Need to expand Team for building a new game"Obligatio".

    Hello! I’ve been developing a new game called Obligatio for the past year. It’s being built in C# using MonoGame. Current Team Needs: Graphic Designer: 0/1 C# Developer: 1/2 Frontend Developer: 1/1 (Position Filled) If you're interested in joining the team, please send me a PM...
  4. dunnish

    Need help with Tibia.spr /tibia.dat structure?

    Hello! Whats the diffrent between improved animation in tibia spr and not haveing it? im building a own game but useing tibia spr structure. its working when im not useint improved animation. but if i enable it its dossnt work. where can i find the structure of tibia spr/dat file? this is my...
  5. dunnish

    Windows tibia client 13 configure to tfs 1.5

    Hello! i have not been around for a while. where can i find any tutorial how to connect to my server The Forgotten Server - Version 1.5 tibia 13.10 its say when im trying to connect from an old client with spr/dat but how do i get it & configure it?
  6. dunnish

    TFS 1.X+ Possible to track Players Actions in tfs 1.4?

    Hello Otlanders. is it possible to track player id of magicwall/runes/push and other actions so if player1 shoot a magic wall the server can detect witch player it is. if a player1 push and player2 can server detect that player 1 made the push. if player1 shoot the magicwall and player2...
  7. dunnish

    Lua tfs 1,2 find storageid

    Hello! where can i found storageid in tfs 1.2 i would like to fix questlog
  8. dunnish

    TFS 0.X custom Monster spells location

    Hello! its long time since i made a ot. i would like to create a mosnter thats can shoot magic walls. anyone know some script like that? and also anyone know here i can find the spells of monster location?
  9. dunnish

    Compiling Convert Xml Accounts to SQL Problem

    Hello! im trying to convert an old server with xml account to sql with all characters&accounts index.php <?php $conn = mysqli_connect("localhost", "root", "test", "tfs"); $affectedRow = 0; $xml = simplexml_load_file("input.xml") or die("Error: Cannot create object"); foreach...
  10. dunnish

    Lua looking for help with docs for functions

    Hello! Is there anyway to find the documentation or definition for certain tfs functions? For example what do these do: - getGlobalStorageValue() - getPlayerStorageValue()
  11. dunnish

    Lua tfs 0.4 (lua) check if a storage id exist on anyplayer

    Hello! how do i check if storage id exist on anyplayer if we say like this. if first player say !join then its will create a event. but if player2 sayts !join then player2 will join the existing event.
  12. dunnish

    Can Someone Fix Working website tfs 0.4 with payment system 50 euro payment.

    Hello! i would like someone that can fix fully working website. what is a fully working website that is a website thats its possible to have news Ticker,news,Forum,highscore,downloads,serverinfo,guilds,guildwars. more like a tibiacom
  13. dunnish

    Login server tfs.04 help (Battle Royal Tibia)

    Hello! i would like to create a battle royal game in tibia. and when first player login there should be a timer that starts and after 2 min or when its have been 100 players online in the server(max players) you should get in to the game. anyone have an ide how i can make it?
  14. dunnish

    Lua array of sqm help

    Hello! im not sure why this it not working can somone help me? local gatepos = { {x = 1005, y = 1006, z = 7}, {x = 1006, y = 1006, z = 7}, {x = 1007, y = 1006, z = 7}, {x = 1008, y = 1006, z = 7}} function storm() local getTile =...
  15. dunnish

    Webdesigner Myacc Donate system tfs 0.4[paying]

    Hello! im looking for someone that can fix the donate system on myacc suchas paypal and sms system
  16. dunnish

    AAC [MyAAC] v0.7.10 with site on ubuntu and Server on windows

    Hello! im going to run MYAAC 0.7.19 on ubuntu 16.04 is it possible to have Server path Path to your TFS main directory, where you have config.lua located. on windows? i tryed to type \\OTSERVER\Users\otserver\Desktop\x64 but its not working.
  17. dunnish

    is it Possible to Change ground While server is running?

    Hello! is it possible to Change ground while players are in the game like after 3 min when the server have been up its will change the ground on "some Sqm" Like Change ground id '724' to 407
  18. dunnish

    Drown.lua Dossnt deal Damge

    Hello! when im underwater the character dossn't drown. here is my drwon.lua local condition = createConditionObject(CONDITION_DROWN) setConditionParam(condition, CONDITION_PARAM_PERIODICDAMAGE, -20) setConditionParam(condition, CONDITION_PARAM_TICKS, -1) setConditionParam(condition...
  19. dunnish

    Lua Killing in the name of Problem Crascing server

    Hello! my Killing in the name of is makeing the hole server lagg. the script is trying to write to the database and when the guy reconnect its working again for a few min then its crash. Killinginthenameof.lua (in lib) [Lua] RANK_NONE = 0 RANK_HUNTSMAN = 1 RANK_RANGER = 2...
  20. dunnish

    AAC MYACC Geisor

    hello! i have a fresch scheema and just installed myacc with gesior for my acc. and now when im trying to donate after adding my email inside www\plugins\gesior-shop-system\config.php but im getting this and paypal takes the cash from my card and put it insde my paypal account and dossnt get...
Back
Top