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

    Lyria Online Alpha - Discussion Thread

    Items are standard except: Equipment can have modifiers that can add one of the six attributes or 31 other modifiers such as reflect damage, mana/life steal, damage increase %, etc.. Throwing weapons such as spears, knives and stars are a single item that doesn't stack neither runs out of...
  2. _ferrari_

    Lyria Online Alpha - Discussion Thread

    Welcome to Lyria Online Alpha Proudly introducing Lyria Online, a new standard Evolution. Our goal We aim to deliver a high quality experience with professionalism and commitment. We want to deliver quality content on a regular basis and maintain the game enjoyable for all types of players...
  3. _ferrari_

    Linux Autostart script won't work

    Script works for me, running with: bash autostart.sh -n Can you specify the command you're using to run?
  4. _ferrari_

    Programmer payment more than 1K USD or 3K BRL /Month

    I fulfill all requirements except for having time available, but even if I had I would not consider this job because it looks very sketchy. I'll be the third recommending a better approach.
  5. _ferrari_

    [OTCLIENT] Can someone explain me how etui works?

    Examining other modules and using them as a base is a very good idea. If it's of any help, I went over to the sources and found some information you may find useful: List of all Lua functions that can be called on an UIWidget object: [C++] // UIWidget g_lua.registerClass<UIWidget>()...
  6. _ferrari_

    Revamping server (to C# / .Net Core 2.0) and website

    PyOt proposed the exact same thing, except with Python, which has an even better learning curve, readability and expressiveness as C#, plus could add Django or another Python based web framework to make literally everything usePython. However, it has apparently been abandoned (GitHub -...
  7. _ferrari_

    [OTCLIENT] Can someone explain me how etui works?

    All I have figured out was based on trial and error to be honest. I think there is no table with all widget types and inheritances and options for the widgets except in the C++ code, which isn't friendly at all when you are trying to learn. I had never messed with any language like otui though...
  8. _ferrari_

    OpenTibia Sprite Pack

    I thank you for explaining why you chose the license and thank you for answering the questions I'm proposing promptly. Do you honestly thiuk that the extra bureaucracy added by CC-BY 4.0 isn't a problem? I'm not sure, these are all very convoluted topics with way too much text for me to go...
  9. _ferrari_

    OpenTibia Sprite Pack

    To be completely honest I don't think so, and I think this only applies to the relevant files. It depends on quite a few things. First of all, let me cite this from the actual creative commons website (Creative Commons — Attribution 4.0 International — CC BY 4.0): Now let me strip out the...
  10. _ferrari_

    OpenTibia Sprite Pack

    Just in case someone cares, the licensing some of these sprites is released under is CC, also known as Creative Commons. If you use any material licensed under CC on your software, all of your software becomes open source. Have that in mind when using CC licensed sprites if you don't want to...
  11. _ferrari_

    New compiling method

    Yes, that's called cross compiling.
  12. _ferrari_

    Scripter 2 Scripts inc. carpet fix (Paying)

    You might want to explain a lot more about that if you expect someone to take the job.
  13. _ferrari_

    Compilation on windows 7 with Visual Studio 2015

    I am following you guys and I am in the same page. After manually including the correct directories manually through Visual Studio project options I managed to get a succesful compilation, but there were lots of warnings: (There were thousands of these warnings, I just shortened them because I...
  14. _ferrari_

    Error compiling on Ubuntu 16.04

    What version of OpenSSL are you using? You can find it with: $ openssl version -a
  15. _ferrari_

    ip change otc

    Your entergame.lua is ok, the problem is happening in entergame.otui @ line 93, you have it idented wrong as I can see in your terminal.
  16. _ferrari_

    ip change otc

    You got a lot of errors on entergame.lua, for example in line 214 the function setAccountName tries to index the identifier enterGame, which doesn't exist.
  17. _ferrari_

    ip change otc

    In the top left corner there should be a module called terminal, open it and that's where the errors appear. Open the terminal, open module manager and click reload all. Paste the error here.
  18. _ferrari_

    ip change otc

    What's the error that appears?
  19. _ferrari_

    ip change otc

    It's wrong, what it should say there is: G.host = "dragonball.ddns.net" G.port = 7171 local clientVersion = 860
  20. _ferrari_

    ip change otc

    not sure what you mean but that's not what you're supposed to do.
Back
Top