Quote:
Originally Posted by hendricius Hey,
may I ask a little stupid question? What are the hotkeys for the English version?
Perhaps you guys could post your hotkeys + wc3 version then I can set up a little list  .
E+Q in the english wc3 version for this bot. Just figured it out  . |
Here is the hotkeys i used for my Matb bot, all of them should work, hope it helped you out

I'm too lazy to write them down so i just copy/pasted directly from my code, i guess you understand it,
Key 1 and 2 is the E and Q in the English version of warcraft 3, Key number 3 is the leave key if the "Victory" Message apears.
Code:
Label>variabler2
if>%dialog1.Language%=English
let>%key1%=e
let>%key2%=q
let>%key3%=q
endif
if>%dialog1.Language%=German
let>%key1%=e
Let>%key2%=b
let>%key3%=b
endif
if>%dialog1.Language%=French
let>%key1%=f
let>%key2%=u
let>%key3%=q
endif
IF>%dialog1.Language%=Spanish
let>%key1%=f
let>%key2%=s
let>%key3%=s
endif
if>%dialog1.Language%=Russian
let>%key1%=e
let>%key2%=q
let>%key3%=q
endif
if>%dialog1.Language%=Polish
let>%key1%=k
let>%key2%=z
let>%key3%=z
endif
if>%dialog1.Language%=Italian
let>%key1%=e
let>%key2%=b
let>%key3%=s
endif
if>%dialog1.Language%=Czech
let>%key1%=q
let>%key2%=u
let>%key3%=u
endif
goto>Leave game
label>end