View Single Post
10-13-13, 02:09 PM   #2
JWMcQuire
A Flamescale Wyrmkin
 
JWMcQuire's Avatar
Join Date: Jun 2013
Posts: 107
Added Innkeeper and Mailbox Icons for Uldum in Ramkahen

I know this is supposed to be a temporary topic, but since you suggest the changes shown in your screenshots, I thought I'd go ahead and submit a couple of line addition suggestions for both Innkeeper.lua and Mailbox.lua.

I just got my mage to Uldum and noticed that no icons for the inn or the mailbox were added in Ramkahen. Also, Uldum isn't in either file with any locations, so I added the following coordinate additions for these places in their respective files.

Mailbox.lua: added at line 74,

Lua Code:
  1. [720] = "0,55,33.8|0,26.7,7.9",

Innkeeper.lua: added at line 75,

Lua Code:
  1. [720] = "0,54.6,32.8|0,26.6,7.2|0,22,64.5",

I will add more coordinates as I come across them.

I hope this helps. If there is a place where suggestions like these should be posted rather than creating new threads or picking what looks like the best place to post, please let me know.
__________________
I am not an addon author. I contribute when I can, answer questions when I am able, and post issues or ask questions now and then.

Last edited by JWMcQuire : 10-13-13 at 04:52 PM. Reason: added more coordinates.