[lnkForumImage]
TotalShareware - Download Free Software
Usa Forum
 Home | Login | Register | Search 


 

Forums >

alt.games.warcraft

Currency window is empty

Urbin

5/1/2011 11:38:00 AM

I'm lately finding my currency window is empty. I suspect it's an addon that
breaks this but having 180+ I dread singling out the culprit. Has anyone
heard about anything like this happening and can give me a hint?

Cheers
Urbin
--
Dun Morogh-EU (PvE) | Juran (65), Druid
Urbin (85), Hunter | Surana (70), Mage | Greeta (65), Rogue
Mymule (83), Warlock | Kordosch (75), Deathknight | Gera (26), Paladin
Sunh (80), Priest | Taalas (84), Shaman | Vargal (40), Warrior
8 Answers

Shiflet

5/1/2011 12:02:00 PM

0


"Urbin" <urbin@invalid.invalid> wrote in message
news:slrnirqhh8.i0e.urbin@stinky-local.trash.net...
> I'm lately finding my currency window is empty. I suspect it's an addon
> that
> breaks this but having 180+ I dread singling out the culprit.

180 addons? Seriously?

I just don't get it. I use a couple of addons, and that's it...if I keep
adding more, it pretty much feels like they're playing the whole game for
me...


evanmac69

5/1/2011 12:41:00 PM

0

Shiflet <rshiflet@charter.net> wrote:

> "Urbin" <urbin@invalid.invalid> wrote in message
> news:slrnirqhh8.i0e.urbin@stinky-local.trash.net...
> > I'm lately finding my currency window is empty. I suspect it's an addon
> > that
> > breaks this but having 180+ I dread singling out the culprit.
>
> 180 addons? Seriously?

I have 192 addons installed, some are disabled (like loremaster, used
only for one toon and only when needed), some are class specific (like
healbot: hunter don't need it :D ), some are shared among my toons
(auctionator or nui, for example) :D

--
this is a random signature

evanmac69

5/1/2011 12:41:00 PM

0

Urbin <urbin@invalid.invalid> wrote:

> I'm lately finding my currency window is empty. I suspect it's an addon that
> breaks this but having 180+ I dread singling out the culprit. Has anyone
> heard about anything like this happening and can give me a hint?

I had same problem with glyph frame, I can't gues which addons is, I
only hope that some update will fix it

I'm too lazy at the moment to check addons one by one :D

--
this is a random signature

Urbin

5/1/2011 5:53:00 PM

0

On Sun, 1 May 2011 07:02:29 -0500, Shiflet wrote:
>
> "Urbin" <urbin@invalid.invalid> wrote in message
> news:slrnirqhh8.i0e.urbin@stinky-local.trash.net...
> > I'm lately finding my currency window is empty. I suspect it's an addon
> > that
> > breaks this but having 180+ I dread singling out the culprit.
>
> 180 addons? Seriously?

Yes.

> I just don't get it. I use a couple of addons, and that's it...if I keep
> adding more, it pretty much feels like they're playing the whole game for
> me...

Most of them just provide information I like to have handy but there are a
few central ones: Macaroon as bar addon is probably the one I couldn't do
without :-)

Cheers
Urbin

--
Dun Morogh-EU (PvE) | Juran (65), Druid
Urbin (85), Hunter | Surana (70), Mage | Greeta (65), Rogue
Mymule (83), Warlock | Kordosch (75), Deathknight | Gera (26), Paladin
Sunh (80), Priest | Taalas (84), Shaman | Vargal (40), Warrior

Thomas Hejl Pilgaard

5/2/2011 3:39:00 PM

0

Den 01-05-2011 14:41, EvanMac skrev:
> Urbin<urbin@invalid.invalid> wrote:
>
>> I'm lately finding my currency window is empty. I suspect it's an addon that
>> breaks this but having 180+ I dread singling out the culprit. Has anyone
>> heard about anything like this happening and can give me a hint?
>
> I had same problem with glyph frame, I can't gues which addons is, I
> only hope that some update will fix it
>
> I'm too lazy at the moment to check addons one by one :D

You can circumvent the issue by ... installing an addon (sic!)...
http://wow.curse.com/downloads/wow-addons/details/cur...
With this addon installed, hovering over your bag will display
your currency information in a tooltip.

There is also a few script commands you could simply use while waiting
for the addon responsible to recieve an update:
/script print(GetCurrencyInfo(396));
/script print(GetCurrencyInfo(395));

Those are Justice and Valor points.
There's a list with more id's here:
http://wowprogramming.com/docs/api/GetCu...

And finally: If you usually access your currency tab via a hotkey,
several people report that by simply accessing them through mouseclicks
(character screen, then currency tab) the information is visible...

Urbin

5/2/2011 3:54:00 PM

0

