There are a lot of bugs, lua errors related to debugging and UIbuttons. with the latest version b5.16057.3
I don't have my lua errors turned on, but I am certainly seeing some weird things with buttons not being skinned, like Character pane etc :(
I also have a weird issue with the Bagnon skin.
I have a gradient applied, with starts out very light. As I open my bags more and more, the gradient (which is white) gets brighter and brighter. Will try and spot a screenie.
The bag on the left is how is should look (and looks when I log in). The bag on the right is how it looks after you open and close it a few times.
It appears that the latest version of Skinner is also causing some issues when logging in, i.e. some addon lag spike as it loads. It's also messing with Bagnon, and not letting the Void Bank and Guild Bank work. Will revert to the old one for now :)
One good thing about the most recent version, is the Bagnon skin works perfectly with Bagnon Masque running along side :D All icons in the bag and bank are properly skinned now, as well as the void back and guild bank. Before on the void and guild bank worked.
Isnt there also something like [equipped:Fishing Pole] ? Check the WoWWiki page on macro conditions, i can't atm since work proxy blocks wowwiki, but not wowace .. go figure! :)
equipped:<item type>
[equipped] allows you to determine if a particular type of gear is equipped. The item type can be an inventory slot name, an item type, or an item subtype. See ItemType and InventorySlotName for lists of these types. Here is the macro I use to pick Shield Bash or Pummel depending on what I've got equipped:
#show [equipped:Shields] Shield Bash; Pummel
/cast [equipped:Shields,stance:1/2] Shield Bash; [equipped:Shields] Defensive Stance; [stance:3] Pummel; Berserker Stance
The #show line is used to make it show either Shield Bash or Pummel. Without it, it would show the stance spells as well, when applicable. Here's some pseudocode that illustrates how the second line works:
if a shield is equipped and I'm in Battle or Defensive stance then
/cast Shield Bash
else if a shield is equipped then
/cast Defensive Stance
else if I'm in Berserker stance then
/cast Pummel
else
/cast Berserker Stance
Here's another macro that lets you cast Overpower with a bit more vigor:
/equip [noequipped:Two-Handed Axes] Crystalforged War Axe
/cast [nostance:1] Battle Stance; [equipped:Two-Handed Axes] Overpower
As an item type: "Fishing Poles" (used to be "Fishing Pole" before 2.3)
And then "MainHandSlot"
Main hand slot.
Guessing, I can get something in the conditionals, that if [equipped:Fishing Poles] then the bar pages?
Is it possible to setup Bartender to page when fishing? I noticed there is a custom conditional, so I was thinking, is it possible to get bar 1 to page when having a certain main hand item equipped? I hope you guys can help.
LittleWigs does nothing with soulstones, it could be another addon that hooks into the bigwigs bar event system to display bars.
BigWigs_CommonAuras comes to mind although I doubt that's reporting SOulstones.
Hmm. OK, thanks mate. I will look into it, and see what is causing the to display. I know it disappeared when I disabled LittleWigs in a dungeon, but maybe it was simply using LittleWigs as the output for the timer.
Loving having LittleWigs again, just come back to WoW from a long break.
However, one thing that is annoying me, whenever I cast a soulstone on someone, it comes up with a timer, to show it is on that person.
I can't remove the timer, and haven't found a way to move it. Could you help me get rid of it, as I use other timers for things like that. I disabled LittleWigs and discovered that was causing the timer to appear.
Working nicely so far. The warlock damage now updates when I remove and buff with Fel Armor. However, some other buffs and debuffs don't always show up. CoE and Haunt havn't been affecting the number I've noticed. Just a heads up. Keep up the AMAZING work so far ^^
Is there any chance you guys could keep uploading stuff as you go along. I don't care that it's not going to be a proper release, but having other people being able to report any errors/bugs would surely be quite handy for you guys ^^
Let us know if you can upload any updated versions here...
0
I don't have my lua errors turned on, but I am certainly seeing some weird things with buttons not being skinned, like Character pane etc :(
I also have a weird issue with the Bagnon skin.
I have a gradient applied, with starts out very light. As I open my bags more and more, the gradient (which is white) gets brighter and brighter. Will try and spot a screenie.
https://dl.dropbox.com/u/4975990/skinner-bagnon.png
The bag on the left is how is should look (and looks when I log in). The bag on the right is how it looks after you open and close it a few times.
It appears that the latest version of Skinner is also causing some issues when logging in, i.e. some addon lag spike as it loads. It's also messing with Bagnon, and not letting the Void Bank and Guild Bank work. Will revert to the old one for now :)
One good thing about the most recent version, is the Bagnon skin works perfectly with Bagnon Masque running along side :D All icons in the bag and bank are properly skinned now, as well as the void back and guild bank. Before on the void and guild bank worked.
0
Moving back to the previous version for now :(
0
0
As an item type: "Fishing Poles" (used to be "Fishing Pole" before 2.3)
And then "MainHandSlot"
Main hand slot.
Guessing, I can get something in the conditionals, that if [equipped:Fishing Poles] then the bar pages?
0
Because I'm lazy, and when I equip my fishing rod, I want it to appear on button number 1, so it's easy to cast with :p
Just general laziness on my part ^^
0
Is it possible to setup Bartender to page when fishing? I noticed there is a custom conditional, so I was thinking, is it possible to get bar 1 to page when having a certain main hand item equipped? I hope you guys can help.
0
Hmm. OK, thanks mate. I will look into it, and see what is causing the to display. I know it disappeared when I disabled LittleWigs in a dungeon, but maybe it was simply using LittleWigs as the output for the timer.
0
I love the addon.
0
Loving having LittleWigs again, just come back to WoW from a long break.
However, one thing that is annoying me, whenever I cast a soulstone on someone, it comes up with a timer, to show it is on that person.
I can't remove the timer, and haven't found a way to move it. Could you help me get rid of it, as I use other timers for things like that. I disabled LittleWigs and discovered that was causing the timer to appear.
0
Currency tracking:
http://paste.wowace.com/35-one-bag3-currency-token-display/
Yellow quest items:
http://paste.wowace.com/60/
http://paste.wowace.com/61/
There use to be a version based on the OneBag3 alpha, but when I paste them in, I can get currency tracking, but my bags no longer show as one bag.
0
0
0
0
Let us know if you can upload any updated versions here...
0