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

Search results

  1. ssiwyy158

    Compiling dynamic link library problem

    Hello Otlanders ! I've been trying to compile this library for some time https://github.com/SaiyansKing/Tibia-Extended-Client-Library But it throws errors Includes and lib : https://www.glfw.org/download.html Someone would be able to help me? Sorry for my english (transtale) xD
  2. ssiwyy158

    AAC Znote ACC 1.6 create character problem

    Hello. I use tfs 0.3.6 and Znote ACC 1.6 Everything works fine, but, when i try to create a character face this: anyone can help me?
  3. ssiwyy158

    TFS 1.X+ upgrade

    Hello. I use this script : https://otland.net/threads/tfs-1-1-items-upgrading-by-jewels.228712/ on my server. All works but when i use item to upgrade on myself or NPC, monster i get this error. Im using tfs 1.2. Lua Script Error: [Action Interface] data/actions/scripts/other/cup.lua:onUse...
  4. ssiwyy158

    TFS 1.X+ task npc categories

    Hello. Can someone please help with npc ? I need remake script so that npc gives the possibility to choose easy / medium / hard npc script: -- Monster Tasks by Limos local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  5. ssiwyy158

    TFS 1.X+ Znote Acc guild war

    Hello. I use Znote AAC 1.5 (tfs 1.2) and have problem with frag's limit: Invite war 10 frags: And only one kill: Playerdeath.lua: local deathListEnabled = true local maxDeathRecords = 5 local function getKillerNames(target, killerGuildId) local killers = { } for creatureId, damage in...
  6. ssiwyy158

    Compiling TFS 0.4 Visual Studio

    Hello. Someone can help me with compile this with Visual Studio ?: https://github.com/YaanLiima/3996 I need 64 bit version. I try many ways , many guides and error after error etc. Can anyone at least write what files to use ? boost/lib/include itp ? Thanks !
  7. ssiwyy158

    TFS 1.X+ War frag limit

    Hello. I use this: https://otland.net/threads/gesior2012-wars-on-www-tfs-1-0-only-beta-version.209357/ Is it possible that the war is up to the frags limit and not for 7 days? And war system script: https://otland.net/threads/war-system.270955/ TFS 1.2 8.6
  8. ssiwyy158

    TFS 1.X+ !serverinfo

    Hello. When I try to type !serverinfo i get error: Serverinfo.lua: function onSay(player, words, param) player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Server Info:" .. "\nExp rate: " .. Game.getExperienceStage(player:getLevel()) .. "\nSkill...
  9. ssiwyy158

    Atakowanie podczas używania potów (Paladin)

    Cześć. Przeglądałem masę tematów związanych z problem ataku palka podczas używania potków. Niestety nie udało mi się znaleźć rozwiązania pomimo podmiany różnych kodów. W żadnym temacie nie było 100% zgodności do tego czy kod jest w 100% działający i czy nie będzie sprawiał problemów w rozgrywce...
  10. ssiwyy158

    TFS 1.X+ check if someone is in the room

    Hello. Trying to install a script that allows only one player to enter the teleport, when he leaves the room then another player can enter (Sorry google translate) function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition) local pos = {x = 908, y = 696, z = 9} local area...
  11. ssiwyy158

    TFS 1.2 war system

    Cześć. Szukam war systemu z blaszkami pod tfs 1.2 klienta gry 8.6 i działającego z MyAcc. Moge nawet zapłacić.
  12. ssiwyy158

    TFS 1.X+ Check time storage

    Hello. How to write a script checking the duration of the xp bonus from this script ? : tfs 1.2 function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid) if player:getStorageValue(98546) >= os.time() then player:say('You already have exp bonus!'...
  13. ssiwyy158

    TFS 1.X+ Firestorm event

    Hello. I use this script: https://otland.net/threads/firestorm-event-tfs-1-2.237061/ All works but Player cant die . Cant get damage I dont know why :/ I use tfs 1.2 8.6 client
  14. ssiwyy158

    TFS 1.X+ last man standing

    Hello. I try to install this script: https://otland.net/threads/tfs-1-0-last-man-standing-by-nevix.222108/ All works but when a player die, he doesn't transfer him to dp, he just dies all the time (Sorry GOOGLE TRANSLATE :D ) I use TFS 1.2 8.6 client
  15. ssiwyy158

    TFS 1.X+ tfs 1.2 bank npc

    Hello. I try install bank npc from this topic: https://otland.net/threads/tfs-1-2-banker-npc.239294/ But when i try transfer i get error: tfs 1.2 8.6 client
  16. ssiwyy158

    TFS 1.X+ Rune

    Hello ! How to change the code to make it work on a principle great spirit potion ? function onUse(cid, item, frompos, itemEx, topos) local playerinfo = -- Please don't touch { level = getPlayerLevel(cid), mlevel = getPlayerMagLevel(cid), voc = getPlayerVocation(cid) } local config = { strenght...
  17. ssiwyy158

    C++ TFS 1.2 8.6 Random Color Experience

    I tried to change the code from this topic: https://otland.net/threads/i-want-to-make-textcolor_white_exp-into-a-random-number-how-do-i-achieve-this.252753/ I get error: My creature.cpp: https://pastebin.com/i8i0hyfR
  18. ssiwyy158

    TFS 1.X+ Show mana heal

    Hello Could anyone help me with a code for TFS 1.2 8.6 server? How to show mana healing numbers ? potions.lua: https://pastebin.com/6T2ZdJuX
  19. ssiwyy158

    TFS 1.X+ TFS 1.2 8.6 client Zombie Event

    Hello i try install this script: https://otland.net/threads/tfs-1-2-zombie-arena.258250/ There are no errors in the console but when players are moved from the waiting room to the arena and when the zombies appear, Client get debug
  20. ssiwyy158

    TFS 1.X+ Teleport Scroll

    Can use teleport scroll in fight :/ TFS 1.2 8.6 Action code: https://pastebin.com/8sJjNAHX
Back
Top