Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 3.9 KB

getting-started.md

File metadata and controls

65 lines (47 loc) · 3.9 KB

Getting started

Reffect does not come with any predefined display setups included. Instead users can create and share their own configurations.

Reffect has channels for discussion and sharing packs on the Raidcore (Nexus) Discord.

Boons display

Installing existing packs

Shared packs come as .json files. In order to install one, open the editor ingame and click on the Open folder button. Alternatively you can navigate to Guild Wars 2\addons\reffect manually. Simply drop the pack file into the packs folder and click Reload packs. Make sure to use Save changes first if you have done any unsaved modifications ingame. Also do not forget to copy any local icon files required by the pack to the icons folder.

If you want to learn more about making your own adjustments the pack(s) you just installed, see the documentation on elements.

Creating own packs

To start creating your own pack click on the New pack button. You will be prompted with a dialog to decide the file name. The pack file can not be saved outside the packs folder as it would not be loaded otherwise. Now you can start adding elements to the pack by right clicking in the elements tree and choosing one of the types of elements listed under Create. This right-click context menu is also where you can move, cut, copy or delete elements and packs.

Now you can start adjusting the elements, connecting them to specific effects or use filters to determine when they should be displayed. For further information, see the documentation on elements.

Finding effect ids

If your use case requires an element to be tied to an effect, you need the skill id or chat link of the effect. Either can be pasted into Reffect's effect id input ingame. This can sometimes be a difficult part about creating new displays.

Chat links for effects contain their id. For a lot of effects these can be found on the Guild Wars 2 Wiki. When searching for the effect by name, make sure the page is for the effect, not the associated ability or trait! Trait chat links will be rejected when pasted into Reffect ingame. Ability chat links however come from the same skill id pool, meaning they will be accepted and it can be more difficult to figure out what when wrong. (Hovering over the chat link on the wiki page will also show you the id.)

Wiki page for an effect

To quickly find the page for an effect you see ingame, start typing /wiki in your chat, then shift-click the effect and hit enter. In case there is no page associated with the effect id, the wiki will show you the chat link you pasted as well as the corresponding id.

Wiki chat link search with no results

The wiki also features a way to search a page by id and a tool to decode chat links.

ArcDPS captures effect applications, which can be seen ingame in Arc's log window. The log window can be opened by navigating to the About tab in Arc's options and clicking the log checkbox. Select combat area (self) and make sure buffapply is checked. Beware that the log displays some hidden effects, which are not supported by Reffect!

Effect ids in ArcDPS log window

Log reports generated by Elite Insights will show effect ids on hover in multiple locations. Beware that this may include hidden as well as virtual (negative id) effects!

Effect id in Elite Insights log report

Reffect itself also features a debug window under "Advanced" in the addon settings. This window allows you to see current traits, resources and buffs on hover.

Reffect debug window