• 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!

Recent content by QuickLearner

  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

    Thanks guys. I will check both. For now I know that the first one is working. @Mateus Robeerto I will check yours tommorow because I like it better.
  4. 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...
  5. 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.
  6. 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...
  7. Q

    TFS 1.X+ Decrease player skill

    Ok. I get it. Everything is working just fine :) Thanks for help :)
  8. Q

    TFS 1.X+ Decrease player skill

    That looks super and it looks even better of what I wanted to do but I don't know where I should put it and how to handle that file? I've just copied this file into events directory but then what? Edit: I just saw your comments on the next pages. I need to convert it into separate scripts...
  9. 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...
  10. 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...
  11. Q

    Solved [TFS] Undefined reference for lua_*

    Hi, thanks for answer. I didn't used your fix. I don`t know why but I just reset whole VPS to the default values and do >> Exactly the same step I've done earlier << and now it is working. I don`t have any idea why and how... :| I can`t even provide how I fixed it to make it easier for other...
  12. 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...
  13. Q

    Monster movement problem

    Ok, so I do not have any canwalkonfire in monster.cpp. I've found in TFS github commit "Fix monsters walking over fields.". Clone repository with this commit hash and now my Tibia is for 10.98 :D So I assume that I need to manually copy this files from commit into my working 8.6 engine...
  14. Q

    Monster movement problem

    Forgotten Server version : 1.2 Tibia 8.6 I won`t include the script with the problem because I`ve asked where I can find script in which problem could be.
  15. 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...
Back
Top