Results: 374Comments by: Cargor
File: lolTip07-30-09
Originally posted by Skylinee Oh,...
Posted By: Cargor
Originally posted by Skylinee Oh, and hovering over my actionbars only shows info like ''Aimed Shot Rank 9'', no details on the spell. I have the ''Hide actionbar tooltip in combat'' module enabled, but this happens outside of combat. There's an ingame option for this one, under "Interface > Help > Enhanced Tooltips".
File: cargoShip (Display)07-30-09
You could take a look at DummyBar....
Posted By: Cargor
You could take a look at DummyBar. There you can move all Blizz-frames a bit down by using "/dummybar top 24" (or another value for the height).
File: cargBags_Aurora07-27-09
This addon is lua-config only and t...
Posted By: Cargor
This addon is lua-config only and there are no GUI options planned in the future. But you didn't mention all of your "basic features", only scaling - and this is adressed in the comment directly underneath your post.
File: TheRingThing07-27-09
Thanks for this great addon! Now I...
Posted By: Cargor
Thanks for this great addon! Now I can make me a nice cursor castbar only for Fishing ;) I mashed your base code into some kind of library which makes it easier for external addons (such as oUF) to make use of it - it basically follows the API of a normal status bar: local ring = LibStub("LibRingBars-1.0").new("Frame", nil, U...
File: cargoShip (Display)07-22-09
Whoops, I'll fix it in another vers...
Posted By: Cargor
Whoops, I'll fix it in another version. In the meantime, parenting the objects to UIParent should work: object:SetParent(UIParent)
File: cargBags07-19-09
The new version should fix this iss...
Posted By: Cargor
The new version should fix this issue. @Skylinee: Replaced the texture with a completely dark one, but reduced the alpha to make it transparent. You can however change the last value (0.8) of background:SetBackdropColor() down in line 290 to 1 if you like.
File: cargBags07-19-09
You're using Pernobilis, right? The...
Posted By: Cargor
You're using Pernobilis, right? There seems to be a small line of code which is broken in the layout with the new version. I plan on bringing an update to this fix today, together with some small code cleanups and Anywhere support.
File: cargoShip (Display)07-17-09
I'll check it as soon as possible....
Posted By: Cargor
I'll check it as soon as possible. EDIT: Just looked into Ara_Broker_XP and Ara somehow likes to add color information to the data broker name. So, you have to define the name in cargoShip on the same way: |cFFFFB366Ara|r XP |cFFFFB366Ara|r Tradeskills |cFFFFB366Ara|r Guild If some others don't work, it's a good start to f...
File: cargBags07-16-09
That depends on your layout. Please...
Posted By: Cargor
That depends on your layout. Please ask this question in the comments-section of the layout you're using (Aurora, Nivaya, etc).
File: cargBags07-08-09
The core itself doesn't do this fre...
Posted By: Cargor
The core itself doesn't do this freezes by itself at all, you should write into the addon section of the appropriate layout (_Aurora, _Pernobilis, _Nivaya, _Gnomed or else) you've got.
File: cargoHonor07-07-09
I'll check it as soon as I'm back f...
Posted By: Cargor
I'll check it as soon as I'm back from vacation ;) EDIT: Yep, isn't working - I wait however for 3.2, because that introduces a new function to toggle the frame.
File: cargBags_Pernobilis07-02-09
That's because it is meant to be a...
Posted By: Cargor
That's because it is meant to be a bit transparent :) By default it uses the tooltip-background - I'll try to find some completely dark one for ya.
File: cargBags_Anywhere (Handler)07-02-09
Short answer: Planned and working o...
Posted By: Cargor
Short answer: Planned and working on it, but requires a bit more time ;)
File: cargBags07-02-09
It's a matter of the layout (_Perno...
Posted By: Cargor
It's a matter of the layout (_Pernobilis in this case) and not cargBags itself, so please post further details in that comments section (: I plan on rewriting _Pernobilis sometime in the future, but can't give an exact date. But you can fix the issue by yourself by going into cargBags_Pernobilis/layout.lua down to line 258 where i...
File: cargBags06-30-09
So, first of all, you're using the...
Posted By: Cargor
So, first of all, you're using the Aurora-layout, right? I didn't check for it, but you basically have to post on the comments section of the layout, not the cargBags core ;) They're in cargBags_Aurora/aurora.lua - sorry that I forgot to mention it :/ The key word you're looking for is "Filter Functions" - You can see the differe...
File: cargBags06-28-09
You can see the filters defined in...
Posted By: Cargor
You can see the filters defined in line 123 and downwards, just add two new ones: local onlyOres = function(item) return item.subType == "Metal & Stone") end local onlyHerbs = function(item) return item.subType == "Herbs") end Please note that the subType is localized, so it differs if you use another client than enUS/enGB. Yo...
File: cargoShip (Display)06-28-09
Sorry for the late response, had a...
Posted By: Cargor
Sorry for the late response, had a lot to do ;) The frame disappears, because you basically "leave" the panel and "enter" the display-block. Blizz' API about entering/leaving is not very clever, so they don't really check if the panel is still underneath your mouse (and the block). Try to use this script: local updateFrame =...
File: cargBags06-09-09
Thanks!
Posted By: Cargor
Thanks!
File: cargBags06-01-09
Uh well, I would say, you can't rea...
Posted By: Cargor
Uh well, I would say, you can't really compare it, because ArkInventory has a lot of features and cargBags tries to be modular (and at the moment there aren't many plugins available). So it really depends on what you need and expect. But let me give you one tip: If you really like AI, love the features and you don't notice any lag...
File: cargBags_Aurora06-01-09
Originally posted by MadCow could...
Posted By: Cargor
Originally posted by MadCow could you add the option to scale the whole thing down a bit? it really large on screen Short answer: No - but this shouldn't stop you from implementing it on your own. Just add at the bottom of the aurora.lua the lines: mainFrame:SetScale(1) bankFrame:SetScale(1) ... and modify the values to yo...
File: cargoShip (Display)05-31-09
Well, display on mouseover is nothi...
Posted By: Cargor
Well, display on mouseover is nothing that cargoShip does by itself, you would have to write your own functions for that in the layout. I would come up with a code snippet for you, but I'm very busy at the moment :( /script cargoShip:PrintUnused() does it, you don't need /print before it, because the function already prints it to...
File: cargBags05-28-09
Okay, marked for the next update, c...
Posted By: Cargor
Okay, marked for the next update, coming in the next days. :)
File: cargBags05-24-09
Whew, have to test (and fix) that ;...
Posted By: Cargor
Whew, have to test (and fix) that ;) - I don't like taint issues :/
File: cargBags_Aurora05-22-09
Never tried this one, but I'll test...
Posted By: Cargor
Never tried this one, but I'll test it and hopefully include it in the next cargBags-release. EDIT: Did you try to pick up the bag and then click on the other bag to swap them or did you just tried to drag it over without releasing the mouse buttons? This makes a difference, as cargBags at the moment only checks for clicks, not fo...
File: cargBags05-22-09
Since 0.4.X, cargBags-layouts don't...
Posted By: Cargor
Since 0.4.X, cargBags-layouts don't use oGlow for the button-glow. It is created by the layout itself (mostly at the top). Give me some time (a few days) and I could probably come up with a code part you can insert in your layout. And: this belongs to the help thread :/