IRC log for #wowace on 20080708

00:01.02*** join/#wowace Ominous_ (n=Ominous@85-210-71-220.dsl.pipex.com)
00:03.33*** join/#wowace prophy (n=prophy@207-237-2-103.c3-0.80w-ubr10.nyr-80w.ny.cable.rcn.com)
00:03.39*** join/#wowace Kuja^ (n=Kuja@mail.gmake.de)
00:04.23NeoTron_does anyone have any screenshots of StatBlocks or some other LDB displayer?
00:04.42Funkeh`somewhere
00:05.05*** join/#wowace Stan_ (n=Stan@irc.kuja.in)
00:05.59*** join/#wowace JoshBorke (n=josh@WoWUIDev/WoWInterface/LegoBlock/joshborke)
00:08.54*** join/#wowace Cairenn1 (n=Cairenn@CPE001217452e29-CM00194757bc24.cpe.net.cable.rogers.com)
00:09.08laegmy minimap has too many addon icons around it and there's just not enough room for them all and it looks messy
00:09.11laegdoes anybody have a solution?
00:09.13Tenchworks~seen ckknight
00:09.19purlckknight <n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight> was last seen on IRC in channel #wowace, 27m 17s ago, saying: 'selckin: all glory, laud, and honor to Coke?'.
00:13.08Tenchworkslaeg: there are a few addons designed to fix that problem, don't quote me on the names but I think ?button bag? puts all compatible buttons into a single button. and theres another one called ?detached mini buttons? that allows you to maove them away from the minimap and put them where ever you want on the screen. I don't know how up to date those are but i'm one of them has to be up to date
00:13.34Tenchworks*sure
00:14.24laegTenchworks: ty ty
00:16.10NeoTron_I use Minimap Button Bag. It sucks greatly, but for the most part works
00:16.48laeghow can anybody argue with a recommendation like that? :)
00:17.27NeoTron_it sucks in how it's written
00:17.33NeoTron_functionally it does work
00:17.56NeoTron_except once in the past it got into a state taht made it spin sufficiently to make WoW go a 0.1 FPS or so
00:18.11Dark_Elfuse minimapbuttonframe
00:18.51*** join/#wowace Drundia_ (n=drewndia@92.113.23.221)
00:19.15ag`hi Funkeh` I'm back
00:20.17ag`Funkeh`, just use the fake toc file and put in the dir, then it will load FuBar2Broker before any FuBar addons
00:20.29Tenchworkslaeg: yup np
00:21.33Funkeh`ag`, why can't you just change it to work on login?
00:22.49ag`how would I get a list of FuBar addons?
00:23.13Funkeh`no idea, can't you get that from the lib?
00:23.36Funkeh`if not, gather all the plugins in a table and execute on login or something
00:25.05ag`Funkeh`, it is a library thing, it needs to be loaded first or else some of the addons will use their own original FuBarPlugin lib code
00:26.37p3limIm looking for an easy way to determine if one of the items equipped has 5 or less durability (what im trying to do is color a frame yellow or red accordingly)
00:26.45Funkeh`add LoadAddOn() to the top of the lib, no need for folder trickery :)
00:27.49ag`where do you want me to put LoadAddon?
00:28.05*** join/#wowace Belazor (n=Vulcanus@212251188081.customer.cdi.no)
00:28.16ag`if I put it in FuBar2Broker that still won't make it get loaded earlier
00:28.52p3limAnyone know an easy way?
00:29.12p3limi tried PaperDollFrame:IsVisible() but it seems to be visible nevertheless
00:32.03CIA-4403Copystring * r78032 10YurrCombatLog/ (Core.lua Locale-enUS.lua):
00:32.03CIA-44YurrCombatLog:
00:32.03CIA-44- added Honor and Skill gains
00:35.16ag`Funkeh`, I can create the broker object at OnEmbedEnable instead of OnEmbedInitialize, but the problem here is that some of the fubar plugins gets to use some of the real FuBar plugin before my lib overwrites it
00:35.43ag`this makes some addons add the FuBar options to the dewdrop menu
00:35.53ag`and obviously they don't work
00:35.53Funkeh`it's a hack
00:36.01*** join/#wowace Aurica (n=silowyi_@24-155-117-69.dyn.grandenetworks.net)
00:36.11Funkeh`and using onenable is better for us than oninit
00:36.16Tekkubit's gonna be a dirty hack no matter what
00:36.25Funkeh`oninit is just causing problms
00:36.38Funkeh`we can't just add every display addon to the damn optdeps
00:36.41TekkubI want to see LDBFu so more people will want to use LDB instead :)
00:36.44*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
00:36.44*** mode/#wowace [+o ckknight] by ChanServ
00:36.47ag`oninit works fine if you load it before all fubar addons
00:37.17Funkeh`ag`, you're basically screwing every addon that starts with a letter after F
00:37.41ag`No, I create the dir FuBar, and put the toc inside it
00:37.59Funkeh`yeah, that's *real* user friendly dude
00:38.04Funkeh`that's sure to be a big hit
00:38.09ag`lol
00:38.13Funkeh`:/
00:38.14ag`that's how FuBar2 works atm
00:38.23Funkeh`and who uses that, 2 people?
00:38.37ag`I used to use FuBar2 :P
00:38.40TekkubHAX!  And uhm, if I still have Fu in my folder, it's 2
00:38.45ag`but you're right, it is not as easy
00:39.31*** join/#wowace Mytos (n=nate@c-76-99-113-54.hsd1.pa.comcast.net)
00:39.52ag`Problem is that if we're not *sure* that FuBar2Broker is executed completely instead of FuBarPlugin, crazy stuff could happen, I think
00:40.28ag`but sure
00:40.34ag`if I can make this error go away I can change it
00:40.44ag`then we can see how it goes
00:58.52*** join/#wowace quoin (n=quoin@219-90-252-6.ip.adam.com.au)
00:59.36ag`Funkeh`, try it now
00:59.40CIA-4403ag * r78033 10FuBar2Broker/ (FuBar.toc FuBar2Broker.lua README-INSTALLING.txt): FuBar2Broker: Might work now without fake FuBar dir, blame Funkeh if it explodes!
00:59.42ag`I think I did what you wanted
01:01.22CIA-4403ag * r78034 10FuBar2Broker/FuBar2Broker.lua: FuBar2Broker: faked OnEmbedInitialize too
01:03.53*** join/#wowace ArPharazon (n=arpharaz@CPE-121-219-145-79.vic.bigpond.net.au)
01:04.09NeoTron_!!FuBar2Broker !
01:04.23NeoTron_use the power of ascii based sorting!
01:04.43selckincheating!
01:05.17*** join/#wowace Cryect (i=Cryect@c-76-111-33-50.hsd1.ga.comcast.net)
01:06.17Dark_Elfif fubar loaded then reroute 2 broker, if fubar not loaded then broker anyways :p
01:07.23*** join/#wowace FtH|Daemona (n=koaschte@i577A0938.versanet.de)
01:09.20CIA-4403ag * r78035 10Fortress/Core.lua:
01:09.20CIA-44Fortress:
01:09.20CIA-44- fixed enabling disabled plugins
01:09.26CIA-4403ag * r78036 10FuBar2Broker/FuBar2Broker.lua: FuBar2Broker: MoneyFu works
01:10.27Mytoswhat are broker and fortress anyways
01:12.06CIA-4403ag * r78037 10FuBar2Broker/FuBar2Broker.lua: FuBar2Broker: Don't try to create data object again OnEmbedEnable
01:13.12NeoTron_ag`: got a screenshot of fortress?
01:13.47*** join/#wowace kd3|hate`net (n=kd3@user-11212r8.dsl.mindspring.com)
01:14.52ag`http://img145.imageshack.us/img145/986/wowscrnshot070708233805ke2.jpg
01:14.59ag`http://img380.imageshack.us/img380/1659/73744761ih2.jpg
01:15.02ag`http://img509.imageshack.us/img509/8071/87776112jf8.jpg
01:16.22NeoTron_so basically quite similar to fubar
01:17.07ag`yes
01:17.08*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
01:17.08*** mode/#wowace [+v MentalPower] by ChanServ
01:17.44Zyndromelooks through the guildforums..
01:17.44ag`But it can display any LDB addon
01:17.46Zyndrome"I like to DPS, I detest healing, that’s why I would like to join as a Retribution paladin. Yes, my gear is not the best, but if you have patience until I get some upgrades, you will be proud of me"
01:17.49Zyndromeuh oooh...
01:17.51Mytosis it compatible with standard fubar mods or do we have to switch over to different modules?
01:17.55*** join/#wowace ZealotOnAStick (n=vircuser@c-71-207-162-198.hsd1.al.comcast.net)
01:18.00*** join/#wowace Ellipsis` (n=ellipsis@c-76-121-206-11.hsd1.wa.comcast.net)
01:18.17ag`It should work with some FuBar addons if you install FuBar2Broker
01:19.03*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
01:19.26ZealotOnAStickAntiarc: ping
01:19.30AntiarcYo
01:20.05Mytoswhats the big difference between it and fubar though?
01:21.48Dark_Elfless space more feeling taste great
01:21.53ag`It's based on LDB, which means that plugins for it can be shown by any display addon such as Fortress or Statblocks2, instead of just FuBar
01:24.55NeoTron_unfortunately it also means they can't be shown in FuBar until FuBar gets LDB support
01:26.31ag`it won't be that hard to write a LDB -> Fubar
01:26.36*** join/#wowace kaiden_ (n=kaiden@c-76-121-206-11.hsd1.wa.comcast.net)
01:26.38ag`I'll do it after I get some sleep I think
01:29.16*** join/#wowace silentium (n=silentiu@dslb-088-066-006-192.pools.arcor-ip.net)
01:31.20*** join/#wowace Next96 (i=Next96@121.129.140.158)
01:31.24CIA-4403next96 * r78038 10YurrCombatLog/Locale-koKR.lua:
01:31.24CIA-44YurrCombatLog:
01:31.24CIA-44- Update locale koKR
01:38.01CIA-4403LordFarlander * r78039 10LibLordFarlander-2.0/LibSpecialEvents-Skill-4.0/LibSpecialEvents-Skill-4.0.lua:
01:38.01CIA-44LibLordFarlander-2.0:
01:38.01CIA-44- Fixed some goofy string matching I had going on
01:38.12Funkeh`I think icons are buggy for fubar addons that change them
01:38.17Funkeh`mm
01:39.15CIA-4403LordFarlander * r78040 10Baldrick/ (Baldrick.lua locals/localisation.lua):
01:39.15CIA-44Baldrick:
01:39.15CIA-44- Button and profile options are now settable via the chat window
01:39.15CIA-44- Fixed Know Your Ley Lines
01:40.10CIA-4403LordFarlander * r78041 10Coconuts/ (Coconuts.lua locals/localisation.lua):
01:40.10CIA-44Coconuts:
01:40.10CIA-44- Button and profile options are now settable via the chat window
01:40.31CIA-4403LordFarlander * r78042 10MiniPet/ (MiniPet.lua locals/localisation.lua):
01:40.31CIA-44MiniPet:
01:40.31CIA-44- Button and profile options are now settable via the chat window
01:40.31CIA-44- Added chat command to bring up the config UI
01:41.11CIA-4403LordFarlander * r78043 10Stable/ (Stable.lua locals/localisation.lua):
01:41.11CIA-44Stable:
01:41.11CIA-44- Added chat command to bring up the config UI
01:41.50Funkeh`what happened to alar
01:41.52Funkeh`I miss him
01:42.18LukianZyndrome, hahah nice app..
01:43.01*** join/#wowace godzirra (n=godzirra@c-76-114-118-58.hsd1.tn.comcast.net)
01:43.06godzirrahowdy folks.
01:43.43godzirraI'm trying to switch my bars from bongos (which I liked) to something that is Ace.   I'm currently using bartender3, but it doesn't highlight the button when my target has that buff/debuff active like bongos did.  Is there any way to get that with bartender3?
01:45.07*** join/#wowace Ironhand (i=x@xyx.nl)
01:45.41Lukiangodzirra, I don't think so, also, why not use BartTender4?
01:45.44Lukian-T
01:46.04*** join/#wowace icemoon (n=wolftank@218.80.240.218)
01:46.14godzirraLukian: Mostly because I didnt see it when I redid all my mods yesterday. ;)
01:46.19Lukian^_^
01:46.20godzirraLukian: Does bartender4 support that?
01:46.31LukianI don't believe so XD
01:46.31godzirraBecause that was -really- nice as a pally tank... I always new when my seals wore off, etc.
01:46.34godzirraWell crap.
01:46.37Dark_Elfsomething that is ace? Bongos used ace
01:46.47godzirraOh.  Why's it not on files.wowace.com then?
01:46.55godzirraI also saw he stopped supporting it to work on Dominos
01:47.01godzirrawhich doesn't support that either. =p
01:47.10LukianYou could pester the BT author about adding it
01:47.21godzirraDo they frequent this channel?
01:47.24Lukian(or add it yourself and branch the changes0
01:47.41godzirraI've tried modding, and I'm a pretty big noob when it comes to lua, sadly.
01:48.05LukianIf you have any general programming experience lua is cake
01:48.15godzirraI'm a perl guy... mostly its just having the time to put into learning lua.
01:48.51Lukianpoints at nevcairiel
01:49.35godzirraI'll send him a PM.  So far I love bartender, but I'm going to have to change back if I can't get that...  I can't pay attention to enough stuff when i'm tanking ;)
01:49.59godzirraalso, is there a really good quest tracker?  I was using uberquest...  And it was nice because it had the quest list on the left, and the quest text on the right.
01:50.04LukianI have a castsequence macro on my paladin which ensures seal uptimes
01:50.06godzirraand it also had a "minion" to track em.
01:50.09godzirraOh?
01:50.14LukianI use questsfu
01:50.17Dark_Elfquesthelper
01:50.22godzirrak, i'll check both out.
01:51.44Dark_Elfnever hurts to have both lol
01:56.30godzirralol.. neither one is on files.wowace.com
01:59.32Dark_Elfno questhelper is on curse i know
01:59.45godzirraah
01:59.47Dark_Elfits not an ace mod either
02:00.07Dark_Elfquestfu should be on wowace though
02:00.12godzirraI'll just grab uberquest aagain then :)
02:00.15Dark_Elffubarquestfu
02:00.19godzirraahh thanks
02:00.26*** join/#wowace Shindig (n=sindig@138.172.188.72.cfl.res.rr.com)
02:00.48Dark_Elfis uberquest the one that uses lightheaded?
02:05.24godzirraHmmm
02:05.25godzirraI'm not sure.
02:05.29godzirraHow do I tell?
02:06.04Dark_Elfwell the one i thinking of has the wowhead logo in the corner
02:06.21godzirranope
02:06.23godzirrathats not it then
02:06.54Dark_Elfexcept the one i got is uberquest reborn 2.4
02:07.09*** join/#wowace Orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
02:07.11godzirraThat may be the one I got.
02:07.14godzirraI don't remember to be honest.
02:10.08CIA-4403funkydude * r78044 10StatBlockCore/ (4 files in 2 dirs):
02:10.08CIA-44StatBlockCore:
02:10.08CIA-44- Icon support & placement options (on/off per plugins basis todo)
02:10.08CIA-44- various bugfixing, all problems with plugins not loading should be gone
02:10.11Dark_Elfhttp://wow.curseforge.com/projects/quest-helper/ a link to questhelper should ya want to add it to go with your uberquest
02:10.14Funkeh`boom
02:11.20godzirralol...  I just installed bartender4 and I can't find out where to configure it.
02:11.46Funkeh`try /bt4
02:12.13godzirraahh thanks.
02:14.10*** join/#wowace Ellipsis (n=ellipsis@c-76-121-206-11.hsd1.wa.comcast.net)
02:15.48godzirraMan.. I really wish atlas loot would stop enabling the minimap button everytime I login :p
02:17.12*** join/#wowace Ellipsis` (n=ellipsis@c-76-121-206-11.hsd1.wa.comcast.net)
02:20.06*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
02:20.07*** mode/#wowace [+v MentalPower] by ChanServ
02:22.32*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
02:22.32*** mode/#wowace [+v MentalPower] by ChanServ
02:24.18*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
02:27.52*** join/#wowace mattswell (n=matthew@cpe-076-182-122-075.nc.res.rr.com)
02:32.18CIA-44libdatabroker-1-1: 03Tekkub 07master * r5ae7882 10/: Add in some documentation on how to push data into LDB
02:38.40*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
02:38.41*** mode/#wowace [+v MentalPower] by ChanServ
02:47.10*** join/#wowace Wraithan (n=wraithan@c-76-105-187-239.hsd1.or.comcast.net)
02:54.57CIA-4403funkydude * r78045 10StatBlockCore/StatBlockCore.lua: StatBlockCore: Now only create icons for plugins that set the icon properly to clean up the code and support changing the texture when the plugin changes icon
02:56.23*** mode/#wowace [+o Cairenn] by ChanServ
03:10.17*** join/#wowace deadlock (n=branden@12-214-50-87.client.mchsi.com)
03:12.07CIA-44037destiny * r78046 10LittleWigs/Auchindoun/Vorpil.lua: LittleWigs: koKR Update
03:14.06AtriaceAnyone on that's made a buff mod?
03:16.22Tekkubhttp://www.netflix.com/Movie/Bamboo_Bears_Forest_Adventure/70100463?&mqso=70002140&trkid=129129
03:16.24Tekkublol
03:17.28selckinsounds like a wii game
03:20.20CIA-4403funkydude * r78047 10/trunk/ (7 files in 7 dirs): .trunk: broker plugins: properly set the icon when the object is created
03:23.51*** join/#wowace Guillotine (n=Guilloti@ip68-111-86-113.oc.oc.cox.net)
03:33.51CIA-4403tsigo * r78048 10RaidCooldowns_Display/ (5 files in 2 dirs): RaidCooldowns_Display: Add an Alpha option for the whole frame. Needs a locale update, please.
03:38.39CIA-4403funkydude * r78049 10StatBlockCore/StatBlockCore.lua: StatBlockCore: add icon on/off
03:40.38WraithanTornhoof: Could this be added to yata, maybe as an option, http://pastie.org/229532
03:41.31Wraithanmakes it so left click is totems, right click is totemic call
03:42.37Wraithantested it with all the longest name length totems, still well within the 255 char limit
03:42.51*** join/#wowace Groktar (n=Groktar_@c-71-195-127-129.hsd1.ca.comcast.net)
03:42.57Groktarugh mu'ru 3%
03:43.03Groktari really want to see entropius
03:43.04Groktarlol
03:43.43CIA-4403tsigo * r78050 10RaidCooldowns_Display/ (5 files in 2 dirs): RaidCooldowns_Display: Add a Width option. Needs a locale update, please.
03:50.04*** join/#wowace NeoTron_ (n=neotron@c-76-121-238-204.hsd1.wa.comcast.net)
03:53.12CIA-4403funkydude * r78051 10BadBoy/ (BadBoy.lua BadBoy.toc): BadBoy: Updated Blacklist
03:58.39*** join/#wowace dieck (n=dieck@p5B22DB79.dip.t-dialin.net)
03:59.21*** join/#wowace Keias (n=Saiek@c-69-245-192-208.hsd1.in.comcast.net)
04:12.56CIA-44libdatabroker-1-1: 03Tekkub 07master * r891224b 10/: Readme rejiggering
04:12.57CIA-44libdatabroker-1-1: 03Tekkub 07master * r19674c6 10/: Add tooltiptext and OnTooltipShow to data addon spec
04:20.36*** part/#wowace Dark_Elf (n=Dark_Elf@ip107.net253.mw.net)
04:21.09*** join/#wowace timercrack (n=timercra@121.22.169.100)
04:21.13breser!points 1612
04:21.14XinhuanYou cannot get more than 1511 arena points per week (5v5 points cap).
04:21.23breser!rating 1612
04:21.24Xinhuan1612 rating gives 481(5s), 423(3s) and 365(2s) arena points. (Use !points for inverse calc)
04:24.30breserOpinion question... Does anyone think that it's useful at all to do aggro coloring for enemy mobs (e.g. Bonzai module in PitBull).  Right now it does and I'm think it's silly.
04:24.57selckinit is imo
04:25.02selckinjust don't load the module
04:25.07selckinhalf 50% of em
04:25.19selckin*like
04:25.38breserI don't think you get what I mean.
04:25.41breserLet's say my focus frame is on an enemy mob.
04:25.46*** part/#wowace timercrack (n=timercra@121.22.169.100)
04:25.56breserRight now if a member of the raid targets that mob it will my focus frame as having aggro.
04:26.06breserI.E. the mob has "aggro" from our raid.
04:26.23CIA-44libdatabroker-1-1: 03Tekkub 07master * r0617fd1 10/: Always with the typos, I hate my fingers
04:26.23CIA-44libdatabroker-1-1: 03Tekkub 07master * r33c67b1 10/: Add list of who is using LDB
04:28.23*** join/#wowace genetik- (i=genetik@nayuki.caffeine.nu)
04:30.00*** join/#wowace Dashkal (n=dashkal@WoWUIDev/Nexus/dashkal)
04:34.07*** join/#wowace EvilJohn (n=eviljohn@ppp-70-243-118-215.dsl.austtx.swbell.net)
04:34.27CIA-4403daviesh * r78052 10AtlasLoot/Images/ (Alliance.tga Horde.tga bronze.tga gold.tga silver.tga):
04:34.27CIA-44AtlasLoot:
04:34.27CIA-44- Updated art assets
04:40.36*** join/#wowace dieck_ (n=dieck@p5B22F0F7.dip.t-dialin.net)
04:49.08Groktarlike 10 straight 20% wipes in p1
04:49.56Kappaccinooh raiding~ how I don't miss you
04:50.06*** join/#wowace aestil_ (n=holycall@cpe-76-95-133-5.socal.res.rr.com)
04:50.15*** join/#wowace Higdur (n=nike@81-229-140-43-o1124.telia.com)
04:50.25aestil_SERVER FIRST!
04:50.41aestil_[well, a crappy server first]
04:58.24aestil_its exciting for us.
04:58.29aestil_its our first server first.
04:58.35aestil_which is also, n ot that impressive.
05:04.02*** part/#wowace Seerah (n=Ryan_L@adsl-18-220-120.mem.bellsouth.net)
05:07.19CIA-4403funkydude * r78053 10StatBlockCore/StatBlockCore.lua: StatBlockCore: Properly support OnEnter/OnLeave and support OnTooltipShow
05:08.50CIA-4403antiarc * r78054 10HiveMind/HiveMind.toc: HiveMind: Add category to the TOC
05:08.52CIA-4403funkydude * r78055 10StatBlock_DPS/StatBlock_DPS.lua: StatBlock_DPS: Use OnTooltipShow
05:09.17aestil_Antiarc: twins down!
05:09.21AntiarcOoh, nice.
05:09.34AntiarcWe're still on Felmyst, because we rule at movement fights*
05:09.35Antiarc*don't rule
05:09.37Antiarc*suck, in fact
05:09.40Antiarc*like a hoover
05:11.05aestil_haha.
05:11.15aestil_kal should be awesome on felymst
05:11.24aestil_cause he has to do something other than spam CoH
05:11.26aestil_oh.
05:11.28aestil_wait.
05:11.36AntiarcKall's doing fine, really :P
05:11.49aestil_good rogue calling the crop dusts?
05:11.54Antiarc<--
05:11.57aestil_good.
05:12.05aestil_hey, btw, is pullout threat bar possible with omen2?
05:12.07AntiarcThe dispels aren't a problem so much as the encapsulate movement and people not moving between dusts fast enough
05:12.14*** join/#wowace Megalon (n=starfox@d91-129-21-54.cust.tele2.at)
05:12.17AntiarcUhh, not yet, I need to make it happen sometime
05:12.29aestil_do you have a jira or something that i can make that ticket?
05:12.40AntiarcThere's an Omen jira project, yeah
05:14.42GroktarWHY WON'T HE DIE
05:14.51*** join/#wowace RaydenU (n=bozartmp@cpe-74-74-225-9.rochester.res.rr.com)
05:15.13*** join/#wowace aestil__ (n=holycall@cpe-76-95-133-5.socal.res.rr.com)
05:15.40Groktarspits on mu'ru
05:16.53LukianGroktar, because he's not meant to :D
05:17.38Groktarhehe
05:17.57Groktarit's like, we have all the adds under control and dps is on time
05:18.03Groktarand we still manage to screw up and die
05:18.28Groktarat about 20%
05:18.33*** join/#wowace theoddone33 (n=jimbob@pool-71-109-118-253.lsanca.dsl-w.verizon.net)
05:18.56aestil__we haven't even looked at mu'ru yet. is it like razorgore 2.0?
05:23.20Groktarkind of
05:23.28Groktarit's easier to keep up on dps
05:23.43Groktarbut nobody can die
05:23.45Groktarand shit hits HARD
05:25.37Groktarlike, the beserker tanks will sometimes die through 6k gheal spam
05:25.38Groktar:(
05:26.39*** join/#wowace Srosh (n=Srosh@c155201.adsl.hansenet.de)
05:27.43aestil__nice.
05:27.54aestil__we will proably have warrior bear and pally tanks
05:29.16Groktarthat's fine
05:29.18*** join/#wowace Arrowmaster` (n=Arrow@unaffiliated/arrowmaster)
05:29.49Groktarwe were using a pally on small adds, warrior and druid for sides, and warrior for sentinel
05:30.14Groktartonight we're using warriors on sides and pally on sentinel and small ones
05:32.54aestil__right now we are hunter heavy, which looks like a good thing for that fight
05:33.01aestil__MD's being very useful.
05:33.20aestil__is it a pet friendly fight?  seems like its ok if the pet doesn't have aggro.
05:33.23Ellipsislicks aestil__
05:35.05Groktarmm, i don't think so
05:35.09Groktarthe hunters are about last
05:35.38Groktarwe have 3
05:40.56*** join/#wowace dieck (n=dieck@p5B22FE64.dip.t-dialin.net)
05:45.27CIA-4403funkydude * r78056 10StatBlockCore/StatBlockCore.lua: StatBlockCore: tweaks
05:45.32aestil__hunters last?  crazy talk.  we have hunters doing 2400 dps on brutalis
05:45.39*** join/#wowace mortimer (i=c28a2734@gateway/web/ajax/mibbit.com/x-f448778a32567ddd)
05:46.09aestil__herro Ellipsis
05:51.06Ellipsisy helo thar
05:52.06*** join/#wowace jokeyrhyme (n=ron@202.134.254.27)
05:52.18Groktarhehe
05:52.37Groktaraesthil: actually it's because they're dpsing a side
05:52.53aestil__huh?
05:53.11Groktarour hunters are bad on dps because they're supposed to be watching a side
05:53.26aestil__they can't watch and spam 1 button?
05:53.39Groktarmaybe i should have said dpsing a side
05:53.44Groktarat least two of them are
05:53.45*** join/#wowace kadrahil (i=webfreak@ip68-98-178-202.dc.dc.cox.net)
05:54.18Groktari honestly don't know what's going on outside of my side
05:54.19Groktar:D
06:01.05*** join/#wowace ncopystri (n=copystri@p548A1556.dip0.t-ipconnect.de)
06:09.48*** join/#wowace Kody (n=kody@c-98-210-154-155.hsd1.ca.comcast.net)
06:10.16*** join/#wowace HolgerDK (n=markj@0x57372af1.nfnqu1.dynamic.dsl.tele.dk)
06:11.39CIA-44037destiny * r78057 10RaidCooldowns_Display/ (Config.lua locale/koKR.lua): RaidCooldowns_Display: koKR Update
06:12.21*** join/#wowace hiflyer (n=hiflyer@213.80.38.177)
06:19.25CIA-4403kurax * r78058 10Chinchilla/locale/zhCN.lua: Chinchilla: Update zhCN locale
06:23.55*** join/#wowace Thelyna (n=burp@122-57-250-91.jetstream.xtra.co.nz)
06:26.07*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
06:27.42*** join/#wowace charon_ (n=thomas@cx-public-docking-1-071.ethz.ch)
06:28.19*** join/#wowace cncfanatics (i=c1201e48@gateway/web/ajax/mibbit.com/x-32cf34c073ff9be2)
06:29.29*** join/#wowace Diskmaster (n=YOURFACE@CPE-76-85-147-197.neb.res.rr.com)
06:30.03*** join/#wowace [ND] (n=[ND]@h062040167062.gun.cm.kabsi.at)
06:30.49cnc|workg'morning peeps
06:33.44CIA-44libdatabroker-1-1: 03Tekkub 07master * r6146a32 10/: Make field lists into nice pretty tables
06:37.14CIA-44libdatabroker-1-1: 03Tekkub 07master * r073a874 10/: And rearrange the addon list a bit too
06:38.30*** join/#wowace copystring (n=copystri@p548A1556.dip0.t-ipconnect.de)
06:42.51*** join/#wowace Tinyboom (n=nahh@108.84-49-90.nextgentel.com)
06:43.27*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
06:46.13CIA-4403toadkiller * r78059 10LibBabble-Zone-3.0/LibBabble-Zone-3.0.lua:
06:46.13CIA-44LibBabble-Zone-3.0:
06:46.14CIA-44- Dummy ruRU, cloned from deDE. needs total translation
06:47.27CIA-4403orionshock * r78060 10GuildCraft/ (6 files in 3 dirs): GuildCraft: core - finish guild management methods, db reset dosn't work yet. Add tradeskill sanity checks to updates. Add close with esc to browser and several nil checks due to change in Mini-BTS
06:50.31*** join/#wowace Vegeta]BT[ (n=Vegeta-G@62.80.24.154)
06:54.12*** join/#wowace Corgan (n=Corgan@d193-217-56.home3.cgocable.net)
06:55.43*** join/#wowace dieck_ (n=dieck@p5B22BCED.dip.t-dialin.net)
06:56.58*** join/#wowace Kalroth (n=kalroth@0x573f1066.hjnqu1.static.dsl.tele.dk)
07:00.45*** join/#wowace Gandharva (n=Miranda@ppp-88-217-76-195.dynamic.mnet-online.de)
07:02.36CIA-44037destiny * r78061 10BigWigs/Sunwell/Twins.lua: BigWigs: Sunwell/Twins: fix engage start issue
07:04.13CIA-44037destiny * r78062 10BigWigs_Naxxramas/Horsemen.lua: BigWigs_Naxxramas: Horsemen: fix engage start issue
07:04.44*** join/#wowace Arcaia2 (n=cnflct@74.51.6.101)
07:05.34*** join/#wowace ktwo (n=User@agsb-5d863fe3.pool.einsundeins.de)
07:11.19*** join/#wowace dieck__ (n=dieck@p5B22EABD.dip.t-dialin.net)
07:16.47*** join/#wowace dieck (n=dieck@p5B22DF4A.dip.t-dialin.net)
07:19.03*** join/#wowace Daemona (i=koaschte@i577A20FB.versanet.de)
07:26.46*** join/#wowace papyros (n=madlener@iss63.vlsi.informatik.tu-darmstadt.de)
07:27.14NeoTron_going to try to do the aoe tank method on muru
07:27.16NeoTron_two pally tanks
07:27.19CIA-4403broliant * r78063 10FuBar_ConvergeFu/ (4 files):
07:27.19CIA-44FuBar_ConvergeFu: - Added the option to reset BusyResponder message to the original default value.
07:27.19CIA-44- Added the option to print the 'cctargets' to 'Chat' for quick verification.
07:31.53CIA-4403jerry * r78064 10Talented_Data/ (4 files): Talented_Data: regenerate
07:38.07*** join/#wowace pb_ee1 (n=nospam@meilleu015869-2.clients.easynet.fr)
07:40.39*** join/#wowace grzesieq (n=grzesieq@ati109.neoplus.adsl.tpnet.pl)
07:40.59*** join/#wowace harl3655 (i=harl@dslb-088-077-209-171.pools.arcor-ip.net)
07:47.16*** join/#wowace Higdur_ (n=nike@81-229-140-43-o1124.telia.com)
07:52.23*** join/#wowace pb_ee1 (n=nospam@meilleu015869-2.clients.easynet.fr)
08:06.45*** join/#wowace Anea (n=ernst@a62-251-8-41.adsl.xs4all.nl)
08:07.02*** join/#wowace Anea__ (n=Anea@a62-251-8-41.adsl.xs4all.nl)
08:14.43*** join/#wowace Sekkyo (n=sekkyo@dsl092-250-144.sfo4.dsl.speakeasy.net)
08:18.59*** join/#wowace Movix (n=mattes@82.242.144.196)
08:19.19*** join/#wowace Sliker_Hawk (n=SlikerHa@212.32.115.61)
08:22.26*** join/#wowace kadrahil_ (i=webfreak@xor.pablotron.org)
08:25.04*** join/#wowace Daemona (i=koaschte@i577A245D.versanet.de)
08:30.34*** join/#wowace cncfanatics (i=c1201e48@gateway/web/ajax/mibbit.com/x-2565262381297318)
08:31.01CIA-4403rabbit * r78065 10BananaDKP/BananaDKP.lua: BananaDKP: Highlight the player in the tooltip and remove some unneeded lines of text from it.
08:32.49cnc|workany druid around that could rate my planned pre-heroic gear ?
08:32.59cnc|work(resto)
08:34.00Aiianei wasnt aware pre-heroic gear was that big of a deal o.o
08:35.09cnc|workI'm rerolling and need to gear up asap heh :p
08:36.02*** join/#wowace mortimer (i=c28a2734@gateway/web/ajax/mibbit.com/x-f78b5c21ec5a9aee)
08:36.30cnc|workalso wondering if my gear choices are correct tbh
08:36.31*** join/#wowace Parnic (i=user@staff.xbins.org)
08:36.36cnc|workgood gems/enchants ?
08:37.51syerenYou're a Druid.
08:38.12syerenNothing needs to be right, any form of Balance isn't applied to your class in any form!
08:38.42cnc|workliez
08:41.47Aiianecnc|work - have a profile link of some form?
08:41.58cnc|workups, didn't link it, my bad http://www.chardev.org/?template=68948
08:43.03cnc|workalso wondering wether my gemming is right
08:43.56Aiianegear-wise, looks fine
08:44.02Aiianenothing stands out as odd
08:44.09cnc|workspec & gemwise ?
08:44.26AiianeGem-wise, I wouldn't bother with things like the 1mp5 socket bonus in the bracers
08:44.32Aiianejust stick +18 healing in it
08:44.47cnc|workneed 2 blue gems for meta though
08:44.50Aiianeditto the boots
08:45.03Aiianewell the one in the bracers is orange
08:45.06Aiianeso no blue there
08:45.36Aiianethe boots are okay, PSPs are just as good as RLR for the most part
08:45.41Aiianeso it's a free mp5, go for it
08:46.05Aiianenot sure if i would bother with golden spellthread on a blue, but that's up to you in terms of resources
08:46.39Aiianeat the pre-heroic level mana's still an issue, so insightful earthstorm is good
08:46.54cnc|workwell, that damn thing is worth 40mp5
08:47.00cnc|work25-40 mp5 even
08:47.05cnc|workso its damn good in every situation imho :p
08:47.10Aiianewell
08:47.27Aiianeeventually its possible to get to a point as a resto druid where you're pretty much not able to spend mana fast enough
08:47.37Aiianewell, you could, but it'd be sub-optimal healing
08:47.40nevcairieli have 2350 +heal, i shit on 26 heal extra :P
08:47.43Aiianei.e. HTouch spamming
08:47.59cnc|workHT is meh :p
08:48.08Aiianeprecisely :P
08:48.13cnc|workI'm currently lvl 61 (yea,lol I know) and I don't think I ever used it in instances
08:48.14Aiianedepends on what model you go for
08:48.34nevcairielthere will be some rare cases where you might be compelled to use HT
08:48.37nevcairielbut its rare
08:48.42Aiianeim assuming this is completely pve-centric?
08:49.58Aiianedunno whether I'd go with 5/5 Tranquil Spirit or if I'd pop 2 points out of there and into Imp. Tranquility
08:50.09Aiianezero-threat Tranq can save the day sometimes
08:50.37nevcairielimp tranq is a waste
08:50.38nevcairielimho
08:50.48nevcairieli dont remember any case where i ever had to use it and pulled aggro with it
08:50.54cnc|workimp tranq ?
08:50.55Aiianewell for most situations, so is Tranquil Spirit
08:51.01cnc|workI never ever ever pulled aggro with tranq :(
08:51.13Aiianeup to you then
08:51.24Aiianeits not exactly the core of the talent tree ;)
08:51.35cnc|worktranquil spirit is also quite a waste though
08:51.37cnc|workmight get rid of it
08:51.41Aiianeyou've got all of the important stuff
08:51.56cnc|workcould put some more points in balance for solo'ing with the points from tranquil spirit
08:52.05Aiianenatural perfection is nice but mostly a pvp talent... shouldn't be getting hit if possible in pve ;)
08:52.11nevcairiel3% crit!
08:52.14nevcairiel:)
08:52.21cnc|workomg, critting HoTs !
08:52.29*** join/#wowace pb_ee1 (n=nospam@meilleu015869-2.clients.easynet.fr)
08:52.30nevcairielregrowth and swiftmend
08:52.40cnc|workwell, crit is near worthless imho
08:52.44Aiianeits more the damage reduction, for pvp :P
08:53.00nevcairielnot like you really get any benefit from moving 5 points to balance
08:53.16cnc|worksolo'ing dailies
08:53.21*** join/#wowace Kuosi (i=kuosi@re.corded.org)
08:53.25cnc|workand shades in ssc I guess
08:53.33cnc|worknot like those are any hard since the +dmg on healing gear though
08:53.54Aiianeplus druids have it easy on shades
08:53.58Aiianeweakness to arcane and nature
08:54.06nevcairielholy too, iirc
08:54.09Aiianeyes
08:54.14nevcairielso easy for all healers
08:54.19nevcairieldesigned that way ;)
08:54.41Aiianewell... sort of annoying for priests since their holy spells are the long-cast-time ones, so more pushback than their shadow spells
08:54.43Aiianebut yes
08:54.52Aiianenot generally a problem
08:54.58*** join/#wowace kaugummi (n=kaugummi@2002:5091:fa74:55f:20d:93ff:fe87:d832)
08:54.59Aiianemore annoying for our prot warriors :P
08:55.17nevcairieli always laughed when our hunters failed
08:55.23Aiianebecause unfortunately they didnt make them weak to sunders :P
08:55.25nevcairieltried to ice-trap them, and somehow failed
08:55.28Kuosi+dmg from healing spawned new evil called Restokin :(
08:55.54Aiianeon a side note, nerf pvp-resto druids :P
08:56.18nevcairielremove pvp from the game, imho
08:56.36Aiianenah, it'd get boring without the drama :P
08:56.43cnc|workagree with removing pvp from the game
08:57.23Kuosipvp is pretty much what keeps me playing
08:57.24nevcairielall that rebalancing of classes is so annoying
08:57.34nevcairielstupid pvp and eSports
08:57.42Kuosipve just too boring
08:57.52Kuosicauses brain dmg  to see same ppl do same mistakes over and over again
08:58.01cnc|workdon't play with idiots :D
08:58.02nevcairielpvp is the same every fight
08:58.05nevcairielthats not boring? :P
08:58.13Kuosipvp is not scripted
08:58.18cnc|workclose to
08:58.26Kuosievery fight can be different
08:58.31cnc|workthe scripts are usualy more complicated then the pvp encounters tbh
08:58.43cnc|worka druid + rogue team remains a druid + rogue team
08:58.50cnc|workand will do the same thing against your team every damn fight
08:59.03Kuosimayb shitty teams
08:59.21Aiianeif the same thing happens every time you face a team
08:59.27Aiianeone of you (the loser) is doing something wrong
08:59.28Kuosiadapting is something that comes into play at higher ratings
08:59.37Aiianebecause doing the same thing is something they know will lose
08:59.42Aiianeand thus why would they do that again
09:00.13[Ammo]all 2.2k+ teams have a druid (suprise suprise) :)
09:00.14Aiianeone side always has an impetus to do something different
09:00.34Aiianehence my earlier statement regarding druids and nerfing, and the requirement thereof, [Ammo] :P
09:00.49Kuosi[Ammo]: nah, druids are overpresented but it's not like thats required
09:01.16[Ammo]a quick check showed all 2.2k+ teams have a druid
09:01.37Kuosifirst team on my battlegroup to hit 2.2k in 2v2 didnt have a druid f.e
09:02.02Aiianehttp://www.arenajunkies.com/rankings/2v2/
09:02.06Aiianenot all, but > 90%
09:02.39Kuosithats not updated either
09:03.06Aiianenot since s4 started, correct.
09:03.35Kuosibut yes druids need some toning down
09:03.39Kuosisame goes with rogues
09:03.52Kuosicheat death nerf aint gonna be enough
09:04.00Aiianewarriors just need some more variety than "lolspamstringms"
09:04.02*** join/#wowace [SW]Dodge (n=Miranda@p5B00AABD.dip0.t-ipconnect.de)
09:04.08cnc|workrogue + druid <3
09:04.23Kuosirogue+restokin is lol setup
09:04.37Kuosi(I play one)
09:05.08Kuosiit has no real counters besides dual human double rogues
09:05.21cnc|workspec fine ? http://www.chardev.org/?template=68948
09:05.37_raneKuosi: rogue/ret with rocket boots is very nasty
09:05.55Kuosiif you have a human rogue there
09:06.02Kuosithen ret+rogue is pretty good aswell
09:06.54Kuosidecided to get weapons few days ago in 2v2
09:07.04Kuositook like hum
09:07.12Kuosimassive 65games!
09:07.12cnc|workI do hate battlegrounds though
09:07.23_ranei got mh more than week ago
09:07.25syeren(09:56:06) (cnc|work) the scripts are usualy more complicated then the pvp encounters tbh
09:07.25cnc|workso i prolly won't go arena untill my pve gear is good enough for some lowbie pvp :p
09:07.28Aiianewhen in doubt, run away :P
09:07.31syerenBecause 2v2 matters right?
09:07.33syeren:<
09:07.39cnc|worksyeren: same for 3v3 & 5v5 :s
09:07.47syeren5v5 is never ever the same fight.
09:07.48syerenEVER.
09:07.51Kuosio rly?
09:07.58Kuosi4dps caster teams vs warrior teams
09:08.01syerenI say that as rank 1 on Cyclone :>
09:08.02Kuosicleaver vs euro etc
09:08.05AiianeFrom a priest's perspective
09:08.09Aiiane5v5 is always the same fight :P
09:08.12syerenNope.
09:08.19_ranecnc|work: seeing you say that it's clear that you don't have any high-end pvp experience
09:08.21Aiiane(that was tongue in cheek, btw)
09:09.00Aiiane"Hai guiz, I wonder if they're going to focus fire me"
09:09.12Kuosinot if you have a warlock in team!
09:09.20syerenAnd if they focus fire a Priest they lose.
09:09.31CIA-4403borlox * r78066 10Fortress/ (Core.lua Options.lua):
09:09.31CIA-44Fortress:
09:09.31CIA-44- added masterPlugin settings that count for all plugins, as long as they are not modified on their own
09:09.31CIA-44- added hideOnMouseOut feature (find better name!!)
09:09.31CIA-44- fixed a bug where OnEnter/OnLeave got overridden.
09:09.32CIA-44- added addToDash feature (only shown if Dash is running) see: http://www.wowinterface.com/downloads/info7391-Dash.html
09:09.47Kuosisyeren: well that depends what the other players in priest team are
09:09.49Aiianeagain, depends on comp
09:09.50Kuosi+ what u facing
09:09.56Kuosicant say either way
09:10.00Kuosi+ rng lol
09:10.01syerenHi.
09:10.05syerenWe leave your team's DPS free.
09:10.07syerenLOLOLOL
09:10.34*** join/#wowace Cheads (i=chead@0x573bcc17.henqu2.dynamic.dsl.tele.dk)
09:10.38syerenIf they feel like chasing around Hydra who's running around on our trap.
09:10.45Kuosiyou do realise priest can drop in under 5s w/o protection?
09:10.46syerenFeel free, one of their DPS is going to die very quickly.
09:10.50syerenYes.
09:10.57syerenBecause as the top team on our Battlegroup.
09:11.00syerenAnd with the best Priest in the world.
09:11.04Aiianenot focus-firing someone's necessarily mean not controlling them
09:11.05syerenWe let him run around without protection.
09:11.14Aiianeand not everyone is the top team :P
09:11.25Aiianein fact, I daresay the majority aren't ;)
09:11.52syerenAt the end of the day 5s and sometimes 3s is always different.
09:11.57syerenYet when I do anyfight in Sunwell.
09:12.00syerenI stand still and chain heal.
09:12.03syerenSometimes move to a bubble.
09:12.04syerenFUCK,.
09:12.29syerenAnd in Kusoi's example of Euro vs Cleave :p
09:12.37syerenCleave was designed to make Eurocomp fuck off :P
09:12.46Kuosiyes I'm well aware of that
09:13.12KuosiI played some sort of cleave comp at start of s4
09:13.24syerenSo that's almost the same every fight, however good Eurocomps can still give the majority of cleave comps a run for their money, because most cleave players are idiots :P
09:13.28syerenDue to the simplicity of the comp.
09:13.29Kuosiwith war+hunter+rogue+shaman+pala
09:13.35syerenHowever the same can be said for most EuroComps.
09:13.37Kuosithe warlock just drops in 5s
09:13.51syerenWe ran 2346 last season.
09:13.56syerenAnd our Warlock got sick of triple melee.
09:13.57Kuosiif warlock hides, some other cloth drops in 5s
09:14.00syerenAnd now plays our team's hunter.
09:14.13syerenAnd has quit his Warlock because of how 'balanced' melee scaling is in WoW.
09:14.18Kuosium who u playing with
09:14.30Aiianeim not bothering with playing my warlock in arenas this season
09:14.31Kuosidoesnt hydra play with cherez in 5s?
09:14.33syerenI play Priest / Paladin / Warrior / Hunter / Shaman now.
09:14.47*** join/#wowace Fisker- (i=ballmer@85.24.18.198.generic-hostname.arrownet.dk)
09:14.48syerenHe started playing with Cherekee a couple of days ago :p
09:14.51Kuosithats a good setup against cleave
09:14.54syerenAfter me and him had an argument :p
09:15.20syerenRyan refused to play unless we played with his 2s partner Buakaew.
09:15.30syerenAnd madtoast is an amazing Warrior, so why change >_>
09:15.41Aiianeanywho, night
09:15.42Kuosiwhy dont u play with mystical :o
09:15.49syerenIf you ever followed Arena, our warrior is from the EU GRAMMERPOLICE Team.
09:15.57syerenBecause Mystical spends a lot of time in Dubai.
09:15.59*** join/#wowace sacarasc (i=sacarasc@cpc1-kemp3-0-0-cust978.lutn.cable.ntl.com)
09:16.03syerenAnd is fairly quiet on Vent.
09:16.05theoddone33grammerpolice
09:16.09Kuosiyep now atleast
09:16.12Kalroth:D
09:16.12theoddone33wasn't that the team that had the rogue that was really famous?
09:16.20theoddone33grim?
09:16.24syerenThey had a Mage who was really famous :p
09:16.28syerenAnd grim was in their guild :p
09:16.31theoddone33ah
09:16.33KalrothI heard they had a famous feral druid
09:16.34syerenAnd was on their team charter.
09:16.42*** join/#wowace Vilkku (n=Vilkku@86-60-157-18-dyn-dsl.ssp.fi)
09:16.58cnc|work"famous" meh
09:17.00theoddone33I think grim is the guy that did a couple of videos that were well made but not showing any huge amounts of skill
09:17.01cnc|workfamous chars are lame :p
09:17.09syerenYes theoddone33 :p
09:17.09cnc|workmore then enough nihilum fanboys on my realm
09:17.09Kuositho I havent played much against mystical
09:17.19syerenPRE-TBC well equipped Rogue videos = ................
09:17.23theoddone33they were fun videos though
09:17.23Kuosibut what runeh said he's pretty good
09:17.25KalrothSillyhum rocks!
09:17.29syerenMystical is a good warrior who does a lot of damage :p
09:17.42syerenAnd of course Runeh says he's good, they're brothers :P
09:17.46Kuosihe plays pala on my guild
09:17.49Kuosiyes i know that :o
09:18.55Kuosimystical got pala named reckless on vek still
09:19.02Kuosiand runeh got mage nyghtmare
09:19.07syerenHaha :p
09:19.10syerenI knew they played on there :p
09:19.16syerenI think Sonny had a character on there too?
09:19.23syerenWith Cheers the Warlock :P
09:19.29Kuosidont think he still does
09:19.37syerenCheers is now back on Stormscale.
09:19.45syerenAnd Runehx has an amazingly equipped Druid from somewhere.
09:19.53Kuosimissa
09:19.55Kuosi?
09:20.01Kuosior does he have druid on sc
09:20.01syerenNo idea of the name :p
09:20.09syerenHe has one on SS.
09:20.10Kuosihe has some on vek aswell, not that great gear tho
09:20.11Kuosiah
09:20.12syerenHas Memento and stuff.
09:20.18*** join/#wowace shadow1st (i=shadow1s@b045.apm.etc.tu-bs.de)
09:20.28Kuosiruneh is pretty aweysome player in general
09:20.37Kuosican play pretty much any class
09:21.05Kuosimight be because plays all classes tho
09:21.58cnc|workomg
09:22.02cnc|workI hate retards calling me
09:22.03cnc|workseriously
09:22.11cnc|workfucking retarted idiots shouting on me
09:23.01phyberyou rigged their email client so that they couldn't send that 2.5GB word document though, you bastard.
09:23.17cnc|workno, some idiot women asked for a card earlyer then her usual renewment
09:23.22cnc|workwhich means she gets a new card number
09:23.30cnc|workshe got pissed cuz of that, idiot bitch
09:42.34*** join/#wowace digmouse (i=digmouse@117.68.14.220)
09:49.04*** join/#wowace felesya (n=felesya@p4FE5BFB7.dip.t-dialin.net)
09:52.28CIA-4403whyv * r78067 10RaidCooldowns_Display/locale/zhTW.lua:
09:52.28CIA-44RaidCooldowns_Display:
09:52.28CIA-44- update zhTW
09:54.14CIA-4403borlox * r78068 10Fortress/ (Core.lua Options.lua):
09:54.14CIA-44Fortress:
09:54.14CIA-44! DRYCODED !
09:54.14CIA-44- changed .tooltipText to .tooltiptext according to tekkub's spec
09:54.14CIA-44- added showText setting
09:55.23*** join/#wowace sacarasc (i=sacarasc@cpc1-kemp3-0-0-cust978.lutn.cable.ntl.com)
09:57.54CIA-4403starlon * r78069 10CombatAlarm/ (CombatAlarm.lua CombatAlarm.toc): CombatAlarm: Slightly delay target guessing for SPELL_CAST_START events.
09:58.07*** join/#wowace Matrix110 (i=Matrix11@pD957E71B.dip.t-dialin.net)
10:03.20*** join/#wowace Cartas (n=nnscript@host81-152-190-8.range81-152.btcentralplus.com)
10:06.03CIA-4403starlon * r78070 10CombatAlarm/CombatAlarm.lua: CombatAlarm: Fix an incorrect table name and remove a debug msg. whoops
10:09.43Silviu-~seen Tekkub
10:10.02purltekkub <n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub> was last seen on IRC in channel #wowuidev, 1h 10m 9s ago, saying: '*sigh* on that note I'm going to bed'.
10:11.13Orionshockwell all this action over LDB / SB and Fortress, reminds me that i'm still going to use FuBar.
10:11.15Orionshockeh well
10:16.09*** join/#wowace Cartas (n=nnscript@host81-152-190-8.range81-152.btcentralplus.com)
10:16.25*** join/#wowace Orphis_ (n=orphis@pra13-1-82-66-188-82.fbx.proxad.net)
10:19.29*** join/#wowace Camci (n=enescamc@ua-83-227-134-226.cust.bredbandsbolaget.se)
10:20.03syerenOrionshock, is there a thread regarding it anywhere?
10:20.32Orionshockya "new Ace3 fubar plugin?" on the forums.
10:20.41Orionshocktbh the whole thing is a sham
10:21.12Elkanowhy?
10:21.27Orionshockdon't think anyone "own" the lib, thus no one to simply say what is and what isn't
10:22.52Elkanowell, the basic lib was written by me and modified by tekkub but there is a difference between the lib itself that is only a tool, and the specification for the theoretical design behind the idea
10:25.14Orionshockimo the lib and idea came from the repeated mantra around here. "Don't want to use fubar and associated libs for something simple" thus they created something that is half assed and not well thought out. it has no end solution. Closest thing it has is StatBlocks using it, and all that's really been done is recreate fubar with less coding and overhead.
10:25.54Orionshockand other than memory size no real benifit.
10:26.37Elkanono, actualy I had the idea for a long time
10:28.14Orionshocki look at it this way. "what is the real point behind LDB?" there is no stable answer that dosn't sound like people wanting to replace fubarplugin or some part of it. yet every time i bring it up i get shot at ...
10:28.50nevcairielof course we want to replace fubar
10:28.55nevcairielits old and broken
10:29.02nevcairielwho said we didnt?
10:29.25Orionshocknevcairiel:  early pages of thread... i got shot ~3 times.. then again i wasn't too nice about saying so...
10:29.52Elkanobut where FBP is written to work with FuBar only the idea behind LDB is that any display addon can grab the plugins
10:31.10Orionshockbut there is no stable spec. just lots of opinions. granted those with the opinions are also making the display addons or are good friends, so that might be a moot argument there.
10:32.06[Ammo]use fubar, stop complaining
10:32.12[Ammo]shrug
10:32.37*** join/#wowace ag` (n=Andreas@0x57317a46.bynxx19.dynamic.dsl.tele.dk)
10:32.42Orionshocksome asked.. i answered :\
10:32.43pb_ee1yeah why do you want to replace it? ;p
10:33.19Orionshockpb_ee1: in short they don;'t like Rock
10:33.37pb_ee1HO NOES "Rock" does not contain the word "Ace"
10:33.45Orionshockno
10:33.53Orionshockthese people are smarter than that...
10:33.57pb_ee1ow.
10:34.03Fisker-[Ammo]
10:34.07Fisker-i will destroy you
10:34.27Orionshock2c short answer, Rock is everything that they saw Ace2 become bloated with or / and more
10:36.36*** join/#wowace [dRaCo] (n=drc@p5B229E3D.dip0.t-ipconnect.de)
10:36.58pb_ee1aha
10:37.13pb_ee1can't say anything about that
10:37.41[Ammo]also the vendor lockin is bad
10:37.46[Ammo]ldb fixes that
10:38.28[Ammo]you can still display ldb plugins on fubar (not sure if someone has written a view for that), but it's not required
10:38.43[Ammo]that was my main gripe with statblocks as well, same vendor lockin
10:38.44Fisker-OMG WATS TIS NEW ACE 3 FUBAR ADDON?
10:38.53JoshBorkei want to throw in something wrt LDB and StatBlocks.  Unless I missed it, StatBlocks does NOT use LDB
10:39.06[Ammo]JoshBorke: funkeh is working on that in branches
10:39.17Orionshockand now in trunk btw
10:39.21[Ammo]hence same vendor lockin
10:39.25[Ammo]but shrug
10:39.30Fisker->;(
10:39.32Fisker-wat is it?
10:39.35JoshBorkewow, only took him 4 months ;-D
10:39.41[Ammo]hehe
10:39.52Fisker-cries
10:39.59pb_ee1what is LDB? (i'm lasy don't want to check on forums nor svn)
10:40.02Orionshockdon't get me wrong, i love the entire idea behind LDB, but the lack of a consistant spec is my issue, that and when i did try it it didn't act the way i liked it...
10:40.08[Ammo]~ldb
10:40.09purlhmm... ldb is a WoW Library - A central registry for addons looking for something to display their data. http://github.com/tekkub/libdatabroker-1-1/tree/master
10:40.25Orionshockmaybe after they've refined it a bit i'll try again
10:40.27pb_ee1Thanks, Ammo.
10:40.35JoshBorkegod damn tekkub and his fucking per function versioning
10:40.48Orionshocklol @ JoshBorke
10:40.56Orionshockalways found that a bit odd myself
10:42.12CIA-4403bolagio * r78071 10WhoFavorites/WhoFavorites.toc: WhoFavorites: Updated TOC version.
10:43.46phyberit must be so lovely for developers speaking to each other when they use git.  "which commit fixed this bug, dave?"  "why, commit  073a8744d642f70436a30472dbf168601cd1eb92 of course!"
10:43.55phyber;_;
10:44.27JoshBorkephyber: indeed
10:45.43*** join/#wowace mikezter (n=Miranda@drms-4d006e11.pool.mediaWays.net)
10:45.57*** join/#wowace ^kiki^ (n=kiki@mna75-12-88-165-241-233.fbx.proxad.net)
10:46.51Orionshockon lighter note
10:47.02Orionshocki need some advice about my own addon...
10:47.11durcyndelete it
10:47.19Orionshock:\ why it's a good addon
10:47.32JoshBorkenot if it has your name associated with it ;-P
10:47.52Orionshockit's called GuildCraft, lets you keep track of what ppl can make in the guild
10:48.13Orionshockjust really one last thing to do is figure out how to synch data for people offline
10:48.23Fisker-broker looks like shit?
10:49.01Orionshockcurrent idea is to compile a list of known players with the addon then cross reference that with who's online then poll for it
10:49.29^kiki^Hi all! Any idea on how to (simply, without an external addon if possible) know, having an itemID, if I can equip this object? like I'm a clothy and the object is Mail? (I tried IsEquippableItem but it returns 1)... maybe parsing object tooltip, searching for a "red" line?
10:49.48Fisker-btw
10:49.54Fisker-can anyone learn2toc the broker stuff?
10:50.05JoshBorkeFisker-: no, fuck that
10:50.15Fisker-i disagree
10:51.23Fisker-FUCK @ my repair bill
10:51.24^kiki^nobody ? oO
10:51.58Fisker-i expect Tekkub to pay my repair bills
10:52.01Fisker-http://i27.tinypic.com/i3ezr6.jpg
10:52.06Fisker-this is all his fault
10:52.59*** join/#wowace Belazor (n=Vulcanus@084202194204.customer.alfanett.no)
10:53.14JoshBorkelol fisker
10:53.16JoshBorkewhat mod is that?
10:53.43Fisker-broker shit
10:53.56JoshBorkesomeone make shitty mod
10:54.10*** join/#wowace Maels (n=tildewut@86.96.226.13)
10:54.11*** join/#wowace NeoRevan (n=Vulcanus@084202194204.customer.alfanett.no)
10:54.18Orionshock^kiki^:  searching for a red line in the tooltip is prolly the best
10:54.28cnc|worknot enough gamespace on that UI Fisker-
10:54.39*** join/#wowace faCe| (n=f@pD955B7AA.dip.t-dialin.net)
10:54.46^kiki^ok, that's what I thuoght, thanks a lot... so no wow api then
10:55.09Orionshock^kiki^: nope, if u want a quick hack at it, check out the code in LibGratuity
10:55.15*** join/#wowace Vulcanus (n=Vulcanus@084202194204.customer.alfanett.no)
10:55.31*** join/#wowace Tigerdyr (n=sps@tigger.t-rex.dk)
10:55.33cnc|workwell, bag addons can tell if items are equipable quite ez
10:55.35cnc|workso there should be a way
10:55.37Orionshockand if u look hard enough at tek's git repo you'll find a mini-gratuity lib that works well too
10:55.56Fisker-fortress doesn't even make sense
10:55.57Fisker-does nothing
10:55.59Fisker-NOTHINGS
10:56.03^kiki^k thx :p
10:56.04cnc|workwhat is it suposed to do ?
10:56.17Fisker-i don't know
10:56.34*** join/#wowace ktwo (n=User@agsb-5d863fe3.pool.einsundeins.de)
10:57.46cnc|work~fortress
10:57.49Fisker-TEKKUB YOU OWE ME 1 BILLION GOLD
10:57.53Fisker-get over here
10:58.25OrionshockFisker-: fortress is really a frunt end to LDB and legoblock
10:58.26*** join/#wowace profalbert (n=profalbe@91-113-24-252.adsl.highway.telekom.at)
10:58.37Fisker-doesn't do shit
10:58.46Orionshocknot much too it really, the strong part of fortress is legoblock, it does all the hard stuff
10:58.47durcynyour ui makes me sad Fisker-
10:58.59Fisker-your mother makes me sad durcyn
10:59.06cnc|workwhat does legoblcok do ?
10:59.11cnc|worksomeone tell me what the damn addon is for :p
10:59.30Orionshockgives you a cute little frame and icon that can stick itself to others
10:59.31durcyncnc|work: fortress is a legoblock-based display addon for broker data, iirc
10:59.47Fisker-what are legoblock-based displays? :o
10:59.54profalbertso legoblock is based on ldb?
11:00.00durcynno, no
11:00.02cnc|workand what is broker data ?
11:00.10Fisker-so fortress is the shit that actually shows those blocks?
11:00.13cnc|workis that just a cheap fubar clone, basicly ?
11:00.13durcyngo read the 'ace3 fubar lib' thread on the wowace forums
11:00.18StanzillaFortress uses LDB data to create LegoBlock based blocks <<<<<
11:00.21Fisker->:O
11:00.25durcynyeah, what stan said.
11:00.29Fisker-go legoblock yourself
11:00.34Fisker-:D
11:00.38StanzillaI'll legoblock your mum
11:00.39profalbertoh so ldb is for the data, and legoblock for the visual stuff
11:00.44durcynthe idea is to decouple presentation from the data
11:00.46Fisker-want fubar clone
11:00.47Fisker-also
11:00.56Fisker-configuration of said addons
11:00.57Fisker-;_;
11:01.03*** join/#wowace Jygga (n=Jygga@port-212-202-202-32.dynamic.qsc.de)
11:01.07Fisker-oooh durcyn
11:01.14Fisker-now you're thinking with layers!1
11:01.17OrionshockLegoblock is a Lib that creates a moveable, sticking frame with icon and text lable; that is then manipulated by Fortress with LDB data :P
11:01.23Orionshocktoo much CRI IMO
11:01.39durcyndecouples Fisker-
11:01.46cnc|workbasicly, fubar
11:01.53profalbert~ldb
11:01.54purli guess ldb is a WoW Library - A central registry for addons looking for something to display their data. http://github.com/tekkub/libdatabroker-1-1/tree/master
11:01.55cnc|workwhat was wrong with fubar, ftr ?
11:01.59Orionshockone could call it a UnBloated Fubar
11:02.42Fisker-or a featureless fubar
11:02.43Fisker-hoho
11:02.44profalbertcnc: if you write an addon with fubar-support, it does not work with statblocks, Fortress, etc
11:02.49durcyneh, i wouldn't call fubar bloated per se, but rock is, well, rock
11:02.53Fisker-wins the game
11:03.13cladhairelegoblock was never intended to be a replacement for fubar
11:03.18Fisker-i am invindicle and what not
11:03.20Fisker-damnit
11:03.23Fisker-invincible*
11:03.32Ellipsisraeps Fisker-
11:03.36profalbertthe point is to write an addon with ldb-support, and every ldb-viewer-addon can display that data
11:03.38durcynand i'm not sure how legoblock even got invoked here, it's just what happened to be used in fortress
11:03.47cladhaireyeah, exactly
11:04.07cladhaireits what happens when you add whiny bitches to the conversation
11:04.09cladhaireits like pop rocks.
11:04.12cladhairethey fizz
11:04.22Fisker-i never fizz
11:04.58durcynanyway, Fisker-, if you want a fubar style display, go write one imo
11:05.23cnc|workFisker- write addons ?
11:05.24cnc|workblasphemy
11:05.44Fisker-indeed
11:05.47*** join/#wowace Kazie (n=k@port207.ds1-vg.adsl.cybercity.dk)
11:05.49Fisker-i don't do lua :(
11:05.57KuosifubarDK
11:06.09durcynFiskerBar
11:06.13durcynyou could start your own line of addons
11:06.15Kuosimust have dk in it
11:06.23Fisker-DKBar
11:06.29Fisker-or
11:06.30profalbertDKPar
11:06.39Fisker-DanishDKBarofDanishDenmarkDK
11:06.57Fisker-needs moar DK
11:07.23durcynfine, call it WhoNeedsDenmarkAnyway, the point is, it could be done already if you weren't danish, imo.
11:07.30Kuosidoes HolgerDK still play Fisker- !
11:07.38Fisker-yes
11:07.41Kuosi:o
11:07.59Kuosigood times
11:08.15Kuosi<- used to play on rc in sunday union
11:09.12Fisker-until you whined about lag and left!
11:09.16Fisker-tsk
11:10.01*** join/#wowace Elkano_ (i=Elkano@client00269.vpn.uni-saarland.de)
11:10.13Kuosiyes best move ever
11:10.26Kuosifound another great nation of ITALY
11:10.32Kuosion hakkar, man that was a blast :(
11:10.38*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
11:10.47Kuosinow rather happy in vek'nilash with swedes
11:14.47*** join/#wowace Concho (n=mail@217-19-25-247.dsl.cambrium.nl)
11:16.18ConchoJust a small question did somebody already make a mod with AceGUI-3.0 it's a bit confusing and I rather find out myself how it works then ask questions here constantly
11:16.43*** part/#wowace ^kiki^ (n=kiki@mna75-12-88-165-241-233.fbx.proxad.net)
11:16.52JoshBorkeConcho: mobspells or something like that by antiarc
11:16.54erikhmeh
11:17.05Conchothanks Josh will look for it
11:17.06erikhif anyone's awake and cares, WAU is chucking internal server errors
11:17.32durcynpeople still use that piece of crap?
11:17.42erikhyep
11:17.47durcynpoor wankers.
11:17.47erikhlaziness is a gift
11:18.00erikhand depending on the person, a skill
11:20.05cnc|workyea, look at Fisker-
11:20.55sacarascdurcyn: what would you suggest the lazy use?
11:21.28*** join/#wowace Jyggaa (n=Jygga@port-212-202-202-32.dynamic.qsc.de)
11:21.32OrionshockConcho: http://svn.wowace.com/wowace/trunk/GuildCraft/GuildCraft_Browser/BrowserUIv2.lua   bout half way down is the Ace3-GUI stuff
11:21.37durcynversions from release sites instead of automated snapshots from a source tree
11:25.27Orionshockdurcyn: do u really want to drag that skeleton out of the closet?
11:25.32Orionshock^.-
11:25.50durcynit shouldn't be in the closet in the first place
11:25.52Conchoohh thanks will dig myself deep inside these addons
11:27.41*** join/#wowace Higdur (n=nike@nl119-199-202.student.uu.se)
11:31.08*** join/#wowace Ghan (n=GhanIRC@ppp-93-104-120-13.dynamic.mnet-online.de)
11:36.07CIA-4403ominous * r78072 10ClassTimer/ (ClassTimer.lua Locales/enUS.lua options.lua): ClassTimer: Added sticky again
11:39.38*** join/#wowace bindi (n=indigo@d54C6BA41.access.telenet.be)
11:43.11*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
11:43.50Cheadsahh nice with sticky option for classtimer =)
11:44.45*** join/#wowace ArPharazon (n=arpharaz@121.219.145.79)
11:46.07Kuosiuu
11:46.50Kuositime to update then
11:56.39*** join/#wowace quoin (n=quoin@219-90-252-6.ip.adam.com.au)
11:58.42*** join/#wowace p3lim (n=p3lim@ti500710a080-9907.bb.online.no)
11:58.47*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
11:58.47*** mode/#wowace [+v MentalPower] by ChanServ
12:08.49*** join/#wowace Obelixprime (n=Obelixpr@CPE0018f86c695d-CM0011aea76396.cpe.net.cable.rogers.com)
12:12.56*** join/#wowace Kalman| (n=delay@adsl-76-226-117-127.dsl.sfldmi.sbcglobal.net)
12:17.44*** join/#wowace Vilkkuu (n=Vilkku@86-60-157-18-dyn-dsl.ssp.fi)
12:25.58CIA-4403ag * r78073 10Broker_SysMon/Broker_SysMon.lua: Broker_SysMon: Each stat (fps, mem etc) is now their own LDB object
12:31.01*** join/#wowace charon (n=thomas@cx-public-docking-1-071.ethz.ch)
12:31.38*** join/#wowace Odlaw (n=ozzy@c-98-245-75-224.hsd1.co.comcast.net)
12:36.33CIA-4403ag * r78074 10Fortress/Core.lua:
12:36.33CIA-44Fortress:
12:36.33CIA-44- show label if show label is on, but show text off
12:36.35*** join/#wowace Vilkku (n=Vilkku@86-60-157-18-dyn-dsl.ssp.fi)
12:36.58*** join/#wowace ag` (n=Andreas@0x57317a46.bynxx19.dynamic.dsl.tele.dk)
12:38.04CIA-4403Copystring * r78075 10YurrCombatLog/ (Core.lua Locale-enUS.lua):
12:38.04CIA-44YurrCombatLog:
12:38.05CIA-44- added option to watch specific units regardless of any other filter
12:38.26*** join/#wowace ag`_ (n=Andreas@0x57317a46.bynxx19.dynamic.dsl.tele.dk)
12:40.31CIA-4403thrillseeker * r78076 10Wishlist/ (Wishlist-deDE.lua Wishlist.toc): Wishlist: deDE Translation
12:46.16Matrix110Fortress looks really nice especially the Fubar2Borker plugin, would make me able to drop all the rock stuff but sadly iam so attached to Parrot:-(
12:46.47cnc|workrock is not bad in itself tbh
12:47.18*** join/#wowace Lopen|Wooork (n=lopen@207.74.131.76)
12:47.29Matrix110Not saying that
12:47.38Matrix110but having run different frameworks is bad :P
12:47.46Matrix110(that essentialle do stuff twice)
12:48.03cnc|workAce2 + Ace3 ? :)
12:48.09Matrix110thats bad aswell :P
12:48.43Matrix110But having so many AddOns I guess it will take a long time before I can drop Ace2 :P
12:48.43cnc|workno framework ftw :p
12:48.48*** join/#wowace Zergreth (n=Crow@C99d8.c.strato-dslnet.de)
12:48.51cnc|workmainly, the Ace3 license sucks dicks
12:49.08Matrix110Well Ace2 and Ace3 make sense for me atleast with 10+ mods for each framework
12:49.10Gnarfozmainly, you all have serious issues ^^
12:49.13Funkeh`so does your mum but you don't hear me bitching about it in irc
12:49.20Zergrethmhh
12:49.30Zergrethdoes anybody know if washuu is using this irc channel?
12:49.59Zergrethhe/she/it is kinda managing flagrsp2 and fixing bugs, wanted to have a talk
12:49.59Zergreth:f
12:51.28cnc|workGnarfoz: no u
12:52.05*** join/#wowace FtH|Daemona (i=koaschte@i577A1A3C.versanet.de)
12:52.21GnarfozI'm neither complaining nor doing nothing about the supposed problems, so no
12:52.32CIA-4403ag * r78077 10Fortress/ (Core.lua Options.lua):
12:52.32CIA-44Fortress:
12:52.32CIA-44- Fixed error when changing master color. Borlox, how do I take a plugin out of master mode? :P
12:53.28CIA-4403ag * r78078 10Fortress/Core.lua:
12:53.29CIA-44Fortress:
12:53.29CIA-44- removed debug message
12:54.18*** join/#wowace pewpewarrows (n=pewpewar@h-67-100-240-252.mclnva23.covad.net)
12:59.23CIA-4403Copystring * r78079 10YurrCombatLog/Core.lua:
12:59.23CIA-44YurrCombatLog:
12:59.23CIA-44- removed old code
12:59.26*** join/#wowace koaschten (i=koaschte@i577A23C6.versanet.de)
13:00.24CIA-4403funkydude * r78080 10StatBlock_XP/StatBlock_XP.lua: StatBlock_XP: set label on create
13:01.57CIA-4403funkydude * r78081 10StatBlock_DPS/StatBlock_DPS.lua: StatBlock_DPS: set label on create
13:02.08cnc|workdo all languages follow the (RANK X) syntax for spell ranks ? (RANK being the localized word for "Rank"
13:02.22cnc|works/languages/locals/
13:02.54Gnarfozdon't bet on it
13:03.17Gnarfozalso, w00t, no reiser4 in linux, ever >_>
13:03.19*** part/#wowace Swimnurd (n=Swimnurd@cpe-24-210-214-183.woh.res.rr.com)
13:03.43cnc|workGnarfoz: why ,
13:03.43Daemonaat least not in the next 15 years
13:03.52Elkanodamn... some people would have killed for that... ;)
13:03.53cnc|workthe team gonna stop working on it ? :(
13:03.58GnarfozElkano: *cough* ;P
13:04.04Zergrethcnc|work, german does, no idea about the others :P
13:04.10cnc|workbah
13:04.13cnc|workI liked reiser4 :p
13:04.38Gnarfozhead developer and inventor's going to jail for killing his wife... that's why, I guess
13:04.45Daemonareason could be Mr Reiser being sentenced 1st/2nd degree murder for getting rid of his wife
13:04.52*** join/#wowace Madrak (n=Sysop@sb0-cf9a64a3.dsl.impulse.net)
13:05.08Gnarfozthe rest of 'his team' so far hasn't furthered the developement of it one bit, so I'm not hoping for much anymore
13:05.20cnc|workheh, ain't it pretty much rdy though ?
13:05.25CIA-4403ag * r78082 10Fortress/Core.lua:
13:05.25CIA-44Fortress:
13:05.25CIA-44- tooltipText -> tooltiptext
13:05.26cnc|workI've tested it on a test box and it seemed just fine
13:05.43Gnarfozthere's open issues the kernel folks want addressed before merging it in, is my understanding
13:05.46ramozhttp://en.wikipedia.org/w/index.php?title=Comparison_of_file_systems&oldid=220529437#Features
13:05.49ramozRE ReiserFS
13:06.02cnc|workrofl
13:06.06cnc|work"murders your wife"
13:06.08cnc|worksomeone spamming the page
13:06.10Gnarfozlol
13:06.43ag`I'm waitin for ZFS
13:07.32*** join/#wowace Tinyboom|work (n=u@159.171.80.146)
13:09.05*** join/#wowace Zenom (n=Zenom@adsl-75-21-225-35.dsl.sgnwmi.sbcglobal.net)
13:09.11Funkeh`ag`, your sysmon commit sucks
13:09.26Funkeh`unit = FPS? that's the label
13:09.29Funkeh`unit = fame
13:09.32Funkeh`frame
13:09.46cnc|workanyone has an acc on wikipedia
13:09.51ag`the label is Framerate Funkeh`
13:09.55cnc|workthe filesystem page is anoying me
13:09.59Funkeh`that's a shitty label
13:10.05Funkeh`label is FPS
13:10.09Funkeh`because that's what it is
13:10.26CIA-4403madrak * r78083 10ORLIC/ (6 files): ORLIC: Added support for configurable primary/secondary keywords now! Also added sticky bidding and loot transparency to the configuration, but they will not be implemented on this version.
13:10.31ag`so what about memory Funkeh`
13:10.40ag`is the label Memory Usage or "MB"
13:11.03Funkeh`the label is the unit for memory
13:11.05cnc|workFramerate is actualy a synonim of Frames per Second isn't it ?
13:11.20*** part/#wowace Madrak (n=Sysop@sb0-cf9a64a3.dsl.impulse.net)
13:11.29cnc|workactualy, FPS would be the unit of framerate
13:11.32Funkeh`No one wants to see "memory" as a label
13:11.41ag`that's why you can hide the label
13:11.42Funkeh`no it wouldn't
13:11.48Funkeh`DPS is an acronm not a unit
13:11.51Funkeh`FPS*
13:11.56Zergrethlol @ dps :D
13:12.01cnc|workmy framerate is 10 frames per second
13:12.07ag`what about durability Funkeh`, is label "%" or "durability"
13:12.11Zergrethwhat the fuck are you doing to get it that low?
13:12.17digmouseFirst Person Shooting
13:12.21Funkeh`unit = % labale = D/durability etc
13:12.23cnc|workthat sounds *very* much like FPS is the unit for framerate ;)
13:12.28Funkeh`your pic
13:12.53Funkeh`no, frames per second is the full unit, FPS is the acronym of the unit
13:13.04Zergrethwhat about f/s?
13:13.13digmouseI usually use lower case, fps
13:13.26Funkeh`I don't tend to ask for 10kg of cherrys when buying them
13:13.31Funkeh`you say kilograms or whatever
13:13.47Zergrethyou dont write 10 kilograms though
13:13.48Zergreth:f
13:13.53Kalrothwtf ofc u use fps wen u say frams pr sec
13:13.54Zergrethor, rarely
13:13.55ag`I use ".label" for name/full (framerate/performance/whatever), and ".unit" for unit (fps/MB/percent)
13:14.15Funkeh`ag`, so basically you took my idea and turned it into shit
13:14.21Zergrethroflmao
13:14.36ag`I don't see how it is shit, consider an addon that doesn't use .label
13:14.50ag`but just .text
13:14.54Funkeh`what about an addon that doesnt use .unit?
13:15.01ag`it can use .text
13:15.11ag`in my .text I have "247 FPS"
13:15.20Funkeh`that isn't really justifying butchering .label
13:16.08Funkeh`imo the .unit crap was fail from the start
13:16.24ag`lets say your display doesn't care about .unit, but only .label and .text
13:16.29Funkeh`you basically changed .label to .unit and made .label useless
13:16.39ag`.label is far from useless
13:16.45Funkeh`no one cares to see "framerate" on their blocks
13:16.50Funkeh`they will choose fps or framerate
13:16.58Funkeh`not 10FPS Framerate
13:17.01ag`take the tracking addon for example
13:17.14ag`here the label is "tracking" and text is what you track
13:17.15Funkeh`that shouldnt even have either
13:17.31Funkeh`yeah maybe in that case
13:17.38ag`and clock
13:17.45ag`here label is "time"
13:18.06ag`in all my displays I also give .info
13:18.06Funkeh`and this justifies butchering .unit for memory how?
13:18.13cnc|workain't there just an option to hide the labels ?
13:18.17Funkeh`um, .label
13:18.22Matrix110Hmm is there any Addon that announces when I Interrupted a spell(GnomishInterrupter does that) AND if Counterspell is Resisted or the target is Immune to Counterspell(GnomishInterrupter does that not and I fail to implement it myself)
13:18.32Funkeh`cnc|work, yes butthats not the point
13:18.54Funkeh`ag`, basically if you keep this up I'm just going to start using a different naming scheme for my labels
13:19.10Funkeh`then everyone looses
13:19.12ag`but I just don't see why you want the unit in label
13:19.21Funkeh`I don't want unit at all
13:19.34ag`FPS is the unit for example
13:19.35cnc|workthen hide it ? :p
13:19.38Funkeh`people want to see 10FPS 10MB and customize the fps and MB as is
13:19.42Funkeh`to framerate or memory
13:19.52Funkeh`I've been making SB ages now, trust me
13:19.56Funkeh`they don't want 2 values
13:20.06ag`Funkeh`, inc screenshot
13:20.20Funkeh`k
13:20.24cnc|workalternativly, you could set the label as framerate, and the text as 10FPS and scrap unit ?
13:20.39Funkeh`cnc|work, the idea is YOU customize the label
13:20.49Funkeh`so the label is FPS and you change the text if you want
13:20.57Funkeh`there is no need for a .unit
13:21.07Stanzillaso you can have "10 EFF PEE ESS"
13:21.07ag`http://img151.imageshack.us/img151/4607/wowscrnshot070808152008cl3.jpg
13:21.11Funkeh`ys
13:21.18ag`Take a look at that
13:21.37*** join/#wowace Guardix (i=martin_j@0x573b7a90.hinqu1.dynamic.dsl.tele.dk)
13:21.38Funkeh`ag`, all that can be done easy with .label
13:21.45Funkeh`infact you barey even use label
13:21.49Funkeh`barely
13:22.07ag`label is turned off for framerate in that screenshot
13:22.16Funkeh`because it looks like shit? hmm yes
13:22.43ag`no, because I configured it that way in my display, to not show the label
13:23.01Funkeh`who in the right mind will have a plugin showing 10Mb Memory
13:23.14cnc|workMemory: 10Mb ?
13:23.35Funkeh`that's still pretty weak
13:23.40*** join/#wowace [ND] (n=[ND]@h062040167062.gun.cm.kabsi.at)
13:23.48Zergrethmhh, depends
13:23.54Zergrethall about preference i guess ;P
13:24.07Funkeh`then you need to have ANOTHER unit for the separator
13:24.22ag`also Funkeh` , in your .text you need to have "100 FPS", else you will break addons that doesn't use .label/.unit etc
13:24.23*** join/#wowace Bruno (n=chatzill@201.37.5.246)
13:24.33Funkeh`no you won't
13:24.40Funkeh`you just downloaded an fps block
13:24.47Funkeh`and your display doesnt have label
13:24.53Funkeh`it will show 30
13:25.12Funkeh`I think people will know it's fps, if the display doesn't have label, thats up to the users preference for choosing that display
13:25.32Funkeh`probably because they didn't want label in the first place
13:26.11ag`in the tracking plugin
13:26.21ag`your text might be "food"
13:26.28ag`and label "tracking"
13:26.44Funkeh`right
13:27.00ag`wouldn't it end up like "foodtracking" if you place the label behind the text?
13:27.18Funkeh`yes
13:27.25Funkeh`but then they just customize it
13:28.00Zergrethim hungry, recommend something i could eat
13:28.19gi2k15anyone else having problems logging in?
13:28.28Zergrethgi2k15, us or eu?
13:28.31gi2k15us
13:28.40ag`Funkeh`, the point is that you use label like the unit and I use label like the name
13:28.54Zergrethah, well. eu is fine, no idea about us
13:29.00gi2k15I'm stuck in the authentication screen
13:29.03Funkeh`yes but when I created .label it was never itended to be the name
13:29.08Funkeh`infact it was the "label"
13:29.12gi2k15Can't even login on wow forums
13:29.15Funkeh`change yur addons to use .name if you want that
13:29.32Funkeh`because it's kinda sucky you taking .lable and changing what it was for
13:29.33ag`Funkeh`, I just did what tekkub wrote on his readme
13:29.48Funkeh`haven't read that
13:29.51Funkeh`sec
13:29.54ag`"A title for your feed, often shown to the left of the text, user might choose to hide this."
13:30.15ag`http://github.com/tekkub/libdatabroker-1-1/tree/master
13:30.24Funkeh`a title ~= name of plugin
13:30.31Funkeh`thats badly described imo
13:30.56ag`well ask Tekkub what he meant
13:31.18Funkeh`well he wrote it after what I made it so guess he got the wrong idea buts he's afk right now
13:32.59ag`anyway I currently use "label" like a short description or title atm, like that doc says
13:33.25ag`and then I have "FPS" in the .text
13:33.40Funkeh`well then ill change to use something else
13:33.58ag`I'm not saying we should do it my way
13:34.12ag`I just did what that doc said, we just gotta talk about it man
13:34.12*** join/#wowace Tupsi (n=Miranda@217.7.101.202)
13:34.22Funkeh`no I'm saying since I came up with the idea you should do it my way, but I'm pissed with you for turning it into crap
13:35.23ag`I don't get why I'm blamed for using label like described in the LDB readme
13:35.32*** join/#wowace Mytos (n=nate@c-76-99-113-54.hsd1.pa.comcast.net)
13:35.55Funkeh`the readme is wrong
13:36.24Funkeh`It should be "A unit or label" not "a title"
13:37.31*** join/#wowace cubicool (n=cubicool@router.emperor-sw2.exsbs.net)
13:37.48ag`the question then is, what I'm going to ask tekkub about
13:37.52*** join/#wowace Legorol (n=legorol@stud-nat-blk12.trin.cam.ac.uk)
13:38.01ag`should .text be "100 fps" or "100"
13:38.34ag`I've always had "100 fps" inside .text
13:38.38Funkeh`that's your choice
13:38.42Funkeh`.text can be both
13:38.55Funkeh`it just means you won't customize the label
13:39.07Funkeh`tek uses 100fps in text for example
13:39.12ag`but won't that show up as "100 fps fps" if you enable label
13:39.22Funkeh`that works fine, just reducs customizability, but tek did tht on purpose
13:39.23*** join/#wowace mikezter (n=Miranda@drms-4d00665f.pool.mediaWays.net)
13:39.33Funkeh`because he doesn't like customizability :D
13:39.45ag`what I'm trying to is max compatability in my addons
13:39.52Funkeh`if you have .label don't set fps I text I mean
13:39.56Funkeh`one or the either
13:40.01cubicool.text? Someone writing assembly?
13:40.08cnc|workmore like lua
13:40.20ag`no Funkeh`, I want to give text with max compatability
13:40.44Funkeh`then the user can remove the label
13:40.45ag`while still providing the label for displays that uses label
13:40.46Funkeh`and have 100fs
13:40.54Funkeh`fps
13:41.01Funkeh`uncustomizable
13:41.21selckindoes anyone have a combatlog with SPELL_DURABILITY_DAMAGE events in it? (nefarion breaking hunter bows? or what is that event for)
13:41.26Funkeh`if you set it in both that is
13:41.54*** join/#wowace EvilJohn- (n=eviljohn@67.110.71.2.ptr.us.xo.net)
13:42.22*** join/#wowace kenlyric (n=kenlyric@c-68-54-218-192.hsd1.in.comcast.net)
13:43.09hiflyerfields (.text) having different meanings depending on the contents of other fields (.label) is bad design imo
13:43.47Funkeh`.text is decided by the display addon
13:43.54Funkeh`uh, no, the DO
13:45.49*** join/#wowace Mart (n=STOP@82.211.214.179)
13:47.24*** join/#wowace Talez (n=anonymou@ip56583fd9.direct-adsl.nl)
13:51.04*** join/#wowace nekoh (n=nekoh@drms-590d5d34.pool.einsundeins.de)
13:51.29*** join/#wowace Swtz (n=sam@189.61.201.248)
13:52.40Swtzhi there, good morning
13:53.26SwtzAnyone with bigwigs knowledge online atm? I am trying to make a extended Brutallus plugin but I am not having much luck.
13:53.39RaydenUhow much hp should i have on my bear before i start stacking agility instead of stamina?
13:54.34Mytosid say atleast 15-17k unbuffed
13:54.35Swtzin my opinion, never.
13:54.38Swtzdodge is a gamble
13:55.10Mytosand even then dont stop stacking stam, just go for the half/half stam agi gems
13:55.29cnc|workstam armor stam armor stam armor tbh
13:55.32cnc|workdodge is worthless
13:55.36cnc|workit'll always proc when you need rage
13:55.38Swtzyup
13:55.42cnc|workand never when you need it
13:55.53RaydenUi'm looking on emmerald and the difference between their bear mitigation and high mitigation
13:56.07RaydenUfor low they have you stack stamina for everything, for the high, they have you stack agility for everything
13:56.10RaydenUmore armor?
13:56.50*** join/#wowace Aerr (n=chatzill@c-69-249-33-66.hsd1.pa.comcast.net)
13:56.52Swtzarmor is > everything til you are caped
13:56.59RaydenUi think i have about 14k unbuffed right now, so definitely still need stamina
13:57.04Obelixprimecan someone give me a list of damage meter type addons/
13:57.15RaydenURecount.
13:57.16Obelixprimeswstats, recount,...?
13:58.01cnc|workRaydenU: basicly stamina is your buffer and armor is what actualy mitigats
13:58.01cnc|workif bosses can't burst you for more then 14k hp in ~3 sec at ur gear lvl, GET ARMOR :p
13:58.18TalezHey anyone here familiar with the Spartan UI mod pack thing
13:58.29Mytoswhats the cap again, like 75%
13:58.30CIA-4403funkydude * r78084 10StatBlock_XP/ (StatBlock_XP.lua StatBlock_XP.toc): StatBlock_XP: Now also creates a rested xp plugin
13:58.33RaydenUyeah
13:58.33cnc|workya
13:58.36cnc|work75%
13:58.37TalezI was wondering if you could get those animated health bars without the rest of the crap
13:58.40RaydenUi was 3rd tanking gruul
13:58.41cnc|workthink its around 30k actual armor
13:58.47Talezor anyone know animated health bars :P
13:58.49RaydenUi was getting hit for 3/4 of my life around 10 grows
13:59.05Mytosi think im at 73.5%, i could probably go over but screw the badge when ive got the kael commendation and the lunacy deck
13:59.15RaydenUrofl
13:59.23RaydenUi logged out in my nekkid set
13:59.47Swtzsee
13:59.53SwtzI regemed all my gear
13:59.58Swtzto 5/7
14:00.01Swtzwhen we hit sunwell
14:00.04Mytosi always log out naked rayden lol
14:00.15Swtzresult: I became squish
14:00.21Swtzand had to regem it all back.
14:00.49Swtzbuffed: 22k HP/35k Armor/45% Dodge and I am doing fine now.
14:01.17Mytoswhy so much armor, thats way over the cap
14:01.58cnc|workarmor cap is 30k isn't it ?
14:02.02Swtznope
14:02.10RaydenUwork time
14:02.11Swtz37.5
14:02.11Conchomore like 40k iirc
14:02.16Swtzvs 73
14:02.17cnc|work35880 is the cap
14:02.17Gnarfozlevel 73 cap ~= level 70 cap
14:02.21cnc|workjust looked it up
14:02.28cnc|workhmmm, true
14:02.37cnc|workactualy, no
14:02.42ConchoI only got 18k, but then again I got a shield
14:02.42cnc|work32k vs 70, 35k vs 73
14:03.31Swtzyup, I just looked up too. the 37.5 I said was wrong. The 35.880 is correct.
14:04.31Swtzmy stats when I regemed (and became squish) were 20HP/35k Armor/51% dodge buffed
14:05.15Conchothe 2k hp made uoi squish ?
14:05.19Conchoyou*
14:06.07Swtztrust me
14:06.19*** join/#wowace gi2k15_ (n=chatzill@201.37.5.246)
14:06.30Swtzwe didnt kill Brut yet
14:06.37Swtzbut the healers were all over me
14:06.37*** join/#wowace shingo3 (n=shingo@p5B05680B.dip.t-dialin.net)
14:06.48KalrothI got 21k HP, 20k armor, 33% dodge, 22% parry and uhmm, 30% block buffed!
14:07.10Conchobuffed ?
14:07.16SwtzI am tanking sunwell with earthwarden :/
14:07.39*** join/#wowace p3lim (n=p3lim@084202208125.customer.alfanett.no)
14:07.53KalrothConcho: Yeah, I'm usually a DPS warrior, so I got mediocre tanking gear :p
14:07.54Swtzwhich is really sad
14:08.26ConchoI'm ussually a prot warrior but that is still awsome avoidance
14:08.30SwtzKalroth: Your gear is not mediocre
14:08.45KalrothI still lack some proper trinkets and rings
14:08.55ConchoI get buffed to 22k hp 18k armor, but I lack that amount of avoidance.
14:08.56Kalrothand I'm still using the badge belt
14:09.10Conchonew badge belt ?
14:09.15*** join/#wowace Josh_Borke (n=jk275@WoWUIDev/WoWInterface/LegoBlock/joshborke)
14:09.16Kalrothyup, the expertise one
14:09.29FinalXdruids need that avoidance.. they can't block or parry
14:09.36ConchoI got the same. but then again I'm just starting in BT/MH
14:09.37FinalXthat's also the reason they need the armor :P
14:09.44hiflyerslaps Kalroth for his false modesty
14:09.49Swtzback to my original question, does anyone have knowledge on coding bigwigs addons? I am willing to pay for a consulting :)
14:09.53Kalrothhiflyer: false?!
14:09.59FinalXand the reason druids get 1% dodge for every 14.75 agility instead of the 30 agility other classes need
14:10.03Kalrothhiflyer: I know I'm the best, nothing false about that!
14:10.08hiflyer"oh, look at me....my gear is so bad" :P
14:10.11KalrothFinalX: 33 :(
14:10.25SwtzFinalX: Its good, but wont save ur life
14:10.26KalrothI think? Or is that crit?
14:10.29*** join/#wowace ZealotOnAStick (n=zoas@adsl-074-239-065-141.sip.hsv.bellsouth.net)
14:10.29FinalXI'm playing my paladin tank mostly..
14:10.37*** mode/#wowace [+v ZealotOnAStick] by ChanServ
14:10.39Kalrothhiflyer: it is bad, for my level anyways :p
14:10.42FinalXgot a warrior and druid tank too though
14:10.50cnc|workSwtz: I don't have any experience with it ,but wouldn't lookin at an already existing bigwigs addon help ?
14:11.00KalrothMy healers are bitching when I'm tanking sentinels :(
14:11.07ConchoKalroth what boss are you currently on ?
14:11.11KalrothM'uru
14:11.26Swtzcnc|work: I did that, everything works around fixed amount of time intervals.. and I want to hard code the timeing of stuff.
14:11.28Conchonice.
14:11.48Conchocurrently a bit stuck on Archimonde.
14:12.07KalrothArchimonde is fun, took us a while too
14:12.12SwtzWe are "stuck" on Brutallus
14:12.13KalrothApparently staying out of the fire is hard
14:12.30Swtzwe still have to give Arch 5 tries before he dies, hehe
14:12.55*** join/#wowace Rothgard (n=johnsava@c-71-62-127-100.hsd1.va.comcast.net)
14:13.23ConchoArchi requiers a very overall guild focus. a think my guild is lacking
14:13.44KalrothArchimonde is actually more micromanagement
14:14.04*** join/#wowace Dark_Elf (n=Dark_Elf@ip109.net253.mw.net)
14:14.16Swtzour best decurses are our resto druids. That makes healing a lil harder on them.
14:14.25Kalroth4 groups with 1 decurser, 2 healers and 2 ranged dps. As long as 2 of those groups aren't running for the hills, then your MT should be fine.
14:14.57Conchowell we are getting there had a few tries where we got him around 30%
14:15.12cnc|workSwtz: are your mages sleeping ?
14:15.16hiflyerif you can do it that far it's sounds like a matter of focus to me
14:15.24cnc|workthe resto druids shld only do emergency decursing and stay on healing usualy
14:15.31Swtzcnc|work: Don't even get me started on them :)
14:15.43cnc|workget rid of them if they're useless tbh :p
14:15.54cnc|workif they're too lazy to decurse they're too lazy to get shiny epix too :p
14:16.00hiflyerresto druids should be able to decurse without losing much healing on the MT imo
14:16.11cnc|workyea, on the MT they shouldn't lose any
14:16.14cnc|workbut they'll lose raid healing
14:16.27Swtzyup
14:16.29cnc|workand won't be able to stay in tree (though thats not applicable for achimonde)
14:16.37Conchoalso running around without tree form makes them less viable
14:16.44*** part/#wowace Rothgard (n=johnsava@c-71-62-127-100.hsd1.va.comcast.net)
14:16.44hiflyerwhy not tree?
14:16.50cnc|workcould be anoying with the fire
14:16.51Conchocan't decurse in tree
14:16.58cnc|workand can't decurse either idd
14:17.04cnc|workthough you're druids rly shldnt be decursing :p
14:17.10Conchotrue
14:17.11hiflyertrue with the decursing...but otherwise it's fine :)
14:17.14Conchowe got mages for that
14:17.27cnc|workain't it a bit slow to move around for archimonde ? or is it fine ?
14:17.34Swtzcnc|work: Imagine Kalec'gos with the same mages/druids
14:17.35cnc|work(never did archi on a tree, currently rerolling one)
14:17.36nevcairielin wotlk you can finally decurse in tree!
14:17.44Swtzit's fine if you have boar speed
14:17.48cnc|worknevcairiel: cool, means you'll never leave tree
14:17.52hiflyergood thing about the slow thing is that you run slow towards fires too
14:17.54cnc|workas you don't need HT anyway :p
14:17.56*** join/#wowace AckisWork (i=8ee557fb@gateway/web/ajax/mibbit.com/x-7f27e20219ca1d63)
14:18.07nevcairielcnc|work: you also get a new direct heal which might be worth using
14:18.14cnc|workwhat one ?
14:18.17cnc|workah yea
14:18.18*** join/#wowace ngipon (n=ngipon@mail.bomgar.com)
14:18.23nevcairielflourish or what was it called
14:18.23cnc|workthe one that heals more if you have hots on the target
14:18.31cnc|workit'll be yummy if each lifebloom counts as a HoT
14:18.31godzirraHowdy nevcairiel
14:18.35cnc|work(up to 60% in that case-
14:18.37Conchoand another nice feature if you are feared and switch out of tree form 90% of the time you run in a different direction
14:18.40godzirraDid you get my PM yesterday?
14:18.44godzirramorning folks too, btw. :)
14:18.48nevcairielprobably not
14:18.49cnc|workmorning
14:19.00Swtzmorning
14:19.14godzirranevcairiel:   Howdy!   I love your addon, but was told to ask you for a feature if it was possible... bongos makes any buff/debuff you have on your bar show up with a pinkish glowing border when your target has that buff/debuff...  That was insanely helpful.
14:19.18godzirraThats what I said. :)
14:19.25nevcairieluse bongos if you like that feature :P
14:19.30*** join/#wowace Wraithan (n=cpsqa@dhcp185.criticalpath.com)
14:19.32Kalrothnev is so fucking slack!
14:19.56godzirraI would but 1. Its not ace, and 2. its not being supported anymore.
14:19.59nevcairielOr write a stand-alone addon to do that highlighting for all addons .)
14:20.03nevcairielthen use dominos
14:20.09godzirraDominos doesn't do it.
14:20.19cnc|workgodzirra: flexbar ? :p
14:20.19nevcairielAlso, Bongos3 is Ace
14:20.35cnc|workand also
14:20.36godzirraHuh.. I thought it'd be on the ace site of it was ace.  Oh well, its still not being  supported.
14:20.39cnc|workWHY do you care if an addon is ace ?
14:20.49godzirraAnd sadly, I'd have no clue where to start making my own mod.
14:20.50cnc|workbongos is decently written iirc
14:20.59nevcairielits also ace :P
14:21.01godzirracnc|work: Mostly because I was told ace takes less overhead?
14:21.01nevcairielat least 3
14:21.03nevcairieland dominoes
14:21.06cnc|workgodzirra: bullshit
14:21.15godzirraHuh.  Okay.
14:21.18cnc|workgood written addons take less overhead
14:21.19cnc|worknot using ace
14:21.23godzirraheh.  okay.
14:21.34cnc|workI'd suggest bongos personaly
14:21.37Wraithangodzirra: how much ram you running?
14:21.43godzirra3 gigs
14:21.45cnc|workor if you're into complicated stuff, use flexbar
14:21.59nevcairielI thought tuller implemented that in Dominos again
14:22.00Wraithanyou don't actually care about the overhead, you just think you do
14:22.17*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:22.17*** mode/#wowace [+o ckknight] by ChanServ
14:22.22ConchoI'm new to making mods and these frames are so unlogical. ( must be me)
14:22.45godzirraI can look... it wasn't when I tried it the other day.
14:23.02nevcairielBut if it doesnt, i guess you'll have to go without it .P
14:23.05nevcairieli wont do it
14:23.30godzirrauh, ok.
14:23.53ZiconIt IS in Dominos.
14:24.11godzirraOkay.  i'll check it out then.  
14:24.24Conchois there a function to mask icons in the API like what happens to spells when you are out of mana?
14:24.29nevcairielI cant implement all features that are in other action bar addons
14:24.35*** join/#wowace Ncl8s (n=Ncl@dsl-tkubrasgw1-fe38fa00-5.dhcp.inet.fi)
14:24.38nevcairieland thats one of those that i'll just not do :)
14:24.45nevcairielmostly because i wouldnt use it personally :P
14:25.03godzirra*shrug*  okay.  Good enough reason.  I wasn't f lipping out saying "ZOMG UR ADDON SUX" or anything. ;)
14:25.14Swtzin bigwigs is there a way to run a dry run of the extended addon you developed? Or you have to actually go to the boss and try it out?
14:26.06Stanzillagodzirra: It's Dominos_Buff
14:26.15godzirraAhhh
14:26.16godzirraThanks.
14:27.24AckisWorkSwtz: put your enable code in bigwigs onenable to test it out a little bit
14:27.35*** join/#wowace profalbert1 (n=profalbe@80-123-9-166.adsl.highway.telekom.at)
14:28.23Swtzthanks AckisWork
14:30.07*** join/#wowace Kulaar (n=182Kulaa@p5B156B48.dip.t-dialin.net)
14:30.13*** join/#wowace kimurin2 (n=raptor@77.222.122.58)
14:33.49Wraithannevcairiel: what feature was he looking for?
14:34.10CIA-4403Copystring * r78085 10YurrCombatLog/ (Core.lua YurrCombatLog.toc):
14:34.10CIA-44YurrCombatLog:
14:34.10CIA-44- fix nil line 3398
14:34.37*** join/#wowace Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
14:34.37*** mode/#wowace [+o Kaelten] by ChanServ
14:39.16Gnarfozbtw, I find it funny how the same people can say both "why do you care if addon X uses framework Y" and "omg addon Z sucks because it uses framework A, leaving me with that much more useless framework cruft" ;P
14:41.06TalezHey, anyone know if there is a Unit frame mod with animated health bars like the one in Spartan UI
14:41.51SwtzIs there any api documentation on how to use frames on bigwigs?
14:42.48*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
14:45.36*** join/#wowace Gandharva (n=Miranda@ppp-88-217-76-195.dynamic.mnet-online.de)
14:45.41CIA-4403ackis * r78086 10AckisRecipeList/AckisRecipeList.toc:
14:45.41CIA-44AckisRecipeList:
14:45.41CIA-44- Version bump
14:45.41CIA-44- Dry-coded (compiles w/ luac -p)
14:49.13*** join/#wowace Gandharva (n=Miranda@ppp-88-217-76-195.dynamic.mnet-online.de)
14:56.18Swtzwhat do you guys use for code editing?
14:56.25cubicoolvim!
14:56.28nevcairielnotepad++
14:56.29[Ammo]notepad++ under windows and joe under linux
14:56.30AckisWorkabacas
14:56.34digmouseEditPlus
14:56.36profalbert1kate
14:56.57Swtzhehe, nice
14:57.14digmouseEditPlus with lua file
14:58.39Olisonhttp://macromates.com/
14:59.18ZealotOnAStickI prefer to use Copy Con
14:59.40Drundiacopy con ftw
15:00.25Swtznever saw copy con
15:00.59ZealotOnAStickold DOS CLI joke.
15:01.54durcynreal men hold up raw disk platters and catch cosmic rays to shift their bits for them
15:02.09OlisonOh no, don't start it
15:04.00Maels*causes a buterfly to sneeze*
15:05.39*** join/#wowace mikezter (n=Miranda@drms-4d00665f.pool.mediaWays.net)
15:06.29CIA-4403borlox * r78087 10Fortress/ (Core.lua Options.lua): (log message trimmed)
15:06.29CIA-44Fortress:
15:06.29CIA-44- fixed showIcon not using GetPluginSetting
15:06.29CIA-44- added master plugin description:
15:06.29CIA-44Master Plugin settings count for all plugins in master mode. Per default all
15:06.29CIA-44plugins are in master mode. Once a plugin's setting is changed individually, it
15:06.31CIA-44is removed from the master mode. To get it back, use the "Use Master Settings"
15:06.50Dark_Elfi was reading that 2.4.3 wont be released today but another build is already in the works, blizzard hasnt update in almost 2 months, why they cant give us the bugs they have fixed now is beyond me, with everyone paying 15 a month they could at least issue small patches monthly. :( thats my gripe for today :p
15:06.57*** join/#wowace charon (n=thomas@cx-public-docking-1-071.ethz.ch)
15:09.58Fisker-Because moving small patches is troublesome and lenghtens the developement process
15:11.10Dark_Elfthey didnt seem to have a problem with it prior to 2.3 they were issuing patches regularly
15:11.36Funkeh`o..k
15:11.40durcynthat's a nifty tantrum you've worked out in your head
15:11.41Funkeh`how old is "tethyr"
15:11.46Funkeh`big fish that attacks theramore
15:11.52Funkeh`saw it for the first time today
15:11.57Funkeh`looks like the fish in ssc
15:12.12Funkeh`lurker
15:12.26profalbertFunkeh`: It's old
15:12.28ulicpretty old, don't remember how old though.
15:12.31Swtzhmm
15:12.44profalbertbut I noticed him quite late too
15:12.49Funkeh`did it come with the theramore re-make?
15:12.57Swtzon bigwigs, self:Bar(L["stomp_bar"], 30, 45185), the 45185 is the icon I am using, right?
15:12.59Funkeh`um dustwallow remake
15:13.04nevcairielyes it did
15:13.05nevcairiel2.3
15:13.06durcynFunkeh`: 2.3.0
15:13.16Funkeh`I see
15:14.50Funkeh`Swtz, it's the spell ID to fetch the icon for
15:14.56Funkeh`wowhead.com type in spells
15:15.05Funkeh`you get the id in the url
15:17.01Swtzthanks Funkeh`
15:19.02*** join/#wowace Arcaia (n=cnflct@74.51.6.101)
15:21.01*** join/#wowace Next96 (i=Next96@121.129.140.96)
15:25.24*** join/#wowace Keias (i=Saiek@c-69-245-192-208.hsd1.in.comcast.net)
15:26.28cubicoolDoes anyone know of an AddOn I can look at that uses AceDB-3.0 using the "embedded" method? (That is, its setup during NewAddon(...))
15:26.44nevcairielNo
15:26.50nevcairielbecause something like that doesnt exist
15:26.56nevcairielAceDB-3.0 is not embedable
15:27.38Fisker-i am you
15:28.16GnarfozFisker-: do you have a timer that reminds you to spout random utterances into channels, btw? ;D
15:28.50*** join/#wowace Ghli (n=Ghli@32.156.215.171)
15:34.12*** join/#wowace Ominous (n=Ominous@85-210-71-220.dsl.pipex.com)
15:36.53StanzillaFunkeh` / ag` [2008/07/08 17:32:29-1555-x1]: FuBar2Broker-1.0\FuBar2Broker.lua:323: bad argument #1 to 'pairs' (table expected, got nil) FuBar2Broker-1.0\FuBar2Broker.lua:332: in main chunk + alot of "Font not Set" errors
15:37.27Funkeh`Stanzilla, whatever you did, undo it !
15:37.45StanzillaI didn't do anything bad :P
15:38.03Funkeh`maybe it was good but turned bad? :P
15:38.03pb_ee1you DID! Your name ends with "zilla" !!
15:38.17pb_ee1runs away.
15:38.32Funkeh`is firefox bad too because it's made by mozilla? :o
15:39.13StanzillaFunkeh`: hmmm I chose another font from sharedmedia..maybe a load order issue again?
15:39.29Stanzilla*tries*
15:39.39vithosfirefox is just less bad than everything else, so yeah!
15:40.15Mytos"less bad than everything else" that should be their new motto
15:40.25CIA-4403ag * r78088 10FuBar2Broker/FuBar2Broker.lua: FuBar2Broker: Error fix
15:40.35Stanzillatehehe
15:40.40SwtzFolks, if you have bigwigs knowledge would you please check out my script on http://ace.pastey.net/90935 and comment on it? As the servers are down, I can't actually try it yet.I am trying to set up a tank rotation for Brutallus.
15:41.04SwtzIts my first bigwigs script or lua script for that matter, so bear with me :)
15:41.26Funkeh`lol Mytos
15:41.50Mytossomebody start a petition and send it to mozilla
15:42.45KazieHmm.. is it possible to make the macro text show the mana cost of a certain spell?
15:43.12_raneif you can get the mana cost with GetSpellInfo(), yes
15:43.14Kazieor just in someway have the macro show the manacost for a certain spell?
15:43.38Funkeh`Swtz, you really should look at other external plugins.. not sure what the .enabletrigger = oneenable is about, shouldn't that be boss? also don't get genericbossdeath, again look at how other sunwell plugins handle it with sync
15:43.47Funkeh`otherwise you get extra boss death messages
15:44.24*** join/#wowace Vegeta]BT[ (n=Vegeta-G@137.226.248.218)
15:44.32KazieNice, how do i mix it with a spell? :) or more important, how do i make the macro show it? and can i do so without hovering it? :)
15:45.38_raneKazie: local _, _, _, cost = GetSpellInfo(<spell_id>); DEFAULT_CHAT_FRAME:AddMessage(cost)
15:46.47KazieAhh... i guess i'll have to read a little about that local and getspellinfo and stuff before casting my self into it :)
15:48.07SwtzFunkeh`: the onenable is just for testing, so I enable it and it starts doing its stuff. Without me actually having to go to the boss. The genericbossdeath I riped from the default brut plugin, but yes, I can just drop it I think as the original one will still be running.  I am concerned with the function mod:CHAT_MSG_MONSTER_YELL(msg), I am not sure if the way I set it up is the correct way. There's no other boss that has non-looping bars happening, so I tried
15:48.13SwtzWall of text ftl.
15:52.46cubicool_, _, _, x = ...; isn't that a good candidate for select()?
15:53.06*** join/#wowace nevcairiel (i=nevcairi@WoWUIDev/WoWAce/Ace3/nevcairiel) [NETSPLIT VICTIM]
15:53.06*** mode/#wowace [+o nevcairiel] by ChanServ
15:53.08Stanzillaag`: Broker_Durability and _Clock don't accept blank values as "Text Display". after a /rl it has the old values again
15:53.37*** join/#wowace DARKGuy (n=DARKGuy@200.84.245.195)
15:53.51DARKGuyo/
15:53.52Stanzilla+ there is no way to give "fps" a different color than the value but that's the discussion you had with Funkeh` about "labels" :P
15:54.01*** join/#wowace [PUPPETS]Gonzo (i=gonzo@80.69.47.16)
15:54.31*** join/#wowace Silviu- (n=Silviu@hosting.jware.cz) [NETSPLIT VICTIM]
15:55.28*** join/#wowace ag`_ (n=Andreas@0x57317a46.bynxx19.dynamic.dsl.tele.dk)
15:56.57Funkeh`I'm gonna talk to tekkub about changing the description but if ag` doesn't change it I will just make separate blocks, choice I guess
15:58.17Josh_BorkeFunkeh`: what is the discussion?
15:58.23ag`I just think that .text should be something all displays can use, even simple ones that only look for text, which means .text should be "24 fps" for example. In my plugins I provide .info too, which is the pure number
15:59.09Funkeh`can't argue it "again" right now, busy :P
15:59.34Josh_Borke~ldb
15:59.35purlsomebody said ldb was a WoW Library - A central registry for addons looking for something to display their data. http://github.com/tekkub/libdatabroker-1-1/tree/master
16:01.12Josh_Borkehm, i side with ag, but i missed the other side of the argument so...yea
16:02.20Funkeh`Josh_Borke, I decided to use a .label for my blocks like "fps" and such and ag` started using .label and butchering it beyond it's meaning basically
16:03.04ag`Josh_Borke, the point is that Funkeh` wants to be able to color and hide "fps", so in .text he only puts the number, and then puts "fps" in .label
16:03.25Funkeh`I don't care if fps is put in text
16:03.35Funkeh`I care when you put cra in label
16:03.38Funkeh`crap*
16:03.44ag`I put the label in label
16:04.49nevcairielI thought there was a spec on those shit o.O
16:04.49Funkeh`no you put crap in label :P
16:04.57ag`I don't put crap in label
16:05.00Funkeh`you do
16:05.02ag`I put the label in label
16:05.31ag`nevcairiel, there is, and I follow it, but Funkeh` says it's crap
16:05.40*** part/#wowace Kate_126 (i=user@pool-96-240-63-58.lsanca.fios.verizon.net)
16:05.47nevcairielwhat do you exactly put in label?
16:06.00Funkeh`no you put addon name in label
16:06.01ag`"Framerate", and .text is "42 fps" for example
16:06.08ramoz[Ammo]: http://ramoz.modportal.net/WoWScrnShot_070708_221041.jpg
16:06.16nevcairielsounds good
16:06.21Funkeh`dude when I made .label it was NOT intended for descriptions and addon names
16:06.33nevcairielwhats supposed to go in label then?
16:06.38nevcairielin your opinion
16:06.46Stanzilla"fps"
16:07.01ag`I have that in .text
16:07.08nevcairielimho ag`'s usage is better
16:07.37Stanzillahow can I give "30" and "fps" a different color in ag`'s usage?
16:07.40ag`I also give .info and .unit, which is "42" and "fps"
16:07.44Stanzillaor is that display addon business?
16:07.51ag`then you can concecrate those strings and color the unit
16:07.52nevcairieltexts can include |c tags
16:08.01Funkeh`fps, MB, dps etc
16:08.32nevcairielinfo and unit seem very specific
16:08.40nevcairieland shouldnt really be supported by a display addon
16:09.14*** join/#wowace Daemona (n=koaschte@i577A328D.versanet.de)
16:09.19aestil__woot! server drama
16:09.29aestil__Josh_Borke: Etwins down!
16:10.14Stanzillagz
16:10.33DARKGuygreed roll when you pass, roll all on need, need need need!
16:10.49DARKGuyis now playing: Just Loot It.flv
16:11.02Vulcanusnyhm ftw
16:11.19Vulcanusguy can't sing for shit but lyrics pwn for the most part
16:11.22DARKGuyhell yeah <3
16:11.23DARKGuyXD
16:12.53*** join/#wowace Seerah (n=Ryan_L@adsl-221-156-7.mem.bellsouth.net)
16:15.10*** join/#wowace MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
16:15.10*** mode/#wowace [+o MoonWolf] by ChanServ
16:15.20Funkeh`le sigh
16:17.24ckknightokay take a nap
16:17.28ckknightand then fire ze missiles!
16:19.32Josh_Borkeaestil__: grats!
16:19.36*** join/#wowace lilum (n=ramiel@d14-69-156-213.try.wideopenwest.com)
16:20.15*** join/#wowace Kalroth (n=kalroth@90.185.246.183)
16:21.12Josh_Borkehm
16:22.00Fisker-fire ze viruses ckknight
16:22.01Josh_Borkethe description on tek's page is appropriate I think.  when considering the 'normal' uses for label, it fits
16:23.24*** join/#wowace Skivvy (i=b@82-40-213-100.cable.ubr01.cast.blueyonder.co.uk)
16:23.35*** join/#wowace sb (n=sb@78.42.203.247)
16:24.15Josh_Borkeas far as I can remember, there was a lot of discussion about what the data objects can do.  I think the concept of separating what is data and what is displayed is the core of the issue.  perhaps, in light of things like fps, mem usage, etc, a possible field that could be standardized is a 'raw' field
16:24.23*** join/#wowace hydrogen (n=hydrogen@66.152.113.44)
16:24.29Josh_Borkei agree with nev in that info and unit are very specific and don't really fit
16:28.38Stanzillaag`: gimme left click for fubar2broker plugins :(
16:30.58Funkeh`well we need to agree on a standardized thing or ill just switch to using unit instead of label since thats what he's using for the labels
16:32.06Josh_Borkegd that ag
16:32.10Josh_Borkehe's a dirty mfer
16:32.12*** join/#wowace Vegeta]BT[ (n=Vegeta-G@137.226.248.218)
16:32.17Funkeh`idd
16:33.05VulcanusLabels. Serios business.
16:33.09ckknightis the .wau format documented somewhere?
16:33.41Funkeh`don't count on it
16:33.44Funkeh`but maybe
16:33.49p3limtopic reply mail notification fixed? :O
16:33.58nevcairieldid you get one?
16:34.25Josh_BorkeFunkeh`: do you agree that something like .raw is better than .info?
16:34.29Josh_Borkenevcairiel: what about you?
16:34.35Funkeh`I truly don't care
16:34.42Funkeh`I want something we all use the same one
16:35.35Funkeh`personally I think both .info and .raw suck, but really, I don't mind as long we we can get the same thing used
16:35.45Josh_Borkemeh, i'm glad forward progress is being made
16:36.42Funkeh`If I had it my way the standard would be .data and .text for labels etc :P
16:37.43Fisker-i am probably the best pvp'er ever
16:37.48p3limnevcairiel: I got one yeah, but I should have gotten 3.. very odd
16:37.55Fisker-ya hear me?
16:38.15vithos'data' makes sense to me, the rest are a matter of choosing terms.  title, unit/label/text
16:38.52vithosunit is probably out, because it's not general enough
16:39.01Josh_Borkedata makes sense to me also, but also text makes sense in that it is what is expected to be shown
16:39.17nevcairieltext should simply be the full text to show
16:39.23Josh_Borkeyea
16:39.24nevcairiellabel a descriptive text telling what it shows
16:39.31nevcairielI liked ag's example
16:39.40nevcairiel"Framerate" in label and "42 fps" in text
16:40.00vithosbut then you can't disable just the "fps" part?
16:40.16nevcairielunless the data block supports it, no
16:40.31nevcairielbut thats a very specific request really
16:40.33*** join/#wowace ag` (n=Andreas@0x57317a46.bynxx19.dynamic.dsl.tele.dk)
16:40.37nevcairieland shouldnt be handled by the viewer
16:40.49vithosperhaps, but then what's the point of having fields?
16:41.05*** join/#wowace Maelz (n=tildewut@86.96.226.14)
16:41.14vithosi'm coming into this late, sorry if that's a stupid question
16:41.39durcynso have a verbose field, a value field, and a unit field?  flexibility is good, yes?
16:42.10nevcairielunit is too specific
16:42.34*** join/#wowace Moddington (n=chatzill@75.153.242.197)
16:43.10nevcairielwhat blocks really need a unit?
16:43.30nevcairielthats only the performance thingys, and maybe gold
16:43.40vithosmaybe coming up with a diverse list of examples would help figure out what makes the most sense
16:44.05nevcairielimho it should just be "text" and "label"
16:44.13durcynnevcairiel: splitting 'bare' and 'detailed' would still be useful though
16:46.22*** join/#wowace Hjalte (n=Hjalte@0x57307897.svgnxx3.dynamic.dsl.tele.dk)
16:48.16vithosmaybe this is a bad idea, but what about not standardizing on terms, and instead having a tag system similar to how dogtags work?  so the data that can actually change are tags, and the labels are just part of the default user-editable thing?  and the icon is a tag
16:48.54vithosi think what you're talking about now are just fields that can be turned on or off?  maybe reordered right?
16:49.27ckknightI have an idea about packaging, perhaps someone in here can tell me if they have a better idea
16:49.35*** join/#wowace [ND] (n=[ND]@h062040167062.gun.cm.kabsi.at)
16:49.54ckknightthis is specifically for curseforge, but could be applied to wowace eventually
16:50.02Josh_Borkevithos: i dislike the tags idea
16:50.09Josh_Borkedurcyn: i agree with you
16:50.10ckknightyou have a config file in your project root called something like .cfconfig
16:50.20Josh_Borkeand why do people say i don't disagree, that makes me mad
16:50.46ckknightthat's a yaml file with the general layout of:
16:50.47ckknightpackaging:
16:50.47ckknight<PROTECTED>
16:50.48ckknight<PROTECTED>
16:50.48ckknight<PROTECTED>
16:50.53selckinQQ my video card is blocking access to my other sata 2 plugs and i just bought a new hd
16:50.55Josh_Borkeomg, yaml
16:50.57Josh_Borkecries
16:51.13ckknightbasically, it'd replace the client-specific .wau files with something that'd be handled on the server side
16:51.27ckknightso the resultant zip would have all the folders in it rather than any processing need to take place on the client side
16:51.32ckknightJosh_Borke: got a better idea?
16:51.36ckknightI'm fully willing to hear it
16:52.00Josh_Borkecan you put an example in pastey
16:52.05ckknightsure
16:52.14Josh_Borkei don't know about these things, but i can give you my opinion
16:52.26ckknighthttp://ace.pastey.net/90943
16:52.50ckknightwhat that'd do is move folders from Cartographer3/Modules/Waypoints to Cartographer3_Waypoints (as specified)
16:52.57ckknightor to whereever you want, really
16:53.28ckknightso the resultant zip in that case would have 3 folders, Cartographer3, Cartographer3_Waypoints, and Cartographer3_InstanceNotes
16:53.38Josh_Borkewhen is the zip created?
16:53.41ckknightrather than just Cartographer3 with the modules inside
16:53.50HjalteAnyone experimenting with Tekkubs Quickie addon? I tried installing it with FuBar2Broker to see how that went, but right now, I can't find Quickie when being logged in. I wonder if it's working.
16:53.51ckknightJosh_Borke: every 20 minutes, like it is now
16:54.10ckknightJosh_Borke: well, every 20 minutes if there's a change
16:54.28Josh_Borkei mean in general, like on curseforge
16:54.30*** part/#wowace Anea (n=ernst@a62-251-8-41.adsl.xs4all.nl)
16:54.31Josh_Borkesame deal?
16:54.44ckknightyea
16:55.10ckknightcurseforge does the :00, :20, :40 thing just like wowace
16:55.55Josh_Borkeseems fine and dandy, you just have to write the server software to do it
16:56.06ckknightyea, that's easy
16:56.29*** join/#wowace ANTRat (n=antrat@rrcs-97-76-222-155.se.biz.rr.com)
16:56.31ckknightI'm more just wondering if you think it's a good idea and if there's a better way to do it
16:56.34*** join/#wowace dabujo (i=xx@p4FDB21BB.dip0.t-ipconnect.de)
16:57.24Josh_Borkei'm opposed to disembedding, but realize that people want that feature and so if you are going to support that, then this seems like a good way to optimize the load
16:57.32p3limI need some help
16:57.37Josh_Borkep3lim: don't we all
16:57.47p3limIm trying to make a durability code
16:58.02p3limScan all equipped items and return the lowest durability one
16:58.22ckknightJosh_Borke: this is just for modules, not libraries
16:58.30*** join/#wowace profalbert (n=profalbe@80-123-9-166.adsl.highway.telekom.at)
16:58.45ckknightI want the ability to have LoD modules easily for everyone
16:58.56p3limIf the lowest one has 5 or less return yellow color, if at 1 then return red color, else return black color..
17:00.33ulicckknight: would that force people to run their modules as modules, or would there still be an all-in-one option?  Just curious.
17:01.07ckknightulic: it would force them to run as modules
17:01.16ckknightbut it's really up to the author whether they'd want to do it this way or not
17:01.21ckknightthey could have it handled client-side if they wanted
17:01.30ckknightwhich would put more options in the hands of the user
17:02.08ckknightbut removing some of the niceties of having everyone use the modular way
17:02.17ckknightas well as not trap people to a specific client
17:02.20*** join/#wowace charon (n=thomas@84-75-156-10.dclient.hispeed.ch)
17:02.22ckknight(or any client at all)
17:02.23p3limAnyone know a good way to do what I want?
17:02.41Josh_Borkeoh, it forces everyone?  i thought it would produce 2 zips, one with modules taken out and one with modules still inside
17:03.29ckknightno, Josh_Borke
17:03.33*** join/#wowace Dashkal (n=dashkal@WoWUIDev/Nexus/dashkal)
17:03.59ckknightp3lim: I did similar things in DurabilityFu...
17:05.02p3limckknight: Ill take a look
17:06.11aestil__i hate the idea of embedded libs.
17:06.14aestil__it makes no sense to me.
17:06.25p3limckknight: Does DurabilityFu use any libs for the durability part?
17:06.54Josh_Borkeaestil__: that's nice, go crawl back in your hole :-P
17:07.08Josh_Borkeaestil: embedded takes no effort, disembedded does.
17:07.21aestil__it takes no effort on my part :)
17:07.22ckknightp3lim: don't think so
17:07.48ulicembedded is nice for AddOn newbs.
17:07.52ckknightembedded = rife with library upgrade issues, disembedded = practically no issues with upgrading
17:08.17Josh_Borkeaestil: imagine you are a brand new user to wow and you want to install an addon that requires Ace3.  what do you do?  do you download some addon manager then try to find the addon?  how does the user get the Ace3 libs?
17:08.46*** join/#wowace Higdur (n=nike@81-229-140-43-o1124.telia.com)
17:08.56Josh_Borkedo you include Ace3 in your addon?  what if the version you have has a serious bug in it
17:08.57selckinthe author goes, my addon needs these library <link> <link> <link>
17:09.48Josh_Borkeand as a new user I'll say, but why?
17:09.58profalberti know a lot of pple that don't use any addon-manager at all (but use 50+ addons)
17:10.15ckknightdoesn't use an addon manager
17:10.25Josh_Borkeneither do i
17:10.43aestil__i'm not saying the option for embeded libs shouldn't be there.
17:10.50aestil__i'm saying i don't want my libs embedded
17:11.19Josh_Borkewhat should the default be?
17:11.45*** join/#wowace Daemona (i=koaschte@i577A39DF.versanet.de)
17:12.18ckknightif they have no addon manager, embedded, if they do, disembedded
17:12.21ckknightimo
17:12.25CIA-4403funkydude * r78089 10/trunk/ (7 files in 7 dirs): .trunk: Broker Plugins: move .label etc to object creation
17:12.46profalbertjwowupdater does disembedded by default, so that's a step in the right direction i guess
17:13.00Josh_Borkeckknight: i'd agree with that
17:14.00vithoswhat ~blizzard style buff mod supports buttonfacade?
17:14.02*** join/#wowace ag`_ (n=Andreas@0x57317a46.bynxx19.dynamic.dsl.tele.dk)
17:14.32Stanzillahm buffalo
17:14.50vithos1 2 or 3?
17:15.00HjalteFunkeh`: First load of StatBlockCore: http://ace.pastey.net/90945
17:15.40*** join/#wowace Kody- (n=nope@adsl-99-173-11-94.dsl.pltn13.sbcglobal.net)
17:15.40*** mode/#wowace [+v Kody-] by ChanServ
17:15.47selckincan you plug normal pci cards in pci-e? ;o
17:16.31NivFreakdepends on the board
17:16.37NivFreaker
17:16.37NivFreakwait
17:16.38NivFreakno
17:16.40NivFreakyou can not
17:16.45selckin:(
17:16.47Stanzillavithos: 1
17:16.53*** join/#wowace chiper (n=chiper@69.43.204.8)
17:17.02vithosthanks stan
17:17.07CIA-4403funkydude * r78090 10StatBlockCore/StatBlockCore.lua: StatBlockCore: use .unit
17:17.45profalbertvithos: 3 should also, but is still in branches (suppose for a reason)
17:17.59Funkeh`Hjalte, are you using FuBar2Broker
17:18.03vithosyeah i tried 3 a few days ago, not usable yet i guess
17:18.04p3limWhat is all those Broker addons btw?
17:18.07HjalteFunkeh`: Yep.
17:18.13profalbert~ldb
17:18.14purlsomebody said ldb was a WoW Library - A central registry for addons looking for something to display their data. http://github.com/tekkub/libdatabroker-1-1/tree/master
17:18.18Funkeh`could but some wierdness with that not setting .text
17:18.35*** join/#wowace Aerr_ (n=chatzill@c-69-249-33-66.hsd1.pa.comcast.net)
17:18.38p3limThey are all libs?
17:19.11profalbertp3lim: no they are distributing data to be displayed in ldb-viewer addons
17:19.16profalbertlike fortress, quickie
17:19.18Stanzillaprofalbert: 3 is broken to the extreme. I posted some patches in the forum thread but seems like the author is "afk" :P
17:19.52p3limyoure talking about Broker_Clock, Broker_Mail etc right?
17:20.28profalbertp3lim: these are ldb-addons providing the data, yes
17:20.33p3limok
17:20.51*** join/#wowace Mytos (n=nate@c-76-99-113-54.hsd1.pa.comcast.net)
17:24.04p3lim~seen snago
17:24.25purlsnago <i=kvirc@81-231-141-234-no32.tbcn.telia.com> was last seen on IRC in channel #wowuidev, 7h 22m 22s ago, saying: 'It makes me feel filthy and dirty'.
17:24.45p3limprobably asleep
17:25.36*** join/#wowace HolgerDK (n=markj@0x57372af1.nfnqu1.dynamic.dsl.tele.dk)
17:25.43Fisker-~seen tekkub
17:25.44purltekkub <n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub> was last seen on IRC in channel #wowuidev, 8h 25m 51s ago, saying: '*sigh* on that note I'm going to bed'.
17:27.08CIA-4403funkydude * r78091 10StatBlockCore/StatBlockCore.lua: StatBlockCore: tweak
17:28.54StanzillaFunkeh`: atm I get "87" "fpsfps(colored)", do I have to updated the Broker_ plugins, too for that to work? :P
17:29.09*** join/#wowace [Ammo] (n=wouter@connected.dnd.utwente.nl)
17:29.13*** join/#wowace Artmi (i=HydraIRC@c-707c71d5.03-70-6c756c1.cust.bredbandsbolaget.se)
17:29.36Funkeh`if the broker plugin gives fps in .text there is nothing you can do
17:29.49Funkeh`delete the extra fps and have a non colored one
17:31.16Stanzillaeww
17:31.34Funkeh`not my fault :P
17:32.00Stanzillalies :(
17:32.02Funkeh`it will infact take the color from the value color
17:32.07Funkeh`so it's not that bad
17:32.38selckinspot the joke http://en.wikipedia.org/w/index.php?title=Comparison_of_file_systems&oldid=220529437#Features
17:33.05Dashkal...
17:33.11Dashkalthat's bad even for wikipedia
17:33.18selckinaye
17:33.30Funkeh`This article appears to contradict the article File Allocation Table. Please see discussion on the linked talk page.
17:33.31Funkeh`haha
17:33.38selckinwas only a mather of time tho
17:33.41Obelixprimeanyone good with vim?
17:33.48nevcairielwhy dont you just use |c tags in text strings?
17:33.49selckinObelixprime: i pretend to be, so maybe
17:33.52Dashkalno argument there
17:33.56durcynnote the &oldid on that wiki article, that was months ago
17:34.00*** join/#wowace Cheads (i=chead@0x573bce97.henqu2.dynamic.dsl.tele.dk)
17:34.01durcynObelixprime: Eh?
17:34.17Obelixprimei want to know if there's a way to delete just a range of lines without being at the first line
17:34.25Obelixprimelike 5dd will delete 5 lines from where my cursor is
17:34.42durcyn5dk
17:34.42Obelixprimebut say i want to delete likes 6-10 and my cursor is on like 2
17:34.49StanzillaFunkeh`: it is, looks crap :(
17:35.06durcynObelixprime: you can go up and down, don't believe you can start at non-cursor
17:35.12Funkeh`Stanzilla, open up the file and edit it
17:35.15Funkeh`simple ;p
17:35.20Stanzilla:<
17:35.21Obelixprimei'd have to go into visual mode basically?
17:35.27nevcairielno one answerd my question yet
17:35.36nevcairiel(19:33:37) (@nevcairiel) why dont you just use |c tags in text strings?
17:35.39durcynObelixprime: no, just jump and #dd?
17:35.49Funkeh`nevcairiel, can you explain further how that would work?
17:35.57Dashkalselckin: bonus points reading the revision notes
17:36.10nevcairiel|c<somehex>57|r fps
17:36.11nevcairiel?
17:36.12Obelixprimedurcyn: i suck at counting though, and i don't know how many lines there are lol
17:36.29Obelixprimei'm always off when i do the subtraction
17:36.41nevcairielhow do you set the color now?
17:36.43Funkeh`nevcairiel, then you won't be able to color the 57
17:37.05Funkeh`I use hex for the label/unit whatever and the fontstring color for the value
17:37.06durcynObelixprime: so go to the first line and use d/string
17:37.18durcynObelixprime: to remove everything before that string
17:39.56Stanzillameh I blanked the unit="" and it still shows O_O
17:40.41Funkeh`Stanzilla, leave the unit, blank the text
17:40.55Funkeh`not totally obviously
17:42.29StanzillaIf I blank the field in the opens, both "fps" disappear
17:42.42Stanzilla*options
17:43.40StanzillaI want "78(red) fps(blue)" for example
17:43.58Funkeh`sec
17:44.01Obelixprimethat's a high fps
17:44.34Funkeh`revert everything you did
17:44.55AckisWork~seen antiarc
17:44.56purlantiarc is currently on #wowuidev (19h 4m 2s) #wowace (19h 4m 2s) #curseforge (19h 4m 2s). Has said a total of 11 messages. Is idling for 12h 32m 16s, last said: 'There's an Omen jira project, yeah'.
17:45.25Funkeh`Stanzilla, simply change self.text = format("%s %s", framerate, self.unit)
17:45.25Funkeh`to self.text = framerate
17:45.32Funkeh`everything else put it the way it was
17:47.38StanzillaFunkeh`: <3
17:48.19CIA-44037destiny * r78092 10BigWigs/ZulAman/Malacrass.lua: BigWigs: ZulAman/Malacrass: fix guid
17:50.30NeoTron_http://www.washingtontimes.com/weblogs/aviation-security/2008/Jul/01/want-some-torture-with-your-peanuts/  <-- if that isn't the daily WTF I don't know what is
17:52.58Dashkal...
17:53.12DashkalAnd people have asked what's wrong with me when I say I don't want a higher paying job south of the border...
17:54.41CIA-44037destiny * r78093 10BigWigs/Sunwell/Twins.lua: BigWigs: koKR Update
17:55.00Obelixprime<PROTECTED>
17:56.49CIA-4403funkydude * r78094 10StatBlockCore/StatBlockCore.lua: StatBlockCore: slash cmd typo
17:58.10NeoTron_that'd be a great hack
17:58.10NeoTron_AoE shock for everyone in the plane or even more fun, airport
17:58.18Obelixprimestatblock is supposed to be a fubar replacement, correct?
18:01.52SwtzFunkeh`: Which menu should I find 3rd party modules on Bigwigs? Isnt it under extras?
18:02.17Funkeh`plugins or extras, can't remember
18:02.21Funkeh`depends what options you set
18:04.21*** join/#wowace Ghli (n=Ghli@32.158.201.28)
18:04.37*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub)
18:04.37*** mode/#wowace [+v Tekkub] by ChanServ
18:05.51Stanzillapoints at Tekkub
18:06.03Tekkubow
18:07.08HjalteTekkub: I was trying out Quickie earlier, it's not in a working stage yet, right?
18:07.16*** join/#wowace Atriace (n=omnizeta@188.118.189.72.cfl.res.rr.com)
18:07.19Tekkubit works
18:08.16Silviu-Tekkub the LDB folder inside tourguide from github contains no lib ;p something i did wrong ? ;)
18:08.46Tekkubit probably went in as a submodule, pain in my ass
18:09.13Silviu-I "fixed" it by manual dl the lib and place it in tourguide :)
18:09.17HjalteTekkub: Hmm. I tried it with Fubar2Broker, which is arguably still a bit unstable, and the Broker_SysMon addons on files.wowace.com. I wasn't able to see any of it with Quickie :)
18:10.01TekkubI doubt f2b sets anything as launchers
18:10.34HjalteTekkub: So Quickie can only use ldb addons that are compatible with it?
18:11.33Tekkubdid you not read the docs? :P
18:11.34Tekkubhttp://github.com/tekkub/libdatabroker-1-1/tree/master
18:12.03HjalteWell, maybe not all of them :(
18:12.58Dashkalooo, more docs
18:13.00Dashkaldanke, Tekkub
18:13.22*** part/#wowace cubicool (n=cubicool@router.emperor-sw2.exsbs.net)
18:13.32HjalteTekkub: Ah. So only QuickLauncher modules work for Quickie. I get it :)
18:13.54Funkeh`Tekkub, you big whore
18:13.59CIA-4403funkydude * r78095 10StatBlockCore/StatBlockCore.lua: StatBlockCore: slightly randomize block creation
18:14.02Tekkub:P
18:16.45CIA-4403shefki * r78096 10PitBull/Banzai/Banzai.lua: PitBull_Banzai: Don't show aggro coloring on enemy units that are targeted by friendly units (e.g. mobs being targeted by the raid).
18:18.44CIA-4403hegarol * r78097 10AtlasLoot_SetsandPvP/sets.en.lua:
18:18.44CIA-44AtlasLoot_SetsandPvP:
18:18.44CIA-44- added next TCG set
18:18.50CIA-44037destiny * r78098 10Chinchilla/locale/ (enUS.lua koKR.lua):
18:18.50CIA-44Chinchilla:
18:18.50CIA-44- add missing locale
18:18.50CIA-44- koKR Update
18:19.01CIA-4403hegarol * r78099 10AtlasLoot/Constants/constants.en.lua:
18:19.01CIA-44AtlasLoot:
18:19.01CIA-44- added next TCG set
18:19.23AckisWorkis the next tcg out already?
18:20.08CIA-4403ag * r78100 10Broker_Tracking/Broker_Tracking.lua: Broker_Tracking: Removed some comments
18:21.03NeoTron_Tekkub: I like the idea of making this general :)
18:21.36Tekkubhuh?
18:25.10NeoTron_LDB
18:25.58Tekkubwhat do you mean?
18:25.59Fisker-Tekkub
18:26.04Fisker-you owe me 1 billion gold
18:26.08NeoTron_what I said
18:26.13NeoTron_I like the concept of LDB
18:26.28Tekkuboh, I thought you were saying youwanted it to be more general
18:26.48TekkubFisker-, meh, I blew all my gold on my bear mount
18:27.01Fisker-damn you
18:27.12Fisker-you're going to pay
18:27.26selckinyou payed for one?!
18:27.47Tekkubyes, I paid for one
18:27.54Tekkuband I'd gladly do it again
18:27.57*** join/#wowace p3lim (n=p3lim@084202208125.customer.alfanett.no)
18:28.06Kuosiits cool mount
18:28.24Kuosidunno if I would pay for one tho
18:28.46Tekkubpoints at the "cub" in his name
18:28.47durcynmost guilds that sell them ask between 5 and 10, if you've been doing dailies even sporadically you can afford that
18:28.57durcyngo go inflation in an artificial economy
18:29.09Kuosi5k on our server
18:29.28*** join/#wowace Dwarik (n=Dwarik@cp1332741-a.dbsch1.nb.home.nl)
18:29.31NeoTron_our cheap
18:29.32Kuosiim blessed with good rolls so i got bear on 3 chars :O
18:29.42Kuosidone one timed on my alt war ever
18:30.45CIA-4403ag * r78101 10Fortress/Core.lua: Fortress: Fixed string width
18:31.04NeoTron_timed runs are easy when you know how to do it
18:31.55selckinits a unique reward for some semi effort, you should be able to make it with your friends/guild
18:32.02selckini'm against those things being sold
18:32.27Josh_Borkeag`_: are you still using legoblocks for the blocks?
18:32.34ag`_Josh_Borke, yeah
18:32.39ag`_good/bad? :P
18:32.52Fisker-i'm telling you Tekkub
18:32.56Fisker-1 billion gold by tomorrow
18:33.45Josh_Borkeag`_: meh, if they work :-D
18:33.54ag`_Josh_Borke, they do :D!
18:33.57Tekkubselckin, I put in quite a bit of effort to make the money.  I don't raid.  I have a fucking bear fetish.  I don't see how it's any less "fair" :P
18:34.13Josh_Borkenotice how he says fucking bear fetish
18:35.09Tekkubif I knew there was a bear mount obtainable without raiding in Wrath, I'd go for that
18:35.22Tekkubbut I will *NOT* pay real money to get the loot card bear
18:35.56sbis it possible to tank twins with nether protection?
18:36.44durcynsb: if you're immune to the fire patch crap, she'll drop it on secondary threat
18:36.51durcynsb: haven't tried it with FreeMe though
18:37.30AckisWorkdurcyn: there would be a luck factor w/ freeme
18:37.45durcyndepending on when the next cast starts, yes
18:38.01durcynon mobs that chain cast, it's inadvisable to have the talent
18:38.19AckisWorkI still prefer a warrior tanking it
18:38.42Stanzillathe fire twin?
18:38.49AckisWorkyes
18:38.52StanzillaO.o
18:38.55Stanzillaexplain :P
18:39.00AckisWorktauren hit box
18:39.20Stanzillameh shitty tauren :<
18:39.37AckisWorkironically we have a warrior tank the fire twin, and a lock tank KJ
18:40.23NeoTron_lock tank for KJ? why?
18:40.46NeoTron_fully raid buffed now I'd have about 21k health I think on my lock
18:40.47AckisWorkmore threat, more room for melee around him
18:41.02AckisWorkhe hits like a pansy
18:41.12*** join/#wowace Camci (n=enescamc@ua-83-227-134-226.cust.bredbandsbolaget.se)
18:41.47*** join/#wowace isman (i=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
18:42.26MoonWolfhow does one bind some keys too bartender4 ?
18:42.48Josh_Borketry /kb
18:42.56NeoTron_maybe I'll do that then
18:43.01NeoTron_I sure have the health :P
18:43.15NeoTron_does he melee or just cast spells?
18:43.41MoonWolfJosh_Borke, i have never seen that, who or what added that, and when ?
18:44.02Josh_BorkeMoonWolf: i dunno the answer to either question, but i suspect it was the author that added it
18:44.09Josh_Borke;-P
18:44.22AckisWorkjust casts spells and does a knockback to someone in melee range w/ highest threat
18:45.14MoonWolfty anyway
18:45.38Josh_BorkeMoonWolf: i believe it was started by someone else
18:46.04Silviu-sb , durcyn impossible :p tryed it with Freeme too :)
18:48.02*** join/#wowace zoas (n=zoas@adsl-074-239-065-141.sip.hsv.bellsouth.net)
18:48.11*** mode/#wowace [+v zoas] by ChanServ
18:53.08*** join/#wowace Soulsbane (n=Soulsban@dial-69-55-144-203.sofnet.net)
19:05.02*** join/#wowace Evandiann (n=chatzill@ool-182d56fb.dyn.optonline.net)
19:05.55Fisker-Tekkub
19:05.57Fisker-my money
19:06.40Evandiannis there an addon (aced or non-aced) that lets u search & filter items in the guild bank?
19:07.43CIA-44tourguide: 03Tekkub 07master * r2f94ec5 10/: Fix LDB, we don't like submodules!
19:08.36StanzillaTekkub: wtb ingame option to move quickie
19:08.53sbSilviu-: but works with illidan?
19:08.57TekkubQuickie's done, I have no further plans for it
19:09.15Stanzilla:<
19:09.17Evandiannfor example, lets say u r a lvl 45 mage.  instead of mousing over every piece of armor, u can just search for cloth items lvls 40-45
19:09.18Tekkubit's mostly proof of concept so people who WANT quicklaunchers have some starting point
19:09.49durcynsb: doubtful
19:10.11Silviu-sb did not try Illidan tho only Twins
19:10.12sbso freeme is useless for netherprotection? :P
19:10.23Silviu-Something like that i think ;p
19:10.38CIA-4403hegarol * r78102 10AtlasLoot/ (3 files in 3 dirs): AtlasLoot: German update
19:11.39Stanzillathe quicklaunch for StealYourCarbon is kinda useless
19:12.08Stanzillathe addon only loads if you open a vendor window and if you already opened one you can click the "SYC" button^^
19:12.22Stanzilla(with AddonLoader ofc)
19:12.32Evandiannanyone know if there is such an addon?
19:12.38CIA-4403hegarol * r78103 10AtlasLoot_SetsandPvP/sets.en.lua: AtlasLoot_SetsandPvP: small change for rare mounts page
19:18.56*** join/#wowace kaiden (n=kaiden@c-76-121-206-11.hsd1.wa.comcast.net)
19:24.57*** join/#wowace deadlock (n=branden@12-214-50-87.client.mchsi.com)
19:36.06*** join/#wowace Kirkburn (n=Kirkburn@wikia/Kirkburn)
19:42.37*** topic/#wowace by vhaarr -> http://www.wowace.com | http://files.wowace.com/ | http://ace.pastey.net | http://www.lua.org | Yes, the wowace.com wiki is down.
19:47.40*** join/#wowace Maels (n=tildewut@86.96.226.15)
19:51.43*** join/#wowace Daedals (n=Daedals@dsl-kpobrasgw1-ff7ec100-73.dhcp.inet.fi)
19:56.02*** join/#wowace Ghli (n=Ghli@32.155.105.28)
19:56.35*** join/#wowace cncfanatics (n=Diego@78-22-179-31.access.telenet.be)
19:59.56*** join/#wowace [Ammo] (n=wouter@WoWUIDev/WowAce/ammo)
19:59.57*** mode/#wowace [+o [Ammo]] by ChanServ
20:02.03*** part/#wowace Wraithan (n=cpsqa@dhcp185.criticalpath.com)
20:02.14*** join/#wowace Wraithan (n=cpsqa@dhcp185.criticalpath.com)
20:08.16*** join/#wowace ZealotOnAStick (n=zoas@adsl-070-154-141-184.sip.bna.bellsouth.net)
20:08.23*** mode/#wowace [+v ZealotOnAStick] by ChanServ
20:18.46CIA-4403trasher * r78104 10AtlasLoot/Constants/constants.fr.lua:
20:18.46CIA-44AtlasLoot:
20:18.46CIA-44- frFR update
20:19.37*** join/#wowace Ominous (n=Ominous@85-210-71-220.dsl.pipex.com)
20:23.24CIA-4403ominous * r78105 10ClassTimer/ClassTimer.lua: ClassTimer: Removed a debugging line
20:23.35*** join/#wowace Snago (i=kvirc@81-231-141-234-no32.tbcn.telia.com)
20:25.13Apocoping Arrowmaster
20:25.32*** join/#wowace thomasj_ (n=jesperse@5634051b.rev.stofanet.dk)
20:25.52*** join/#wowace hydrogen (n=hydrogen@amarok/developer/hydrogen)
20:27.04*** join/#wowace profalbert (n=profalbe@91-113-18-250.adsl.highway.telekom.at)
20:29.17*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub)
20:29.17*** mode/#wowace [+v Tekkub] by ChanServ
20:35.46*** join/#wowace ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
20:39.23*** join/#wowace aestil (n=holycall@cpe-76-95-133-5.socal.res.rr.com)
20:39.32*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
20:39.51aestilAntiarc: http://ace.pastey.net/90975
20:40.06*** part/#wowace ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
20:40.46*** join/#wowace EvilJohn_ (n=eviljohn@67.110.71.26.ptr.us.xo.net)
20:40.54WraithanTornhoof: you around?
20:41.05Wraithan~seen Tornhoof
20:41.14purltornhoof is currently on #wowace. Has said a total of 1 messages. Is idling for 5d 1h 23m 22s, last said: 'heh'.
20:41.14Wraithan!seen
20:41.15Wraithanbotzor?
20:41.28Wraithanah
20:41.57*** join/#wowace Ominous (n=Ominous@85-210-71-220.dsl.pipex.com)
20:43.42CIA-4403ominous * r78106 10ClassTimer/ClassTimer.lua: ClassTimer: oops, copy paste error
20:46.03*** join/#wowace Chompers (n=Chompers@cpc1-cove9-0-0-cust541.brhm.cable.ntl.com)
20:53.36Kaelten~seen Kaelten
20:53.38purlkaelten is currently on #wowprogramming (6h 19m 1s) #norganna (6h 19m 1s) #wowuidev (6h 19m 1s) #wowace (6h 19m 1s) #curseforge (6h 19m 1s). Has said a total of 11 messages. Is idling for 2s, last said: '~seen Kaelten'.
20:54.14NeoTron_Man it's rough being a GM of a high end raiding guild
20:54.32Funkeh`riading is for nubs
20:54.36Funkeh`raiding even
20:54.39*** join/#wowace zespri (i=andrews@unaffiliated/zespri)
20:54.45NeoTron_speling is for dwebs
20:54.49Funkeh`haha
20:55.19Ellipsisraids Funkeh`s pants
20:55.22NeoTron_I think the one big surprise in being a GM is the amount of HR work tht is involved
20:55.25Kaeltenon a random note, if you're using ati graphics cards and suddenly OneBag's slots start rendering dead ass wrong.  Delete BagSlot.blp, copy BagSlot2.tga and name the copy BagSlot.tga.  Then restart wow and rejoice.
20:55.56Funkeh`guess I should have pointed out the good type of raiding
20:55.57Ellipsisalways the ati fail, gg blizz
20:56.02NeoTron_in other news Hans Reiser has led the police to the body of his ex-wife
20:56.53sbmhh is it possible that conflag is only on healers / shadow twin tank? :o
20:57.09NeoTron_conflag is threat based
20:57.18NeoTron_so threat 2-6 or so on the shadow twin gets conflag
20:57.32vithosconflag won't be healers
20:57.40NeoTron_it will be healers if they are high on threat
20:57.41vithoswell wait, that depends on the order you're killing them in
20:57.48NeoTron_and is almsot exclusively healers if you kill the fire twin first
20:58.00Josh_Borke~lart Kaelten
20:58.00purlwhips out a sword and chops Kaelten in half
20:58.05Josh_BorkeKaelten: hola kael :-D
20:58.09selckinwhich is better, since healers know howto pay attention
20:58.10NeoTron_we sometimes get healer conflag right after the pull
20:58.24Kaelten~lart Josh_Borke
20:58.24purlchanges Josh_Borke's permissions to 0777 and tells the world
20:58.26vithosif you kill the shadow twin first, healers don't need pvp trinkets because they won't get conflag
20:58.37selckinpvp trinket is nice for shadowfury stun tho
20:58.39NeoTron_I think reverse order is easier for phase 2 (by a lot) and harder in phase 1
20:58.41NeoTron_but I like it
20:58.47selckinsaved our tank quite a few times with it
20:58.57NeoTron_vithos: again though, that's not 100% sure. we've had healers get it
20:58.59KaeltenJosh_Borke: ha, you may have sliced me in half, but at least my demise was quick.  Yours will continue for a long time!
20:59.10Josh_Borkelol
20:59.19Josh_Borkeunless someone puts me out of my misery quickly ;-P
20:59.35Ellipsisbut why would we do that when it's so fun to torture you?
20:59.43selckini've never seen it on a healer with shadow first :(
20:59.54Josh_Borkelike women, it's just another one of those mysteries in the world
21:00.15vithosi've never seen a conflag cast so soon that there's not 7 or whatever the number is dps on the threatlist above healers
21:00.21vithosbut i guess it's possible
21:00.37NeoTron_selckin: it's only early on but if a healer gets a few big heals in they can be above dps on threat
21:00.38aestilwhen anyone was first learning muru did you take a few extra healers to help learn the movment and target switching parts of the fight?
21:00.46NeoTron_later in the fight though, it never really happens
21:00.59NeoTron_aestil: more than 10-11 healerw?
21:01.02NeoTron_how many healers do you have? :P
21:01.15vithosaestil: you can't really have a chance at keeping up with more than 6 healers
21:01.17selckinaestil: stuff doesn't hit that hard, and when they do, your tank is dead anyway if not handeled properly
21:01.26NeoTron_oh wait
21:01.27NeoTron_muru
21:01.30NeoTron_we tried to go with 8 healers
21:01.39NeoTron_but that == insufficient DPS
21:01.47NeoTron_you have to have a lot of DPS and DPs has to be fully buffed
21:01.58NeoTron_can't half-ass the fight or you'll run behind and fast
21:02.05vithosyep.  stacking healers will not help you in any way
21:02.19*** join/#wowace renchap (n=renchap@2001:41d0:1:8ca2:0:0:1:1)
21:02.23NeoTron_even with 6 healers DPS is still an issue
21:02.25selckinnot like 4x flurry
21:02.28selckinbig heals damnit!
21:02.30*** join/#wowace qvr_ (i=qvr@ip6.mmh.iki.fi)
21:02.35vithossigh, i'm so tired of that fight :P
21:02.48NeoTron_we plan to try to AoE tank it with 2 pallies + 1 warrior (+ maybe 1 feral druid)
21:02.48selckinit killed my guild
21:03.49NeoTron_our guild won't die from it. I mean 1 month on kael'thas didn't. 1 month on vashj, followed by a kill and then two weeks without a kill didn't.
21:03.59NeoTron_not being able to repeat kill archimonde for a few weeks also didn't kill us
21:04.08NeoTron_but I expect some people to leave
21:04.11NeoTron_but that always happens
21:04.16selckinwe wiped a 6 days straight on archi lol
21:04.17vithoswe're at the 1.5 month mark i think
21:04.37aestilvithos: its not a plan to k ill the first week anyways, its more about having the exttra healing there to lengthen wipes so that people have more time to learn.
21:04.53selckinyeah, like 60% ppl are new by now
21:04.59vithosaestil: yeah, but learning it doesn't work the way you think
21:05.16vithosit's all about learning to keep up with the spawn timers
21:05.16selckinaestil: it won't help at all for the fight, you either kill em in time, or you wipe
21:05.27CIA-4403ag * r78107 10Fortress/Options.lua:
21:05.27CIA-44Fortress:
21:05.27CIA-44- error fix
21:05.44vithosif you lose 1 dps, it's a wipe, with 6 healers
21:05.51aestilso, vithos the ssc/tk nethers are 15 badges
21:06.17selckinits really unforgiving
21:06.19aestilshould i spend the 30 badges to get the nethers for the belt that its really good to have crafted?
21:06.50selckinon my realm is better to sell gems and buy nethers
21:06.56selckinno logic but reality
21:06.56vithosaestil: well, i'd think about buying the nethers instead of spending your own badges
21:07.48aestilhow do you do the armory bot?
21:08.29aestilhttp://armorylite.com/us/Darkspear/fdas
21:08.57Ellipsis!c us darkspear fdas
21:09.02selckinsounds like you can use badges
21:09.05Ellipsiseh, I tried
21:09.06selckinbuy the nethers
21:09.22selckin!ce us darkspear fdas
21:09.33Ellipsisoh, thraebot isn't even here
21:10.07selckinaestil: no reason not to save the badges for items, and buy the nether
21:10.10vithosaestil: it all depends on what kind of access to raid loot you have, and what kind of time you have, and what kind of gold you have
21:10.34selckingold is easier/faster to get then badges no mather what
21:10.37vithosthe ZA belt is pretty close, and so is the S4 honor belt
21:10.44Matrix110On our realm Nether= 50g Vortex= 150g Gems: 200-300g(they even differ on which color)
21:10.53Matrix110The pricing makes no sense at all :D
21:11.15vithosactually i just noticed there's a new badge belt
21:11.26vithosthat's even better if you can use the hit
21:13.36aestilhow many badges?
21:13.42CIA-4403ag * r78108 10Broker_Clock/Broker_Clock.lua: Broker_Clock: Hide seconds, might add an option at some point
21:14.25vithosaestil: 75
21:14.29aestilwhat is this 'broker' thing.  i don't understand it?
21:14.45TekkubFuBar plugins without the Fu
21:15.12aestilwhy is that good?
21:15.22Tekkubbecause not everyone wants to use FuBar
21:15.44Swtzhmm
21:15.53Tekkubwhy should such a simple design (icon, text, tooltip) be restricted to one specific display addon?
21:16.07SwtzGuys, I made a post about bigwigs on the forums, and Rabbit replied: "
21:16.08SwtzYou need to make it a Extra module that just listens for BigWigs_Message events from the Brutallus module.
21:16.14SwtzThere are tons of examples of this on the SVN already.
21:16.25SwtzI am trying to find the examples on the SVN and I am unable to
21:16.33Funkeh`bigwigs_*
21:16.36Funkeh`go nuts
21:17.03sbyay - that modelviewer thingie from wowhead is nice :)
21:17.21Swtzbranches / tags or trunk?
21:17.37Ellipsisheh, you're new here aren't you
21:17.40Swtzguess I found it, nvm :)
21:17.42sb(eqdkp plus guys did some php classes for accessng armory + modelviewer)
21:18.23aestilloot i'll probably have access to pretty soon is hyjal/bt
21:18.27aestilas far as going on runs.
21:19.21selckinwho did you bribe for that :p
21:19.49aestilhuh?
21:21.28NeoTron_so is eqdkp  plus a fork of eqdkp/
21:21.40selckineven kara would give you upgrades? and going to bt/hyjal
21:21.48nevcairielits a addon to eqdkp, kinda
21:21.58NeoTron_I have a hacked version of eqdkp
21:22.04NeoTron_hard to patch or "add on" to it :P
21:22.21nevcairielthe latest versions of plus took a direction i dont like personally, though
21:22.28nevcairieli run a rather old hacked version now
21:22.29aestilin this guild since our first gruul kill and am officer.
21:22.47aestilrolling new character and its to everyone's benifit that it be able to raid with progression raid.
21:23.04aestilgoing to kara this weekend though
21:23.12CIA-44libdatabroker-1-1: 03Tekkub 07master * r17be813 10/: Add link to Fortress thread
21:23.14aestilhoping very much for legacy and prince bow.
21:23.24selckinbadge bow best in game?
21:23.26*** join/#wowace Tuller (n=muffins@c-76-27-160-125.hsd1.va.comcast.net)
21:23.43vithoslegendary > twins bow > badge bow, for 3:2
21:23.44selckinwell presunwell :\
21:24.15vithosi still use the illidan bow though
21:24.15aestilyeah.
21:24.20aestili will be going for badge bow
21:24.22vithosbecause i don't use 3:2 yet
21:24.30aestilbut from what i have, the prince bow is a HUGE upgrade
21:24.33AckisWorkhow good is the archimonde bow?
21:25.05vithosit's okay
21:25.22vithosjust not for 3:2
21:25.49selckinhunter dps is a real art !
21:25.52selckinmost of em fail
21:26.00AckisWorkhunter dps is one button?
21:26.25vithosonly because our dps cycles are too difficult to be performed by mere humans!
21:27.08vithoswell that's not really true
21:27.17vithosjust requires far too much attention to do manually imo
21:27.32profalbertby manually you mean w/o macro?
21:27.37vithosyeah
21:27.56selckinhave to adjust more depending on gear level aswel don't you?
21:28.02selckinmost clases can just do the same all the time
21:28.11*** join/#wowace bindi (n=indigo@d54C6BA41.access.telenet.be)
21:28.38vithosthat's the thing, hunter theorycraft is the most complex fucking thing in the game probably
21:29.02selckintook our ages to start doing 2.6k+ on brut, they fail
21:29.29aestilhunter pets on muru die alot from the things in the ground?
21:29.31Ellipsishunters can play WoW without even running the game, all their difficulty is in planning their macros :P
21:29.38vithosaestil: never
21:29.45vithoswell i only know about p1
21:30.01vithosmaybe in p2
21:30.06selckinhunter pets can tank in phase 1
21:30.08*** join/#wowace Obelixprime (n=Obelixpr@99.236.152.34)
21:30.10selckinits a fun strategy
21:30.15vithoslol what?
21:30.21selckinthe mage
21:30.34vithosi tank the mage, but how could my pet?
21:30.38selckincan get it to 210 resistance with spec
21:30.42selckinor something
21:30.45selckinits kinda risky, but fun
21:30.56vithosoh so you just kill it last instead of first?
21:31.05vithosthat's...interesting
21:31.07selckinyeah, keep spellstealig it
21:32.11selckintook like an hour to get our healers to get working pet frames
21:32.12selckin:p
21:33.06*** join/#wowace Belazor (n=Vulcanus@084202194204.customer.alfanett.no)
21:35.21*** join/#wowace Paene (n=Jim@54-94.candlewood.dynip.msu.edu)
21:35.35*** part/#wowace Paene (n=Jim@54-94.candlewood.dynip.msu.edu)
21:36.47aestilyeah, i've heard people leave mage up til last so that mages can spellstea l and dps mu'ru really well.
21:42.25*** join/#wowace Tem|laptop (n=tardmrr@130.39.0.28)
21:44.26CIA-44libdatabroker-1-1: 03Tekkub 07master * r6f13057 10/: Add StatBlockCore forum link
21:48.12NeoTron_I wonder...
21:48.40NeoTron_can a warlock tank the shadow peeps?
21:48.40NeoTron_the void spawns
21:48.40NeoTron_I wonder how much of the required AoE dmg a single warlock in full SR would produce
21:48.42NeoTron_probably quite a bit less
21:50.31NeoTron_What kind of damage do the mages do?
21:51.38durcynNeoTron_: one of ours tops the charts in p1 even with seed spam going
21:52.04durcynthe spellstolen buff is insanely great
21:52.12nevcairielNeoTron: its fire dmg
21:52.45nevcairielhttp://www.wowhead.com/?spell=46102
21:52.47nevcairielthat thing?
21:52.49nevcairielreally nice :)
21:53.51NeoTron_durcyn: I meant the mage npc's :P
21:54.21*** join/#wowace Orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
21:54.31NeoTron_so a pet with full FR can tank one
21:54.42*** join/#wowace EvilJohn (n=eviljohn@adsl-70-243-118-215.dsl.austtx.swbell.net)
21:54.55NeoTron_we're currently leaning towards a holy pally in SR gear tanking the spawns
21:55.02NeoTron_healing himself for extra aggro
21:55.59durcynNeoTron_: oh. just have an enh shaman on each door shock it.
21:56.42durcynNeoTron_: and you don't really need SR on the void spawn paladin tank, tbh
21:56.47NeoTron_this fight is funny. so many ways to do it
21:56.57NeoTron_they seem to hit for about 1500 dmg per AoE
21:57.13NivFreakhow many doors are there?
21:57.18durcynnah, the volley is junk
21:57.20NivFreakand wait, who has more than one enh shaman? ;)
21:57.20durcyntwo, niv
21:57.31durcynwe carry two for muru, so.
21:58.22NivFreakI can't even find one that doesn't suck or flake =(
21:58.22NeoTron_we have two in the guild
21:58.22NivFreakI'm on #4
21:58.22NeoTron_but one is supposed to go resto
21:58.35NeoTron_durcyn: so you think a holy pally, in normal holy pally gear, can tank the spawns ?
21:58.40NeoTron_healing himself in the process
21:58.48AckisWorkon muru?
21:58.48*** mode/#wowace [+o tardmrr|sleep] by ChanServ
21:58.50durcynwe use a holy paladin in a mix if prot/holy gear
21:58.56durcynof*
21:59.05WraithanEnhancement shamans are actually wanted on raids now?
21:59.17Wraithanwe were shunned back before outlands
21:59.41Diaoevery guild wants 1
21:59.41NeoTron_Wraithan: that's partially because horde didn't know what they had but primarily because shamans got buffed a lot in the expansion
21:59.44Diaoto buff teh rogues
21:59.49Diaoand warriors
21:59.51Diao:P
21:59.57WraithanYeah
22:00.00WraithanThat buff is pretty nice
22:00.06NeoTron_it seems until Alliance got shamans, shamans were severely undervalued regardless of spec
22:00.16Diaono
22:00.21NivFreakI always loved my resto shaman
22:00.26Diaoit's more like.. resto was terrible until they buffed chainheal
22:00.26NivFreak<3
22:00.32NeoTron_all I heard was complaints about how much totems sucked
22:00.35*** join/#wowace Paen1 (n=Jim@54-94.candlewood.dynip.msu.edu)
22:00.36Diaoele had no good buffs
22:00.43Diaountil totem of wrath and wrath of air
22:00.46WraithanMy guild didn't presure me, but didn't exactly love having me enhancement, and wanted me resto
22:00.47*** part/#wowace Paen1 (n=Jim@54-94.candlewood.dynip.msu.edu)
22:00.53Diaoand enh was only good for wf
22:00.59Diaoand since resto sham could provide wf
22:01.02Diaothey had no need for enh
22:01.05Wraithanyeah
22:01.09Diaobut in expansion they got unleashed rage
22:01.14Diaowhich makes them a better buffer
22:01.34Diaobasically, pre-bc shaman were terrible overall
22:01.42Diaoand got a bunch of nice improvements that made them wanted
22:01.42durcynenh also allows goa twisting
22:01.43Wraithanthey were fun to solo
22:01.47durcynwhich is huge
22:01.58durcynsince you don't have to use that time/mana to heal instead
22:02.06Diaoyeah, but there was no twisting pre-bc since you couldn't sustain the mana
22:02.09WraithanI loved solo as my enh shaman
22:02.17Wraithanshamanistic rage helps so much for mana
22:02.34Wraithan+ 200atk power trinket and unleashed rage
22:02.37Diaoyep
22:02.56Wraithanwith my garbage gear at level 68, I get 400 mana back a hit
22:03.04*** join/#wowace NeoRevan (n=Vulcanus@084202194204.customer.alfanett.no)
22:03.20Wraithanfriends still want me going resto/elemental for pvp
22:04.06Diaoenh is good in pvp
22:04.08Diaowith the right setup
22:04.38WraithanI guess my outlook is a little different than most, I look at arenas as something fun to do
22:04.44Wraithanalong with getting some nice gear from
22:05.19Wraithanonce I hit 70 my 3v3 team will be a resto shaman, a enh shaman and a lock
22:05.20Wraithanlol
22:05.25Diaolol
22:07.50Wraithanor maybe ele shaman enh shaman and holy priest
22:07.51Wraithanlol
22:08.43*** join/#wowace sedai| (i=cookies@c-67-190-31-227.hsd1.co.comcast.net)
22:21.21*** join/#wowace Xinhuan (i=xinhuan@WoWUIDev/WoWAce/xinhuan)
22:23.27*** join/#wowace dira (n=dira@e179199020.adsl.alicedsl.de)
22:29.03Xinhuan~seen ackis
22:29.05purlackis <n=asdf@WoWUIDev/WoWAce/ARL/Troll/Ackis> was last seen on IRC in channel #wowwiki, 1d 21h 22m 36s ago, saying: 'ahh figured it out, I'm kinda smart'.
22:30.27*** join/#wowace sedai| (i=cookies@c-67-190-31-227.hsd1.co.comcast.net)
22:31.36*** join/#wowace Yssaril (n=Yssaril@adsl-99-145-234-166.dsl.emhril.sbcglobal.net)
22:32.30*** join/#wowace aitch (n=shiv@87-194-71-221.bethere.co.uk)
22:35.25sacarascXinhuan: try ackisword
22:35.28sacarascwork
22:35.36sacarascstupid keyboard moving keys around
22:35.37Xinhuan~seen ackiswork
22:35.39purlackiswork <i=8ee557fb@WoWUIDev/WoWAce/ARL/Troll/Ackis> was last seen on IRC in channel #curseforge, 13m 2s ago, saying: 'if they're too low they're grey?'.
22:35.44Xinhuanhm
22:35.51Xinhuani.e not online
22:36.04*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
22:42.36NeoTron_M'uru is truly an interesting fight to ponder
22:42.51CIA-4403toadkiller * r78109 10LibKeyBound-1.0/LibKeyBound-1.0/Locale-ruRU.lua:
22:42.51CIA-44LibKeyBound-1.0:
22:42.51CIA-44-- fix typo
22:42.59NeoTron_since theer are so many extremely different strategies you can take
22:44.25*** join/#wowace Vulcanus (n=Vulcanus@084202194204.customer.alfanett.no)
22:51.03aestilwell, if we can duplicate an etwins kill next week, we will get our first look at muru
22:51.12aestilbut i don't htink you can take second etwins kill for granted.
22:52.46*** join/#wowace qvr (i=qvr@ip6.mmh.iki.fi)
22:53.25*** join/#wowace Kirkburn (n=Kirkburn@wikia/Kirkburn)
22:56.32NeoTron_actually
22:56.38NeoTron_twins I found is pretty repeatable
22:56.57Diaois it true that everyone should be getting lw for muru
22:57.00Diaoor at least all the dps
22:58.42aestilman, leveling engineering is unreal.
22:58.59aestili just farmed 100 fel iron ore, and made 17 fel iron casings [for the next step]
22:59.11aestilbut its like a drop in the bucket of what i need overall.
22:59.21NechcknI actually like it aestil- sve for those last few levels  =)
22:59.32Nechckns/sve for/except for
23:00.00aestillast few levels are all that matters.
23:00.06*** join/#wowace zethe (n=zethe@97-81-103-137.dhcp.athn.ga.charter.com)
23:00.07Nechcknheheeh true
23:00.28Stanzilla[Eumenida-Perenolde] says: "If you say 'plz' because it's shorter than 'please', I'll say 'no' because it's shorter than 'yes'"
23:00.31Stanzillahah! nice!
23:00.46Nechcknthat is great
23:01.07NeoTron_Diao: I doubt everyone needs it. There's no way in hell I'll level LW just for m'uru
23:04.40Diaoah
23:04.57Diaoi was reading a guide somewhere and they said everyone should pick up lw
23:05.06NeoTron_they said the same for brutallus
23:05.18NeoTron_4xLW per group obviously helps
23:05.19*** join/#wowace zespri_work (n=zespri@unaffiliated/zespri)
23:05.24NeoTron_I'm glad they are nerfing it though
23:06.05selckinits not _needed_
23:06.12selckinbut the drums are insanely good
23:06.19selckinits would be quite stupid not to get them
23:06.24Diaowait
23:06.27Diaothey're nerfing muru?
23:06.34selckinnerfing drums
23:06.39Diaooh
23:06.39Tekkubno, they're nerfing footballs
23:06.43Diaoi thought they weren't nerfing it until wotlk
23:06.48profalbertso when is this drum-nerf coming?
23:06.51selckinDiao: thats probably true yes
23:07.12selckinthe soonest i except it the big pre-wotlk patch
23:07.22selckin*expect it is
23:07.39NeoTron_I'd expect it to be in wotlk
23:07.59Nechcknj/w  Why the nerf?
23:08.05selckini expect a big patch introducing all the items & changes etc like with bruning crusade
23:08.11selckinand the new talent trees
23:08.12Diaosame reason they nerfed elixir stacking in bc
23:08.19Nechckngotcha
23:08.19Diaobecause they don't want people chaining stuff
23:08.23Nechcknthat makes sense
23:08.33Diaothen they can balance encounters around not having it
23:08.36*** join/#wowace silentium (i=silentiu@dslb-088-066-006-192.pools.arcor-ip.net)
23:08.39Diaorather than assuming everyone has to get x profession
23:08.57Nechcknright... I wasn't sure what they were doing is the big thing  =)
23:09.11selckinthey are adding a debuff basicly
23:09.22selckinso you can't get chained effect
23:09.33selckinaltho this is all speculation, notting is definitief
23:09.35profalberttinitus - can't get drummed for 2 minutes
23:09.52selckini expect it getting added for herosim aswel
23:11.13NechcknI like when you can have different professions and not *need* one or another
23:11.46selckinevery serious raider has LW
23:11.58sacarascLW?
23:12.16profalbertleatherworking
23:12.41sacarascwhy? for drums or something?
23:12.47profalbertyep
23:13.26*** join/#wowace VonhintenHOME` (n=Kiss@c-71-203-105-127.hsd1.fl.comcast.net)
23:14.09VonhintenHOME`\channel
23:14.45NeoTron_selckin: it hasn't been NEEDED so far
23:15.00selckinNeoTron_: its a game of min/maxing
23:15.16NeoTron_we're progressing sufficiently, especially consider we had some staffing issues
23:15.17selckinNeoTron_: you don't NEED most gear upgrade you get following that argument
23:15.23NeoTron_min maxing aside, it's not required
23:15.32NeoTron_actually gear upgrades you do need in SWP
23:16.00selckinthen drums help.
23:16.04NeoTron_it does yes
23:16.07NeoTron_but it's not required
23:16.13NeoTron_not saying it's not helpful
23:16.22selckinit helps as much as gear upgrades do
23:16.24NeoTron_but dropping professions for it, at least useful non-gathering ones, is rather silly
23:16.36selckinif i can socket most haste on paladin and 100 mp5 from drums, it will help the tank alive
23:17.02selckinNeoTron_: gold is worthless, it costs what 1.5k to roll any profession?
23:17.11selckineveryone i know is sitting on 10k+
23:17.21selckingbanks on 100-200 k
23:17.30selckinuse it to promote easier progression.
23:17.55selckinits like not enchanting your gear
23:17.58selckinits not NEEDED
23:18.11selckinbut you're not getting in my raid
23:18.23NeoTron_when did you kill Kil'jaeden?
23:18.37VonhintenHOME`Enchanting your gear is like a couple pieces of gear worth of bonuses missing
23:18.47selckin4 weeks ago or so
23:18.48VonhintenHOME`If everyone in your raid did that, it WOULD be needed
23:19.00Diaoring enchants!
23:19.21NeoTron_I think it's fine for top tier guilds to do that. I don't think my leevl guild should be too concerned. people are naturally falling towards learning it though
23:19.41selckinit says alot about a person if they do out of free will
23:19.46selckinthey are keepers
23:19.48Diaoso i was thinking about the mechanics of arcane shot
23:19.54Diaohow is that kind of ability still not nerfed :(
23:20.03*** join/#wowace zespri_work (n=zespri@unaffiliated/zespri)
23:20.09NeoTron_and it says nothing of a person if they don't
23:20.13selckinpvp will never be balaced, give it up
23:20.27Diaoit's got all the benefits of all both magic and physical effects and yet none of the downsides
23:20.32NeoTron_in wotlk it'll be useless right there
23:20.39NeoTron_so doing it now is pretty pointless
23:21.22*** join/#wowace silentium (i=silentiu@dslb-088-066-006-192.pools.arcor-ip.net)
23:21.23Diaobypasses bop (magic), can't be spell reflected (physical), gains from physical stats (physical), ignores armor (magical)
23:21.23Diaomakes no sense!
23:21.27Diaoshould be one or the other imo
23:21.50profalbertwhat would be a good addon for warriors to remind themselves keeping demo-shout up?
23:21.52*** part/#wowace zespri_work (n=zespri@unaffiliated/zespri)
23:21.52VonhintenHOME`don't forget, removes buffs (doesn't it?)
23:21.57Diaoyeah it does
23:22.13Diaoand it's instant (can be casted while running)
23:22.32Diaothere's addons to remind you to debuff?
23:22.38Diaoi just use quartz with debuff timers on my target
23:22.44VonhintenHOME`Well, regardless, I'd nerf resto druids before anything else
23:22.46Diaoso when i see it running down i just refresh it
23:23.43profalbertIt's not for me... I need to keep CoW up, cause the warriors keep forgetting to shout
23:23.59Diaotell them to l2p
23:24.09Diaoit's not hard to refresh a shout every 30 sec
23:24.18[dRaCo]msbt can show a message if debuffs fade
23:24.43profalbertI know that. But I can't expect them to define custom triggers
23:24.44[dRaCo]powerauras or something like ot
23:24.55VonhintenHOME`I don't think you'll need a custom trigger for that
23:24.59VonhintenHOME`it's probably built in
23:25.15Diaomy msbt doesn't have it
23:25.19Diaoby default
23:25.19[dRaCo]it doesnt
23:25.31[dRaCo]it's pretty easy to do, though
23:25.31VonhintenHOME`nice
23:25.49Diaoyeah
23:26.09VonhintenHOME`Don't CoW, just yell at them when it's not up
23:26.16VonhintenHOME`make them get used to it
23:26.20CIA-4403funkydude * r78110 10StatBlocks_Folks/StatBlocks_Folks.lua: StatBlocks_Folks: hopefully actually fix the bug
23:26.20Diaohowever, if someone doesn't have the intelligence to keep a shout up every 30 sec, i doubt they have the intelligence to create a simple trigger >.>
23:26.47VonhintenHOME`Only way they'll do it, is if they get used to it, make it part of their routine
23:26.50Diaoyeah, don't baby other guildies by doing stuff for them
23:27.01Diaoor they'll never learn
23:27.13*** join/#wowace Mytos (n=nate@c-76-99-113-54.hsd1.pa.comcast.net)
23:29.00*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
23:29.01*** mode/#wowace [+v MentalPower] by ChanServ
23:29.43CIA-4403funkydude * r78111 10StatBlockCore/StatBlockCore.lua: StatBlockCore: fix random blank blocks
23:30.52profalbertif it's not me, some other lock will do it...
23:31.59CIA-4403funkydude * r78112 10StatBlockCore/StatBlockCore.lua: StatBlockCore: and add some safety
23:32.00selckinyou always have 4 locks then?
23:32.07profalbertsometimes
23:32.10selckinstill quite a huge dps loss
23:32.21Mytoslocks for what?
23:33.03profalbertCoW
23:33.14WraithanI use addons to remind me to cast my water shield because it is hard for me to remember lol
23:33.23*** join/#wowace Dark_Elf (n=Dark_Elf@206.169.253.104)
23:33.49profalbertI use addons to remind me of CoT on council
23:34.59selckinyeah, either remember, or put the buff/Debuff somewhere in clear sight, or use an addon that yells at you
23:35.03selckinjust get it done
23:36.03profalbertso back to the question, is there an addon that provides a "simple" way of reminding? maybe spellreminder?
23:36.25NeoTron_Honestly I kind of want such addons myself
23:36.45NeoTron_I don't really need a timer, I just need a reminder when something is about to pop.being the raid leader I sometimes get distracted
23:36.52selckini used to add it elkano's buffbar, and move it somewhere else
23:37.13selckin'demon' for raidleader monitoring of debuff
23:37.22NeoTron_I use that
23:37.41NeoTron_but demon doesn't remind me to cast CoD while I'm taking @ twins :P
23:38.00NeoTron_yes it's once per minute but between moving and keeping an eye on every other timer, I forget at times
23:38.11selckinthere is a good addon for that, can't think of the name, one sec
23:38.24selckinGhost: pulse
23:38.41selckinhttp://www.wowinterface.com/downloads/info8418-GhostPulse2.html
23:38.53Mytosi just use dbm and put a timer line into my macros
23:39.14NeoTron_ah that's pretty nice
23:39.15selckinprofalbert: ^ probably can be comfigured for demo shout aswel
23:39.23selckini really love ghost pulse tbh
23:39.24NeoTron_does Power Auras do stuff like that or just buffs?
23:39.39selckinnever used that
23:39.44profalbertselckin: thanks
23:40.12selckinany warning you would ever want, you can basicly make it do
23:40.34NeoTron_http://www.wowinterface.com/downloads/info8579-PowerAurasClassic.html
23:40.39selckincan be a bit tricky to configure right, but it improved alot lately
23:40.40NeoTron_I'll check both out
23:40.58selckini never liked perma-HUD type things
23:41.04NeoTron_I don't think it is
23:41.12NeoTron_it pops stuff up based on events
23:41.35selckinhmm yea, just looked at the screenshot tbh
23:41.48NeoTron_it just pops up weird stuff compared to just a large icon
23:41.51NeoTron_or something
23:42.06selckinmainly as a healer my focus is mostly on grid, so having things pop up in that area is really nice ;)
23:42.15*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
23:42.15*** mode/#wowace [+o ckknight] by ChanServ
23:42.40*** join/#wowace Aens|Superiority (n=a@CPE00508da82991-CM0019477f6ec8.cpe.net.cable.rogers.com)
23:42.42NeoTron_yeah
23:43.05ckknightdoes anyone know a way to get the x/y coordinates for instances (not necessarily in-game or anything)?
23:43.12NeoTron_in ghost pulse can you make it remind you, say, 1.5s before something expires/
23:43.50selckini think so, not sure, can't login right now to check
23:43.51profalbertNeoTron_: that would be exactly it
23:44.17NeoTron_useful for, for example, refreshing immolate
23:44.19NeoTron_if you roll that way
23:44.27NeoTron_selckin: have to ask, are all your warlocks fire?
23:44.44selckinno
23:45.00selckinneed spriest mana more :\«
23:45.10selckin1 or 2 respec to it sometimes
23:46.13Vulcanuscan PowerAuras like constantly flash if Im lacking a certain buff while in combat?
23:46.25selckini have the most imba screenshot ever
23:48.40selckinhttp://selckin.be/stuff/WoWScrnShot_061608_234145.jpg
23:48.43selckinbest quote ever!
23:50.58NeoTron_Vulcanus: BuffEnough might do the trick if a red rectangle is sufficient to tickle your senses
23:51.22selckinaudio is always better then visuals to get attention
23:51.35HjalteBuffEnough is great for reminding about buffs. Just remember to check it before you go in.
23:51.37selckin(if you're having problems noticing stuff, add sounds!)
23:51.43Vulcanusdoesnt work in pvp or while listening to music sadly
23:51.56Vulcanusmaybe, just "Missing Seal!" flashing in font size 18 on my BigRed doesn't work as well as I want it to XD
23:52.21selckinyea, i mostly mean for raiding
23:52.59VulcanusIll check out buffenough tomorrow then, hopefully itll work so I dont have to lose dps on lacking SoC :(
23:53.46CIA-4403ag * r78113 10Fortress/Core.lua: Fortress: text formatting
23:53.47selckinits a core ability, move the buff timer for it where you visual focus is most of the time
23:53.56selckinwith EBB or something
23:54.32*** join/#wowace DARKGuy (i=DARKGuy@201.242.99.96)
23:54.56*** join/#wowace JoshBorke (n=josh@WoWUIDev/WoWInterface/LegoBlock/joshborke)
23:55.19selckinthis badblock check has been running for 6 hours
23:55.20selckin:(

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.