is there a macro i can use to have all my toons "teleport out of dungeon" and "teleport to dungeon"
Printable View
is there a macro i can use to have all my toons "teleport out of dungeon" and "teleport to dungeon"
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
sorry i'm not api knowledge what so ever how do i call this within a macro?
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.
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=00...%3A8oo5ucbwy-s
And wisdom shall be granted!
Or, turn on mouse broadcasting... and click the circle on the mini-map, to be ported out.