Nazjatar is broken
Vampire2008 opened this issue ยท 17 comments
ADDON VERSION: HandyNotes_BattleForAzeroth-v13.zip
Describe the bug
Go to Nazjatar. And see that no marks available.
You need to complete several guide quests, which will not be displayed until you arrive at the camp.
I am on characted that completed most of Nazjatar activities. Only few rares left. Story is fully completed.
I can't see any issues when I'm in Nazjatar.
Rares, treasures and all the other stuff is displayed on my map.
Do you have enabled the Addons HandyNotes
and Handynotes: Battle for Azeroth
?
Do you have enabled Load out of date AddOns
? (HandyNotes itself isn't updated for 10.0.5)
Reproduce error:
10 lvl alts, no BfA expansion quest logged.
looking the Nazjatar map got nothing.
ns.faction
to UnitFactionGroup('player')
worked fine.
It appears to be an issue with the load order.
I cant replicate the error, also changed my client to russian.
both v13 and internal versions work perfect for me.
Deactivate all addons except HandyNotes and Handynotes_BattleForAzeroth to make sure other addons arent causing it.
if its still not working rename your WTF folder to WTF_backup or something and try again.
i found the problem.
@zarillion do you want to update the addon now or wait for me to add the Safari to BfA and update it then?
update the file and tested,
still not working.
press ctrl+alt force display all note, the guide ! icon show up horde icon, (im using alliance alts).
Deactivate all addons except HandyNotes and Handynotes_BattleForAzeroth to make sure other addons arent causing it. if its still not working rename your WTF folder to WTF_backup or something and try again.
Still not working.
replace zones/nazjatar.lua
line 51
if ns.faction == 'Alliance' then
to
if UnitFactionGroup('player') == 'Alliance' then
temporary fix problem.
With my fix you'll now be able to see a yellow ! on the Nazjatar map with instructions on what you're missing from the intro questline.