gototray bugged since Summer Event?


Aggelakis

 

Posted

I have some macros that overwrite themselves, and since the summer event they're not working correctly. Tech Support referred me here. Here's the bindloadfile the macro loads:

Code:
$$gototray 4
$$macroslot 0 "Hi" "$$e hi$$say Greetings.$$bindloadfile c:\temp\coh\character-macros-hi2.txt"
$$gototray 1
(This allows one macro that rotates between saying "Greetings", "Hi", "Howdy", etc. each time you click on it.)

The problem seems to be with the first gototray command. When I click the "Hi" macro (in the first slot in tray 4), it creates a macro called "Hi" in the first slot of tray 1. Anyone else having this problem?


 

Posted

I don't recall how it originally worked, but macroslot currently takes an absolute tray address, not one based on which trays are displayed. Try macroslot 30 "hi" and so on.


 

Posted

Thanks for the help. These macros have been working fine for months, but it's probably best to use an absolute address, anyway.