Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New module - Skyhold flight NPC #11

Merged
merged 12 commits into from
Jan 20, 2019
Merged

New module - Skyhold flight NPC #11

merged 12 commits into from
Jan 20, 2019

Conversation

tiker
Copy link
Contributor

@tiker tiker commented Jan 16, 2019

This is for the flight master (Stormflight Master) NPC in Skyhold (class hall for Warriors in Legion).

There's probably a better icon to use than the flight master boot but I don't know what to use for this at the moment.

"Broken Shore" is one of the destinations but it is already translated so I left it where it is.

Before:
wowscrnshot_011519_193546

After:
wowscrnshot_011519_193631

Adding support for Skyhold (Legion class hall for Warriors) NPC
Empty translations for Legion zones (for Skyhold module)
Empty translations for Legion zones (for Skyhold module)
Empty translations for Legion zones (for Skyhold module)
Empty translations for Legion zones (for Skyhold module)
Empty translations for Legion zones (for Skyhold module)
Empty translations for Legion zones (for Skyhold module)
Empty translations for Legion zones (for Skyhold module)
Empty translations for Legion zones (for Skyhold module)
Empty translations for Legion zones (for Skyhold module)
Empty translations for Legion zones (for Skyhold module)
@p3lim
Copy link
Member

p3lim commented Jan 17, 2019 via email

@tiker
Copy link
Contributor Author

tiker commented Jan 17, 2019

The destinations are not available from the start. I think Dalaran is the only one available from the start.

For the rest of the destinations, you need to have travelled to them on your own first. Then they become available from the NPC.

In my case, Dalaran and the Broken Shore were the only two I had at first but I had been to the Broken Shore before I even did the quest to unlock access to the Warrior class hall.

@tiker
Copy link
Contributor Author

tiker commented Jan 17, 2019

Now that I think about it, my Warrior hasn't been to Argus yet. I doubt that there will be an option for Argus since you can't fly there with a normal flight (bird) but I'll check that tonight to confirm.

@p3lim
Copy link
Member

p3lim commented Jan 19, 2019

Any update on Argus?

@p3lim p3lim self-assigned this Jan 19, 2019
@tiker
Copy link
Contributor Author

tiker commented Jan 20, 2019

My Warrior hasn't fully unlocked all of Argus but so far, nothing. I don't think there will be a port here.

@p3lim
Copy link
Member

p3lim commented Jan 20, 2019

Alright.

@p3lim p3lim merged commit 6126401 into p3lim-wow:master Jan 20, 2019
@p3lim
Copy link
Member

p3lim commented Jan 20, 2019

See d9d1e25.

@tiker
Copy link
Contributor Author

tiker commented Jan 21, 2019

The changes for Highmountain does not work.

[addon:GetMapName(750)]	= {zone = 750, x = 0.3853, y = 0.4554}, -- Highmountain

The text from the NPC says Highmountain but you end up in Thunder Totem (sub zone in Highmountain which is zone 750).

@p3lim
Copy link
Member

p3lim commented Jan 21, 2019

I'd rather add the relative coordinate in Highmountain than adjusting the localization.
c73d160

@tiker
Copy link
Contributor Author

tiker commented Jan 21, 2019

Couldn't you just do this:

[addon:GetMapName(650)] = {zone = 750, x = 0.3853, y = 0.4554}, -- Highmountain

Get the name of Highmountain for the text match and still put the pin in Thunder Totem?

@p3lim
Copy link
Member

p3lim commented Jan 21, 2019

Derp, you're right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants