HOW TO CREATE WAYPOINTS WITHOUT A NUMPAD
Posted: Mon Sep 26, 2011 6:25 pm
Hi, I'm playing RoM on my new laptop and i can't figure out how to make new waypoints since it doesnt have a numpad
. Please help

MicroMacro home
https://www.solarstrike.net/phpBB3/
Code: Select all
wpKey = key.VK_NUMPAD1; -- insert a movement point
harvKey = key.VK_NUMPAD2; -- insert a harvest point
saveKey = key.VK_NUMPAD3; -- save the waypoints
merchantKey = key.VK_NUMPAD4; -- target merchant, repair and buy stuff
targetNPCKey = key.VK_NUMPAD5; -- target NPC and open dialog waypoint
choiceOptionKey = key.VK_NUMPAD6; -- insert choiceOption
mouseClickKey = key.VK_NUMPAD7; -- Save MouseClick
restartKey = key.VK_NUMPAD9; -- restart waypoints script
resetKey = key.VK_NUMPAD8; -- restart waypoints script and discard changes
codeKey = key.VK_NUMPAD0; -- add comment to last WP.
targetObjKey = key.VK_DECIMAL; -- target an object and action it.
Code: Select all
wpKey = key.VK_1;
Code: Select all
RoM waypoint creator
Hotkeys:
(1) Insert new waypoint (at player position)
(Num 2) Insert new harvest waypoint (at player position)
(Num 3) Save waypoints and quit
(Num 4) Insert merchant (repair and buy) command
(Num 5) Insert target/dialog NPC command
(Num 6) Insert 'ChoiceOption()' command.
(Num 7) Insert 'mouseclickL()' command
(Num 8) Reset waypoints and restart
(Num 9) Save waypoints and restart
(Num 0) Insert lua code command.
(Num Del) Insert target object command.
No ranged skills specified in profile; Turning COMBAT_RANGED_PULL off.
Recorded [# 1] WP, Continue to next. Press Num 3 to save and quit
Recorded [# 2] WP, Continue to next. Press Num 3 to save and quit
Recorded [# 3] WP, Continue to next. Press Num 3 to save and quit
Recorded [# 4] WP, Continue to next. Press Num 3 to save and quit