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,000
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 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
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 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 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: 548
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 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 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-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, 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, 01:56 AM  
Viper423
Premium Member

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

You created a beautiful addon! I love it! However the one thing that drew it down for me was the addition feature "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? I might be the only one, but if I'm not in combat I actually enjoy seeing the alert pop-ups.
Report comment to moderator  
Reply With Quote
Unread 12-10-14, 08:32 AM  
lieandswell
A Cyclonian
 
lieandswell's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 43
Uploads: 11
Originally Posted by devilArt
please add this function please please
I want to do something like that. I think I'm going to make a "follower home page" when you click the followers tab. It'll show you the ability and trait breakdown on your active followers as a kind of infographic. And yeah, it'd be good to have some of that info at the headhunter interface, too.
__________________
1/5 15:55:46.001 UNIT_DIED, 0x0000000000000000, nil, 0x80000000, 0xF130001942161FB7, "Gamon", 0xa28
Report comment to moderator  
Reply With Quote
Unread 12-09-14, 10:18 AM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
please add this function please please



Report comment to moderator  
Reply With Quote
Unread 12-04-14, 06:35 AM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Don't know why, but your addon doesn't show up in the MMOUI Minion Auto-Updater.
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 12-03-14, 06:56 PM  
lieandswell
A Cyclonian
 
lieandswell's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 43
Uploads: 11
Bug

Originally Posted by Rilgamon
Code:
NephilistGarrison-1.3.lua:386: attempt to perform arithmetic on field 'xp' (a nil value)
Oh noes! Took me a while to reproduce this, but v1.3.1 fixes it. Thanks for the notification.
__________________
1/5 15:55:46.001 UNIT_DIED, 0x0000000000000000, nil, 0x80000000, 0xF130001942161FB7, "Gamon", 0xa28
Report comment to moderator  
Reply With Quote
Unread 12-03-14, 12:16 PM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
Code:
1x ...rfaceNephilistGarrison\NephilistGarrison-1.3.lua:386: attempt to perform arithmetic on field 'xp' (a nil value)
...rfaceNephilistGarrison\NephilistGarrison-1.3.lua:386: in function <...rfaceNephilistGarrison\NephilistGarrison.lua:327>
[C]: in function `GarrisonFollowerList_Update'
...zard_GarrisonUI\Blizzard_GarrisonSharedTemplates.lua:122: in function `GarrisonFollowerList_UpdateFollowers'
...zard_GarrisonUI\Blizzard_GarrisonSharedTemplates.lua:55: in function `GarrisonFollowerList_OnEvent'
...Blizzard_GarrisonUI\Blizzard_GarrisonLandingPage.lua:46: in function <...Blizzard_GarrisonUI\Blizzard_GarrisonLandingPage.lua:45>
[C]: in function `AddFollowerToMission'
...s\Blizzard_GarrisonUI\Blizzard_GarrisonMissionUI.lua:1243: in function `GarrisonMissionPage_SetFollower'
...s\Blizzard_GarrisonUI\Blizzard_GarrisonMissionUI.lua:1519: in function <...s\Blizzard_GarrisonUI\Blizzard_GarrisonMissionUI.lua:1517>

Locals:
(*temporary) = <function> defined =[C]:-1
 = <function> defined @Blizzard_GarrisonUI\Blizzard_GarrisonSharedTemplates.lua:149
 = <function> defined @NephilistGarrison\NephilistGarrison.lua:327
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Unread 12-03-14, 11:36 AM  
lieandswell
A Cyclonian
 
lieandswell's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 43
Uploads: 11
Follower XP gain

Originally Posted by devilArt
please . . . add a number text for how many exp to levelup in the follower list frame
As of v1.3, the XP bar in the follower list now shows how much they'd gain from a successful mission (not going to add text).

Also note that there is a bug on live where your followers will receive the base XP from the mission but not the reward XP. I've repeatedly seen dudes level up in the animation but then not be levelled up when you go to look at them or use them.
__________________
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: