Enter home

Forum Forums Discussion Enter home

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

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

    omegablue8392
    Participant
    0

    I have a bunch of scenarios to teleport to a certain area and mine a certain mat so that i can activate them from my remote desktop from my phone since it does not support long button presses. I’m trying to make one that will teleport to my home and navigate to my basement where my mender is and begin mass crafting but i cant get the bot to actually ENTER my home. I get as far as interacting with the door’s node and menu navigating to yes but then it still just back out then the rest of the scenario doesn’t work.

    here is what I’m trying to use

    teleport(estate hall, 1)
    grid(homenav)
    waypoint(2)
    key(v, 1.0) //target npc
    key(num0, 1.0) //interact
    key(shift+{left})
    key(enter) <———this is where it gets stuck
    waypoint(10)
    job(BSM)
    key(v, 1.0) //target npc
    key(num0, 1.0) //interact
    repair()
    startCrafting(50)

    #7396

    omegablue8392
    Participant
    0

    nevermind i got it, needed to use my ‘confirm’ keybind
    now need to figure how long to wait for load to resume navigation

    #7397
    Lyfox
    Lyfox
    Participant
    2+

    You can use teleportNpc() function it will do everything for you. And yes home entrance is recognized as NPC.

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

You must be logged in to reply to this topic.