Zoning with isxeq2

jilalxp

Active Member
How would i go about zoning in with isxeq2? More specifically, I'm trying to make eq2bot zone after a dungeon crawl, It moves back to start after it goes to finish and it loops back to finish and so on. I'd like to make it so after it comes back to start, it zones out and zone back in and resume the dungeon crawl. Specifically because its an instanced zone. I've been looking for a eq2bot wiki but i'm told it doesnt exist and i've been searching for a script that has the zoning capability in it but havent found it. any help would be great TY
 

noacess

Active Member
Well, if you do /where special you should be able to find the door actor. Then all you need to do is:

Code:
Actor[name,name_of_the_door]:DoubleClick
-noacess
 

Amadeus

The Maestro
Staff member
There is another method for those zonetypes that do not work for the method listed above would be:
  1. Create a script that would walk you, from any location in the zone, to the zoneline
  2. Face the direction of the zoneline
  3. Manually move the mouse to the center of the screen (or the appropriate location on the screen), and use InnerSpace's built in mouse double-click.
 

dwaldroop

Active Member
Does anyone happen to have an example script where this is working in an instanced dungeon crawl, im trying to figure out how to do this myself and im having problems figuring out in which area i should be looking to insert the actor method used so it will go thru a crawl and upon the loop then zone , about face and re-enter and begin the crawl again.
 

nathanh

Active Member
Instance Crawl + zoning

Yes, this would have been useful if someone may have posted it. It seems i will have to make my own since no one has.

Will post it if I get it working correctly.

equidis
 

Amadeus

The Maestro
Staff member
Has anyone tried this? Not sure when/where it applies, but it might apply to this instance.

Code:
    ; choose the 1st option on the list...and zone.
    EQ2UIPage[popup,ZoneTeleporter].Child[list,DestinationList]:HighlightRow[1]
    EQ2:ConfirmZoneTeleporterDestination
I posted this a couple weeks ago....
 

nathanh

Active Member
Omg!

Amadeus you're my hero.

WOOOOOOOOOOOOOOOOOOOOOOOOOOOOooo

IT FUGGIN WORKED MAN..

NO MORE MOUSE CLICKS!!!!!!!!!!!!!!!!!!!!!!!!

GO AMADEUS GO AMADEUS ITS YA BIRTHDAY.!

thanks again

-equidis
 
Top Bottom