What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Transport] Smarter's Transport Collection

Smarter

Member
Joined
Jan 15, 2010
Messages
763
Reaction score
9
I have began creating Transport Profiles for all of the world transports. If anyone would like to assist, please use my TransportBuddy Plugin, and Submit transports by the following:
  1. Click Zone Info, Copy to Post
  2. Stand at Wait Position, Click - Click When at WaitAt
  3. When Transport Arries, Stand on Transport, Click - Click when On Transport
  4. Before exiting Transport, Click - Click before Getting Off Transport
  5. When off the transport, Click - Click when Off the Transport
  6. Click Zone Info, Copy to Post
  7. Copy Transport Code
  8. POST!

Current Completed Transports:

Horde
  • Northrend to Orgrimmar - Warsong Hold
  • Orgrimmar to Northrend - Transport Terrace
  • [Portal] Orgrimmar to Blasted Lands - The Dark Portal

Neutral
  • Booty Bay to Rachet
  • Rachet to Booty Bay



 
Last edited:
Awesome idea!

I had a similar one of trying to embed all this information inside one Quest Behavior called "Traveler". The profile writer could just use it in place of FlyTo for intercontinental-travel. Alas, I haven't had time to work on it.

THANKS for starting a solution for this much encountered problem!

cheers,
chinajade
 
Last edited:
Awesome idea!

I had a similar one of trying to embed all this information inside one Quest Behavior called "Traveler". The profile writer could just use it in place of FlyTo for intercontinental-travel. Alas, I haven't had time to work on it.

THANKS for starting a solution for this much encountered problem!

cheers,
chinajade

Once it's all here, i'll probably just make it into a CustomBehavior.
 
oh, then great =)

i have some in my SVN - useful stuff / transports - they will have to be converted to whatever system / behavior you're using now... but they are good enough =)
 
Smarter said:
Once it's all here, i'll probably just make it into a CustomBehavior.

These are snippets I've included in various profiles, and have been tested heavily. They're Alliance, but you're welcome to add them to your collection.

HTML:
<!--
       LICENSING:
        This work is part of the Buddy Wiki.  You may find it here:
            http://www.thebuddyforum.com/mediawiki/

        This work is licensed under the 
            Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
        also known as CC-BY-NC-SA.  To view a copy of this license, visit
            http://creativecommons.org/licenses/by-nc-sa/3.0/
        or send a letter to
            Creative Commons
            171 Second Street, Suite 300
            San Francisco, California, 94105, USA
 -->

<!-- Boat: Stormwind to Valiance Keep -->
<CustomBehavior File="UseTransport"
		TransportId="190536"
		WaitAtX="-8294.349" WaitAtY="1402.195" WaitAtZ="4.435673"
		TransportStartX="-8288.816" TransportStartY="1424.703" TransportStartZ="0.04981628"
		TransportEndX="2218.391" TransportEndY="5119.589" TransportEndZ="0.02275631"
		GetOffX="2232.781" GetOffY="5135.442" GetOffZ="5.344905" />

<!-- Boat: Valiance Keep to Stormwind -->
<CustomBehavior File="UseTransport"
		TransportId="190536"
		WaitAtX="2232.781" WaitAtY="5135.442" WaitAtZ="5.344905"
		TransportStartX="2218.391" TransportStartY="5119.589" TransportStartZ="0.04738637"
		TransportEndX="-8288.816" TransportEndY="1424.703" TransportEndZ="0.04981628"
		GetOffX="-8294.349" GetOffY="1402.195" GetOffZ="4.435673" />

<!-- Boat: Stormwind to Rut'theran -->
<CustomBehavior File="UseTransport"
		TransportId="176310"
		WaitAtX="-8639.511" WaitAtY="1330.916" WaitAtZ="5.232939"
		TransportStartX="-8650.719" TransportStartY="1346.051" TransportStartZ="-0.04151175"
		StandOnX="-8645.277" StandOnY="1339.042" StandOnZ="6.114784"
		TransportEndX="8162.587" TransportEndY="1005.365" TransportEndZ="0.04256689"
		GetOffX="8178.701" GetOffY="1003.521" GetOffZ="6.73991" />

