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

    TFS 1.X+ Arena monster hooks?

    Hi, I need some ideas how to approach monster in the arena. I have three same arenas to not block players. So if one player enter arena he is teleported to one arena and globalStorage is set to 1. If another players wants to also enter arena he is teleported to the same looking arena but with...
  2. Q

    TFS 1.X+ Questlog issue

    I have this quest.xml : Then when I am talking with NPC I am setting those values like that : But in the client I see this : Instead of quests one two three I see this weird quest Three. Why and how to fix it? I want to have situation like this. When I talk with NPC I am starting...
  3. Q

    NPC Modal Window

    Hi, I want to have a dialog window for whole talk with NPC instead of writing. I saw that this is possible on other OTS so I think it should be also possible on mine TFS 10.98. Does anyone have some examples how to do it? What I mean is - when i say hi then the dialog window opens with...
  4. Q

    Is there a IP changer for Ubuntu 24?

    I am trying to find some IP chagner to play on Ubuntu. I've already started Tibia 8.6 on ubuntu and now I want to change ip so I can play on OTS. I can not find anything that is working.
  5. Q

    OTClient Suggestion where to start.

    Hello everyone, Year or two I've created an OTS and played with friends and I've abandoned it. Now I want to start some project for fun to learn how to make an OTS again from 0. Idea is 'simple'. This already I've done earlier but maybe something changed? - I want to be able to start...
  6. Q

    TFS 1.X+ Decrease player skill

    Hi, I'm playing with onEquip and onDeEquip methods and I want to add player a skills when he is wearing full set ( let's say leather set ) and decrease on unequiping one of the item from set. Is it possible? I was playing with : player:addSkillTries(SKILL_CLUB...
  7. Q

    TFS 1.X+ OnEquip arguments muliplies by 3?

    Hi, I'm playing with onEquip / onDeEquip methods and I don't know what is happening. This is my test code : And when I'm trying to get the slot number or item id all values are "multiplies" by 3. So for example: head slot should be 1 but it is 3 armor slot should be 4 but it is 12 and so...
  8. Q

    Solved [TFS] Undefined reference for lua_*

    Hello all, I was searching for that topic on this forum and found some threads but none was solving my issue :| I have a problem with undefined reference. During compiling everything works fine till 100% and then I get errors for undefined references for lua_* files. All packages I've always...
  9. Q

    Monster movement problem

    Hi, I have problem with my TFS engine. The problem is that some monsters which are immune to some elements ( fire, poiso etc. ) are avoiding them. For example dragon won`t step into fire field if he have clear path, without fire fields, to player. If he won`t have clear path then he will step...
  10. Q

    How to add new item with the same sprite?

    Hi, at first I must say that I was looking for some tutorial how to do it but the only things I've found was 'how to create new item with new sprite' or advices like "just do it in items.xml" and this is not working at all... So, I want to make crocodile boots to behave same like soft boots...
  11. Q

    TFS 1.3 - Tibia 8.6

    Hello everyone, I can`t find any information about how to start tfs 1.3 ( latest github version ) on Tibia client 8.6. I've found some posts that tfs is scalable ( ? ) to different tibia versions so I`m guessing that this is possible. So can anyone tell me how to start this tfs server for...
Back
Top