Scenario for item purchase

Forum Forums Grids and Presets Scenario for item purchase

This topic contains 2 replies, has 2 voices, and was last updated by  LordStriker 5 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9882

    LordStriker
    Participant
    0

    I am trying to write a scenario that will select an npc, go through the menu and purchase selected items. The script works up until I try to get Miqobot to change tabs. Instead of changing the tabs, it opens my inventory. Miqobot is running the script with no errors but not changing the tabs.

    key(insert, 0.5) //wake cursor
    key(insert, 1) //next tab
    key(insert, 1) //next tab

    Insert and Ctrl+Insert are the keybinds for cycle tab(forward) and cycle tab(backwards)

    Not sure what I did wrong.
    Thanks in Advance

    #9883
    Lyfox
    Lyfox
    Participant
    0

    Control keys should be put in {} if i remember correctly. Otherwise only the first character is parsed which is ‘i’ in your case. Heres the post from devs: https://miqobot.com/forum/forums/topic/crafting-macro-f-keys-problem/#post-1174

    For insert use {ins}.

    #9884

    LordStriker
    Participant
    0

    Thanks, that fixed the problem.

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

You must be logged in to reply to this topic.