Download
(4Kb)
Download
Updated: 12-26-22 02:05 AM
Pictures
File Info
Compatibility:
Dragonflight (10.0.2)
Updated:12-26-22 02:05 AM
Created:unknown
Downloads:22,146
Favorites:143
MD5:

NugMiniPet  Popular! (More than 5000 hits)

Version: 10.0.0
by: d87 [More]

Random favorite minipet autosummon hooked on forward movement. Your pets will never get randomly lost again

How it works:
When you start moving forward addon checks if you have minipet summoned already, if not and if you're not in combat and not mounted (etc.) then it will summon one from your list of favorite pets.

### 8.3.2:

- Fixed a bug when having normal pets summoned was detected as mind controlling

### 8.3.1:

- Fixed the bug with Mayhem Mind Melder
- Fixed 'Dismiss and disable' Keybind
- Updated TOC for 8.3

### 8.0.1:

- BfA fix for UnitAura

### 7.0.1:

- Actual Legion update of options

### 7.0.0:

- Legion invisibility spellID fix

### 6.0.0:

- ToC Update to 60000

### 5.1.1:

- Fixed for API changes in 5.1
- Blizzard is now using petGUIDs instead of petIDs, hence
- character-specific favorites has been reset to use new format.

### 5.1:

- Character favorites

### 5.0:

- MoP update.

### 4.0:
- Cataclysm update. Also fixed bug when you can't summon if only one pet selected

### 1.4:

- Cleaned up, db format changed, various fixes

### 1.3.2b (by Robsato):

- Rebuilding summoning list after new pet is learned
- Does not try to summon a minipet anymore when flying or when in a vehicle.

### 1.3.2:

- Timer edit box now will hide when switching from pets tab

### 1.3.1:

- Bug when game freezes if only one pet selected fixed; Keybinding for summon fixed

### 1.3:

- Timer for chaning pets, pet database reworked, bug with ids when new pet is learned should be fixed (not tested), now only CtrlClick to select/deselect pet

### 1.2:

- Borders and checkbox in pet frame, no need for console now

### 1.1:

- +pet -pet removed, now addon only deals with pet IDs

### 1.0.3:

- multilink +pet -pet

### 1.0.2:

- added option to enable/disable addon
Archived Files (2)
File Name
Version
Size
Author
Date
9.1.1
4kB
d87
09-24-21 12:29 AM
9.1.0
4kB
d87
09-14-21 07:00 PM


Post A Reply Comment Options
Unread 11-27-12, 11:58 PM  
fostic_popcorn
A Murloc Raider
 
fostic_popcorn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 51
Uploads: 2
The following API was renamed in 5.1, a simple ctrl+f / replace will get the addon up and running again:

Replace GetSummonedPetID with GetSummonedPetGUID
Replace SummonPetByID with SummonPetByGUID

However you might have to re-set your character favorites. For some reason mine were wiped. After that the addon worked perfectly again for me
Report comment to moderator  
Reply With Quote
Unread 09-07-12, 06:10 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
if it's blizzard's global favorites bug, then you can use character favorites. they are completely separate things.
Report comment to moderator  
Reply With Quote
Unread 09-07-12, 02:38 AM  
Lunyra
A Deviate Faerie Dragon

Forum posts: 11
File comments: 51
Uploads: 0
Is it me or is the Pet Menu bugged? (Has nothing to do with this addon)

I got some Pets on my favorite list by mistake, but everytime i right click to remove favorite and a relog the setting has been cleared and they are back on the favorite list.

Does anyone else have this issue?

EDIT:

Seems it's a known issue. It's just Blizzard being slackers and will take over a year to fix.

Guess i will have to use an alternative Addon for now untill blizzard pulls their shit together.
Last edited by Lunyra : 09-07-12 at 02:43 AM.
Report comment to moderator  
Reply With Quote
Unread 09-04-12, 11:39 AM  
fostic_popcorn
A Murloc Raider
 
fostic_popcorn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 51
Uploads: 2
Holy crap, thanks so much for the quick response Love this addon so much!
Report comment to moderator  
Reply With Quote
Unread 09-04-12, 12:44 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Yeah, you're right. Done in 5.1.

Btw, it overrides blizzard's favorite system, so it possibly could cause conflicts with other pet addons.
Report comment to moderator  
Reply With Quote
Unread 09-03-12, 10:40 PM  
fostic_popcorn
A Murloc Raider
 
