Evo when you get a chance could we get a counter that counts down/resets for the Beyond mob spawner. Sometimes if your fighting a boss you don't notice that your about to spawn extra mobs and can screw yourself if you don't kite the boss away ect.
Your awesome, thanks for the update.
I have a quick question - I know that there is a instance warning for certain things such as exiles, strongboxes, and now masters. I thought it might be valuable to make one for inner treasure rare mod instead of just a proximity alert, is that possible?
Thanks again!
EDIT: Nevermind, found a relevant post.
Last edited by Duckylove2; 08-21-2014 at 12:35 PM. Reason: Found answer.
So what's the verdict here - does everyone feel it's relatively safe to run again or should we hold off a day or two with the potential for new detection existing?
Hey thanks a lot for the update. However:
Vagan does not show up on the HUD. Not had a problem with the others yet.
EDIT: Zana also does not show up on the HUD
Last edited by PaperBagAvatar; 08-21-2014 at 02:27 PM.
THX EVOZER!
btw: whats the most unsuspicious way to farm boxes? creating 1000 instance / hour is pretty bad i think ...
People, people.. it's ****************!!!!!!!!!!------->YOU'RE<-------!!!!!!!!!!****************
Evozer, apparently those inputs weren't enough. I just joined a zone with a Master but no warning.
You used the ones I PMed you instead of the ones I posted here? those are incomplete.
Code:this.alertStrings.Add("Metadata/NPC/Missions/Dex", "Area contains Tora, Master of the Hunt"); this.alertStrings.Add("Metadata/NPC/Missions/DexInt", "Area contains Vorici, Master Assassin"); this.alertStrings.Add("Metadata/NPC/Missions/Int", "Area contains Catarina, Master of the Dead"); this.alertStrings.Add("Metadata/NPC/Missions/Str", "Area contains Haku, Armourmasterr"); this.alertStrings.Add("Metadata/NPC/Missions/StrDex", "Area contains Vagan, Weaponmaster"); this.alertStrings.Add("Metadata/NPC/Missions/StrDexInt", "Area contains Zana, Master Cartographer"); this.alertStrings.Add("Metadata/NPC/Missions/StrInt", "Area contains Elreon, Loremaster"); this.alertStrings.Add("Metadata/NPC/Missions/Wild/Dex", "Area contains Tora, Master of the Hunt"); this.alertStrings.Add("Metadata/NPC/Missions/Wild/DexInt", "Area contains Vorici, Master Assassin"); this.alertStrings.Add("Metadata/NPC/Missions/Wild/Int", "Area contains Catarina, Master of the Dead"); this.alertStrings.Add("Metadata/NPC/Missions/Wild/Str", "Area contains Haku, Armourmaster"); this.alertStrings.Add("Metadata/NPC/Missions/Wild/StrDex", "Area contains Vagan, Weaponmaster"); this.alertStrings.Add("Metadata/NPC/Missions/Wild/StrDexInt", "Area contains Zana, Master Cartographer"); this.alertStrings.Add("Metadata/NPC/Missions/Wild/StrInt", "Area contains Elreon, Loremaster ");
Last edited by tozededao; 08-21-2014 at 03:22 PM.
is boss warning not working for anyone else?
i saw guardian of the mound never got a warning
That's strange, I only found Vorici while testing but since that one worked I assumed everyone did, will look into it
Master warnings are incorrect indeed. I got Elreon warning in one of the Haku's mission subzone.
The ones in the wild use the .ao suffix for the asset sometimes (e.g. Metadata/NPC/Missions/Wild/Dex.ao). Also the list pasted here has two insignificant typos: "rr" for the first armourmaster line and an extra space in the second loremaster line.