On Mon, 02 May 2011 17:38:34 +0200, Thomas Hejl Pilgaard wrote:
> Den 01-05-2011 14:41, EvanMac skrev:
> > Urbin<urbin@invalid.invalid> wrote:
> >
> >> I'm lately finding my currency window is empty. I suspect it's an addon that
> >> breaks this but having 180+ I dread singling out the culprit. Has anyone
> >> heard about anything like this happening and can give me a hint?
> >
> > I had same problem with glyph frame, I can't gues which addons is, I
> > only hope that some update will fix it
> >
> > I'm too lazy at the moment to check addons one by one :D
>
> You can circumvent the issue by ... installing an addon (sic!)...
> http://wow.curse.com/downloads/wow-addons/details/cur...
> With this addon installed, hovering over your bag will display
> your currency information in a tooltip.
>
> There is also a few script commands you could simply use while waiting
> for the addon responsible to recieve an update:
> /script print(GetCurrencyInfo(396));
> /script print(GetCurrencyInfo(395));
>
> Those are Justice and Valor points.
> There's a list with more id's here:
> http://wowprogramming.com/docs/api/GetCu...
>
> And finally: If you usually access your currency tab via a hotkey,
> several people report that by simply accessing them through mouseclicks
> (character screen, then currency tab) the information is visible...

Thanks. I found I can fix the issue by running the following macro once
after loggin in:

/script HybridScrollFrame_CreateButtons(TokenFrameContainer,
"TokenButtonTemplate", 1, -2, "TOPLEFT", "TOPLEFT", 0,
-TOKEN_BUTTON_OFFSET);

Cheers
Urbin

--
Dun Morogh-EU (PvE) | Juran (65), Druid
Urbin (85), Hunter | Surana (70), Mage | Greeta (65), Rogue
Mymule (83), Warlock | Kordosch (75), Deathknight | Gera (26), Paladin
Sunh (80), Priest | Taalas (84), Shaman | Vargal (40), Warrior

Lewis

5/3/2011 3:50:00 PM

0

Urbin <urbin@invalid.invalid> wrote:
> On Sun, 1 May 2011 07:02:29 -0500, Shiflet wrote:
>>
>> "Urbin" <urbin@invalid.invalid> wrote in message
>> news:slrnirqhh8.i0e.urbin@stinky-local.trash.net...
>>> I'm lately finding my currency window is empty. I suspect it's an addon
>>> that
>>> breaks this but having 180+ I dread singling out the culprit.
>>
>> 180 addons? Seriously?
>
> Yes.

Seems like a reasonable number.

>> I just don't get it. I use a couple of addons, and that's it...if I keep
>> adding more, it pretty much feels like they're playing the whole game for
>> me...
>
> Most of them just provide information I like to have handy but there are a
> few central ones: Macaroon as bar addon is probably the one I couldn't do
> without :-)

Dominos for me, I have to have it. Next is auto bar. Those are the only
critical ones.

--
this is not a signture

steve.kaye

5/4/2011 6:39:00 AM

0

On Tue, 3 May 2011 15:50:25 +0000 (UTC), Lewis <g.kreme@gmail.com>
wrote:

>Urbin <urbin@invalid.invalid> wrote:
>> On Sun, 1 May 2011 07:02:29 -0500, Shiflet wrote:
>>>
>>> "Urbin" <urbin@invalid.invalid> wrote in message
>>> news:slrnirqhh8.i0e.urbin@stinky-local.trash.net...
>>>> I'm lately finding my currency window is empty. I suspect it's an addon
>>>> that
>>>> breaks this but having 180+ I dread singling out the culprit.
>>>
>>> 180 addons? Seriously?
>>
>> Yes.
>
>Seems like a reasonable number.
>
>>> I just don't get it. I use a couple of addons, and that's it...if I keep
>>> adding more, it pretty much feels like they're playing the whole game for
>>> me...
>>
>> Most of them just provide information I like to have handy but there are a
>> few central ones: Macaroon as bar addon is probably the one I couldn't do
>> without :-)
>
>Dominos for me, I have to have it. Next is auto bar. Those are the only
>critical ones.

Auto Bar is great but it doesn't quite make my critical list (although
it's closer to it than I first thought based on how much I missed it
when it was out of action after Cata)

My critical list is probably:

* Dominos - or any bar addon that allows me to have the bar change
based upon whether I have alt,shift or ctrl pressed down. If it can
allow non standard button placement, so much the better (although I
will write an addon to do it if it can't). It is currently Dominos
but it has been Bartender and Macaroon (but that was short lived
because it didn't cut the mustard in other areas).

* Grid + Clique - I only need these if I'm healing although I do use
them both on most of my characters.

I'm currently playing Rift which doesn't have addons at the moment and
those are the ones that I miss most. I'm using mouse over macros in
place of Clique but it just isn't the same.

steve.kaye
--
Jelan, 85 Priest Clokk, 81 Druid Belugar, 76 Warrior
Kibbs, 83 Paladin Jengu, 81 Death Knight Mingan, 76 Shaman
Miho, 82 Rogue Jaille, 80 Warlock Aloola, 65 Mage
[ Ravenholdt-EU (Horde) ] Yopp, 64 Hunter