JoelStanford / PoEAutoFlask

Automates the use of buff style flasks for Path of Exile
62 stars 55 forks source link

Korean Version not compatible. #1

Open Shinzor opened 5 years ago

Shinzor commented 5 years ago

Hello! Amazing macro, it was definitely needed. For my fingers health!

I'm having 2 issues, however:

  1. I can't seem to make it work on the Korean Client, the Korean Client is actually in English, so it is not about the language. However, the .exe is PathOfExile_x64_KG.exe . Maybe for this reason the macro does not seems to be able to recognize the window. On the International Client it works fine. (I need it in the Korean, for latency~~) I did remove the " #IfWinActive Path of Exile " line, but did not seem to help. Any clues?

  2. To hold my right mouse button I made another simple macro with " click, right, down .. return", however, when I use this, the macro does not work (even on International Client). Any tips? :)

Once again, amazing work! Thank you!

Shinzor commented 5 years ago

Well, I restarted my PC for random reasons... and now it is working on the Korean Client... Even tho I tried it before more than 20 times.... Go figure >.< Problem 2 still holds tho~~

JoelStanford commented 5 years ago

Hi,

Can you give me more details about problem 2? I don’t understand what you’re trying to do and what is the issue. BTW, the macro shouldn’t care about the language or version of PoE - it never goes to the internals of the program.

-Joel

On Jun 12, 2019, at 01:21, Shinzor notifications@github.com wrote:

Well, I restarted my PC for random reasons... and now it is working on the Korean Client... Even tho I tried it before more than 20 times.... Go figure >.< Problem 2 still holds tho~~

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoelStanford/PoEAutoFlask/issues/1?email_source=notifications&email_token=ABUHJWSAZ6OD54IY2MZW3RTP2CBVRA5CNFSM4HXEW6EKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXPI6MI#issuecomment-501124913, or mute the thread https://github.com/notifications/unsubscribe-auth/ABUHJWTM4LPYRV5WNA7UYITP2CBVRANCNFSM4HXEW6EA.

Shinzor commented 5 years ago

It was not really about the internals, just since the client is different the window was not being recognized (I guessed, but it is fine now).

For problem 2, if I have a macro to hold my right mouse button, for example: !n:: Click, right, down Return

(For example in case of holding cyclone) If I use this, the AutoFlask won't work (likely due to lack of new inputs from my mouse/keyboard. Any way around this?

JoelStanford commented 5 years ago

Do I understand that you want to use a different key (“n” in your example) to fire the macro? It’s easy to change the trigger key. For instance, on some builds I use “Q” as my primary attack skill. That change would be trivial - changing the “RButton” to “q”.

It would ‘t be difficult to pick a non-standard key, like “n” and hive it emulate the right mouse button, if that’s what you’re trying to do.

Let me know exactly what you’re wanting to do and I’ll see if I can add it or change to accomodate.

Regards, Joel Stanford Downstate Juniors VBC

On Jun 14, 2019, at 13:46, Shinzor notifications@github.com wrote:

It was not really about the internals, just since the client is different the window was not being recognized (I guessed, but it is fine now).

For problem 2, if I have a macro to hold my right mouse button, for example: !n:: Click, right, down Return

(For example in case of holding cyclone) If I use this, the AutoFlask won't work (likely due to lack of new inputs from my mouse/keyboard. Any way around this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.