Download
(7Kb)
Download
Updated: 11-03-15 08:28 AM
Pictures
File Info
Compatibility:
Minor patch (6.2.3)
Fury of Hellfire (6.2)
Updated:11-03-15 08:28 AM
Created:11-29-14 06:05 PM
Downloads:3,010
Favorites:24
MD5:

Nephilist Garrison

Version: 1.4.2
by: lieandswell [More]

Nephilist Garrison improves how the garrison interface displays important information.

  • Mission list shows enemy threats and which you can counter
  • Mission list shows follower slots, reward iLevel
  • In-progress mission list sorted by time remaining
  • Follower list shows XP gain if assigned to mission
  • Search followers by clicking on ability, trait, or counter icons
  • "Mission complete" alerts show in chat instead of a pop-up window

Brought to you by the original author of TellMeWhen, NeedToKnow, and Engraved.

New in latest version:
  • Updated to work with patch 6.2.2
  • Automatic animation skipping not yet re-implemented

Several features from previous versions are now part of the base game:
  • Follower list shows time remaining on mission
  • Follower list shows counters even when working or on mission
  • Click threats to search for followers who can counter it
  • Mission list shows reward XP

Version 1.4.1:
  • Reward chest now opens automatically
  • Can now click mission environment icon to search followers
  • Removed redundant, intrusive tooltip from available missions list
  • Removed redundant information from tooltip for in-progress missions
  • Fixed arrangement of missions with six threats

Version 1.4:
  • Removed combat animations when completing missions
  • "Mission complete" alerts now show in chat instead of a pop-up window
  • Mission list now shows iLevel for item rewards
  • Mission list now shows threats more compactly
  • Follower XP gain now correctly accounts for iLevel

Version 1.3.1:
  • Fixed an issue that could occur when viewing a follower page while a mission is selected.

Version 1.3:
  • Follower list now shows XP gain if assigned to mission
  • Better arrangement of icons for missions with five threats

Version 1.2:
  • Mission list now shows number of follower slots.
  • Can now search follower list by clicking icons on follower page.
  • Searching for followers by clicking now makes a proper "click" sound.

Version 1.1: Added ability to filter follower list by clicking on enemy threat icon.

Version 1.0: Hello world!
Optional Files (0)


Post A Reply Comment Options
Unread 12-19-14, 07:41 AM  
lieandswell
A Cyclonian
 
lieandswell's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 43
Uploads: 11
Re: Great Addon! Love it!

Originally Posted by Viper423
"Mission complete alerts now show in chat instead of a pop-up window". Is there a possibility to add a feature to allow someone to enable or disable that feature? Or to have it disabled during combat and re-enabled out-of-combat?
Those are good ideas. Adding options (and the interface for the options) is a significant coding effort, though. For now, if you want, you can go into NephilistGarrison.lua and change this line near the top:

Code:
local HIDE_MISSION_COMPLETE_ALERTS = true;
to look like this:

Code:
local HIDE_MISSION_COMPLETE_ALERTS = false;
__________________
1/5 15:55:46.001 UNIT_DIED, 0x0000000000000000, nil, 0x80000000, 0xF130001942161FB7, "Gamon", 0xa28
Report comment to moderator  
Reply With Quote
Unread 12-19-14, 08:54 AM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
thanks for update
Report comment to moderator  
Reply With Quote
Unread 12-19-14, 01:51 PM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
can you add some information for processing mission

Report comment to moderator  
Reply With Quote
Unread 12-20-14, 10:22 PM  
Viper423
Premium Member

Forum posts: 1
File comments: 17
Uploads: 0
Re: Re: Great Addon! Love it!

Originally Posted by lieandswell
Originally Posted by Viper423
"Mission complete alerts now show in chat instead of a pop-up window". Is there a possibility to add a feature to allow someone to enable or disable that feature? Or to have it disabled during combat and re-enabled out-of-combat?
Those are good ideas. Adding options (and the interface for the options) is a significant coding effort, though. For now, if you want, you can go into NephilistGarrison.lua and change this line near the top:

Code:
local HIDE_MISSION_COMPLETE_ALERTS = true;
to look like this:

Code:
local HIDE_MISSION_COMPLETE_ALERTS = false;
Thank you for this! I appreciate it!
Report comment to moderator  
Reply With Quote
Unread 01-08-15, 04:29 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 549
Uploads: 13
maybe can add more info

1.right click follower to add to/move from mission

2.some other just like @devilArt said



ps. if i do this
Code:
if not Blizzard_GarrisonUI then LoadAddOn("Blizzard_GarrisonUI") end
or add DEP in other addon's toc before Nephilist Garrison load,
then NephilistGarrison would not work.
Last edited by EKE : 01-08-15 at 04:34 PM.
Report comment to moderator  
Reply With Quote
Unread 04-12-15, 07:50 AM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
Line 48,49 are leaking globals.
Lua Code:
  1. local secondsLeft1 = GetSecondsLeft(mission1.timeLeft);
  2. local secondsLeft2 = GetSecondsLeft(mission2.timeLeft);
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 06-24-15, 06:45 PM  
Worcester
A Deviate Faerie Dragon
 
Worcester's Avatar

Forum posts: 13
File comments: 91
Uploads: 0
6.2 Update?

Any chance of an update for 6.2? Addon seems a bit wonky right now.
__________________
I prefer rogues to imbeciles, because they sometimes take a rest.
--Alexandre Dumas
Report comment to moderator  
Reply With Quote
Unread 11-03-15, 08:32 AM  
lieandswell
A Cyclonian
 
lieandswell's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 43
Uploads: 11
Re: 6.2 Update?

Originally Posted by Worcester
Any chance of an update for 6.2? Addon seems a bit wonky right now.
Updated!
__________________
1/5 15:55:46.001 UNIT_DIED, 0x0000000000000000, nil, 0x80000000, 0xF130001942161FB7, "Gamon", 0xa28
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: