• 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

    TFS 1.X+ Recomended VPS/Dedicated to BR players

    I've installed OTCv8 proxy system on 90+ OTSes and 500+ VPSes in last 12 months. They all worked great until around 2025-07. IDK, if https://tempest.net/ is an answer, but at least it worked once in last 2 months, where all OTCv8 configurations - even some with 30+ OVH VPSes failed. More...
  2. Gesior.pl

    Market system tfs 1.5 - no show items

    It's problem with probably all 7.x/8.x downgrades from TFS 1.x. They all use 10.x depot structure (with Inbox, Market and XX boxes for XX towns inside - from times, when RL tibia combined all depots into 1) and somehow tries to make it work like old depotbox-depotchest structure with separate...
  3. Gesior.pl

    OTClient if more than 50% mana use exevo gran mas frigo if less than 50% mana use exevo gran mas tera. any solutions?

    In OTCv8 bot? In OTS .lua spell that will cast different spell for same words depending on player mana?
  4. Gesior.pl

    Monster instant respawn - not desirable

    There is some custom system to make spawns 'unblockable' with spawn time 1.4 second. Maybe that's a problem, maybe all/most of monsters use that system: https://github.com/Brunowots/RealMap-Global-8.0-With-Mount-Market-TFS-1.2/blob/main/src/spawn.h#L104...
  5. Gesior.pl

    how to run a server on my ip?

    Yes. If you can. My internet providers require cable connection to router, to configure it. I cannot connect with WiFi and manage router. I got 4 internet providers at home. 2 of them (LTE/5G - mobile) do not offer any possibility to host server at home (they have less IPv4 IPs than clients, so...
  6. Gesior.pl

    An idea for a pig breeding system

    You cannot change creature name - there is no such packet in Tibia protocol, it would require a lot of C++ changes/hacks to make it work. Simplest way to do this, would be to remove given pig and create new monster/NPC on same position. I think it will be easier to achieve with NPC (with...
  7. Gesior.pl

    how to run a server on my ip?

    Yes. You will faster understand how Linux works, then configure home network to host OTS. If you register with my referral code, you will get 20 EUR to spend on servers for free: https://hetzner.cloud/?ref=b8220t4eIakD You can get 4 cores, 8 GB RAM server with 1 gb/s network for 75 days with 20...
  8. Gesior.pl

    OTClient OTCV8 wrong spells direction

    Do you test it on normal character or GOD? Can you check, if it works fine on GOD? There is some bug in OTCv8, that makes character turn in client, without notifying server or server rejects this 'turn request', but you are still turned in client.
  9. Gesior.pl

    Best way to auto-value items?

    For popular things on unregulated markets - player can "pick which 'item' he wants to buy" (can buy more expensive one, instead of cheapest), on regulated markets you must buy by lowest/highest price without knowing who is a seller/buyer -, common formula is to cut top/bottom X% of prices...
  10. Gesior.pl

    Best way to auto-value items?

    What do you plan to do with that information? Make items easily sellable in some Lua script 'for that price'? Show their value in loot message? or just show statistics of avg price on website/in market module in OTC? It's unregulated market, so it can be abused by anyone to increase/decrease...
  11. Gesior.pl

    OTClient for Web Browsers

    Most of OTSes use cloudflare.com, that caches client/updater files and serve them from closes location to user (using CF CDN). Ex. stats from 500+ OTS - 75% cached. On first day, when players downloaded ~300MB client, 50% of them get client from CF cache (366 GB from server, 350GB from cache)...
  12. Gesior.pl

    OTClient for Web Browsers

    There is no video streaming. It does not use any extra transfer to stream/download any images. It runs C++ app in web browser using WebAssembly | MDN (https://developer.mozilla.org/en-US/docs/WebAssembly) It uses the same bandwidth as normal client. WebSocket protocol may add some extra data to...
  13. Gesior.pl

    TFS 1.X+ weapon leveling 1.4.2 TFS

    I think he does not want 'onUse' script, he wants script that detects, when weapon hits monster/player. There is no Lua event for this in TFS 1.4. You must add it in this line: https://github.com/otland/forgottenserver/blob/1.4/src/player.cpp#L3261 Code generated with AI in ~5 minutes - 2...
  14. Gesior.pl

    Clone Money 7.72 OTX Server/TFS/Softcores 1.0.X.S

    I CAN BE. I've seen at least 3 different 'bank balance for all NPCs' implementations on 10+ OTSes in last 5 years, that had some weird math errors (made by someone who does not understand math/logic or did it on purpose) which cloned money in some way: by delivering items to players without...
  15. Gesior.pl

    Clone Money 7.72 OTX Server/TFS/Softcores 1.0.X.S

    If there are no crashes, it must be some kind of item clone (IDK any on OTX) or wrong config of NPC/Lua scripts. My friend had similar problem on 500+ online OTS - few weeks ago - and it took him 3 days to finally start tracking prices of items bought from/sold to NPC to find out that one NPC...
  16. Gesior.pl

    OTClient Extract OT Map from OT Client

    Minimap files of RL Tibia client and OTClient do not contain information about item IDs (needed for RME). Just colors (1 of 255 colors available on minimap). As RL Tibia and OTSes don't want you to steal map easily. Newest map tracking tool I found in google is...
  17. Gesior.pl

    OTClient Where can I find the public RSA key OTClient?

    It's also available in p,q,e,n,d [n/rsaModulus is public key] format in TFS 0.4. There are all private and public key values as INTs: https://github.com/otland/tfs-old-svn/blob/curated/r3884/config.lua.dist#L109-L117 EDIT: Public key is also available in OpenSSL 'public key' format (like...
  18. Gesior.pl

    Complaint Why has admin not explained anything to me about a 2 week reply ban that’s lasted 18 days?

    Simple answer is: You are lucky. Your OTLand account should be deleted already. Is your question: Why do you get 18 days ban on "2 weeks" ban? IDK, maybe because of all your posts. It should be probably instant account deletion after first post. Maybe you get 14 days ban on OTLand for some...
  19. Gesior.pl

    TFS 1.X+ Gesior Acc 1.x show wrong players online number

    TFS since 1.0 has code to insert/delete player GUID in C++: https://github.com/otland/forgottenserver/blob/1.0/src/iologindata.cpp#L143-L152 and database structure of table players_online has player_id as primary key, so player GUID cannot be added twice to that table...
  20. Gesior.pl

    Latest outfit images (15.20+) for website

    Updated images to 15.10 Links are the same. OVH - France - host (https://outfit-images.ots.me): Idle (player outfit): Walk (player outfit): Idle (monster outfit - no idle animation): Walk (monster outfit): Example URLs...
Back
Top