IRC log for #wowace on 20081102

00:00.09Repo10omen-threat-meter: 03Nevcairiel 07nev/optimization * v3.0.0 /: [forced -4 +8] Update version number to 3.0.0
00:00.09Xinhuani found out about that one after 2 days of debugging, and within a day, all raid frames were updated with the UNIT_NAME unregistering workaround
00:00.31Xinhuannot sure ackis, think today is the last day
00:02.23YssarilXinhuan: i am still not 100 sure abotu the raidid thing i always heard that it will stay the same unless you leave and reenter the raid so if you have 3 people and the 2nd one leaves you will have raid1 and raid3 being valid uinit id's
00:03.13Repo10omen-threat-meter: 03Nevcairiel 07nev/optimization * v3.0.0-1-g0ae2c8f Omen.lua: [+1 commit] Fix nil error in OnProfileChanged related to Value/Percent display
00:03.58YssarilXinhuan:  http://www.wowwiki.com/API_GetRaidRosterInfo last paragraph (Details)
00:04.08Yssarilunless its horribly outdated
00:04.39Xinhuanits horribly outdated
00:04.52Repo10omen-threat-meter: 03Nevcairiel 07master * v3.0.0-1-g0ae2c8f Omen.lua: [+1 commit] Fix nil error in OnProfileChanged related to Value/Percent display
00:05.06Yssarilk u say so :)
00:07.33Xinhuanwell i can tell you Omen is only using 1-N
00:07.36Xinhuanomen3 that is
00:07.45Xinhuanif it didn't work, wouldn't people have complained already? :)
00:08.42Xinhuani specifically tested this btw :)
00:08.58Xinhuani went into AV and iterated over everyone UnitName(raid[1-N])
00:09.05Xinhuanas people join/left and printed their names
00:09.25Xinhuanif any were nil, it would have printed nil
00:10.19Xinhuanbyw Yssaril, http://www.wowwiki.com/API_GetRaidRosterInfo isn't wrong
00:10.32XinhuanGetRaidRosterInfo returns which group position they are in
00:10.42Xinhuanthat is, subgroup and their number in the subgroup
00:10.56Xinhuanit has nothing to do with unitID
00:11.10Xinhuansince the input to that function is a number from 1-40, not a unitID
00:11.34nevcairielthat number is the unit id
00:11.36nevcairielwell
00:11.39nevcairielraid1 is id 1
00:11.39nevcairieletc :P
00:12.26nevcairielIt just claims the order is preserved if you leave/join
00:12.31nevcairielit never claims it leaves holes
00:12.49Xinhuanlol
00:13.02nevcairielso player 10 leaves, everything gets shuffled around, he joins back, shuffled back to original ids? :)
00:13.53Xinhuanno idea
00:13.56Yssarilnevcairiel: that shounds like something you implement when you have nothing else to do since its kinda pointless imo
00:13.58Repo10atlasloot-enhanced: 03TrAsHeR * r1719 Locales/constants.fr.lua: frFR update
00:14.16nevcairielits kind pointless to keep the ordering in the first place
00:14.28nevcairieland it definately doesnt leave holes in the list
00:14.52Yssarilgood to know (always thought it could)
00:15.25Xinhuanwould be a coding nightmare to leave holes
00:16.23Yssariljust scan 1-40 and don't do anything if it doesn't exist
00:17.13Yssarilalso then you wouldn;t have to update unitid to guid/name references each time something changes
00:18.25Hjalte~seen elsia
00:18.27purlelsia <i=elsiarow@p57A24C68.dip.t-dialin.net> was last seen on IRC in channel #wowace, 16d 7h 47m 30s ago, saying: 'hmm syntax check on commits. nice :D'.
00:18.29Xinhuancode is far more efficient to just loop 1-N though
00:21.21Yssarildepends why your looping :)
00:21.43Repo10analyst: 03Bethink * r24 HISTORY.txt: Updated release notes for release 1.0.4
00:22.07Repo10analyst: 03Bethink 041.0.4 * r25 : Tagging as 1.0.4
00:24.00Yssarilis there a better way to check if IsFlying changes from 1 to nil other than using onupdate?
00:24.44nevcairielprobably not
00:26.02Yssarilthere should be events for all the macro conditionals imo
00:26.24nevcairielthe secure driver users onupdate too, so shrug :)
00:26.46doom0rcompanion_update?
00:28.23Megalonshouldn't the change from 1 to nil always go along with a buff fading? :o
00:28.42godzirraZeksie: You around?  I have a quick question for you about zomgbuffs (which I'm slowly converting my guild to =)
00:28.51YssarilMegalon: nope isfllying changes the second you take of fromt he ground on a mount
00:29.16YssarilMegalon: may also be true when jumping (haven't tested that yet though)
00:29.22Repo10onebag3: 03Kaelten * r24 / (4 files in 1 directory): Added tag v3.0.4-beta for changeset f134ee11bc6c
00:29.22Repoupdates to the options window, a few new options to boot
00:29.36Megalonjumping is not flying
00:29.42Xinhuannevcairiel: "I'm using Mapster with InstanceMaps and the Mapster-button and the Instance selection box is overwriting each other."
00:29.43Xinhuanhahaha
00:29.52doom0rMegalon: semantics
00:29.54doom0r:P
00:29.55Xinhuanappears lots of addons are trying to create buttons at the same spot
00:30.00Xinhuannot just QuestHelper
00:30.24Megalonin wow there is IsFlying() and IsFalling()
00:31.05Yssarilforgot about IsFalling :)
00:32.07Yssarilnevcairiel: so you dont see a problem with checking for IsFlying and GetUnitSpeed onUpdate and do things if they change?
00:32.54godzirraAnyone know if zomgbuffs will track your own shield?
00:33.59MegalonYssaril: you asked for a better way when it changes from 1 to nil
00:34.12Megalonif it's 1, you have to be flying and have a buff which allows you to fly
00:34.22Megalonhave to have :x
00:34.34*** join/#wowace Matrix110| (i=Matrix11@pD957D989.dip.t-dialin.net)
00:34.35Megalonoh, actually was right english ;>
00:34.49YssarilMegalon: true but the buff doesnt tell you that your flying it just tells you that your shapeshifter or mounted
00:35.14Yssarilnevcairiel: also any thoughts on ticket #4 for mapster would be a sweet option
00:36.01MegalonYssaril: you asked for the transition
00:36.16Megalonand the transition involves loosing the buff
00:36.58YssarilMegalon: no it doesnt there is no buff gained or lossed when you are on your mount and running on the ground to starting to fly
00:37.30Zeksiegodzirra: not atm. I threw something like that into X-Perl which will do that, and I'm doing a seperate and simple shield display thingy mod when I get the time
00:37.47YssarilMegalon: i think your thinking parachute cloak which doesn't effect IsFlying
00:38.24godzirraZeksie: okay, thanks :)
00:39.34*** join/#wowace bien| (n=bien@pD9E6CDBF.dip.t-dialin.net)
00:39.37Xinhuanhttp://www.curseforge.com/knowledge-base/pkgmeta-file/
00:39.40Megalon<Yssaril> is there a better way to check if IsFlying changes from 1 to nil other than using onupdate?
00:39.44*** join/#wowace Sliker_Hawk (i=SlikerHa@5acb54f1.bb.sky.com)
00:39.45Xinhuan"With my windows version I CAN NOT create a file (via win explorer) that starts with a dot '.'!!!"
00:39.46Xinhuanrofl
00:40.05YssarilMegalon: yes and so far you havent told me one :P
00:40.29Megalonyou loose the mount debuff while IsFlying is 1
00:40.30Megalongzgz
00:40.37Megalonis one way
00:40.42Megalonlanding is another thing
00:40.43Megalon:P
00:41.09YssarilMegalon: umm no your buffs stay the same if your mounted on the ground or are in the air
00:41.30*** join/#wowace Matrix110| (i=Matrix11@pD957D989.dip.t-dialin.net)
00:41.33*** part/#wowace Keya (n=pschrine@xdsl-213-196-249-119.netcologne.de)
00:41.38*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
00:41.38*** mode/#wowace [+o Cairenn] by ChanServ
00:42.02*** join/#wowace bien| (n=bien@pD9E6CDBF.dip.t-dialin.net)
00:42.36Yssarilif there would be a buff change there would be an event i can track but no events fire when it happes /cry
00:43.32charonXinhuan: that guy thinks he's in trouble... with my LINUX version i cannot even SEE them!
00:43.50Xinhuanhehe
00:44.18Yssarilcharon: how can you edit them then?
00:44.37charonYssaril: M-x butterfly
00:45.19MegalonC-x M-c butterfly
00:45.22*** join/#wowace Kilroo (n=Kilroo@cpe-098-026-168-017.triad.res.rr.com)
00:45.25MegalonM-butterfly :S
00:45.27ZhinjioL["hit"] and L["Hit"] are different, right?
00:45.42charonoh yeah. what Megalon said.
00:45.54charongoes back to Emacs reeducation camp
00:46.11Megalon<;
00:46.26theoddone33that must be where they teach you vim
00:47.07doom0rlearn2nano/pico
00:50.59vhaarrZhinjio: obviously
00:51.22vhaarrlua> print("hit" == "Hit")
00:51.23lua_botvhaarr: false
00:51.26Gnarfozhttp://mediencenter.n24.de/index.php?deepLink=screen/startScreen/video/274928 <-- check out the laptop screen from about 0:59 to 0:50 (yes, it's a time remaining counter), ignore the german audio if you can't understand it. (it's about Volkswagen's insane market value explosion this last week)
00:52.42Zhinjionods.
00:52.43ZhinjioThanks
00:52.45doom0rGnarfoz: someone posted the screen in here a day or 2 ago
00:53.08Gnarfozdoom0r: oh? hm
00:53.15doom0rdude in tanaris, right?
00:53.30theoddone33anyone know if burning soul talent in the mage fire tree affects pushback resist for frostfire bolt?
00:54.04theoddone33trying to think if 0/20/51 frostfire would be a good pvp spec
00:54.39theoddone33the fact that you can get winter's chill and improved scorch in the same spec is fun
01:03.51doom0rhmmm, is there a way to not have Omen show meters when solo without having it hide the frame?
01:03.57doom0rneeds a dead frame lock
01:04.40Repo10socialist: 03eblume * r42 / (2 files in 1 directory): Socialist:
01:04.40Repo- Additional work on new XML.
01:04.41Repo- About 90% to first Alpha.
01:06.24Xinhuanwhat doom0r?
01:06.56Xinhuancan you rephrase that
01:07.37doom0ri don't need a meter solo, but it's sitting next to recount visible as a backdrop more or less, see here: http://img526.imageshack.us/my.php?image=wowscrnshot110108171037ed3.jpg
01:07.52Xinhuanare u using version RC3 or version 3.0.0 of omen3?
01:08.35Xinhuanthat is, the name of the zip file you downloaded
01:08.37doom0r3 and i don't stick to one level, switch as needed for fixes
01:09.02Xinhuanok let me put it this way, when did you last update omen3?
01:09.08doom0r^
01:09.11Xinhuanthe RC3 version's TOC also said v3.0
01:09.13Repo10tekmapenhancer: 03Tekkub 07master * 2.4.1.1-Beta-1-ga83ffe1 / (3 files in 1 directory): [new, +1 commit] Readme
01:09.14Repo10tekmapenhancer: 03Tekkub 042.4.1.1-Beta * 6e039b2 /: [new tag, +9 commits] Weekly build
01:09.22doom0rno, i got the release
01:09.37Xinhuanso change the options to not show on solo?
01:09.46doom0rthen the frame goes away
01:09.58Xinhuanisn't that what you want?
01:10.13Ackis76 mini pets and 64 mounts heh
01:10.16Xinhuanthat is, you want to hide omen
01:10.18doom0r-20:07:51- [doom0r]: i don't need a meter solo, but it's sitting next to recount visible as a backdrop more or less, see here: http://img526.imageshack.us/my.php?image=wowscrnshot110108171037ed3.jpg
01:10.20Xinhuanwhen you are solo
01:10.22doom0rno
01:10.27ZhinjioHey Ackis
01:10.28Xinhuani'm not understanding
01:10.30Xinhuanwhat you want
01:10.30doom0rpic explains
01:10.32Ackishey Zhinjio
01:10.42Xinhuanno it doesn't
01:10.44doom0rbottom right
01:10.58Xinhuanyou said you want omen to hide itself when you are solo
01:11.00charonXinhuan: i think he wants to have it disabled, yet still show the backdrop so it fits into the UI
01:11.01doom0ryes, if omens gone, there's an empty space that looks completely wack
01:11.20doom0ryes, no need to hide the whole frame
01:11.24doom0rjust stop showing the meters
01:11.29Xinhuanthen disable the whole auto show/hide thing
01:11.37Xinhuanin the options
01:11.44Xinhuanthen it will stay visible all the time
01:12.07doom0rso then how do i hide the meters while solo?
01:12.22Xinhuan... you just said you want it to show
01:12.29doom0rmeter != frame
01:12.42Xinhuanin omen's case, meter == frame
01:13.04doom0rwell, that was the whole point of asking
01:13.10doom0r;x
01:13.17Xinhuanwell your definition of meter isn't mine
01:13.38doom0rmaybe, but an empty frame is no meter
01:13.49Xinhuanif its shown, omen will show meters
01:13.59Xinhuanor rather, if the frame is shown, meters will be shown
01:14.55Repo10tekmapenhancer: 03Tekkub 07master * 3.0.2.2-Release-1-gec98763 / (2 files in 1 directory): [+5 commits] (1 truncated)
01:14.55Repoec98763: Merge commit '3.0.2.2-Release'
01:14.56Repobd7d6bb: Weekly build 3.0.2.2-Release
01:15.00Repo03871ea: Update changelog for 3.0.2.2-Release
01:15.04Repo09e07e0: Updating TOC to 30000
01:15.08Repo10tekmapenhancer: 03Tekkub 043.0.2.2-Release * 6e8e9b6 /: [new tag, +5 commits] Weekly build
01:15.37*** join/#wowace eoM_rM (n=moe@p5489C24A.dip.t-dialin.net)
01:17.13Repo10omen-threat-meter: 03Xinhuan 04v3.0.1 * 589b835 /: [new tag, +1 commits] Tag release v3.0.1
01:17.15*** join/#wowace EvilJohn (n=eviljohn@ppp-70-246-93-144.dsl.austtx.swbell.net)
01:17.58Xinhuani wonder if the packager does it right on pushing a commit and a tag at the same time
01:18.32Xinhuanrofl it doesn't package the tag
01:18.44Xinhuancharon, what do i do now ;p
01:18.58TorhalXinhuan: Tag from the web page
01:19.03TorhalI made the same mistake
01:19.04*** join/#wowace kenlyric (n=kenlyric@skenlam.itpo.iu.edu)
01:19.18TorhalIt skipped from r4 to r6 (r5 was the tag)
01:19.24Xinhuanthat's not a solution
01:19.33charonhmm, good question
01:19.33TorhalAnd it didn't list the tag, though SVN said it existed
01:19.37charoni wonder what's broken.
01:19.39TorhalKaelten told me to use the web page
01:19.41TorhalWorked for me
01:19.46Xinhuanthat's cos your trunk doesn't contain r5 Torhal
01:19.46charonoh, i know.
01:19.51charonXinhuan: sec
01:20.08TorhalXinhuan: Aye, it pushed r5 to the tag and didn't push it
01:20.45Xinhuandunno, my svn tags have always been pushed hehe
01:21.17Xinhuando i have to delete the remote tag, then re-push it?
01:22.25*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust544.bagu.cable.ntl.com)
01:22.36Stanzillawait for charon magix first :P
01:23.09charon^
01:23.43Xinhuanupdate me when your magix is done ;p
01:23.46theoddone33I wish they'd keep instacast mounts in the game
01:23.49YssarilXinhuan: how do you push tags and commits at the same time with git?
01:23.53theoddone33thtey really screw with rogues that want to gank you
01:24.05Xinhuani already had a commit i didn't push yet
01:24.08Xinhuanthen i created a tag
01:24.09theoddone33because you ca n mount and fly away if they vanish
01:24.14Xinhuanthen i "git push --tags"
01:24.19Repo10button-bin: 03dhedbor * r39 / (5 files in 1 directory): - Added ability to add and delete bins.
01:24.20Repo- Some general cleanup.
01:24.21Xinhuanwhich pushed the commits and tags
01:24.21Repo- Depends on LibBetterBlizzOptions to make the reworked configuration nicer.
01:25.21*** join/#wowace Quaiche (n=PProvost@WoWUIDev/WAU/Admin/Pprovost)
01:25.23*** mode/#wowace [+v Quaiche] by ChanServ
01:26.22Repo10fu-bar_check-fear-ward-fu: 03networkerror * r50 / (3 files in 1 directory): FuBar_CheckFearWardFu3:
01:26.22Repo-
01:26.38charonXinhuan: well, the problem is with the behaviour of 'git fetch'... it only gets tags that point to otherwise reachable history
01:27.11charonand the packager uses 'git fetch' to update its local copy
01:27.18Xinhuanevery point is reachable at this moment
01:27.52charonthe [new tag, +1 commit] tells me that the tag is 1 commit away from any history that was previously present
01:28.15charonthe tagged commit needs to be reachable from a branch head for 'git fetch' to fetch it
01:28.22charonin any case, i just wrote a fix to use 'git fetch -t' too
01:28.25Xinhuanso in the future, i should "git push" and "git push --tags" separately?
01:28.32charonckknight should deploy it RSN
01:28.36*** join/#wowace |Yssaril| (n=Yssaril@adsl-75-63-57-132.dsl.emhril.sbcglobal.net)
01:28.40charonin the future this should be fixed :)
01:29.12*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
01:29.12*** mode/#wowace [+o ckknight] by ChanServ
01:29.13Xinhuanso right now, how do i get the packager to create the zip for the v3.0.1 tag?
01:29.19charonwait...
01:31.50Xinhuanyou also made me google http://en.wikipedia.org/wiki/Real_soon_now
01:31.51Xinhuanlol
01:33.33charonXinhuan: http://www.wowace.com/projects/omen-threat-meter/files/73-v3-0-1/
01:33.37charonyou may stop waiting now.
01:34.12charonthough you might still want to push your master branch (or whatever) for everyone's benefit
01:34.17Xinhuanhow did you "fix" it?
01:34.29charon[02:28] <charon> in any case, i just wrote a fix to use 'git fetch -t' too
01:34.48Xinhuani don't have any changes to push
01:34.54Xinhuani didn't delete the tag or anything
01:34.56Xinhuan:)
01:35.17charoni just added that fetch -t to the packager code, had ckk deploy it, and made the packager look at omen again
01:35.25Xinhuanah
01:35.29charonthe packager's MIT open source you know :p
01:35.30ckknight*thumbs up*
01:35.49Xinhuanlol
01:36.11Xinhuanshould i be encouraged to be more adventurous in future endeavours? :)
01:36.21ckknightadventurous how?
01:36.35Xinhuanto see how the packager behaves if i do crazy stuff haha
01:36.44Xinhuanlike that one, where i pushed a commit and a tag at the same time
01:36.50ckknightyou could just check out the code...
01:36.54ckknight:-P
01:37.01Xinhuani suppose so :<
01:37.20charonXinhuan: you didn't update the master branch btw
01:37.48Xinhuanoh
01:37.50charoni know that the commit is on v3.0.1, but not having it on any branch means more people are going to fall for the same git-fetch trap
01:38.06Repo10omen-threat-meter: 03Xinhuan 07master * v3.0.1 Omen.toc: [+1 commit] Update TOC to v3.0.1 to prepare for new release with fixes.
01:38.12Xinhuanthere
01:38.32charonif you had, that would never have happened... and it would still be broken. good job.
01:38.41charonsucks that there's no git fetch --give-me-everything though
01:39.48Xinhuango tell them to implement one!
01:39.49Xinhuanhaha
01:40.02charonusual reply is "patches welcome"
01:40.41charonthough it would be as easy as 'git config --global alias.fetchall "! git fetch; git fetch -t"'
01:40.42charonor some such
01:44.34godzirraZeksie: One other thing I noticed, is it keeps spamming that you need battle shout, even if you can't cast it because you have blessing of might.  
01:45.22Groktarpounces godzirra
01:48.22kenlyricI noticed that
01:48.30kenlyricI just turned off battleshout!
01:49.55Yssarilgodzirra: that will be fixed next patch they will be able to coexist but only the better effect will be used
01:51.02kenlyricoptimally you wouldn't want to do that
01:51.32kenlyricthough I'm not sure there's an optimal
01:52.41Zeksiegodzirra. yeh, as Yssaril said, I'm not gonna mess with it, cos WoW are fixing it at their end
02:06.08*** part/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
02:09.25Repo10broker-hitcrit: 03Zhinjio * r2 / (7 files in 2 directories): Broker-HitCrit :
02:09.26Repo- initial commit
02:10.48*** join/#wowace BLime (n=wmurray@c-24-125-134-53.hsd1.va.comcast.net)
02:14.52*** part/#wowace BLime (n=wmurray@c-24-125-134-53.hsd1.va.comcast.net)
02:17.46Hell-Razoranybody know of a addon that will bind spells to like shift + 1 or ctrl + 1 or somethin... not just healing spells though like clique does but all spells
02:19.42crookfingerjakehttp://www.wowinterface.com/downloads/info5614-SpellBinder.html
02:20.46Hell-Razorcrookfingerjake, sweet thanks
02:20.47*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
02:21.40crookfingerjakehappy to help
02:22.30*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
02:22.30*** mode/#wowace [+o Funkeh`] by ChanServ
02:22.44*** mode/#wowace [-r] by Funkeh`
02:23.12ShirikFunkeh`: Problems earlier today?
02:23.12*** join/#wowace CIA-27 (n=CIA@208.69.182.149)
02:23.19Repo10button-bin: 03dhedbor * r40 ButtonBin.lua: Removed debug and fixed a bug when deleting bins.
02:24.23Shirikor was it always +r?
02:25.00Hell-Razorcrookfingerjake, yeah ive been looking for this type on addon for a long, long time now
02:25.03Hell-Razorcrookfingerjake, i love you
02:25.04Hell-Razor=P
02:25.53crookfingerjakei love you too!
02:26.58Repo10broker-hitcrit: 03Zhinjio * r3 / (2 files in 1 directory): - fixed LibTooltip external reference
02:27.48*** join/#wowace Ixnorp (n=ixnorp@c-24-126-68-114.hsd1.md.comcast.net)
02:28.14TorhalZhinjio, sup?
02:37.55doom0rhmmm, need a wowcensus style who scanner for playername coloring for chatter
02:42.54Repo10broker-hitcrit: 03Zhinjio * r4 Broker_HitCrit.lua: - another attempt at fixing LTT
02:45.01Repo10omen-threat-meter: 03Xinhuan 07master * v3.0.1-2-gc93f240 / (2 files in 2 directories): [+2 commits]
02:45.02Repoc93f240: Update frFR from Pettigrow.
02:45.03Repof8060ff: Fix error that occurs on changing Clamp To Screen option.
02:46.22linear`is it possible
02:46.35linear`to check if target\party1-4 are in combat or not
02:46.35doom0r?
02:47.09doom0rmmm, duf shows it, so i guess that answer would be yes
02:48.27Xinhuanyes you can :)
02:48.35Xinhuan!api UnitAffectingCombat
02:48.36lua_botDocumentation for 'UnitAffectingCombat' can be found at http://wowprogramming.com/docs/api/UnitAffectingCombat
02:48.37linear`o yeah i found the function
02:48.45doom0rhttp://www.wowwiki.com/API_UnitAffectingCombat ...
02:48.48doom0rdamn fast people
02:51.26*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
02:59.49quiescenshmm
03:00.01quiescensstabs xinhuan with a pillow
03:00.45*** join/#wowace Matrix110| (i=Matrix11@pD957DCA8.dip.t-dialin.net)
03:05.16*** join/#wowace Neffi (n=chatzill@adsl-75-46-36-245.dsl.sfldmi.sbcglobal.net)
03:05.39NeffiAre there any LDB block displays other than Fortress or StatBlockCore?
03:05.48AntiarcButtonBin
03:09.47NeffiOkay, how about one just like StatBlockCore, but with a fucking width option?
03:10.04NeffiI can reparent my plugins, but not adjust width
03:10.09NeffiOr text height
03:11.13NechcknI noticed that with SBC, too, Neffi.
03:11.21Nechcknbut have just sort of gone with the flow
03:11.32NeffiFortress was nearly perfect, but you can't adjust font alignment
03:11.36*** join/#wowace Inc`` (n=incendiu@pool-72-64-99-237.dllstx.fios.verizon.net)
03:11.38Nechcknthere are so many other options, too
03:12.01NeffiIt just seems so stupid to me. The most obvious options were just skipped entirely.
03:12.32NeffiWhat really made it stupid is FlyPaper support. The plugins will stick themselves together... but I can't adjust their width.
03:12.41NeffiThink about that. Because that's truly the most retarded thing ever
03:14.05NechcknOh, I understand, just figured I was missing something that was obvious to others.
03:16.09Fisker-oww my head
03:16.31TorhalNeffi: Hold alt and mouse-wheel the SBC block.
03:16.55NeffiFunkyDude fails at writing options then
03:16.59NeffiHorribly
03:16.59TorhalHeh
03:17.07TorhalUndocumented Features
03:18.16Fisker-i'm so done playing wow
03:18.37TorhalFisker-: What now?
03:20.07Fisker-http://i33.tinypic.com/2vvs5qg.jpg
03:20.32NechcknTorhal thanks for that!
03:20.52NeffiFisker-: Problem?
03:21.05Fisker-what problem?
03:21.10TorhalNechckn: np :)
03:21.11doom0rthey love me in that tunnel too
03:21.15Nechcknsweet... the furblogs love you!
03:21.22Nechcknhow long did it take?
03:21.29NeffiOhhh
03:21.34Fisker-2 days or so
03:21.39NeffiI thought you meant you were pissed and quitting  lol
03:21.43Fisker-not continiously farming of course
03:21.58NechcknNot too bad then, really
03:22.01Fisker-had a couple of long breaks due to alliance also wanting to do that :P
03:22.09Fisker-nope :P
03:22.10Nechcknhehehe I'm sure
03:22.21Fisker-also did AD and Cenarion Circle
03:22.27quiescenskill them, kill them all
03:22.36Fisker-AD was easier with scourge invasion though
03:22.37NechcknOh man... you are a sick puppy
03:22.38NeffiAll you gotta do is convince a paladin friend that the rep is worth it, then /party, /afk, /follow him
03:22.42CIA-27stealyourcarbon: 03Tekkub 07master * r7e607b0 10/ StealYourCarbon.lua : Ah debuggery - http://is.gd/5vR8
03:22.42CIA-27stealyourcarbon: 03Tekkub 07master * r286ee13 10/ README.textile : Merge branch 'master' of git@github.com:tekkub/stealyourcarbon.git - http://is.gd/5vR9
03:22.47NeffiInsta exalted
03:23.27doom0rdoes tomtom work for guild/party ways?
03:25.39Repo10utopia: 03Zeksie * r19 / (4 files in 1 directory): Utopia:
03:25.41Repo- Fixed Hunter zoning with pets error.
03:25.41Repo- Very nasty (but functional) workaround for the Savage Combat problem (need to test if this also applies to Master Poisoner).
03:25.44Repo- Fixed neutral mobs not working.
03:26.40Repo10onebag3: 03Kaelten * r26 / (2 files in 1 directory): Added tag v3.0.5-beta for changeset 6a242e59cb49
03:26.41RepoI hope this fixes the freeze
03:27.01*** join/#wowace bien| (n=bien@pD9E6EF69.dip.t-dialin.net)
03:27.28*** join/#wowace Ixnorp (n=ixnorp@c-24-126-68-114.hsd1.md.comcast.net)
03:27.29Kaelten*crosses fingers*
03:27.38Hell-Razorhey guys for align how do you get it to go into a higher res
03:27.44Fisker-i got teh mostests bananas Kaelten
03:28.32*** join/#wowace |Yssaril| (n=Yssaril@adsl-75-63-57-132.dsl.emhril.sbcglobal.net)
03:29.20doom0r. /align 2^n
03:29.44Hell-Razordoom0r, what?
03:29.52doom0ruse a power of 2
03:30.00Hell-Razorwhat would 1600x1200 be
03:30.06doom0rwhat?
03:30.13Hell-Razoroh nevermind
03:30.16doom0rit's line count
03:30.18TorhalHell-Razor: Align should auto-detect your resolution
03:30.21Hell-Razoralrighti get it
03:30.26Hell-RazorTorhal, ok thanks
03:30.42TorhalJust /align 128 or 96 or 64 or 48 or whatever
03:31.08Hell-Razoralright thanks
03:31.28Ackiszomg hydraxian waterlords 999/1000 roflz
03:31.45TorhalAckis: You fail?
03:31.57doom0rwelcometotheoriginalgame.com
03:31.59Ackisno I just sat out as much as I could with them :P
03:32.07doom0rlol
03:32.08TorhalHeh
03:32.12quiescensold school yo
03:32.20Ackisafter exalted you only got rep from rag/golemagg :P
03:32.34doom0ri got a friend who never got exalted because they were always ooc rezing
03:32.53*** join/#wowace Hell-Razor (n=Unknown@unaffiliated/hell-razor)
03:33.36AckisI got two achievements today too I think lol
03:33.59AckisXinhuan: 2645 achievement points now, still well short of yours :P
03:34.17Xinhuan3555 ;p
03:34.20Fisker-<-3095
03:34.36doom0r3585 on this server
03:34.45doom0rhighest i've seen
03:34.47Zeksie3105 :|
03:34.57AckisI don't compare anymore
03:35.01Ackisdon't care
03:35.05AckisI killed KJ, they haven't
03:35.06Fisker-night tiems
03:35.06Zeksiebarely any pvp ones tho. so i'm happy enough :)
03:35.07Ackisme > them
03:35.11doom0rthen what's that ruler doing under your pillow?
03:35.25Xinhuanbut i HAVE killed Kj ;p
03:35.38Ackisi'm talking about on my server :P
03:35.50Ackisget a red mount yet?
03:36.00quiescensred ones go faster
03:36.44Xinhuanlol
03:39.01Ackisso the org fishing daily was up today, I do it and get the croc on my first cast... that rare green fish was also there but it wouldn't let me loot it lol
03:39.53Xinhuanlol
03:43.35thulspotify > *
03:47.18*** join/#wowace waallen (i=wallen@78.134.21.80)
03:49.07*** join/#wowace Moddington___ (n=chatzill@d75-153-245-251.abhsia.telus.net)
03:50.35Repo10utopia: 03Zeksie * r20 data.lua: Utopia: Added Mangle talent check that was missed.
03:54.43*** join/#wowace cirish (n=cirish@ip72-208-180-134.ph.ph.cox.net)
03:55.10*** part/#wowace cirish (n=cirish@ip72-208-180-134.ph.ph.cox.net)
04:04.42Repo10button-bin: 03dhedbor * r41 ButtonBin.lua:
04:04.42RepoInitial per-bin configuration added. Can now hide icon/label per bin. Very rough and limited, more to come.
04:04.44Repo~lick Ackis
04:04.44purlACTION licks Ackis *SHLUUURRRRPPP*
04:04.53NeoTronoops
04:04.59NeoTronnot per-bin, per-block
04:05.52NeoTronheads to watch Stargate.
04:08.17GnarfozNeoTron: woot maybe the day I'll give LDB another try is nearer than I thought it was ;>
04:11.40thuli have a hard time deciding if I like shadowstep/hemo/dance or mutilate best.
04:11.58thulI miss the mobility of shadowstep when mutilate, but i also miss the big numbers when I'm hemo :-P
04:14.39theoddone33I was mutilate for approximately 100% of TBC
04:14.45theoddone33hemo is probably better
04:14.52theoddone33but I dunno since I've never had a sword :(
04:15.15Gnarfozawesome rogues are awesome
04:15.25Gnarfozkill a mob! it might drop a sword!
04:15.59theoddone33what would a mob be doing with a sword
04:16.16doom0rwhich zealot heals zg tiger
04:16.17KriLL33 quests to go, I can almost taste it
04:17.29Gnarfozactually, as per definition players are also mobs, kill a monster. ;)
04:18.15Xinhuanmy guildie just posted a 6151 damage crusader strike screenshot ~_~
04:18.23Xinhuanthis was today, after the pally nerf hotfixes
04:18.29Xinhuanlike an hour ago
04:18.38GnarfozI still don't see any "hotfixes"
04:18.38Xinhuanno berserker buff used
04:18.54Gnarfoznot like they're easy to confirm because, well, nothing updates besides the numbers
04:19.36Gnarfozbut people have been claiming stuff was hotfixed that I nowhere could find a "we hotfixed this on US and EU servers at xx:xx on <day>" blue post
04:19.48Gnarfozs/post/post of/
04:20.17Xinhuanhttp://www.mmo-champion.com/index.php
04:20.39KriLL3cant we just make the only weapon retris can use until it's fixed into a wet hanky?
04:20.51KriLL31 dmg, 10s swing
04:21.10KriLL3they would still rape with their spells
04:21.47GnarfozXinhuan: see the fat, size 32-ish "upcoming" right there at the top? :D
04:21.51Gnarfozand the "will be live"
04:22.00Gnarfozno date, no confirmation it was applied, anything
04:22.20TorhalI see: "but I didn't want you to return from trick-or-treating and be shocked"
04:22.28KriLL3are blizz doing mind games? claiming palas are nerfed but not actually doing anything?
04:22.42Gnarfozpeople are claiming stuff blizz didn't say they'd done
04:22.43TorhalAnd: "through a hotfix"
04:23.00Gnarfozlike, some of the changes had only been active on beta
04:23.01TorhalYah, it may or may not have been done
04:23.06TorhalNo confirmation either way
04:23.06Gnarfozat least first, some are still not on live
04:26.36ckknightI got a joke
04:26.45ckknightwhat smells like red paint, but is blue?
04:26.51ckknightblue paint.
04:27.40Gnarfozhow's that remotely funny? ;p
04:28.39Gnarfozalso, curse mailservers are horribly misconfigured, I'm still unable to get a namechange and in other news it's pitch black dark outside right now and I'm out of food. :P
04:30.43KriLL3kill yourself now, end your suffering
04:30.59KriLL3death by malnutrition is ugly
04:31.00TorhalPop a key off of your keyboard and chew on it.
04:32.19AntiarcSo uh
04:32.25AntiarcI was just saved to a BT raid ID
04:32.26AntiarcOn my priest
04:32.33AntiarcWho has never even been in Shadowmoon valley
04:32.49GnarfozAntiarc: that's happening again? funny :D
04:32.59Antiarcagain? What's the bug?
04:33.16Gnarfozdunno what the bug was but I swear I've heard of that happen before
04:33.41Gnarfozdid you check in your raid pane if you're actually saved or did you just get the message saying you were
04:34.30Antiarcyes I'm actually saved
04:34.49Gnarfozhmm good time to make my 24h disconnect change its timing from 4pm
04:34.50AntiarcI have an alt in a BT raid
04:34.52Gnarfoz*reconnects*
04:34.54Hell-Razorhrm
04:34.55AntiarcWaiting for a slot to open up
04:35.01AntiarcAnd the character I'm playing in the meantime got saved
04:35.17doom0rhappening a lot antiarc
04:35.28Hell-Razoranybody know why i cannot see the COT instances on my atlas? am i missing a pack ? (i thought it was auto-added in already)
04:35.37doom0rwe had a hunter tyring to get in a kara with us that was saved, hasn't set foot in the zone in two weeks
04:35.41doom0rthey manually reset the timer
04:38.02*** join/#wowace sylvanaar_work (i=sylvanaa@159.18.6.6)
04:39.46*** join/#wowace fewyn (n=fewyn@46.210.33.65.cfl.res.rr.com)
04:41.38sylvanaar_laptopyawn
04:43.54*** join/#wowace Next96 (i=Next96@121.129.140.49)
04:44.32Gnarfozwe're venting atmosphere!
04:44.41Gnarfozquick! emergency forcefields!
04:44.47sylvanaar_laptoproger Gnarfoz we copy you're venting
04:45.02Gnarfoz:<
04:45.06*** join/#wowace kenlyric_ (n=kenlyric@skenlam.itpo.iu.edu)
04:45.22sylvanaar_laptophey, thats an apollo 13 quote
04:46.36Gnarfozcan't get myself to finish re-setting up my UI, don't wanna fix addons I know need fixing, don't want to do guild stuff, nobody is listening to curse/wowace problems and it's 05:45am! so I'm watching TNG episodes instead. :P
04:47.46sylvanaar_laptophttp://www.script-o-rama.com/movie_scripts/a/apollo-13-script.html
04:47.51sylvanaar_laptopi love the internet
04:48.35sylvanaar_laptopIt's definitely a, a gas of some sort.
04:48.35sylvanaar_laptopIt's gotta be the oxygen.
04:48.35sylvanaar_laptopRoger,Odyssey. We copy you're venting.
04:49.27sylvanaar_laptopTNG
04:49.39sylvanaar_laptopok - lets see
04:49.52sylvanaar_laptopwhich season
04:50.09GnarfozI wasn't quoting btw, I made that up because I'm now officially in a trek mood. :p
04:50.18Gnarfozseason 6, ep 11,
04:50.21Gnarfozchain of command pt. 2
04:50.24sylvanaar_laptopi know, i was
04:51.25sylvanaar_laptopcardassians make me want to vomit
04:51.59GnarfozI like Garak. :>
04:52.12sylvanaar_laptophes a cool guy
04:53.18sylvanaar_laptopHOW MANY LIGHTS?!
04:53.25Gnarfoz4, obviously :>
04:53.55sylvanaar_laptopif I say 5 can I play WOW again?
04:53.59Gnarfozlol
04:56.33sylvanaar_laptoplol SNL has these 2 german guys selling functional but unnattractive coats
04:57.15sylvanaar_laptopthe coats have separate pockets for hard salami, and soft salami
04:57.39sylvanaar_laptopthey can turn into tents
04:57.57Megalonthe salamis?!
04:58.06sylvanaar_laptoplol hide the salami
04:58.07Megalon;p
04:58.30*** join/#wowace Xuerian (n=core@wireless-216-222-137-237.citizip.com)
04:58.53sylvanaar_laptopthey have reflectors for hailing cabs under the armpits, lol
04:59.44sylvanaar_laptopand reflectors to prevent being hit by cabs on the shoulders
04:59.48sylvanaar_laptoplol
04:59.57sylvanaar_laptopi'm just now getting all the jokes
05:00.12Repo10omen-threat-meter: 03ananhaid 06omen_zh_temp * r5 / (2 files in 2 directories): Omen3:
05:00.13Repo- update zhCN Localization.
05:00.14Repo- Xinhuan help check and merge to trunk.
05:00.30Xinhuanheh
05:00.35Repo10gathermate_data: 03kagaro * r91 version: GatherMate_Data: Weekly update
05:00.36Repo10gathermate_data: 03kagaro 04v1.08 * r92 : GatherMate_Data: weekly update
05:00.38KriLL33 quests to go for kalimdor loremaster... and I'm all out of ideas
05:00.48sylvanaar_laptophaha
05:00.57*** join/#wowace silentium (i=silentiu@dslb-088-064-182-246.pools.arcor-ip.net)
05:00.58NeoTronother than icon and label visibility, what should be configurable on a per-datablock basis?
05:01.22*** join/#wowace Godzmack (n=Godzmack@85-220-15-77.dsl.dynamic.simnet.is)
05:01.29sylvanaar_laptopidk
05:01.51Xinhuaneverything you can think of that fubar already implemented ;p
05:01.58sylvanaar_laptopdatablocks need to have a standard background color
05:02.29sylvanaar_laptopotherwise the whole system is flawed imo
05:02.43ckknightyou don't want yellow-on-yellow text?
05:03.14sylvanaar_laptophai, look at my broker you can use it anywhere, but you may not be able to see it
05:04.13sylvanaar_laptopbut you can use it anywhere!
05:04.18sylvanaar_laptopdid i mention that
05:04.42sylvanaar_laptopim in a good mood today...
05:05.03NeoTronXinhuan: I want suffcient config, not all possible config between the earth and the sky :P
05:05.17sylvanaar_laptopim stuck in toronto till tuesday night
05:05.28sylvanaar_laptopi wont get to vote
05:05.48Xinhuanhaha
05:05.56sylvanaar_laptopnow i have an excuse for not waiting in the line!
05:06.14KriLL3"wait time currently unavailable" why does it say that, or soon? can't it just say "quite some time" ?
05:06.46sylvanaar_laptopbecause you might be tempted to wait "quite some time"
05:06.58sylvanaar_laptopyou can just file the ticket, then log of
05:06.59sylvanaar_laptopoff
05:07.10sylvanaar_laptopthey will service the ticket while you are offline
05:08.09sylvanaar_laptopthat's how my last 5-6 gm interactions have went
05:09.11XinhuanNeoTron: if you want suggestions, i will suggest options like
05:09.47XinhuanFrameStrata, ClampToScreen, Bgcolor/texture/border, alpha, scale, font, font color/size
05:09.49Xinhuan;p
05:11.19sylvanaar_laptop#1 feature = autoorgainze the blocks on first login
05:11.43sylvanaar_laptopdon't sprinkle them randomly all over the scren
05:12.28sylvanaar_laptopthen #2 indicate where the anchor points are
05:12.44sylvanaar_laptopwhy cant I pull these 2 block groups apart
05:13.18sylvanaar_laptopwhy do i always get a stack of 3 when i try pulling off the bottom block in the the stack
05:14.25sylvanaar_laptop#3 "shatter" a block group = remove all anchors
05:15.38sylvanaar_laptopoh, yes - and make all the backgrounds black
05:18.08Repo10fu-bar_check-fear-ward-fu: 03networkerror * r51 CheckFearWardFu3.lua: FuBar_CheckFearWardFu:
05:18.08Repo- r51
05:18.26sylvanaar_laptopoh, i forgot = make the text fit in the block
05:19.07*** join/#wowace Tesla6 (n=Owner@69.158.126.69)
05:21.16*** join/#wowace sedai| (n=cookies@c-24-9-35-69.hsd1.co.comcast.net)
05:24.58Xinhuanor make the block fit the text
05:28.30|Yssaril|should also be able to set the padding of the block and its justification (grow centered left or right)
05:30.34Gnarfozsylvanaar_laptop: half of those suggestions sound like they're for StatBlockCore where NeoTron is the author of ButtonBin oO
05:31.04sylvanaar_laptopo
05:31.07sylvanaar_laptopwell
05:31.28sylvanaar_laptopapply them as appropriate
05:31.34sylvanaar_laptophides
05:40.46Repo10cork: 03Tekkub 07master * 3.0.2.7-Beta-1-g97a09d0 / (4 files in 2 directories): [+6 commits] (2 truncated)
05:40.47Repo97a09d0: Merge commit '3.0.2.7-Beta'
05:40.48CIA-27cork: 03Tekkub 07master * rc0ed776 10/ changelog.txt : Update changelog for 3.0.2.7-Beta - http://is.gd/5wws
05:40.48Repo8743024: Weekly build 3.0.2.7-Beta
05:40.49CIA-27cork: 03Tekkub 07master * r8743024 10/ (Cork.toc README.textile): Weekly build 3.0.2.7-Beta - http://is.gd/5wwt
05:40.49CIA-27cork: 03Tekkub 07master * r97a09d0 10/ : Merge commit '3.0.2.7-Beta' - http://is.gd/5wwv
05:40.51Repoc0ed776: Update changelog for 3.0.2.7-Beta
05:40.55Repo60d501d: Don't track Earth Shield when solo
05:40.59Repo10cork: 03Tekkub 043.0.2.7-Beta * 8767556 /: [new tag, +6 commits] Weekly build
05:44.43Repo10kennel: 03Tekkub 07master * 3.0.2.4-Release-1-g3241730 / (3 files in 1 directory): [+5 commits] (1 truncated)
05:44.44CIA-27kennel: 03Tekkub 07master * r497a8a4 10/ changelog.txt : Update changelog for 3.0.2.4-Release - http://is.gd/5wyn
05:44.44Repo3241730: Merge commit '3.0.2.4-Release'
05:44.44Repod73563c: Weekly build 3.0.2.4-Release
05:44.45CIA-27kennel: 03Tekkub 07master * rd73563c 10/ (Kennel.toc README.textile): Weekly build 3.0.2.4-Release - http://is.gd/5wyp
05:44.45CIA-27kennel: 03Tekkub 07master * r3241730 10/ : Merge commit '3.0.2.4-Release' - http://is.gd/5wyr
05:44.48Repo497a8a4: Update changelog for 3.0.2.4-Release
05:44.52Repod40a8e2: No need to check movement, pets don't have a cast time anymore
05:44.56Repo10kennel: 03Tekkub 043.0.2.4-Release * 0f8c49e /: [new tag, +5 commits] Weekly build
05:45.00quiescenso.o
05:45.29Repo10fu-bar_magic-marker: 03dhedbor * r45 MMFu.lua:
05:45.30RepoFixed button handling somewhat to work properly with FuBar2Broker.
05:47.34Repo10button-bin: 03dhedbor * r42 ButtonBin.lua: Streamlined data block configuration.
05:50.05NeoTronsylvanaar_laptop: ButtonBin is not a "individual block" addon. it is more like fubar in that it groups them
05:50.19KriLL3I just got Kalimdor Loremaster
05:50.33KriLL3The most epic grind I've ever done
05:50.49NeoTronXinhuan: do you really think it'd be useful to have per-block font and color configuration? ppl like to make things look like a rainbow? :P
05:50.56sylvanaar_laptopNeoTron yeah, i know
05:51.53linear`what exactly is effective scale suppose to be
05:52.15sylvanaar_laptopscale relative to something else
05:52.26CIA-27nutcounter: 03Tekkub 07master * rfd7758f 10/ README.textile : README! - http://is.gd/5wAW
05:52.50linear`could you give an example
05:53.00Repo10nutcounter: 03Tekkub 07master * fd7758f / (6 files in 1 directory): [new, +3 commits]
05:53.01Repofd7758f: README!
05:53.02Repoe68e599: Lookie lookie worky worky!
05:53.03Repo6968715: And so it begins...
05:53.42Repo10nutcounter: 03Tekkub 07master * 3.0.2.1-Beta-1-g599cee1 changelog.txt: [+3 commits]
05:53.42Repo599cee1: Merge commit '3.0.2.1-Beta'
05:53.43CIA-27nutcounter: 03Tekkub 07master * rd6e00f3 10/ changelog.txt : Update changelog for 3.0.2.1-Beta - http://is.gd/5wBd
05:53.43Repobddece5: Weekly build 3.0.2.1-Beta
05:53.43CIA-27nutcounter: 03Tekkub 07master * rbddece5 10/ (NutCounter.toc README.textile): Weekly build 3.0.2.1-Beta - http://is.gd/5wBe
05:53.44CIA-27nutcounter: 03Tekkub 07master * r599cee1 10/ : Merge commit '3.0.2.1-Beta' - http://is.gd/5wBg
05:53.45Repod6e00f3: Update changelog for 3.0.2.1-Beta
05:53.49Repo10nutcounter: 03Tekkub 043.0.2.1-Beta * 87b6f5a /: [new tag, +5 commits] Weekly build
05:53.50Shirikok Repo needs to die ><
05:54.10NeoTronsylvanaar_laptop: so it does, by default, order things (I just changed default to be more of a bar with label setup with black bg)
05:54.59sylvanaar_laptopNeoTron i know - i was talking about sbc mostly
05:56.55sylvanaar_laptoplinear` a is 1/2 the size of b, b is 1/2 the size of c. a is 1/4 the size of c. if c is the UI, 1/4 is the effective scale?
05:56.55NeoTronXinhuan: I think I should add framestrata and colors, but I think I'll only make that on global and/or bin level, not block level If people want a rainbow of blocks, use SBC/Fortress :P
05:57.21sylvanaar_laptopi could be wrong
05:58.11Xinhuani don't know
05:58.23Xinhuanpeople could want different backgrounds for different data
06:00.14Repo10omen-threat-meter: 03Xinhuan 07master * v3.0.1-4-gdbe3740 Localization (2 files in 1 directory): [+2 commits]
06:00.14Repodbe3740: Update zhCN localization from ananhaid.
06:00.15Repo97fea07: Update koKR localization from Sayclub.
06:04.39NeoTronXinhuan: the individual blocks don't even have a background.. people are free to make multiple bins though
06:05.27NeoTronin theory now you can have one block per bin since I added the abilty to add/remove bins
06:06.07NeoTronbut really, if that's what you want use SBC/Fortress not BB
06:06.15Xinhuani wouldn't know, because i don't use a LDB display ;p
06:08.29AckisXinhuan: is a simple re-quest (daily quest consecutive for 5 days) bugged?
06:08.36Xinhuanyes
06:08.59Ackis~fail blizzard
06:09.00purlblizzard: FAIL!
06:09.01Xinhuanresets to 0 for seemingly no reason for most people
06:09.05Ackisaye
06:09.09Xinhuanbut there are ppl who completed it
06:09.29Ackisis there one for doing more than 50 daily quests?
06:09.34Xinhuanyes, 200.
06:09.40Ackisgah
06:09.43doom0rpeople not doing the SAME quest 5 days in a row?
06:09.58Xinhuancan't be it
06:10.06Xinhuansince i did cooking daily everyday
06:10.14doom0rexact same quest?
06:10.21Ackiswhat about the looting of gold, does that work if I mail gold to my main from my bank?
06:10.21Xinhuanand neither is it "exactly 1 everyday"
06:10.31Xinhuandunno
06:10.54AntiarcI suspect gold looted is really "gold created"
06:11.20doom0rgold from vendors is separate from gold from loot
06:11.21Repo10teksloot: 03Tekkub 07master * 3.0.1.4-Beta-2-g9531165 / (5 files in 1 directory): [new, +2 commits]
06:11.22Repo9531165: deDE locale
06:11.22Repod8aa604: Merge commit '3.0.1.4-Beta'
06:11.23doom0rso i suspect no
06:11.28Repo10teksloot: 03Tekkub 042.3.3.1-Beta * 16569e0 /: [new tag] Weekly Build
06:11.28Ackisand what about the overall quests, can you hit 3k w/o wrath?
06:11.32Repo10teksloot: 03Tekkub 042.4.0.2-Beta * 5b17348 /: [new tag] Weekly build
06:11.38Repo10teksloot: 03Tekkub 043.0.1.3-Beta * 9ab3d89 /: [new tag] Weekly build
06:11.42Repo10teksloot: 03Tekkub 043.0.1.4-Beta * caa2793 /: [new tag, +22 commits] Weekly build
06:12.07doom0rwell, wowhead shows 6k+ quests
06:12.09doom0rso maybe
06:13.12AntiarcXinhuan: Routes isn't auto-updating when I loot a new herb node
06:13.17AntiarcHow do I set it to do that?
06:13.45Xinhuanyour route has to contain that herb type
06:13.48Xinhuanto begin with
06:13.50AntiarcIt does
06:13.53AntiarcAnd it's not being updated
06:14.06Xinhuanwhat herb is it
06:14.19AntiarcAll the ones in the swamp of sorrows
06:14.23AntiarcBlindweed was this one
06:14.51AntiarcNo errors or anything
06:14.54Xinhuangathermate?
06:14.57Antiarcyeah
06:15.11Xinhuancheck your route info
06:15.17Xinhuanwhat does it say
06:15.41Antiarc43 nodes, 5959 yards, Khadgar's Stranglekelp, Kingsblood, Liferoot, Fadeleaf, Goldthorn, Blindweed
06:15.44Xinhuanand did u enable callbacks (root route tree)
06:15.49Antiarcnot clustered, no taboo regions
06:16.05Antiarcyeah, gathermate is checked
06:16.14AntiarcIt has worked before in Terrokar
06:16.18AntiarcIt just isn't working today
06:16.24AckisXinhuan: what about blade's edge bomberman (bombing in under 2:15)
06:16.35Xinhuandoable
06:16.35AntiarcWhoa
06:16.38AntiarcAnd it just worked
06:16.44AntiarcI just unchecked/checked Gathermate
06:16.47AntiarcAnd it seems to have done it
06:16.50Repo10teksloot: 03Tekkub 07master * 3.0.2.5-Beta-1-g7f616b3 changelog.txt: [+3 commits]
06:16.51Repo7f616b3: Merge commit '3.0.2.5-Beta'
06:16.52AckisXinhuan: really? =/
06:16.52Repo8981c7b: Weekly build 3.0.2.5-Beta
06:16.53Repod7872e0: Update changelog for 3.0.2.5-Beta
06:16.54CIA-27teksloot: 03Tekkub 07master * rd7872e0 10/ changelog.txt : Update changelog for 3.0.2.5-Beta - http://is.gd/5wNW
06:16.54CIA-27teksloot: 03Tekkub 07master * r8981c7b 10/ (README.textile teksLoot.toc): Weekly build 3.0.2.5-Beta - http://is.gd/5wNX
06:16.54CIA-27teksloot: 03Tekkub 07master * r7f616b3 10/ : Merge commit '3.0.2.5-Beta' - http://is.gd/5wNY
06:16.57Repo10teksloot: 03Tekkub 043.0.2.5-Beta * 0ead167 /: [new tag, +4 commits] Weekly build
06:17.01Hell-Razorwtf is with bliz nurfing chaos bolt but yet the arcane barrage hits for 4k isnta
06:17.21Xinhuando you use addonloader Antiarc?
06:17.30Antiarcyeah
06:17.32ZhinjioTorhal: ping
06:17.48ZhinjioGood evening, Antiarc
06:17.51Zhinjiooh hey!
06:17.52quiescensarcane barrage can be resisted and shielded against
06:17.52quiescensduh
06:17.56Antiarcevening
06:18.10ZhinjioAntiarc: I'm down to one final issue with sexymap
06:18.17Antiarchm?
06:18.19Zhinjioit doesn't seem to save the map's position in the profile
06:18.23ckknightI demand more sexiness!
06:18.28Antiarcnope, it relies on the layout-cache
06:18.30Ackisteabags ckknight
06:18.31Zhinjioif I do a profile copy to another user, its reset to the topright position
06:18.36AntiarcHm
06:18.36ckknighto noes!
06:18.37AntiarcGood point
06:18.38AntiarcI'll add it
06:18.42Ackisyou drunk ckk?
06:18.46ckknightno
06:18.47Zhinjionodnods. Awesome.
06:18.49Ackislol
06:19.07Antiarcbtw, protip
06:19.15AntiarcSwamp of Sorrows is a money printing press
06:19.20AntiarcIt's chock full of midrange herbs
06:19.25AntiarcPerfect for gouging inscribers with
06:19.43Repo10stealyourcarbon: 03Tekkub 07master * 3.0.2.15-Beta-1-g5bcf766 / (7 files in 2 directories): [+12 commits] (8 truncated)
06:19.44CIA-27stealyourcarbon: 03Tekkub 07master * r7e429c3 10/ changelog.txt : Update changelog for 3.0.2.15-Beta - http://is.gd/5wQA
06:19.44Repo5bcf766: Merge commit '3.0.2.15-Beta'
06:19.45CIA-27stealyourcarbon: 03Tekkub 07master * r146b5d5 10/ (README.textile StealYourCarbon.toc): Weekly build 3.0.2.15-Beta - http://is.gd/5wQB
06:19.45Repo146b5d5: Weekly build 3.0.2.15-Beta
06:19.45AntiarcI've been here 20 minutes and have 8 stacks of herbs
06:19.46CIA-27stealyourcarbon: 03Tekkub 07master * r5bcf766 10/ : Merge commit '3.0.2.15-Beta' - http://is.gd/5wQD
06:19.48Repo7e429c3: Update changelog for 3.0.2.15-Beta
06:19.52Repo286ee13: Merge branch 'master' of git@github.com:tekkub/stealyourcarbon.git
06:19.54ShirikTekkub, I blame you
06:19.56Repo10stealyourcarbon: 03Tekkub 043.0.2.15-Beta * 6d67a54 /: [new tag, +12 commits] Weekly build
06:20.15ShirikThis is why git is evil
06:20.22TekkubI didn't write repo
06:20.24AckisShirik: it gits it done
06:20.58Ackisthat's never going to get old for me
06:21.06Repo10routes: 03Xinhuan * r211 Routes.lua:
06:21.07RepoCall AddCallbacks() on plugins on ADDON_LOADED event. This is the 3rd time AddOnLoader has caused loading issues due to addon initialization after Routes has loaded.
06:21.10TekkubSTUPID GIT! is much more enjoyable
06:21.11XinhuanAntiarc ^^
06:21.20Antiarcdanke
06:21.59Xinhuanluckily, few people use addon loader
06:22.08AntiarcI installed it for TexBrowser
06:22.13AntiarcBecause TexBrowser is a 13mb beast
06:22.21AntiarcAnd really needs to be LOD, and I didn't want to write a load stub addon >_>
06:22.51Xinhuanpoint is, when an addon has an optdep on something it optionally supports, and 3.0.2 broke optdep
06:23.10Xinhuanon LoD addons - or any addon that becomes LoD as a result of ## LoadManager
06:23.13Antiarcwell, 3.0.3 soon
06:23.21Xinhuanit screws up everything
06:24.58Xinhuanthe usual is to detect whether they are loaded on VARIABLES_LOADED or PLAYER_LOGIN and do initialization
06:25.17Xinhuanbecause of all this LoD stuff, now you have to add a whole bunch of ADDON_LOADED registrations and checks
06:26.02Xinhuanand its messy sometimes if you have to modify an option table
06:26.10Xinhuanas it loads to provide those additional options
06:27.03Repo10libbabble-boss-3-0: 03chiplss * r111 LibBabble-Boss-3.0.lua: add ruRU translate for "Overmaster Pyron"
06:29.48*** join/#wowace quoin (n=quoin@122-49-136-145.ip.adam.com.au)
06:31.35Hell-Razoris there like a simple cooldown timer for locks?
06:34.01Xinhuanlua> t = function() return 1, 2, 3 end a = {t(), t(), t(),} print(a)
06:34.01*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
06:34.01lua_botXinhuan: table: 0x8082c10
06:34.14Xinhuanlua> t = function() return 1, 2, 3 end a = {t(), t(), t(),} return a
06:34.15lua_botXinhuan: table: 0x8082c10
06:34.17Xinhuanbah
06:34.33Xinhuanlua> t = function() return 1, 2, 3 end a = {t(), t(), t(),} print(#a)
06:34.33lua_botXinhuan: 5
06:35.29Ackisanyone from frostmane here?
06:37.37doom0ri think i have a lvl 6 ud rogue there :P
06:37.37ckknightXinhuan: expecting something different?
06:38.05ckknightlua> t = function() return 1, 2, 3 end a = {t(), t(), t(),} return table.concat(t, ", ")
06:38.05lua_botckknight: luabot:1: bad argument #1 to 'concat' (table expected, got function)
06:38.20ZhinjioI'm confusing myself.
06:38.28ckknightlua> t = function() return 1, 2, 3 end a = {t(), t(), t(),} return table.concat(a, ", ")
06:38.28lua_botckknight: 1, 1, 1, 2, 3
06:38.33Zhinjioself.db.factionrealm ...
06:38.37ckknightZhinjio: how's that?
06:38.45doom0rZhinjio: if you'd like someone else to do it, i can be of service
06:38.49Zhinjiowill that still have a user subkey?
06:38.55Zhinjiodoom0r: excellent!
06:39.02*** join/#wowace Cheads (i=chead@0x573bcc0f.henqu2.dynamic.dsl.tele.dk)
06:39.06doom0rhow would you like to be confused?
06:39.10doom0r;x
06:39.25Xinhuanckknight: i was just wondering if the presence or absence of a "," at the very end changes things
06:39.28Zhinjiowith a mallet, please. I'd prefer rubber, but metal will do if thats all you've got
06:39.58ckknightXinhuan: no, for tables it does nothing
06:40.13ckknightfrankly, I prefer that loose behavior over requiring it not to be there
06:41.25*** join/#wowace Diskmaster (n=YOURFACE@cpe-76-85-147-197.neb.res.rr.com)
06:43.17AeyanI wish a reformat came with that new car smell
06:43.18AckisXinhuan: you use bigwigs kalecgos heatlh at all?
06:43.22AeyanIt's inspire me to do it more often
06:43.39Repo10button-bin: 03dhedbor * r43 ButtonBin.lua: - Added new visibility option, mouseover + out of combat.
06:43.40Repo- Added global option to disable the tooltips on the Button Bin icons.
06:43.41Repo- When clicking on any bin icon, now open the global confuration page rather than the Bins subcategory.
06:43.47doom0ri wish i could reformat my car
06:44.24XinhuanAckis: no
06:44.37Xinhuanuse Ventrilo for that
06:44.55CIA-27tourguide: 03Tekkub 07master * r5c5f7d2 10/ changelog.txt : Update changelog for 3.0.2.40-Beta - http://is.gd/5x00
06:44.55CIA-27tourguide: 03Tekkub 07master * r0c962fd 10/ (5 files in 4 dirs): Weekly build 3.0.2.40-Beta - http://is.gd/5x01
06:44.56CIA-27tourguide: 03Tekkub 07master * rbce3188 10/ : Merge commit '3.0.2.40-Beta' - http://is.gd/5x03
06:47.17*** part/#wowace Seerah (n=Ryan_L@adsl-177-34-129.mem.bellsouth.net)
06:54.52Repo10squeenix: 03Tekkub 07master * 3.0.2.9-Release-1-gc8231d0 / (6 files in 2 directories): [+6 commits] (2 truncated)
06:54.53Repoc8231d0: Merge commit '3.0.2.9-Release'
06:54.53CIA-27squeenix: 03Tekkub 07master * r584159f 10/ changelog.txt : Update changelog for 3.0.2.9-Release - http://is.gd/5x1q
06:54.54Repoe24b03b: Weekly build 3.0.2.9-Release
06:54.54CIA-27squeenix: 03Tekkub 07master * re24b03b 10/ (README.textile Squeenix.toc): Weekly build 3.0.2.9-Release - http://is.gd/5x1r
06:54.55CIA-27squeenix: 03Tekkub 07master * rc8231d0 10/ : Merge commit '3.0.2.9-Release' - http://is.gd/5x1s
06:54.57Repo584159f: Update changelog for 3.0.2.9-Release
06:55.00ShirikI hate you so much Tekkub
06:55.01Repo4b8d9ac: Add support for calendar to LDB feed
06:55.05Repo10squeenix: 03Tekkub 043.0.2.9-Release * bcc2d33 /: [new tag, +6 commits] Weekly build
06:55.08TekkubI didn't write repo
06:55.16ShirikYou wrote tourguide
06:55.17Shirikand squeenix
06:55.35Tekkubyes
06:55.51Shirikand you chose to use git
06:57.42*** join/#wowace weab (n=weab@cpe-70-113-71-102.austin.res.rr.com)
06:58.51Repo10collectinator: 03Ackis * r47 Collectinator.lua: Fix a big, many more to fix.
06:59.24Ackiszzzzz
06:59.29doom0rlol
07:00.16Xinhuanright
07:00.40Xinhuan(remember you can edit past commit messages!)
07:00.46Ackismeh
07:00.53Xinhuan:)
07:00.56*** join/#wowace copystring_ (n=copystri@p548A0B83.dip0.t-ipconnect.de)
07:01.07Ackisonly time I needed one editted when I put my login info in it :P
07:01.57Xinhuanmaybe, CIA should be unregistered from reporting tekkub's addons ;p
07:02.30ShirikFix a bug
07:02.33Tekkubmaybe REPO should :P
07:02.46Tekkuboh wait THERE IS NO OPTION
07:02.55ShirikAckis, those are the kinds of commit messages I stab my developers for
07:02.58Shirik:P
07:03.10Tekkubyou'd love github's commit messages...
07:03.11Xinhuanshould have been "Fux a big"
07:03.21Cheads=)
07:03.28AckisShirik: lol when there's so much shit wrong with the addon they don't matter
07:03.33Ackisat least I didn't curse and swear
07:04.43*** join/#wowace nywef (n=fewyn@46.210.33.65.cfl.res.rr.com)
07:04.53Tekkub"show job type"   "reverse order"   "space"   "creating"  "sexy"   "well that sucked"
07:05.04Tekkubvarious commits to github
07:06.34CIA-27spew: 03Tekkub 07master * r56080d3 10/ README.textile : Update readme - http://is.gd/5x2U
07:07.02CIA-27spew: 03Tekkub 07master * r7995f4b 10/ changelog.txt : Update changelog for 3.0.2.4-Beta - http://is.gd/5x2Z
07:07.02CIA-27spew: 03Tekkub 07master * r464365a 10/ (README.textile Spew.toc): Weekly build 3.0.2.4-Beta - http://is.gd/5x30
07:07.03Repo10spew: 03Tekkub 07master * 3.0.2.4-Beta-1-gb4c8cfc / (5 files in 1 directory): [+12 commits] (8 truncated)
07:07.03CIA-27spew: 03Tekkub 07master * rb4c8cfc 10/ : Merge commit '3.0.2.4-Beta' - http://is.gd/5x31
07:07.03Repob4c8cfc: Merge commit '3.0.2.4-Beta'
07:07.04Repo464365a: Weekly build 3.0.2.4-Beta
07:07.07Repo7995f4b: Update changelog for 3.0.2.4-Beta
07:07.11Repo56080d3: Update readme
07:07.15Repo10spew: 03Tekkub 043.0.2.3-Beta * 84b28b8 /: [new tag] Weekly build
07:07.19Repo10spew: 03Tekkub 043.0.2.4-Beta * 33219ee /: [new tag, +13 commits] Weekly build
07:07.49Tekkubsee now, 4 lines from CIA, 7 from repo... CIA wins :P
07:07.57ShirikIt wouldn't really be so bad if the damn colors made sense
07:08.13ShirikBut dark teal, dark green, and red on a black background is horrible
07:08.19Tekkubbut you have to use all the colors!
07:08.21ShirikThis is generally why colors are bad
07:08.30ShirikI seriously go blind
07:08.33TekkubCIA's colors are alright
07:08.42ShirikCIA's are ok
07:08.47ShirikRepo's make me want to stab myself
07:08.49Tekkubit's the teal that blows really
07:08.51doom0rlol, change your colors ;x
07:09.07ShirikI should change my colors because of something that came in here a year after I started coming here
07:09.08AntiarcI love how being drunk increases your FOV
07:09.09Shirikthat makes sense
07:09.22Antiarchttp://i38.tinypic.com/2sbpylk.jpg
07:09.39doom0rif you have colors that look bad on a black bg, why use them?
07:09.48ShirikBecause they're Repo's colors?
07:09.56Tekkubwe're not using them
07:09.58TekkubREPO is
07:11.53NeoTronhopefully todays changes to ButtonBin will fix most.. complains about lack of flexibility.. at least to the degree i'm willing to go with this rather than telling people to use SBC/Fortress
07:12.41Xinhuanlua> 1500/60
07:12.42lua_botXinhuan: 25
07:13.48Xinhuanor Shirik, you can use a white background like most normal people - in fact IRC clients usually come with default white backgrounds
07:14.11ShirikSo I should be forced to use a white background because somebody arbitarily chose this color for Repo
07:14.36Shirikfunny thing is the CIA bot doesn't have this problem with colors
07:14.40Xinhuansimilar argument can be said about Repo, so Repo should be forced to use light colors because some people use dark backgrounds? :)
07:14.49ShirikI never said it should use light colors
07:15.03ShirikHowever it is arguable that all backgrounds will generally be near-white or near-black
07:15.05doom0rhttp://i37.tinypic.com/2luxa2q.jpg
07:15.10Shirikit is very possible to make it fit both
07:15.23AeyanNeoTron: Don't give in. Reach for those F and U keys.
07:15.48XinhuanFUnny
07:15.49Xinhuan:)
07:15.53NeoTronAeyan: actually it's not like I didn't want the changes myself :P
07:15.54*** join/#wowace Iboong (n=user@77.87.207.194)
07:16.00AeyanWell, that's alright then.
07:16.05NeoTronjust didn't get around to do it before
07:16.19NeoTronbut what I don't want is complete per-block configuration options
07:16.22NeoTronthat's just unnecessary
07:16.30AeyanYeah
07:16.48Xinhuandepends
07:16.59Xinhuanin Routes, i gave each and every route complete per-route configuration options
07:17.07NeoTronXinhuan: it's unnecessary because there are options for ppl that DO want complete per block config
07:17.26NeoTronI have global, per bin and per block settings as it is
07:17.39NeoTronthey don't overlap necessarily but still
07:17.46Xinhuanremember the king of the addon food chain is whichever addon can provide the most flexibility (pitbull and fubar) hehe
07:18.23Xinhuanthat's assuming the goal is to obtain market share, which may not be the case :)
07:18.24NeoTronor the ones that provide sufficient flexibility and featureset without being bloated (aka oRA2 and BigWigs)
07:18.46NeoTronmore isn't always better ;-)
07:19.00Xinhuanless people use oRA2 than you think do ;p
07:19.11NeoTronand although I won't complain at marketshare, the main goal was to make myself a LDB displayer that I felt could replace FuBar
07:19.28NeoTronmore people use oRA2 than CTRA though!
07:20.14NeoTronone thing I probably should implement is ButtonFacade support
07:20.16NeoTronhowever you do that
07:29.04*** join/#wowace Srosh (n=Srosh@c136068.adsl.hansenet.de)
07:30.07Hell-Razoranybody done that recruit a friend thing or want to try it out?
07:30.28Repo10libdogtag-unit-3-0: 03Shefki * r161 Categories/Reputation.lua: Fix updates of reputation text
07:30.29Repo- UPDATE_FACTION provides no arguments and only fires for the player.
07:35.42*** join/#wowace orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
07:41.59*** join/#wowace evl (n=evl@unaffiliated/evl)
07:44.06*** join/#wowace Keya (n=pschrine@xdsl-81-173-229-200.netcologne.de)
07:51.59BrunersHell-Razor: want to try it out?
07:52.11Hell-Razori sure do
07:52.25Hell-Razormy lock is full epics and hes still getting owned... pisses me off
07:52.55Brunershavent played my lock since the patch
07:53.27Hell-Razorthey got wtf pwned
07:54.37AntiarcNeoTron: WTB ButtonBin ability to display just text, no icon
07:54.42Zyndromehush, don't say such things infront of my hunter alt *patches the poor bugger together* ... there there now, ready to head out there again with the balance druids and arcane mages? .. *drool from the corner of the mouth* ... alright!
07:54.47Zyndrome._.
07:56.21ZhinjioTorhal: ping?
07:56.48Hell-RazorBruners, heh so you up for it? i mean im up for it tonight until i pass out tomorrow sometime....
07:57.25BrunersHell-Razor: i have no idea what it is
07:57.52Hell-RazorBruners, raf - recruit a friend
07:58.23Brunersbut dont you need someone without an account then ?
07:58.36*** join/#wowace digmouse (n=chatzill@117.88.206.171)
07:59.13Hell-Razoror somebody makes one... was going to say either your main account ill make a dif acc my server or the other way around
08:00.37doom0rmeh, dailies reset early, gg time difference
08:01.29Hell-Razorlol
08:02.20Hell-RazorBruners, so meh
08:07.15*** part/#wowace Keya (n=pschrine@xdsl-81-173-229-200.netcologne.de)
08:16.46*** join/#wowace Nahkiss (n=nahkiss@a91-154-38-81.elisa-laajakaista.fi)
08:23.35*** join/#wowace Worf (n=worf@84-119-53-221.dynamic.xdsl-line.inode.at)
08:28.46*** join/#wowace ins\ (n=ins@83.101.37.219)
08:32.18*** join/#wowace angelike (n=angelike@dslb-088-073-246-004.pools.arcor-ip.net)
08:32.35angelikemoin
08:34.31*** join/#wowace Quezacolt (n=chatzill@119.94.31.169)
08:35.00*** join/#wowace spode (n=spode@90-229-150-87-no117.tbcn.telia.com)
08:36.34*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
08:43.26Repo10broker-hitcrit: 03Zhinjio * r5 / (3 files in 2 directories): - no config or audible alert yet, but data gathering works
08:44.41Hell-Razorany warlocks on for a fwe questions?
08:45.50Repo10broker-hitcrit: 03Zhinjio 04.1-beta * r6 : Tagging as .1-beta.
08:45.58Arrowmasterholy shit F/SN has finally been fully translated *drool*
08:50.54Hell-Razor?
08:51.10Arrowmasterjapanese game
08:51.28doom0rread: pr0n
08:51.38linear`wheres the thread
08:51.39Arrowmaster.....
08:51.44linear`where blizz announced the new arena ids
08:51.46doom0rlol
08:51.46linear`or did they not
08:51.46doom0r;x
08:52.10Arrowmasterdoom0r: well it is considered an adult game
08:52.26doom0rArrowmaster: was just a bad joke
08:52.31doom0rbut a good one at that ;x
08:53.00Arrowmasterbut some of the most amazing stories in games come from japanese adult games
08:53.28MegalonArrowmaster: Sexy Beach 3?
08:53.28doom0rthis is true
08:53.34doom0rlmfao
08:54.20doom0ri got bazooka cafe to see wtf it was, and aside from being some cheezy pr0n game, the story is decently in depth for something so small
08:55.30doom0rbut the best story to ever come out of japan was: Tokyo Breakfast
08:55.44*** join/#wowace Julith (n=Miranda@i577B7143.versanet.de)
08:56.07ArrowmasterTuskimhime, Fate/stay night, and Utawarerumono are the ones ive got
09:00.12ZhinjioQuestion: how can I get a message to post to notification area?
09:00.23ZhinjioI guess its the UI_Error message frame
09:05.00*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
09:09.14*** join/#wowace Worf (n=worf@84-119-53-221.dynamic.xdsl-line.inode.at)
09:11.42*** join/#wowace MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
09:11.42*** mode/#wowace [+o MoonWolf] by ChanServ
09:11.58doom0rwtb new loot table
09:17.48digmouse@decursie
09:18.16digmousetypo.. what's the command for repo's project query then?
09:18.23digmouseor repo is gone again?
09:18.47doom0r@project
09:18.47Repodoom0r: (project <project> or <game>/<project>) -- Returns details about the project
09:20.29*** join/#wowace SunTsu (n=miyamoto@cl-1212.ham-01.de.sixxs.net)
09:20.49*** join/#wowace neRdz` (n=UPP@85.61.201-77.rev.gaoland.net)
09:21.13neRdz`Hey guyz
09:21.18digmouse@decursive
09:21.26digmousenon-sense
09:21.43doom0r@project decursive
09:21.43Repodoom0r: http://wow.curseforge.com/projects/decursive/. Decursive. Game: WoW. Leader: Archarodim. Updated: 9 hours ago
09:21.47doom0rworks just fine
09:21.53neRdz`Anyone can help me with me oUF ? I would like to add a right click on buff to take them off
09:21.53doom0r;x
09:21.54digmouseo.O
09:22.27*** join/#wowace Thelyna (n=burp@222-152-9-252.jetstream.xtra.co.nz)
09:28.25Brunersdid they remove blessing of light ? o_O
09:28.46Kuja^afaik yes
09:29.14Brunersbut why
09:29.49Kuja^because they can? i don't know really :P
09:30.04doom0rall the shit they removed got folded into base skills
09:33.02*** join/#wowace eoM_rM (n=moe@p5489C3CE.dip.t-dialin.net)
09:33.04Repo10auto-bar: 03Azethoth * r659 / (3 files in 1 directory):
09:33.04Repo-- Fix potion cooldowns in combat: disable on use, cooldown out of combat.
09:35.01*** join/#wowace vhaarr (n=folk@WoWUIDev/WoWAce/Rabbit/vhaarr)
09:35.01*** mode/#wowace [+o vhaarr] by ChanServ
09:36.40doom0rhey guys, i just made a thousand of "crappy item" and i'm gonna post em all on the ah and undercut by 50% from a low profit already
09:38.57Xinhuanwaits for the punchline
09:39.09doom0rit's recursive
09:41.31Brunersis there a problem with login on curse atm?
09:42.09Brunersit tells me i need to login but when i click login i get to the register page, so i click join and im transfered to my profile
09:42.15Brunersbut im still not logged in
09:46.55*** join/#wowace [ND] (n=[ND]@h062040167062.gun.cm.kabsi.at)
09:46.57*** join/#wowace yoshimo (n=chatzill@p5B0C07A1.dip0.t-ipconnect.de)
09:50.01Repo10grav-blox: 03dhedbor * r28 / (5 files in 2 directories): Added some sound effects
09:58.06*** join/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
10:02.01*** join/#wowace Godzmack_ (n=Godzmack@85-220-15-77.dsl.dynamic.simnet.is)
10:02.04*** join/#wowace Daemona (n=koaschte@i59F614EE.versanet.de)
10:03.37nevcairielmorning
10:05.15*** join/#wowace WyriHaximus (n=jezussie@i131220.upc-i.chello.nl)
10:06.54Brunersttyn means what?
10:06.58Brunersmorning nev
10:07.15doom0rtalk to you never?
10:08.30*** join/#wowace mort (n=mort@azureus/mort)
10:10.44*** join/#wowace DragonWin (n=goofy@www.rageguild.info)
10:11.50Brunersdoom0r: like sarcasm?
10:12.07doom0rdepends on the situation, but possibly ;x
10:14.03asmodaimorning
10:15.47Hell-Razorhttp://www.wowhead.com/?talent=IfxMrkrhoiVM0sZ0bZxbhV
10:15.51Hell-Razorany suggestions?
10:17.17*** join/#wowace Belazor (n=Vulcanus@212251189226.customer.cdi.no)
10:17.47*** join/#wowace Renew (n=mronlin@adsl017.cnetco.com)
10:19.49*** join/#wowace lmeyer (n=Lars@dslb-082-083-192-190.pools.arcor-ip.net)
10:20.15Repo10libperiodictable-3-1: 03Azethoth * r30 / (2 files in 2 directories): -- Update new buff scrolls
10:20.53asmodaiMmm, leveling a priest, focus more on discipline or more on holy?
10:21.04asmodaishadow mana starves a bit too much to my liking
10:21.08Toadkillerfocus on leveling.  go shadow
10:24.48*** join/#wowace Carancu (n=carancu@c83-255-70-30.bredband.comhem.se)
10:25.11doom0rasmodai: spirit tap
10:25.17Megalonand imp spirit tap
10:25.28doom0rrun around like a retard in all spirit gear
10:25.30doom0rit does wonders
10:25.39Toadkillershadow is the leveling spec.  if you cant then you are doing something wrong
10:26.05Repo10mapster: 03Nevcairiel 07master * 1.0.5-5-g2a8adff / (10 files in 2 directories): [+3 commits]
10:26.06Repo2a8adff: Added /mapster slash command for people that disable the map button
10:26.07Repo6903a71: Added an option to hide the world map button and auto-hide it if QuestHelper is detected as they overlap
10:26.11Repo8b3088e: Revert moving of the Mapster Button, but additionally add an option to hide it if it overlaps with QuestHelper or whatever mod is around there.
10:26.35*** join/#wowace chexsum (n=chexsum@123.211.248.39)
10:26.41asmodaiToadkiller: Obviously! :D
10:27.09asmodaiJust found it eating through mana like crazy
10:27.16chexsumwow is strange - last night it said i ran out of time and it let me log in today
10:27.24asmodaiand already sent a ton of high spirit gear from levelling my main
10:27.41Arrowmasterwhat time lastnight?
10:27.52doom0rbest wand for your level at all time, pop some crap, wand it down for spirit tap on a fresh regen cycle
10:27.53chexsumwell this morning actually :P
10:27.56Toadkillerreroll a druid and just feral it imo
10:28.09asmodaiIt's just an alt.
10:28.27doom0rbest wand believe it or not is cheap
10:28.28Toadkillerdruids are better at mining/flower picking too
10:28.36Arrowmasterblizzard isnt known for handling daylight savings time gracefully, and US just switched a few hours ago
10:28.37doom0renchanter wands are awesome
10:28.52chexsum<- levelling smite in tbc
10:28.57asmodaidoom0r: Yeah, made sure to get the greater magic wand from my warlock enchanter to the priest as well as some others I found.
10:29.05chexsumi mean wotlk
10:30.07*** join/#wowace Sliker_Hawk (i=SlikerHa@5acb54f1.bb.sky.com)
10:34.25magmahas anyone else noticed that all the coordinates in EPL are way off in their y-coordinate now?
10:34.42magma(maybe x as well)
10:34.58nevcairielbecause the map was changed
10:35.38magmahas blizzard not put the new map in game, or is cartographer just using the wrong one?
10:35.43*** join/#wowace EthanCentaurai (n=EthanCen@78.149.204.207)
10:36.08magma... how much was the map changed?
10:36.14nevcairielI wouldnt be surprised if Carto still uses the old data
10:36.25Arrowmasterhuh?
10:36.36Arrowmasterthe coords come from a game api
10:36.42Arrowmasterthey cant be wrong
10:37.16nevcairielhe probably means old coordinates that come from WoWHead or something
10:37.21nevcairielbut those cannot be fixed anyway
10:37.28Arrowmasteror old notes
10:37.31magmayeah I do, more or less.
10:37.33magmaold notes ^
10:37.42Arrowmasterimpossible to fix
10:37.43Arrowmasterdelete them
10:37.56magmak
10:38.00Brunersthey changed coords ingame?
10:38.08Arrowmasterthe EPL map changed
10:38.08magmathey changed the map, so the coords are different.
10:38.40magmatoo bad there's not a fixed offset that existing notes could be adjusted by to make them accurate again
10:39.04Arrowmasterthey probably could be
10:39.20asmodaiHow does one adjust the icons on a map like, say, BFD? they're all off a bit. Since it seems the data is generated from something.
10:39.22Arrowmasterif you use the old zone width and the new zone width
10:39.46asmodai(InstanceMaps' mapdata.lua for example has this issue)
10:39.48Arrowmasterand do some calculations
10:40.05Arrowmasterthey fucked with BFD again?
10:40.12magmaprobably more trouble than it's worth
10:40.21magmathis character won't spend much more time in EPL.
10:40.29Brunersbut cord 50,50 will still be on cord 50,50 wouldnt it?
10:40.35Arrowmasterno
10:41.04Arrowmastercoords are nothing but your possition on the map in a percentage
10:41.28Arrowmasterthey added to EPL so now the zone width is larger
10:43.33Brunerswhy did the remove the pvp tab from player ><
10:44.01asmodaiArrowmaster: Aku'mai's skull point is floating up in blackness again
10:44.30asmodaiIt's like the coordinates for the pointers are all for a smaller map
10:44.41Arrowmasteryeah ive seen that happen
10:44.59asmodaisince they don't seem to be offset in X or Y in the same way or direction
10:45.20magmalife goes on
10:45.36*** join/#wowace Lyn (n=Lyn@Lf93a.l.pppool.de)
10:45.43Arrowmasterthey did something to the minimap textures in BFD again causing them to form a different size map when combined
10:50.58asmodaiArrowmaster: The question is, what's the upstream where they all get this data from? Because it seems Instancemaps uses the cartographers map data
10:51.07Arrowmasterits generated from game data
10:51.49*** join/#wowace HolgerDK (n=markj@0x57372b68.nfnqu1.dynamic.dsl.tele.dk)
10:55.08BrunersSetTextColor(unpack(color))
10:55.12Brunersunpack does what?
10:55.46Megalonconvert a table into a list of arguments
10:59.24Aiianei.e.
10:59.31Aiianea = {foo, bar}
10:59.36Aiianemyfunc(unpack(a))
10:59.39Aiianewould be the same as
10:59.42Aiianemyfunc(foo, bar)
11:04.52*** join/#wowace Irish (n=cirish@ip72-208-180-134.ph.ph.cox.net)
11:04.56linear`the new unit arena ids
11:05.03linear`definitely are like the party ids
11:05.06*** join/#wowace omega (i=omega@numbat.inamo.no)
11:05.25linear`if like arena2 goes stealth then arena3 moves up to arena2
11:09.42*** join/#wowace p3lim (n=p3lim@ti500710a080-9051.bb.online.no)
11:10.15Fastistealth?
11:14.04*** join/#wowace vithos (n=vithos@unaffiliated/vithos)
11:17.54*** join/#wowace charon (n=thomas@unaffiliated/charon)
11:23.54*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
11:23.54*** mode/#wowace [+o Funkeh`] by ChanServ
11:29.50*** join/#wowace mykx (n=mikex@93-97-227-10.zone5.bethere.co.uk)
11:40.53*** join/#wowace Sirow (n=Sirow001@p57A4E690.dip.t-dialin.net)
11:41.19Repo10glyphrecolor: 03kilrogg * r11 GlyphRecolor.lua: % added Bagnon support
11:41.19Repo% few minor tweaks
11:41.49nevcairielNeoTron: ping
11:42.10*** join/#wowace Lyn_ (n=Lyn@Le663.l.pppool.de)
11:43.34*** part/#wowace Irish (n=cirish@ip72-208-180-134.ph.ph.cox.net)
11:44.40digmousehow can i download files of the old repos like “http://www.wowace.com/projects/omen-threat-meter/repositories/pre-wotlk/files/155-2-0-4/”
11:47.59thulhttp://fc27.deviantart.com/fs27/i/2008/032/8/d/PvP_Battle_by_RikkuX.jpg <- I'm laughing
11:52.19Zyndromethis calls for /cgl/
11:54.28*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
12:00.03Zyndromehttp://zip.4chan.org/cgl/src/1225542490272.jpg
12:00.44ArrowmasterROFL
12:01.10*** join/#wowace faCe| (n=f@p5489C3CE.dip.t-dialin.net)
12:08.31*** join/#wowace Torhal (n=Torhal@74-130-231-128.dhcp.insightbb.com)
12:13.28Repo10libbanzai-2-0: 03Dridzt * r40 LibBanzai-2.0.lua:
12:13.29Repo- fix ToT chain when focus is hostile. (round out "focus" support)
12:13.44*** join/#wowace Torhal_ (n=Torhal@74-130-231-128.dhcp.insightbb.com)
12:18.37Xinhuanjust tried a 80-man city raid on Thrall
12:18.41Xinhuangot him to 67%
12:18.53Xinhuanbefore 100 horde overran us, and casting any spell took 5 seconds
12:19.06Xinhuanaccrued 550 honor kills in that 10 minutes rofl
12:20.39*** join/#wowace cncfanatics1 (n=cncfanat@134.80-136-217.adsl-dyn.isp.belgacom.be)
12:22.25Zyndromego Thunder Bluff, and let this happen to you: http://files.filefront.com/Bojaxwmv/;12225466;/fileinfo.html
12:22.32Zyndrome(knockback is just retarded)
12:22.54*** join/#wowace ins\ (n=ins@83.101.37.219)
12:23.11Zyndrome(and piss off our tanks)
12:23.25*** join/#wowace isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
12:24.00Toadkillerwhat did the knockback?
12:24.52Zyndromethunderstorm
12:26.18*** join/#wowace Nenue (i=Radio@cpe-74-75-41-12.maine.res.rr.com)
12:30.18MegalonZyndrome: haha, awesome
12:33.07*** join/#wowace Camci (n=enescamc@ua-83-227-134-226.cust.bredbandsbolaget.se)
12:34.33DaemonaWe are considering glyphs that will allow players to remove the knockback from Typhoon, Thunderstorm and Blast Wave in return for some other benefit, such as more damage or a cooldown reduction. You could then use these glyphs when raiding and not make the tanks mad.
12:34.34Daemona;)
12:37.37*** join/#wowace Vegeta]BT[ (n=Vegeta-G@xdslet206.osnanet.de)
12:37.51Repo10cooldownbuttons: 03Netrox * r214 Modules (2 files in 1 directory): fixed an error if you hover a movable button anchor
12:38.33Repo10cooldownbuttons: 03Netrox 042.1.13 * r215 : Tagging as 2.1.13.
12:38.47*** join/#wowace [SW]Dodge (n=Miranda@p508CBC84.dip.t-dialin.net)
12:45.23*** join/#wowace pb_ee1 (n=nospam@bgn92-4-82-238-214-117.fbx.proxad.net)
12:45.44*** join/#wowace crookfingerjake (n=cfj@c-71-59-100-178.hsd1.nj.comcast.net)
12:46.01Repo10elephant: 03pb_ee1 * r89 / (3 files in 1 directory): Elephant: New scroll buttons graphics.
12:50.01*** join/#wowace Higdur_ (n=nike@81-229-140-43-o1124.telia.com)
12:53.43Repo10auto-bar: 03Azethoth * r660 ChangeList.lua: v3.00.02.09 beta
12:54.13Repo10auto-bar: 03Azethoth 04v3.00.02.09 beta * r661 : Tagging as v3.00.02.09 beta.
12:55.23*** join/#wowace Zyndrome (n=faggotry@81-233-206-163-no89.tbcn.telia.com)
13:05.48Repo10broker_wraps: 03Lastrite * r2 libs (53 files in 13 directories): in
13:06.00Repo10broker_wraps: 03Lastrite * r3 Broker_Wraps.lua: in
13:06.13Repo10broker_wraps: 03Lastrite * r4 Broker_Wraps.toc: in
13:06.23Repo10broker_wraps: 03Lastrite * r5 embeds.xml: in
13:06.31Repo10broker_wraps: 03Lastrite * r6 gui.lua: in
13:06.39Repo10broker_wraps: 03Lastrite * r7 locales.lua: in
13:07.54Repo10broker_wraps: 03Lastrite 04beta * r8 : Tagging as beta.
13:10.55charon^ svn fail
13:11.13charonor maybe selection of multiple explorer icons fail
13:12.52*** join/#wowace Mytos (n=nate@c-76-99-111-229.hsd1.pa.comcast.net)
13:15.16nevcairielthe 53 files in libs screams terrible fail
13:15.44charonyup, but i'm too lazy to write .pkgmeta for others
13:15.56[SW]Dodge:D
13:17.49Mytoswhats better, fubar or broker
13:17.49Repo10elephant: 03pb_ee1 * r90 Core-Structure.lua:
13:17.50RepoElephant: Headers are no more created at login when no message has been received in the log since the last header ; header timestamp is however saved.
13:19.34CrazyBennyMytos: you can use both together
13:21.56Mytosyea but dont they do the same thing?
13:23.19SunTsuMytos: You can use broker2fubar or fubar2broker
13:23.44SunTsuOr use more than one display at one time
13:23.59Repo10elephant: 03pb_ee1 * r91 Core-Structure.lua: Elephant: Fix true<->false
13:26.52nevcairielthat sounds like a fun error
13:31.19Repo10skinner: 03Jncl 07master * b1.9056.12-1-g0223b4e / (5 files in 2 directories): [+1 commit] Skinner: Bugfix for TekKonfig error
13:31.54Repo10skinner: 03Jncl 04b1.9056.13 * ed98070 /: [new tag]  Tagging as b1.9056.13
13:34.17*** join/#wowace Sirow (n=Sirow001@p57A4E690.dip.t-dialin.net)
13:34.31*** join/#wowace dubf (n=dubf@77.17.134.34.tmi.telenormobil.no)
13:37.47*** join/#wowace Lysithea (i=Lyset@c-a94ee455.017-172-73746f34.cust.bredbandsbolaget.se)
13:39.00Repo10compmaster: 03Turaka * r30 CompMaster.lua: [fixed] Only summon while not in combat
13:39.01Repo[added] Disable/Enable summon notification
13:39.02Repo[added] Disable/Enable PVP summon ability (companions in pvp/arena)
13:39.42Repo10compmaster: 03Turaka * r31 CompMaster.toc: [fixed] typo
13:40.46*** join/#wowace mort_ (n=mort@azureus/mort)
13:41.14Repo10compmaster: 03Turaka 04v1.9 * r32 : * Added some features.
13:44.55*** join/#wowace alcaras (n=chatzill@c-76-119-196-167.hsd1.ma.comcast.net)
13:46.03*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
13:48.10*** join/#wowace Ghan (n=GhanIRC@ppp-88-217-93-210.dynamic.mnet-online.de)
13:50.19*** join/#wowace Cryect (n=fefsd@adsl-152-94-28.asm.bellsouth.net)
14:01.34Mytospallies need nerfed like no class has never been
14:04.00Repo10fortress: 03Borlox 041.1-beta3 * b1cc7c4 /: [new tag, +1 commits]
14:04.00Repo- Includes support for LibSharedMedia-3.0
14:04.01Repo10auto-bar: 03Azethoth * r662 AutoBarButton.lua:
14:04.01Repo-- Fix UpdateUsable to make pets always display as usable and mounts outside of combat.
14:04.02Repo10fortress: 03Borlox 07master * 1.1-beta3 / (7 files in 2 directories): [+1 commit] - some sort of hacking shared media support into git.
14:04.12Repo10xperl: 03Zeksie * r230 / (2 files in 1 directory):
14:04.13RepoXPerl: Fix very rare error in highlights when a pet receives a POM, but doesn't yet have an active frame because it was only just that instant ressed.
14:08.35*** join/#wowace selckin (n=selckin@unaffiliated/axxo)
14:09.41*** part/#wowace CrazyBenny (n=s_m@actplus.cust.sloane.cz)
14:12.44*** join/#wowace Kilroo (n=Kilroo@cpe-098-026-168-017.triad.res.rr.com)
14:16.37Repo10compmaster: 03Turaka * r33 CompMaster.toc: * Fixed persistent DB save.
14:17.23Repo10compmaster: 03Turaka 04v1.9.1 * r34 : * Fixed minor issue with settings persistance.
14:20.25*** join/#wowace Athrun-- (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
14:23.59*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:23.59*** join/#wowace alcaras (n=chatzill@c-76-119-196-167.hsd1.ma.comcast.net)
14:23.59*** join/#wowace crookfingerjake (n=cfj@c-71-59-100-178.hsd1.nj.comcast.net) [NETSPLIT VICTIM]
14:23.59*** join/#wowace [SW]Dodge (n=Miranda@p508CBC84.dip.t-dialin.net) [NETSPLIT VICTIM]
14:23.59*** join/#wowace cncfanatics1 (n=cncfanat@134.80-136-217.adsl-dyn.isp.belgacom.be) [NETSPLIT VICTIM]
14:24.00*** join/#wowace eoM_rM (n=moe@p5489C3CE.dip.t-dialin.net) [NETSPLIT VICTIM]
14:24.00*** join/#wowace Srosh (n=Srosh@c136068.adsl.hansenet.de)
14:24.00*** join/#wowace bien| (n=bien@pD9E6EF69.dip.t-dialin.net) [NETSPLIT VICTIM]
14:24.00*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
14:24.00*** join/#wowace Wobin (n=Wobin@124-168-153-124.dyn.iinet.net.au)
14:24.00*** join/#wowace liquidzoo (n=drew@ip72-204-215-210.ph.ph.cox.net) [NETSPLIT VICTIM]
14:24.00*** join/#wowace Obelixprime (n=Obelixpr@CPE0018f86c695d-CM0011aea76396.cpe.net.cable.rogers.com) [NETSPLIT VICTIM]
14:24.00*** join/#wowace AcTiVaTe (n=activate@d594eeda.static.dsl.concepts.nl) [NETSPLIT VICTIM]
14:24.00*** join/#wowace lua_bot (n=lua_bot@li37-84.members.linode.com)
14:24.01*** join/#wowace ANTRat (n=antrat@rrcs-97-76-73-47.se.biz.rr.com)
14:24.01*** join/#wowace elite3vil (i=elite3vi@unaffiliated/elite3vil) [NETSPLIT VICTIM]
14:24.01*** join/#wowace Kolie (n=Kolie@69.57.184.217) [NETSPLIT VICTIM]
14:24.01*** mode/#wowace [+oovv ckknight Cairenn Wobin Kolie] by irc.freenode.net
14:24.01*** join/#wowace Tamaroth (n=cauchy@cauchy.reign-eu.com) [NETSPLIT VICTIM]
14:24.01*** join/#wowace sacarasc (i=sacarasc@xmms2/bitch/sacarasc) [NETSPLIT VICTIM]
14:24.01*** join/#wowace si-m1 (i=simeng@scout.protoss.no) [NETSPLIT VICTIM]
14:24.01quiescensrun for the hills!
14:25.03*** join/#wowace Next96 (i=Next96@121.129.140.49)
14:25.43*** join/#wowace Repo (n=supybot@69.57.184.216)
14:27.16Repo10cartographer: 03AbydosLanti * r2273 / (3 files in 3 directories): Updated fog + added possible fix for right click issues
14:31.14*** join/#wowace Obelixprim1 (n=Obelixpr@CPE0018f86c695d-CM0011aea76396.cpe.net.cable.rogers.com)
14:31.27*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
14:31.27*** mode/#wowace [+o Cairenn] by ChanServ
14:33.55*** join/#wowace WobWork (n=Wobin@124-168-153-124.dyn.iinet.net.au)
14:33.55*** mode/#wowace [+v WobWork] by ChanServ
14:35.06Repo10free-refills: 03mikk * r76 FreeRefills.lua: FreeRefills: Prod packager.
14:36.14Repo10mapster: 03Nevcairiel 07master * 1.0.5-7-g7c4156e / (2 files in 1 directory): [+2 commits]
14:36.15Repo7c4156e: Preserve other hooks when hooking/unhooking the BattlefieldMinimap OnUpdate
14:36.16Repoe2772e9: Indentation fix
14:42.46WobWorkhttp://www.youtube.com/watch?v=lk5_OSsawz4
14:44.46*** join/#wowace SunTiger (n=MoonWolf@i209133.upc-i.chello.nl)
14:44.46*** mode/#wowace [+o SunTiger] by ChanServ
14:45.32Repo10utopia: 03Zeksie * r21 engine.lua: Utopia: Fix login error when with a rogue.
14:45.44Repo10free-refills: 03mikk 042.2 * r77 : Tagging as 2.2.
14:49.00*** join/#wowace Jygga (i=Jygga@port-212-202-202-32.dynamic.qsc.de)
14:50.49Repo10free-refills: 03mikk * r78 : FreeRefills: Nuke externals; done via .pkgmeta now.
14:51.50Fisker-slaps WobWork around a bit with a large trout
14:51.55Fisker-that was horrible :(
14:52.05*** join/#wowace cladhair_ (n=jnwhiteh@94-192-60-10.zone6.bethere.co.uk)
14:52.05quiescenspoor trout
14:54.16WobWorkWhat's worse
14:54.22WobWorkis that he just lipsynched the entire thing
14:54.56*** join/#wowace harl (i=harl@dslb-088-077-183-075.pools.arcor-ip.net)
14:56.24Mytosdo the 2piece res bonuses for pvp gear nolonger stack?
14:56.29Repo10elephant: 03pb_ee1 * r92 Core-Initialize.lua: Elephant: New icons for the chats.
14:56.56Xinhuanya
14:57.06Xinhuanall pieces of pvp count towards the *same* set now
14:57.43Mytosthen why am i not getting a 4piece bonus
14:57.51Xinhuanyou should
14:57.56Xinhuancheck the set name
14:57.59Xinhuanof all the pieces
14:58.13Xinhuanare they the same?
14:58.19Mytosno
14:58.37Xinhuanby pvp pieces, i mean the s1/2/3/4 ones, not the pvp blues ;p
14:58.45Mytosyea i know
14:59.26Mytosi was wearing 2piece moonkin s3, and 3 pieces resto s3, and im 35res lower since 3.0
14:59.50*** join/#wowace ins\away (n=ins@83.101.37.200)
14:59.52Xinhuanheh
15:00.05Xinhuangoogle and you'll prob find an answer
15:00.30*** join/#wowace NightHawkTheSane (n=jonathan@71-35-102-1.tukw.qwest.net)
15:00.32Mytosit is shorting me my double 2piece, which is gay
15:06.22pb_ee1Anyone knows how to get the color of a custom channel?
15:06.35pb_ee1i mean, the color chosen by the user
15:06.47Gnarfozhttp://www.boingboing.net/2008/11/01/cruel-blue-screen-of.html
15:06.54nevcairielcheck how blizz checks it?
15:07.02Repo10inventory-on-par: 03Pericles * r75 / (3 files in 1 directory): InventoryOnPar: -
15:07.03Repov11.04 - Pressing ESC now actually closes IOP windows - Paperdoll and player lists - only been 2 years to work out how
15:07.46*** join/#wowace Azurewrath (i=Azurewra@88.215.85.86.dynamic.cablesurf.de)
15:10.02nevcairielGnarfoz: awesome haha
15:11.53*** join/#wowace chexsum_ (n=chexsum@123.211.248.39)
15:11.57*** join/#wowace |Jelly|Ghost (n=chatzill@66-169-186-78.dhcp.ftwo.tx.charter.com)
15:13.13pb_ee1nobody knows?
15:15.05Repo10glyphrecolor: 03kilrogg * r12 GlyphRecolor.lua: + added EngBags support
15:15.53pb_ee1got it. thanks for you no-help hoho
15:16.43Zeksiestill no way to tell how many CPs a rogue used with Expose :| that's a bugger..
15:18.17*** join/#wowace Odlaw (n=ozzy@c-98-245-75-224.hsd1.co.comcast.net)
15:19.15yoshimowill someone update the bigwigs_eredarthreat-modul to use the blizzardapi? or is this addon not needed anymore?
15:20.11*** join/#wowace ins\ (n=ins@91.177.180.180)
15:20.16*** join/#wowace taskulraf (n=ixnorp@c-24-126-68-114.hsd1.md.comcast.net)
15:23.45Repo10elephant: 03pb_ee1 * r93 Core-Interface.lua:
15:23.46RepoElephant: Channel logs should now be the same color than the ones chosed by the user
15:24.23Repo10elephant: 03pb_ee1 042.5.4-beta * r94 : Tagging as 2.5.4-beta.
15:24.50Zeksieyoshimo: not likely to be used for more than 2 more weeks. hardly worth changing it now.
15:26.08*** mode/#wowace [+v Repo] by nevcairiel
15:27.21*** join/#wowace Mech0z (i=AdiIRC@d40ae5aa.rev.stofanet.dk)
15:27.51Mech0zIs it possible to get a mod that filters items so when I autoloot it only pics up like green+ items
15:27.52nevcairielyou can just burn twins down, whats the matter of watching threat :)
15:30.45yoshimowe just entered sunwellplateau recently, and lack dps  ;)
15:36.14Repo10bunch-of-bars: 03Mininova * r95 / (7 files in 6 directories): BunchOfBars: fixes and enabled the name module again
15:36.33Repo10downtime: 03raegx * r3 / (3 files in 1 directory): DownTime:
15:36.34Repo-Fixed spelling errors in config/slash commands
15:36.35Repo-Issues w/ saved data/settings not being restored corrected
15:36.36Repo-data recording for raids only option added
15:36.41Repo10bunch-of-bars_heal-lines: 03Mininova * r28 HealLines.lua: BunchOfBars_HealLines: disabled by default
15:36.51Repo10bunch-of-bars_same-target: 03Mininova * r28 SameTarget.lua: BunchOfBars_SameTarget: disabled by default
15:39.24*** join/#wowace AnduinLothar (n=AnduinLo@WoWUIDev/Cosmos/AnduinLothar)
15:39.24*** mode/#wowace [+v AnduinLothar] by ChanServ
15:39.55Repo10downtime: 03raegx * r4 .pkgmeta: DownTime:
15:39.56Repo-Proper package name
15:39.57Repo-Removed ChatThrottle lib
15:40.53*** join/#wowace mykx^ (n=mikex@93-97-216-146.zone5.bethere.co.uk)
15:44.22Repo10downtime: 03raegx 04v1.0 * r5 : Tagging as v1.0.
15:44.48*** join/#wowace Keya (n=pschrine@xdsl-84-44-231-41.netcologne.de)
15:44.49Sarozis there a good buff mod not being ElkBuffBars? just shows the icons
15:45.07Repo10xrs: 03Dridzt * r187 / (6 files in 1 directory):  (Message trimmed by 4 lines)
15:45.07Repo- add Deathknight to classes
15:45.08Repo- touch PreClick and PostClick handlers (disambiguation)
15:45.10Repo- bugfix GetBuffUnit() add qualification of range-less spells
15:45.14Repo- removed Greater/Blessing of Light from pre-defined list
15:45.26MikkSaroz: standard ui + moveanything?
15:45.51Mikksatrinas?
15:47.02*** join/#wowace spode- (n=spode@90-229-150-87-no117.tbcn.telia.com)
15:50.43Repo10heal-points: 03Eridan * r39 / (2 files in 1 directory): HealPoints:
15:50.43Repo- Fug with talent detection fixed
15:50.44Repo- Fug with paladin arena set bonus fixed
15:51.03CryectOh how I hate Fugs
15:54.37Raegxfugs suck =(
15:54.47*** join/#wowace Cartas (i=UPP@c-c14fe655.07-15-73746f21.cust.bredbandsbolaget.se)
15:56.25Gnarfozwtf are fugs? :D
15:57.55Repo10smart-res: 03myrroddin * r88 / (12 files in 1 directory): SmartRes:
15:58.05Repo10stack-watch: 03raegx * r9 / (2 files in 1 directory): StackWatch:
15:58.06Repo-ToC Update
15:58.07Repo-Table memory churn removed
15:58.08Repo-Event handlers cleaned up on disable
15:58.10Zeksieabbreviation for Fugup
15:58.16*** join/#wowace Tuller (n=muffins@c-76-27-160-125.hsd1.va.comcast.net)
15:59.35Repo10stack-watch: 03raegx 04v1 * r10 : Tagging as v1.
15:59.49Raegx.....crap
15:59.57Repo10stack-watch: 03raegx 04v1.1 * r11 : Tagging as v1.1.
16:01.23Fisker-hurts Zeksie
16:02.31Repo10utopia: 03Zeksie * r22 / (3 files in 2 directories):
16:02.32RepoUtopia: Adjusted description for Expose Armor to show combos instead of stacks. There is no way currently to tell if a rogue used 1 or 5 CP for this. Utopia will always assume 5 CP.
16:05.19Zeksieso... thinking of stuff for Utopia. Is it gonna be useful to see a kind of debuff graph history so u can see when buffs went on/off during a fight?.
16:06.51Zeksiealso, would it be handy to show owner of debuff in standard debuff tooltips.
16:07.39Repo10smart-res: 03myrroddin * r89 beta/: SmartRes:
16:07.43Zeksiedoubt 2nd one. trying to mouse over a specific debuff in that ever fluctuating mess of icons on target frames would not be fun
16:10.22Zeksiewhat could be nice, is some way to rationalise the standard debuffs returned from UnitDebuff into a sorted arrangement. and even stacking together debuffs of same type (SW:Pain for example).
16:10.58Zeksiei might even wanna ask this at a reasonable hour.. it must be what? 10am in the US... I'd still be in bed if I was you..
16:11.32Tulleryou can tell isMine, but that's the only easy thingy
16:11.57GnarfozTuller \o/
16:12.32KilrooHey, it's Tuller!
16:12.33Zeksieownership is not so hard. already did the engine to watch combat log stuff, so i can tell ownership of non damaging debuffs easily
16:12.41Kilrootries to remember what Tuller wrote that he uses.
16:13.54GnarfozBagnon, Ludwig, Dominos? ^^
16:13.55p3lim~seen cladhaire
16:13.58purlcladhaire <n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire> was last seen on IRC in channel #wowuidev, 7h 13m 50s ago, saying: 'win!'.
16:14.17KilrooTried Combuctor a while back, that was it.
16:15.30KilrooI probably also tried Bagnon at some point ages and ages ago...back during the first time I was playing I went through a period where I think I tried every bag-replacement addon that had been written.
16:15.39*** join/#wowace Ithato (n=shane@lennon-ubr-st-64-85-159-209.power-net.net)
16:15.52*** join/#wowace ag` (n=ag`@90.185.136.227)
16:16.26Ithatohey, anyone in here running WoW in wine on ubuntu hardy/intrepid who'll let me pick their brains a bit?
16:17.09GnarfozKilroo: I went through all of them ages ago, too. settled with standard blizz bags for 3 years, then. then I tried bagnon again and have been using it ever since ;D
16:18.35Repo10smart-res: 03myrroddin * r90 release/: SmartRes:
16:18.40*** join/#wowace Groktard (n=Groktar_@adsl-67-125-106-131.dsl.frs2ca.pacbell.net)
16:19.00Groktarpounces
16:19.29Groktari think i may have broken a toe
16:19.31Groktar:(
16:20.02KilrooIf I recall correctly, out of my three spurts of bag-addon-experimentation, I ended up with OneBag the first time, Baggins (in a very close race with Bagnon) the second, and TBag-Shefki the third time (by an even slimmer margin over Combuctor).
16:21.24TullerI broke a toe before...at least I think I did
16:21.29Gnarfozhttp://de.youtube.com/watch?v=lk5_OSsawz4
16:21.44Tullereither way sage versus fallout, blah
16:23.15*** join/#wowace Matrix110 (i=Matrix11@pD957DCA8.dip.t-dialin.net)
16:25.43Repo10parrot: 03profalbert 04v1.6.3.1-beta * f09a8bf /: [new tag] tag as beta
16:28.28sylvanaar_laptopi use bankstack + whatever
16:28.32Repo10smart-res: 03myrroddin * r91 stable/: SmartRes:
16:28.44sylvanaar_laptop<3 bankstack
16:29.02sylvanaar_laptopsooooo fast, and it works with profession bags
16:29.52Repo10sbars: 03Slizen 07rewrite * r21 / (5 files in 3 directories): Fixes to Bar:Lock() and :Unlock() functions
16:31.07Repo10mapster: 03Nevcairiel 07master * 1.0.5-9-g9c3c463 / (10 files in 2 directories): [+2 commits]
16:31.08Repo9c3c463: Disable "Hide Textures" by default, so people upgrading to this version will not be confused by the change.
16:31.08Repo1f6de41: Added new BattleMap module that tweaks the BattlefieldMinimap
16:32.59Ithatowonder if that battlemap module is inspired by tekkub's gist (github pastie) on the subject
16:35.33Ithatohas anyone attempted to use curse client inside of wine/cedega?
16:35.43*** join/#wowace Matrix110 (i=Matrix11@pD957DCA8.dip.t-dialin.net)
16:38.45*** join/#wowace duaiwe (n=jonathan@71-35-102-1.tukw.qwest.net)
16:40.14Repo10mapster: 03Nevcairiel 07master * 1.0.5-10-g77fbc5f / (3 files in 1 directory): [+1 commit] Fix DB references when changing profiles
16:40.17*** join/#wowace cladhaire (n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
16:40.23*** mode/#wowace [+v cladhaire] by ChanServ
16:40.49*** join/#wowace Inc` (n=incendiu@pool-72-64-99-237.dllstx.fios.verizon.net)
16:41.55thulhttp://www.youtube.com/watch?v=htKwiAImm3o <- I love celebrity jeopardy
16:42.14*** join/#wowace smcn (i=smcn@75-164-149-61.ptld.qwest.net)
16:44.24*** join/#wowace angelike (n=angelike@dslb-088-073-246-004.pools.arcor-ip.net)
16:45.07Repo10ora2: 03Dridzt * r641 Core.lua: - fix scrolling bug (submitted by ManniAT on forum)
16:47.23SarozSkinner is SO fucking bugged
16:47.25Sarozit's amazing
16:47.49Stanzillawhy do you use it? :P
16:48.11Sarozwell I cant now
16:48.18Sarozbut I like how it skins the loot frames etc.
16:48.21Sarozmakes it look neato
16:51.04Stanzillalootframes => xloot / phatloot
16:51.19Sarozye but the rest
16:51.55Repo10mapster: 03Nevcairiel 07master * 1.0.5-11-gcecaeb9 / (2 files in 1 directory): [+1 commit] Make BattleMap work if all areas of an zone are still undiscovered
16:52.04nevcairieli never thought skinner looked "neato"
16:52.10nevcairielit always looked so dumb
16:52.17nevcairielthose grey'ish windows everywhere
16:52.41nevcairielOh well, i just like the textures :)
16:52.42HunterZ0i use skinner because i hate hate hate the look of the default UI
16:52.51GnarfozStanzilla: phatloot is abandoned and was merged into xloot quite a while ago ;)
16:53.08StanzillaGnarfoz: but it works fine
16:53.12nevcairielAnd i looked at the Skinner code once, never going there again :P
16:53.23Gnarfozit's still abandoned :D
16:53.46[SW]Dodgebtw xloot
16:53.50[SW]DodgeXuerian: ping =D
16:54.04[SW]DodgeXuerian: na just a joke :P
16:54.14HunterZ0:O
16:54.35*** join/#wowace kappaccino (n=UPP@71-84-214-44.static.rvsd.ca.charter.com)
16:55.27nevcairielsomeone please tell me that this is not working as intended --> http://images.gammatester.com/pics/86f2397658e31203a3ab60a3548ab990.jpg
16:57.09[SW]Dodge:D
16:57.20HunterZ0rawr
16:57.49Gnarfozwhy's your pseudo-fubar so off-center (vertically)?
16:57.55CryectPfft that should be intended!
16:58.06Gnarfozand is that Xparky (the working version from wowi)?
16:58.07[SW]Dodgenevcairiel: i like the artwork around your actionbars :D
16:58.29CryectThough TRex would be a good new druid form :-p
16:59.17nevcairielGnarfoz: offcenter? huh?
16:59.45Gnarfoznevcairiel: don't tell me you can't see that the icons on the left and at the center are further from your screen edge that they are from xparky?
17:00.16*** join/#wowace cirish (n=cirish@ip72-208-180-134.ph.ph.cox.net)
17:00.29Gnarfozalso, wtf minimap buttons :P
17:00.48Fisker-flirts with nevcairiel
17:01.01Jygganevcairiel you havent seen that named hellhound in shadowmoon as pet yet right?
17:01.04nevcairielI like the calendar button there
17:01.05Jyggauvros
17:01.12nevcairieland tracking
17:01.15HunterZ0what the hell is tekKonfig? seems like half the updates to skinner lately have had something to do with it
17:01.28Jyggait fills the shattrath bank entry ...
17:01.45*** join/#wowace Yssaril (n=Yssaril@adsl-75-63-57-132.dsl.emhril.sbcglobal.net)
17:03.28Repo10mapster: 03Nevcairiel 07master * 1.0.5-12-ge300f7e BattleMap.lua: [+1 commit] Fix errors when the BattlefieldMinimap isnt loaded yet
17:04.22Tullerskinner is evil!
17:05.24Fisker-Tullers tuller
17:05.26Fisker-you are right
17:06.26*** join/#wowace Hjalte (n=chatzill@62.242.38.50)
17:11.09*** join/#wowace Sirow (n=Sirow001@p508867A0.dip.t-dialin.net)
17:11.25asmodaiheh, handynotes: attempt to perform arithmetic on local 'id'
17:12.40Repo10smart-res: 03myrroddin * r92 / (4 files in 4 directories): SmartRes:
17:12.42HjalteDid they reduce the price of Medallion of the Horde/Alliance with 3.0.2 or has it been 8k for a long time?
17:12.46sylvanaar_laptopwhy does everyone hate skinner
17:12.54sylvanaar_laptopdoesnt use it either
17:13.22Gnarfozbecause it's an abomination :p
17:13.52sylvanaar_laptopotay
17:14.56*** part/#wowace cirish (n=cirish@ip72-208-180-134.ph.ph.cox.net)
17:15.38GnarfozXinhuan: so, Omen3 now has a native fubar plugin AND a LDB feed/
17:15.39Gnarfoz?
17:16.44*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
17:16.51Gnarfozor how is it that I get both "Omen" and "Omen_B2F" :|
17:18.21crookfingerjakeif you have both you also seem to end up with a ghost minimap button
17:20.24Gnarfozcrookfingerjake: yep, that too
17:20.28GnarfozOmen3 x3
17:20.29Gnarfoz:D
17:22.56Repo10dr-damage: 03Dally1991 06wrath-clone * r735 Data/Paladin.lua: DrDamage:
17:22.57Repo-Paladins work now (ONLY untalented!!!!), working on talents next.
17:22.58Repo-Due to the nature of the hacking to get them to work, a re-write is likely necessary to clean up the code.
17:23.00Repo-By using this build, you agree to not post about broken paladin features (we know already)! We aren't responsible for the strange and sudden death of your cat should you fail to abide by this agreement.
17:25.25Repo10smart-res: 03myrroddin 04beta * r93 : Tagging as beta.
17:27.45HjalteCan anyone recomend a good addon for showing me my threat in a more simple way than Omen? (Maybe besides MyThreat which I used before 3.0.2)
17:28.32[SW]DodgeHjalte: moer simple than omen? blizzards build in threat meter?
17:29.14Hjalte[SW]Dodge: Well, that's maybe a bit too simple :) I am just wondering if someone made an addon worth trying after the threat overhaul.
17:29.26*** join/#wowace JensRex (n=jens@pdpc/supporter/active/Jens)
17:29.41[SW]Dodgeomen3 :D
17:30.04*** join/#wowace |Yssaril| (n=Yssaril@adsl-75-63-57-132.dsl.emhril.sbcglobal.net)
17:37.34Repo10mapster: 03Nevcairiel 07master * 1.0.5-14-g33ce524 / (2 files in 1 directory): [+2 commits]
17:37.35Repo33ce524: Bump version number
17:37.35Repoa591ef6: Remove embeds.xml
17:42.16Repo10badge-watch: 03tomsommer * r32 Core.lua:
17:42.17Repo- Include the name of the item not looted, in the sent notification (drycode)
17:42.54*** join/#wowace TheDeamon_ (i=TheDeamo@69-20-145-84.static.ida.net)
17:42.54Pneumatusi wish blizzard had made badgewatch obsolete by just putting the tokens in your currency tab when you get a kills :s
17:44.01GnarfozXinhuan: http://i38.tinypic.com/in5t7d.jpg Oo
17:44.37Pneumatusi have 3125 :>
17:45.17Repo10badge-watch: 03tomsommer * r33 / (2 files in 1 directory): - Fix externals, fix .pkgmeta
17:45.18nevcairieli have about 3k, and i really dont want to do sucky pvp to get more
17:45.32Pneumatusyeh, ive done a few pvp ones but im too lazy to do much more
17:46.31PneumatusGnarfoz: is that an addon, or what?
17:46.41Gnarfozprobably, but that's not the point
17:50.50*** join/#wowace Vegeta]BT[ (n=Vegeta-G@85.8.74.236)
17:53.00*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
17:53.00*** mode/#wowace [+v Tekkub] by ChanServ
17:56.38Gnarfoz~ping xuang
17:56.39purlpong xuang
17:56.42Gnarfozwhoat
17:56.47GnarfozXinhuan: ping
17:58.44Raegxim looking for some help working with tool tips. I want to add information to them on mouse over. Anyone know any good resources?
18:04.10*** join/#wowace EthanCentaurai (n=EthanCen@78.149.204.207)
18:04.43IronhandI'm looking for an addon that will allow me to assign a modifier key, which will cause any of my spells to be cast on my mouseover instead of my target... does anyone know of such an addon?
18:04.48Gnarfozlol
18:04.48Gnarfoz-- Yes, this is one big hack since LFBP-3.0 is a Rock library, and we embed it
18:04.48Gnarfoz-- via Ace3. OnEmbedInitialize() needs to be called manually.
18:04.56Gnarfozxinhuan is one crazy asian
18:05.39Raegx@ironhand Clique
18:05.50IronhandRaegx: that only works on unitframes
18:05.58IronhandI'm thinking mostly of offensive spells here
18:07.53Raegxim out of ideas then
18:07.59Repo10dr-damage: 03Dally1991 06wrath-clone * r736 Data/Priest.lua: DrDamage:
18:08.00Raegxthe only mouse over targeting i do is for dispells
18:08.00Repo-Empowered Healing changed to multiplicative
18:08.03Raegxand i use a macro for that
18:08.07*** join/#wowace mitchnull (n=mitchnul@catv3EC94751.pool.t-online.hu)
18:08.29IronhandI'm mostly talking from a tanking PoV here... switching targets and casting spells is fine enough, but mouseover would be quicker
18:08.33Dalamar1991Pneumatus: If you're around, feel free to grab r736 and let me know if that fixes the numbers.
18:08.39*** join/#wowace RaydenUni (n=bozartmp@etl2550-01.it.rit.edu)
18:08.59PneumatusDalamar1991: will try and ninja install it mid-sunwell :)
18:09.10Dalamar1991=P
18:09.10Pneumatusguess my numbers must have made some sense at least :P
18:09.26Raegxif you don't have too many abilities you want to use, you can just make macros for it
18:09.27Dalamar1991if only all bug reports were that thorough.
18:09.32Raegxmacros can easily do mouseover casting
18:09.50Ironhandyeah, that's what I'm currently doing... problem is that I *do* have too many abilities I want to use lol
18:10.07Raegxhow many abilities
18:10.44Ironhandacross all my characters... maybe 50?
18:10.49Raegxjust 1
18:11.01Ironhandon one character, maybe 10
18:11.05Raegxwell
18:11.09Raegxthere are 3 modifiers
18:11.13Raegxshift, alt, cntrl
18:11.24Raegx3 macros would cover 9 abilities
18:11.51*** join/#wowace Worf (n=worf@84-119-53-221.dynamic.xdsl-line.inode.at)
18:11.52Ironhandyeah, but I would like there to be one generic modifier key, where a spell would be cast on my target without the modifier
18:12.26Ironhandguess I could try digging out the old MacroTexter, but I don't think that's been updated for 3.0.2... and it'd still be a lot of work
18:12.51nevcairielthat would be rather trivial to add to Bartender4 *shrug*
18:13.12Raegxbt4 should allow for the loot roll window to be moved first
18:13.12Raegx=D
18:13.14PneumatusDalamar1991: on first glance, the numbers look much more respectable
18:13.16Raegxlike bt3
18:13.32nevcairielRaegx: I'll move you.
18:13.46Raegxnev: that sounds painful, lets not
18:13.47*** join/#wowace NightHawkTheSan1 (n=jonathan@70-56-65-6.tukw.qwest.net)
18:16.33Dalamar1991Pneumatus: are they still off by a noticable percentage?
18:16.43PneumatusDalamar1991: if anything, they are a bit low
18:19.41Dalamar1991might be another talent at work then.
18:20.00Pneumatusmy flash heal average is showing 2763 max, but im hitting 2860+, so i'll have to go play on beta with stripping talents again
18:20.29Dalamar1991are you still in sunwell?
18:20.41Pneumatusstood outside on standby :)
18:20.55Dalamar1991hmm, so then it's not a buff from another player
18:20.59*** join/#wowace Lyn (n=Lyn@Le698.l.pppool.de)
18:21.46Pneumatusyeh, minimum on flash heal is 2562 atm on the tooltip and the lowest ive got is 2620
18:22.13Pneumatusand yeh, im not buffed at all, just talented
18:23.56Dalamar19912~3% deviation isn't *too* bad for now, i can revisit it later. but it'll help a lot with other classes knowing about the addition -> multiplication changes on certain talents.
18:24.20Pneumatusyeh, it certainly seems closer than it was before at least :P
18:25.42Fisker-hurts
18:27.24Fisker-pro-tip: give drug addicts drugs
18:27.31Fisker-Just gave someone in fallout 3 some drugs
18:27.45Fisker-and the next thing i know i see him lying on the ground dead in another area :D
18:28.19CIA-27nutcounter: 03Tekkub 07master * r9b47117 10/ README.textile : readme tweak - http://is.gd/5BpC
18:28.22CIA-27nutcounter: 03Tekkub 07master * rf1242a1 10/ NutCounter.lua : Display raw counts in the tooltip also - http://is.gd/5BpF
18:28.41RaydenUnithoughts on ferals being able to use normal weapons with their AP factoring in?
18:28.52RaydenUniduel wield fist weapons anyone?
18:30.48Fisker-I didn't think druids could dualwield
18:30.53Dalamar1991they can't
18:30.55Pneumatusdruids cant equip offhand
18:31.12Pneumatus2h or offhand frills only
18:31.48RaydenUnii'm saying if they changed it
18:31.57RaydenUniright now druids have their own weapons
18:31.59RaydenUnino one else uses them
18:32.03RaydenUniand druids use nothing else
18:32.07RaydenUnispeaking about feral only
18:32.14XuerianWhich is annoying and awesome at the same time
18:32.22RaydenUniit's awesome to have my own special stuff
18:32.23CIA-27kennel: 03Tekkub 07master * r4bc7b0b 10/ Kennel.lua : ruRU subzone - http://is.gd/5BsG
18:32.23XuerianNo competition outside spec
18:32.31Repo10dhud2: 03Arcanefoam * r69 core.lua: DHUD2:
18:32.31Repo-Fixed bugged that caused ro, r1 and such errors when targeting tapped mobs.
18:32.32Pneumatusyou mean like give them ap/armor from str/sta/agi or something?
18:32.32XuerianBut.... I can only use that.
18:32.33RaydenUnibut it would be cool to have more options
18:32.42XuerianNo cool looking fist weapons, no sharp swords, whatnot...
18:32.55RaydenUniit was like the leather with +AC
18:32.58RaydenUnino one else wanted it
18:33.00RaydenUnionly bears
18:33.04RaydenUniand they got rid of it
18:33.19RaydenUniso are feral AP weapons going to go the way of the dodo?
18:34.29RaydenUniit's a dilemma
18:34.34RaydenUnimore specialized items are cool
18:34.39RaydenUnibut harder to acquire and balance
18:35.36RaydenUniso don't change what weapons druids can have
18:35.43RaydenUnijust give them a AP multiplier in cat and bear
18:35.49RaydenUniand remove all the FAP stats
18:36.05RaydenUniwe already have a weapon attack power multiplier i think
18:36.35Sarozffs someone give Buffalo some LOVE
18:38.22Dalamar1991blizz has already said they want to get rid of feral AP weapons
18:38.45Dalamar1991they want us sharing our weapons with other classes
18:39.19RaydenUnidruids should totally duel wield though
18:42.31XuerianRaydenUni: It'd have to be a multipler that only applied to the weapons though
18:42.41RaydenUniof course
18:42.45RaydenUnidoesn't it already exist?
18:42.51XuerianOtherwise we'd be back at square one, the weapon is just frill
18:43.18RaydenUniwhere weapons are just extra armor pieces?
18:43.28Xuerianyea
18:43.28Dalamar1991i think we should only be able to dual-wield fist weapons
18:43.32Xuerian^
18:43.38Dalamar1991DW maces for example would just be dumb...
18:43.39RaydenUniif you look at stuff like shapeshifter in D&D
18:43.47RaydenUnibeing able to use fist weapons makes a ton of sense
18:43.53RaydenUnialso using your claws while in human form :D
18:43.59Xuerianheheh
18:44.04RaydenUnioh no
18:44.14RaydenUninm
18:44.27Dalamar1991unfortunately, i think the blizz code for DW allows you to equip in the offhand anything you can use in the main hand
18:44.37RaydenUniDW?
18:44.39Dalamar1991so i'm betting it'd be annoying work for blizz to limit it just to DW
18:44.44Dalamar1991dual-wield
18:44.53RaydenUnithere are items specified as main hand only
18:45.07Dalamar1991ok, but druids can use 1H maces
18:45.11RaydenUniyeah
18:45.11XuerianThere's three "Hand" specifications, "Off hand", "Main hand" and "One hand"
18:45.25XuerianWell, and 2h.
18:45.35RaydenUniso right now cat dmg is affected by agility, strenght, and attack power
18:45.39RaydenUnibut not by dps
18:45.47XuerianEkshandir's claws were about as close as we ever got to feral fist weapons
18:45.49RaydenUniso just turn dps into a multiplied feral attack power
18:45.50Xuerianwe just couldn't use them
18:45.55Dalamar1991i'm saying that i believe blizz's DW code simply allows item TYPES (maces, fist weapons, etc) usable in the main hand, which are "one-hand" or "off-hand" to be used in the offhand
18:46.13Dalamar1991which means if they just gave us DW ability, it would also apply to maces by default. unless they changed their code.
18:46.20RaydenUnioh
18:46.25Dalamar1991and i think DW maces for druids would just be dumb. =P
18:46.30RaydenUniwhy don't you want druids dw maces?
18:46.30RaydenUnihmm
18:46.31RaydenUnitrue
18:46.43Dalamar1991it just doesn't feel very druidic to me
18:46.44RaydenUniand removing maces from druids would suck for moonkin and resto
18:46.47XuerianWhy not? Blunt weapons are druid-y
18:46.56*** join/#wowace [dRaCo] (n=drc@p5B2290AB.dip0.t-ipconnect.de)
18:46.57Dalamar1991yea, but dual-blunt weapons?
18:47.09RaydenUnihow about polearms?
18:47.09Dalamar1991not imo, very druidic...
18:47.11XuerianStaffs make sense for caster druids
18:47.14XuerianBut not for ferals
18:47.17XuerianPolearms do, sorta
18:47.19Xuerianbut we can't use them
18:47.23Xuerianand we can use staffs... DO use staffs
18:47.26Dalamar1991the only DW that makes sense to me for druids would be fist weapons
18:47.26RaydenUnithe current FAP staves make sense i think
18:47.40RaydenUniexcept for Earthwarden are almost all feral weapons staves?
18:47.44RaydenUniexcept for the pvp maces
18:47.44XuerianAnd we were supposed to be able to use polearms too
18:47.51RaydenUnidaggers sort of make sense
18:47.56RaydenUnibut yes fist weapons are the best
18:48.15Dalamar1991sharp weapons (other than CLAWS!) and druids don't mix imo.
18:48.16RaydenUnihttp://www.wowhead.com/?item=28584
18:48.19RaydenUnii should be able to use this!
18:48.34Dalamar1991you can
18:48.40RaydenUnirealistically
18:48.55RaydenUniEkshander's
18:48.56RaydenUniis the name
18:48.57Dalamar1991you mean it should be good enough to be WORTH using?
18:49.00RaydenUniyeah
18:49.12Dalamar1991i agree. we need some badass fist weapons for feral
18:49.15Xuerianhttp://www.wowhead.com/?itemset=261
18:49.18RaydenUnidon't get me wrong
18:49.23RaydenUnithe Illhoof staff is wicked
18:49.26XuerianIf that's not druid I don't know what is
18:50.10PneumatusDalamar1991: posted another update on the DrDamage thread with a couple of tests ive just run on beta
18:50.20Dalamar1991cool, i'll have a look
18:50.23RaydenUnidrdamage is coming back?
18:50.25RaydenUnii've missed it
18:51.45RaydenUnihttp://img228.imageshack.us/img228/8161/dwsield2cq9.jpg
18:51.47RaydenUniduel wield!
18:52.19Dalamar1991Pneumatus: it looks to me like the source of the error lies elsewhere.
18:53.05Dalamar1991RaydenUni: DrDamage is almost ready for beta. :P I'm just finishing up pallies now.
18:53.16RaydenUnipallies are not meant for the deepz
18:53.21RaydenUniskip 'em
18:53.32Dalamar1991they're the only class left to do
18:53.54Dalamar1991there's calculation errors abound that will be stomped out after a beta release. but pallies are the only class left that simply don't work post-patch.
18:54.14PneumatusDalamar1991: i've got no other talents which affect flash heal active though, and spiritaul guildance/spiritual healing work fine according to the last lot of tests
18:54.23Pneumatusit only starts going wrong with Empowered Healing
18:54.29RaydenUniso anyone want to discuss loot rules for multi-guild dungeon runs, or if you run off-spec, what you get to roll on?
18:54.32RaydenUnijust for fun
18:54.46Dalamar1991well, with your newest tests, it looks like there's a 2-3% error both talented and untalented.
18:55.12RaydenUnii'm feral and i ran BT last week as resto as i was asked to do so. do i roll on resto or feral gear? or both?
18:55.44PneumatusDalamar1991: the first test was with all 'modifier' talents active, and the second was with just Empowered Healing
18:56.10Dalamar1991you make it clear before the run which of the two you plan to roll on.
18:56.39Dalamar1991Pneumatus: And in both cases, the real averages were 2-3% higher than the DrD averages.
18:56.54Dalamar1991The fact that the error didn't change means that the issue is sourced somewhere outside of talents.
18:57.15RaydenUnii was only rolling on feral stuff, as i really have no interest in resto stuff at this point
18:57.26Dalamar1991ohhh... i see what you're saying.
18:57.28RaydenUniand if anyone complained i'd just tell them to suck it
18:57.29PneumatusDalamar1991: if i were to run another test without Empowered Healing though, DrD would be accurate
18:57.41Dalamar1991completely accurate?
18:57.48Pneumatusthey were in the last lot of tests i ran
18:57.54Dalamar1991hmm...
18:58.00Dalamar1991i understand what you're saying now.
18:58.03Pneumatuswith 0/5 and 5/5 Spiritual Guidance AND Spiritual Healing they were basically spot on
18:58.23Pneumatusit was only when i started talenting Empowered Healing that they started going wrong
18:58.26RaydenUniyou guys think the new duel-spec is unfair towards non hybrid classes?
18:58.36Dalamar1991there's a new dual-spec?
18:58.38Dalamar1991ohh
18:58.45Dalamar1991no, i don't think it is.
18:58.47RaydenUniyou will be able to pick two specs and switch between them
18:58.49PneumatusRaydenUni: no, all pure classes still have pvp specs, or alternative specs
18:59.02Dalamar1991if anything, i think it's a little unfair to hybrids.
18:59.11RaydenUnias a druid with two specs i'll be able to tank, dps, and heal without respeccing
18:59.16Dalamar1991pure classes typically have a PvP and a PvE mode.
18:59.18RaydenUnia rogue will now be able to dps...
18:59.24Dalamar1991hybrid classes have more possibilities.
18:59.33Pneumatusthe likes of Paladins or Druids still can only pick 2 of their 3+ options to dual-spec between
18:59.45Dalamar1991thus while pure classes can do everything with dual-specs.... hybrid classes may still see a need to respec.
18:59.45*** join/#wowace jazz^ (n=Padme@coke.core.ping.fr)
18:59.50*** part/#wowace jazz^ (n=Padme@coke.core.ping.fr)
19:00.00*** join/#wowace Iboong (n=user@77.87.207.194)
19:00.05Pneumatuseven Priests technically have 3 viable specs and they are only borderline hybrid
19:00.06RaydenUnias a druid i'd only need to respec if i wanted to super maximize my kitty dps, or i wanted to moonkin
19:00.12RaydenUnipriests are semi hybrid
19:00.25RaydenUniduel spec is great for healing classes
19:00.30RaydenUnino more suffering through leveling as healing
19:00.48PneumatusPriests have, at a bare minimum, a proper healing spec, a pvp healing spec and a shadow spec
19:00.51RaydenUnii see it as great for tanking classes too... which would be warrior and paladin i guess
19:01.04RaydenUnisupposed to be for pvp?
19:01.05Pneumatusyou could argue you could have a pve and pvp shadow spec as well
19:01.07Dalamar1991i see dual-spec as causing loot problems tho.
19:01.09RaydenUnii thought they didn't want "pvp specs"
19:01.18RaydenUniooh good point Dalamar1991
19:01.21Dalamar1991i bet a lot of people are suddenly going to expect to be able to loot for both their specs in any given run.
19:01.33RaydenUniin some sense is fair
19:01.43sacarascDalamar1991: i do that anyway ;p
19:01.44RaydenUnisince you no longer have a main spec
19:01.45RaydenUniyou have 2
19:01.51RaydenUnisacarasc against main specs?
19:01.57Pneumatusyou'll probably be asked to declare a main spec
19:01.59sacarascnah
19:02.05RaydenUniwell then that's fine
19:02.08Dalamar1991my personal philosophy is that, even know without dual-specs, you announce which spec you want loot for before a run and you stick to it through the run.
19:02.16RaydenUnii think we're talking about someone running as a shadow priest and rolling on all healing gear
19:02.29RaydenUniDalamar1991 that works, but it's a lot of work
19:02.30Dalamar1991a healing druid can say, "i want feral gear". and that's what she/he gets throughout the run. passing all healing gear to other healers.
19:02.32Pneumatusyeh, which they would be rolling offspec
19:02.42sacarascisn't shadow priest and healing priest gear the same now anyway?
19:02.47Pneumatusnope
19:02.48RaydenUnii guess now it would be
19:02.50*** join/#wowace Gngsk (n=Gngsk@c-69-138-214-242.hsd1.md.comcast.net)
19:02.51Dalamar1991not quite
19:02.51Pneumatusnot even close
19:02.53RaydenUnihaven't played my spriest in a while
19:02.58RaydenUniwell
19:03.04RaydenUnishadowpriests still stack spell?
19:03.07Pneumatusspriest gear has hit, healer gear has mp5
19:03.08RaydenUnithey need crit now too it seems
19:03.13Pneumatusboth need crit :)
19:03.16RaydenUnispriests don't need much hit
19:03.21RaydenUni77 was the old number
19:03.21Dalamar1991they're a lot more similar than before.
19:03.25Dalamar1991but still diff, i'd say
19:03.34RaydenUniwe'll see how gear is done in wrath
19:03.34Pneumatusspriests wont be stacking spirit either, really
19:03.40RaydenUninah
19:03.44RaydenUnibetter to stack spell
19:03.51RaydenUnispell is the all powerful stat for spriests
19:04.03RaydenUnialthough it seems like they really nerfed the spriest mana regen from VT
19:04.08Pneumatusmages and possibly warlocks will be stacking spirit though
19:04.10RaydenUniby giving a couple other classes the same thing
19:04.17RaydenUniwhy do warlocks want spirit?
19:04.45nevcairielthey have talents to convert that to usefulness
19:04.45Pneumatuswell, i know mages at least have talents that use spirit, im assuming warlocks must have similar
19:04.51RaydenUniseems weird to have your tank rolling on healing gear :P
19:04.58RaydenUniwould make it easier to grind for "off-spec" gear
19:05.00Dalamar1991afflic locks want spirit, yes
19:05.05RaydenUnitank in my uber tank gear to roll on healing gear
19:05.09Dalamar1991spirit affects lifetap now, bigtime
19:05.12RaydenUnioh
19:05.21Pneumatusdont afflic locks just dark pact :P
19:05.29RaydenUnii guess just declare at the beginning
19:05.30Dalamar1991till your pet is oom
19:05.32RaydenUniseems a little unfair Dalamar1991
19:05.32Dalamar1991it only goes so far
19:05.50*** join/#wowace Tesla6 (n=Owner@69.158.126.69)
19:05.54Pneumatusadmittedly, my lock has only made it to the mid 40s
19:05.56RaydenUniif my bear is tanking for a mage, hunter, warlock, priest. i declare i want healing gear. i get to roll on healing but then i auto win on any tanking gear
19:06.18Dalamar1991well, there's limits to the philosophy, obviously
19:06.31Dalamar1991it's not a set in stone rule.
19:06.43RaydenUniyeah, it allows for working the rules
19:06.46Pneumatusas a holy priest, i'll be looking for gear with spirit/mp5/crit :)
19:06.51Dalamar1991but on the other hand, maybe you really want to spec into healing later.
19:07.04SarozI'm thinking of forking Buffalo, hrrm
19:07.05Dalamar1991how are you ever going to get gear if the only thing you can reliably do now is tank?
19:07.07RaydenUnii hate when gear for a specific class drops, and someone goes "ooh, that will replace my green!"
19:07.26RaydenUnithis has 4738042 + spell on it, it's not an upgrade for your hunter!
19:07.30ThraeGreat, I can't install new nVidia beta drivers because of a non-existant WoWAceUpdater installation.
19:07.33RaydenUniclearly spriest gear!
19:07.39Pneumatusfortunately you dont get anywhere near a sunwell guild, let alone in an instance with green gear
19:07.59Matrix110Thrae that makes no sense? :P
19:08.01RaydenUnii've run heroic mgt with people with some greens
19:08.04Dalamar1991Thrae: Solution: switch to ATI =D
19:08.16RaydenUnii have one green still. haven't found a replacement for my green dodge trinket
19:08.20RaydenUnimoroes is very stubborn
19:08.29*** join/#wowace Ithato (n=shane@lennon-ubr-st-64-85-159-209.power-net.net)
19:08.46ThraeMatrix110: WoWAceUpdater has somehow tainted .NET, and the nVidia installer uses .NET.
19:08.57Dalamar1991repair .net
19:09.00RaydenUnimy guild has an interesting way of doing gear
19:09.12RaydenUniyou can roll on whatever you want, but you only get one first roll win
19:09.17RaydenUnias many 2nd rolls as you want
19:09.20Matrix110kinda odd
19:09.22[SW]Dodgeraidleader is explaining kalec tactic and KJ shouts "[20:07:56] Kil'jaeden yells: Stay on task, do not waste time!" :D <3 KJ !
19:09.29RaydenUnioff-spec are for 2nd rolls
19:09.46ThraeI'm going through the registry right now.
19:09.53RaydenUniso you can win multiple main spec items, but only if no one else wants it for main spec
19:10.08Pneumatusfixed price, zero sum with fullprice, upgrade and downgrade options :)
19:10.15Pneumatusoh, and capped
19:11.23ThraeMatrix110: http://wowace.pastey.net/100484 <-- this is the error message I get when I try to run 180.43_geforce_winvista_64bit_english_beta.exe, a file downloaded directly from nVidia's site. Thrice. CRC checks out.
19:11.25Pneumatusoh, and separate DKP per tier
19:11.54Matrix110Oo
19:12.11Stanzillamakes no sense
19:12.28ThraeMatrix110: Note WoWAceUpdater.application did exist, I deleted it, and yet I still have the error. Lemme clear out my temporary directories...
19:12.44Matrix110Did you reboot?
19:12.49Matrix110:D
19:13.00ThraeReboot is last option
19:13.12StanzillaThrae: there is a "Deployment" folder in your AppData folder under your current user
19:13.17Stanzilladelete that, too
19:13.31RaydenUniyou guys think that pvp gear will still be pretty necessary for bears to get for tanking?
19:14.03Dalamar1991there's a discussion on the forums abou that
19:14.16Dalamar1991blizz wants to reduce bear reliance on armor
19:14.20RaydenUniyay
19:14.29ThraeStanzilla: Ah. I try to avoid .NET coding.
19:14.34Dalamar1991which many people see as actually just nerfing its usefullness to bears and leaving us in the dust
19:15.10RaydenUnii want to get into wrath already
19:15.18RaydenUnias much as i love my current gear and all the work i put into it
19:15.22RaydenUnii'm ready to starting building a wrath set
19:15.29StanzillaThrae: yeah, can be messy. if deleting that doesn't help there are some registry paths you can delete but I'd have to look them up
19:15.30mitchnullIs it OK to override FontString's OnUpdate()? Or should I create a different frame holding a fontstring and override that frame's OnUpdate and show/hide that frame?
19:15.36RaydenUnialthough i still want to get that 150 badge staff
19:16.01ThraeStanzilla: The Deployment folder is empty. I'll delete the folder and see what happens.
19:16.08CryectFontString's don't have an OnUpdate by default?
19:16.26mitchnulldunno
19:17.14CryectUnless you are using someone's made widget all events are completely unhooked when you create a ui object
19:17.27Cryector well inheriting from someone's stuff
19:17.31*** join/#wowace papr1ka (i=papr1ka@papr1ka.cpms.ru)
19:17.59mitchnullI create it with CreateFrontString()
19:18.24mitchnullso setting it's OnUpdate, and showing/hiding it as if it were my main frame should be OK, right?
19:18.29Cryectyep
19:18.45mitchnull(the main frame is about to get a backdrop, so I can't hide/show that any longer)
19:19.02mitchnullalrighty, thanks, will give it a go
19:20.18mitchnulljust have to steal someones backdrop implementation (iwith support for configurable backdrops via sharedmedia and stuff :)
19:20.51mitchnull(and the kobolds stole my apostrophe key)
19:21.32ThraeStanzilla: OK, nothing worked except physically moving the file out of the Downloads directory. So I'll just have to remember that directory is .NET 2.0 bane.
19:22.34Stanzillakk
19:23.36*** join/#wowace Higdur (n=nike@81-229-140-43-o1124.telia.com)
19:23.41*** join/#wowace erica647 (n=erica647@cpe-076-182-121-131.nc.res.rr.com)
19:24.49erica647Is there a problem with logins on wowace.com?  For some reason, I can't login after reinstalling Windows
19:28.52HjalteFor some reason ready checks doesn't make a sound anymore.
19:29.15Raegxhm ok so ... how does one obtain a unit's target in script
19:29.28Raegxmy search-fu is weak = (
19:30.06*** join/#wowace Daduke (i=Daduke@S0106001d09cfee38.ed.shawcable.net)
19:30.33GrumRaegx: it is always "target"
19:30.44Grumbut what do yuo want to know about it? the name? UnitName("target") ... etc
19:30.53*** join/#wowace Yssaril (n=Yssaril@adsl-75-63-57-132.dsl.emhril.sbcglobal.net)
19:30.54Dadukehowdy - rather curious about one thing, a lot of the mods that use to have fubar icon support, ora2, bigwigs, autobar etc, now only show up on my minimap
19:31.04Raegxthe target of a mouseover'ed unit
19:31.17Dadukeis this a bug on my end? or are these mods no longer supporting fubar?
19:31.26GrumDaduke: that is LDB (LibDataBroker); most recently updated addons moved over to that
19:31.27StanzillaHjalte: yes, it's annoying
19:31.40GrumDaduke: you can try installing Broker2FuBar
19:31.49Grumthen you will be able to see the LDB-streams in your fubar again
19:31.57Grumbut you have limited configurability
19:32.20*** join/#wowace KriLL3 (n=KriLL3@unaffiliated/krill3)
19:32.30*** join/#wowace Cheads (i=chead@0x573bcd2b.henqu2.dynamic.dsl.tele.dk)
19:33.01*** join/#wowace QQngsk (n=Gngsk@c-69-138-214-242.hsd1.md.comcast.net)
19:34.37Repo10simple-md: 03Starinnia * r101 .pkgmeta: SimpleMD:  take LSM-3.0 from the tags instead of trunk
19:34.41tlundis there an addon that replaces "Capping" by TotalPackage? It does not seem to be updated anymore, and i really, really, like it
19:35.30Grumi dont know Capping :(
19:36.28selckinshowed bg timers
19:36.33selckinfor towers
19:37.18Grumafaik bigwigs had modules for that as well; just showing the bars for em
19:37.44syerenShadowed: Poke
19:37.50Grumtlund; is it broken? maybe you can fix it? ^
19:37.51tlundi guess it mostly needs fixes for fontstring-stuff
19:38.00tlundGrum: ill have a look at it later
19:39.05tlundSetTextFontObject.. what was that replaced with? :)
19:39.29GrumSetNormalFontObject on Buttons
19:41.22Jyggai would second the Capping revival petition! :P
19:43.09*** join/#wowace doom0r (i=Doom0r@c-24-1-33-148.hsd1.il.comcast.net)
19:44.05CIA-27tourguide: 03Tekkub 07master * rd8b2e3f 10/ (Config.lua StatusFrame.lua): Add button to reset status frame position - http://is.gd/5C5j
19:44.24Fisker-Aura Mastery - This needs to be removed and made baseline, Holy paladins need a new 11 point talent.
19:44.25Fisker-A little bit of explanation wouldn't hurt when you make claims like this. Typically we don't like to turn good talents into baseline abilities. That either leaves you with mediocre talents or the next tier of good talents (that you ask to be turned into core abilities).
19:44.26Fisker-haha
19:44.29Fisker-are you fucking stupid?
19:44.46Fisker-You said yourself you were going to look on shit talents like aura mastery and imp. conc aura
19:44.51Fisker-now you deny there's even a problem
19:44.51Fisker-:D
19:45.46Jyggaepic ban
19:45.53*** join/#wowace vithos_ (n=vithos@unaffiliated/vithos)
19:46.41kenlyricpeople take aura mastery?
19:47.32Fisker-As holy i'll need it to affect as many as possible
19:47.48Fisker-and it's not like there's enough shit you can bypass in the holy tree anyways
19:47.58*** join/#wowace p3lim (n=p3lim@212251216176.customer.cdi.no)
19:48.18Fisker-http://forums.worldofwarcraft.com/thread.html?topicId=12065281782&pageNo=2&sid=1#30 best post ever
19:49.49*** part/#wowace Ithato (n=shane@lennon-ubr-st-64-85-159-209.power-net.net)
19:50.33Cheadssometimes Ghostcrawler's comments really amaze me
19:50.34Sarozehh nevcairiel, when I disable a bar in BT4 and reenable it, it doesnt show
19:50.40Grumright
19:50.43Grumpriests got a new heal?
19:50.43Sarozand my buttons are all moved now
19:50.44Grumwhere?
19:51.08Grumand dont call a 51pt disc talent 'a new heal'
19:51.22nevcairielSaroz: thats fixed for next version
19:51.39Saroznevcairiel, as in "just update"?
19:52.42Fisker-Grum it's more than what Paladins got
19:52.58GrumFisker-: paladin can use judgements! :P
19:53.05Grumand they have that aoe-thingie now right?
19:54.00Fisker-they always had judgements
19:54.04Fisker-and we don't have any aoe heal
19:54.08Fisker-and beacon of light is not a heal
19:54.13SarozHoly paladins are so fucking broken now
19:54.15Sarozit's not even funny
19:54.19SarozProt paladins are win
19:54.42Grumhow does it work with Beacon of light?
19:54.42Sarozfunny how they expect holy paladins to Judge and renew seals while spamming a tank
19:54.44Sarozidiots
19:54.49ZhinjioGood morning, folks.
19:54.59Fisker-I'm still having fun with their whole "3 spec forums"-deal
19:55.05GrumSaroz: whats the range on them?
19:55.10Saroz40 yards
19:55.12Fisker-They basically just made it because paladins rightfully made them aware of issues
19:55.18Sarozbut global cooldown
19:55.21Sarozso wtf
19:55.21Fisker-So they established these forums only to try and prove paladins wrong
19:55.42GrumSaroz: so what is the problem?
19:55.51Fisker-But all they'll achieve is having classes going: "gb2/<insert raidrole here>/
19:56.01SarozGrum, you cant heal and judge at the same time
19:56.10Grumwhy not?
19:56.19Saroz?`
19:56.29Sarozcause it's casting another spell while casting a spell
19:56.31Grumso you have to waste 1.5s with a non-heal?
19:56.33Grumso what?
19:56.50Sarozso splat
19:56.52*** join/#wowace [SD]HolgerDK (n=markj@0x57372b68.nfnqu1.dynamic.dsl.tele.dk)
19:56.58Grumif i cast my shadowfiend; shield; whatever you have the same problem
19:57.50Fisker-shield absorbs damage
19:58.18Fisker-I'm more worried about having to use time changing targets etc.
19:58.26nevcairielSaroz: wait and then update =P or get alpha
19:58.41Saroznevcairiel, k, just dont understand how it reset by Bar1, but nm
20:01.56*** join/#wowace KarlKFI (n=AnduinLo@ip70-181-80-166.oc.oc.cox.net)
20:19.34Sarozidd Fisker-
20:19.42Sarozmakes no god damn sense what they want holy paladins to do
20:19.59Sarozincrease holy judgements to 2 minutes
20:20.01KriLL3does anyone know of an addon that lets you save your choices in the LFG tool between logins etc? sucks having to re-enter it all each time
20:20.03Sarozthen maybe we can talk
20:22.15*** part/#wowace Tesla6 (n=Owner@69.158.126.69)
20:22.35Repo10spell-reminder: 03oridan * r181 / (2 files in 1 directory): SpellReminder:
20:22.36Repo- fix nil bug
20:24.39CIA-27tourguide: 03Tekkub 07master * r96c02d4 10/ (2 files): Some new EPL coords - http://is.gd/5Crc
20:25.05Saroznevcairiel: http://forums.wowace.com/showpost.php?p=250806&postcount=1427
20:25.06*** join/#wowace Pkekyo| (n=Pkekyo@062016163025.customer.alfanett.no)
20:25.14Daemonaanybody know a quick way how to supress Unleashed Rage in MSBT? am i on the right track with "skill supression" in the spam control settings?
20:25.28nevcairielSaroz: nah i just got busy =P
20:25.32Saroz:p
20:25.57nevcairielSaroz: something i noticed in the live version though, i cannot add debuffs in the whitelist by name anymore
20:26.15Sarozupdate
20:26.47*** part/#wowace Pkekyo| (n=Pkekyo@062016163025.customer.alfanett.no)
20:27.04SarozTried to pass it through GetSpellInfo to validate, but the thing isnt that cool
20:27.12Sarozso removed it again
20:27.13nevcairielah ok
20:27.14doom0rlmao at people selling nexus for 1/3rd of small prismatic
20:27.15doom0r;x
20:27.15nevcairieldidnt try it again
20:27.18nevcairielwe only raid once a week now
20:27.26nevcairielbecause kiljaeden is down then :(
20:27.29Sarozaye
20:27.29Dalamar1991is the critical damage bonus on pally judgements 100% now?
20:27.48*** join/#wowace Pkekyo| (n=Pkekyo@062016163025.customer.alfanett.no)
20:29.00doom0rpally crit dmg has always been 100%
20:29.11CIA-27buffet: 03Tekkub 07master * r5af7d58 10/ tekIDmemo.lua : Embed update - http://is.gd/5CtL
20:29.16CIA-27buffet: 03Tekkub 07master * r7d69cee 10/ Buffet.lua : Those argent guys are a bunch of potheads - http://is.gd/5CtR
20:29.23doom0rwe've been the sole complete exception far as i know
20:29.26SarozWhat's Buffet?
20:29.56doom0rFiremaw's most annoying skill
20:30.06*** join/#wowace Xuerian_Alt (n=core@wireless-216-222-137-237.citizip.com)
20:30.35doom0rSaroz: Food/water macro generator
20:30.39Sarozmeh
20:31.54Dalamar1991doom0r: even for things like exorcism?
20:32.21doom0rya, i don't remember anything not having double dmg for pallies
20:32.34Dalamar1991well heals don't....
20:32.36Dalamar1991right?
20:32.42doom0ryes, they do
20:33.08Dalamar1991nah, they definitely don't
20:33.11doom0rbut i believe the coefficients play some odd numbers in the calc
20:33.21doom0rif you go bare you should hit double
20:35.05Dalamar1991i'm showing only +50% damage on crits
20:35.13Dalamar1991for heals
20:37.36*** join/#wowace martinni (i=martinni@208.92.19.117)
20:38.14*** join/#wowace kagaro (n=kagaro@cpe-065-190-128-061.nc.res.rr.com)
20:38.27kagaroag`: you there?
20:41.36linear`anyone know a program that lets u record audio from l ike skype
20:41.45Grumgoogle.com knows it
20:42.02ThraeWho's Ike Skype? Founder of Skype?
20:42.23doom0rno, it's I ike skype
20:42.30doom0rkinda like eisenhower
20:42.49ThraeI like Ike Skype?
20:46.05*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
20:47.16Brunerswho of are using curse?
20:47.19Bruners.com
20:47.56Brunersone is enough
20:47.56Grumi think most people .. as curse.com is most of wowace.com and more ;P
20:48.34Brunerswhat does it say for you up top next to the american flag
20:49.31*** join/#wowace kaiden (n=kaiden@c-24-16-196-69.hsd1.wa.comcast.net)
20:51.49*** join/#wowace blay (n=KevFlow@50.206.8.67.cfl.res.rr.com)
20:52.30doom0ryou mean the language selector?
20:52.39doom0rdropdown seems broke
20:52.50doom0rnext to all that should show your name/mail/logout
20:52.58doom0runless you're blocking
20:53.43*** join/#wowace keias (i=saiek@c-69-245-192-208.hsd1.in.comcast.net)
20:54.05Brunersim not, but still not logged in, but can edit profile
20:55.32doom0r*cant?
20:55.37doom0roh
20:55.38doom0rwait
20:55.40doom0rreread
20:55.48doom0rya, you said that this morning didn't you
20:55.54Brunersi did
20:55.59doom0rflush cookies
20:56.31doom0ror login/logout
20:56.38doom0rand tell whoever's in charge imo
20:56.54Brunerswoho flush cookies worked
20:56.58Brunerswhy didnt i think about that
20:57.11doom0rtaht's because it's a cookie auth session
20:57.22doom0rrather: your auth session is stored via cookie
20:57.40doom0rreally need to tell whoever is webmaster if you can replicate that
21:04.20*** join/#wowace NightHawkTheSane (n=jonathan@63-231-37-98.tukw.qwest.net)
21:11.26Brunersdoom0r: is the "Install via curse client" button working for you ?
21:11.43doom0rhow would i know?
21:11.45doom0r;x
21:12.03doom0ri use firefox + a file manager
21:12.04Brunersinstall windows, curse client and test it!
21:12.05Bruners:P
21:13.49Repo10ice-hud: 03Parnic * r289 modules/PlayerMana.lua:
21:13.50Repo- hopefully fixed a bug with max'ing out the player's mana bar with a mana potion, life tap, mana gem, etc.; now letting the animation finish out normally before turning off the OnUpdate
21:18.03*** join/#wowace Kody (n=kody@c-98-210-196-21.hsd1.ca.comcast.net)
21:20.33*** join/#wowace JHallam (n=chatzill@bas1-kingston08-1177768946.dsl.bell.ca)
21:21.02KivinDoes bartender4 not support cyCircled?
21:21.15KriLL3it uses buttonfacade
21:21.22KriLL3with replaces cyC
21:21.25KivinOh, I see
21:21.32KivinI'll have to look in to that.  Thanks.
21:22.57Kivindon't suppose buttonfacade is cross compatible with cyC skins?
21:23.17KriLL3don't think so, but I'd bet most cyC skins are ported to it
21:23.31KriLL3zoomed, dream etc are in there by default, I use zoomed
21:23.33Kivinone cyC in particular i'm interested in, but i forget what it's called
21:24.05[SW]Dodgemost if not all cyc skins are aviable for BF too
21:24.47Kivinwish i had an old screenshot of my UI laying about
21:25.05Kivindo the wow forums archive stuff that's really, really old?
21:25.47KriLL3don't you have it in your SS folder?
21:26.19KivinI haven't played wow in a better chunk of a year and a half, and it's a brand new comp with new hard drive to boot
21:26.28KriLL3oh
21:26.47KriLL3got rid of your old HDD without backing it up?
21:27.10KivinYeah, I had three Maxtor 80GBs die in the span of about 6 months
21:27.36KriLL3Doesn't surprise me, Maxtors are famous for that stuff
21:27.46KivinDecided to get rid of my old IDEs and just buy a new SATA for the new comp.  A fresh start.
21:27.58KriLL3I hope they're not Maxtors
21:28.26*** join/#wowace HolgerDK (n=markj@0x57372b68.nfnqu1.dynamic.dsl.tele.dk)
21:28.28Kivinseagate
21:28.30Kivin7200.11 500GB
21:28.41KriLL3I got one of those
21:28.48Kivinfound it on the wow forum archives: http://img292.imageshack.us/img292/43/wowscrnshot110707024930zs5.jpg
21:28.53Kivinany idea which button skin that is?
21:29.04KriLL3that's dream layout
21:29.08KriLL3it's in BF by default
21:29.32Kivinthat's not what it was called in cyC, and dream layout doesn't have a border in BF for me
21:29.51Kivinit's just plain, skinless buttons
21:29.54KriLL3hmm, check the other BF themes
21:29.59AeyanI think that's Caith
21:30.18Kivinsleek is close
21:30.51*** join/#wowace |Yssaril| (n=Yssaril@adsl-75-63-57-132.dsl.emhril.sbcglobal.net)
21:31.06Aeyanhttp://img.photobucket.com/albums/v372/Aeyan/Warcraft/10-08-clean.jpg
21:31.08BrunersKivin: you can have zoomend with only bartender
21:31.16AeyanMine's recolored a bit, but it's very close
21:31.22KivinBruners, sorry, what now?
21:31.33KivinI do'nt have caith
21:31.44Kivininstalling
21:31.55*** join/#wowace CrazyBenny (i=s_m@a02-0602a.kn.vutbr.cz)
21:32.51KivinCaith and sleek are very close, but I think I like Caith better
21:35.33KivinIs Prat still the best chat addon?
21:35.43Kivinie colouring, fonts, etc
21:37.01sylvanaar_laptopthat UI is really nice
21:37.25AeyanPrat is still good
21:37.39GngskKivin, try Chatter if you don't like it go back to Prat.
21:37.40AeyanThere's also Chatter and the micro addons, like PhanxChat
21:37.41sylvanaar_laptopwhat ui is that?
21:37.50Aeyansylvanaar_laptop: Thanks
21:37.52AeyanIt's mine
21:38.01sylvanaar_laptopi like it
21:38.33Kivinthe frames are ezPanels?
21:38.39AeyankgPanels
21:38.56Kivinhow did you get the chat tabs like that?
21:39.00sylvanaar_laptophow much time did it take to put together?
21:39.09ZhinjioAeyan: yeah, I was going to ask how you got the chattabs to do that
21:39.15Gngskchatter?
21:39.20Zhinjiochatter does that?
21:39.23AeyanNot too long - I built it off my old designs
21:39.31AeyanNo, my tabs are Fane
21:39.37AeyanWith a panel around them
21:39.45KriLL3chatter can do the same
21:39.48Gngskwas gonna say fane next, chatter can do all but the custom color I think
21:39.49Kivinthat's super cool
21:39.56Gngsksuper cool?
21:40.00Zhinjiocan I see a screenie with your unit frames?
21:40.08AeyanSure, sec
21:40.28Aeyanhttp://img.photobucket.com/albums/v372/Aeyan/Warcraft/10-08-targetnfocus.jpg
21:40.29Aeyanhttp://img.photobucket.com/albums/v372/Aeyan/Warcraft/10-08-combat.jpg
21:41.06Kivinframes look nice, but i wouldn't be able to deal with having them that high up on the screen
21:41.10Gngsk80s colloquialisms are my favorite!
21:41.18Kivin:D
21:41.32Zhinjiothanks!
21:41.34Kivinremind me what i install to get lots of extra textures for pitbull and stuff
21:41.43AeyanSharedMedia
21:41.48Kivinpoor old memory
21:41.58Kivinthanks
21:42.01GngskAeyan, you use Maleki by chance?
21:42.04KivinLibSharedMedia-3.0?  or just "SharedMedia"?
21:42.05syerenAeyan, at least learn to change the font on your pMinimap -_-
21:42.16AeyanI like the pixel font on the minimap...
21:42.32syerenRiiiight.
21:42.37p3limsyeren: its changeable
21:42.43syerenI know it is.
21:42.45*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
21:42.52syerenI replaced mine with Arial ;p
21:43.18AeyanGngsk: No, not sure what that is.
21:43.25KivinArial... yuck!
21:43.33AeyanThe New Mail notifier isn't up that often
21:43.47Aeyanp3lim's pixel font works great for the time and latency
21:43.55p3lim<PROTECTED>
21:44.18p3limit saves too
21:44.42RaydenUniugh
21:44.51RaydenUnii will be home for 2 weeks on break when wrath comes out
21:45.05AeyanKivin: You need both, but LibSharedMedia-3.0 is bundled with the addons that use it if you're using embedded
21:45.13Kivinyeah i saw that, thanks
21:45.13Repo10sraidframes: 03tomsommer * r583 sRaidFramesOptions.lua:
21:45.13RaydenUniwhich would be perfect
21:45.13Repo- Add a "Hide all" option to Buffs and Debuffs, should work.
21:45.18RaydenUnibut i'll be on my crappy laptop
21:45.26AeyanAw, shame =P
21:45.28RaydenUniinstead of on my new desktop
21:45.30Kivini wish Rock had better support for super long dropdowns
21:45.33RaydenUniin fact i fly home the day wrath comes out
21:45.40RaydenUnii should reinstall xp on my laptop
21:45.50JaxonI thought Pitbull's configuration was convoluted  until I tried running that RDX jank.
21:45.53RaydenUniit's been on there a year and a half
21:46.38ZhinjioI like how compact it all is. I'm going to give that a try
21:46.56AeyanGlad I could inspire, hehe
21:48.50*** join/#wowace Seerah (n=Ryan_L@adsl-177-34-204.mem.bellsouth.net)
21:49.08Repo10sraidframes: 03tomsommer * r584 sRaidFramesOptions.lua: - Allow for more spacing
21:49.54Repo10sraidframes: 03tomsommer * r585 sRaidFramesOptions.lua: . Fix texture changing, maybe
21:50.41Repo10bartender4: 03Nevcairiel 07master * 4.1.2-25-g94b3dec Bar.lua: [+1 commit] Fixed an error in the visibility handler code on profile change
21:51.09*** join/#wowace HypnoTURTLE (n=fatalis@68-188-68-189.dhcp.stls.mo.charter.com)
21:53.25*** part/#wowace lmeyer (n=Lars@dslb-082-083-192-190.pools.arcor-ip.net)
21:54.00KivinJust curious, what texture do you use on your unit frames, Aeyan?
21:54.10AeyanMinimalist
21:54.45Kivindon't even know if i have that installed since stupid pitbull doesn't show me anything past L
21:55.15AeyanI thought you could mouse wheel scroll that
21:55.26Kivinahh cool
21:55.43Kivinthanks :)
21:56.22Kivinso the next question is, what mod does that texture come in :P
21:56.36AeyanIt's a sharedmedia default
21:56.47Kivinsure about that? not seeing it here at all
21:56.50RaydenUniseems like pushback spells are super powerful in pvp
21:56.54AeyanPretty sure
21:57.00RaydenUniQQ for classes that don't have them
21:57.08Kivinhmm let me reinstall sharedmedia then
21:57.21AeyanRaydenUni: Yeah, I no longer have MC dominance up at the Lumber Mill anymore
21:57.28RaydenUniMC?
21:57.37RaydenUnimind control?
21:57.38AeyanMind Control
21:57.38StanzillaAeyan: may I suggest that you change the font of your minimap to match the rest? :P
21:57.47AeyanNo =P
21:57.54Stanzilla:<
21:57.57RaydenUniare all of the pushback spells talents?
21:58.07AeyanI like the pixel font for the time and latency
21:58.14Aeyanand the mail notifier isn't up very often
21:58.26Kivinthat's better :) thanks aeyan again
21:58.31AeyanNo problem
21:59.19AeyanI think they're all talent spells. Typhoon, Thunderstorm, umm...
21:59.36nevcairielblast wave
21:59.38AeyanBlast wave
22:00.46AeyanSpeaking of the lumber mill, I watched a hunter screw up a Disengage day before yesterday
22:00.55AeyanI was laughing so hard I almost go myself killed, hehe
22:02.09*** join/#wowace Corollary (n=afw43g@c-98-234-105-194.hsd1.ca.comcast.net)
22:04.22Kivinhmm is cam's dogtag help addon completely screwed or do i need something that i'm missing
22:05.04ulicI think dogtag help might be messed up in general, I get an error and blank areas.
22:05.27Kivinindeed
22:06.17*** join/#wowace Shirik|Ecole (n=nospam@conspiracy/developer/Shirik)
22:06.17*** mode/#wowace [+v Shirik|Ecole] by ChanServ
22:06.45*** join/#wowace Shirik (n=skullsho@83.120.33.65.cfl.res.rr.com)
22:06.48Kivinlooks as though the Layout > Copy from Frame feature in Pitbull is screwed too.
22:06.49*** mode/#wowace [+v Shirik] by ChanServ
22:08.52Repo10mage-announce: 03Jomar * r72 MageAnnounce.lua: MageAnnounce:
22:08.52Repo- fixed error with messages not being arrays
22:09.37Repo10mage-announce: 03Jomar 041.2.2 * r73 : Tagging as 1.2.2.
22:13.21doom0rhmmm, suddenly right click on player name in chat tries to start a whisper to them
22:18.25Repo10mage-announce: 03Jomar * r74 MageAnnounce.lua: MageAnnounce:
22:18.26Repo- fix for that last fix /slap self
22:19.15Kivinis buffalo still the choice mod for buff icon replacement?
22:20.19*** join/#wowace Shirik|Ghost (n=nospam@conspiracy/developer/Shirik)
22:20.23*** mode/#wowace [+v Shirik|Ghost] by ChanServ
22:22.20*** join/#wowace cirish (n=cirish@ip72-208-180-134.ph.ph.cox.net)
22:26.12*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
22:32.39Brunersp3lim: are tags working 100% now with targettargettarget ?
22:33.20Repo10utopia: 03Zeksie * r23 engine.lua: Utopia:
22:33.21Repo- Fix error when NPC lost/got pet.
22:33.22Repo- Sanity checking for end of fights.
22:33.56p3limBruners: In the alpha version of oUF?
22:34.09Brunersp3lim: the one updated hours ago
22:34.15p3limTags are bugged to the bone, dont use it
22:34.33p3limThey are not finished, stick to the version on WoWI
22:34.42p3limThats the version oUF P3lim sticks to
22:35.05Brunersp3lim: ok
22:35.25JaxonOoh, that reminds me, I've got a screenshot of a display error for your party frames, p3lim.  23k2 instead of just 23k for enemy healht or something.
22:35.43p3limJaxon: thats not possible
22:35.58p3limim just trunkating the values, I dont use siValues
22:36.12Brunersthat would be 23200 :P
22:36.20p3limthats true too
22:36.53JaxonLet me find/crop the screenshot.
22:37.55*** join/#wowace charon (n=thomas@unaffiliated/charon)
22:38.51*** join/#wowace RaydenUni (n=bozartmp@cpe-74-74-225-9.rochester.res.rr.com)
22:39.50*** join/#wowace Torhal (n=Torhal@74-130-231-128.dhcp.insightbb.com)
22:40.10Jaxonp3lim: http://jaxon.ca/hperr.jpg
22:40.38p3limwhat version of oUF P3lim was that?
22:40.52JaxonRecent?  That was taken on Thursday
22:40.53p3limbecause I had siValues for one release, but went for trunkated values again
22:41.52JaxonI've got .37
22:42.25Jaxondruidmana and nonsupport for modules I don't use didn't seem to be worth the download.
22:47.29Repo10range-display: 03StingerSoft * r191 localizations/localization-ruRU.lua: ruRU fix/update
22:50.38Kilrooblinks at the relative sizes of BugSack and tekErr.
22:52.17*** join/#wowace Soulsbane (n=Soulsban@dial-69-55-144-164.sofnet.net)
22:52.18KilrooOH yeah, I need to try oUF again
22:52.30Kilroosee if I can get it to display any frames, and such.
22:52.46KilrooI apparently had massive fail when I tried before.
22:53.27Brunersmy ouf frames http://ui.ipwn.se/i/262.jpg
22:53.46KilrooI gotta find the ones I was going to use as my starting point
22:53.57*** join/#wowace Chompers (n=Chompers@cpc1-cove9-0-0-cust541.brhm.cable.ntl.com)
22:54.09p3limJaxon: You must have used an old version, just tested out my trunkating function, it wouldn't fail at that value
22:54.11Brunersand idle http://ui.ipwn.se/i/260.jpg
22:54.18p3limlua> string.format('%dk', 2165150 / 1e3)
22:54.18lua_botp3lim: 2165k
22:54.53Jaxonp3lim: well, I'm only two versions behind and I assume your changelog is inclusive.  So I'll update and try to see if it happens again.
22:54.55Kilrooone of the Utterly Pointless Features(tm) that I don't want to give up is the portrait beside the bars...doesn't seem very common in oUF configs, but I did find a couple that had them in weird aspect ratios and one that had them how I liked.
22:54.57p3limBruners: that minimap texture surely doesnt fit in
22:55.13Brunershehe
22:55.24Brunerssexymap is sexy
22:55.30p3limJaxon: sometimes it isnt
22:55.46alcarasAny hope Whisp will be updated?
22:55.50Repo10onebag3: 03Kaelten * r28 / (2 files in 1 directory): Added tag v3.0.6-beta for changeset 0b09db0afd77
22:55.51RepoI think this might help
22:55.59KilrooHmm, perhaps I ought to try putting more of my interface at the bottom of the screen here before I get used to having it all at the top again
22:56.28Kilroonow that I haven't been playing for a while I've been noticing how much more often I want to see the top of the screen than the bottom.
22:56.30charonKaelten: somehow you managed to sneak that tag past Repo...
22:56.40Repo10everyquest: 03kandarz * r27 / (20 files in 12 directories): Ace3 Upgrade
22:56.53alcaras~whisp
22:56.55alcaraswhere whisp is http://www.wowace.com/projects/whisp/
22:57.05TorhalKaelten: You're not done yet? Sheesh. :)
22:59.21p3limBruners: mind if I look at your tags?
23:00.10KilrooI wonder if I'll eventually get fed up with cargoShip and try some other LDB display.
23:00.13Brunersp3lim: inb4 mess http://pastey.net/100509
23:00.22p3limthanks man
23:01.43*** join/#wowace Irish` (n=irish@cpe-024-211-076-196.sc.res.rr.com)
23:01.56[SW]DodgeKaelten: i clicked on "Config" in OneBag3 and wow freezes for now ~1minute :(
23:02.19KaeltenDodge with 3.0.6?
23:02.54[SW]DodgeChangelog-OneBag3-v3.0.5-beta.txt <- latest file
23:03.12[SW]Dodgeso i dont think i have .6
23:04.32cncfanaticsanyone using an intel wireless card ? (iwlwifi drivers) that knows how to get it to work in Ad-hoc or Master mode on linux ?
23:04.44[SW]Dodgelol, tried to update with CC and i got "error 5: access deneid" for nearly all onebag3 files and directorys
23:05.23[SW]Dodgeok now i got latest :D
23:05.41[SW]Dodgehmm
23:05.53[SW]Dodgenow wow freezes just after opening my bag... wtf
23:06.17Repo10raidbuffstatus: 03danielbarron * r121 / (3 files in 1 directory): RaidBuffStatus:
23:06.17Repo- Removed Enhancement Shaman with weapon buff check as Windfury now stacks.
23:07.54thulhttp://www.wowhead.com/?talent=fZMgVo00EorurgRtx0b <- how does that look?
23:07.59[SW]DodgeKaelten: 3rd try with latest onebag got a short freeze when hovering an item and then a total freeze after clicking config (with my wl. going to test on druid)
23:08.21Kaeltenvery weird
23:08.30[SW]Dodgeyeah ^^
23:08.36[SW]Dodgelol...
23:08.45KaeltenDodge: .6 out now
23:08.59[SW]Dodgei open my bags on druid and all items are grayed out :(
23:09.12[SW]Dodgeand pressing config kills my wow again :(
23:10.22Kaeltenwhat the hell
23:10.42[SW]Dodgeagain reinstalled with CC, druid: bag opened -> items gray; config -> wow freeze
23:10.51Kaeltenitems gray?
23:11.02dracula[Ammo]: is the MT slots UI completely removed from oRA? does /readycheck no longer produce any sound?
23:11.06Repo10everyquest: 03kandarz * r28 icon.blp: Forgot my icon :(
23:11.10Kaeltenhwo come I never have these fucking problems
23:11.17Kaeltendodge: what other addons do you have enabled?
23:11.18*** join/#wowace Worf (n=worf@84-119-53-221.dynamic.xdsl-line.inode.at)
23:11.30*** part/#wowace Keya (n=pschrine@xdsl-84-44-231-41.netcologne.de)
23:12.08Arrowmasterdracula: /readycheck is not part of ora
23:12.10[SW]Dodgehttp://dodgex.servegame.com/onebag.jpg <- items gray
23:12.28draculawhat readycheck does oRA use then?
23:12.29[SW]DodgeKaelten: and i have a lot of addons running
23:12.39Arrowmasterthe really old one nobody uses
23:12.43draculathere's an option to produce a sound on ready check
23:13.00Arrowmasterits the default ui thats broken
23:13.03dracula<PROTECTED>
23:13.13Arrowmasteri think its /raready
23:13.17Arrowmasterbut its useless
23:13.18draculaoh yes
23:13.23ToadkillerKaelten: You probably do not download porn using a "download helper" so it is unreasonable to expect the same behavior as someone with a malware riddled computer.
23:13.27Arrowmastersince it only works if everybody has ora or ctraid
23:14.16draculaconfusing stuff
23:14.33Toadkillerist the built in blizard ready check better?
23:14.58draculayeah it's good, just not producing any wakeup sound :p
23:15.12Arrowmasteryeah its a problem with the default ui
23:15.13Stanzillayeah its bugged
23:15.17draculaok
23:15.22Arrowmasterbut ive heard alttabber fixes it
23:15.33draculaso /readycheck does not depend on any addon right?
23:15.34ToadkillerOh yeah I noticed that recently.  Check your sound settings, the patch wired a bunch of common keys to enable/disable sounds etc.
23:15.49Arrowmasterits not that
23:15.55draculaI keep getting raid members 'not seeing' the ready check
23:16.15Toadkillerits an alt-tab bug?
23:16.23Arrowmasterno
23:16.35Brunerswhat is the best ldb money showing mod?
23:16.57ToadkillerAs soon as I check in Broker_Currency, it will be the best
23:17.26JaxonToadkiller: will it keep track of gold stored on alts?
23:17.30ToadkillerMeanwhile Broker_Money is not bad it just doesnt do /hour day month etc.
23:17.38ToadkillerDamn straight it will
23:17.41draculaanother thing I was wondering: is it some library that is broadcasting resurrection info?
23:17.58ToadkillerIm also going to add some of the tokens, like boj and the new lich king ones
23:18.05Arrowmasterthere is a library that does it
23:18.06draculabecause there's several addons not recognizing the new Druid's revive spell
23:18.15BrunersToadkiller: can it show me 1337.3g ?
23:18.32*** join/#wowace nadas (n=nadas@n1.taur.dk)
23:18.32BrunersToadkiller: and not the coins
23:18.42ToadkillerYou dont like the quantities broken up by the money icons?
23:18.59Brunersnope, and i dont care for copper :P
23:19.04Repo10everyquest: 03kandarz 043.0.2-release-9 * r29 : Tagging as release 9.
23:19.05RepoNew Ace3 Version
23:19.06RepoI recommend backing up any EveryQuest.lua saved variable files in your account folder before using this. I've tried my best to create a working upgrade script but I can't test it as throughly as I would like.
23:19.07Toadkillerso your goal is the shortest string possible?
23:19.19ToadkillerI dont even care for silver...
23:19.40dracula"20k" :)
23:19.46ToadkillerIm thinking of letting you optionally drop copper / silver
23:20.56BrunersToadkiller: i have edited your code to not show copper :P
23:21.12ToadkillerThe coins are nice because they dont need to be localized
23:21.26Toadkillerlol its not checked in yet
23:24.15ToadkillerOh yeah, fubar2broker + FuBar_MoneyFu is another way to go
23:24.48BrunersToadkiller: think ill just bug you untill you fix my request
23:26.25Zhinjio<3 Auditor
23:26.43BrunersToadkiller: its not that bad without copper http://ui.ipwn.se/i/263.jpg
23:30.19*** join/#wowace |Yssaril| (n=Yssaril@adsl-75-63-57-132.dsl.emhril.sbcglobal.net)
23:31.30*** join/#wowace Aiiane (n=Aiiane@starfire.ST.HMC.Edu)
23:39.00thulkilling spree is fun
23:40.11Repo10omen-threat-meter: 03Xinhuan 07master * v3.0.1-6-g0a91f77 / (9 files in 2 directories): [+2 commits]
23:40.12Repo0a91f77: Changed code so that we no longer create the LibDBIcon-1.0 minimap button if Broker2FuBar or FuBar exists as we have direct FuBar support.
23:40.13Repoc6d780f: Add option to change the Pet Color.
23:40.56*** join/#wowace NimbleRabit (n=NimbleRa@97-122-71-134.hlrn.qwest.net)
23:41.37NimbleRabitHey guys, I've been gone from WoW for several months now, and I'm having trouble figuring things out from the announcements at WoWace.
23:41.56NimbleRabitI want to try out this Curse Client but I can't for the life of me find a download
23:42.38doom0rwww.curse.com
23:42.42doom0rshould be a big button in the center
23:42.52Brunershttp://www.curse.com/client/
23:42.54Arrowmasterwww.curse.com/client
23:42.57NimbleRabitthanks
23:43.03JaxonCurse Client at google also nets some returns.
23:43.37doom0rnowai
23:43.39*** join/#wowace Godzmack (n=Godzmack@85-220-15-77.dsl.dynamic.simnet.is)
23:47.32NimbleRabitoh wow this is pretty amazing 0.o
23:48.25KilrooEh
23:48.36KilrooI prefer WUU myself.
23:51.00doom0rinteresting
23:51.34doom0rHack's quest query script now causes right click on a playername heading in the chat frame to start a whisper to them
23:51.45doom0rthat was a pain in the ass to find
23:55.38*** join/#wowace kimurin (n=raptor@77.222.122.26)
23:57.14*** join/#wowace quoin (n=quoin@122-49-136-145.ip.adam.com.au)
23:57.22*** join/#wowace Aiiane (n=Aiiane@starfire.ST.HMC.Edu)
23:58.02Gnarfoz<Zhinjio> <3 Auditor <-- too bad that's not hosted here :\ ...actually, I'm thinking of AuditorFu which I want to hack to be left clickable, too, like MoneyFu
23:59.44doom0r@project auditor-fu
23:59.45Repodoom0r: http://wow.curseforge.com/projects/auditor-fu/. AuditorFu. Game: WoW. Status: Out of date. Leader: Alarisha. Updated: 170 days ago
23:59.51doom0rauditor is packaged inside

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