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

Recent content by dunnish

  1. 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?
  2. dunnish

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

    do you know hat i can look for to find it?
  3. 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...
  4. dunnish

    Lua tfs 1,2 find storageid

    thx. i was just stuipd. now its working.
  5. dunnish

    Lua tfs 1,2 find storageid

    Hello! where can i found storageid in tfs 1.2 i would like to fix questlog
  6. 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?
  7. dunnish

    Compiling Convert Xml Accounts to SQL Problem

    not that easy :P
  8. 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...
  9. 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()
  10. dunnish

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

    this one works buts only for 1 player not for the server. do you know why? if getPlayerStorageValue(cid,jailedstoragevalue_time) <= 0 then and this one dossnt work at all if getPlayerStorageValue(uid, jailedstoragevalue_time) <= 0 then
  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

    Compiling Sources tfs 0.4 860

    tfs 0.4 3777 Compile on linux apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev libsqlite3-devcd /3777-masterchmod -R 777 srccd src./autogen.sh && ./configure --enable-sqlite --enable-mysql...
  13. 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
  14. 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?
  15. dunnish

    Lua array of sqm help

    i tested and here is my code but its not working. local gatepos = { [1] = {pos = {1004, 1006, 7}}, [2] = {pos = {1005, 1006, 7}}, [3] = {pos = {1006, 1006, 7}}, [4] = {pos = {1007, 1006, 7}}, [5] = {pos = {1008, 1006, 7}}, [6] = {pos = {10010...
Back
Top