w3champions / launcher

This is the launcher for w3champions. It includes the needed flo hostbot executables.
32 stars 18 forks source link

orc units hotkeys purge: check if it apg2 or aprg #74

Closed Miezhiko closed 3 years ago

Miezhiko commented 3 years ago

some user in chat used to complain just someone needs to check if it's aprg or apg2

modmoto commented 3 years ago

Ah thanks, I was doing some work on the launcher now and wanted to fix a few keys. Will check that then.

modmoto commented 3 years ago

it is aprg and is working for me here, but thanks for the heads up!

Miezhiko commented 3 years ago

image

okay, if you sure, there were complain

modmoto commented 3 years ago

I just testes it with the live version. But this seems quite recent 14.1?

Miezhiko commented 3 years ago

y

Miezhiko commented 3 years ago

@modmoto don't know how you've tested, it's wrong, apg2 is correct

modmoto commented 3 years ago

well, how did you test it? I think apg2 is for neutral creep purge, but on my wc3 it is definitly not for the shaman. The only difference could be locales, but I really doubt that. If you can show me that apg2 works for you and aprg does not, we can make it a multiple hotkey, so this just gets written twice.

Capture Untitled Capture2 Untitled3

Miezhiko commented 3 years ago

@modmoto I have English locale for game, what I did to test: changed apg2 to Z, created custom game vs computer, build shaman, check purge, it was 'Z'. It's strange that for you it's different but there are two reports on chat and my test. Please try testing in custom ladder game.

modmoto commented 3 years ago

You want to share your hk file? Did you make sure that there is no aprg defined in there? I also run on english.

modmoto commented 3 years ago

Ability.MultiHotkey('Purge', 'btnpurge', 'aprg', 'G', [], ['apg2']),

this would just write both hks, if we need that for whatever reason.

modmoto commented 3 years ago

i just started a online CG and there apg2 also works for me. I will just add the double HK to be save

modmoto commented 3 years ago

https://github.com/w3champions/launcher/commit/88bf5b84f1a9064af9c548c7256f388fea07416f

Miezhiko commented 3 years ago

good