<!-- Boat: Rut'theran to Stormwind -->
<CustomBehavior File="UseTransport"
		TransportId="176310"
		WaitAtX="8178.701" WaitAtY="1003.521" WaitAtZ="6.73991"
		TransportStartX="8162.587" TransportStartY="1005.365" TransportStartZ="-0.04498394"
		StandOnX="8171.085" StandOnY="1004.67" StandOnZ="6.17686" 
		TransportEndX="-8650.719" TransportEndY="1346.051" TransportEndZ="-0.04151175"
		GetOffX="-8639.511" GetOffY="1330.916" GetOffZ="5.232939" />

<!-- Boat: Menethil Harbor to Theramore -->
<CustomBehavior File="UseTransport"
		TransportId="176231"
		WaitAtX="-3859.683" WaitAtY="-658.038" WaitAtZ="5.197753"
		StandOnX="-3865.855" StandOnY="-636.8558" StandOnZ="6.044621"
		TransportStartX="-3872.35" TransportStartY="-639.9439" TransportStartZ="0.01362585"
		TransportEndX="-4016.39" TransportEndY="-4740.588" TransportEndZ="0.03259248"
		GetOffX="-3999.359" GetOffY="-4723.525" GetOffZ="4.32113" />

<!-- Boat: Theramore to Menethil Harbor -->
<!-- **missing**, and its not as simple as 'reversing the complement' -->

<!-- Boat: Rut'theran to Azuremyst Isle -->
<CustomBehavior File="UseTransport"
		TransportId="181646"
		WaitAtX="8344.031" WaitAtY="1161.071" WaitAtZ="4.549286"
		TransportStartX="8346.647" TransportStartY="1177.085" TransportStartZ="0.04856979"
		TransportEndX="-4264.997" TransportEndY="-11317.2" TransportEndZ="-0.01906921"
		GetOffX="-4260.246" GetOffY="-11331.36" GetOffZ="5.490198" />

<!-- Boat: Azuremyst Isle to Rut'theran -->
<!-- **missing**, and its not as simple as 'reversing the complement' -->
 
oh, then great =)

i have some in my SVN - useful stuff / transports - they will have to be converted to whatever system / behavior you're using now... but they are good enough =)

Right now i'm just making Profiles with UseTransport, but once I have enough of them i'll probably make a library with all the transports and a single Quest Behavior like:
Code:
<CustomBehavior File="GoTo" Continent="Kalimdor" City="Orgrimmar" />

Anyone who'd like to assist would be great! :-D
 
thanks, this will save a lot of time :) Horde side really needs good cords to use transport cause it uses a lot of them
 
Can we get ones to/from to org Howling fjord and to from Org/Tirisfal?
Been trying to mess around with it now for a few hours and cant get it to work at all
 
So far I have this btw...
<CustomBehavior File="UseTransport"
TransportId="164871"
WaitAtX="1840.961" WaitAtY="-4392.046" WaitAtZ="135.2319"

TransportStartX="1838.466" TransportStartY="-4389.716" TransportStartZ="135.2319"

TransportEndX="2065.858" TransportEndY="289.473" TransportEndZ="97.03133"

GetOffX="1762.369" GetOffY="281.1283" GetOffZ="97.0315"

StandOnX="1828.548" StandOnY="-4389.045" StandOnZ="134.8319"/>

Trying to get from Org to tirisfal
 
Sorry, i've been out of town on work since May. I've just returned this week, will take me a few days to get back in the groove. However, i'll be sure to throw this in the list of shit to do ;).
 
Revision 6:
Added:
Orgrimmar to Blasted Lands
Booty Bay to Rachet
Rachet to Booty Bay
 
would be possible to use portals in orgri to uldum, vashjir, etc?
 
M8 can you sort bt folder, like ALLY , Horde , Neutral ??
its more easy for use m8 :D
 
Back
Top