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

    items.otb editor new TFS 1.7

  2. oen432

    OTAcademy Discord

    Who hasn't...
  3. oen432

    [otcv8] how to send uid to client?

    What about onItemChange event? If the item in the slot of the initial item that the player tries to sell changes, you can simply close the "Selling" window and leave info box that "Item changed, try again.".
  4. oen432

    [otcv8] how to send uid to client?

    How? Unless there is some special system on the server where you can give players items directly to their bp. Otherwise you can't pickup anything, use hotkeys, use other modules like store or npc trade or player trade. And if they do it on purpose then nothing really breaks, they just put wrong...
  5. oen432

    [otcv8] how to send uid to client?

    Then use window:lock()
  6. oen432

    7.4 ots idea

    Nah, these numbers are too high, what are you, some casual player? 0.15x exp, skills, magic level regen off loot 0.1x gold drop 0.2x increased prices of potions, runes and ammo for gold sink monsters 40% faster, 35% more dmg, 50% more hp, 15% more defense 50% less movement speed per level all...
  7. oen432

    Mobile Game - Wich art style ?

    I prefer something original.
  8. oen432

    [8.6] [TFS1.5] Bronson Project + MyAAC template + Interactive Map App (WIP)

    These are races, calling them vocations is weird.
  9. oen432

    Removing .otb – Only Using .dat

    There should be shared lib for working on these files. If all the tools, servers and clients were using it then all you would need is edit the lib and recompile rest which is easy.
  10. oen432

    Removing .otb – Only Using .dat

    Are you a bot or something? I feel like I'm talking to a GPT wanna be AI. Client sends item ID with special position https://github.com/OTAcademy/otclientv8/blob/master/modules/game_actionbar/actionbar.lua#L1054 https://github.com/OTAcademy/otclientv8/blob/master/src/client/game.cpp#L861...
  11. oen432

    Removing .otb – Only Using .dat

    You have no idea what you are talking about. Check how hotkeys work, there is no position or stackpos involved because client doesn't know about every single item of given type that the player possess. That's why you can use an item with a hotkey without actually having one in inventory. Iirc...
  12. oen432

    Question about OTCV8 Client (Modules removal)

    Simple hex edit of that ignore and you can load unencrypted files.
  13. oen432

    Removing .otb – Only Using .dat

    That is false. You can't have multiple items with same client id. You can have multiple items with same sprite id, yes, but not client. Client-Server item communication depends on client ids, like when you use a hotkey with an item, you are sending client id. What do you think would happen if...
  14. oen432

    Removing .otb – Only Using .dat

    Shit tons of hardcoded values.
  15. oen432

    Sharing Aetherion: a Python-based game engine inspired by Tibia (looking for curious testers/devs)

    So where is the link to the repo? Also why SDL version 2 and not 3?
  16. oen432

    1866 mhz DDR4 - is it enough?

    Yes
  17. oen432

    (proximity) voice chat

    Yup, that's why not a single mmorpg has this feature 😂
  18. oen432

    OTClient OTClientv8 Compile - 2025

    https://github.com/OTAcademy/otclientv8
  19. oen432

    📊Why would you play OTS in 2025? Community survey

    Kind of wrong place for such poll. There are way more server owners or devs on otland than players.
  20. oen432

    Team Naruto Kensei

    Ah yes, I have heard he is still looking for people after 15 years.
Back
Top