• 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 New Tibia Client

    Hello, last time i work on tfs 0.3.6 and tfs 1.2. What engine should i use for new tibia clients? I want run my real tibia server. It is possible?
  2. O

    Lua delay creaturesciprt addevent

    Yo guys. I'm new in lua but i have a question: function onDeath(creature, corpse, killer, mostDamageKiller, lastHitUnjustified) addEvent(teleport, 5000, player:getId(), rewardRoom) rewardRoom:sendMagicEffect(CONST_ME_TELEPORT) killer:unregisterEvent("bossroom death")...
  3. O

    TFS 1.X+ TFS 1.2 party spells no damage/battle damage

    Hello. I'm using tfs 1.2 Is is possible to change script creature.lua function Creature:onTargetCombat(target) if not self then return true end if self:isPlayer() and target:isPlayer() then local party = self:getParty() if party then local...
  4. O

    TFS 1.X+ Bless work incorrect TFS 1.2

    Hello. Config.lua (i added it manualy) blessings = true blessingOnlyPremium = true blessingReductionBase = 99 blessingReductionDecrement = 99 eachBlessReduction = 99 talkactions/scripts/bless.lua function onSay(cid, words, param) local bless = {1, 2, 3, 4, 5} local cost =...
  5. 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
  6. 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?
  7. 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...
  8. 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...
  9. 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?
  10. 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...
  11. 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...
  12. O

    TFS 1.X+ Spell Interface fuction getTargets a nil value

    TFS 1.2 Lua Script Error: [Spell Interface] data/spells/scripts/monster/silencer_skill_reducer.lua:eek:nCastSpell data/spells/scripts/monster/silencer_skill_reducer.lua:14: attempt to call method 'getTargets' (a nil value) stack traceback: [C]: in function 'getTargets'...
  13. O

    in function 'addCondition'

    data/spells/scripts/monster/renegade knight.lua:9: attempt to call method 'addCondition' (a nil value) stack traceback: [C]: in function 'addCondition' data/spells/scripts/monster/renegade knight.lua:9: in main chunk [Warning - Event::checkScript] Can not load script...
  14. O

    AAC How to enable News Ticker/News TickerBox?

    How to enable News Ticker/News TickerBox? I don't have it on website its probably hidden. Where can i set it ON? Gesior 2012 tfs1.2
  15. O

    [DEBIAN] Compile error help! OTClient and Physfs

    Hello. root@vps800535:/home/otclient/build# make [ 1%] Building CXX object CMakeFiles/otclient.dir/src/framework/core/filestream.cpp.o then /home/otclient/src/framework/core/filestream.cpp: In member function ‘void FileStream::cache()’: /home/otclient/src/framework/core/filestream.cpp:71:62...
  16. O

    PHP script infinity online

    $position = 1; foreach($SQL->query('SELECT players.name, players.level, players.id, players_online.player_id FROM players,players_online ORDER BY players.level DESC LIMIT 8') as $i => $data) { echo $position ...
  17. O

    TFS 1.X+ migration/26.lua don't exist

    Hello. When i turn on server i got error [Error - DatabaseManager::updateDatabase - Version: 26] cannot open data/migrations/26.lua: No such file or directory i don't have a 26.lua somebody can send me it? I did research on forum and google Thanks!
  18. O

    [TFS 1.3] lost items after server restart from HOUSES

    Hello. I have problem. If i restart the server, some items are lost from houses. If someone drop crossbows, or if i create a item for him (/i crystal coin). It will lost after server restart from ground on house. Any ideas? (0 errors in consol)
  19. O

    [TFS 1.3] skills don't grow up. That's wrong?!

    Hello. I have a problem. Knight can't skill. Axe block probably on 18. Slowly skills i can't change it! Tfs 1.3 Config.lua -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 5 rateSkill = 2 rateLoot = 2 rateMagic = 3 rateSpawn = 1 vocations.xml...
  20. O

    [TFS 1.3] potions.lua heal by level how to do?

    local berserk = Condition(CONDITION_ATTRIBUTES) berserk:setParameter(CONDITION_PARAM_TICKS, 10 * 60 * 1000) berserk:setParameter(CONDITION_PARAM_SKILL_MELEE, 5) berserk:setParameter(CONDITION_PARAM_SKILL_SHIELD, -10) berserk:setParameter(CONDITION_PARAM_BUFF_SPELL, true) local mastermind =...
Back
Top