Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to game protocol 13.10 #4591

Merged
merged 7 commits into from
Dec 13, 2023
Merged

update to game protocol 13.10 #4591

merged 7 commits into from
Dec 13, 2023

Conversation

omarcopires
Copy link
Contributor

@omarcopires omarcopires commented Dec 12, 2023

Pull Request Prelude

Changes Proposed

  • Update protocol for login in version 13.10.
  • Update item otb to 13.10.
  • fixes the life and mana limit on the life bar.
  • A new function in Lua to disable login screen music.

Note: It is still necessary to create functions to add sounds to game actions, but with the protocol this can be easier.

src/protocolgame.cpp Outdated Show resolved Hide resolved
src/protocolgame.cpp Outdated Show resolved Hide resolved
src/protocolgame.cpp Outdated Show resolved Hide resolved
@otland otland deleted a comment from omarcopires Dec 13, 2023
EPuncker
EPuncker previously approved these changes Dec 13, 2023
@ranisalt ranisalt merged commit ab1d313 into otland:master Dec 13, 2023
23 checks passed
@ranisalt
Copy link
Member

Let's go 🚀

@omarcopires omarcopires deleted the protocol-update branch December 14, 2023 17:54
@fernandorrmartins
Copy link

@omarcopires what client can i use to login? Otclient does not support 13.10

@ranisalt
Copy link
Member

@fernandorrmartins if you mean github.com/edubart/otclient, development ceased a few years ago before Tibia 13 launched. You'll have to use github.com/mehah/otclient or another up-to-date fork.

@fernandorrmartins
Copy link

@ranisalt thank you
Where can i find .dat and .spr to 13.10?

@Codinablack
Copy link
Contributor

@fernandorrmartins there is no 13.10 .dat and .spr the main client moved passed using those for managing their assets and instead use protobuffs now. They are stored in the assets folder that is created from the installation. If you need help finding them, message me on otland. I have same name and icon on there.

@Zbizu
Copy link
Contributor

Zbizu commented Mar 27, 2024

@omarcopires what client can i use to login? Otclient does not support 13.10

I remember opening a PR with protocol fixes for otc redemption for 13.20 or higher so it should be compatible with 13.10 as well.

@Codinablack
Copy link
Contributor

@omarcopires what client can i use to login? Otclient does not support 13.10

I remember opening a PR with protocol fixes for otc redemption for 13.20 or higher so it should be compatible with 13.10 as well.

13.20 Is definitely supported, however 13.10 is not for some reason. If you try to just manually add it to the list of clients and use it anyway, you get packet errors. I have specific packet errors in my log if you care to help us figure out how to fix it, as mehah definitely said he will not be bothering with it.

@luanluciano93
Copy link
Contributor

luanluciano93 commented Mar 28, 2024

@omarcopires what client can i use to login? Otclient does not support 13.10

I remember opening a PR with protocol fixes for otc redemption for 13.20 or higher so it should be compatible with 13.10 as well.

13.20 Is definitely supported, however 13.10 is not for some reason. If you try to just manually add it to the list of clients and use it anyway, you get packet errors. I have specific packet errors in my log if you care to help us figure out how to fix it, as mehah definitely said he will not be bothering with it.

send me the errors I created a PR for you with version 13.10.
discord: luanluciano93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants