HOWTO: Using the ZoneTeleporter (ie, Mariner Bells)

Amadeus

The Maestro
Staff member
This is a very simple script showing the basics on how to use the ZoneTeleporter window (ie, Mariner Bells) with isxeq2.

Code:
function main()
{
    ; ...TODO: Move you so that you are near a mariner bell
    Actor[bell]:DoubleClick
    wait 10
 
    ; choose the 2nd option on the list...and zone.
    EQ2UIPage[popup,ZoneTeleporter].Child[list,Destinations.DestinationList]:HighlightRow[2]
    EQ2:ConfirmZoneTeleporterDestination
}
 
Does this still work? I am unable to get it to work. I click the globe, Actor[Globe]:DoubleClick but then the list and zone does not work.
 

Amadeus

The Maestro
Staff member
Can you guys post an updated version of my snippet here in this thread so I can update mine?
 

Kannkor

Ogre
Can you guys post an updated version of my snippet here in this thread so I can update mine?
I'm actually unaware of a way to do it, other than moving the mouse and left clicking. If greeneyes had a different method, I would be very interested also.
 

bjcasey

ISX Specialist
Can you guys post an updated version of my snippet here in this thread so I can update mine?
I posted a request for it to be updated when they made the UI change a few years ago. I am also unaware of a way to do it and would also be very interested.
 
Top Bottom