Thread Tools Display Modes
11-16-16, 12:36 PM   #1
Tesser
A Deviate Faerie Dragon
Join Date: Oct 2016
Posts: 15
summon mounts

a bit lazy of me here because I know it's out there, but I've googled for nearly an hour. If somebody knows off the top of their head:

how to view specific mount ID's?
and then the API call to summon one?

found all sorts of peripheral (and outdated) info on them but not those fundamental ones.

thank you!
  Reply With Quote
11-17-16, 11:13 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
You can find a list of all the mount journal functions (and API functions in general) here:
http://wow.gamepedia.com/World_of_Wa...rnal_Functions

In particular, you summon a mount with:
C_MountJournal.SummonByID(mountID)

...and get general information about a mount by its ID (I assume that's what you mean by "view") with:
C_MountJournal.GetMountInfoByID(mountID)
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » summon mounts

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off