Forum › Forums › Grids and Presets › Updating retainer prices
This topic contains 9 replies, has 6 voices, and was last updated by congqq2222 3 years, 9 months ago.
-
AuthorPosts
-
December 26, 2020 at 6:25 pm #25650
Hey all! Apologies if this has been asked before, but I tried looking and couldn’t find an answer.
Goal: Have a scenario that updates my marketboard prices
Tools: FFXIVLauncher has a plugin that, when you look at “compare prices”, it copies the lowest value -1 gil of the market price on to your clip board. I want to use this in conjunction with miqobot to automate price updating…Here’s what I’ve got so far:
//Update prices
key(num0, 1.0) //confirm
key(num0, 1.0) //confirm
key(num8, 1.0) //move up
key(num0, 1.0) //confirm
key({esc}, 1.0) //close ui
key(num2, 1.0) //move down
key(num0, 1.0) //confirm
key(enter, 1.0) //enter
key(enter, 1.0) //enter
key(ctrl+v, 1.0)//paste
key(enter, 1.0) //enter
key(num2, 1.0) //move down
key(num2, 1.0) //move down
key(num0, 1.0) //confirmHere’s my issue: I couldn’t find a good solution for needing to enter in the copied amount in to the box. Confirm doesn’t select it like it would be a string of text, so i came up with the workaround of enter+enter to take the focus to the chat box then away from it, as that somehow puts the focus in the correct area when it goes back to the price adjustment window… I can replicate the desired outcome I want with my keyboard, but I think i’m just missing the correct commands now.
Thank you all in advance!
December 28, 2020 at 11:06 am #25678January 25, 2021 at 5:47 am #27178January 25, 2021 at 7:56 am #27188January 27, 2021 at 4:05 pm #27295January 27, 2021 at 4:14 pm #27296January 31, 2021 at 4:24 am #27416February 8, 2021 at 6:26 pm #27692Hi. I’m new to miqobot.
But regarding your question, there is a solution requiring an additional free software and your game window activate.The software is 按键精灵, unfortunately there is no English version.
It has a function called picture find, which will find a certain picture in certain window, then get the coordinate.
Next step is to use it simulate mouse and keyboard actions to input the price already in your clipboard.THERE MUST BE SOFTWARES LIKE IT in ENGLISH. Just like some script maker, bot maker…
Tbh, I don’t suggest to do it, if it comes to everybody, the mb will be broken by it.
Btw, I won’t use this, just provide a way to the solution you need.
February 9, 2021 at 4:03 pm #27719February 10, 2021 at 9:46 am #27743 -
AuthorPosts
You must be logged in to reply to this topic.