Download
(122Kb)
Download
Updated: 12-11-11 09:33 PM
Pictures
File Info
Updated:12-11-11 09:33 PM
Created:01-30-09 01:34 AM
Downloads:5,264
Favorites:88
MD5:
Categories:Data Broker, Discontinued and Outdated Mods

Golden Ticket  Popular! (More than 5000 hits)

Version: 1.0.24
by: neotron [More]

Golden Ticket is an LDB data provider that takes over the functionality of the GM ticket status frame. It will hide the default frame and show the data contained in it in your LDB display of choice.

If you do not have an LDB display, this addon is also usable via an optional minimap button.

To access the configuration use one of the following methods:

  • Right click the minimap button or LDB display.
  • Type /goldenticket in the text input window.
  • Open Blizzard Interface Options, click AddOns and select Golden Ticket from the list.

Changes in r13:
  • Fixed for 3.1 and a .toc version bump.

Changes in r11:
  • Now works with Broker2FuBar.
  • Added several missing libraries.
  • Korean localization.

Changes in r8:
  • Hopefully fixed issues with settings not persisting.
  • French localization.

Note to SexyMap users: Depending on how you configured SexyMap you might have to use its configuration to disable the minimap button. Go to the SexyMap configuration, choose the Button sub-section, click the Addon Buttons tab and find LibDBIcon10_Golden Ticket and check the Never box.

Changes in 1.0.20:
  • New dependencies, and toc bump.

Changes in r14:
  • Fixed for 3.2 plus added middle click to abandon current ticket and toc bump

Changes in r13:
  • Fixed for 3.1 and a .toc version bump.

Changes in r11:
  • Now works with Broker2FuBar.
  • Added several missing libraries.
  • Korean localization.

Changes in r8:
  • Hopefully fixed issues with settings not persisting.
  • French localization.

Changes in r6:
  • Adds a missing enUS localization string.
Post A Reply Comment Options
Unread 01-30-09, 09:29 AM  
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 266
Uploads: 2
Great addon (in combo with Broker2FuBar), got really sick of the YOU HAVE A TICKET - NO WAITING TIME frame because it screwed up my UI...

Thank you!

s, Fonjask
__________________
~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 01-30-09, 06:11 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Hmm... should you really be implementing "hide label" and "hide text" options in the data feed when display addons already provide these options?
Report comment to moderator  
Reply With Quote
Unread 01-30-09, 07:55 PM  
Wizardling
A Kobold Labourer
 
Wizardling's Avatar
Premium Member

Forum posts: 0
File comments: 119
Uploads: 0
Unhappy Error after reloading UI.

"AceLocale-3.0: GoldenTicket: Missing entry for 'Right Click to configure GoldenTicket."
Report comment to moderator  
Reply With Quote
Unread 01-30-09, 08:04 PM  
Wizardling
A Kobold Labourer
 
Wizardling's Avatar
Premium Member

Forum posts: 0
File comments: 119
Uploads: 0
Unhappy Minimap button cannot be disabled :-(

Is it conflicting with Sexymap?
Report comment to moderator  
Reply With Quote
Unread 01-30-09, 10:24 PM  
neotron
A Kobold Labourer
 
neotron's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 87
Uploads: 10
Phanx: I debated it but decided that it doesn't hurt. All displayers might not have the option to configure this aspect of the display.

Wizardling: weird, wonder how I missed that. I'll fix it. As for the minimap button, SexyMap can take control over its visibility. Go to SexyMap options => Buttons => Addon Buttons and find the Golden Ticket one. Find LibDBIcon10_GoldenTicket and check the Never box.
Last edited by neotron : 01-30-09 at 10:48 PM.
Report comment to moderator  
Reply With Quote
Unread 02-02-09, 12:46 AM  
Sparanoid
A Defias Bandit

Forum posts: 3
File comments: 57
Uploads: 0
the icon cannot remember the position on the minimap?
Report comment to moderator  
Reply With Quote
Unread 02-02-09, 01:30 PM  
Kerecha
A Deviate Faerie Dragon
 
Kerecha's Avatar

Forum posts: 10
File comments: 196
Uploads: 0
The minimap button settings aren't being saved at all atm.

I set it to not show, but every time i relog it shows up again.
Report comment to moderator  
Reply With Quote
Unread 02-02-09, 02:27 PM  
neotron
A Kobold Labourer
 
neotron's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 87
Uploads: 10
minimap button woes

I'll look into this again. It should work fine but who knows what I might have messed up!
Report comment to moderator  
Reply With Quote
Unread 02-03-09, 09:25 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 10860
File comments: 687
Uploads: 33
Your problem is with lines 24-26 of GoldenTicket.lua

Code:
GoldenTicketDB = {
   minimapIcon = {}
}
Each time the code is run, the db table gets overwritten.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 02-04-09, 04:09 PM  
neotron
A Kobold Labourer
 
neotron's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 87
Uploads: 10
I thought that the saved variables were loaded later in the process, overwriting any "default" I set in the top scope, as per this:

http://www.wowwiki.com/Saving_variab..._game_sessions
Last edited by neotron : 02-04-09 at 04:09 PM.
Report comment to moderator  
Reply With Quote
Unread 02-05-09, 11:25 PM  
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 10860
File comments: 687
Uploads: 33
Eh, I could probably be wrong. But I am having the problem of the settings not saving as well. (not just the minimap icon being turned off)
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

[SIGPIC][/SIGPIC]
Report comment to moderator  
Reply With Quote
Unread 02-07-09, 04:14 PM  
neotron
A Kobold Labourer
 
neotron's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 87
Uploads: 10
I believe it should be fixed in the most recent version. I tested it and my settings were persisted correctly.
Report comment to moderator  
Reply With Quote
Unread 02-07-09, 05:22 PM  
SkunkWerks
A Fallenroot Satyr
 
SkunkWerks's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 239
Uploads: 1
This work with Broker2Fubar yet?
Report comment to moderator  
Reply With Quote
Unread 02-07-09, 06:44 PM  
neotron
A Kobold Labourer
 
neotron's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 87
Uploads: 10
Originally posted by SkunkWerks
This work with Broker2Fubar yet?
I actually haven't tried it. I'll try and see what happens. I don't understand why it wouldn't. :-/
Report comment to moderator  
Reply With Quote
Unread 02-07-09, 08:50 PM  
SkunkWerks
A Fallenroot Satyr
 
SkunkWerks's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 239
Uploads: 1
Originally posted by neotron
I actually haven't tried it. I'll try and see what happens. I don't understand why it wouldn't. :-/
Me neither, but it doesn't.

I also was having the issue with the settings not holding. That seems to have cleared up now though.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.