• 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

    Ports not open? :S Help please!!!

    Keep in mind you have to forward the ports to your own local ip adress assigned by your router, and the services must be running in order to be shown as "open". (something has to listen on the ports)
  2. TGYoshi

    CTF Server

    No. :3
  3. TGYoshi

    Lua Searching for a movement that activate every time I walk

    I severely recommend doing whatever you want to do within the actual source, since it will have quite some effect on the performance.
  4. TGYoshi

    Windows It's seems that my TFS is losing conection with Mysql DB!<HALP>

    Can you check if the server is still listening on your gameserver port? (7172 by default) - or did another program "took" it? (when it breaks) Run netstat -b -a to check it. I severely recommend you to try a 100% fresh install of Windows Server and then try it again. You have no strong...
  5. TGYoshi

    Windows It's seems that my TFS is losing conection with Mysql DB!<HALP>

    Well, your English is pretty vague so I have trouble understanding you. What happens after x hours? Does the mysql connection shut down? Suddenly players can not get into the game anymore, but they can still log in? Does MySQL show any errors in their logs (These are not TFS logs, MySQL logs are...
  6. TGYoshi

    Windows It's seems that my TFS is losing conection with Mysql DB!<HALP>

    Read what the issue is, to begin with. It's about the mysql connection, not about the server itself. Check mysql error logs. If you do not run mysql locally, I severely recommend to do that anyway. Does any mysql error appear in the console as well? - If so, what's it? MySQL also has a timeout...
  7. TGYoshi

    Windows It's seems that my TFS is losing conection with Mysql DB!<HALP>

    Stop telling them nonsense, it works perfect with Windows Server 2008 or Windows XP. Upgrading your OS does not fix such problems, but other (sometimes related) 'issues'. Windows Server 2008 is older then Windows Vista. Just for your information. ====== @TS: Check mysql error logs. If you do...
  8. TGYoshi

    Help me to choose please! Rl Map/Armoni/Evo!

    This stupid question appears about 10 times a week. >_>
  9. TGYoshi

    Buying 15usd, fix to this error

    Check mysql's logs if it crashed somehow, if so, try to update mysql first and see if the problem persists.
  10. TGYoshi

    OpenTibia SpellCreator: A graphical spell creation enviroment

    Well, this tells exactly what's wrong: System.IO.FileNotFoundException: resc\player.gif Make sure you do not manipulate the folder structure. Check if you run as administrator and check if resc\player.gif exists (player image). If not, re-download the application and get it from there.
  11. TGYoshi

    OpenTibia SpellCreator: A graphical spell creation enviroment

    Well, what error shows up? The complete exception text is what I need to see.
  12. TGYoshi

    unashammed scammer three times!

    Keep in mind everybody: Elf is a role-model, so everyone knows what to do!
  13. TGYoshi

    unashammed scammer three times!

    There's a difference between being involved yourself and being an outsider. Imo it's a bit weird to do trades of amounts as high as 180 eur while it's very unreliable, anyway.
  14. TGYoshi

    Don't ignore read!

    Get more bandwidth to cope with the ddos, that's the main solution. You can never fully prevent it, but you can reduce the effect of it, thus small ddosses not being noticable.
  15. TGYoshi

    Players walk through each other

    There's no way to achieve this with a script if you use TFS, that's for sure.
  16. TGYoshi

    [XAMPP] No one can connect to my page but me

    So it looks like Apache fails to start. Somewhere in the xampp folders, find "apache.exe", "httpdX.exe" or something like that. In Uniserver it's located in C:\UniServer\usr\local\apache2\bin. Start command, do e.g. cd C:\UniServer\usr\local\apache2\bin (exe location), then do: apache.exe, or...
  17. TGYoshi

    [XAMPP] No one can connect to my page but me

    Check if you see anything using port 80 (which you can find with :80), and since Apache isn't able to bind to port 80 it doesn't work. If nothing is using port 80, check Apache's error log.
  18. TGYoshi

    Lua Scripts Outdated

    Saving the files (scripts) in UTF-8 encoding?
  19. TGYoshi

    own client

  20. TGYoshi

    [XAMPP] No one can connect to my page but me

    Check your firewall for port 80, run netstat -o in cmd and check if apache actually uses port 80.
Back
Top