Forum Replies Created
-
AuthorPosts
-
Take a look in threads linked above i gave many advices there.
Ive been dominating the crafting market on two different servers for almost a year now. Using only crafting solver and no macros. Its funny that 70% of my income comes from selling 70*** gear and tea but ive never used either of those myself. People are obsessed with max stats and macros and its easy to make money from that.
You can level any job to 70 with Brayflox to be honest. Exp per mob:
Brayflox's Longstop: You gain 5237 (+180%) archer experience points. The Stone Vigil: You gain 6440 (+180%) archer experience points. The Aurum Vale: You gain 6835 (+180%) archer experience points. Sohm Al: You gain 9312 (+150%) archer experience points. The Wanderer's Palace: You gain 3149 (+180%) archer experience points. Brayflox's Longstop (Hard): You gain 3940 (+180%) archer experience points.
Level 50 dungeons are useless. The only good boost is Sohm Al but you lose +30% bonus from Ala Mhigan Earrings as they work below 50. Sohm Al is only x1.8 better than Brayflox and only x1.4 better than Aurum Vale. And it costs twice as much GC seals.
Youre leveling with the bot anyway. Do you really care if it takes 40 hours or 20 to level up?
Only in FFXIV? Or in general?
In general regardless of FFXIV focus.
Whenever mouse is moved over game window it breaks ingame cursor and you have to use another key() to wake it up again.Also, how do I close the window?
key(esc) doesn’t seem to work. D:
key(escape) doesn’t work also.Esc should be enclosed in {}. Like this:
key({esc})
My goal is to move to the desired item, move the cursor to the right with num6(works) then enter the number with num0 and go down with num2, this will put the maximum number I can buy.
Yea use Num9 to set maximum number.
Also sometimes it will skip one “num8”. I am not sure why. Im not in the right menu then.
This can happen if you move mouse while key() functions are in progress. Be careful and dont move mouse.
F12 targets the closest NPC. So you just have to move a little to make that NPC closer. And then key(f12).
As for buying you can simply use key() functions again to position cursor on the item you want to buy. Then do this:
key(num6, 0.5) //cursor right key(num9, 0.5) //set max key(num4, 0.5) //cursor left
This will select quantity and set the max possible amount you can buy. Num7/Num9 work like +1/-1 on quantity fields and -1 wraps around 0 to max.
I did something similar to help Nyaughty a while ago. Take a look: https://miqobot.com/forum/forums/topic/scenario-request-buying-landmastershandmasters-ring/
I can make a full chapter for buying Aethersands if you still need it. Let me know.Wow really?
(16:55:54) Fight this: ‘Aiatar’
(16:56:37) Battle: Baiting poison puddles.
(16:57:40) Battle: Baiting poison puddles.
(16:58:07) Battle: Target eliminated.I didnt even know you could bait them. Thats some savage level mechanic execution. Running so smooth on healer cant wait to see what it can do next.
Navigation tab > Editor on > Q to pick point > Q to drop.
Take a look at the guide it explains better: https://miqobot.com/forum/forums/topic/help-navigation/Alright then it should be like this.
key(f12, 0.5) //target placard key(num0, 2) //confirm key(num2, 0.5) //wake cursor key(num0, 1) //confirm key(num0, 1) //confirm key(num4, 0.5) //cursor left key(num0, 1) //confirm afkFor(00:00:10) repeatChapterFor(24:00:00)
Ive added Num2 to wake game cursor because it will be asleep when you click start in Miqo. So it will autocorrect itself. But be careful and dont move mouse after that or scenario will break.
You can adjust timers to however long you want. -
AuthorPosts