View Single Post
07-17-11, 11:40 AM   #4
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
Originally Posted by Xrystal View Post
From memory, you can locate which spell ID the portal/teleport spells are and use one of the spell Info functions to get the icon path then use that icon path to assign to your image texture.
I'm not sure we are talking about the same thing. I would like to use the Portal image just like the Portal in Org/SW. Almost like the portals that use to be in Dal. ZOMGbuffs Portalz uses:
Code:
["Orgrimmar"]		= {group = 11417, single = 3567,	tex = "SPELLS\\Ogrimmar_Portal"}
and the most recent release does not have the Tol Barad port so I'm trying to add it.

So far i have:
Code:
["Tol Barad"]		= {group = 88346, single = 88344,	tex = "SPELLS\\TolBarad_Portal"},
The clickable portal shows but unlike the Org code the Tol image does not show.

Coke.
  Reply With Quote