teleportNpc

Forum Forums Discussion teleportNpc

Tagged: 

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

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

    e3test
    Participant
    0

    teleportNpc didn’t work for me, is there any key binding I must set?
    for example teleportNpc(1,8) giving the log:

    (3:28:00 AM) Teleporting through NPC: 'aetheryte'
    (3:28:03 AM) Choice #1, selecting line: 1

    I also double check the aether list, there is total 9 aether in the list (see the picture for more info)
    changed to
    teleportNpc(1,3)
    also did not work.

    Attachments:
    You must be logged in to view attached files.
    #34134
    soviras
    soviras
    Participant
    0

    Aetherytes have a new interface, which is probably not supported yet. There is a solution through using sendKey to “manually” move to the right option before selecting it once, and then using afkFor after the final interaction.
    I use a sequence like this right now:

    key(F12,1)
    key(num6,1) //cursor activate
    key(num0,1) //select option 1
    key(num2,1) //move to option 2
    key(num2,1) //move to option 3
    key(num2,1) //move to option 4
    key(num0,1) //select option 4
    key(num0,1) //select option 4
    afkFor(0:00:10)
    • This reply was modified 2 years, 4 months ago by soviras soviras.
    • This reply was modified 2 years, 4 months ago by soviras soviras.
    #34203
    Miqobot
    Miqobot
    Keymaster
    2+

    Thank you for reporting.
    Indeed, there is a new Aethernet UI introduced in Patch 6.0 that is not supported yet. We will have to research and reimplement this feature in order to fix the issue.

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

You must be logged in to reply to this topic.