-
Notifications
You must be signed in to change notification settings - Fork 759
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
Improved atCommand(iteminfo) #3329
Improved atCommand(iteminfo) #3329
Conversation
This needs to be PACKETVER specific, as it won't work for old Clients |
Do you happen to have the min packetver? I can work that out. |
Just checked clif_format_itemlink. It verifies packetver and writes only whats compatible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Please check the following things before I can merge this
07fad84
to
b0340cd
Compare
@kyeme may you try making an npc with this?
does it render properly or also shows the tag like that? I think it might be the case that not every client supports those tags in the same places 🫠 I remember testing and checking client for |
2020 client doesn't support getitemlink in "mes". |
hmm well noted, my 2019-12-24 client "partially" supports it, it doesn't make the text clickable, but it does render the item name. |
Pull Request Prelude
Changes Proposed
Uses itemlink on iteminfo atcommand.
No longer list slots on iteminfo, itemlink contains slot information.