• 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. Michael Orsino

    [Australia] [12.x] Aus-Global | Free Coins | Free Access Quests

    Aus-Global is a Tibia 12.x Real Tibia Map server hosted in Sydney, Australia. Connect with us on Discord! Hosted in a top-tier data-centre in Sydney on a 1gbps port, the server has been online for just under a year maintaining a 99.75% up-time as recorded by otservlist.org. Aus-Global has just...
  2. Michael Orsino

    Reversed Proxy Linux

    Assuming Ubuntu 16.04: Install nginx: $ sudo apt-get -y install nginx Open nginx config file: $ sudo vim /etc/nginx/nginx.conf (Or open that file with a program like WinScp) With vim: Use the down arrow on your keyboard until you reach the last line. Press the letter "i" on your keyboard to...
  3. Michael Orsino

    MyAAC v0.8.21

    A funny issue in the install sequence - it assumes you are accessing /install from localhost, and resolves the IP that it wants you to add to /install/ip.txt from your accessing connection, which is incorrect if you are accessing it remotely. It won't let you past unless the IP's match. I got...
  4. Michael Orsino

    Compiling Problem compilling 1.2 - 1.3 TFS

    You're missing the required libraries (or at least 1) Directions for getting them, and compiling on windows can be found here: otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29)
  5. Michael Orsino

    economy on otservers

    Let people gamble with crystal to get diamonds. economy = fixed. Let people gamble with diamonds to get crystal (designed to loop with crystal->diamonds with an overall house-wins bias). people = stupid. Let people gamble with diamonds to get diamonds. you = rich.
  6. Michael Orsino

    TFS 1.3 Minimum level

    My TFS 1.x release The Forgotten War Server has this built in with easy configuration etc. You can add the following to your login.lua though: if player:getLevel() < 13 then player:addExperience(getExpForLevel(13) - player:getExperience()) end
  7. Michael Orsino

    Some thoughts on the community openness direction

    I don't want to take away from the main points made in this thread - I agree with them for the most part. The only thing I want to add is that the MIT licence explicitly allows for anyone to provide the software at commercial terms without also providing the source. There are other licences...
  8. Michael Orsino

    Lua After kill mob teleport appears -PROBLEM-

    @nugo the script posted above by @mackerel might solve the boss teleport not disappearing issue for some bosses you are experiencing with my script. I have not tested it, and can't see any significant difference in the way it operates in that regard either, but if it works, cool!
  9. Michael Orsino

    Lua After kill mob teleport appears -PROBLEM-

    I've noticed that for SOME bosses the teleport wont disappear, and I am not sure why. This was first reported to me by Nugo the creator & hoster of Nutopia. I haven't had a chance to investigate this further, but it could be a stackpos issue? If anyone else wants to weigh in on this?
  10. Michael Orsino

    Lua After kill mob teleport appears -PROBLEM-

    The scripts I posted are working for others >.< I don't know why you have this in your Bazir.xml though (It's not part of TFS 1.3 Bazir.xml) - remove it. <script> <event name="BossKill" /> </script>
  11. Michael Orsino

    Need help setting up a server! [Arch Linux | Newbie]

    Any reason why Arch Linux? Most of the tutorials here are geared towards Debian/Ubuntu. Anyway. 1. Fresh Arch Linux install 2. Install LAMP stack: How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Arch Linux | DigitalOcean...
  12. Michael Orsino

    [UK][7.4] Tibiantis Online

    macro fishing is a gateway drug
  13. Michael Orsino

    [UK][7.4] Tibiantis Online

    I have not been a player in a long time, but I'll be a player again to try this.
  14. Michael Orsino

    [8.50] Simple War OT v1.0

    Use my spiritual successor to this project - The Forgotten [WAR] Server https://otland.net/threads/10-77-tfs-1-2-the-forgotten-war-server-v1-1-updated-17-12-15.234453/ With this: https://otland.net/threads/8-60-latest-forgottenserver-1-3-clean-downport.263472/ All of the relevant scripts are...
  15. Michael Orsino

    Tibiantis - reversed old Tibia project - discussion thread

    Why is everyone talking about removing quests anyway? I'm interested in what is meant by change. When I read this my interpretation was that some quests would be changed to prevent people simply running past the monsters to take the rewards and potentially changing the way some operate to allow...
  16. Michael Orsino

    [8.50] Simple War OT v1.0

    I've probably still got it somewhere, but honestly you shouldn't use this anymore. It is verrrrry outdated.
  17. Michael Orsino

    [10.77+ - TFS 1.2] The Forgotten [WAR] Server v1.1 (UPDATED 17/12/15)

    Shouldn't be tooooo difficult to do, just don't know why you would want to :P
  18. Michael Orsino

    Tibiantis - reversed old Tibia project - discussion thread

    I feel like the majority will get benefit from these changes (they don't hunt perfectly or care so much about optimisation and do want extra gank protection) and the minority (powergamers) won't see the point in the change.
  19. Michael Orsino

    Call to community at TFS GitHub

    If the people that mattered were concerned about the quality of his code or the usefulness of his contributions they'd say so in a respectful way. Instead after a very quick review myself, I found this: EPuncker: 4 merges, 5 reviews Wirox: 1 merge, 1 opinion that changes are pointless unless...
Back
Top