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

8.6

  1. falls13

    change this name

    client.lua local musicFilename = "/sounds/startup" local musicChannel = g_sounds.getChannel(1) function setMusic(filename) musicFilename = filename if not g_game.isOnline() then musicChannel:stop() musicChannel:enqueue(musicFilename, 3) end end function reloadScripts()...
  2. DaBlauwk

    Compiling TFS 1.2 8.60 compiling

    Hi I´ve made some source edits for gold nuggets and dual wielding and I have 3 errors while compiling. It worked when it was just the gold nuggets so the problem must be the dual wielding. https://otland.net/threads/tfs-1-2-crystal-coin-gold-nugget.253866/post-2462745...
  3. DaBlauwk

    TFS 1.X+ TFS 1.2 Compiling 8.60

    Hi Had to rebuild because I made some changes for crystal coin to change into gold nugget but that doesn't seem to be the problem. I'm using Visual Studio 2017 with boost 1.66.0 and tfs-sdk-3.2 Failing rebuild OUTPUT 1>c:\psychoactive\src\connection.cpp(119): error C2440...
  4. Senzation96

    TFS 1.X+ TFS 1.3 [8.6] Client Crash

    Hello! This is the "Error Report" I get after the crash! ( Just Standing in the temple / dp) Anyone got any ideas what might be the issue? "Floor Above DP/TEMPLE" is hunt tps room if that matters? Crash only happens in the temple! No errors in TFS 1.3 Console Window [GOD CHARS DO NOT CRASH...
  5. Senzation96

    TFS 1.X+ | TFS 1.3 | 8.6 | Two Errors |

    Hello! So i've recently moved my ot from TFS 0.4 to 1.3 After a lot of issues these are the last issues known right now more or less at this point! Would really be grateful if anyone could help me out with this! Best regards - Senz |MayTheSenzationBeWithYou|
  6. DaBlauwk

    Lua NPC Interface

    Anyone has a fix for arkulius problem? Arkuliuss.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = {} local storageMain = 65100 local storageKill = 65101 local greetMsg = { "...if the...
  7. DaBlauwk

    TFS 1.X+ TFS 1.3 8.6 compiling errors

    Hi I've been dealing with different errors for 2 days trying to compile this https://otland.net/threads/8-60-latest-forgottenserver-1-3-clean-downport.263472/ but since last night I've had this same problem 1>rsa.cpp 1>c:\tfs1.3.8.6\src\rsa.h(40): error C2653: 'CryptoPP': is not a class or...
  8. Senzation96

    Lua Function Donation Manarune script

    Yo I edited the regular Donation Manarune script This script is for - 8.6 running on TFS 0.4 Donation Manarune script Path to edit/add - Server -> Senzation EVO\data\spells\scripts\healing\"Yourscript.lua" ---------------------------------------------- Path to edit/add - Server -->...
  9. Senzation96

    When i join my own ot it crashes (8.60)

    TFS ERRORS [17:47:50.633] [Error - GlobalEvent Interface] [17:47:50.635] data/globalevents/scripts/start.lua:onStartup [17:47:50.636] Description: [17:47:50.637] data/globalevents/scripts/start.lua:2: attempt to call field 'executeQuery' (a nil value) [17:47:50.641] stack traceback...
  10. Senzation96

    Team Starting a new 8.6 | OLDSCHOOLUSER FROM 2008

    Hello, my name is Leo more known as Senzation96. I came up with the brilliant idea of starting a new "OT Server" What I wasn't thinking about when I was a kid was assembling a team for making this happen! So if anyone is interested, Write something below! Or Join the Development Discord...
  11. S

    [USA] [FRANCE] [8.6] Ferana Real Map - Low Exp Stages - Great Wars - Server START: [22.02, Friday 16:00 ET, 22:00 CET]

    e are glad to invite you to join one of the best Open Tibia Servers ever created - Ferana.net - Ferana has been one of the most popular 8.6 servers ever. We hope that you'll enjoy your stay here on Ferana! Server start: Saturday, 22.02.2019 16:00 ET (East Canada Time). 22:00 CET (Central...
  12. Roddet

    [Germany] [8.6] MbWars - New EU Server [16.02, 17:00 CET]

    Server will start at 16 February at 17:00 CET (Countdown on website and soon otservlist) Welcome to our new brand server! Marlboro Wars it's a server well-known on North and Latin America and now we want to create a new community in Europe, so feel free to create your account. About the server...
  13. A

    SOUCER TF 0.4 8.6 HELP

    I wanted to add the mount system to the sourcer, I'm not getting it, can anyone help me? already tried to know the 8.7 and convert to 8.6 but a debug always happens on the client, the client is already with the sprites and everything !!
  14. tibia held

    Solved solved

    fixed
  15. villelagui

    Gesior Guild Logos Bug

    I'm having some problemas with gesior guild logos... At the page Guilds the logos aren't shown and even if i try to update to a new one it wont change. Won't give me any errors or anything like that... Here's my Guilds - Warzera Server <?php if(!defined('INITIALIZED')) exit; if($action...
  16. villelagui

    NPC Bless Talk

    So, i have all bless npcs on my server, the bless system changes the price depending on the level, till this point it's working great, but the npc always says the wrong price but charges the right one, wanted to know if i can make a math with the basecost + (value per level starting from 30...
  17. villelagui

    Help with Globalevent

    So, i got this script , already configured everything and it's working great, however i wanted to add an exception, for when the player is in protected zone the script wont affect them... Here's the script: function onThink(interval, lastExecution) for x=1,#getOnlinePlayers() do if...
  18. W

    Mapper looking for team. any client.

    Mapper looking for team! personal I'm 21 years of age and live in Sweden. I have a full time job and do this as my hobby. Would be able to spend about 2 hours each day and more on the weekends. Experience Good with lore, detail and immersive scenery. Love to create maps and zones and put a...
  19. P

    Lua onUseWeapon(cid, var) HELP!!!!!

    Hi Everybody. My Question is this: ¿This function have the parameter of the item that is being used by the player? and if it is correct, ¿How ca i use it? (as actions: ¿¿¿onUse(cid,item)???) Thanks for ur Time! \/ function onUseWeapon(cid, var) local nameitem = getItemName(????var??????)...
  20. bajsbajs

    In dire need of help

    Hello! I am trying to make an OT server. I have made progress, got my website and all that jazz. When I run the .exe application to start the server I get this message in the command prompt: Error: [MoveEvent::configureMoveEvent] No valid event name function [Warning -...
Back
Top