134 - Unknown mount in Org
What steps will reproduce the problem?
1. Zone into Orgrimmar
2. Click Gogomount bind
3. Error message pops up.
What is your current class, level and race?
Shaman, 70, Orc
What language is your game client? (enUS / frFR / etc)
enUS
What version of the GoGoMount are you using?
Latest as of 06/11/08, 3.0.5
If the problem is with Engineering or Tailoring mounts, which and what level is your skill?
N/A
Please provide any additional information below.
Don't know if this is the right info:
["UnknownMounts"] = {
["Black War Kodo"] = true,
| User | When | Change |
|---|---|---|
| tiker | Nov 24, 2008 at 19:13 UTC | Changed status from Replied to Fixed |
| tiker | Nov 24, 2008 at 19:12 UTC | Changed status from Waiting to Replied |
| tiker | Nov 10, 2008 at 10:47 UTC | Changed status from Replied to Waiting |
| TaurosOrc | Nov 10, 2008 at 06:47 UTC | Changed status from Waiting to Replied |
| tiker | Nov 09, 2008 at 15:14 UTC | Changed status from Replied to Waiting |
| TaurosOrc | Nov 08, 2008 at 10:42 UTC | Changed status from Waiting to Replied |
| tiker | Nov 06, 2008 at 14:00 UTC | Changed status from New to Waiting |
| TaurosOrc | Nov 06, 2008 at 01:10 UTC | Create |
- 6 comments
- 6 comments
- Reply
- #6
tiker Nov 24, 2008 at 19:12 UTC - 0 likesNo response.. fixed.
Donations are always welcomed!
BitCoins: 1Ah7kTcSccFnCYkek8XVnoAuj7kRH14EmH
- Reply
- #5
tiker Nov 10, 2008 at 10:46 UTC - 0 likesYou've got 2 mounts set as preferences for Origimar - war kodo and brown wolf. You have the global preferred mount option enabled which means using /gogo clear will reset global mount preferences and not the zone specific preferences.
I've updated your .lua file so it should work fine now. Just converted the preferences for each zone to their spell IDs which GoGoMount uses now.
Replace your saved variables file with the following:
GoGo_Prefs = {
["GlobalPrefMount"] = 1,
["useshapeform"] = 1,
["DisableMountNotice"] = 1,
["autodismount"] = 1,
["Sunwell Plateau"] = {
43688, -- [1]
},
["preferflight"] = 1,
["checkspells"] = 1,
["version"] = "0003000500",
["UnknownMounts"] = {
},
["genericfastflyer"] = 1,
["Alterac Valley"] = {
43688, -- [1]
},
["Isle of Quel'Danas"] = {
43688, -- [1]
},
["Orgrimmar"] = {
22718, -- [1]
23250, -- [2]
},
}
- Reply
- #4
TaurosOrc Nov 10, 2008 at 06:47 UTC - 0 likesI think i'll go ahead and delete it anyway, but here it is in case it'll be any use for you in the future:
GoGo_Prefs = {
["GlobalPrefMount"] = 1,
["useshapeform"] = 1,
["DisableMountNotice"] = 1,
["autodismount"] = 1,
["Sunwell Plateau"] = {
"Amani War Bear", -- [1]
},
["preferflight"] = 1,
["checkspells"] = 1,
["version"] = "0003000500",
["UnknownMounts"] = {
["Black War Kodo"] = true,
},
["genericfastflyer"] = 1,
["Alterac Valley"] = {
"Amani War Bear", -- [1]
},
["Isle of Quel'Danas"] = {
"Amani War Bear", -- [1]
},
["Orgrimmar"] = {
"Black War Kodo", -- [1]
"Horn of the Swift Brown Wolf", -- [2]
},
}
EDIT: didn't seem to like single lines, probably with the tab indent, so edited to have double.
- Reply
- #3
tiker Nov 09, 2008 at 15:14 UTC - 0 likesIt still sounds like it's a corruption with the saved variables file for GoGoMount. If you don't have many "preferred" mounts set then delete the GoGoMount.lua file in your saved variables directory for the character having the issue. If you do have many set mounts and don't want to reset everything copy / paste the entire contents of the file here and I'll clear it up.
- Reply
- #2
TaurosOrc Nov 08, 2008 at 10:42 UTC - 0 likesNo I don't, also to be noted, whenever i try to use a /gogo [option] the line doesn't actually 'enter', i guess is the best way to put it, as in the chat box doesn't disappear with the text still there. The list of options still pop up in the chat window, but ends on the 'Single click form changes disabled' line, and doesn't show the preferred mount line. Even preferred mount clear, /gogo clear, does not work.
With a druid alt of mine, the GoGo button didn't work for mounting, but worked while moving to shapeshift into Travel Form. The druid was able to use /gogo clear to fix the problem for him.
- Reply
- #1
tiker Nov 06, 2008 at 13:59 UTC - 0 likesInteresting... Do you have the Black War Kodo set as a preferred mount for Orgrimmar?
I think what's happening is you've set it as a preferred mount with a previous version of GoGoMount and with a change in the way it stores favorites now it's not seeing it in the database. If so, clear it /gogo clear and re-add it as a favorite. This should fix the issue for you.
Let me know.
Thanks.