mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-14 20:15:51 +00:00
71 lines
2.7 KiB
Markdown
71 lines
2.7 KiB
Markdown
---
|
|
title: FAQ
|
|
---
|
|
|
|
- **Where can I change settings, league?**
|
|
|
|
Open Path of Exile and press overlay key `Shift + Space`. Click on the button with cog icon there.
|
|

|
|
|
|
- **Where can I find the logs?**
|
|
|
|
In the settings under the "Debug" tab.
|
|

|
|
|
|
- **Is this app approved by GGG? Can I get banned for using it?**
|
|
|
|
There are no approved apps created by community. If app complies with the [game ToS](https://www.pathofexile.com/legal/terms-of-use-and-privacy-policy), does one server action per button press
|
|
and doesn't interact with the game client itself (injecting into the process, changing the process memory aka cheats)
|
|
it can be considered safe.
|
|
|
|
If you get banned, the first action is to [Contact Support](https://www.pathofexile.com/support)
|
|
|
|
- **I want to `Ctrl + Scroll` stash tabs without zooming my character.**
|
|
|
|
You can disable "Mousewheel Zoom" in PoE settings (Options -> UI -> 3-rd check mark starting from the bottom)
|
|

|
|
|
|
Don't worry, you still can use keys
|
|

|
|
|
|
- **Will my language be supported?**
|
|
|
|
No plans to support other languages. Why is there Russian language?
|
|
Because:
|
|
1 - this is the native language of developer;
|
|
2 - helps to create cleaner abstractions in code and test it;
|
|
3 - has the most active community, at least according to the numbers I can measure.
|
|
|
|
09/21/2020
|
|
|
|

|
|
|
|
- **I downloaded a zip with a bunch of files, but no .exe inside?**
|
|
|
|
You have downloaded the source code, download [here](/download)
|
|
|
|
- **I can't price check items in Divination Card stash tab.**\
|
|
**I can't price check rewards in Curio Display room (Heist Blueprints).**\
|
|
**I can't check modifiers of the maps proposed by Kirac.**
|
|
|
|
Yes, you can't. The game doesn't copy anything to clipboard when pressing `Ctrl + C` in these places.
|
|
And as mentioned in the [Quick Start](/quick-start), the whole thing how
|
|
app works based on text of item in clipboard.
|
|
|
|
Regarding Divination Card stash tab, you can use another 3rd-party apps that
|
|
price check your stash tabs (e.g. [poestack](https://poestack.com/))
|
|
|
|
- **What does the orange/red circle (next to the item's listed time) mean?**
|
|
|
|
It shows player's status: AFK/Offline respectively.
|
|
|
|
- **What does question mark (next to the item's price) mean?**
|
|
|
|
It's shown when item is priced using stash tab name instead of being individually priced.
|
|
|
|
The intention here is to make you aware that price is likely not real and is only so high because the item has been thrown in dump tab.
|
|
|
|
- **How do I disable auto-updates?**
|
|
|
|
This is possible by using the [command line flag](/cmd-flags).
|