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

    How to install website at a different dedicated than your main-server.

    Well, I'm not going to try that for you. You eventually have to change some tiny things in the source code of the website. Since I have the Geisor source lying around, I found this: $server_config = parse_ini_file($config_ini['server_path'].'config.lua'); $mysqlhost =...
  2. TGYoshi

    I want some information

    Yes, it can be 'hacked' if your security isn't good (at all).
  3. TGYoshi

    How to install website at a different dedicated than your main-server.

    Just do it. Make sure the database + server is on the main dediated while the website is in a secundary. Make sure you set the mysql port/url etc. to the primary server and open the mysql port. (default 3306) Recommended is to block any other ip's at the main server on the mysql port since you...
  4. TGYoshi

    What is dataDirectory in config?

    Probably not. It might also be one of the following values, tho: dataDirectory = "data/" dataDirectory = "data" dataDirectory = "/data" But if the default was like that, it's probably right. It references the data directory which is by default already called data. (is there a data folder...
  5. TGYoshi

    OpenTibia SpellCreator: A graphical spell creation enviroment

    9.6 currently does not work, you can, however, use an older spr/dat combination and it will still work on 9.6. I'll look into updating it soon.
  6. TGYoshi

    Suggestion Otlandlist!

    It's his very own website, and everyone uses it for some reason. You can't force him to sell it, give other people 'admin' (and I'm happy he's the only one who manages it), or to shut it down.. He decides it all, not you. You can also decide to just never visit that website again if you hate it.
  7. TGYoshi

    Suggestion Otlandlist!

    It's most likely because pokemon servers use a totally different mechanism then most other servers.. Well, it's his website, so he has the final word. You can't do anything about it.
  8. TGYoshi

    Suggestion Otlandlist!

    I'm afraid such a list will not be popular at all. Otservlist is just known around and other lists barely get used.
  9. TGYoshi

    Suggestion Otlandlist!

    What the hell is an otlandlist ..?
  10. TGYoshi

    Zed

    His 'flashes' are so insanely annoying ._..
  11. TGYoshi

    [League of Legends] General Discussion

    My current top elo: ehehe
  12. TGYoshi

    OTFans dead o.O?

    Indeed. Several guides there which helped me a lot. Well, not anymore :). EDIT: On the launch page some stats are listed tho.. I hope this indicates it'll be restored..
  13. TGYoshi

    OTFans dead o.O?

    More lame that everything has been reset now.. Everything's gone :/.
  14. TGYoshi

    Solved An interesting error ;x

    It is very unlikely this has anything to do with the database... Open the map in the map editor, check pos 13056 / 15782 / 167, rebuild the deput (item 2589) with correct parameters (town id etc). Might work.
  15. TGYoshi

    Lua Table. insert ? not working ?

    In your case I'd just do this: piece[#piece+1] = {x = 525, y = 270, z = 7}; Keep in mind that your initial code inserted the item right before the last one, because Lua starts counting from 1, not from 0 like most other languages.
  16. TGYoshi

    Another new map editor (WIP)

    Random pointless update; While working on my other thingy I found out how to improve memory management a bit. Old: Resulted in this.. (RL map loaded, 2 views) Well, for RL maps this change isn't that big, I think, but for smaller maps it certainly is. (-50MB)
  17. TGYoshi

    [LOG] Problems

    If you use No-IP thingy, you should enter that IP there, not your global IP (even though that might work). (No-IP is a service that gives you a 'domain'/'ip' which will update itself with your dynamic ip, so if your global IP is dynamic, No-IP is a decent solution.)
  18. TGYoshi

    Walk on BlockId tile. help-me

    This is indeed the case, the client already thinks it's not walkable there. This data is stored in tibia.dat, so if you want to make a tile walkable, edit it in tibia.dat - but this requires you to provide a custom client (or actually just the .dat file). If you do change this, also change it in...
  19. TGYoshi

    Another new map editor (WIP)

    ---
  20. TGYoshi

    What rates you want for Oldera?

    You ask for rate suggestions, then you decide it'll be high rate already? Pointless thread is pointless.
Back
Top