RoM-Bot Feature Suggestion
Posted: Sun Aug 18, 2013 6:33 pm
I've been getting more and more into coding simple waypoints to automate some repetitive tasks. Right now I think I'll leave Instance runs and such to the more advanced users. My suggestion involves adding another field to the <waypoint> </waypoint> declarations. What I'd like to see is some type of comment or note tag that would be appended in the MicroMacro window after each "Moving to waypoint #x" message if present. Of course a user profile setting to suppress the printing of these comments could be done as well.
I've spent quite a bit of time creating detailed waypoints for a full run-through of Howling Mountains, and this would have been a great help in debugging them. I think the comment should be limited to around 30 characters or so otherwise it would cause some wordwrap issues and make the output window a little more difficult to read.
So here's my suggestion for how this might look in a waypoint file:
And in the MicroMacro output window you would see:
Or even just give the note a different color like cyan or yellow so it stands out.
I've spent quite a bit of time creating detailed waypoints for a full run-through of Howling Mountains, and this would have been a great help in debugging them. I think the comment should be limited to around 30 characters or so otherwise it would cause some wordwrap issues and make the output window a little more difficult to read.
So here's my suggestion for how this might look in a waypoint file:
Code: Select all
<!-- # 2 --><waypoint x="6315" z="4995" y="168" note="Enter Inferno Gardens"> </waypoint>
Code: Select all
Moving to waypoint #2, (6315, 4995) >> Enter Inferno Gardens