• 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

    Illarion - the game created by the first Tibians (and CipSoft)

    Awesome, I am surprised I hadn't heard of this! Or maybe I had and totally forgot =| There was another game built by an early Tibia player that I played extensively along with a whole bunch of old Anticans like Halfhigh - it was called Castles, and later Castle Age. It was made by Ricochet, but...
  2. Michael Orsino

    TFS 1.2 exceeding packet limit when tp to pos

    I'd recommend trying with a real tibia client or an unedited (or edited the least possible) otclient to see if you still get the issue. As described by others above, this is happening because the client is sending too many packets to the server too quickly. You don't happen to be running lots of...
  3. Michael Orsino

    TFS 1.2 exceeding packet limit when tp to pos

    Is this happening only at that specific location, or when teleporting to any location? Assuming you haven't made a bunch of weird changes to your TFS source, it would seem that your client, for some reason, is blasting the server with packets when you teleport (to that location, or to any...
  4. Michael Orsino

    Thoughts on my dual boot setup?

    Very cool, thanks for all the info, this wasn't even on my radar but is absolutely something I'll dig into at some point
  5. Michael Orsino

    Thoughts on my dual boot setup?

    This is pretty interesting - are you able to get legitimate licence for IoT Enterprise LTSC as an individual?
  6. Michael Orsino

    TFS 1.2 exceeding packet limit when tp to pos

    Altering the maxPacketsPerSecond value in config.lua will likely be the solution, but i'd be interested to know what you currently have it set to that it is causing the disconnect. I typically stick to a value of 100.
  7. Michael Orsino

    Myacc problem with shop

    If you want to have the admin panel functionality etc. your best bet is to install the plugin properly through the myaac admin panel plugin loader. To do this, you can do the following: 1.) Clone this repo of plugins 2.) Zip archive the gesior-shop-system directory (you should now have...
  8. Michael Orsino

    Myacc problem with shop

    It sounds like the shop system of your webaac wasn't installed with the current database. You will likely need to execute this schema file against your mysql database (it is part of the gesior shop system plugin install)
  9. Michael Orsino

    C++ Show ammunition attack value on look

    I haven't tried, but in the onLook event you can probably add something like: local attack = thing:getAttribute(ITEM_ATTRIBUTE_ATTACK) if attack > 0 then description = string.format("%s, Attack: %d", description, attack) end If that works, the same approach should work for other attributes...
  10. Michael Orsino

    getVocation() - OTCV8

    assuming you don't want to add the sending of vocation into your source code, you could send it using an extendedopcode at login you'll still need to do some learning to achieve that - but it should be far more manageable than the source edit otherwise required and there are plenty of examples...
  11. Michael Orsino

    getVocation() - OTCV8

    vocation isn't sent to the client - that came in a later protocol version
  12. Michael Orsino

    Proxy Tunnel Solution | With Client IP Passthrough

    These are not errors, what you can see here are the connection state change log. If you don't want to see this, you can change the -v flag value to 0. Unfortunately I cannot see what might be actually wrong with your configuration without a lot more information (too much for in this thread) or...
  13. Michael Orsino

    cannot connect to server. only works with 127.0.0.1

    Download OTCv8 Unzip it Navigate into the data directory and create a new directory in there called things Inside the things directory, create a new directory called 772 Inside the 772 directory, paste your tibia.dat & tibia.spr file from the real tibia client Open the init.lua file in the main...
  14. Michael Orsino

    cannot connect to server. only works with 127.0.0.1

    His issue has nothing to do with RSA. How do I know this? He can connect locally if the IP in config.lua is set to 127.0.0.1 His friend can connect remotely if the IP in config.lua is set to his global IP He can reach his own character list in all circumstances None of the above would be...
  15. Michael Orsino

    cannot connect to server. only works with 127.0.0.1

    I think the following is happening: Character list works because you have specified the local ip address to the client Character list data received from server includes the global ip address from config.lua When you try and connect to the game from character list, you are trying to connect with...
  16. Michael Orsino

    cannot connect to server. only works with 127.0.0.1

    Once you have added your global IP to the config.lua and your friend can connect - ensure that you are still trying to connect with 127.0.0.1 as before. You cannot connect to your own locally hosted server with the global IP address - you must always use the local address. Hope it was as easy...
  17. Michael Orsino

    Thanks Otland

    I didn't even know that section existed =|
  18. Michael Orsino

    6 years later

    What else am I meant to do with my life?
  19. Michael Orsino

    [ENGLAND] [7.4] - Delvine - (17th march, 2023)

    Worked for me just now, but it did go to spam - make sure you check there!
  20. Michael Orsino

    [USA][Custom] SoE RPG - New Release! - Champion creatures! - Clue scrolls! - Zathroth returns! [11.21.25]

    I played briefly on release of the US version and enjoyed my time, I am sure that since then the game has only improved. If you have yet to give this game a try, I'd recommend giving it a chance now with the release of the EU server! I'll probably check out the launch madness again myself too 😅
Back
Top