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

    Lua [TFS 1.4] Changing item uid, is this problematic?

    That is one way to do it, you could also Game::addUniqueItem, but why bother doing all that? If actionId is not enough there are custom attributes (you can use Item::setCustomAttribute to set them), and these will serve you way better.
  2. M4rcin

    Job exp rate explanation

    Did the job for him (which was rather easy, misconfigured events.xml) and he refused to pay - my bad for not taking the prepayment.
  3. M4rcin

    [Poland] [8.00] Trapera | Edited Karmia/Vanilla | Start 27/01/2022 at 17:00 CET

    If we are talking disappearing black tiles on the screen edges, then this is most likely the case, the server sends the tiles to your client a little too late. It usually happens when client prewalking allows players to move too far from their server position, and the server is not yet aware...
  4. M4rcin

    [Poland] [8.00] Trapera | Edited Karmia/Vanilla | Start 27/01/2022 at 17:00 CET

    Friendly advice, your black tiles are most likely due to desync/buggy dash, vertical sync or optimization level has nothing to do with it. If you don't have otcv8 walking implemented, I suggest you turn off the dash or at least lower maxPreWalkingSteps. Another way around would be to tweak the...
  5. M4rcin

    Cap Bug - OTCv8 7.72 Protocol

    I think he wasted his time if you cannot figure it out by now, because you have to do the same thing there. Also, you should be aware by now that your thread name is wrong too, the issue is your engine, not the client.
  6. M4rcin

    Cap Bug - OTCv8 7.72 Protocol

    You should post in the support section PS: Why grep if you can get mocked on the forum? ¯\(ツ)/¯
  7. M4rcin

    [TFS 1.3] Online Premium Points

    This should work for 1.X, are you getting an error or what?
  8. M4rcin

    Lua -=[TFS]=- 0.4 8.60 [Monster] .lua All Element of Attack Here

    here, if that's what you are asking for :oops:
  9. M4rcin

    Resurrection of Faloria 7.4

    Haha nice project and the name bud, have you played cip valoria back in the day, or the name is a different story? :)
  10. M4rcin

    The Violet Project - CipSoft Reverse Engineering Project

    Wouldnt they if hands slots were busy? Or would that require item equip registration?
  11. M4rcin

    TFS 0.X why necromancer revive rune is getting a delay?

    Have you considered looking at the corpse? Unmovable corpses have a different ID than the ones (movable) that they decay to
  12. M4rcin

    Can't Login into my server using different Otclient

    Put breakpoints into your protocollogin.cpp and see for yourself
  13. M4rcin

    TFS 0.X Total experience buggy

    You are propably overflowing the value you send
  14. M4rcin

    TFS 1.X+ blessing script error - C++ exception

    Hm, then you'll have to put some breakpoints and debug it properly :C Keep in mind it's a C++ exception, so you should rather look into your C++ code, not Lua @edit My bad, the issue is actually in your Lua...
  15. M4rcin

    TFS 1.X+ blessing script error - C++ exception

    I'm assuming you are not missing this commit, no? https://github.com/otland/forgottenserver/pull/3574
  16. M4rcin

    Hide Item attributes in TFS 1.2

    Yes, by editing these lines. https://github.com/otland/forgottenserver/blob/521198c501a4aa75bc92e8bc454098562fec88df/src/item.cpp#L1094 Unless you change the types you cannot, its stored as int here...
  17. M4rcin

    Looking for help regarding acronyms and client versions in OTs

    https://github.com/otland/forgottenserver That's your engine - TFS 1.4, it supports 10.98 out of the box, but it's not that hard to downgrade. It's actively maintained and there are a lot of users that use it too, so it's easy to find help if you need it. Tutorials on how to compile can be found...
  18. M4rcin

    OTClient [TFS 0.3.6] OTClient getting Ping

    Getting them to work properly is more work than downgrading on your own. Recommending these to a newcomer is straight-up sadistic. Don't cut corners guys or you'll hurt yourself 🙄 Especially if you are new, you shouldn't use outdated software that is no longer maintained. Is it actually? 1.4...
  19. M4rcin

    Proof of concept of a new game engine

    Not only high ping, but lack of it is also easily noticeable even on your local server. Later can be fixed too, there are modern approaches that can solve most of the desync issues and I have my project to prove it, and you don't even need an account to test it. I'm not trying to be cocky but...
  20. M4rcin

    Homage: A Link to the Past.

    Going the PXGish path is a way to go. If you want to create a tibia-like game, use the tibia tools and then substitute the sprites with Zelda-inspired ones. I'm cheering for this project, keep it up!
Back
Top