Forum › Forums › Grids and Presets › Using GC script?
This topic contains 4 replies, has 4 voices, and was last updated by Dripy 2 years, 8 months ago.
-
AuthorPosts
-
February 24, 2022 at 12:23 pm #36057
Can anyone post a way for Miqo to use GC to buy the Material containers? I tried for several days by telling her to press the numpad and that hasn’t worked.
In testing it worked flawlessly EVERY TIME but when leaving it to run overnight it failed miserly. Sometime she’ll buy 1-3. but most nights she doesn’t buy any, instead wasting GCs on some other junk item
February 24, 2022 at 12:31 pm #36059February 24, 2022 at 9:33 pm #36064I tested for HOURS and still can’t figure it out! This works every time I’m watching it…but then I leave it overnight and wake up to find that it it only worked once or twice.
//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)
key(num4, 2)
key(num0, 2)
key(num0, 2)
key(num4, 2)
key(num0, 2)
key(num0, 2)Tried with leaving the game on screen and also minimized and same results. I’ll try the “Always on top” option and maybe that will work??
February 25, 2022 at 3:49 pm #36076February 28, 2022 at 8:03 pm #36180I had a similar issue and to fix it I had remove the delay timer (you have it set to 2 sec) and on top of that I had to move the cursor to the left (num4) every time I confirmed yes and the window behind it was activated again. Before those changes I had almost the exact same issue and my work around managed to fix it. In the example below you can see when I made the cursor move to the left because I labeled it “wake cursor”.
//Competence Materia X waypoint(12) key(f12) //Scrip Exchange Focus key(num0) //confirm key(num4) //wake cursor key(num0) //confirm key(num4) //wake cursor key(num8) //up key(num0) //confirm key(num4) //wake cursor key(num2) //down key(num0) //confirm key(num2) //down key(num4) //wake cursor key(num0) //confirm key(num2) //down key(num2) //down key(num0) //confirm key(num2) //down key(num0) //confirm key(num4) //Select Yes key(num0) // confirm key({esc}) //Command Materia X key(f12) //Scrip Exchange Focus key(num0) //confirm key(num4) //wake cursor key(num0) //confirm
Also another thing you can try to do, is run a fresh copy of miqobot with only your scenario preset loaded. Hope that helps!
- This reply was modified 2 years, 8 months ago by Dripy.
-
AuthorPosts
You must be logged in to reply to this topic.