• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. J

    Auto Blessing problem

    Hello guys I have Problem With Script :Auto blessing in [MODS] I use tfs 0.4 tibia 8.6 ERROR My Script is <?xml version="1.0" encoding="UTF-8"?> <mod name="Automatic Bless and Aol and Removing Talents" version="1.0" author="GarQet" contact="http://otland.net/members/garqet.30076/"...
  2. J

    Problem autoloot

    When Player Died I have error in console like taht [22:31:20] [Error - CreatureScript Interface] [22:31:20] In a timer event called from: [22:31:20] data/creaturescripts/scripts/autoloot.lua:onKill [22:31:20] Description: [22:31:20] (internalGetPlayerInfo) Player not found when requesting player...
  3. J

    Npc Problem Help Please

    Can any one help me please?
  4. J

    Npc Problem Help Please

    I have this error I use tfs 0.4 How I can Fix it guys ?tibia 8.6 my script is local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, count, transfer = {}, {}, {} function onCreatureAppear(cid)...
  5. J

    Exhaust follow problem

    Hello guys I have problem I use tfs 0.4 tibia 8.6 and I wouldlike add exhaust for Follow How I can do it? Because I have problem With Players who make lags
  6. J

    New Ooutfits Tfs 0.4 Problem

    I have in protocolgame.cpp like that 1695469847 In Outfit.h I find like that but when I change #define OUTFITS_MAX_NUMBER 25 TO #define OUTFITS_MAX_NUMBER 35 When I try choose addon is debug in tibia client
  7. J

    New Ooutfits Tfs 0.4 Problem

    Hello guys I use TFS 0.4 tibia 8.6 and I Have 25 Addons When I add one more so is 26 I cant see last one (new addon) and this is maximum or I can add more?? my script Outfits.xml is: <?xml version="1.0"?> <outfits> <outfit id="1"> <list gender="0" lookType="136" name="Citizen"/> <list...
  8. J

    !pz tfs 0.4 Tibia 8.6 problem

    Working :)))Thank you Bro ,SOLVED
  9. J

    !pz tfs 0.4 Tibia 8.6 problem

    :)
  10. J

    !pz tfs 0.4 Tibia 8.6 problem

    Thank bro for your time ,and I can not compile because I have this error /usr/include/lua5.1/lua.h:258:30: note: in expansion of macro ‘lua_pushcfunctio ’ 258 | #define lua_register(L,n,f) (lua_pushcfunction(L...
  11. J

    !pz tfs 0.4 Tibia 8.6 problem

    I dont know how I can fix it;/
  12. J

    !pz tfs 0.4 Tibia 8.6 problem

    ok thanks moment please I try compile 1695303293 So I add this to luascript.cpp and is error so I have put his the same to luascript.h? or deleted it in cpp and add to luascript .h? 1695304930 When I put this int32_t LuaScriptInterface::luaGetInFightTicks(lua_State* L) { Creature* creature...
  13. J

    !pz tfs 0.4 Tibia 8.6 problem

    So i Do something wrong?,and I use tfs 0.4 this man use tfs 1.0 1695301625 So bro How I can declare in file luascript.h? I have PAste the same ? int32_t LuaScriptInterface::luaGetInFightTicks(lua_State* L) { Creature* creature = g_game.getCreatureByID(cid); Condition* condition =...
  14. J

    !pz tfs 0.4 Tibia 8.6 problem

    yes I add this one to luascript.cpp int32_t LuaScriptInterface::luaGetInFightTicks(lua_State* L) { Creature* creature = g_game.getCreatureByID(cid); Condition* condition = creature->getCondition(CONDITION_INFIGHT, (ConditionId_t)CONDITION_INFIGHT); if(creature) {...
  15. J

    !pz tfs 0.4 Tibia 8.6 problem

    up:(
  16. J

    events timer

    Hello I use TFS 0.4 and I have problem with timer events script I have Error in console and script not working can anyone help me ?please my script in globalevents is : local EventsListalist = { {time = "01:00", name = "Snowball Event"}, {time = "02:00", name =...
  17. J

    !frags problem tfs 04 3777

    Hello guy I use tfs 0.4 tibia 8.6 And When Player have Redskull I remove Comand !remove skull Script --- skull remover by kakilo - quinto script function onSay(cid, words, param, channel) if (getCreatureSkullType(cid) == SKULL_BLACK) then if doPlayerRemoveMoney(cid, 100000000) then...
  18. J

    !pz tfs 0.4 Tibia 8.6 problem

    When I compile I have error /home/ots/src/luascript.cpp:9333:9: error: ‘LuaScriptInterface’ has not been dec lared 9333 | int32_t LuaScriptInterface::luaGetInFightTicks(lua_State* L) |...
  19. J

    !pz tfs 0.4 Tibia 8.6 problem

    is the same [3:40:31] [Error - TalkAction Interface] [3:40:31] data/talkactions/scripts/pz.lua:onSay [3:40:31] Description: [3:40:31] data/talkactions/scripts/pz.lua:6: attempt to call global 'getInFightTicks' (a nil value) [3:40:31] stack traceback: [3:40:31]...
  20. J

    !pz tfs 0.4 Tibia 8.6 problem

    Hello Guys I use Script function onSay(cid, words, param, channel) if not getCreatureCondition(cid, CONDITION_INFIGHT) then -- before is hasCondition. return doPlayerSendCancel(cid, "You Don't Have Pz") and doSendMagicEffect(getThingPos(cid), 2) end doPlayerSendTextMessage(cid...
Back
Top