Download
(48Kb)
Download
Updated: 11-28-12 12:52 PM
Pictures
File Info
Updated:11-28-12 12:52 PM
Created:05-05-09 02:35 AM
Downloads:52,507
Favorites:338
MD5:

GupPet  Popular! (More than 5000 hits)

Version: v2.106
by: Gupp [More]

What is GupPet:
GupPet is an add-on that gives an extension for mounting and calling critters. By a single click it mounts a ground, swimming or fly mount depending on the players location. Because most players have plenty of mounts and companions, and you probably like more than one, the add-on can randomly select mounts/companions depending on the selections in the option menu.

Basic Features:

  • Randomly selects a mount / companion location dependent.
  • Class support for Druids , Shamans and Mages.
  • Automatically summons a companion
  • 3d model preview
  • And many more ! ( Would be a to big list )
In game usage:
There are 3 types of controls.
  • Action buttons (Adds buttons and are move, hide and scalable.)
  • Key binds
  • Slash commands
How it works:
GupPet uses a small database to split the mounts that the player currently has learned. The splitting is based on type (ground, swimming or fly) and speed. When using the auto mount function the add-on will always try to select the fastest possible option, but if you can fly in an area the add-on select the flyable over the ground type. If your are swimming the aquatic will be selected above the other two types.

For the critters GupPet uses a small database to detect if a critter uses a type of reagent to call it, for some types you need a snowball. The add-on detects if you have that reagent with you and if not, the add-on won't select that type of critter.

Language support:
The languages that are currently supported are English , German ( Tnx to Farook at Curse) , Spanish ( Tnx to StiviS at Curse ) and Russian ( Tnx to StingerSoft at WowInterface.) With the none-supported languages the zone detection is not supported and therefore forces the two mount action buttons.

Commands
The start command is '/GP' or '/GupPet'. ( The mounting slash commands don't support abilities with spells )

Known Issues:
If you or a patch clears your WoW Cache folder, you may experience an invalid list of mounts or a failure to select some mounts for your first login after the cache was cleared. Try logging out and then back in.

------------------------------------------------------------------------
------- V 2.106
------------------------------------------------------------------------
- Fixed some bugs because blizzard changed something in there UI
- Added Obsidian Nightwing as MultiMount

------------------------------------------------------------------------
------- V 2.105
------------------------------------------------------------------------
- Removed the text that a mount is not found ... while it is ;)

-----------------------------------------------------------------------
------- V 2.104
------------------------------------------------------------------------
- Placed a workaround of the blizzard bug that the mounts get reordered ( Tnx Nizabel )

------------------------------------------------------------------------
------- V 2.103
------------------------------------------------------------------------
- Fixed the taint issues
- Removed the part where stealth would remove the companion

------------------------------------------------------------------------
------- V 2.102
------------------------------------------------------------------------
- The icon texture can now be set again
- Fixed the Auto Call Companion .. ( But changes the Filters off the Blizzard interface >< )
- Added ButtonFacade again

------------------------------------------------------------------------
------- V 2.101
------------------------------------------------------------------------
- Fixed a bug on the hunter class


------------------------------------------------------------------------
------- V 2.100
------------------------------------------------------------------------
- Fixed some bugs that came with the new patch ..
- Removed the buttonfacade for now
- Removed the collect me as its out of date

- For now auto summon for pets is disabled as its now totally broken
- Next version will fix the issue that characters have some unusable mounts ( lvl restriction or prof etc )


----
Rest of the change log is found in the ChangeLog.txt
----
Optional Files (0)


Post A Reply Comment Options
Unread 11-25-10, 03:10 PM  
mcbexx
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Cancelaura

Would it be possible to add the option to automatically cast /cancelaura <current morph effect> when trying to mount?

For instance, the transformations triggered by "Deathbringer's Will" prevent you from mounting, it's kind of annoying.
Report comment to moderator  
Reply With Quote
Unread 11-25-10, 01:13 PM  
Codex
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 280
Uploads: 12
Re: Re: Re: Re: AutoMount

Can you add support for River Boat in Thousand Needles?
http://www.wowhead.com/item=55121
Report comment to moderator  
Reply With Quote
Unread 11-24-10, 08:38 PM  
dwex
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 91
Uploads: 2
Re: Re: Re: AutoMount

Originally posted by dwex
Unfortunately the flyable stuff is broken in Ironforge. For whatever reason, GetZoneText() is returning "City of Ironforge" while GetMapZones() returns "Ironforge", so the comparison in GupP_Mount_CanFlyThisContinent() fails. Clearly Blizzard's fault, not yours, but /sigh anyhow.
I cribbed some code from SimplerMount and replaced the entire body of GupP_Mount_CanFlyThisContinent() with:

Code:
return ((IsSpellKnown(90267) and (GetCurrentMapContinent()==1 or
GetCurrentMapContinent()==2)) or (GetCurrentMapContinent()==4 and
IsSpellKnown(54197)) or (GetCurrentMapContinent()==3 and
(IsSpellKnown(34090) or IsSpellKnown(90265) or IsSpellKnown(34091))));
Don't know if it's fully correct, but it's good enough for now, I think.
Report comment to moderator  
Reply With Quote
Unread 11-24-10, 05:29 PM  
dwex
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 91
Uploads: 2
Re: Re: AutoMount

