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

    Solved Paladins use mana rune and the auto-attack stops

    ok im trying to compile after changes we will see 1585094576 Ohh shit that work! Great thanks a lot broo!
  2. O

    Solved Paladins use mana rune and the auto-attack stops

    i don't get it in config.lua i add it now and test 1585093098 not working, potion spam and can't attack by distance weapon
  3. O

    Solved Paladins use mana rune and the auto-attack stops

    hmm, not for me <distance id="21690" level="8" unproperly="1" swing="true"> <!-- Triple Bolt Crossbow --> <vocation name="Paladin" /> <vocation name="Royal Paladin" showInDescription="0" /> </distance> <distance id="18436" unproperly="1" level="70" swing="true" /> <!--...
  4. O

    Solved Paladins use mana rune and the auto-attack stops

    is swing work on tfs 1.2?
  5. O

    Compiling Delay/Exhaustion on distance weapons

    same problem tfs 1.2 how to fix?
  6. O

    Solved Paladin attacking while using potion is bugged.

    tfs 1.2 same bug some help please?
  7. O

    TFS 1.X+ auto-afk script

    I'm looking for auto afk script. If player don't move more than 5 minuts, then upper his head will be effect AFK <--- message interval 3000(?) TFS 1.2 Tibia 10.98
  8. O

    tibia.pic

    Hello. Is it possible to change dimensions of image in tibia.pic? I have got tibia 10.98 and 576x448. I'm usinng elime's Pic Editor. And its ugly af.. Help :D or do you recommend other pic editors?
  9. O

    TFS 1.X+ cannot join game login.php

    What is going on? Login.php for 11.49 this is tibia 11.49 guys help please! Tfs 1.2 i see character list but if i want join server, server if OFFLINE login.php <?php require 'config/config.php'; // comment to show E_NOTICE [undefinied variable etc.], comment if you want make script and see...
  10. O

    TFS 1.X+ Server Running, but can't enter in game

    same problem same setting how to fix?
  11. O

    Tibia 11 Discussion(+Tutorial how to able to use it)

    What is going on? Login.php for 11.49 this is tibia 11.49 guys help please! Tfs 1.2 1584924336 now i change login.php for @chucky91 login.php (5 comments upper) now i see character list but if i want join server, server if OFFLINE 1584925665 login.php <?php require 'config/config.php'; //...
  12. O

    otclient debian 8 error

    /home/server/otclient/src/framework/core/filestream.cpp: In member function ‘voi d FileStream::cache()’: /home/server/otclient/src/framework/core/filestream.cpp:71:62: error: ‘PHYSFS_re adBytes’ was not declared in this scope...
  13. O

    [DEBIAN] Compile error help! OTClient and Physfs

    bump. Debian 8 1584909379 unsolved missclick.
  14. O

    EXP/Skill/ML Ring

    if ring and ring.itemid == 2203 || if ring and ring.itemid == 2220 it will work?
  15. O

    Item images 10.98

    Hello have someone host of items image? Index of / (http://item-images.ots.me) has only 10.92 i need ferbumbras' amulet, 25423.gif 26188.gif 25187.gif 25429.gif 25411.gif have someone this items? 1584826987 can i withdraw image by itemEditor 0.4? how to withdraw.gif?
  16. O

    Lua task questlog simple question

    <quest name="Monster Slayer" startstorageid="20001" startstoragevalue="1"> <mission name="Rotworm Slayer" storageid="20002" startvalue="1" endvalue="3"> <missionstate id="1" description="You are trying to help our server by killing monsters! Your quest now is: kill rotworms!"...
  17. O

    Lua task questlog simple question

    function task:new(player, npcHandler) if task:getCompleted(player) > 0 then player:setStorageValue(task.storage.questlog,2) task:reward(player, npcHandler) task:set(player, 0) return false end if task:onTask(player) > 0 then...
  18. O

    TFS 1.X+ task list in quest log UNSOLVED MISSCLICK

    Hello tfs 1.2 /data/npc/script/task.lua: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  19. O

    [Configuration] How to make a working Quest Log

    data/npc/scripts/nelly.lua:19: attempt to index global 'player' (a nil value) how tot fix?
  20. O

    [TFS 1.2] Automatic Task System

    Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/login.lua:onLogin data/lib/custom/task.lua:436: attempt to call method 'setCanceled' (a nil value) stack traceback: [C]: in function 'setCanceled' data/lib/custom/task.lua:436: in function 'dropTask'...
Back
Top