You assigned the key '0' double: for 'MACRO' and for 'MACRO'. Please check your settings: Ingame -> System -> Hotkeys and in your profile
I have debug print the _key and _name causing the issue. the output was
_key = 48
_name = MACRO
As you can see, the key is NOT 'MACRO'. Sorry, without the fix I suggested, the code will not work. The code in the profile is shown below.
Code: Select all
<hotkeys>
<!-- to communicate with the RoM API / define ingame dummy macro at place 1 -->
<hotkey name="MACRO" modifier="" key="VK_0" />
</hotkeys>