-
Camera Conundrum
I've been trying to figure out a way to engage the next target in battle quickly, and I've worked out most of it with a 2-line macro with the first line being /bt, and the second line being /ft. Ideally, I would like add a third line to reset the camera behind me but I'm having trouble working out what the text command to reset the camera behind you is. /cam reset is worthless because it doesn't reset the horizontal axis, and while /cam (no argument) will save a camera position there is no discernable way I can figure out to actually recall that position (/cam reset uses the system default). While the 'END' key will reset the camera roughly where I want it, it is not usable in a macro environment. Anyone have an idea how to work this out?
-
If you're trying to get the camera to point at the monster, I believe there's a target lock command. Not sure if there's a text command for it, but that'll point your camera right at the monster.
-
/lockon as the third command gets it to work to my satisfaction. Thanks.