• 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. myalitth

    Lua Help to add Effect on Script

    Someone knows how to add sendMagicEffect(CONST_ME_SMOKE) on bridge when player pulls the lever? local config = { bridgePositions = { {position = Position(32099, 32205, 8), groundId = 352, itemId = 4634}, {position = Position(32100, 32205, 8), groundId = 4611}...
  2. myalitth

    TFS 1.X+ Movement Teleport Exhaustion

    Someone know how to add exhaustion on a movement teleport? Like 2 seconds per action to prevent memory leak. TFS 1.3+
  3. myalitth

    TFS 1.X+ Summon Icon

    Hello! Using version 10x When i summon any monster he comes with the symbol . However, this symbol disappears when i go up or down stairs, same with holes or leaving the summon's view... Thanks!
  4. myalitth

    C++ Debug LOG

    someone know how to get a debug log from tibia 10.00 + When tibia client c+ crashes
  5. myalitth

    TFS 1.X+ Keys.lua Action Problem.

    Lua Script Error: [Test Interface] data/actions/scripts/other/keys.lua data/actions/scripts/other/keys.lua:5: attempt to call global 'getItemInfo' (a nil value) stack traceback: [C]: in function 'getItemInfo' data/actions/scripts/other/keys.lua:5: in main chunk [Warning -...
  6. myalitth

    TFS 1.X+ Quest System

    Questsytem action id 2000 with UID. When player do the quest do not shows the name of the prize. Only a "." local ret = getItemDescriptions(reward.uid) result = "You have found " .. ret.article .. " " .. ret.name if(doPlayerAddItemEx(cid, reward.uid, false) ==...
  7. myalitth

    TFS 1.X+ How to prevent trash in teleports with action/unique ids.

    Teleports with no destination; im using an otbr sources.
  8. myalitth

    Lua Tarbaz Script Problem

    I have a problem in the boss Tarbaz of Ferumbras Quest, because when a player cannot kill in time, and is teleported out, it generates this error in the log. It seems that the problem is in this function that removes the players from the room and cleans it. addEvent(clearForgotten, 30 * 1 *...
  9. myalitth

    AAC Database Conection from VPS

    Hello! I have two VPS, a linux where my server is 8.60 and another VPS windows where is the site gesior with xampp. However, I don't know how to make the connection between the otserver and the VPS that is on the site with xampp and phpmyadmin .. However, I don't know how to make a...
  10. myalitth

    TFS 1.X+ How Tranform this script to random bosses?

    Now this script only summon a demon, can i change this to summon a random boss like (Demon, Orshaabal, etc)? local bossId = nil function addBoss() local monster = Game.createMonster("Demon", Position(32201, 32198, 7), false, true) bossId = monster and monster:getId() or nil end...
  11. myalitth

    [USA] [10] Elysia Global

    IP: globalots.com Port: 7171 Client: Tibia 10 Uptime: 24/7 Hosted in: United States Website: Latestnews - Elysia Global (http://globalots.com) Exp rate: 300x / stages Map: Global map, with all features up to 11.90 Runes an Ammuniton = Infinite Loot rate: 5x Server type: Pvp Skills & Magic rates...
  12. myalitth

    TFS 1.X+ Teleport Players - Lever Quest

    This script (Attach) teleport players from teleport tiles to boss room So i need, to edit this script to teleport players from boss rom to out of room. I've tryied a lot types... Some players stuck noob chars on boss room, to block boss... Script: local function removeBosst(fromArea1...
  13. myalitth

    AAC Disable Warnings on Gesior

    Anybody knows how to disable warnings on gesior website?
  14. myalitth

    AAC Gesior Choose Vocations

    I need to add vocations when somebody wants to create his character, but my gesior don't show vocations options to choose (Like FIrst Attachment), i want this page like the second attachment. Anybody can help me? CONFIG.PHP # Create Character Options $config['site']['newchar_vocations'][0] =...
  15. myalitth

    Linux Otserv Freeze

    When any player kills monsters, my server freeze for 2 seconds. (All server) Players and monsters, when die still stand for 2 seconds... I'm using UBUNTU 16.04 OTX 3.10 TFS 1.3 Thanks
  16. myalitth

    TFS 1.X+ Speed Limit

    To change the character Speed Limit (750) I need to change only? Player.h Gameprotocol.cpp Or something else? After this need to compile?
  17. myalitth

    [Brazil] Baiaking | 10.00

    Ip: custombaiak.servegame.com Port: 7171 Website: Baiak-Custom - Free Multiplayer Online Role Playing Game About Server: Offline Training and Fast attack! Potions and runes, ammunition - infinite! Diamond Arrow,Spectral Bolt e Wand of Darkness - Add New Summons working! Retro outfits Many...
  18. myalitth

    TFS 1.X+ Player Speed Limit

    Is there any way to change the speed of the character? This 750 at now. 750 to 1500~ Max speed on tibia global is 2000.
  19. myalitth

    How to Add Exausted time on Teleport

    I have an teleport with id 8058 Have any way to restrict access of the same player on this teleport for 24 hours? Like an Daily Teleport where some player only can enter one time per day.
  20. myalitth

    Global 860

    ip/website: traviglobal.com New Spells from tibia global! Asura Palace (Port Hope) Hero Fortress Edron Full Novas areas de Port Hope Prision de Oramond e Roshamuul (Barco Thais) Novas caves de edron Target Dummies (old) em edron 100% Svargrond, Zao e yalahar atualizados. Liberty Bay atualizado...
Back
Top Bottom