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

    OTClient problem with spellbar otcv8

    I have a problem that I've tried to solve in several ways, but I think my knowledge wasn't sufficient. The problem is that when I reset a slot or change a hotkey spell, it duplicates. For example, if I press 1, the sword strike appears once. If I reset the slot and press 1 again, the sword...
  2. WikiArk21

    New Slot Item TFS 1.3 Problem

    I followed a tutorial here on the forum about new item slots, but I had to make some modifications to make it compatible with my TFS. However, there's a problem. When an item is equipped in the slot, the player logs out and logs back in, and the item is deleted from the slot. However, there was...
  3. WikiArk21

    OTClient how to change topmenu buttons?

    I made some small changes to my top menu, but one change I couldn't quite make work was centering the buttons on the screen instead of to the left or right. Does anyone know where I can make this change?
  4. WikiArk21

    OTClient Error in otcv8 roulette module

    I found a roulette system similar to Counter-Strike's chest roulette. It was for TFS 0.3, but I managed to make the server-side modifications. However, the client-side doesn't display the roulette it should; it simply doesn't appear. Does anyone know why? I'll leave the files on the client side...
  5. WikiArk21

    TFS 1.X+ Attack attribute on shields

    I noticed that it's possible to add an attack to the shield, which appears in the look, but that damage isn't calculated in the final damage. Does anyone have an explanation for this? And where do I need to change it so that the shield's attack is accounted for?
  6. WikiArk21

    TFS 1.X+ Item Reroll rarity TFS 1.3

    I'm using this system here, which works very well for its purpose. CreatureEvent - [TFS 1.3 / 1.4] Upgrade System (https://otland.net/threads/tfs-1-3-1-4-upgrade-system.264672/) However, I tried to create this script to reroll the rarity of a certain item, but I wanted to know if there is any...
  7. WikiArk21

    TFS 1.X+ help to decrease or remove lag from this script

    I was making a script for the posts and similar to change from on to off at a certain time on the server, but this causes a lag in the time. Is there any way to reduce this lag or even eliminate the lag altogether? Remembering that this is a globalevents local LIGHT_ON_TIME = 18 local...
  8. WikiArk21

    OTClient Chat window bug (console)

    magically out of nowhere my chat got bugged like this, I've already changed it to backup versions and it still has the same bug. It doesn't show any errors in the distro, could someone give me a light on where this problem might be happening? I left my game_console attached in case needed
  9. WikiArk21

    OTClient Button PvP Mode Change | OtClientV8

    I have a different inventory than the conventional one, but it doesn't have a button to disable or activate pvp. How do I make this change? InventorySlotStyles = { [InventorySlotHead] = "HeadSlot", [InventorySlotNeck] = "NeckSlot", [InventorySlotBack] = "BackSlot", [InventorySlotBody] =...
  10. WikiArk21

    Quickloot TFS 0.4 REV 8996

    I am trying to make a quickloot for my server, and I have partially succeeded, but it pulls one item for each click on the monster's body. How can I fix this error? It is an action, etc.
  11. WikiArk21

    TFS 0.X ERROR: invalid encrypted network message | OTCV8 and TFS 0.4

    How do you solve this problem for tfs 0.4? All the answers I found were only for tfs 1.x
  12. WikiArk21

    TFS 0.X outfit changing when relogging | TFS 0.4 Tibia 8.6

    Could anyone help me with this error? The character's outfit changes to a completely different one when he relogs, the vocation remains as it should be, but only the outfit changes and that shouldn't be happening
  13. WikiArk21

    OTClient Letter Cores (OTCV8)

    I'm trying to change the color of these letters to black, but I couldn't. Which file do I need to modify? Source? Modules? Regardless of where it is, I have both. I just need someone to guide me to where the file is to be modified and change this color to another one.
  14. WikiArk21

    Erro in MoveMents | TFS 0.4 REV 3996

    this script is pointing out this error. Does anyone know how to solve the problem? this is the script: this is the erro
  15. WikiArk21

    MOD Vip | REV 3996 TFS 0.4

    I installed a VIP MOD from the forum, but it's giving me this error: here is the mod: [MOD] Vip System (https://otland.net/threads/mod-vip-system.96000/) what is the solution to this problem?
  16. WikiArk21

    script does not work correctly | TFS 0.4 REV3996

    I tried to make a script that increases the player's skill as he walks on a floor, but it only worked once and didn't work again. It doesn't show errors in the distro, did I make a mistake somewhere in the script for this to happen?
  17. WikiArk21

    Dodge Skill (TFS 0.4 REV 3996)

    I found a dodge script on internet forums, but it does not have the necessary tags. I know it's for creaturescripts, but which tag should be added?
  18. WikiArk21

    Fist Skill e Fishing Skill (TFS 0.4)

    On my server I have two skills that are not used (fist skill and fishing) I would like to know if there is a way to modify the source so that fist skill increases damage and fishing increases the character's dodge and if it is possible, how to do it? TFS 0.4 REV 3996
  19. WikiArk21

    Can anyone help me remove this motd?

    This motd appears every time I log on to the server, I've looked through all the folders and still can't find it. Does anyone have the slightest idea of where the script to be removed might be? TFS 0.4 REV 3777 | Server 8.6
  20. WikiArk21

    set maximum level (tfs 0.4)

    I was looking for a script to implement a level-up lock that is only released if a certain storage is present. While searching forums, I found the script below, but it's designed for TFS 1.x. I would like it to be adapted for TFS 0.4. How can I do that? -- Put this in data/global.lua function...
Back
Top