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

    Feature [TFS & OTClient] Progressbar for creatures

    I'm having problems with this system: When using the progressbar functoin in lua, everything seems fine, and the events to the client are also triggered, but percent is always 0, it seems its never updated, and the bar is never shown. Anyone? Ok my bad, I went again the code, I did it wrong when...
  2. samco

    My League Of Legends Sprites in Tibia!

    Im in mobile now and cant draw lines for referencing. But feet and butt should be aligned, they are in any of the picturrs or models you showed. They are not in your sprite. As I said in my first post. Is good sprite but pose migth need some corrections
  3. samco

    Best stack for custom OTS

    Could you elaborate that? What bugs are present in 1.4.2, which is latest stable release from otland.
  4. samco

    Best stack for custom OTS

    1.4.2 and mehahs if you want full source access. You can also go for otcv8 it you plan to do almost avverything in client by lua
  5. samco

    My League Of Legends Sprites in Tibia!

    Sitting or shitting?
  6. samco

    My League Of Legends Sprites in Tibia!

    Its a good sprite, but it looks like hes flying on a jetpack lol
  7. samco

    Solved Mehah's OTClient New Stats not correctly processed.

    Hello, I'm currently working in a custom server with my own combat system and stat system (there will be no Skills etc.) Server side I'm using TFS Release 1.4.2. Fopr the client, im using lattest Mehah's Code. The thing is: I already modified both server and client in order to send / receive...
  8. samco

    Avaricia 3D - Development Thread (Modeling, Texturing, Rigging, Lightining, and more!)

    Im glad this project is slowly moving on. I can see you fixed some animations ( like walking) now you need also to fix the interaction one, and maybe add rotation animations. I know this is a prototype, but so far, basics are quite ok. Is this planned to be multiplayer or SP? Is there any...
  9. samco

    Avaricia 3D - Development Thread (Modeling, Texturing, Rigging, Lightining, and more!)

    Ok you have no idea about 3d or game development
  10. samco

    create a new tooltip in .lua otclientv8

    People sell this, so dont expect people to help
  11. samco

    OTclient 12.72

    Yes
  12. samco

    C++ Eq from skills

    You have to look inside player. You are missing a parameter in the function. You even have the error
  13. samco

    C++ Eq from skills

    I assume that's the correct place but you are missing the skill you want t ocheck from the player. So you have to check: Does the function getSkillLevel exists for players? If yes, then you need to sent the correct parameter that in this case should be an skill ID. I am not sure if you can...
  14. samco

    Happy 4th of July!

    Thank you! Today is my birthday. Very kind from your side to create such a post!
  15. samco

    OTClient - CandyBot error

    You wanted help from the forum, and maybe you can share how you solved it so others can benefit from that.
  16. samco

    TFS 1.X+ I added an account manager

    If you are not doing the sort after every insertion of the characters, you dont need it after the account manager insertion, but character list wont be alphabetically ordered Now im at PC, please try this one @abdala ragab : // -- if (result) { do { if...
  17. samco

    TFS 1.X+ I added an account manager

    Move if (account.id != 1){ account.characters.push_back("Account Manager"); } after std::sort(account.characters.begin(), account.characters.end());
  18. samco

    Tibia 3D Multiplayer Project - what do you think?

    Web-client is not working or activated in your webpage.
  19. samco

    Lua Lua Dump Result

    We still dont know what do you want.. it looks like a json. Maybe its just lua. Anyway, when it gets dump, where to parse it etc
  20. samco

    OTClient 1.0 (Release)

    But edubart/otclient != Mehah/otclient, or the docker was created like that? About the error, not sure what is wrong
Back
Top