Forum Replies Created
-
AuthorPosts
-
June 15, 2023 at 7:45 pm in reply to: Chocobo Racing Without Waypoints – emulate "Assist" only #40377
Updated all courses to bypass the “no waypoints” warning.
Attachments:
You must be logged in to view attached files.June 14, 2023 at 11:16 pm in reply to: Chocobo Racing Without Waypoints – emulate "Assist" only #40369Answered my own question. An empty waypoint file seems to do what I wanted.
- This reply was modified 1 year, 5 months ago by mavelo.
I’d be happy with a
chapter(9)
command, 9 being the chapter number of course. I frequently end up with copies of scenarios, or large blocks of commented lines, simply because I was to do something slightly different. Being able to jump to specific chapters during execution would be nice, so I could keep everything related in a single scenario, and edit that one command as desired.My simplified squadron/trust scenario…
- set options, eat food, run once, extract, repair
- go to delivery npc, deliver gear
- move to exchange npc, ***buy ventures/dark-matter/material-containers***
- return to barracks
I have three commented code sections in chapter 3; one each for items regularly purchased. With a
chapter()
function, I could move those into their own chapters and change only one line of code to point to the desired chapter.Maybe I’m an edge case, but seems like a useful addition.
The ability to toggle combat assist in a scenario would open so many doors.
Easily script unsupported content, that would work on most jobs? Yes please!
Edit…
You could probably achieve what you want in a scenario with combat assist turned on, and sendKey for targeting. Could use goToXYZ for movement, but for complex paths, custom grids and goToWaypoint would probably be easier.Havent tried afkFor while assist is turned on, but it might not interfere with assist π€
Might give that a shot for what I had in mind, but still wish we could toggle assist in scripting.
Found the problem…
Had a long seafood desynth list, which is saved directly in settings.miqo under craftstate > desynthbyname
Possible solution would be to store only “desynthbyname” reference from presets.miqo instead of the entire list contents in settings.miqo π€
I suggest that because removing my long list resulted in the next, albeit shorter, list contents being added to settings.miqo
Hope it helps π
- This reply was modified 1 year, 7 months ago by mavelo. Reason: Reworded
Somehow I missed Lyfox’s post above describing the cause. Seems weird that a system default would be the issue, but I cleared Ctrl+Up and Ctrl+Down in Movement keybinds and expect that to work as described.
- This reply was modified 1 year, 7 months ago by mavelo. Reason: Typos and wording
-
AuthorPosts