• 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

    [TFS 1.2] Automatic Task System

    Hey can somebody change this? When player type !task NAME he will see how many he killed? big spam on chat now. 1584582175 @@ UPDATE it did it lib/custom/task.lua: function tasks:onKill(player, target) isTaskCreature, currentTask = tasks:killedCreatureIsTaskMonster(player, target)...
  2. O

    Feature Auto Loot [TFS 1.3]

    [ 1%] Building CXX object CMakeFiles/tfs.dir/src/actions.cpp.o In file included from /home/tfs2/src/game.h:31:0, from /home/tfs2/src/actions.cpp:26: /home/tfs2/src/player.h:1189:8: error: ‘set’ in namespace ‘std’ does not name a template type std::set<uint32_t> autoLootList...
  3. 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'...
  4. O

    in function 'addCondition'

    i change compat.lua for that what u said and i got errors. that's why i decided to reback my compat and tried @Lessaire script and that worked without errors (im not good in scripting enought yet) but cheers for helping me guys. 1584575510 @@update new problem Lua Script Error: [Spell...
  5. O

    in function 'addCondition'

    thanks, cheers
  6. O

    in function 'addCondition'

    Now i got full consol of errors: Lua Script Error: [Test Interface] data/spells/scripts/support/swift_foot.lua data/lib/compat/compat.lua:120: attempt to call field 'addCondition' (a nil value) stack traceback: [C]: in function 'addCondition' data/lib/compat/compat.lua:120: in...
  7. 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...
  8. O

    Solved New.. problem T.T War system Gesior debug

    how to do this?
  9. O

    AAC How to enable News Ticker/News TickerBox?

    i got it and? I don't have news ticker box on website 1584537048 in latestnews.php //show tickers if any in database or not blocked (tickers limit = 4) $tickers = $SQL->query('SELECT * FROM `z_news_tickers` WHERE hide_ticker != 1 ORDER BY date DESC LIMIT 4;'); $number_of_tickers = 0...
  10. O

    Tibia 10 Custom Client: Disable Update Message + MC + Your IP

    3.- Reemplaza las siguientes cosas: [código] Offset: 13EF52 Cambio: E8 D6 A2 24 00 Para: B8 00 00 00 00 Offset: 27A94 Cambio: 6A 00 6a 00 6A 4D EB 26 Para: 90 90 90 90 90 90 EB 2B Desplazamiento: 29700 Cambio: 6A 00 6A 01 6A 4D E8 C3 9F 18 00 Para: 90 90 90 90 90 90 90 90 90 90 90 [/ código]...
  11. 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
  12. O

    Lua Enable news ticker?

    Bump (lol 2020 and i still don't know tfs 1.2 gesior 2012 latest version)
  13. 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...
  14. O

    Lua promotion npc

    tfs 1.2 data/npc/lib/npcsystem/npchandler.lua:408: in function 'onCreatureSay' data/npc/scripts/promotion.lua:7: in function <data/npc/scripts/promotion.lua:7>
  15. O

    Tibia 10.98 custom client

    do not work for my 10.98 string ot found any ideas? 1584483664 i can't find this on hex tibia 10.98 help!
  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.3] potions.lua heal by level how to do?

    @Evil Puncker local ultimateHealthPot = 8473 local greatHealthPot = 7591 local greatManaPot = 7590 local greatSpiritPot = 8472 local strongHealthPot = 7588 local strongManaPot = 7589 local healthPot = 7618 local manaPot = 7620 local smallHealthPot = 8704 local antidotePot = 8474 local...
  18. 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!
Back
Top