You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's quite easy to add to the project. It has OrbType.cs where you add AwakenedSextant as example.
Then in both:
SetTabBuyoutViewModel.cs
SetBuyoutViewModel.cs
add "Awakened Sextant" to the list.
And then in CurrencyAbbreviationMap.cs just add this: AddItem("Awakened Sextant", "awakened-sextant");
where "awakened-sextant" is format used on poe forum to display spicific currency. https://www.pathofexile.com/trade/about
The hardest part is to install VS Code with C# development tools and then build the solution.
Hello!
I would like to have more currencies to put the price in the items:
Glassblower's Bauble
Instilling Orb
Veiled Chaos Orb
Awakened Sextant
So I could receive these currencies when selling my items.
Thank you very much!
The text was updated successfully, but these errors were encountered: