Skip to content

A fabricmc mod for generating wynnbuilder urls in-game.

License

Notifications You must be signed in to change notification settings

pozgerab/WynnBuild

Repository files navigation

WynnBuild

A mod for generating WynnBuilder urls in-game.

This mod just got updated to the latest wynncraft version, some features are not available yet

Usage

Opening your character info gui or ability tree will gather your info for your build. If you make changes to your build, make sure to manually fetch the info again with the Read button on the right bottom side of your screen.

Pressing the BUILD button in the bottom right side of your screen will generate and output your build url to the chat that you can copy and share.

Powders

As it isn't possible to tell what tier is a powder on an item, you can set a default value for it in the config screen. For specifying each powder level, you'll need to do that in the actual builder.

Config

You can configure the mod with /build config command. You can disable all buttons or access the encoded value of your current atree. Ability tree presets are also configurable.

Custom / Crafted Items

You can now use crafted (or custom if you're using the builder) items in your builds. The mod detects crafted items automatically and use them in the build. Custom item are only available in the Builder

Ability Tree Presets

You can create or delete ability tree presets in the new menu opened by /saveatrees or /build saveatrees. Your current class will be assigned for the saved builds. You can also access the config in the .minecraft/config/wynnbuild.json file.

After saving your first preset, in the abilty tree menu, the names of your classes' available saves will appear. Clicking the Load {savename} button will set your ability tree to the saved atree. (Make sure to reset your atree before doing this). This may take up to half a minute or more, but don't close the inventory during the process.

You can disable the preset loader buttons in the main config screen (/build config).

Saving items

You can save any item from your inventory or with the use of the WynnCustom hash code (COPY HASH). You can use these items in the Builder. You can open this menu with ( /build saveditems ). This feature is in beta, filters and QoL changes are currently in developement. Saved item menu

Builder

You can configure your builds even more with the use of the in-game builder (/build builder). You can provide your currently equipped equipment or any saved item.

Item Stat Precision

You can calibrate how precise your stats will be by specifying if the saved item will be passed to the builder as a custom item (precise stats) or as a default item. As default, this is set to always use the default item with average rolls.

  • Never: Items are always passed to the builder as default items, tries to force custom items as default items (rolls always apply)
  • Off: Items are passed to the builder as default item unless it is custom.
  • On: Items are passed as custom items (precise stats) if the item is selected (doesn't include EMPTY SAFE)
  • Force: Forces items to be passed as custom items (even when not selecting items and only using EMPTY SAFE)

This builder ignores requirements for more customizability. Builder menu

Note: the mod is still under development, more features, easier usage and QoL changes are yet to come.

All the data (items, tomes, etc...) are from hppeng-wynn repo