My name is Bosco, I am currently developing Ac Tool Macros for the upcomming MMORPG Mortal Online. (I understand I won't be able to achieve the epic level of macro-ness that you guys have been able to achieve with Asheron's Call, but the tool is such that it should be able to support my needs quite well, thank you Dev Team!)
I have having some trouble with the usage of Shift/Control Characters, I have read the documentation and other posts I could find on this forum regarding the issue.
in simple terms, I am attempting the following:
Hotbar 1 (key 1) = Lesser Heal spell
[casting spells requires you "load the spell" (click or key 1) wait for magic animation, and then you have ~20 seconds to "cast the spell" before your mind is to tired to hold on to the magic
To cast on yourself requires that you press "Alt 1".
CODE
Setactivewindow UnrealEngine3
loop 10
keys 1
delay 3500
keys @1
End
loop 10
keys 1
delay 3500
keys @1
End
*note: in the Commands and Macros window on the right of the GUI, there is the "Shift/Control Characters" menu, the Alt - @ seems to be broken? double clicking inserts "Alt - @". (shift and control seem to be ok)
I have also preformed the following test (thank you to another forum member: http://forums.cameroncole.com/index.php?sh...d&pid=68821]
CODE
ExecProgram C:\Windows\notepad.exe
Delay 2000
If {ActiveWindow} <> Untitled - Notepad
SetActiveWindow Untitled - Notepad
Delay 300
End
Keys @{F4}
Delay 2000
If {ActiveWindow} <> Untitled - Notepad
SetActiveWindow Untitled - Notepad
Delay 300
End
Keys @{F4}
The above test worked for me, so it seems Ac Tools doesn't have a problem with "Keys @" I am wondering if it is an issue with passing this command to the unreal3engine?
Any insight would be greatly appreciated, this is only a temporary setback as I cannot yet change the keybindings in-game (still beta) eventually I could change from alt to some other key and circumvent this issue. Thought I'd like to find a solution in the short-term.
Thank you,
Bosco
