MrAntares/roBrowserLegacy

Equipment Info

Closed this issue · 4 comments

Missing feature
Right Click > Check Equipment Info doesnt show

We receive the packet, but the function that handles it is empty, because I couldn't clone properly the Equipment window without it breaking everything. We probably need to touch the cloning so it won't cause conflicts. Right now if we do a shallow clone it's just not enough, because we need to redo every function that is needed for the window to work, and if we do a deep clone it will just keep all the function references to the original object, causing a ton of conflicts.

It really needs UI like the Equipment just without the other functions

I am almost done implementing it on my side though tested only for latest packet 0xb37 for PACKETVER >= 20200916

V0
image

V1
image
image

V2
image

I try on packetver 20190625 , i got an error

Screenshot-info-error

implemented at #413