• 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 - view screen height and width.

    Maybe screenWidth = gameMapPanel:getWidth() screenHeight = gameMapPanel:getHeight()
  2. 4drik

    [Poland] [Custom] Naruto Story

    Patch 31.10.2018 The site has an option now to search the markets to find the item. Prizes for story missions have been improved, thanks to players who helped. :) A new item appeared in the game, ANBU leader mask. Check it out on the site! HERE It is to be won after defeating the mighty Danzo...
  3. 4drik

    [Poland] [Custom] Naruto Story

    I think the world of Naruto is not the world of Japan. The same goes for Dragon Ball. The fact that the author is Japanese does not require his created world to concern Japan.
  4. 4drik

    [Poland] [Custom] Naruto Story

    Hey Ninjas! We are almost ready! At 18:00 server will be open for you. GM Yusuke is already in the skin of succubus Sakura.:rolleyes: To download client, go to the site: https://narutostory.net/download.php The competition will be resolved about an hour after the start!
  5. 4drik

    [Poland] [Custom] Naruto Story

    Hello. I am pleased to inform you that NS has a new edition soon. Date: 19/10/2018 Time: 18:00 (CET) Changelog(PL) is very long and avaible right now on the server's discord: LINK HERE Changelogs(EN) & (PT-BR) will be avaible soon. Screens from previous edition you can find there: LINK HERE...
  6. 4drik

    Ping System (OTHire)

    YurOTS is not based on TFS. YurOTS is based on CVS from 2005-12-28. It is the oldest still used engine. Without modifying the ping code, of course, it would not work, but these changes were small. It's probably even smaller for OTHire.
  7. 4drik

    Ping System (OTHire)

    I have implemented a ping system from TFS to YurOTS today. It works perfectly. All you have to do is copy, paste & adapt the code to your engine. otland/forgottenserver otland/forgottenserver And then go to OTClient\modules\game_things\things.lua and in function load() add...
  8. 4drik

    Hover-Mouse Item Information

    To make it you have many options. You can create as many values as you have in item or you can put all into one string in server's protocol, so you're sending it to client. It would be effective to know when it is worth sending other values than clientID, so have a clear mind and don't send...
  9. 4drik

    Pox monster 7.6

    divinity76/YurOTS divinity76/YurOTS divinity76/YurOTS As you can see, there's no option like that. I know a lot of bugs in YurOTS 0.94f, I can help you with some, if you will need help, msg me at priv :)
  10. 4drik

    Pox monster 7.6

    This is the first time I see such a thing. What source are you using?
  11. 4drik

    Pox monster 7.6

    What is pox? If you want to make it attacking faster then just change cycleticks: <attack type="melee" mindamage="250" maxdamage="300" cycleticks="500" probability="100"/>
  12. 4drik

    Moving creatures leaves black dots on minimap

    If it has more tiles on the screen than the default one, focus on it. I have the issue too and I'm using more tiles system.
  13. 4drik

    Big corpses "bug" magic walls, how to solve?

    This is it: Items with OTB "BottomLayer" = true cancels tall items like magic walls
  14. 4drik

    Looking for cheap dedicated servers

    Not recommended, their ddos protection is not working at all.
  15. 4drik

    [JOBS] Looking for someone who can do this... (Paid of course)

    + logo: I do not add anything to this topic anymore.
  16. 4drik

    [JOBS] Looking for someone who can do this... (Paid of course)

    I was working on layout for nosey, I was in touch with him for a long time, I asked, I showed progress, I respected his requests, and I lost all this time. He did not pay because he decided that the price is too high by 13$. I will also add that he was the only one who did joke like that of all...
  17. 4drik

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    @Flatlander, OTClient needs that light system.
  18. 4drik

    OTClient health bar question

    First of all, compose it in .otui, not in lua. Then add IDs for all bars, labels etc. Then instead of createWidget do getChildByID. 1. If the module is reloaded and not working correct, it means that there are problems in terminate/init functions, check other modules and find differences...
  19. 4drik

    Top 5 highscores getting a effect

    I never used TFS but since I can do it on YurOTS, it's all the more on such a powerful engine as TFS. There is no situation in which the code in previous posts would be better. So your counter-points are rather a false guess, but of course, your solution is faster to write. As if someone wanted...
  20. 4drik

    Top 5 highscores getting a effect

    I think that the list of players should be done in login, logout and level advance functions. Not in onThink.
Back
Top