Git Product home page Git Product logo

Comments (3)

zmilla93 avatar zmilla93 commented on September 24, 2024

While I do want to improve multiple character support, I'm not sure you have the right solution. The only feature that uses character name is the "/kick {self}" macro. There isn't a way to check which name is correct without spamming in game chat, which isn't ideal. I've considered adding a selection menu to the menubar/system tray to allow for quicker switching, but it is only marginally better.

I do have one idea for automated switching. If you whisper any character name on your account, you will receive a whisper from yourself on the character that is logged in. This means as long as the old character exists, you'll be able to switch to a new character name with a single button press/hotkey. This is the solution I'm leaning towards.

GGG should really just add a dedicated leave party command.

from slimtrade.

arollyson avatar arollyson commented on September 24, 2024

If you're willing to make some HTTP requests, there might be a way to do this a little smarter by using the PoE website's get-characters route. You can grab a JSON array of a public account's characters from here like so: https://www.pathofexile.com/character-window/get-characters?accountName=mathil. There is a boolean called lastActive that gets set on every zone change (as far as I can tell) that you could use to find the current character.

{"name":"DeadeyeSelfCastGIGACHAD","league":"Archnemesis","classId":2,"ascendancyClass":2,"class":"Deadeye","level":94,"experience":2680024904,"lastActive":true}

from slimtrade.

zmilla93 avatar zmilla93 commented on September 24, 2024

Added a hotkey to change character in v0.4.0. Requires that your previous character still exist.

from slimtrade.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.