Results: 42Comments by: Arlyn
File: Skull Alert Icon11-26-08
Originally posted by Wimpface Two...
Posted By: Arlyn
Originally posted by Wimpface Two thumbs up from here mate! :rolleyes: Also, thanks for uploading to WowI, i feel uncomfortable with Curse :( You are welcome, Wimpface! As I said in message before, I could not have done this without you. :D
File: Chat Alias Lite11-11-08
WIM incompability FIXED!
Posted By: Arlyn
I noticed that when I use WoW Instant Messenger (WIM) it didn't let the aliases be handled by CAL before sending, so I contacted the guys at WIM's official site about it, and in reply one of the developers, Stewart, made a small hack of CAL. It works 100% like before, only that now it uses the right handles for sending whispers, so w...
File: Chat Alias Lite11-09-08
Final bug report (for now atleast)....
Posted By: Arlyn
Final bug report (for now atleast). For testing, I made the macro /say %name likes %target. Will %target be %names friend? which turned out like "(name) likes (target). Will (target) be (target)ames friend?" Be sure to use an apostrophe before the ending "s" (%name's), if not, it must be separated with a space.
File: Chat Alias Lite11-09-08
I noticed a small bug in the ChatAl...
Posted By: Arlyn
I noticed a small bug in the ChatAliasLiteAlias.lua file, where it would list my $sex as a number, instead of male or female as $targetsex or $focussex would. I changed it slightly (just search and replace the line starting with with this): ='ALIASVAL = function() if (UnitSex("player")==2) then return "male"; elseif (UnitSex("...
File: Chat Alias Lite11-09-08
$guild, not $gender
Posted By: Arlyn
I found that to use both sex and gender for the same alias was shrubbery, so I added an alias I found missing, $guild. The first segment, I added in the aliases: ="$guild", ="$guild", ="$guild", ="$targetguild", ="$targetguild", ="$targetguild", ="$targetguild", ="$targetguild", ="$focusguild", ="$focusguild"...
File: Chat Alias Lite11-09-08
Love the addon!
Posted By: Arlyn
Ha! I love this addon! :banana: Only thing I didn't like was the Eightball... it's not WoW... now, Imp in a Ball, that is WoW! Here's a few changes I made to ChatAliasLiteAliases.lua, first to the aliases for eightball: ="$impinaball", ="$impinaball", ="$impinaball", ="$impinaball", ="$impinaball" Furthermore, I c...
File: Combuctor11-03-08
Re: BUG!
Posted By: Arlyn
Originally posted by Tuller Ideally, bugs should be posted to my google code issue tracker. Either way, can you reproduce that without any of your other addons enabled? No... :( When I ran through my addons, I figured I had VendorBags, that opens all the bags when at a vendor or at the bank, same as Combuctor does. I removed V...
File: BankItems11-03-08
Gold!
Posted By: Arlyn
Hmmm, you have quite a lot of gold there. :banana: But what interests me is if it is possible to option out showing total amount of gold.
File: Combuctor11-03-08
BUG!
Posted By: Arlyn
I get a serious graphic bug, but it does not cause an error message to appear, nor is it identical each time it comes. It does however come at the same event each time I try it; when I am in my bank, and open bank/bags. Instead of having to explain, I let the three screenshots below explain. Oh, and when I close the bank, some, but n...
File: Scrap (Junk Seller)11-01-08
Gray Items
Posted By: Arlyn
I have some gray items in my bags I want to keep for RP. I drag the item into the sell-icon as indicated, not to sell an item. It still sells it, and I have to buy it back each time. "Item sold due to gray" comes every time, no matter what I do to prevent it from doing so. :(
File: LazyAFK10-26-08
Suggestions
Posted By: Arlyn
First, is this addon working with WotLK? Second, I love the idea, but I have a few suggestions to make it better. Is it possible to add a bar timer, showing how long time you have been AFK, and how long time you have left till DC, all visible in the main window of LazyAFK, so I can see this from a distance. A printout in chat wind...
File: Satrina Buff Frames 310-21-08
Overflowing buffs
Posted By: Arlyn
I have noticed that when I get many buffs (like in raid), the buffs spill over to the debuffs list. Is there any way of stopping this from happening? Also, the last version I had, I could tick off "make auras max time" or something like that - where has that feature gone to?
File: pError10-21-08
Nope...
Posted By: Arlyn
pError is not working at all here. :(
File: Diablo 3 dynamic Orbs10-18-08
Originally posted by tinyu did yo...
Posted By: Arlyn
Originally posted by tinyu did you ever play diablo? Yes, I played Diablo, but I play WoW now, and red health orb? :( Just not my cup of tea. :p The mana orb is supposed to be blue, if you go by how it looks in Diablo, but the author or this addon has changed this to red for rage, and yellow for energy. Is having a green hea...
File: Diablo 3 dynamic Orbs10-16-08
Modification suggestions
Posted By: Arlyn
Here is a couple of modification tips to D3dynOrbs. First, the red life orb bugged me, I like it green, like in the original health bar. Fixing this was easy. :) Change every occasion of "RedRadiationFog" to "GreenRadiationFog" in Diablo3dynOrbs.lua. Save file. :) Edit the hue of orb_life.tga to green (hue value approx. 100) in a...
File: Diablo 3 dynamic Orbs10-16-08
Bigger frame?
Posted By: Arlyn
Originally posted by tinyu any chance of a bigger frame? Yes, maybe possibility to change the width dynamically?
File: Diablo 3 dynamic Orbs10-16-08
frequentUpdates = true
Posted By: Arlyn
How do I work in the lua code frequentUpdates = true into your addon, to make the energy fill smoothly, not tick 20 by 20?