Re: patch tomorrow... BOTS WILL NOT WORK!!!
Posted: Mon Nov 21, 2011 6:05 pm
Sorry, not making the change causes the error to still occur. Error on second char load is.
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.
I have updated my copy and hope you can merge the suggested changes made earlier into a controlled baseline.
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>