Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include orbs to pricing #1159

Open
CabPiz opened this issue Dec 26, 2023 · 1 comment
Open

Include orbs to pricing #1159

CabPiz opened this issue Dec 26, 2023 · 1 comment

Comments

@CabPiz
Copy link

CabPiz commented Dec 26, 2023

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!

@Bellatrixie
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants