• 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. Gesior.pl

    C++ How to avoid people using items as a event? (Tfs 1.5)

    You do not return value returned from Lua in C++ eventPlayerOnUseItem function and do not check if it's true in game.cpp. In events.h: void eventPlayerOnUseItem(Player* player, Item* item); replace with: bool eventPlayerOnUseItem(Player* player, Item* item); In events.cpp: void...
  2. Gesior.pl

    C++ Alpha Proxy - just help me ;/

    It's hard to review all configuration and all possible network/software problems on forum. There are too many things that can go wrong. Add me on Discord: gesior.pl I will try to help you with config and then we will post on forum what was wrong and how we fixed it. 1746782624 There was only 1...
  3. Gesior.pl

    C++ Crash in monster combat?

    Some scripts reloads may result in delayed crash, when something that was wrongly reloaded tries to execute some script, that does not exist in RAM anymore. /reload is for development environment, not for real server with players online.
  4. Gesior.pl

    C++ Crash in monster combat?

    Compile engine in debug mode. Then we will get report with variables and line in which it crashed. Did you run any /reload before crash?
  5. Gesior.pl

    Crash tfs by nekiro 1.5

    This addEvent looks safe. You can't find crash reason by picking random Lua files and analysing them. There are too many of them. Compile engine in debug mode, wait for next crash and read player name and text send from gdb report. Then search for script that player used.
  6. Gesior.pl

    Crash tfs by nekiro 1.5

    There is something wrong with network code, that makes it send packets thru not existing connections OR you have some addEvent in Lua that sendTextMessage to player that is no longer online. If you don't have 50+ online, you should be able to run engine compiled in debug mode without lags. Then...
  7. Gesior.pl

    C++ Alpha Proxy - just help me ;/

    It shows ping, so communication client <-> alpha server works. It cannot connect from alpha server to OTS for some reason. Maybe changes in your engine are in wrong places or some of them are missing. You can replace Alpha server with this (it's compiled Kondra proxy)...
  8. Gesior.pl

    [EUROPE][7.6 / CUSTOM] Akademicki 7.6 Legacy

    It starts tommorow on 7 PM. Since 7.6 (otserv/avesta/YurOTS engines) there were few serious bugs in C++ that crashed/overloaded engines. Did you fix them all? network RAM leak when player is offline (RAM goes 100% and crash) house access list with regex (some custom house invite rules make...
  9. Gesior.pl

    Compiling TFS 1.5 Compiling problem

    "Nekiro TFS 1.5" is version before official TFS 1.4, often called 1.3 (there is no official TFS 1.3). There were many changes then, including some Item and ItemAttributes separation. Code from https://github.com/otland/forgottenserver/pull/2807/files is not compatible with Nekiro 1.5. I tried to...
  10. Gesior.pl

    Solved Generating minimap from otclient error

    Did you run mapgen (map for www) or minimap generator (minimap instruction: [OTClient] Generate full minimap for your server – HALP! (https://halp.skalski.pro/2020/06/05/otclient-generate-full-minimap-for-your-server/) )? Probably map for www, which takes GBs. What it showed in progress window...
  11. Gesior.pl

    Latest outfit images (13.20+) for website

    Unselect "Load idle animation when possible".
  12. Gesior.pl

    [USA] [14] TrueTibia | Since 2024 | Free to Play | No Resets | Long Term |

    From my 20 years of experience in OTSes, P2W players won't pay for extra 0.1% or 1%. 0.1% and 1% boosts are for players that like nice skins (outfits) in game or support server at all (pay for PACC etc.), but these players do not care about 'boost' at all, it can be 0%. So by adding 0.1% - 1.0%...
  13. Gesior.pl

    [USA] [14] TrueTibia | Since 2024 | Free to Play | No Resets | Long Term |

    Is it 0.1%, 1%, 10%, 50% boost? It's simple. You pay -> you are better in game = it's P2W. It's pretty simple definition. CS:GO is not P2W, LoL is not P2W and PUBG is also not P2W. All you can get are some cosmetics, which does not make you less visible in game. There were items in CS:GO that...
  14. Gesior.pl

    old boost libs or recent ?

    OTS engine expects specific ones. It should be easier to make engine work with newer libs than to get specific boost libs. Post your compilation errors and maybe someone will post fixes for them. Which? Nekiro 1.5? Nekiro 1.5 is TFS 1.3. Post link to engine you are using. Post link to engine...
  15. Gesior.pl

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    You can use it with probably any .exe file. Download Giveria client: https://giveria.com/Giveria%20Client%20v1.78.zip Giveria.exe is code from OTCv8 author that starts listening on some ports (7171 and 7172 - configurable) and then starts .exe. If you connect in that .exe (ex. Tibia client) to...
  16. Gesior.pl

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    Run on root/sudo: netstat -nalp | grep LISTEN on both VPS servers and post results. Replace OTS VPS IP with 1.1.1.1 and haproxy VPS with 2.2.2.2. It should look like this: tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 814202/./proxy_serv tcp 0 0...
  17. Gesior.pl

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    First you must get ping to proxy. P: 5000 means 'not connected'. Then you can debug why it cannot login to account/to game, but often after valid configuration of OTCv8 there is no problem to login to OTS. Remember to set in OTC server IP and port to 127.0.0.1:7171. Proxy system will take...
  18. Gesior.pl

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    I've talked with some small/mid OTSes people in last weeks. They said that they've talked with 'big OTS owners' and none of them really use WebSockets for proxy. Some of them tried, but it failed - they spent over a week to implement WebSocket with CF and it failed. CloudFlare docs say that 'web...
  19. Gesior.pl

    How to add new doors? TFS 1.5 downgraded to 8.6 (modal window version)

    Mark my answer as 'valid answer'. Let others learn from it. A lot of people use wrong IDs/names and think that script does not work.
  20. Gesior.pl

    Realesta 7.4 Corrupted OTS [PROOFS] [SPOOFING]

    2025 report of Realesta spoof? They have ~100 online right now and still spoof?! Realesta74.net - Free Multiplayer Online Role Playing Game (https://realesta74.net/online-list) I remember them spoofing 50-80% of online players with 2700 online on otservlist last year. All spoofed characters...
Back
Top