• 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

    [WARNING] Custom OTC/OTCv8 Game Store hack

    Oh then that's not mine for sure. Big yikes tho.
  2. oen432

    [WARNING] Custom OTC/OTCv8 Game Store hack

    So this looks like some custom edit of my old store that got leaked long time ago. By the looks of it, some variables have the same name (and even that json error string) but rest is different (mine is not creating ui in init, I don't have all these vars either).
  3. oen432

    Hire me - fully configuration

    Good, nothing makes me happier than leechers using outdated code with missing fixes and potential improvements. It's even better when they reach out to me and ask for help with these systems 🤣
  4. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    It wasn't available back then. And I didn't want to introduce source changes into this system.
  5. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Have global variable for each enchant index. Then simply create empty table local PLAYER_ATTRIBUTES = {} and in onLogin PLAYER_ATTRIBUTES[player:getId()] = {} (also set to nil on logout). All you then need is functions to work with that. On login, iterate inventory and set attributes, on...
  6. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    What the hell are you on about? There are at least few posts in this thread where I specifically stated how many hacks and weird shit was done in this script and how much work it requires and if you are not a dev then it's more than unusable. I've recreated Path of Exile crafting system (1:1, no...
  7. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Eh, all these loops, ugh, hate this system, even as a good base it's just cancer. Just cache the attributes and sum values instead of checking each item and each of the attributes every time. Shit will be 100x more efficient.
  8. oen432

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    No worries, this entire system is not well written.
  9. oen432

    Tibia In Unreal Engine?

    All he will learn is that UE is the worst choice for this type of game.
  10. oen432

    TFS 1.X+ Any creative solution to block market for Roogaard?

    Why can't you just edit sources? Are you using some datapack that doesn't have sources and only precompiled server?
  11. oen432

    Should Tibia finally evolve into 3D?

    I mean there are like two games, one is literally Tibia 3D and the other one is very much based on Tibia, also in 3D. Don't remember the titles.
  12. oen432

    Should Tibia finally evolve into 3D?

    And that's 25 years of people discussing "what if Tibia was in 3D"
  13. oen432

    Otclient DirectX after compilation in visual studio error 0xc0000022

    How would that even happen. Vcpkg manifest is responsible for installing necessary libs.
  14. oen432

    Otclient DirectX after compilation in visual studio error 0xc0000022

    I don't get all this trouble you are having. Really all you need is just install latest vcpkg, boostrap and integrate it, open solution in VS 2022 and press Build.
  15. oen432

    TFS 1.X+ [8.0] Cast System - TFS 1.5

    He does. It's part of my "spectating system", as GM you can watch others anytime you want without them noticing. It also has input (keyboard and mouse) monitoring. And you don't have to leave the game or anything, just use command and your client turns into the other player's client.
  16. oen432

    OTClient How to use image cliping in otclient

    image-border: 2
  17. oen432

    server with custom spells ?

    RevolutionOT but we are not really ready to go full on public yet (it's mostly players from previous eras), there is a big update (and wipe) coming for last beta phase. We do have very unique spells. https://streamable.com/94tyy4 And rarity with upgrading https://streamable.com/0oxdks
  18. oen432

    Compiling Error Compiling OTCv8 - LNK 2001 unresolved external symbol __std_remove_1

    https://github.com/OTAcademy/otclientv8?tab=readme-ov-file#windows If you still have this error then add avrt.lib to linker.
  19. oen432

    Programmer Looking to buy guild module

    Mine is for newer TFS, not gonna bother making it work with 1.2.
Back
Top