• 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. 4drik

    OTCLIENT - Idle animation

    I see interest in idle animation. However, I have not seen EdMignari add this option to ObjectBuilder. If not - then I understand that you are using an unofficial version of ObjectBuilder. Is the version on github or is it still this bugged version that goes somewhere on the internet?
  2. 4drik

    Pick-up all and pick-up on doubleclick

    I see two options. If we want only a button to appear if container is on the ground (like corpse), we should check if pos.x ~= 65535. If we want to check if the container is in the character's inventory, then again the server-side function checking every character's container will be needed...
  3. 4drik

    Pick-up all and pick-up on doubleclick

    No. No. I understand your point now. It only works for the main backpack, it doesn't iterate over another but I think it's possible. All you need to do is change this line: toPos = {x = 65535, y = 3, z = 0 } You would have to iterate by items in the main container, check if the item is a new...
  4. 4drik

    Pick-up all and pick-up on doubleclick

    I like how you start your adventure with OTC. Therefore, I help. Add in gameinterface.lua something like: moveItemToBackpack = 0 In function processMouseAction add then: if useThing and mouseButton == MouseLeftButton then if moveItemToBackpack == useThing then toPos = {x = 65535, y...
  5. 4drik

    OTCi - OTClient improvement project

    Hello. I don't believe how much effort I have to put in order to you notice how seriously I treat this project. I am asking one person to dedicate a little time and write out all the questions that have not been answered. I will try to answer them today. - I'm not asking for money. If you...
  6. 4drik

    OTCi - OTClient improvement project

    I don't see see anything that I could take seriously. I explained everything in the first post. I saw a post where the user asks what I'm going to do. He probably didn't read the first post if he had the audacity to write it. I also saw a post where the user complains that Bit Hit does not...
  7. 4drik

    OTCi - OTClient improvement project

    Hello. Yesterday Nilan checked the amount of FPS in different cases. It will help us, and maybe you too: Conclusion: - The size of monsters is not that important. - Items have a big impact on FPS. - Monsters have a big impact on FPS. Today I have improved getSpectators() function. These...
  8. 4drik

    OTCi - OTClient improvement project

    Hello. Thank you for so much interest. This indicates how much demand was for the development of OTC. a) When the donate pool is filled - the project will be public. b) Of course you can share solutions with us. We will check it and then we decide whether it should be implemented or not. This...
  9. 4drik

    OTCi - OTClient improvement project

    We'll take care of that too. Optimization is not the only thing that we focus on. We plan to improve and implement many solutions, e.g. an updater.
  10. 4drik

    OTCi - OTClient improvement project

    Hello OTLand. OTClient changed the game on OTS. We have many servers, that thanks to OTClient are unique, interesting, but recently we neglected OTClient. @MagicWall reminded that OTClient needs us right now, changes are needed. Check the topic. Everyone agreed. OTClient must be developed...
  11. 4drik

    [OTClient] Project needs a new maintainers

    Where should we collect the money? It should be clearly stated who deposited so that he could later access the files. Obviously, it would be best if all people using the OTClient helps. Then the changes would be public, but this is the most beautiful vision.
  12. 4drik

    [OTClient] Project needs a new maintainers

    I said I want to create a topic with more informations. And why do you think you deserve? Did you do something that would help in this case and I did not notice it? In any case, the amount is $ 1,000. If someone has the opportunity to find a cheaper offer and wants to use their time to get...
  13. 4drik

    [OTClient] Project needs a new maintainers

    Right. I wrote to a game optimization company. I sent them points that Edubart had once pointed out in his post - which should be improved so that the game's performance will increase. In response, I received information that they would take care of the project for 1000$. The work would last for...
  14. 4drik

    Programmer [3 usd] DirectX working OTC build.

    :confused:?? @elnelson There you have to write 2.0, that's all.
  15. 4drik

    New server list - OTServers.eu

    Elime, perfect work :) I just changed port and gonna be #1 on the list again. Even Naruto Story's players confirmed that it is the most transparent server list ever.
  16. 4drik

    New server list - OTServers.eu

    You can add option to edit already added server. As if someone changed the port or IP.
  17. 4drik

    Programmer C++ Fix issue with the same clientid

    What amount do you want to offer?
  18. 4drik

    TibiaRoyale - BattleRoyale Server

    There is Champsbattle actually :)
  19. 4drik

    OTCLient - view screen height and width.

    Maybe screenWidth = gameMapPanel:getWidth() - (gameRightPanel:getWidth() + gameLeftPanel:getWidth())
  20. 4drik

    [Poland] [Custom] Naruto Story

    Patch 07.11.2018 - Markers on the map do not disappear after logging out. - Added markers on the map for story missions and some helping marks for new players. - Improved prize after story mission with Haku. - Koiyasute no Jutsu still depends on the level but it has limits, heals a minimum of...
Back
Top