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

    Lua A Table and a Function: My Spiral Down to Madness

    Mining = { --[itemid] = {Item = "item_name", Price = numeric_value} --Foraged Minerals [1] = {Item = "Quartz", Price = 25}, [2] = {Item = "Earth Crystal", Price = 50}, [3] = {Item = "Frozen Tear", Price = 75}, [4] = {Item = "Fire Quartz", Price = 100}, --Gems [5] = {Item =...
  2. Aelu

    Lua A Table and a Function: My Spiral Down to Madness

    That's more like what I'm trying to do. However, I'm also wanting the ability to call only the name of the item or only the price of the item. something like: print(GetItemInfo(1.Item)) but that causes the error: input:23: ')' expected near 'Item' Obviously I could rewrite that into another...
  3. Aelu

    Lua A Table and a Function: My Spiral Down to Madness

    Hey OTLand, so I have this small script snippet here: Mining = { --Foraged Minerals [1] = {Item = "Quartz", Price = 25}, [2] = {Item = "Earth Crystal", Price = 50}, [3] = {Item = "Frozen Tear", Price = 75}, [4] = {Item = "Fire Quartz", Price = 100}, --Gems [5] = {Item =...
  4. Aelu

    Cryptocurrencies and Micro Cryptocurrencies

    Hey guys, I'm wondering if any of you have any experience with trading Cryptocurrencies? I've been researching about them for a while now and feel that a few would be good to invest in at this point. Want to hear your guys thoughts about the markets or the coins I have been looking at. So here's...
  5. Aelu

    Server Security Information

    Me sharing the knowledge of their existence isn't helping anyone. The information is already out there. ANYONE can use these applications to fuck with someone if they tried hard enough lol..
  6. Aelu

    Server Security Information

    Only testing out one server right now for vulnerabilities. Getting to that point where shit is about to hit the fan for them. Pls give me something else to do before I go insane and tunnel vision on a single project.
  7. Aelu

    Server Security Information

    -Bump- Taking requests again after a long hiatus.
  8. Aelu

    Massive ping variation (rev.3777)

    I had the same problem when using Firewalls on Linux Mint. If your server is possibly being ran off a Wifi Network, some Linux distros aren't too fond of Wifi, and the ping thing happens. I've researched how to fix this for quite some time, and haven't found a solution. But when running on Wifi...
  9. Aelu

    Znote Acc - Highscore

    You want each Vocation in your Highscore page to have an image using ZnoteACC? If you want someone to do it for you, it's best to post the pictures you want to use, and your Highscores file in ZnoteACC.
  10. Aelu

    Linux Running windows.exe

    Well just wait for a hot minute.. What Linux Distro and Version are you using? Not that it has to do with much in compiling, but I'm curious. Also, are you using Intel or AMD processors? Because the thing that Daniello has in his tutorial on github: sudo dpkg --add-architecture i386 Is for...
  11. Aelu

    Linux Running windows.exe

    What are the errors after cmake in console? (If it decides to give you any).
  12. Aelu

    [Linux] GUI Server Application

    It's not just a GUI application, it's TFS made simple. I'm attempting to remake the entire code, making it simple for anyone to use/edit. :)
  13. Aelu

    [Linux] GUI Server Application

    I am in the process of creating a GUI Server Application that's based off of TFS 1.3 with some minor changes and tweaks. It will give you the option to start, stop, and restart all services that go along with your OT as well as your OT Server. The application will be Open Source, and anyone can...
  14. Aelu

    Solved Repeating Spell

    You don't need to add another function in there. There's already a "function onSpellCast(..) in your script, you could easily add the "addEvent(..)" directly below "doSendMagicEffect(..)"
  15. Aelu

    Question about clients tibia 11

    I don't believe OTs are able to run Tibia 11.00+ at the moment. Be patient.
  16. Aelu

    Linux Complicate server [10,9~]

    If you would like, I can compile the newest TFS for you. I have it compiled for Linux already, wouldn't take long to convert that for Windows.
  17. Aelu

    error of mysql connection in console

    Error 2013: If you're using your real IP instead of Localhost in your config.lua to connect to MySQL, change it. Error 2006: In your config.lua change "maxPacketsPerSecond = x" to something that suits your needs better.
  18. Aelu

    Question

    Are you wanting to show small errors like that on your Terminal?
  19. Aelu

    Lua /ban error

    Edit your /data/Global.lua to this.. forgottenserver/global.lua at master · otland/forgottenserver · GitHub
  20. Aelu

    Otx server does not obey vocations.xml

    Glad to hear it all worked out.
Back
Top