• 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. Fabi Marzan

    Hitcolor for TFS 1.5

    @Loney yes, I have seen it and there is no exact solution, at least in post n. #2 I have tried to follow the steps and still the hitcolor does not work for me, I do not get an error when compiling but I do not get the color when doing damage. In publication n. #1, the links are down and I didn't...
  2. Fabi Marzan

    RevScripts throw items delay

    @Roddet @Xikini, thanks, now it works for me.
  3. Fabi Marzan

    RevScripts throw items delay

    It didn't work for me, it still lets me drop objects under me... am I doing something wrong? create a new file and put it inside /scripts/eventcallbacks/player.
  4. Fabi Marzan

    Hitcolor for TFS 1.5

    Is there a way I can add hitcolor for TFS 1.X? setCombatParam(combat, COMBAT_PARAM_HITCOLOR, 95) When using the command of a 0.X it does not work for me (the damage does not come out). Put this other code: combat:setParameter(COMBAT_PARAM_HITCOLOR, TEXTCOLOR_ORANGE) I see that my ot does not...
  5. Fabi Marzan

    RevScripts throw items delay

    That system is very useful, but is there another one that doesn't allow you to drop certain items under you? That you can't pull under your feet or the other player's... to eliminate the anti push completely.
  6. Fabi Marzan

    TFS 1.X+ Error "Argument #3 is unsafe" in Spells (Addevents)

    Use: TFS 1.X (1.3) Very well, I have a problem with a spell that when I execute it I get the following error: The scripts that I use: local combatOne = createCombatObject() setCombatParam(combatOne, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatFormula(combatOne...
  7. Fabi Marzan

    Error "IsInArray" TFS 1.5 - Downgrade

    I checked and it already brought the function, but it keeps throwing me an error. 1644631640 EDIT: Thanks, fixed, I had an oversight that had to activate it. I thought the base had it activated. Thanks for answering
  8. Fabi Marzan

    Error "IsInArray" TFS 1.5 - Downgrade

    I have been implementing a training exercise for 8.60, when trying it I get an "IsIn Array" error... I have another server that is TFS 1.3 - Downgrade and it works perfectly, I don't know what I have to add to 1.5 to make it work, since the base is new.
  9. Fabi Marzan

    Problem Loot (Bag) in TFS 1.3

    @Nekiro If the tfs I have is customized by a server called "Baiak Thunder" that the console brought me and I used it for my project since it contained already implemented systems. And maybe that's why I have that problem with the bag. I already made that solution of removing monster bags, since...
  10. Fabi Marzan

    Problem Loot (Bag) in TFS 1.3

    If I was also thinking about that and I will have to, thank you for answering.
  11. Fabi Marzan

    Problem Loot (Bag) in TFS 1.3

    Hello I have a problem with the loot that when I kill the monster that contains a bag it does not tell me what is inside the bag. Some more explanatory images: The monster has a bag inside.. When I kill the monster, it doesn't tell me what's inside the bag.. As you saw, it does not tell...
  12. Fabi Marzan

    Compiling Error Compiling TFS 1.4 8.60

    @Nekiro Now that you tell me that, my tfs 1.3 is not that old, that is, 2 days ago I went from otx2 to 1.3 because I already needed an improvement to my ot, so in those 2 days I put a couple of basic systems, but now that you tell me That about having a couple of errors, I'd better stay at 1.4...
  13. Fabi Marzan

    Compiling Error Compiling TFS 1.4 8.60

    Do you recommend going to 1.4? I have a very advanced 1.3 already with systems but I don't know if I should go to 1.4...
  14. Fabi Marzan

    Compiling Error Compiling TFS 1.4 8.60

    Done, thanks for both of you @Ramon Bernardo @Nekiro, A question to take advantage of that version 1.4 is not the same as 1.3, I compiled it and it tells me 1.3, so it doesn't change much or what?
  15. Fabi Marzan

    Compiling Error Compiling TFS 1.4 8.60

    @Nekiro I put it like this and it keeps giving me the error.
  16. Fabi Marzan

    Compiling Error Compiling TFS 1.4 8.60

    Use: Visual Studio Community 2019 When compiling had a problem that I don't know why the error is due, I get this error.
  17. Fabi Marzan

    OTClient Error when killing a monster

    I spent some time using the Otclient and added more sprites, which in the oldclient does not even allow me to open it for such a problem that it does not find the tibia.dat and I also try to open it extended. I thought it could also be the body, but not whatever object I put on it, I get an...
  18. Fabi Marzan

    OTClient Error when killing a monster

    I have the problem that when I kill a monster it freezes and I get an error. I thought it was Otclient but tried it with oldclient anyway and it was debugged by killing it. But I think it is mostly a problem with the Tibia.dat which says it is 4096 sprites in size or something like that.
  19. Fabi Marzan

    TFS 0.X Critical Hit Effects for Each Vocation

    OTX 2 I was looking to make a Critical Hit for each Vocation, that is, when a vocation for example a Kina makes a Critical Hit it has an effect, and a paladin when making a critical hit makes another effect for each vocation. I have a scripts as an example but it would only be necessary to...
Back
Top