Page 1 of 1

Windows on Mac > Numpadproblem > way to use it without it?

Posted: Thu May 21, 2009 9:03 pm
by melaney
Hi,
so, everything worked fine, started Runes of Magic and the MicroMacro, now, my problem is, that my keyboard doesnt have numpad, so i am not able to set my waypoints. a programm, that makes me able to acces numpad function with cmd+1 doesnt work in micromacro window. so, what can i do?

Re: Windows on Mac > Numpadproblem > way to use it without it?

Posted: Thu May 21, 2009 9:05 pm
by Administrator
melaney wrote:Hi,
so, everything worked fine, started Runes of Magic and the MicroMacro, now, my problem is, that my keyboard doesnt have numpad, so i am not able to set my waypoints. a programm, that makes me able to acces numpad function with cmd+1 doesnt work in micromacro window. so, what can i do?
Open rom/createpath.lua in notepad. Near the top, you see this:

Code: Select all

wpKey = key.VK_NUMPAD1; -- insert a movement point
saveKey = key.VK_NUMPAD3; -- save the waypoints
Just change those to something else. Like maybe VK_F1 and VK_F2.