Xeio / IdleCodeRedeemer

Automated Idle Champions code scanner and redemption
MIT License
17 stars 4 forks source link

Allow us to choose the server to use? #11

Closed raxele123 closed 1 year ago

raxele123 commented 1 year ago

Let us choose between ps19, ps20, ps21, ps22, and ps23? (Pretty sure ps23 is retired right now though.) Sometimes different servers run better than others. Perhaps you can also add something to detect which server is running better when refreshing inventory?

Xeio commented 1 year ago

Probably won't really do this. I mostly mirror how the game actually works behind the scenes, it makes a request to the master server which gives a server to use, and only swaps servers if it gets a swap-server command back.

If you want to hard-code a specific server in you could modify this line and give it a server like https://ps22.idlechampions.com/~idledragons/post.php at the start, though it will still swap if the server asks it to. Then you could just load that extension folder directly into your browser (rather than from the Chrome store)