Thread Tools Display Modes
11-04-10, 03:20 PM   #1
Fhait
A Cliff Giant
Join Date: Dec 2006
Posts: 76
7.5_cata: Minimap Zone Info

I can't see how to add the name of my current zone to my Minimap design.

Conceptually, I imagine I could use a script variable to grab this data but this isn't my forte.

Is this the only way and if so could somebody post some sample code ?

Thanks,

= F
  Reply With Quote
11-04-10, 03:42 PM   #2
Shamino
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 66
Originally Posted by Fhait View Post
I can't see how to add the name of my current zone to my Minimap design.

Conceptually, I imagine I could use a script variable to grab this data but this isn't my forte.

Is this the only way and if so could somebody post some sample code ?

Thanks,

= F
check out some of the OOBE modules on the site. a script variable is the only way I'm aware of.
  Reply With Quote
11-13-10, 08:32 AM   #3
Fhait
A Cliff Giant
Join Date: Dec 2006
Posts: 76
Minimap Zone Text

This was quite easy to figure out and I'm glad I took the time. New possibilities abound now !

I created a scripted variable of type VARTEXT and placed the following LUA code in the script editbox.

local zoneTXT = GetMinimapZoneText();

Then I was able to use the zoneTXT script object in a Text Custom field.

= F
  Reply With Quote

WoWInterface » Featured Projects » OpenRDX » OpenRDX Community » OpenRDX: Community Chat » 7.5_cata: Minimap Zone Info


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