fostic_popcorn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 51
Uploads: 2
Hey! So, now that NugMiniPet runs off the account-wide favorited pets list, it seems I can no longer have a certain pet always auto-summoned per character.

Is there any way either save settings per character, to return to the old functionality? What I really want is to have Character X always summon a seagull, Character Y always summon a Searing Scorchling, Character Z always summon a sunflower, and so on and so forth. I don't care whatsoever about the random summoning component.

I was just wondering if this was possible. If it's not, thank you for your work on this addon either way.
Report comment to moderator  
Reply With Quote
Unread 09-02-12, 04:54 AM  
jlrm365
A Flamescale Wyrmkin
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 113
Uploads: 1
Could this be updated?

With the changes to companion interface, it doesn't seem to work.

This addon did what I wanted, without frills, so I'd love to see it working again.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 12:21 AM  
pikadude1006
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 23
Uploads: 2
Re: Re: Dismissing pets?

Originally posted by d87
You can put /script DismissCompanion("CRITTER") into your stealth macro and it won't resummon while in stealth.
It's possible, but pvp flag is too unreliable, so it will probably just end up very annoying.
I actually managed to add the PVP flag restriction in addition to an arena restriction, by adding

Code:
and not IsActiveBattlefieldArena("player")
and not UnitIsPVP("player")
between lines 97 and 98. Seems to have worked fine in the few weeks I've had it in there.

EDIT: blah, I fail at copypaste.

And a new problem, with 4.1 minipets never dismiss themselves, even upon loading into a BG, making the need for a dismiss function somewhat more important I believe.
Last edited by pikadude1006 : 04-27-11 at 02:43 AM.
Report comment to moderator  
Reply With Quote
Unread 04-14-11, 04:56 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by Lunyra
Thought id give this a go again, but it doesn't summon any of my pets.
Is autosummon turned on?
Try to reset settings for your character, typing /script NugMiniPetDB = nil and then /reload
Report comment to moderator  
Reply With Quote
Unread 04-14-11, 03:08 AM  
Lunyra
A Deviate Faerie Dragon

Forum posts: 11
File comments: 51
Uploads: 0
Thought id give this a go again, but it doesn't summon any of my pets.
Report comment to moderator  
Reply With Quote
Unread 03-27-11, 06:28 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Re: Dismissing pets?

Originally posted by pikadude1006
Would it be possible to add in the ability to dismiss pets upon moving if you're stealthed/flagged for pvp?
You can put /script DismissCompanion("CRITTER") into your stealth macro and it won't resummon while in stealth.
It's possible, but pvp flag is too unreliable, so it will probably just end up very annoying.
Report comment to moderator  
Reply With Quote
Unread 03-27-11, 03:49 AM  
pikadude1006
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 23
Uploads: 2
Dismissing pets?

Would it be possible to add in the ability to dismiss pets upon moving if you're stealthed/flagged for pvp?
Report comment to moderator  
Reply With Quote
Unread 02-03-11, 12:07 PM  
Justgiz
An Aku'mai Servant

Forum posts: 30
File comments: 23
Uploads: 0
Originally posted by Lomk
Mages invisibility breaks by this addon. It's not included in IsStealthed. =(
Same with Hunter's Camouflage. Would be nice to know that if i pop Camo, its not going to break the second i move forward.
Report comment to moderator  
Reply With Quote
Unread 01-26-11, 01:08 PM  
nekrossa
A Kobold Labourer
 
nekrossa's Avatar

Forum posts: 0
File comments: 11
Uploads: 0
odd, this was working just fine yesterday.

i have one pet selected for summoning, but it's continually summoning the one right after it. Not sure why, i haven't gotten any new pets in a long time.

might try to debug this later this evening.

Has anyone else seen this problem?

UPDATE: working fine. turns out another addon loaded with a TON of errors and was causing all sorts of problems. reverting back to a clean version fixed everything, including NugMiniPet. So, moral of the story, make sure everything is loading cleanly before you report problems... LOL
Last edited by nekrossa : 01-26-11 at 02:20 PM.
Report comment to moderator  
Reply With Quote
Unread 12-28-10, 05:38 AM  
Lunyra
A Deviate Faerie Dragon

Forum posts: 11
File comments: 51
Uploads: 0
Worked great for a week, but now it keeps summoning the brewfest pet...
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: