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

tfs

  1. J

    Autoloot TFS 1.5 problem

    Hello guys I have problem because When players have a autoloot on can not logout no errors in console just players a got information You Cannot logout this event My srcript is -- !autoloot clear -- !autoloot list -- !autoloot add, itemName / ex: !autoloot add, fire sword --...
  2. J

    Exhaust for commands

    Hello I use TFS 1.5 by nekiro , And I have question How I can add exhaust to Commands !aol !bless etc, for 2 seconds??
  3. J

    MAx item per tile tfs 1.5

    Hello guys I try make max items per tile and I have error Lua Script Error: [Event Interface] data/events/scripts/player.lua:Player@onMoveItem /home/ots/data/scripts/maxtile.lua:8: attempt to call method 'getTile' (a nil value) stack traceback: [C]: in function 'getTile'...
  4. J

    Small Upgrade system tfs 1.5

    Hello Guys I have Problem with Upgrade system Can you help me please? Lua Script Error: [Scripts Interface] /home/ots/data/scripts/custom/small_upgrade_system.lua:callback /home/ots/data/scripts/custom/small_upgrade_system.lua:629: attempt to index local 'attacker' (a nil value) stack...
  5. J

    Myacc tfs1.5 shop problem

    Hello Guys I have problem When I try buy item in shop I take (send item to player I have error Exception class: PDOException() SQLSTATE[HY000]: General error: 1364 Field 'login' doesn't have a default value File: /var/www/html/ots/system/libs/pot/OTS_Base_DB.php Line: 86 Backtrace: #0...
  6. J

    Myacc tfs 1.5 problem

    Hello Guys I have problem ,when I click on Character in on my website Because I wouldlike see What have eq skills etc I have error like that How I can Fix It ? 1700386671 I use this sql CREATE TABLE IF NOT EXISTS `player_deaths` ( `player_id` int NOT NULL, `time` bigint unsigned NOT NULL...
  7. J

    Guild War tfs 1.5 problem

    Hello guys i Have problem with war system I can sent war invite but I can not accept is write 'You dont have invite to war , when i Write /war invite ,nameguild,88 I have error [Error - mysql_real_query] Query: SELECT `id` FROM `guild_wars` WHERE (((guild1 = 1 AND guild2 = 3) OR (guild1 = 3...
  8. SalvaART

    C++ Push BAG delay when move

    Hello everyone! I have a little problem on TFS 1.5 7.72 downgraded by Nekiro. When i move i can't push bag and other items, here is delay around 1-2 sec. When i stay i can push without delay. https://gyazo.com/9cc438765e8c7c2e8596f5eda2ad62aa Someone know how to disable this delay and make it...
  9. SalvaART

    OTClient OTClient - Black screen after compiling in Object Builder

    Source: Nekiro 7.72 downgrades 1.5 TFS Problem: Hello after compiling in Object Builder my sprites from 740 to 760 or 770 after login to game i have black screen and can't see anything. Someone can explain me how to make it good and worth? I think here is problem with my items - propably i...
  10. SalvaART

    Compiling TFS 7.72 - Read map from 7.4

    Hello someone can explain me how to change otmb reader from 7.60-8.40 version to 7.40 map file? Quick info: On version map 7.60-8.40 i have bad sprites, grounds, and more On version 7.40 everything is okay and i want run my TFS with this version (7.40) When i open original Nekiro world.otmb...
  11. J

    Extraloot tfs1.5 problem

    Hello guys I have problem when Player try login I have error in console and can not login error Lua Script Error: [Scripts Interface] /home/ots/data/scripts/loot.lua:callback /home/ots/data/scripts/loot.lua:59: attempt to concatenate field 'extraloot' (a nil value) stack traceback...
  12. J

    Pay exp for Time Problem

    Hello guy I use Tfs 1.5 And when I click on lever I have this error in console How I can fix it? error Lua Script Error: [Action Interface] data/actions/scripts/online/exp3.lua:onUse luaAddEvent(). Argument #3 is unsafe stack traceback: [C]: in function 'addEvent'...
  13. J

    Snowball tfs 1.5 Problem

    Hello Guys I use Tfs 1.5 Tibia 8.60 And I have problem because to teleport players from waiting room to event map and I have error in console Like that Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) attempt to index a nil value stack traceback...
  14. J

    Castle 24 tfs 1.5 Problem

    Hello Guys I have Problem With Lever Script when Players Click on lever from Castle is error Lua Script Error: [Action Interface] data/actions/scripts/castlewarlever.lua:onUse data/actions/scripts/castlewarlever.lua:54: attempt to concatenate global 'guildname' (a boolean value) stack...
  15. J

    Autoloot problem tfs 1.5

    Hello Everyone I have problem with Autoloot because I would like add to my server and I try and have errors like thats When I say !loot add, gold or remove or something like that Lua Script Error: [TalkAction Interface] data/talkactions/scripts/auto_loot.lua:onSay...
  16. J

    Problem with npc missions

    Hello guys I move my server from tfs 0.4 to 1.5 by nekiro and I have little problem can somebody help me ?please error Lua Script Error: [Npc interface] data/npc/scripts/island.lua:onCreatureSay data/npc/scripts/island.lua:82: attempt to call global 'getItemInfo' (a nil value) stack traceback...
  17. J

    Weapon problem

    Hello guys I Work on tfs 0.4 but I was have a crash server and I move my server to tfs 1.5 and little bit I have problem I have custom script on arrow and have a problem like that data/weapons/scripts/arroww.lua] Function setCombatCondition was renamed to addCombatCondition and will be removed...
  18. J

    MaxPacketPersecond

    Hello everyone I would like Add to TFS 0.4 Tibia 8.60 MaxPacketPersecond When Players Do something on server (Try Crash ,Autofollow etc) Player willbe Logoaut Can somebody help me please?because I have problem
  19. J

    Autoloot Problem tfs 0.4

    Hello Guys I have problem with autoloot TFS 0.4 Tibia 8.6 When Player Died I see error in console Like that My Script is: local tabela = {} local function getPlayerList(cid) local tab = {} if getPlayerStorageValue(cid, 442002) ~= -1 then table.insert(tab...
  20. chucky91

    TFS 8.60 with Cast System

    I modified this project to compile on Windows without using cmake's automatic configuration, however it is not compiling on Ubuntu in cmake. The original project does not compile on Windows or Ubuntu. If someone more experienced in Linux compilation could look into it. It's a good server with...
Back
Top