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

    TFS 1.X+ Tfs 1.2 (8.6) for tfs 1.6 (8.6 - Nekiro)

    Hello everyone, I have been using tfs 1.2 for a long time. My source has several modifications, I note all of them. I'm thinking about migrating it (1.2) to the most current Nekiro version (1.6), is it a good choice?! I have all the changes I made to the source noted, so I could migrate to the...
  2. R

    OTClient OTCV8 - Show change language in first login

    How can we do it in otcv8, to send the language change screen on the player's first login?
  3. R

    Programmer Paid to fix the bug in marketing (tfs 1.2)

    Hello, I'm trying to install the marketing system 8.6 for tfs 1.2 available here in otland. However, when I click on select the item to sell, I click on Select, then click on Item and nothing happens and there is no error in the console. I need to make marketing 100% functional, send me a...
  4. R

    TFS 1.X+ TFS 1.3 - Doubt About Outfits.

    Hello everybody.I'm using tfs 1.3 downgraded to 8.6.I use otcv8, when you right click on the character and set outfit, the list of outfits he has appears. There are some outfits that are from quests, the player does the quest and receives the outfit, for example: player:addOutfit(OUTFIT_ID...
  5. R

    TFS 1.X+ Basic doubt about revscripts

    Are there any gains in using revscripts? in relation to code optimization, reading speed, something like that? I use tfs 1.2 without revscripts, would it be worth switching to a newer one, where revscripts are used?
  6. R

    Programmer Marketing system (tfs 1.2) - 8.6 and otcv

    I'm looking for someone who sells the functional marketing system. For tfs 1.2 and tibia 8.6, I use OTClient.
  7. R

    TFS 1.X+ Get Otclient language in TFS, possible?

    Is it possible, through a tfs function, to identify the language that the player is using in otc? something like print(player:getLanguage()) and return en, pl, etc
  8. R

    OTClient Map Shadders

    Hello everybody. How can I insert map shaders in otcv8? When the player enters X area, it creates a snow effect. When you enter Y Area, will it have a rain effect and so on?
  9. R

    C++ how to simulate high ping

    I am logged in to my server 127.0.0.1, so the ping is 0 ms. Is there a function where I can test the ping that players will have? 100, 150 ms. I use tfs 1.2 8.6 and otcv8. I'm testing the 'onWalking' functions, and I want to simulate a 100-150ms ping to mimic real-world gameplay.
  10. R

    Compiling Upscale sprites

    Hello, I'm trying to install this tutorial, but having problems when executing the command Additional information: tibia.dat and tibia.spr version 8.6 extended. OTCv8 Client Tutorial: https://otland.net/threads/how-to-use-upscaled-sprites-64x64-or-bigger-in-otcv8.288544/ In this part, when i...
  11. R

    Programmer [PAID] Increase quality in sprites (OTclient)

    How do I increase the quality of sprites in otclient? If you do this type of service, call me and we will agree on a price.
  12. R

    OTClient setEmblem (change position)

    Hi guys, how can i change the position where the Guild Emblem shows? in OTCv8? currently it appears on the right side of the character. I want it to appear on the left side function: self:setEmblem(EmblemGreen)
  13. R

    OTClient OTClient - show image during 30 seconds

    function Creature:onGiveIcon(Id) local imagePath = "/images/game/shield_icon" if imagePath then self:setGiveIcon(imagePath) end end I see this code in one server, when player use spell, it generete a img (shield icon), next to the character's head for 30 seconds and then...
  14. R

    TFS 1.X+ Paralyze spell (area)

    Hi, i made this spell in area, it paralyze all creatures (monster, players). So i want to change it, to paralyze only players. So i make this code, and it print "target is player" fine, but i dont know how to pass condition paralyze into the function onTargetCreature, how can i do it? local...
  15. R

    C++ Do dont count player with Proxy in 'player online'

    Hi, I added my server to the otlist and it was banned instantly. I have everything necessary in the source to avoid being banned (don't count more than 3 MCs, don't count players in the no-logout area), so I contacted Xinn. He asked for the logs and it was sent to him, after his analysis, he...
  16. R

    OTClient Right and Left Panels -> Clicking arrow

    I saw on some otservers, where it is possible to edit the right and left panel, using an "arrow", which is in the corner of the screen. how to do this? using otcv8
  17. R

    Programmer CONDITION_INVISIBLE - Make character invisible

    TFS 1.2 Hi, this spell make player "invisible". It only set player outfit to 0, and player cannot be attacked. But other peoples can see this player, so, he's not invisible. How can i edit source to make "CONDITION_INVISIBLE " works like '/ghost'? 1) Make CONDITION_INVISIBLE works like '/ghost'...
  18. R

    TFS 1.X+ CONDITION_INVISIBLE -- how make it work like "/ghost"

    Hi, this spell make player "invisible". It only set player outfit to 0, and player cannot be attacked. But other peoples can see this player, so, he's not invisible. How can i edit source to make "CONDITION_INVISIBLE " works like '/ghost'? 1) Make CONDITION_INVISIBLE works like '/ghost'...
  19. R

    OTClient Hide and Show message orange - cast spell

    When have a lot of people on screen, and all are casting spells, i get a lot of spam in the screen (spells orange message). How can i make a code to player can select show/hide the orange spell message? Or can select transparency for this message?
  20. R

    C++ TibiaCAM - how?

    A while ago I played an otserver (I don't remember the name).it had a "tibiacam" system, every time you logged in, it recorded everything you did, until you logged out again.The 5 last logins you made would always be saved and then the videos would overlap.what system is this? Does it exist here...
Back
Top