• 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 managed to get both the server side and the client side working, it was just my lack of attention.
  5. 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...
  6. WikiArk21

    TFS 1.X+ Attack attribute on shields

    I looked at both answers and they both gave me some guidance on how to do this, and I managed to do it. Thanks, guys.
  7. 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?
  8. WikiArk21

    TFS 1.X+ Item Reroll rarity TFS 1.3

    cleared my mind and I had to take a look at the complete upgrade system, thanks for the help. I managed to find the solution and I will leave the script here for anyone who wants to use it. There is a new feature that if the item already has an enchantment in the slot, it will not be lost...
  9. 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...
  10. WikiArk21

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

    I had thought about this alternative, but I thought it would cause lag anyway. I did it and it worked, thanks anyway.
  11. 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...
  12. WikiArk21

    Help with combat controls button

    I don't know if you managed to solve the problem, but if you didn't, do the following: Go to the modules/game_interface folder and open the interface.otmod file and there you add game_combatecontrols like the other modules
  13. 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
  14. 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] =...
  15. WikiArk21

    Quickloot TFS 0.4 REV 8996

    I managed to fix the problem, now it's functional and even a little better. Thank you for your help
  16. 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.
  17. 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
  18. 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
  19. 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.
  20. 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
Back
Top