Results: 25Comments by: Everdreamer
File: EventHorizon Continued10-18-12
Request for my preference
Posted By: Everdreamer
Personally I useconfig.Redshift.showFocus = true But when I /focus target, Redshift won't be triggered immediately until some event in Redshift.Events (EventHorizon.lua around line 3080) happens, usually "PLAYER_TARGET_CHANGED" or "PLAYER_REGEN_DISABLED". Can you please add "PLAYER_FOCUS_CHANGED" into Redshift.Events? Thanks :)
File: EventHorizon Continued10-18-12
Suggestion for code clean-up
Posted By: Everdreamer
In EventHorizon.lua line 1961 and 1962 DisableAddOn('EventHorizon_Redshift') DisableAddOn('EventHorizon_Lines') It seems that you want to make sure that every user gets rid of the possible existence of out-of-date Redshift and Lines, which is understandable; but on the other hand, these 2 lines also generate 2 lines in every AddOn...
File: EventHorizon Continued10-25-10
Thanks for the quick reply, no worr...
Posted By: Everdreamer
Thanks for the quick reply, no worries take your time. :) The GetSpellCooldown seems to accept spellID now (after these years finally)
File: EventHorizon Continued10-25-10
Feral druid: Mangle
Posted By: Everdreamer
The tier7 feral talent Berserk now makes Lacerate have a chance to reset the cooldown of Mangle(Bear Form). So bears would like to track the Mangle's CD more than before. Actually I think bears dont care about the debuff duration because bears are always trying to spam more Mangle, so it could be split and the bear part could be sim...
File: EventHorizon Continued10-25-10
cooldownID
Posted By: Everdreamer
I guess this never had any problem before, but the thing is stupid Blizzard now made several cat/bear skills the same names. In case of Mangle, for example, when I'm in bear form the GetSpellCooldown("Mangle") returns the right answer i.e. the cooldown of Mangle(Bear Form), so EHZ has no problem. But in case of Swipe, when I'm in b...
File: Butsu06-24-10
sharing my mod (kinda feature requests :p)
Posted By: Everdreamer
I'm used to the "icon left, name right" layout, so I modify some lines: slots.lua, line 77 < iconFrame:SetPoint("RIGHT", frame) > iconFrame:SetPoint("LEFT", frame) slots.lua, line 97-98 < name:SetPoint("LEFT", frame) < name:SetPoint("RIGHT", iconFrame, "LEFT") > name:SetPoint("RIGHT", frame) > name:SetPoint("LEFT", iconFrame,...
File: TOTTler06-17-10
Hello there :) Since this is a c...
Posted By: Everdreamer
Hello there :) Since this is a command-line-based addon, can you add an option that shows current settings? Like, "/tott status", or simply append information below the "/tott" usage menu. Sometimes I need to know what the current settings are, to make sure I have set it right, or to recheck the settings I made after a while. (...
File: AuctionLite04-28-10
Suggestion: bigger "Back" button
Posted By: Everdreamer
In AuctionLite - Buy, when I search "borean leather", I can find "Borean Leather",and "Heavy Borean Leather". If I am viewing "Borean Leather" and want to check "Heavy Borean Leather" afterward I click the "Back" button left to "Item" and go back to the "Item Summary". The problem is -- forgive my clumsiness -- the button is way t...
File: AuctionLite04-28-10
Suggestion: tooltips anchor in AuctionLite - Buy frame
Posted By: Everdreamer
In AuctionLite - Buy frame, when I mouseover the search output, typically over "Bid Per Item" or "Buyout Per Item", I can see the tooltips, the tooltips is anchored that its bottom is above the current line. This is not AuctionLite's problem, but some people like me may have more information on the tooltips (typically appended by...
File: EventHorizon Continued04-20-10
Druid -> Balance -> Starfall
Posted By: Everdreamer
-- Starfall self:NewSpell({ spellID = 53199, cooldown = true, requiredTalent = {1,28}, }) tested, should be good :) I suggest to insert it before Typhoon because it's more important
File: Aloft04-19-10
Re: Re: Class Colors
Posted By: Everdreamer
Originally posted by acapela anyway, i can't reproduce this, with Aloft-3.1.0 under WoW 3.3.3 (USA live, enUS locale). It's interesting that I cant always reproduce it... sometimes it happens, sometimes no error. I have a feeling that it has something to do with profiles switching, but not confirm yet. I'm using enUS too.
File: Aloft04-19-10
Re: Re: LibFuBarPlugin-3.0
Posted By: Everdreamer
sorry it's a false report :p The reason is, before I install Aloft 3, I have no other addon using LibFuBarPlugin, nor I use LibFuBarPlugin alone, nor I use FuBar. So addons that support FuBar do not show supporting options for FuBar because they dont find FuBar (aka LibFuBarPlugin) before. After I install Aloft 3 they suddenly fin...
File: Aloft04-19-10
Class Colors
Posted By: Everdreamer
Is Class Colors included in Aloft core or it's a module? In Aloft configuration menu, right under Aloft at the top is "Class Colors" (above Boss Icon). When I click on it, error happens: Aloft-3.1.0-1765-enUS\Aloft\AloftOptions.lua:138: attempt to index field 'classColors' (a nil value)
File: Aloft04-19-10
LibFuBarPlugin-3.0
Posted By: Everdreamer
I have some of my addons, say Omen for example, show additional (unwanted) minimap icons. I think it results from the LibFuBarPlugin-3.0 you include within Aloft Libs. To be clear, if I open Omen's config menu and check "Show minimap button", I can see two Omen buttons, one is from Omen itself, the other is from LibFuBarPlugin. I...
File: AuctionLite04-07-10
Favorites ordering
Posted By: Everdreamer
Can the favorites categories in the submenu of "Show Favorites" be sorted by some ways? Current they seems be showed in a random ordering, as a nature of LUA table traversal. For example, say I have 3 categories: Common Goods, Expensive Goods, Materials. If they are sorted by name, it should be Show Favorites > Common Goods ___...
File: AuctionLite03-27-10
Feature request
Posted By: Everdreamer
hello Merial, Can you make Favorites not only specified by name? For example, when I want to find a non-combat in the official auction UI I go to Misc => Pet category and search without a specific name. or, when I want to find a new LW recipe that I dont know I go to Recipe => Leatherworking and check Usable Items, again without e...
File: EventHorizon Continued01-05-10
Bear's layout
Posted By: Everdreamer
Suggestion for Feral Bear Tank's layout bear tank will watch on 2 groups of bars: a. regular skills and b. CD skills so my suggested layout is like this: Mangle (Bear/Cat) Lacerate Demoralizing Roar ----------------------------- Enrage Barkskin Survival Instincts Frenzied Regeneration Enrage is arguable but the ne...
File: EventHorizon Continued01-05-10
This is my version: -- Scorch...
Posted By: Everdreamer
This is my version: -- Scorch self:NewSpell({ spellID = 2948, cast = true, debuff = {22959, 12579, 17803}, -- Improved Scorch, Winter's Chill, Improved Shadowbolt unique = true, --minstacks = 5, requiredTalent = {2,11}, -- Imp. Scorch }) it's Scorch part, currently one doesnt need to stack Scorch debuff;...
File: EventHorizon Continued01-05-10
Expose Armor (Rogue)
Posted By: Everdreamer
-- Expose Armor self:NewSpell({ spellID = 8647, debuff = {7386,8647}, -- Sunder Armor, Expose Armor unique = true, }) may need to modify warrior's counterpart too
File: Ara Broker Guild Friends10-25-09
Error report
Posted By: Everdreamer
Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:352: attempt to index upvalue 'block' (a nil value): Ara_Broker_Guild_Friends\Ara_Broker_Guild_Friends.lua:407: in function `_onclick': ButtonBin-1.0.68\ButtonBin.lua:260: in function This one happens when I right click the guild...
File: Elephant03-24-09
The coloring of custom channels is wrong
Posted By: Everdreamer
The coloring of custom channels is wrong, for more information please check the documentation of API GetChannelList on WoWWiki :) Here is my not-so-pretty fix (in Core-Interface.lua) else typeInfo = "CHANNEL1" local chlist = { GetChannelList() } local chindex,chname local t = {} for i,v in ipairs(chlist) do...
File: Cartographer12-29-06
some additional information in Gath...
Posted By: Everdreamer
some additional information in GatherItems: (left there, not imported into Cartographer_Notes... yet) (yeah I'm requesting new Import feature again :p) local gathererTreasuresToCartographer = { = "Power Crystal", = "Un'Goro Soil", = "Solid Chest", = "Blood of Heroes", } -- these are popular ones local gathererFishi...
File: Cartographer12-28-06
Request for MapNotes importing
Posted By: Everdreamer
Hi boss, may you add a import for the classic MapNotes? A format sample is PMed to you
File: FuBar - SkillsPlusFu12-28-06
umm
Posted By: Everdreamer
hi Jay: seems you forget to put libraries together in the newest release at http://www.wowace.com/files/ ?
File: Auditor12-28-06
hi Alarisha: just a small question...
Posted By: Everdreamer
hi Alarisha: just a small question, why is AuditorFu not in http://www.wowace.com/files/ ? I started to use WowAceUpdater and found myself missed AuditorFu while updating all :p