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. |
MishimaHaruna
left a comment
There was a problem hiding this comment.
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.