• 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. Fox Rother

    [Guide] Compiling & Running TFS 1.3 for Linux on Windows 10

    Might have some tweaks of its own, but should work normally. :b
  2. Fox Rother

    Database design: Why is each skill level and tries listed in separate columns in the player table?

    It probably changed for performance and/or ease-of-use, I guess. What you also must consider is that the current TFS architecture is not very scalable. A single server has to handle its own state, communication to hundreds of clients and a database. For that reason, you wouldn't want your CPU...
  3. Fox Rother

    Database design: Why is each skill level and tries listed in separate columns in the player table?

    @Sam Drost opentibia/server (https://github.com/opentibia/server/blob/0178e62a12ac4522de61b99a11406faf7f5ee5d7/src/schema.mysql#L170) This is the legacy OpenTibia Server's MySQL schema and it does have a player_skill table indeed. You can tell it is setup very inneficiently hehe. I think you...
  4. Fox Rother

    Database design: Why is each skill level and tries listed in separate columns in the player table?

    I think your reasoning makes perfect sense. Maybe it's been done like that to minimize the number of queries necessary to load a player in and out of the server memory. I've read somewhere that every time a player logs in or out, its data need to be loaded from/to the database.
  5. Fox Rother

    [OtLand Official Mapping Competition] - October Voting Thread

    Woo oo oO Oo oO Oo oO ooh... Spooky! 👻 😱 Awesome maps! I would actually like to play on them, hehe :P
  6. Fox Rother

    [Suggestion] Comments in source files

    Hey everybody! 😁 I have two open pull requests on GitHub: otserv.cpp: Tidy and comment code by foxrother · Pull Request #2685 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/2685) tasks.h, tasks.cpp: Tidy and comment tasks by foxrother · Pull Request #2686 ·...
  7. Fox Rother

    [Suggestion] Comments in source files

    Hey, guys! 🙃 Just passing by to let you know that I didn't give up on 'translating' the sources just yet. :P College is taking a bit more of my time this week, so I hadn't have the time to be as focused as I wish. :/ I think I figured out the dispatcher and might have something written down...
  8. Fox Rother

    [Suggestion] Comments in source files

    Hey, everybody! 🙃 I'll first answer all of your questions and suggestions and then will share some thoughts that might provide some useful insights during this effort to describe TFS. Hello there @Magich! 😊 Thank you for your input! What I'm currently doing is to comment everything in...
  9. Fox Rother

    [Tutorial] How to run TFS on Android device [NO ROOT NEEDED]

    I wonder if the lack of comments on this kind of thread means they're really awesome and work perfectly. 🙃 Gonna test it soon, by the way. Got some free storage available! 🤩
  10. Fox Rother

    TalkAction [1.3] MapleStory2 Quiz - Revescript

    Ain't that unscripted collaboration sweet? 😊😊😊
  11. Fox Rother

    OTU - OpenTibiaUnity - A new TibiaClient based on Unity3D engine

    @Slavi Dodo Fantastic work you're accomplishing! New technologies are very much welcome :p Can't check the source right now, so I'm going to ask in here: the discussion on increasing sprite resolution has been quite frequent lately. Does this (awesome) project have (or will have) more...
  12. Fox Rother

    [Suggestion] Comments in source files

    @hellboy Thank you! Wondering why we don't have a thread in here, too... :p I'm not really confident to write on TFS internals just yet, that's why I proposed commenting the source agressively as a first step. It'll be good for learning and gathering input as to how to explain TFS Architecture...
  13. Fox Rother

    [OTClient] More Tiles View

    Wow. No clue, man. Sorry! :(
  14. Fox Rother

    Whi World - Open Source Server with Configurable Features

    I think you'll have to Report your own thread and politely ask it, heh. That's how I was able to get an old post of mine deleted: asking for them do delete.
  15. Fox Rother

    phpMyAdmin error #1142

    Hey, guys 🙃 It seems that you either have dropped a PhpMyAdmin's user or messed up their access to that specific table ('pma_column_info'). I think the solution would be to first find out if you guys still have a "pma" user and then to check if the used user has access to 'pma_column_info'.
  16. Fox Rother

    Vcpkg libraries error

    I was having trouble with this compiling method, so I started using WSL. I made a tutorial as well. Read the about section and see if it fits your needs. https://otland.net/threads/guide-compiling-running-tfs-1-3-for-linux-on-windows-10.266726/post-2576469 There's also theis other tutorial that...
  17. Fox Rother

    [OTClient] More Tiles View

    This one's for TFS 1.X, but there might not be huge differences. @Flatlander describes his logic to find where to change things in addition to showing what the code that needs to be changed look like: [Tutorial] Adding more tiles to game window - Updated 7/6/2018...
  18. Fox Rother

    Linux Ubuntu database not writable?

    Hey 🙃 I'll guess! Terminal: Seems like the "manaspent" value is being set to something that is either a different type (like a big or negative number, or a string, etc). PhpMyAdmin: You're trying to delete a record which is a dependency for another record. Apparently that player is in someone's...
  19. Fox Rother

    Andreew's showoff

    @Andréew You're very talented! Your randomness algorithms are working pretty great 🤩 You're using them better than Cip :P
Back
Top