Scenario to buy [x] items from NPC vendors

Forum Forums Grids and Presets Scenario to buy [x] items from NPC vendors

Tagged: 

This topic contains 6 replies, has 4 voices, and was last updated by Relief Relief 5 years, 3 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5892

    zaramori
    Participant
    0

    Can anyone script this for me? I cant input the numbers i want when buying in bulk npcs i have to click and click and click. Thank you to whoever can help me

    #5915
    Gabriel
    Gabriel
    Participant
    0

    Navigate your cursor down to the item you want and then start scenario.
    If you do not do this, it will not purchase the right item!

    I use the numpad to move the cursor so,
    In the scenario you will see:
    NUM 0 = Confirm
    NUM 4 = Cursor Left
    — Adjust these to fit your own keybinds if you need to ^_^

    Since this is a macro, you must be careful to not move mouse on screen after starting or you can mess up the cursor & scenario.

    I tested with 7 items a few times and it seems to work well.
    To change amount of items to buy, edit the number after repeatall from 7 to the number of items you want to buy.
    25 items example: repeatall(25)

    Hope this helps you 😀

    Attachments:
    You must be logged in to view attached files.
    #5922

    zaramori
    Participant
    0

    thank you! how do i add this scenario? sorry im new to the bot

    #5923
    Lyfox
    Lyfox
    Participant
    0

    @zaramori: You can import a txt file like this: https://miqobot.com/forum/forums/topic/help-import-export/
    @gabriel: Pretty cool thanks for sharing!

    #9754
    Relief
    Relief
    Participant
    0

    Ok, this works for me to buy 1 item at a time, how can I modify this to buy stacks of 99 at a time?

    So here’s what I”m working on and what I have so far. I want to buy 9 stacks of 99 Iron ore from Soemrwyb (10,15 upper Limsa). What I have so far will get me to Soemrwyb, and buy Iron ore, but only 1 at a time.

    #9758
    Lyfox
    Lyfox
    Participant
    0

    sendKey(NUM9, 1)

    Assuming you have default keybinds NUM7/NUM9 work like +1/-1 on quantity fields. Sending -1 will wrap around 0 to 99.

    #9772
    Relief
    Relief
    Participant
    0

    Thankyou @lyfox

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.