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

    TFS 0.X Dugeon System

    I want to make a full server based in dugeons but idk how to do, so i need some help I made this scripts by searching and coppy from others scripts, i need 5 things that i asked in comments -- how to So just ctrl+f in scripts "-- how to" in scripts Even help with 1 would help a lot...
  2. zabuzo

    TFS 0.X Quest random item in percent

    How to create a quest with randoms rewards in this percents? itemid | percent 2525 50% 4874 30% 2435 18% 2502 1% 2503 0.6% 2504 0.4%
  3. zabuzo

    Lua Dugeon System

    I do using the same source, are u using this lib? local g_Dungeons = { -- Dungeon(name, minLevel, maxLevel, rewards) Dragons = Dungeon("Dragons", 15, 30, {1100, 1101, 1102}) } function Dungeon(name, minLevel, maxLevel, rewards) local this = { name = name or "unamed"...
  4. zabuzo

    Lua Dugeon System

    Strange... Idk about this, but anyone else could show why if we use this lib: local g_Dungeons = { -- Dungeon(name, minLevel, maxLevel, rewards) Dragons = Dungeon("Dragons", 15, 30, {1100, 1101, 1102}) } function Dungeon(name, minLevel, maxLevel, rewards) local this = {...
  5. zabuzo

    Player Loot Rate

  6. zabuzo

    Lua Dugeon System

    It's freezing and not open after add: local g_Dungeons = { -- Dungeon(name, minLevel, maxLevel, rewards) Dragons = Dungeon("Dragons", 15, 30, {1100, 1101, 1102}) } local g_Dungeons = { -- Dungeon(name, minLevel, maxLevel, rewards) Dragons = Dungeon("Dragons", 15, 30, {1100...
  7. zabuzo

    Lua Dugeon System

    Did u know about 0.4 sources? Idk if the problem is i'm trying to convert or another problem... But using this: The server is not open, just freeze in: ./tfs [13:5:18.029] The Forgotten Server 0.4 [13:5:18.029] >> Loading config (config.lua) [13:5:18.056] >> Opening logs >> Loading Demon...
  8. zabuzo

    Lua Dugeon System

    @TheRatazana thank you so much to this base Fuck, i should say that i'm using 0.4 source pack (topic edited) So to use this i have to add data/lib/dungeon_system.lua local g_Dungeons = { -- Dungeon(name, minLevel, maxLevel, rewards) Dragons = Dungeon("Dragons", 15, 30, {1100, 1101...
  9. zabuzo

    Lua Dugeon System

    bump
  10. zabuzo

    Lua Dugeon System

    I miss dugeon system on OTs. I wanna make a server based in dugeon system. I made this pseudo code to this dugeon system: - 4 sqms (1 per vocation) - different IPs - a lot dugeons in same script - some tasks min/max lvl - 24 hours exausted per task (after in) - only 1 team per time - no logout...
  11. zabuzo

    TFS 0.X Problem on upgrade system

    WORKING THANKS!
  12. zabuzo

    TFS 0.X Problem on upgrade system

    Now no errors to open, but when i try to upgrade a item 17:19 You have upgraded plate armor to level +1 Plate armor still: 17:20 You see a plate armor (Arm:10). On console is printing this error: [17:21:30.376] [Error - Action Interface] [17:21:30.376] data/actions/scripts/upgrade.lua:onUse...
  13. zabuzo

    TFS 0.X Problem on upgrade system

    Still happen: [15:51:03.847] >> Opening logs [Error - LuaInterface::loadFile] data/lib/upgradesystem.lua:116: function arguments expected near '.' ^C
  14. zabuzo

    TFS 0.X Problem on upgrade system

    Thank you to help me again! But it's showing a error: [15:28:53.119] >> Opening logs [Error - LuaInterface::loadFile] data/lib/upgradesystem.lua:116: function arguments expected near '.'
  15. zabuzo

    TFS 0.X Problem on upgrade system

    bump
  16. zabuzo

    TFS 0.X Problem on upgrade system

    Using the stone 8300 when upgrade fail should back -1 lvl and remove the upgrade name... Only remove -1 if there is a upgrade, for example golden armor (def 14) if i fail 2x it back to 12 I got one sucess and one fail, it should be normal 21:54 You see a golden armor (Arm:14). But its showing...
  17. zabuzo

    TFS 0.X NPC sell someitens for gold some items for another coin

    Thank you to help me AGAIN!!!!!!!!
  18. zabuzo

    TFS 0.X NPC sell someitens for gold some items for another coin

    I think i'm doing something wrong, with your script is working, but with mine is not: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  19. zabuzo

    TFS 0.X NPC sell someitens for gold some items for another coin

    Thank you to still helping me, but sorry, i express myself wrong... The base a told before was to get this part you posted (that i had) + if you say 'trade' shows the normal old menu: <parameter key="module_shop" value="1"/> <parameter key="shop_buyable"...
Back
Top