Forum › Forums › Discussion › Scenario help
This topic contains 10 replies, has 3 voices, and was last updated by TypeVampire 2 years, 8 months ago.
-
AuthorPosts
-
February 25, 2022 at 6:27 pm #36078
Why does my maelstrom GC run script keep failing at the purchasing part(buying containers)?? I have been troubleshooting for days and in testing it works perfectly…but when I put it in with the rest of the scenario and leave it running…it always fails.
I have tried checking “always on top” box, minimizing, and also leaving the game window visible. Can’t figure this out
//START
grid(Craftin)
goToWaypointPrecise(0)//RUNNING DUNGEONS
fullClear(off)
// will only kill mobs needed
//for completionopenCoffers(on)
//will open all
//treasure chests//Dungeons
//dungeon(Heroes’ Gauntlet)
//dungeon(Holminster)
//dungeon(Qitana Ravel)
dungeon(Sohm Al)squadrons(2)
afkfor(00:00:05)
//LEAVING AREA
goToWaypointPrecise(1)
teleportNpc(Exit to Maelstrom Command)
afkfor(00:00:05)//TURNING IN GC
waypoint(7)
goToWaypointPrecise(8)
vangle(0)
angle(-1.50)
deliverGCGear()//BUYING CONTAINERS
goToWaypointPrecise(9)
vangle(0)
angle(-1.50)
key(num0, 2)
key(num0, 2)
key(num0, 2)
key(num9, 2)
key(num9, 2)
key(num0, 2)
key(num8, 2)
key(num0, 2)
key(num4, 2)
key(num0, 2)//ENTER AREA
goToWaypointPrecise(2)
teleportNpc(Entrance to the Barracks)
goToWaypointPrecise(0)February 25, 2022 at 10:54 pm #36081So I just put one together (it’s a fair amount more complex, but here’s what I noticed:
Failing to SAVE the scenario after creating it can cause it to “lose” or “skip” steps. As soon as I saved, closed, and relaunched Miqo, she runs like a champ. My scenario is turning things in for seals, buying Ventures, repairing, extracting materia, eating food, running Qitana ravel twice and repeating it all over again – without a problem since the relaunch
February 26, 2022 at 2:57 am #36089February 26, 2022 at 3:13 am #36091yea sure.
Some things about me (so your mileage may vary:
-
I’m an Omni crafter and I can repair my own gear
My trusts are already level 80 and I’m working to get them to 90
You *MUST* have the trust button on your bar to run this.I broke it into chapters because that’s what works for me. quick breakdown looks like this:
MANUAL STEPS (Not in the scenario)
– open trust window
– select your trusts
– close the trust windowCh 1 = Teleport to GC and turn in gear (cause I normally log in at my FC house, send my retainers out and have gear to turn in)
Ch 2 = Buy stuff (I focus on venture tokens because I have a crackhead goal of getting 60K of the damn things)
Ch 3 = Repair, materia extract, and eat food (cause I want to level classes I don’t care to play)
Ch 4 = Select and run the dungeons and repeatWhat I need to add:
– Automating the manual steps at the top so I can have Miqo choose the trusts I want to level.Attachments:
You must be logged in to view attached files.February 26, 2022 at 3:15 am #36094This is from the scenario I have and it’s SPECIFICALLY about containers
//NEEDED FOR BUYING PART 1
waypointPrecise(48)
vangle(0)
angle(-1.50)
holdKey(w, .1)
key(Num0, 2)
key(Num0, 2)
key(Num1, 2)
key(Num1, 2)
key(Num0, 2)//Materiel Container 4.0 –
key(Num8, 2)OBV if you’re using a different nav grid you’re going to have to customize.
February 26, 2022 at 4:00 am #36096@naiya Thank you so much!! Been pulling my hair for days. I’ll give this a try 🙂
February 26, 2022 at 4:15 am #36097February 26, 2022 at 4:17 am #36098February 26, 2022 at 1:37 pm #36106hrm short of taking multiple screenshots I don’t know how to share my keybindings. I have tons of them. they are mostly the default. Any default keybinds that Miqo needs, I have those as well, swapping hotbars are ALT+(1 through 0)
Attachments:
You must be logged in to view attached files.February 26, 2022 at 1:39 pm #36108February 28, 2022 at 7:48 am #36167 -
AuthorPosts
You must be logged in to reply to this topic.