Originally posted by Gupp
version v2.015 should fix all the errors .. this will be the last version of V2.*** after this v3 will be launched that will have a better class support and some other improvements
Unfortunately the flyable stuff is broken in Ironforge. For whatever reason, GetZoneText() is returning "City of Ironforge" while GetMapZones() returns "Ironforge", so the comparison in GupP_Mount_CanFlyThisContinent() fails. Clearly Blizzard's fault, not yours, but /sigh anyhow.
Last edited by dwex : 11-24-10 at 05:29 PM.
Report comment to moderator  
Reply With Quote
Unread 11-24-10, 10:45 AM  
Gupp
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 134
Uploads: 4
Re: AutoMount

Originally posted by ahua
"AutoMount" choose Flying Mounts regardless of Flight Master's License in Eastern Kingdom or Kalimdor.
version v2.015 should fix all the errors .. this will be the last version of V2.*** after this v3 will be launched that will have a better class support and some other improvements
__________________
Last edited by Gupp : 11-24-10 at 03:28 PM.
Report comment to moderator  
Reply With Quote
Unread 11-23-10, 08:23 PM  
ahua
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
AutoMount

"AutoMount" choose Flying Mounts regardless of Flight Master's License in Eastern Kingdom or Kalimdor.
Report comment to moderator  
Reply With Quote
Unread 11-23-10, 08:11 PM  
brknsoul
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 160
Uploads: 2
GupPet needs to choose a Ground Mount when in Azeroth without Flight Master's License, currently it's attempting to mount a Flying Mount.
Report comment to moderator  
Reply With Quote
Unread 11-23-10, 08:09 PM  
Trixie1971
A Defias Bandit

Forum posts: 2
File comments: 45
Uploads: 0
New pally mounts

Looks like there's been some changes to the pally mounts - my chracter is a draenei pally and she now has two elekks for pally mounts:

GupPet: Exarch's Elekk , 73629
GupPet: Great Exarch's Elekk , 736304

Thanks,
Trixie
Report comment to moderator  
Reply With Quote
Unread 11-22-10, 11:48 AM  
Gupp
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 134
Uploads: 4
Originally posted by nonretadin
yes i have cleaared my cache a bunch of times
In the next upcoming version this issue should be completely tackled
__________________
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 07:22 PM  
nonretadin
A Warpwood Thunder Caller
 
nonretadin's Avatar

Forum posts: 96
File comments: 19
Uploads: 0
yes i have cleaared my cache a bunch of times
__________________



yup themz da banana'z
Report comment to moderator  
Reply With Quote
Unread 11-19-10, 01:16 PM  
Gupp
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 134
Uploads: 4
Originally posted by nonretadin
hi gupp i am having an issue that is kind of strange. i have a macro /gp am so that when i hit the hotkey it gives me a flying mount in northrend and a ground mount in azoreth but when i log in sometimes it doesnt give a flying mount in northrend it gives me ground mounts and idk what causes it to fix but i have screenies. it doesnt look like i can attach pictures to comments so i can send them to you if you want
Known Issues:
If you or a patch clears your WoW Cache folder, you may experience an invalid list of mounts or a failure to select some mounts for your first login after the cache was cleared. Try logging out and then back in.

__________________
Report comment to moderator  
Reply With Quote
Unread 11-14-10, 12:11 PM  
nonretadin
A Warpwood Thunder Caller
 
nonretadin's Avatar

Forum posts: 96
File comments: 19
Uploads: 0
hi gupp i am having an issue that is kind of strange. i have a macro /gp am so that when i hit the hotkey it gives me a flying mount in northrend and a ground mount in azoreth but when i log in sometimes it doesnt give a flying mount in northrend it gives me ground mounts and idk what causes it to fix but i have screenies. it doesnt look like i can attach pictures to comments so i can send them to you if you want
__________________



yup themz da banana'z
Report comment to moderator  
Reply With Quote
Unread 11-10-10, 03:44 PM  
brknsoul
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 160
Uploads: 2
I can't seem to get my druid's Flight Form to function using /click GupPet_IngameFrameTemplateAuto or the button.
Last edited by brknsoul : 11-10-10 at 03:51 PM.
Report comment to moderator  
Reply With Quote
Unread 11-10-10, 03:21 PM  
Gupp
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 134
Uploads: 4
Re: Collect Me

Originally posted by MrsJones
I'm actually having the same problem, I did recently start playing again after a long break but made sure to download the latest versions etc. Really loved the collect me part of this addon, any help would be appreciated. Thanks!
I think this could only happen when the savedVariable file is corrupted .. try to delete it and see what happens then on reload.
__________________
Report comment to moderator  
Reply With Quote
Unread 11-10-10, 09:41 AM  
MrsJones
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Collect Me

Originally posted by Hunter Azif
Hey, Gupp! I love the add on, but mysteriously the "collect me" tab has vanished sometime in the last week. I have the most recent version and haven't updated anything in the last week. The rest of the add-on appears to be working fine, just the "collect me" tab is missing. Any ideas on how to fix it?

I'm actually having the same problem, I did recently start playing again after a long break but made sure to download the latest versions etc. Really loved the collect me part of this addon, any help would be appreciated. Thanks!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: