• 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

    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...
  2. 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
  3. 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?
  4. 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...
  5. dunnish

    Lua array of sqm help

    im not sure how to do this can you help me? i test but didnt get it to work. i think i need some kind of loop right? but not sure how to make them.
  6. 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 =...
  7. 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
  8. dunnish

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

    Sloved i used Mount Windows Shares For Everyone on Ubuntu 17.04 / 17.10 | Website for Students (https://websiteforstudents.com/mount-windows-shares-everyone-ubuntu-17-04-17-10/) (Smb) file share
  9. 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.
  10. dunnish

    is it Possible to Change ground While server is running?

    im thinking like this. im just testing so the code is not working yet ofc. if a event start then add item 407 where itemid 724 exist its working in demon helmet with a leaver if you look. dhq.lua local gatepos = {x=33314, y=31592, z=15, stackpos=1} function onUse(cid, item, frompos, item2...
  11. 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
  12. dunnish

    Drown.lua Dossnt deal Damge

    nvm its was wroking i was just useing wrong ground.
  13. 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...
  14. dunnish

    CreatureEvent [CreatureEvent/Npc] Killing in the name of...

    nice Script. anyone know how to add custom task?
  15. dunnish

    Which linux is the easiest and the best for TFS 1.3

    you need compile it but its easy to compile on ubuntu. or you can download a docker continer with ubuntu thats compiled. but then you need to have knowlege about Docker continers.
  16. dunnish

    Lua Killing in the name of Problem Crascing server

    killinginthenameof.lua in Creaturescriptsfunction onKill(cid, target, lastHit) local started = getPlayerStartedTasks(cid) if isPlayer(target) or isSummon(target) then return true end if started and #started > 0 then for _, id in ipairs(started) do if...
  17. dunnish

    Lua Killing in the name of Problem Crascing server

    you can see the script in in lib [Lua] RANK_NONE = 0 RANK_HUNTSMAN = 1 RANK_RANGER = 2 RANK_BIGGAMEHUNTER = 3 RANK_ - Pastebin.com any ide how to solve it*? the script is working sometimes and you can make the task and sometimes not thats the thing thats wierd.
  18. 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...
  19. dunnish

    [MyAAC][Plugin] Gesior Shop System

    no. in paypal its http://domain.se/ipn.php
Back
Top