• 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

    Center sprite

    You can use my code: https://github.com/edubart/otclient/issues/562 hrsantiago told how to fix the missing tiles Best regards, Adrik
  2. 4drik

    [Poland] [Custom] Naruto Story

    Hello ninjas, a lot of patches has been introduced to the game since the last forum post. To be more precise, it's 18 patches. I will not list changes here, you can follow the changes on the website: Naruto Story – OTS (https://narutostory.net/) Thank you for being so active in the game. There...
  3. 4drik

    Sprites CDZ

    When I look at these knights, memories come back. I love Saint Seiya character designs. I'd like to see your work in Tibia's perspective, these look very good.
  4. 4drik

    Tibian - An OTServ List for 2020

    Well, there's OTServers.eu (https://otservers.eu/) with all the features that were discussed in this topic. However, it is not popular - probably the matter of Google positioning. #Down: For me as a server administrator, it's better to have a choice on what sites my game should appear on. Of...
  5. 4drik

    OTClient 1.0

    We can use switch & case here: ViewportControl::ViewportControl(const Otc::Direction directionWalking) { m_top = maxViewportY; m_right = maxViewportX; m_bottom = m_top; m_left = m_right; switch(directionWalking) { case Otc::North: m_top += 1...
  6. 4drik

    OTClient 1.0

    It's due to wrong top thing probably. Instead of removing m_things we should still use it and recache it only in draw function. At the start of Tile::draw: if(isEmpty()) return; if(m_needsRedraw) { cacheThings(); m_needsRedraw = false; } m_needsRedraw =...
  7. 4drik

    OTClient 1.0

    @Iryont I am currently testing Mehah solutions. At the moment, I think that this optimization of drawing request is worth attention, because even if these "real" FPSs will not jump up, there is a reduction in CPU consumption at the same amount of FPS so for the machine it seems like a reasonable...
  8. 4drik

    Programmer New Proyect Narutibia recruiting (Have Map Complete, And Sistem basic Complete)

    Can you see on the right of map written "Pepsi"? It's a sign of Pepsi - first mapper of Naruto Story. Anyway, good luck.
  9. 4drik

    Weird animated borders problem.

    I think I had the problem and I solved it in OB, so probably changes in source are not req. Ensure every duration of frame are the same:
  10. 4drik

    Graphic Designer Spriter for Hire!

    @Vingart is extremely talented. His works are at a very high level. He is a helpful team member not only as a spriter but also he has very good ideas.
  11. 4drik

    RME Minimap

    Hello. The bug is fixed in the newest RME. Best regards, Adrik
  12. 4drik

    2 BUGs OTclient 7x

    Hello. This is not a problem with OTClient. It's a matter of incorrect old code that needs to be improved. I worked on my engine for a long time. Maybe some code from my engine will help someone: In Game::addThing if(item->isSplash()){ if(tile->splash){...
  13. 4drik

    [Poland] [Custom] Naruto Story

    Hello ninjas, new patch to the game with new systems and fixes. And amazing screen of Nature Transformation by player Raven: Thank you! https://narutostory.net
  14. 4drik

    Vingart ShowOFF

    I love your spriting technique. Every time you prove that you are in the top. Adrik
  15. 4drik

    [Poland] [Custom] Naruto Story

    Hello ninjas, Patch and Merry Christmas Teleport jutsu no more works in PZ/No-PVP zone. Christmas Tree in Leaf Village. Use it to add Chritsmas points! No-PVP Zone added to training area in Rain Village. Rework of training area in Sand Village. https://narutostory.net/
  16. 4drik

    End of Open Tibia or what?

    I wouldn't be surprised if it was a real mail. I opened your link to accmaker - the first thing I see is a template stolen from Tibia and 450+ players online. You use the hard work of CipSoft, not to mention their sprites. I hope you at least use OTClient, not theirs. 😦
  17. 4drik

    [Poland] [Custom] Naruto Story

    Hello ninjas, Black Friday patch is here. https://narutostory.net
  18. 4drik

    [7.6] Pvp od poziomu.

    Z kodami do YurOTS'a już raczej ciężko. Nie jest to już publicznie rozwijany projekt - kiedyś był rozwijany na otsoft i prawdopodobnie tam też taki kod był. Może są jakieś kopie tej strony? Jeśli nie znajdziesz rozwiązania to informuję, że sam bazuję na tym silniku i mam bardzo duże...
  19. 4drik

    Simple OTCBot (only for otcv8 currently)

    Evolunia, is it possible to make it a part of OTClient? If yes, could you tell which functions we need to write to make it compatible with OTClient v0.6.6? It is possible that in my free time I would take care of it.
  20. 4drik

    [Poland] [Custom] Naruto Story

    Hello ninjas, several news that can be seen on the server from today: * Easy sell system almost for every item. * Slider and new map on website. * Online list module. * Optimized teleportation jutsu (shouldn't kick anymore). * Developed jutsu bar with additional functions. and more...
Back
Top