Log in

View Full Version : [WoW] Teleport out of dungeon marco?



QuantumX
09-30-2010, 12:51 PM
is there a macro i can use to have all my toons "teleport out of dungeon" and "teleport to dungeon"

Heenan
09-30-2010, 12:57 PM
From the WoW Wiki API page - http://www.wowwiki.com/Api

LFGTeleport([toSafety]) - Teleports the player to (toSafety = nil) or from (toSafety = true) a dungeon

QuantumX
09-30-2010, 01:13 PM
sorry i'm not api knowledge what so ever how do i call this within a macro?

Heenan
09-30-2010, 01:24 PM
It seems Khatovar has answered this before:

http://www.dual-boxing.com/showthread.php?t=27315

/run LFGTeleport(IsInLFGDungeon())

The IsInLFGDungeon() detects if you're in a dungeon, duh!, then passes that to the teleport function. So it's a one-button teleport in or out of dungeon macro.

QuantumX
09-30-2010, 01:30 PM
damn i did a search but obviously not good enough.. thank for the link and info,

Littleburst
09-30-2010, 01:37 PM
damn i did a search but obviously not good enough.. thank for the link and info,

Search with:
http://www.google.com/cse/home?cx=008057042136573243121%3A8oo5ucbwy-s

And wisdom shall be granted!

Ualaa
09-30-2010, 06:52 PM
Or, turn on mouse broadcasting... and click the circle on the mini-map, to be ported out.

Boylston
09-30-2010, 07:36 PM
Or, turn on mouse broadcasting... and click the circle on the mini-map, to be ported out.

Far better way to do it!!