 |
12/01/07, 10:04 AM
|
#331
|
|
Alc
Blood Elf Warrior
No WoW Account
|
Anyone have advice on reducing initial UI load time?
I run on a slow processor (laptop) and my UI takes a very long while to load. Perhaps I have too many mods, perhaps Auctioneer is the culprit, but short of cutting back mods, is there anything I can do to reduce load time?
I remember there used to be a mod called Warmup -- but I don't see it on WoWAceUpdater anymore. Is there a replacement that can help me track down which mod(s) are adding to my load time?
Thanks!
|
|
|
|
|
12/01/07, 3:40 PM
|
#332
|
|
Glass Joe
Human Warlock
La Croisade Ecarlate (EU)
|
Pitbull - Portrait in Heatlh Bar
I'm looking for a way to add the Portrait in the HealthBar.
I'm using Pitbull and so far all my attempt were in vain :'( I'ven even tried using ZMC (Zuxana Model Citizen) but it's not how i want it to be.
Maybe some screenshot might be useful :
Any insight ?
|
|
|
|
|
12/01/07, 5:29 PM
|
#333
|
|
Glass Joe
Undead Mage
Magtheridon (EU)
|
How can one change FuBar's font? Can you also get every FuBar-addon to use a different font? Merci!
|
|
|
|
|
12/01/07, 6:08 PM
|
#334
|
|
Von Kaiser
Night Elf Death Knight
Bronzebeard (EU)
|
Need some help please. An addon called cooldown was mentioned in the last few pages of the Show your UI thread. I really want to move that cooldown square from between the centre of my screen and no matter what I do I cannot move it.. Some advice or help or even a pointer to the missing read me file would be very helpful
|
"To bathe a cat takes brute force, perseverance, courage of conviction - and a cat.
The last ingredient is usually hardest to come by."
|
|
|
12/01/07, 6:25 PM
|
#335
|
|
Glass Joe
Human Warlock
La Croisade Ecarlate (EU)
|
You shoul have a circle on your MiniMap, just click on it(the circle should be red) and you can Move it
I've also got probleme with this mod, i'm no Lua Expert but i've found my way to modify thelayout (Bar Size, Icon Position, Growth Direction etc.) but CoolDown does two things that i want to change :
- It doesn't keep tracks of Healhstone Cooldown
- When i'm using potions, the mod display the CD of my potion AND all other consummable in my bags that share the same CD...
I'm no expert so unfortunatly i haven't found what i should modify :'(
EDIT :
Sovereignty CoolDown Addon
And to make things clear here's a SS of

Last edited by Hiko : 12/01/07 at 6:53 PM.
|
|
|
|
|
12/02/07, 5:37 AM
|
#336
|
|
Von Kaiser
Night Elf Death Knight
Bronzebeard (EU)
|
Thats not working 
|
"To bathe a cat takes brute force, perseverance, courage of conviction - and a cat.
The last ingredient is usually hardest to come by."
|
|
|
12/02/07, 12:49 PM
|
#337
|
|
Soda Popinski
Blood Elf Paladin
Draenor
|
Originally Posted by Jemsky
Thats not working 
|
Try typing /ifm start. It should put a frame around coolDown, and you should be able to drag it. To lock it, type /ifm stop
|
|
|
|
|
12/02/07, 1:12 PM
|
#338
|
|
Glass Joe
Human Warlock
La Croisade Ecarlate (EU)
|
I've been able to play with the code but I still can't find how to had Healthstone CD :'(
Sovereignty do you have any info ?, i've looked in the CooldownShare.lua file but i don't know what to modify
|
|
|
|
|
12/02/07, 3:26 PM
|
#339
|
|
Banned
Blood Elf Hunter
Hellscream
|
Assister Help
I'm using the mod Assister for putting my whispers on my screen and for some reason its giving me an error everytime I recieve a whisper.
Error occured in: Global
Count: 1
Message: ..\AddOns\Assister\modules\Whisper.lua line 60:
attempt to call method 'AddMessage' (a nil value)
I can link the code if you need. Could anyone help me fix this or point me to another small mod that will make my whispers show up on my screen? Thankyou in advance.
|
|
|
|
|
12/03/07, 8:40 AM
|
#340
|
|
Von Kaiser
Human Warrior
Kor'gall (EU)
|
Yes it does. I've tested it with other spell casts such as Hearthstone. Just make sure you add in that code everywhere you see:
"local spell, rank, displayName, icon
spell, rank, displayName, icon, startTime, endTime = UnitCastingInfo(unit)
if not startTime then
return castBarParent:Hide()
end"
That's what i did anyway. Can always upload my LUA if you want it.
|
|
|
|
|
12/03/07, 10:57 AM
|
#341
|
|
Piston Honda
|
I want to change which macro is bound to a key (the 'r' key) on the fly, quickly, and in combat. It doesn't need to be automatic, but it needs to be doable with a single click that I can hit during combat.
I'm using bartender3, and I have a hidden bar with 3 macros on them (we'll say it's bar 10, and buttons 1, 2, and 3) - so is there a slash command I can use that will assign a bartender3 keybind? If so, I could make 3 macros that assign the keybinding to the 1st, 2nd, and 3rd buttons, respectively (or 1 macro that does it based on mouse button or modifiers).
So does anyone know how to make a slash command to rearrange keybindings with bartender3?
|
|
|
|
|
12/03/07, 11:03 AM
|
#342
|
|
Glass Joe
Blood Elf Paladin
Al'Akir (EU)
|
Originally Posted by Cottonface
This does not work. Deaden is still shown in Quartz castbar.
|
It does work our rogues still use it. Make sure you do not update quartz 
|
|
|
|
|
12/03/07, 11:12 AM
|
#343
|
|
Von Kaiser
Night Elf Hunter
Bonechewer
|
Originally Posted by Gearknight
I want to change which macro is bound to a key (the 'r' key) on the fly, quickly, and in combat. It doesn't need to be automatic, but it needs to be doable with a single click that I can hit during combat.
I'm using bartender3, and I have a hidden bar with 3 macros on them (we'll say it's bar 10, and buttons 1, 2, and 3) - so is there a slash command I can use that will assign a bartender3 keybind? If so, I could make 3 macros that assign the keybinding to the 1st, 2nd, and 3rd buttons, respectively (or 1 macro that does it based on mouse button or modifiers).
So does anyone know how to make a slash command to rearrange keybindings with bartender3?
|
I'm at work right now so I can't test, but I'm fairly certain that you can't rebind keys in combat. I'll confirm this later and edit this post with the appropriate information.
In the meantime, something you could try is to pick up SpellBinder.
Spellbinder allows you to bind keys and key combinations directly to spells and macros. You could, for example, bind one macro to R, another to Shift+R and a third to Ctrl+R. Another benefit of binding with SpellBinder is that you no longer need that hidden bar for your macros.
|
|
|
|
|
12/03/07, 12:04 PM
|
#344
|
|
Glass Joe
|
Originally Posted by alcaras
Anyone have advice on reducing initial UI load time?
I run on a slow processor (laptop) and my UI takes a very long while to load. Perhaps I have too many mods, perhaps Auctioneer is the culprit, but short of cutting back mods, is there anything I can do to reduce load time?
I remember there used to be a mod called Warmup -- but I don't see it on WoWAceUpdater anymore. Is there a replacement that can help me track down which mod(s) are adding to my load time?
Thanks!
|
Depending on if your using alot of Ace addons and not already doing this, updating all your ace addons without externals helps alot on load time specifically.
Its under the WITH Externals vs. Without Externals part of the wiki:
WowAceUpdater Wiki
|
|
|
|
|
12/03/07, 1:01 PM
|
#345
|
|
Banned
Blood Elf Hunter
Hellscream
|
Help with lua please.
Alright, I have a mod called Whispernoob that's about a year old. Works like a charm if you change it to the current patch. However it outputs to sct if you have it enabled, to you incoming sct damage. I want it to input to the sct message. Here's the code, can I do it?
function WhisperN00b_OnLoad()
DEFAULT_CHAT_FRAME:AddMessage("Whisper N00b v.0.2 Initialized (by |cFFB2B2Karu|r)");
this:RegisterEvent("CHAT_MSG_WHISPER");
end
function WhisperN00b_OnEvent()
if (event == "CHAT_MSG_WHISPER") then
if (IsAddOnLoaded("sct")) then
local color = {r = 1.0, g = 0.7, b = 0.7};
SCT_Display(arg2..": ".. arg1, color);
else
CombatText_AddMessage(arg2.. ": " .. arg1, COMBAT_TEXT_SCROLL_FUNCTION, 1,.7,.7,nil,nil);
end
end
end
Thanks in advance.
|
|
|
|
|
|