Coder Social home page Coder Social logo

Comments (12)

KENNYSOFT avatar KENNYSOFT commented on July 22, 2024 1

@Kagamia For expandToolTip, see my code in KENNYSOFT@a5ff4b5

Like this:
1022246

from wzcomparerr2.

KENNYSOFT avatar KENNYSOFT commented on July 22, 2024

I think expandToolTip flag matters to that issue.

See below:
image

Only this Party Quest Set has that flag.

from wzcomparerr2.

KENNYSOFT avatar KENNYSOFT commented on July 22, 2024

Also, if the "parts" flag is on, then the 'typeName' should be "(Equip)" if there isn't exist 'representName'

from wzcomparerr2.

Sunaries avatar Sunaries commented on July 22, 2024

Hm, in SetItemTooltipRender.cs there is this part:

                    itemName = itemName ?? string.Empty;
                    typeName = typeName ?? "Equip";

                    if (!Regex.IsMatch(typeName, @"^(\(.*\)|(.*))$") && !Regex.IsMatch(typeName, @"^(\[.*\]|(.*))$"))
                    {
                        typeName = "(" + typeName + ")";
                    }

@Kagamia
Is it possible to move the "X Set Items Equipped" window to the right side, like in-game?

The item has the property expandTooltip enabled which means there is a third window. Right now, WCR simulated both as second.

from wzcomparerr2.

KENNYSOFT avatar KENNYSOFT commented on July 22, 2024

@Sunaries That code is not related with this issue. it doesn't care about 'parts' flag.

from wzcomparerr2.

Kagamia avatar Kagamia commented on July 22, 2024

Yes, there are not any special flags defined in wz, so it can't be simulated perfectly same as the game, except hard coding.

from wzcomparerr2.

KENNYSOFT avatar KENNYSOFT commented on July 22, 2024

@Kagamia There are some special flags like expandToolTip and parts :)

from wzcomparerr2.

Sunaries avatar Sunaries commented on July 22, 2024

Yup. expandToolTip does like the name suggests. It expands the tooltip window to having a third window since it's too big otherwise in the game.

from wzcomparerr2.

Kagamia avatar Kagamia commented on July 22, 2024

So, maybe the parts make sense 😄
I've checked all set items with the parts property, all of them are pet equip sets, and all of them are shown with Equip tag.

from wzcomparerr2.

Kagamia avatar Kagamia commented on July 22, 2024

@KENNYSOFT Thanks, I'll read it.

Perhaps I will drop by to bring CombineProperties to another place.

from wzcomparerr2.

Sunaries avatar Sunaries commented on July 22, 2024

I think @KENNYSOFT meant KENNYSOFT@a5ff4b5

from wzcomparerr2.

KENNYSOFT avatar KENNYSOFT commented on July 22, 2024

@Sunaries Oh right! thanks :)

from wzcomparerr2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.