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

    Lua onLook Script, no errors; only runs the last checks.

    As forgee said, you mistyped math operators and the string text looks inverted. You did right on the code comment but wrong on the math operators. VIP Players: vocation 5 to 8 Non VIP: vocation 1 to 4 if isPlayer(thing.uid) then -- Yes Guild/Yes VIP [Vocation is greater than 4.]...
  2. danilopucci

    TFS 0.X NPC System OTX2 - Need to be improved?

    Glad to see your advancements on this problem. Yes, looking on this method implementation for "find" the node in list, it is notable that it is not optmized. I checked on lastest version of TFS and even on the branch otvserv2 implementation, this method looks to be replaced by...
  3. danilopucci

    Scripter Looking for someone to optimize Server

    As you already have these measurements, you can simple make a profiling on your server binary. It would give you some smell on where things are critical and you can maybe improve by yourself. If you are using linux there is a tool that you can use: perf-tool. I don't remmember the correct words...
  4. danilopucci

    OTClient - Bug Borders

    I don't think that it is about the item.xml. The fix is about get your current items.otb and just "Reload item attributes" this way, the file itselfs won't be affected
  5. danilopucci

    Source's custom OT game engine (TypeScriptFTW)

    Shame on me, I was with some crazy version of tibia-cip files. I had a monster.db with 38KB which looks like a binary file. Now I checked the version from otland and yeah, it is a human-readable file. Thank you so much anyway!
  6. danilopucci

    Source's custom OT game engine (TypeScriptFTW)

    Great project! I see you are interested about be a better coder... Well, a great source to guide your way is Clean Code by Uncle Bob (Robert Cecil Martin) and The Mythical Man-Month by Fred Brooks! These books are essential for any developer. By the way, do you have any details on how to read...
  7. danilopucci

    OTClient Rect Class

    Oh, now I got it! It is the width/height in terms of pixelcount/pixel origin Thank you so much for your attention and clear illustration!
  8. danilopucci

    OTClient Rect Class

    Hello guys, I am currently experimenting some codes on OTClient and I have a conceptual question about width/height in Rect class There is a bunch of "+1" and "-1" corrections on its values, which does not look right. I am blowing my mind trying to understand that and why and how it works as...
  9. danilopucci

    Nostalrius or Othire?

    I did fork ItemEditor from ottools adding compatibillity to older versions of items.otb. I really don't know about the alwaysOnTopOrder because I never used it too much, but it has all the features from last version of ottools
  10. danilopucci

    OTClient Graphics Discussion (Anyone out there more knowledgeable than me?)

    Any news? After two+ years maybe a lot of new stuff became and maybe someone has something say or even to contribute now
  11. danilopucci

    [OTClient] Future of OTClient

    Hello, After reading the last hot discussions on this forum about otclient some thoughts on the community openness direction and do not use buy otc I decided to open this thread to move on edubart otclient. Can we join efforts of the community to contribute again with otclient? I mean, maybe...
  12. danilopucci

    OTClient - Bug Borders

    Yes, actually it seems to be a bug on OTClient not in items.otb. I don't have the link now but I remmember to see anywehere on the internet that staircase has a flag like "always on top", but I think it is not the correct solution. If you are using OTClientV8 it looks that Kondra fixed it, as...
  13. danilopucci

    OTClient - Bug Borders

    Hello. As described on the issue, you should try to open the following version of ItemEditor: danilopucci/ItemEditor (https://github.com/danilopucci/ItemEditor) I modified it to be able to open an older version of items.otb Edit: I didnt saw that on readme had a download link. As I forked...
  14. danilopucci

    OTClient - Bug Borders

    I found the sollution, as described here: bug with custom items · Issue #833 · edubart/otclient (https://github.com/edubart/otclient/issues/833)
  15. danilopucci

    OTClient Problem with wooden railing

    I found the sollution, as described here: bug with custom items · Issue #833 · edubart/otclient (https://github.com/edubart/otclient/issues/833)
  16. danilopucci

    OTClient - Bug Borders

    Hello, I got the same issue as you. Anyone?
  17. danilopucci

    OTClient Problem with wooden railing

    Hello, I got the same issue
Back
Top