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

    Which server is the best Open Tibia server through history ?

    Some time ago I played a server called "ruthless chaos". It was pretty fun. Loved the lore, all the systems (such as mining, gathering, dungeons without chests in the end, etc). They used to have a max level limit before someone killed all the bosses from lore. I think max level was 100 and, if...
  2. drakylucas

    HELP ME PLEASE ! URGENT !

    It's missing "where" clause in your Sql statement table.insert(queries, "update players set level = " .. config.newLevel .. ", experience = " .. config.newExp .. "" .. (config.resetMagic and ", maglevel = " .. config.newMagic .. "" or "") .. (config.resetHealth and ", health = " ...
  3. drakylucas

    Proof of concept of a new game engine

    Good lucky in your project! Just expressing my humble opinion, if the protocol of tibia is not well optimized as it could be (due to old technology perhaps?), recreate them in your way. This way, you only have to rewrite some things on otclient and we can have a modern server-side with...
  4. drakylucas

    ExpPotion tfs 1.3

    Yep, adding above code from @Xikini and not removing the addEvent part should also work. This way, when player login again, the addEvent is added again (in case he still have some time). You can also edit this onLogin function to add a message in case the timer expired while the player was...
  5. drakylucas

    ExpPotion tfs 1.3

    In your prints, you're not printing the ID of the potion, but the exp before/after. As it did not print "potion found", I suppose it didn't found the potion in "expPotion" table. Where are you defining the storage number for STORAGEVALUE_POTIONXP_ID and STORAGEVALUE_POTIONXP_TEMPO? I...
  6. drakylucas

    tfs.service: Main proccess exited, code=killed, status=11/SEGV

    Is there anyone on your database with an invalid town ID? (I'm not so good reading logs, but it seems the error started while saving a player, and happened because something related to townId)
  7. drakylucas

    TFS 1.X+ [TFS 1.3/4] Wrong SQM's/Tiles blocking?

    Maybe related to this? https://github.com/otland/forgottenserver/pull/3390 I don't know if Nekiro downgrade cherry-picked these commits
  8. drakylucas

    Any good OTC OTUI explanations?

    I think it's pretty similar to CSS. Try learning the basics of css, such as positions, margin, padding, etc.
  9. drakylucas

    Self-Made Tibia Bot project :)

    As far as I remember, battleye is not working on Mac and Linux, so it shouldn't be that hard to make a bot in these platforms. I believe, on Linux, you can read memory from tibia and make your bot react using it, instead of taking screenshots every second and parsing them.
  10. drakylucas

    OTClient Aura Placement

    I'm not saying whether you should or not use his sprites, but accusing him because he didn't protect his files very well is not the right thing to do. For instance, If you let your electronic gate opened by mistake for an hour or two, it don't give others the right to steal everything on your...
  11. drakylucas

    does player:addExperience() ignore stages?

    In that case, isn't the function in compat.lua wrong? I mean, it will multiply twice if useMulti is true (one in that function and the other in onGainExperience event) https://github.com/otland/forgottenserver/blob/58c5deba36d86858308baf51640cca88cd103a57/data/lib/compat/compat.lua#L674
  12. drakylucas

    does player:addExperience() ignore stages?

    Yes, it ignores, but there is a compat function that you can use that will make use of stages if parameter is set to true. https://github.com/otland/forgottenserver/blob/58c5deba36d86858308baf51640cca88cd103a57/data/lib/compat/compat.lua#L674
  13. drakylucas

    Whats your Computers Stats?

    Ryzen 5 3600x Rtx 2060 2x8gb 3200mhz RAM vangeance (corsair) B450m gaming 2x 1Tb ssd From KindDian Cv650 (corsair) Screen: 23.8 inch 160hz from Acer (forgot the model, I'm not at home right now) Keyboard: logitech g213 prodigy Mouse: logitech g103 Headset: hyperx cloud stinger
  14. drakylucas

    TFS 1.X+ Linux for 1,3 tfs, with best ?

    https://askubuntu.com/questions/1252741/installing-libfmt-dev-in-ubuntu-16
  15. drakylucas

    Tibia Lending and Borrowing

    Pawn shop is a good idea, but the prices shouldn't be based on market.. It could be easy to abuse (just sell/buy some trash on market that no one would buy to a friend, and you already have a very expensive item on market that actually doesn't value anything).
  16. drakylucas

    Tibia Lending and Borrowing

    In my opinion, it won't work. It would work if players could have only one account/character (as in real life) but I don't think you can limit it in a safe way (people can create many accounts, and change their IPs). Another negative point is that it's too complicated. It must be easy to...
  17. drakylucas

    Discussion: Would a web-based OT be welcome?

    Very nice!! Good luck with your own game! I liked a lot the interface / ux, and it seems you already coded a lot of stuff (monsters AI, spells, smooth walking etc). I've ever thought how would it be to develop the server side in nodejs... But I'm not so good with it, I only know how to create...
  18. drakylucas

    TFS 1.X+ TFS 1.3 onSay param broken...

    I'm not sure, but isn't param an array? Try to check param length and checking param[1]
  19. drakylucas

    OTClient 1.0 (Release)

    Very nice job!! Any chance to add hotkey bars (as on tibia 12) on your client? Also, what are your next priorities while working on this client? Regards
  20. drakylucas

    Computer engineer looking for a relaxed job in a well-established project

    Another typo: Language skills Monther tongues: Spanish and Galician
Back
Top