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

    [Poland] [12.64] Solteria | Custom Map | Low Rate | 18th June 18:00 CET

    In case you want to join with friends - remember to use our referral system for some bonuses!
  2. kamilcioo

    TalkAction task system tfs 1.3

    Seems like there is no party members distance check nor shared experience. You can invite whole server to party and afk in depot. If I remember correctly you don't have to do "if partyPlayer:getName() ~= player:getName() then" in creaturescripts since leader is not getting added in...
  3. kamilcioo

    [Poland] [12.64] Solteria | Custom Map | Low Rate | 18th June 18:00 CET

    Solteria.eu - one of the most advanced RPG server based on normal Tibia (no otclient - just clean Tibia) is going to launch 18th June 2021 at 18:00 (CET)! We were disappointed countless times with current state of RPG custom map servers for newer version of Tibia. We spent a lot of time on...
  4. kamilcioo

    Solteria - Development Thread

    Boss counter system on the website: Top 5 first time boss kills:
  5. kamilcioo

    Solteria - Development Thread

    There are custom items and monsters: About the custom spells, monsters do have them: There are many diffent bosses with miscellaneous mechanics. There is also dungeon system with reward room afterwards:
  6. kamilcioo

    TFS 0.X Some console errors related to tasks and movement script, any help?

    Start with making the script more readable: function onKill(cid, target, lastHit) if isPlayer(target) then return true end local started = getPlayerStartedTasks(cid) for _, id in ipairs(started) do if isInArray(tasks[id].creatures, getCreatureName(target):lower())...
  7. kamilcioo

    [TFS 1.3] [Revscriptsys] Easy to configure teleport room script

    15th line if player:yourVipFunction() then player:sendTextMessage(MESSAGE_EVENT_ADVANCE, 'You are not VIP.') return true end
  8. kamilcioo

    Solteria - Development Thread

    North east area got changed into arena where people can fight and others watch while training. https://i.gyazo.com/6ee5d185c07f1aee0748e7d86eb4709c.mp4
  9. kamilcioo

    Lua Simple NPC Trade TFS 1.3

    Check if user has money before looping.
  10. kamilcioo

    Quest system, no space no item TFS 1.3

    You can try this, it will also pack items to a bag if you write more than 1. Moreover it will tell how many cap player needs. if chest.item_reward then if #chest.item_reward == 1 then local reward = Game.createItem(chest.item_reward[i].itemid, chest.item_reward[i].count) if...
  11. kamilcioo

    Solteria - Development Thread

    Basic informations Greetings! We were disappointed countless times with current state of RPG custom map servers for newer versions of Tibia. We spent a lot of time on realizing our plans and likes from some other servers aswell as from other RPG games to make a server from players to players...
  12. kamilcioo

    Linux How to open my server every 07:25?

    run There should be while true too.
  13. kamilcioo

    Linux How to open my server every 07:25?

    #!/bin/bash echo "Hi, I'm sleeping for 25 minutes" sleep 1500 echo "Server is starting." ./tfs
  14. kamilcioo

    Solved [TFS 1.3] Create playerdata table of an offline player

    Save guid and send to inbox/depot. Make function like function OfflinePlayer:sendItemToDepot(params) get guid then send query end INSERT INTO `player_depotitems`(`player_id`, `sid`, `pid`, `itemtype`, `count`, `attributes`) VALUES...
  15. kamilcioo

    TFS 1.2 Crash

    Its better to start named session so you dont have to check numbers, like screen -S ots To restore: screen -xS ots
  16. kamilcioo

    Boss. Lever kick boss

    You forgot config. before params
  17. kamilcioo

    TFS 1.X+ TFS 1.3 Corpse causing freeze

    print('x') where x is next number starting from 1 in code every line. This way you will know which line freezes server.
  18. kamilcioo

    TFS 1.X+ TFS 1.3 Corpse causing freeze

    For starter put prints inside create_item talkaction and see where it exactly freezes.
  19. kamilcioo

    Boss. Lever kick boss

    Erm, write values in function's params.
Back
Top