Kagamia/WzComparerR2

Genesis weapon skill tooltip question

Closed this issue · 9 comments

The Genesis weapon has a separate tooltip that shows the two skills that can be obtained while completing the quest.
This tooltip is located above the set item window, and, incidentally, the set item tooltip for the lucky item being applied is also displayed above the set item tooltip.
Is it possible to implement another tooltip on top the set item tooltip?
Although it is KMS, an image is also attached.

dfgdfgfdgdfgfhfhhjjgjj2

Do you have any idea that how the skills are stored in wz file?

Actually, in my plan, I thought it would be okay to only print text tooltips for Genesis weapons on top of the set items.
So, I thought it would be okay to print it out by referring to the skill item in the string.

Thanks, but I think the actual problem is that how to identify these weapons without hardcoded IDs.
Does it declare the corresponding relationship of skills somewhere in wz?

First of all, in my think opinion, since the Genesis weapon is included as a weapon in the Eternel set, the first condition is that it is a weapon, and the second condition is that if the set item code is an Eternel set the tooltip is displayed...

So it is more like some kind of hard-coded rules.

I also confirmed with some experts and also get the truth that the things are not explicitly declared in wz, Genesis weapons are all hardcoded with item IDs in maplestory.exe.

Let‘s file a work item as your described, active the widget when meet specific setItemID and for weapon type only.

1472275(2)
The layout is a little different between KMS and CMS, just implement CMS style.

Thank you very much the Release.
Later let's try jokertoseitem, which I am personally trying to implement by referring to the code.
(Maybe, pich[2] = genesis + Joker + Set)

Joker part won't be considered as charaSim scope because it is hard to determine the active set names, the actual behavior varies by all over the gears you're wearing, a title with empty list also looks confusing.

Now that I think about it, I think it would be better not to do it. You can close the issue.
Adjusted for KMS.

1472275.png