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

    Lua [SQL] -=[TFS]=- 0.4 8.60 ERROR ON CONSOLOE GUI

    When the player performs an action on the creature, it gives this error on the console.
  2. samuel157

    Lua [SQL] -=[TFS]=- 0.4 8.60 ERROR ON CONSOLOE GUI

    CreatureScript - <event type="statschange"
  3. samuel157

    Lua [SQL] -=[TFS]=- 0.4 8.60 ERROR ON CONSOLOE GUI

    <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <!-- Offline Training --> <event type="logout" name="CTFLogout" event="script" value="CTF.lua"/> <!-- CTF --> <event type="combat" name="CTFCombat" event="script" value="CTF.lua"/> <!-- CTF --> <event...
  4. samuel157

    Lua [SQL] -=[TFS]=- 0.4 8.60 ERROR ON CONSOLOE GUI

    [29/07/2023 17:43:47] [Error - CreatureScript Interface] [29/07/2023 17:43:48] buffer:onStatsChange [29/07/2023 17:43:48] Description: [29/07/2023 17:43:48] (luaGetThingPosition) Thing not found
  5. samuel157

    Lua -=[TFS]=- 0.4 8.60 How can i add channel no need to touch the source

    OK. The path only in the same source...
  6. samuel157

    Lua -=[TFS]=- 0.4 8.60 How can i add channel no need to touch the source

    <channel id="15" name="Death Channel"/> <channel id="13" name="Loot" logged="yes"/> <channel id="12" name="Report Bugs" logged="yes"/> <channel id="9" name="HELP" logged="yes"/>
  7. samuel157

    Suggestion !OTLAND THE BEST FORUM OF TIBIA!.

    This forum is perfect and has always been perfect otland 4ever. Best board game forum called Tibia. From vbulletin until today XenForo best choices and best Staff. Outside the Projects as: TFS, OTCLIENT, REMERE'S ZNOTE AAC, MYAAC, GESIOR AAC MODERN AAC AND TFS FLAGS CALCULATOR ETC. OTLAND 17...
  8. samuel157

    Welcome to new Staff Members!

    These new team members are very friendly and helpful.
  9. samuel157

    Lua [SQL] -=[TFS]=- 0.4 8.60 How to click on one item and show message doPlayerPopupFYI

    How to click on one item and show message doPlayerPopupFYI
  10. samuel157

    Lua -=[TFS]=- 0.4 8.60 How do I get started with skills 0

    -=[TFS]=- 0.4 8.60 How do I get started with skills 0 Puts starting skills 0 I use sqlite
  11. samuel157

    Lua -=[TFS]=- 0.4 8.60 Error Script

    thanks solved.
  12. samuel157

    Lua -=[TFS]=- 0.4 8.60 Error Script

    local config = { levelscrit = 100, --- leveis que terão storagecrit = 48903 -- storage que será verificado } function onUse(cid, item, fromPosition, itemEx, toPosition) local criticalLevel = getPlayerStorageZero(cid, config.storagecrit) local thingPos = getThingPos(cid) if...
  13. samuel157

    -=[TFS]=- 0.4 8.60 Need of Script What Show Message Login Server of player.

    @Otlandserv no function. add down of end registerCreatureEvent
  14. samuel157

    -=[TFS]=- 0.4 8.60 Need of Script What Show Message Login Server of player.

    Need of Script What Show message in orange every time I log in to ot. Need of Script What Show Login Server do player. Login Here It is yours 1 login to ots. Login Here It is yours 2 login to ots. etc...
  15. samuel157

    Lua -=[TFS]=- 0.4 8.60 ERROR ON SCRIPT SHOE ERROR ON CONSOLE

    @chucky91 [15/06/2023 22:15:26] [Error - LuaScriptInterface::loadFile] data/creaturescripts/scripts/vipsystem.lua:13: unexpected symbol near ',' [15/06/2023 22:15:26] [Warning - Event::loadScript] Cannot load script (data/creaturescripts/scripts/vipsystem.lua) [15/06/2023 22:15:26]...
  16. samuel157

    Lua -=[TFS]=- 0.4 8.60 ERROR ON SCRIPT SHOE ERROR ON CONSOLE

    vipacess: -- configs templepos = {x=154,y=51,z=7} cityid = 1 -- end configs function onLogin(cid) timenow = os.time() viptime = getPlayerStorageValue(cid,13545) quantity = math.floor((getPlayerStorageValue(cid,13545) - timenow)(360024)) if quantity = 0 and viptime 0 then...
  17. samuel157

    Lua -=[TFS]=- 0.4 8.60 NO SHOW CONTDOWN OF USE ITEM ACESS AREA NO SHOW TIME DISPLAY SCRIPT BUGUED

    @Mateus Robeerto [12/06/2023 16:35:47] [Error - Action Interface] [12/06/2023 16:35:47] data/actions/scripts/access.lua:onUse [12/06/2023 16:35:47] Description: [12/06/2023 16:35:47] data/actions/scripts/access.lua:71: attempt to call global 'temporaryStorageIncrease' (a nil value) [12/06/2023...
Back
Top