IRC log for #wowace on 20070622

00:01.07sbuokay
00:01.08Thraeckknight: Well, I'd rather cooperate if that's OK with you.
00:01.20ckknightperhaps
00:01.30ckknightquestion: why is TinyTip's code unreadable?
00:01.45ckknightI thought to myself that I could use it as inspiration, but was very, very wrong
00:01.51ThraeAnswer - because you're not reading the -new- code.
00:02.00ckknightthat'd make sense
00:02.17Daemonabecause its thrae-ded ?
00:02.25Gnarfozyay, 4400 is back again
00:02.27Gnarfoz*watch*
00:02.28KemayoThat the stuff at http://thrae-wow.googlecode.com/svn/trunk/TinyTip/ ?
00:02.44*** join/#wowace Ominous (i=HydraIRC@81-178-107-158.dsl.pipex.com)
00:02.50Thrae(a) Someone killed its tab formating (b) I wasn't as good a coder as I am now.
00:03.07ThraeKemayo: Right.
00:04.14Thraeckknight: TinyTipCore will use Dongle, but its module system will not. So you don't have to use the evil if you don't want to.
00:04.32MorghusThrae: Been using TinyTip for ages. It's <34
00:04.34Morghus*<3
00:05.26MorghusWhat's Dongle, by the way?
00:05.43ThraeTiny framework for a Tiny addon
00:05.48KemayoDongle is a framework, like Ace2.  (Though it's a lot more minimalist in philosophy than Ace2.)
00:05.52Thrae~dongle
00:05.52purlwell, dongle is An integrated library with the goal of providing an addon framework as lightweight as possible, putting the burden on authors to implement most things they should be implementing themselves.  You can get more information at http://www.wowwiki.com/Dongle
00:06.07ThraeThat purl is a little biased
00:06.29ckknightI think Tem set it...
00:07.01MorghusI thought Ace2 was "Developers first, then efficiency" :P
00:07.09*** join/#wowace stavmar (n=chatzill@cpe-97-99-113-207.austin.res.rr.com)
00:07.34ckknightMorghus: Ace2's not as minimalistic as Dongle, and I'm not going to apologize for it
00:08.09cladhairedid anyone ask you to?
00:08.10MorghusI didn't ask you to. I just stated my impression. I don't give a rats ass either way, as long as it's good :P
00:08.18Morghus*it's a good addon
00:09.03MorghusI think both is cool tbh. Pushing in different directions will create a more diverse flora of development :)
00:09.14ckknightflora ftl, fauna ftw
00:09.19Thraepurl: no, dongle is An integrated library with the goal of providing an addon framework as lightweight as possible, putting the burden on authors to implement functionality which other frameworks normally provide for ease of use.  You can get more information at http://www.wowwiki.com/Dongle.
00:09.19purlThrae: okay
00:09.38ThraeMy grammar is off
00:09.42durcynckknight: bestiality, wtfmate?
00:09.50ckknight...
00:09.50ckknightno
00:10.02mitch1ckk: care to comment on the [Range] implementation? or should I just go ahead and commit it?
00:10.10MorghusFlora, plants. Fauna, beasts. Right? :P
00:10.12ckknightoh, need to check it out
00:10.16ckknightright, Morghus
00:10.19ckknightwas making a joke
00:10.46mitch1ckk: it's in branches/DogTag-1.0/Range
00:10.50MorghusYeah, I laughed, but that's because I thought "Faun" :P
00:11.06ckknightcode looks clean, mitch1
00:11.15mitch1it works here, too :)
00:11.30ckknightwait, mitch1
00:11.31ckknightone change
00:11.45mitch1took me a while while I understood that jungle that is DogTag
00:11.49mitch1yes?
00:11.53ckknightinstead of events = "Update" down there, put it after the code, that way it'll only update if and only if RangeCheck exists
00:12.00kenlyricthere should be fauns in wow!
00:12.04ckknightso it's return [[code]], 'events', "Update"
00:12.28mitch1ckk: I tried to check it (not sure my understanding is correct) and it seems that only 'globals' is checked in that case
00:12.36mitch1was wondering about that myself, too
00:12.53MorghusWho -is- Iriel? The name keeps popping up in the addons-world and such
00:13.04Thraeckknight: By mentioning Dongle, I wasn't saying anything about Ace2. Like I said, TinyTip doesn't even use all of Dongle -- it uses its own module system to be 100% compatible with other people's development styles.
00:13.27ckknightno, mitch1, it's checked in that case
00:13.38ckknightThrae: oh, I was talking to Morghus, not you wrt Ace2
00:14.03mitch1alrighty, will change. guess the Threat thing should be changed then, too, no?
00:14.09ckknightmmm... yea :-P
00:14.17ckknight"my bad"
00:15.02*** join/#wowace itson (n=itson@cpe-76-171-62-215.socal.res.rr.com)
00:15.05CIA-2203bayi * r41158 10beql/questlog.lua: beql - Added an error message if u shift click a header and u would break the 20 quest limit in the tracker
00:15.12Thraeckknight: Yeah I know, just wanted to make sure I'm clear on my stance of independance. I like cooperation. It's not in my nature to judge, except when it's for myself.
00:15.15itsonhello,..
00:15.30ckknightalright
00:16.03ckknightbasically, I'm not making CowTip to be the lightest addon in the world, I just want it to be simple, customizable, and powerful
00:16.12ThraeOn the other hand, some people are more...ahh...outspoken then others, from all directions, y'know. Kenco included ;)
00:16.23itsonI have a quick lua question. does "delay = 5;" work? what do tool do i have in lua to delay my script 5 seconds before going on to the next line.
00:16.24MorghusThrae: Anywhere I can read about tinytip2? =)
00:16.42mitch1ckk: will you fix the Threat thing, or should I fix it in this patch?
00:16.48ckknightitson: hehe, nope
00:17.02ckknightitson: basically, you can use OnUpdate which WoW provides
00:17.07itsonckknight do u know what will delay my script for say 5 seconds before going on to the next line?
00:17.10ckknightitson: or you can use AceEvent's ScheduleEvent
00:17.19Thraeckknight: That's exactly what I want TinyTip to be, except I want its Core to be as tiny as possible. TinyTip was made as an alternative to TipBuddy, which was a huge big borg of features which were also a huge pain to maintain.
00:17.39itsoni am learning how to work with Ace2 i have Ace2 Libs can u show me how i can use that?
00:17.48ckknightmeh, I'm thinking of just going borg-style
00:17.48trh_itson: or if you prefer the klhthreatmeterstyle: local x = GetTime() while(GetTime() - x < 5000) { } ;)
00:17.51itsonthe scheduleEvent thing
00:18.02ckknightitson: see the wiki
00:18.08ckknightbut not bothering to implement things that I find pointless, though
00:18.33Thraeckknight: TinyTip still can have all the features people want, I just don't want them in the Core. I don't see what's so wrong about doing a modular approach -- you did the same with many of your addons ;)
00:18.38itsonyeah, i followed the guide it got me started but i dont know how to delay, it, so trh_ that should work eh? seems simple let me see row quick
00:18.59ckknightThrae: I might, if it becomes unwieldy
00:19.03trh_itson: the problem with that line is that it stops *every* script for 5 seconds =)
00:19.10trh_itson: so the whole ui stops ;)
00:19.11ckknightThrae: but it's freaky small right now
00:19.46itsonoh,
00:19.49itsoni dont really want to do that.
00:19.58itsoni just want it to pause before taking the next step
00:20.14ckknightitson: http://www.wowace.com/wiki/AceEvent-2.0
00:20.15trh_itson: best way to delay is to use ScheduleEvent
00:20.24ckknightyou do this:
00:20.38ckknightself:ScheduleEvent("MyTimer", self.RunInFive, 5, self)
00:20.47trh_itson: but you have to get away from your line-by-line thinking, think in events and objects - then ace will be very nice to program :)
00:21.18Thraeckknight: Well, part of the idea is to reduce the number of things that could potentionally break. ~70% of what all people want in a tooltip is represented with TinyTip. All the extra features and tweaking is nice, but people -really- want at least the core formating and positioning working.
00:21.21harl|WoW8 fps. oh that's so cute. *bang bang prft brrz trk grpf clobber clobber*
00:21.22itsonyou mean functions and calls ? yeah but these are bit baby steps :)
00:22.03JoshBorkeCryect: ping
00:22.04trh_itson: did you ever program in java, c# or c++?
00:22.08ckknightThrae: hey, do you know how to figure out a party member's zone? I think the only way to do it is through tooltip scanning, and that's a bitch.
00:22.12itsonk, give me few min to figure out whats on http://www.wowace.com/wiki/AceEvent-2.0
00:22.19itsonbrb if i cant figure it out on my own.
00:22.26itsoni did not trh
00:22.33harl|WoWlol
00:22.34itsonbut i can read the code and know what its doing.
00:22.45itsonbrb tho, let me read that page
00:22.46ckknightitson: AceEvent handles two things, events and schedules
00:22.51itsongo on
00:22.58ckknightthough they intermix
00:23.05MorghusYou schedule an event? =P
00:23.06Thraeckknight: That's a good question. I think you're right on tooltip scanning. I remember slouken's words -- "Yeah, so you have to scan the tooltip to get it. So what?"
00:23.06ckknighta lot of what you see in the top example is just events
00:23.10ckknightMorghus: yep.
00:23.23ckknightThrae: lame, because the line numbers change.
00:23.28CIA-2203mitchell 07Range * r41159 10DogTag-1.0/DogTag-1.0/DogTag-1.0.lua: don't update [Range] if there's no RangeCheck-1.0
00:23.39ckknightmitch1: merge in
00:25.18*** join/#wowace Jaxon (n=Jackson@S01060017f2092837.ed.shawcable.net)
00:26.08*** join/#wowace hypetech (n=hypetech@66.83.192.147.nw.nuvox.net)
00:27.12mitch1svn merge sucks... it'll take a while :)
00:28.05CIA-2203cryect * r41160 10Recount/ (5 files):
00:28.05CIA-22Recount - Fixes another graph bug
00:28.05CIA-22-Detail Window now has reporting added
00:28.48hyperChipmunkkergoth: fixed?
00:30.00itsonckknight can i msg u?
00:30.15hyperChipmunkonly if you're registered to nickserv
00:30.17ckknightah, sure
00:30.52JoshBorkeCryect: i know you're here!
00:31.33*** join/#wowace evl (n=fuckoff@213-205-67-183.net.novis.pt)
00:32.00*** join/#wowace nymbia (n=nymbia@75-166-29-251.hlrn.qwest.net)
00:32.24CryectYes?
00:32.32Cryectdid you ping for me? :-p
00:32.44Cryectpong
00:32.47CIA-2203bayi * r41161 10beql/tracker.lua: beql - quests completed with hidden objectives or without objectives are now colored as completed
00:32.47JoshBorkecryect:  where you get the blp for Auchenai Crypts?
00:33.04CryectI just grabbed it from Atlas
00:33.10JoshBorkeah, ok
00:33.15hyperChipmunkyoink
00:33.16Cryectwas the fastest source I knew for precompiled maps
00:33.17JoshBorkei want to play around with dungeon crawler
00:33.19mitch1bloody hell, eclipse fsckd up the file encoding :[
00:33.32Cryectits eclipse!
00:34.03CryectIf you wonder how anything works in it just ask
00:34.17JoshBorkeCryect: so to make dungeon crawler work with another instance i have to figure out the mx, bx, my, by values?
00:34.28CryectRight
00:34.38CryectIts just a linear equation
00:35.16CryectSo you grab a few numbers and pop them into your favorite linear least squares solver (or whatever other solver you like if you dislike least squares :-p)
00:35.17JoshBorketo be honest, i can't quite figure out any good use for the mod :-D
00:35.33CryectBesides it looking cool not really either
00:35.38NeoTronwhat is dungeon crawler?
00:35.43CryectOne second
00:35.51Birdemanilol what mod yells out FIRST BLOOD in arena
00:35.53JoshBorkeCryect: cool is and understatement
00:35.54Birdemaniis that arena master?
00:36.03Cryecthttp://www.youtube.com/watch?v=IRz2HlUrufw
00:36.37CryectIf there was a way we could grab a composited texture of the minimap
00:36.45CryectI would make it into a real addon
00:36.46NeoTronthat's pretty cool
00:36.52KebinusanAntiarc, any chance of getting a hide icon option in omen
00:37.12NeoTronuseful if you get lost in a dungeon
00:37.22durcynckknight: is there a dogtag for pet's master's name?
00:37.29durcyndidn't see one on the wiki page
00:37.29ckknightno, durcyn
00:37.29NeoTronmore importantly though.. can't you use that to show data on the large map of where you currently are?
00:37.46ckknightdurcyn: no good way to tell.
00:37.48Cryectmuch more useful I say if someone just made a cart module for player positions inside of instances
00:37.57NeoTronrigth
00:38.01NeoTron^^^ :)
00:38.07hyperChipmunki think the normal tooltip does say <Soandso's Pet>
00:38.10durcynckknight: hrm, wonder if there's a way to snarf that from the standard tooltip then.. kind of annoying for cowtip =(
00:38.28ckknighthyperChipmunk: hrm...
00:38.33ckknightdurcyn: try [Guild]
00:38.41ckknightwait, no
00:38.53hyperChipmunklike <Banker> shows for guild
00:38.55ckknightI'd have to change things
00:38.58durcynhave that set from defaults
00:39.03ckknighthyperChipmunk: yea, I made it do that ;-)
00:39.13*** join/#wowace art3mis (i=art3mis@ool-18b9f13e.dyn.optonline.net)
00:39.23hyperChipmunkright; you seem to not have the same for the pet
00:39.57ckknightworking on [Zone] now
00:40.46CIA-2203mitchell 07Range * r41162 10DogTag-1.0/DogTag-1.0/DogTag-1.0.lua: same thing but don't screw up encoding this time (hopefully)
00:44.09mitch1did CIA die? the commit hangs :(
00:44.37hyperChipmunksvn did
00:45.00mitch1superb
00:45.18CIA-2203mitchell * r41163 10DogTag-1.0/ (DogTag-1.0/DogTag-1.0.lua DogTag-1.0.toc): DogTag-1.0: merging in [Range] support
00:45.39*** join/#wowace Kilroo (n=Kilroo@cpe-071-076-173-175.triad.res.rr.com)
00:46.03nymbia[Range]? O.o
00:46.06nymbiathat's hot
00:46.39kergothusing rangecheck-1.0?
00:47.29kergothbooored
00:47.42nymbiawhat now?
00:47.48hyperChipmunktell me if your bulkmail rules fixed
00:47.52hyperChipmunkslacker
00:47.59Cryecthaha
00:48.00nymbiabah, i need freakin irc at work
00:48.04nymbiai miss every damn thing
00:48.11mitch1:)
00:48.11Cryectsetup an SSH session
00:48.12*** join/#wowace Antiarc (n=Antiarc@wsip-70-184-82-98.ph.ph.cox.net)
00:48.13CIA-2203sayclub * r41164 10Omen/localization_koKR.lua: Omen: koKR Update
00:49.19mitch1ckk: I didn't tough the threat thing, so fix that if you wish ;)
00:49.44mitch1I'm off to bed, work tomorrow and it's 3AM almost :(
00:50.03mitch1I'll update the DogTag wiki tomorrow @work ;)
00:50.14ckknightnymbia: what'd you miss?
00:50.17PsyloHi
00:50.20mitch1seeya
00:50.25NeoTronI run ssh from home in a screen via ssh . works fine
00:50.39Psyloi don't understand how to create another profile with BT3 ...
00:50.42CIA-2203ckknight * r41165 10DogTag-1.0/DogTag-1.0/DogTag-1.0.lua:
00:50.42CIA-22DogTag-1.0 - make [Guild] show a pet's owner's name.
00:50.42CIA-22- added tag [Zone]
00:51.49PsyloI go in profile -> other -> i choose a name, this name appears in the choice menu profiles so i choose it, i modify it but it modify my character profile too :/
00:52.29nymbiackknight: just new addons and libraries and features ;)
00:52.33Psylosomeone can help me ?
00:52.40ckknightnymbia: I made a tooltip addon
00:52.45mikmaPsylo: no :(
00:53.06nymbiackknight: yeah i saw this morning and just checked it out to try :D
00:53.07*** join/#wowace Kilroo (n=Kilroo@cpe-071-076-173-175.triad.res.rr.com)
00:54.08CIA-2203ckknight * r41166 10CowTip/CowTip.lua: CowTip - add zone.
00:54.28Psylowhen i modify a profile, it modify others profiles too, all my profiles are the same ..
00:54.31Psylowtf ?
00:54.38AntiarcSo, I got home to a nice little surprise today
00:54.43AntiarcI had my car's title in the mail
00:54.53AntiarcTurns out I paid it off like a year ahead of what I thought I would
00:54.53ckknightPsylo: it's probably not using profiles correctly, then
00:55.00NightHawkTheSaneAntiarc: neat.
00:55.15Kaeltenok, I have a list of the top addons downloaded for the month
00:55.27KebinusanAntiarc, any chance of getting a hide icon option in omen
00:55.27hyperChipmunkwtf happened to Threat?
00:55.40Psyloso i can't do my heal profile with BT3 :///
00:55.40AntiarcKebinusan: There should be one already
00:55.45AntiarchyperChipmunk: Elaborate?
00:56.07hyperChipmunkThreat-1.0\Threat-1.0\ThreatClassModuleCore.lua:439: attempt to index field 'BuffModifiers' (a nil value)
00:56.18hyperChipmunkThreat-1.0-41153 (Threat-1.0):203: bad argument #1 to 'setmetatable' (table expected, got nil)
00:56.29hyperChipmunkThreat-1.0\Threat-1.0\ThreatClassModuleCore.lua:481: attempt to index field 'DebuffModifiers' (a nil value)
00:56.53Psylonevcairiel the BT3 profiles system don't work, can you fix it ?
00:57.11ckknightKaelten: kay?
00:57.15ckknightKaelten: what's it say?
00:57.21AntiarcDid Babble-Spell get reverted?
00:57.22Kaeltensct owns
00:57.49Kaeltenalthough its not 100% accurate since it goes by zip file downloaded
00:57.54hyperChipmunkThreat-1.0.lua:352: AceeComm-2.0: You can only call `SetCommPrefix' before calling `RegisterMemoizations'.
00:57.58Kaeltenand the various versions of tsome of the others may out rank it
00:58.10hyperChipmunklol, that's cuz SCT never changes
00:58.15Kaeltenhehe
00:58.16AntiarchyperChipmunk: Probably a cascading issue
00:58.24Kaeltenya sct has some 60k downloads this month so far
00:58.28hyperChipmunkit goes on
00:58.39KaeltenI see one version of fubar with 20k
00:58.43Kaeltenand another with 28
00:58.54Kaeltenand another with 19
00:59.05Kaeltenso there is a good chance it actually out ranks sct
00:59.12ckknightI want a dollar from each of my users.
00:59.12hyperChipmunkthat's heartening, at least
00:59.17Kaeltenbut that gives an unfair advantage to those addons that updates more often
00:59.31Kaeltenckknight: thats fine I get a penny for each file they download of yours
00:59.33hyperChipmunkyea, which is why download counts mean nothing
00:59.40AntiarcHow many DLs does Omen have? *grin*
00:59.42HjalteSome users update multiple time a day, making the download count higher for the addons they use
00:59.44Gngskckknight, I'll give you a dollar once, but not every time I run WAU
00:59.45Psyloi'm surprised to be the first to decover very important bugs for an add on ...
00:59.54ckknightKaelten: that'd be fine :-P
00:59.55KaeltenAntiarc: not in the top 100
01:00.01Antiarc:(
01:00.02hyperChipmunkburn
01:00.10Kaeltenckknight: if I got a pennie a download
01:00.15KaeltenI'd get 20-40k a day
01:00.18Funkeh`Kaelten: bigwigs?
01:00.21*** join/#wowace Evenue (n=chatzill@c-68-62-50-227.hsd1.mi.comcast.net)
01:00.25*** join/#wowace Roartindon (n=jtlim@ppp121-45-69-37.lns10.adl6.internode.on.net)
01:00.27Psylockknight you think delete the bt3 config file can solve the problem ,
01:00.31Psylo?
01:00.39AntiarcKaelten: You should set up WAU with micropayments so it costs $0.01 to update
01:00.44Antiarc:)
01:00.52KaeltenAntiarc: lol
01:00.54AntiarchyperChipmunk: Make sure Babble is up to date
01:00.56Kaeltenhell how about a buck a week
01:01.05hyperChipmunkk
01:01.14NightHawkTheSanea penny an update is expensive for micropayments. :P
01:01.17KaeltenAntiarc: threat-1.0 is #8
01:01.38Funkeh`Kaelten: givf bigwigs stats plix :p
01:01.43AntiarcKaelten: Overall? o.0
01:01.45hyperChipmunkcuz it's friggin linked to everything now
01:01.47CIA-2203ckknight * r41167 10DogTag-1.0/DogTag-1.0/DogTag-1.0.lua: DogTag-1.0 - bugfixings.
01:01.47KaeltenAntiarc: ya
01:01.50AntiarcHoly carps
01:01.52AntiarcHow many downloads?
01:01.55Kaeltenat least for that particular version
01:02.03Kaeltenlooking for bigwigs
01:02.13hyperChipmunkcuz threat cashes in on PitBull, Violation, Omen, ...
01:02.24Kaeltenthreat-1.0-r39878 got 33.7k downloads
01:02.29PsyloAntiarc and how many will cost the money transfert from europe for 0.01 $ ? :)
01:02.33Chompersahahaha wow
01:02.50AntiarcHoly shit.
01:02.51AntiarcWow.
01:02.54Kaeltenproblem is too many fubar addons
01:03.18RoartindonAntiarc: I guess it shows how strongly people want to find something better than ktm
01:03.40Psylosomeone is using BT3 ?
01:03.41AntiarcI guess.
01:03.46ChompersThreat-1.0 by itsself?
01:03.47ckknightKaelten: hey, what's PitBull at?
01:03.51Chompersor inside multiple addons
01:04.13Kaeltenby itself
01:04.20Chomperswow.
01:04.21Kaeltenbigwigs isn't in the top 100
01:04.24Chompers:O
01:04.38Chomperswhat's #1 ?
01:04.39Kaeltendue to too many fubar apps
01:04.43ckknightChompers: SCT
01:04.45Kaeltensct according to this
01:04.49Chompersno fucking way
01:04.55Kaeltenits slanted to addons that don't change often
01:04.58Chompersi don't believe you....SCT ?
01:05.14Kaeltensince it counts his on individual versions
01:05.23RoartindonKaelten: Is this list available online anywhere?
01:05.34NightHawkTheSaneits a breakdown by file name, so addons that dont update often have the same filename downlaoded repeatedly, compared to addons that update often and so have many different file names.
01:05.34hyperChipmunkPsylo: talk to nevcairiel
01:05.45KaeltenI do know bigwigs was in the top 15 or so for today
01:05.47NightHawkTheSane(at least i assume its a breakdown by file name, i could be off)
01:05.49Chomperswe need an addon that tracks the downloads from wowace, it can use graphlib
01:06.01Kaelten37)19326/WowAceUpdater/latest.txt
01:06.05Kaeltenlol
01:06.12NightHawkTheSanenice.
01:06.19Funkeh`Kaelten: :/
01:06.42AntiarcKaelten: It'd be really neat to have an auto-updated top-100 page
01:06.52AntiarcOr maybe even like a top 25% of each category
01:07.08Chompersi wonder of people still use titan bar instead of fubar
01:07.39Chompers*if
01:07.50KaeltenI might be able to set something up :)
01:08.09JaxonDrop off the revisions to get an accurate addon total.
01:08.21hyperChipmunkthat doesn't work either
01:08.28hyperChipmunkbecause it weights it the other way
01:08.40hyperChipmunkthose numbers will never be close to accurate
01:08.42harl|WoWman, the armory sucks -.-
01:10.20AntiarcKaelten: How are you determining these numbers? apache log parsing?
01:10.28KaeltenAntiarc: yes
01:10.33sylvanaarthere is no way to really know now because the updaters precalc what they will download
01:10.54CIA-2203damjau * r41168 10beql/ (beql.toc localization-ko.lua): beql - add koKR locals
01:11.19Kaeltenits kinda crazy
01:11.59sylvanaarso addons which contain an actively updated external will show high activitry
01:12.18trh_yeah.. but it shouldn't be a big problem to create a complete stats file
01:12.27trh_and write a merging program that merges by addon
01:12.35trh_rather than have every download for itself
01:12.42Kebinusanantiarc I guess whats missing is the hide fubar plugin option
01:12.48trh_parsing like 9000 lines shouldn't be too bad, even with php
01:12.49Kebinusanto get rid of the thing on fubar completely
01:13.26sylvanaarall that will tell you is how frequently an addon is updated relative to the number of times it changed - thats all you can really know
01:13.39Kaeltenya its fun but its completely useless
01:14.00Kaeltenonly thing I can think that would be nice is to see how many uniques downloaded a addon in the last 30 days
01:15.11trh_browser stats etc. are also interesting
01:15.26trh_and graphs with the downloads over time
01:15.34trh_like maximum users at x 'o clock
01:15.46NightHawkTheSaneBeing able to see the number of unique downloaders per addon would actually be interesting and vaguely useful, I think.
01:16.07hyperChipmunkthat would be the only useful thing
01:16.38CIA-2203damjau * r41169 10Prat/ (8 files in 3 dirs): Prat: add koKR locals, add ChatHead Module
01:16.46kenlyricfind the IP that clicks "update all addons" the most during the day :)
01:16.49Kaeltenanywho heading home
01:17.26Kaeltenbbiab
01:17.27sylvanaaryou need number of uniqe downloaders + number of times an addon changed + number of addons which changed
01:18.18mikmabeql doesn't work with Lightheaded :(
01:18.25cladhairehe's working on it
01:19.26AdysMikk my dear.. are you there
01:21.01trh_going to bed.. good night
01:21.02CIA-2203bayi * r41170 10beql/tracker.lua: beql - Changed the inset of zone titles to better difference them
01:22.30CIA-2203rophy * r41171 10Epeen/EpeenLibs/Epeen-2.0/Epeen-2.0.lua: Epeen - Only unregister events if enabled, to fix the error: Cannot unregister event "CHAT_MSG_SAY".
01:23.21ArrowmasterAntiarc: are you aware of issue with bars constantly moving in omen? like the threat value for somebody keeps switching back and forth between two values
01:23.30sylvanaarwhats that
01:23.37AntiarcArrowmaster: Yeah, thought I fixed it last night. Are you seeing it in an up-to-date version?
01:23.57Arrowmasteromen or threat?
01:24.07hypetechso...buffalo2 made me nuke a flask yesterday
01:24.18hypetechthe icons = tooltips = actual buff are still WAAAAY off
01:24.23Arrowmaster41136 omen, 41087 threat
01:24.32Arrowmasterdont know if other peoples versions effect it
01:24.57AntiarcOmen
01:25.00AntiarcIt shouldn't
01:25.04AntiarcHrm, that's pretty up to date
01:25.09AntiarcI'll check it out some more
01:25.26*** join/#wowace Godzmack_ (n=Godzmack@157.157.216.175)
01:25.30Arrowmasterany idea whats doing it?
01:25.57*** join/#wowace Health (n=thecooki@c-041ae655.132-1-64736c12.cust.bredbandsbolaget.se)
01:26.14AntiarcYeah, global vs target threat updates
01:26.52Arrowmasterim seeing it with warriors and like a 40k threat difference with like 200k threat
01:26.56Arrowmasterafk mag
01:29.59*** join/#wowace krunk- (n=james@cpe-76-80-0-10.socal.res.rr.com)
01:30.30krunk-I'm on a quest for a good warlock addon. acolyte2 doesn't work and necronomicon2 bugs out on me. What do the locks here use?
01:32.58CIA-2203antiarc * r41172 10Omen/Omen.lua: Omen: Fixed warning stuff. Warnings now work properly. You probably want them off if you're a tank.
01:33.14Funkeh`warnings?
01:33.28KinkxYou're high on threat warning I guess
01:33.43Kemayokrunk-: I get by with just Quart'z target-dot timers.
01:34.12CIA-2203funkydude * r41173 10AbacusLib/ (AbacusLib.toc embeds.xml): AbacusLib: use embeds.xml
01:36.16krunk-Kemayo: mostly what I wanted was just pet, stones, summons, etc pop outs and such to reduce ui clutter
01:36.59krunk-I'm using generalized debuff timers for mah dots
01:37.03CIA-2203funkydude * r41174 10BanzaiLib/ (BanzaiLib.toc embeds.xml): BanzaiLib: use embeds.xml
01:37.08Kemayokrunk-: Oh, that stuff I just wind up having on carefully arranged bartender bars.
01:37.56durcynkrunk-: what are you using for pop-out bars?
01:38.08durcyngod damn i miss Sprocket.
01:38.12krunk-I was using necronomicon2...but it's bugged out since patch
01:38.31krunk-so I might be stuck with necrosis...kinda bloated though
01:38.40durcynoh.  try Henge if you want those sort
01:38.57durcynfuck knows if it works lately, though.
01:39.23krunk-durcyn: cool, looking for it
01:39.51CIA-2203funkydude * r41175 10CrayonLib/ (CrayonLib.toc embeds.xml): CrayonLib: use embeds.xml
01:41.23ArrowmasterAntiarc: just a warrior with threat 41153 just had a ton of global threat on mag when he unbanished then it went away shortly after
01:41.29CIA-2203funkydude * r41176 10Deformat/ (Deformat.toc embeds.xml): Deformat: use embeds.xml
01:41.38Arrowmasterbut it was there for atleast 5 seconds
01:41.54krunk-that was the one drawback to my lock. so many darned spells to manage
01:43.16CIA-2203funkydude * r41177 10DewdropLib/ (DewdropLib.toc embeds.xml): DewdropLib: use embeds.xml
01:46.37stavmari am sure this has been asked before, but in gruul our shatter can kill our fellow attackers, but violation calculates that into the DPS, is there a way to account for this? my fruid has teh highest DPS lol
01:46.57krunk-hm, errors with henge too
01:48.18krunk-they should make a testing branch for each mod project
01:48.37CIA-2203funkydude * r41178 10DogTag-1.0/ (AceLibrary/ DogTag-1.0.toc embeds.xml): DogTag-1.0: use embeds.xml
01:49.10hyperChipmunkisn't that what the trunk is for? O_o
01:49.28Funkeh`indeed hyperChipmunk
01:50.11KemayoI believe that we take the broad approach of claiming that if you want stability you should stick to official releases on other sites.
01:50.17krunk-then what's stable?
01:50.26hyperChipmunknothing
01:50.31hyperChipmunknothing I write, anyway >8P
01:50.48hyperChipmunkI think that'd be a sign of the Apocalypse
01:50.52krunk-then they should make a stable >.<
01:50.54krunk-:P
01:51.24krunk-I can't find a lot of the addons on other sites except wowace ;)
01:51.33rophythe current trunk is something to be used with updater for distributing addons.
01:52.05rophyor at least it looks like that to me.
01:52.07Funkeh`rophy: updating is the players responsibility, if they get errors its their fault for updating
01:53.03rophyFunkeh`: even that said, when some people wants to not use the acesvn trunk and use WoWI to distribute the stable release, users cry about not being able to one click update the mod.
01:53.10CIA-2203funkydude * r41179 10FuBar_GroupFu/ (. FuBar_GroupFu.toc embeds.xml): FuBar_GroupFu: use embeds.xml
01:53.30krunk-for some reason lock addons are always broken...I always end up fussing with various options until I just play my rogue :P
01:53.32Funkeh`well they can cry more when their mods don't work
01:53.33*** join/#wowace Peoii (n=Peoii@pool-68-238-138-74.sea.dsl-w.verizon.net)
01:53.57CIA-2203hyperactiveChipmunk * r41180 10BulkMail2/ (BulkMail2.toc BulkMailFu.lua):
01:53.57CIA-22BulkMail2:
01:53.57CIA-22- FuBar plugin settings should now save correctly
01:54.20CIA-2203hyperactiveChipmunk * r41181 10BulkMail2Inbox/ (BulkMail2Inbox.toc BulkMailFu.lua):
01:54.20CIA-22BulkMail2Inbox:
01:54.20CIA-22<PROTECTED>
01:54.27hyperChipmunkGalka: ^^
01:54.39Galkathanks
01:54.47hyperChipmunkno guarantee
01:54.55hyperChipmunki'm not sure exactly what the problem is
01:55.02hyperChipmunkbut i mucked with it until it worked
01:55.22ZealotOnAStickRight, so, Lady Vashj . . .  Those Striders freaking hurt.
01:55.23*** join/#wowace zwiep`` (n=zwiep@d54C35283.access.telenet.be)
01:55.33CIA-2203funkydude * r41182 10FuBar_PerformanceFu/ (FuBar_PerformanceFu.toc embeds.xml): FuBar_PerformanceFu: use embeds.xml
01:55.51ZealotOnAStickwhat does embeds.xml do that's advantageous?
01:55.52hyperChipmunkvashj has tallstriders?  that's overpowered
01:56.21KemayoI like midsummer.  It's fun doing the runs into the other faction's capitols.
01:56.36*** join/#wowace cladhaire (n=cladhair@cpe-74-71-116-245.twcny.res.rr.com)
01:56.40*** mode/#wowace [+o cladhaire] by ChanServ
01:56.59Funkeh`cladhaire: you bought ckknight's connection?
01:57.09krunk-no errors on load with necrosis
01:57.16sylvanaarZealotOnAStick well first thing it does is it organizes the toc references
01:57.24cladhairei've been on all night
01:57.26cladhairehe would have d/c'd at least five times
01:57.38ckknightno, I fixed my cord
01:57.45krunk-seems to be working :)
01:57.51sylvanaarZealotOnAStick then the updaters can just empty that file (or even the zip script)
01:59.33CIA-2203funkydude * r41183 10GratuityLib/ (GratuityLib.toc embeds.xml): GratuityLib: use embeds.xml
01:59.42rophyhttp://ace.pastey.net/59971
01:59.44sylvanaarmodifying toc's is bad business also this lets the author control what can be modified post-install
01:59.54*** join/#wowace Roartindon (n=jtlim@ppp121-45-17-131.lns11.adl2.internode.on.net)
02:00.14*** join/#wowace ub3rst4r (n=a@d66-222-232-135.abhsia.telus.net)
02:00.19rophyfor those using WoWUIUpdater, I have updated the clean TOC python sript to comment out 'embeds.xml'.
02:00.27rophyin case anyone interested
02:00.59sylvanaaryou can just replace the files with an "empty
02:00.59Funkeh`nice
02:01.09Funkeh`just make sure you only doing it if they are using embeds ;)
02:01.23Funkeh`not using*
02:01.37rophyya, make sure that yourself.
02:01.38*** join/#wowace Xuerian (n=core@wireless-216-222-129-181.citizip.com)
02:03.10CIA-2203funkydude * r41184 10JostleLib/ (JostleLib.toc embeds.xml): JostleLib: use embeds.xml
02:04.14rophywth are libraries also using embeds.xml?
02:04.27rophydoesn't the toc have one file only?
02:04.36Wobworkyou'd hope
02:04.59Funkeh`rophy: yes it does, so?
02:06.07sylvanaaryou replace the embeds.xml with a file that contains this:
02:06.09sylvanaar<?xml version="1.0" encoding="utf-8"?><Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"></Ui>
02:06.16*** join/#wowace Unrealii (i=NEXT96@121.129.140.48)
02:06.43rophyI personally think I should comment out things, not change them, in an external script.
02:06.49toddhas anybody had problems with recent versions of WAU? the window isn't showing up.. it just sits in my taskbar
02:07.00sylvanaarthats the point of embeds.xml
02:07.24sylvanaartodd #wau
02:07.38todd:o
02:07.41toddhad no idea that existed
02:07.42toddthanks
02:07.42rophybut I cannot see what were listed in embeds.xml if it's replaced with the empty one?
02:07.49sylvanaaryou dont need to
02:08.18rophyI dont need to, but I can if I chose to comment out it in toc instead of changing the file.
02:08.54Funkeh`rophy: and thats why god invented the X-embeds line
02:09.06rophyFunhek`: any disadvantage for commenting it out?
02:09.13rophyI'm not asking WAU to change
02:09.28CIA-2203funkydude * r41185 10SharedMediaLib/ (SharedMediaLib.toc embeds.xml): SharedMediaLib: use embeds.xml
02:09.30sylvanaarthe author controls its contents its there to be deleted
02:09.33rophyjust that I dont see the point to not comment out files in the python script.
02:09.36Funkeh`rophy: not as far as i know
02:09.42*** join/#wowace ven (i=ven@i59F5708C.versanet.de)
02:09.49Funkeh`i suppose you can use either
02:09.53sylvanaarbut commenting out works
02:10.22rophyhmm
02:11.01Kirkburntodd, dunno if you've had it answered, but I had the same. Right-click maximise
02:11.34toddjust realized that.. but I don't like it so big, it's just off my screen when it's not maximized
02:11.50KirkburnClose it, reload, should be just large but not maximised
02:11.52CIA-2203funkydude * r41186 10TabletLib/ (TabletLib.toc embeds.xml): TabletLib: use embeds.xml
02:12.09toddawesome, thanks kirkburn =)
02:12.16KirkburnYou should be able to resize it again (recalling from memory, hope it works :)
02:13.40*** join/#wowace twinight (n=hunter@207-118-24-202.dyn.centurytel.net)
02:14.02*** join/#wowace Axodious (n=4b@modemcable050.16-37-24.mc.videotron.ca)
02:14.49twinightok, probably a retard question here, but i just started playing with pitbull today, and after i got over the initial froth and glee at trying to even figure out a use for target's target's target... i'm finding myself completely unable to enable portriats
02:15.09hyperChipmunkrefl
02:15.13CIA-2203funkydude * r41187 10Talismonger-3.0/ (Talismonger-3.0.toc embeds.xml): Talismonger-3.0: use embeds.xml
02:15.20Kirkburntwinight, make sure the module is enabled
02:15.23hyperChipmunks/refl/rofl/
02:16.06twinightman, if that's it...
02:16.11twinighthold on, i need to dig out my shame box
02:16.27twinightnope, it is enabled
02:16.34KirkburnIn game?
02:16.47twinightie: addons at char select?
02:16.54KirkburnNah, from the Pitbull options
02:17.19twinighti guess i'm just not seeing it
02:17.30hyperChipmunkrightclick the doggie, Modules, Portraits
02:17.35CIA-2203funkydude * r41188 10TinyTip/ (. TinyTip.toc embeds.xml): TinyTip: use embeds.xml
02:17.58KirkburnIf it's enabled there you should see it as an option under <Other> for each UF
02:18.13JaxonDoes the default UI show how many points your arena rating is worth now?
02:18.19twinightwow, alright.  i need to go find the shame box
02:18.23twinightthanks kirk
02:18.26WobworkIt's over in the corner
02:18.32Kirkburntwinight, hehe
02:18.49*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
02:18.58KirkburnWhat on earth is Alterac Swiss doing in a Fel Iron Box in Tuurem
02:19.01twinighti'm still just sort of taken aback by everything i can do
02:19.32WobworkKirkburn: Aging
02:19.44CIA-2203funkydude * r41189 10TinyTipExtras/ (TinyTipExtras.toc embeds.xml): TinyTipExtras: use embeds.xml
02:21.05CIA-2203funkydude * r41190 10TinyTipOptions/ (TinyTipOptions.toc embeds.xml): TinyTipOptions: use embeds.xml
02:21.09Tem|AFKckknight, 2 thinks
02:21.18Tem|AFK1) I hadn't set purl's dongle keyword
02:21.24Tem|AFK2) Don't touch things that don't belong to you
02:21.29Tem|AFKpurl, no  dongle is An integrated library with the goal of providing an addon framework as lightweight as possible, putting the burden on authors to implement most things they should be implementing themselves.  You can get more information at http://www.wowwiki.com/Dongle
02:21.29purlokay, Tem|AFK
02:21.29ckknightoh, thought you did *shrug*
02:21.36ckknightdon't know what (2) refers to, though
02:22.05ckknightwhat does (2) refer to?
02:22.36ckknightcause, I mean, Thrae changed purl's dongle definition, not me
02:22.55*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
02:23.19hyperChipmunknymbia: would you mind adding a function on clicking an item in manufac as a shortcut for Make 1?
02:23.21Tem|AFKwell, I misread
02:23.26hyperChipmunki think that'd be spiffy
02:23.27Tem|AFKso you can ignore 2
02:23.34*** join/#wowace AnduinLothar (n=AnduinLo@WoWUIDev/Cosmos/AnduinLothar)
02:23.38Tem|AFKwell, no you can't
02:23.40Tem|AFKjust like
02:23.43Tem|AFKyou didn't do it
02:23.45Tem|AFKthis time
02:23.51hyperChipmunklol
02:23.52ckknight...
02:23.59Industrial:P
02:23.59AnduinLotharsylvanaar: ping
02:24.08hyperChipmunkpurl, dongle is not as tasty as pizza
02:24.08purl...but dongle is already something else...
02:24.30ckknightgotta do is also
02:24.34CIA-2203funkydude * r41191 10TouristLib/ (TouristLib.toc embeds.xml): TouristLib: use embeds.xml
02:24.40CIA-2203bayi * r41192 10beql/ (beql.lua tracker.lua): beql - fixed hide completed objectives
02:24.44hyperChipmunkhehe
02:25.48Kemayopurl, Dongle is naughty and not suited for polite conversation.
02:25.49purl...but dongle is already something else...
02:26.14sylvanaarAnduinLothar pong
02:26.20*** join/#wowace Tuller_ (n=chatzill@c-76-27-166-119.hsd1.va.comcast.net)
02:26.28hyperChipmunkpurl, Dongle impregnated my sister against her will
02:26.33CIA-2203shieldb * r41193 10Incubator/ (Core.lua Incubator.toc): Incubator: Timers are now saved through a reloadui or relogging.
02:26.38AnduinLotharany idea why those "Tablet-2.0: You cannot check tablet with an unregistered parent frame." errors are generated?
02:26.53AnduinLotharasside fromt he obvious
02:26.54hyperChipmunkcheck? or attach?
02:27.08CIA-2203funkydude * r41194 10VersionChecker/ (VersionChecker.toc embeds.xml): VersionChecker: use embeds.xml
02:27.32AnduinLotharthat's the error i was told of. I haven't reproduced myself
02:29.19CIA-2203funkydude * r41195 10XArt/ (XArt.toc embeds.xml): XArt: use embeds.xml
02:30.03hyperChipmunkusually means they hid a fubar plugin with the tooltip still detached
02:30.13*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
02:30.41CIA-2203beerke * r41196 10KingOfTheJungle/KingOfTheJungle.lua: KingOfTheJungle : - nil error on line 494
02:31.00hyperChipmunkthen tried to re-attach it but there was nothing there to which it could be detached
02:31.17hyperChipmunkattached*
02:31.34CIA-2203funkydude * r41197 10Cartographer_Herbalism/ (Cartographer_Herbalism.toc embeds.xml): Cartographer_Herbalism: use embeds.xml
02:32.52*** join/#wowace zwiep` (n=zwiep@d54C35283.access.telenet.be)
02:32.57hyperChipmunkbut that's 'attach', I've never seen the 'check' error message
02:33.38ckknightoh noes, Funkeh is upgrading all those mods without explicit written permission from their authors! whatever will we do?
02:34.27hyperChipmunkah, that's if you do an IsAttached when it's been unregistered/disabled
02:34.35ThraeI thought that was the intention of the WoWAceSVN, ckknight.
02:34.38kergothquick, lynch him!
02:35.06AnduinLotharsylvanaar: think you can find one of those functions that makes tablet error and figure out what frame is calling it?
02:35.08CIA-2203funkydude * r41198 10FuBar_DurabilityFu/ (. FuBar_DurabilityFu.toc embeds.xml): FuBar_DurabilityFu: use embeds.xml
02:35.12ckknightThrae: yea, trying to prove a point to Kaelten
02:35.56Funkeh`~pancake hyperChipmunk
02:35.57purlACTION slaps hyperChipmunk with a soggy pancake for playing with the food.
02:36.03hyperChipmunk!
02:36.08hyperChipmunki hope he does my addons
02:36.31hyperChipmunki'm too lazy for that crap
02:36.32Funkeh`probably not
02:36.50AnduinLotharhyperChipmunk: i think my addon is calling other addon's get functions and possibly not passign the write handler as 'self'
02:36.55Funkeh`my goal was all the lod addons, which turned into all my addons, which now turned into the top 30 according to kaelten
02:37.03hyperChipmunkthat's possible
02:37.09AnduinLotharright*
02:37.28sylvanaarthe handlers are stored in the table too
02:37.41sylvanaarlook for .handler as you traverse it
02:37.50AnduinLotharright... the question is, if it's not passign the handler then what IS is passing
02:37.51hyperChipmunkthere's a field for that
02:37.51hyperChipmunkyea
02:38.06AnduinLothari know, it should be passign it correctly
02:38.06hyperChipmunkself by default I think
02:38.39sylvanaarthe addon which called AceConsole:RegisterChatCommand
02:38.48sylvanaarwith that options table
02:39.06CIA-2203funkydude * r41199 10FuBar_MoneyFu/ (. FuBar_MoneyFu.toc embeds.xml): FuBar_MoneyFu: use embeds.xml
02:39.09AnduinLotharok... but it's calling t.hander[t.get](t.handler)  is  t.hander:[t.get]() even valid syntax?
02:39.20nymbiaFunkeh`: whyfor?
02:39.31nymbiaFunkeh`: (in general, not just in that case)
02:39.32hyperChipmunkO_o
02:39.36*** part/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
02:39.40Funkeh`nymbia: turns me on
02:39.45nymbiaFunkeh`: does WAU handle em smart yet?
02:39.50Funkeh`aye
02:39.54Funkeh`blanks em
02:39.55nymbiacool
02:40.20*** part/#wowace Adys (n=Miranda@APoitiers-256-1-185-214.w86-210.abo.wanadoo.fr)
02:40.27*** join/#wowace Adys (n=Miranda@APoitiers-256-1-185-214.w86-210.abo.wanadoo.fr)
02:40.45*** join/#wowace Kaelten (n=chatzill@c-69-181-47-80.hsd1.ca.comcast.net)
02:40.45*** mode/#wowace [+o Kaelten] by ChanServ
02:41.12ckknightAnduinLothar: of course it is
02:41.25AnduinLotharhmm, never seen it before
02:41.27Funkeh`Kaelten: can ya link me the top 50 in /msg helps with this embeds.xml thing
02:41.45Kaeltena hu u?
02:41.50Funkeh`most downloaded
02:42.02CIA-2203funkydude * r41200 10Cartographer_Mining/ (Cartographer_Mining.toc embeds.xml): Cartographer_Mining: use embeds.xml
02:42.19*** part/#wowace Adys (n=Miranda@APoitiers-256-1-185-214.w86-210.abo.wanadoo.fr)
02:42.23*** join/#wowace Adys (n=Miranda@APoitiers-256-1-185-214.w86-210.abo.wanadoo.fr)
02:42.35sylvanaarits not valid syntax
02:43.21AnduinLothari know table:func() is. but if you have the func name as a string...
02:43.22*** join/#wowace Nimble (n=Nimble_R@cpe-76-170-244-178.socal.res.rr.com)
02:43.41AnduinLothari dont think table:[func]() is legit
02:43.59sylvanaarits not
02:44.20CIA-2203funkydude * r41201 10FuBar_ClockFu/ (. FuBar_ClockFu.toc embeds.xml): FuBar_ClockFu: use embeds.xml
02:44.24ThraeWhat is embeds.xml for?
02:44.39Tuller_racing stripes
02:45.02*** join/#wowace Kalman| (n=delay@adsl-76-226-84-102.dsl.sfldmi.sbcglobal.net)
02:46.02ulicis WAU gonna use it for dependancy checking?
02:46.29AnduinLotharit's for faster loading if the files are un-embedded
02:46.39CIA-2203funkydude * r41202 10MobHealth/ (MobHealth.toc embeds.xml): MobHealth3: use embeds.xml
02:47.25AnduinLotharsomething, i might add, even Sea has been doing ever since it started embedding :P
02:48.33NightHawkTheSane~~~~
02:48.34purlARGH!!! STOP IT nighthawkthesane!!!
02:48.40KemayoIt is my unbiased opinion that the Alliance need a graveyard closer to Orgrimmar.
02:48.52durcynulic: no, WAU uses X-Embeds for dep checks
02:48.54CIA-2203funkydude * r41203 10ag_UnitFrames/ (ag_UnitFrames.toc embeds.xml): ag_UnitFrames: use embeds.xml
02:49.10durcynPeoii: check out CowTip, it might meet your needs.
02:49.19NightHawkTheSanethat reminds me, i gotta log in and do the midsummer crap
02:49.25*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
02:49.32Peoiidurcyn: Eh, I've liked tinytip for so long, I'm very interested in the next version ;)
02:49.45syerenckk, regarding your Aura display system, I have a question :p
02:49.46Funkeh`durcyn: CowTip has nothing to do with tinytip
02:49.48ThraePeoii: The version up on my SVN works fine for formating and positioning, which is all it has now.
02:49.59ckknightsyeren: k?
02:50.00PeoiiThrae: Nice, thanks.
02:50.01Thraes/now/right now/
02:50.03*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
02:50.10JaxonSo if I'm not using embeds, I can delete embeds.xml or is it a "WAU" only thing.
02:50.13durcynthey're both tooltip addons.  there's something said for being open to alternatives.
02:50.28*** join/#wowace zwiep`` (n=zwiep@d54C35283.access.telenet.be)
02:50.30syerenJust let me upload a screenshot :)
02:50.38Thraedurcyn: There's something to be said for collaboration in a modular environment ;)
02:51.34NightHawkTheSaneJaxon: it's not a wau only thing, its actually used by wow to load the embeds if you have them. It just allows wau to do some extra magic to make it a bit cleaner for those who use it to disembed. If you're running disembedded, you can really leave it or nuke it and it wont affect too much
02:51.36*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
02:51.36*** mode/#wowace [+o Cairenn] by ChanServ
02:51.40Funkeh`Jaxon: yes, but you are much better off jsut grabbing the latest wau
02:51.42durcynokay, whatever, you've got your own flavor of kool-aid to drink i see
02:51.48PeoiiSee, I'm a retardedly loyal customer.  TinyTip has served me well for a very very long time.  Until there's something so greatly compelling about something different? I don't really change...  Hell, my last 4 cars have come from the same company ;)
02:51.51JaxonFunkeh`: WTB WAU for OSX.
02:51.59Funkeh`Jaxon: wau2 soon
02:52.09NightHawkTheSaneheh, if it works.
02:52.11JaxonNot Java though? :D
02:52.25NightHawkTheSaneI haven't gotten the beta to work.
02:52.26AnduinLotharJaxon: I second that
02:52.26durcyni've also used tinytip forever, and before that tipbuddy.  one worked better than the other, so i switch
02:52.43durcynanyway, you're welcome for being made aware there's an alternative, you don't have to use it. jesus.
02:52.53NightHawkTheSaneJaxon: l2perl/php/ruby/python/languageofchoice and write your own. :)
02:52.57JaxonOh, so embeds.xml is supported by the WoW client.  Thats interesting, I don't remember seeing that in the upcoming features thread.
02:53.07AnduinLotharI couldn't for the life of me figure out how to install the gui dependancy for the old wau. it wouldn't compile and didn't have a binary..
02:53.17durcynJaxon: no, it's referenced explicitly in the toc
02:53.22NightHawkTheSaneJaxon: its not anyting special. the addon's .toc just lists "embeds.xml" is all :P
02:53.40*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
02:53.50sylvanaarAnduinLothar you mean .net 2.0?
02:53.52ulicis there a library that will scan specific bag/bank/equipment items and report back a specified stat, say Agility?
02:53.54AnduinLotharno
02:54.03AnduinLothar.net has a binary on mono
02:54.06sylvanaaroh
02:54.09AnduinLothari mean the gui tools
02:54.10CIA-2203funkydude * r41204 10FuBar_BagFu/ (. FuBar_BagFu.toc embeds.xml): FuBar_BagFu: use embeds.xml
02:54.23NightHawkTheSaneisnt mono only equivalent to .NET 1.1 though? (tangent, yes, but meh)(
02:54.24AnduinLotharwhatever the xplatform thing was
02:54.48AnduinLotharw/e
02:54.59AnduinLotharbasic's cool. er Karl...
02:55.00sylvanaarNightHawkTheSane all you do is use the java control panel and say upgrade now
02:55.04JaxonReally, its no different than having WAU parse the *.toc for a list of embeds that could've been surrounded by some commented lines or something?
02:55.05AnduinLotharhe's in my guild, heh
02:55.07ckknightAnduinLothar: Mono WinForms
02:55.21hyperChipmunkNightHawkTheSane: you were having pt3 issues?
02:55.28NightHawkTheSanehyperChipmunk: yes
02:55.37hyperChipmunkcan you try this next commit for me?
02:55.38sylvanaarJaxon except its not in the toc, so you dont have to mess with it
02:55.45ckknightNightHawkTheSane: Mono 1.2 is equivalent to .NET 2.0
02:55.50NightHawkTheSanesylvanaar: meh, i want to a .jnlp link Kaelten posted.. yesterday.. i think.. didn't do a whole lot when i tired that. :P
02:56.01JaxonI guess I just don't see the advantage to having it in a seperate file then, sylvanaar.
02:56.10sylvanaarNightHawkTheSane do what i said first
02:56.11KemayoJaxon: http://code.google.com/p/wowacepy/downloads/list
02:56.21KemayoJaxon: It works on OS X, and it's not Java. :P
02:56.39NightHawkTheSanesylvanaar: my java's at the newest version available to os x.
02:56.42NightHawkTheSanehyperChipmunk: sure
02:56.45*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
02:56.52sylvanaarNightHawkTheSane oh it wont work for os x
02:56.53NightHawkTheSaneckknight: ahh, that's cool. I havn't really kept up with mono. :\
02:57.00CIA-2203hyperactiveChipmunk * r41205 10BulkMail2/BulkMail.lua:
02:57.00CIA-22BulkMail2:
02:57.00CIA-22- Should Load-on-Demand PT3 sets on init now
02:57.05NightHawkTheSanesylvanaar: see, that's bullshit, because java's supposedly cross platform. :)
02:57.12JaxonKemayo: but maybe I want a pretty UI!  I'm capable of writing my own perl/php/python script to handle it, but a lot of the custom stuff on the SVN is designed for use in WAU.
02:57.27hyperChipmunkNightHawkTheSane: give that a try if you could
02:57.30rophyJaxon: check out WowUIUpdater?
02:57.33sylvanaarNightHawkTheSane sorry, it wasnt built with the right bootstrap
02:57.38NightHawkTheSaneThe only good reason to use java is for easy cross platform development
02:57.56sylvanaarNightHawkTheSane KTP is going to rebuild it at some point
02:58.06ckknightthere are other reasons to use Java...
02:58.12KemayoJaxon: It has a GUI. :D
02:58.13JaxonNightHawkTheSane: Java is a lot faster now than it used to be.
02:58.31JaxonKemayo rophy: yeah, I've tried it, it liked to crash.
02:58.46AnduinLotharmeh. someone needs to write a _good_ replacement for swing
02:58.50AnduinLotharthat's embeddable
02:58.52rophycrash? It works great for me.
02:59.15rophyand it's the only one supporting multiple sites afaik?
02:59.25Kemayorophy and I are speaking of different updaters.  I know the one I'm recommending doesn't crash much.
03:00.28hyperChipmunkckknight: did you say you were adding location info to CowTip?
03:00.41ckknightalready did
03:00.47sylvanaarjava will never impress me as a presentation layer
03:00.58sylvanaarit just cant cut it
03:01.22hyperChipmunkgood deal
03:01.35AnduinLothari d like that swing on mac actually uses the mac default gui elements.
03:01.39AnduinLothardo*
03:01.53NightHawkTheSaneJaxon: yeah, I know, its not a terrible language. But, in my opinion, unless cross platform development with a unified code base is desperately important, you can get better results with other languages. *shrug* And i've yet to see any java app for os x that impressed me at all.
03:02.22AnduinLotharAre there any good xplatform python guis kits?
03:02.26NightHawkTheSanecourse, I'm kind of a sucker for cocoa niceties.
03:02.38NeoTronah not looking good for raiding tonight.. three healers are out and we don't really have extras
03:02.44JaxonThe WoWAce mods are the only ones that update often enough that I want to update frequently and WAU is going to be the only one that stays on top of the custom features offered by the WoWAce site.
03:03.06NightHawkTheSaneJaxon: not if you write your own script ;)
03:03.17JaxonNightHawkTheSane: I'm lazy and too busy playing :P
03:03.18sylvanaarthere is always DIY
03:03.31NightHawkTheSaneJaxon: always trade offs. ;)
03:03.44NightHawkTheSanehyperChipmunk: that seems to work, nice. :)
03:04.12hyperChipmunkNightHawkTheSane: >8D
03:04.15JaxonYeah, I might have to, or something.
03:04.21hyperChipmunkckknight: is there a dogtag for the person's target?
03:04.26ckknight[Target]
03:04.33hyperChipmunkthat's crazy
03:04.37ckknightunintuitive, I know
03:04.44ckknight:-P
03:05.11JaxonToo bad there is no wiki page with all the little things that would have "stuff that is probably going to be available in addons on this svn for easy updating/disembedding/other stuff"
03:05.34hyperChipmunkah, it's down in the party/raid/guild section
03:05.37*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:05.42KemayoAnduinLothar: There's a bunch.  wxWindows seems to have a consensus as "probably the best", but Tkinter has the advantage of being bundled with Python.
03:05.58*** join/#wowace copystring__ (n=copystri@p548A1BE8.dip0.t-ipconnect.de)
03:05.58NightHawkTheSaneckknight: is it just me or is your interface for offsetting the tooltip kinda borked? :P
03:06.09AnduinLotharWXW cost money?
03:06.10ckknightjust you
03:06.22ckknightAnduinLothar: don't think so
03:06.23KemayoAnduinLothar: Nope, it's free.
03:06.34ckknightNightHawkTheSane: how is it borked?
03:06.36NightHawkTheSaneckknight: okay, so then explain it to me? as the tooltip position seems to be nothing like where i drag the orange box :P
03:06.42AnduinLothari've heard of both, haven't actually done much with python since i was a freshman
03:06.45ckknightthat's odd
03:06.49ckknightNightHawkTheSane: is it on cursor?
03:06.55NightHawkTheSaneckknight: no
03:06.57hyperChipmunkGuild: <Mynithrosil's Pet>
03:06.58hyperChipmunkhehe
03:07.00ckknightthen I dunno
03:07.04ckknighthyperChipmunk: lol, yea
03:07.10CIA-2203funkydude * r41206 10Cartographer/ (Cartographer.toc embeds.xml): Cartographer: fix embeds.xml
03:07.14ckknightthat's more of a thing of "just deal"
03:07.18hyperChipmunki tried to make a guild like that actually
03:07.33KemayoAnduinLothar: The big difficulty with writing guis in python seems to be the lack of nice, friendly gui builders.  It's far more work to get one set up than, say, .NET.
03:07.47ckknightdid it work?
03:07.51hyperChipmunkalso, the left side doesn't appear if the right side doesn't exist
03:08.02hyperChipmunki have [Name] on left, [Target] on right
03:08.09ckknighthyperChipmunk: right. that was kinda on purpose
03:08.17hyperChipmunkI figure, but there needs to be a way to force a line
03:08.18ckknightso that you could have Guild: [Guild]
03:08.24ckknightprobably...
03:08.27hyperChipmunkyea, i know why it's there
03:08.35hyperChipmunkso you don't have all the fields for everyone
03:08.59hyperChipmunkbut not everyone wants to use it as Label:  Value
03:09.03AnduinLotharjust found http://mac.softpedia.com/get/Development/Java/JDock.shtml
03:09.18hyperChipmunkin fact, you set the precedent yourself by putting Name on the left of line 1
03:10.10hyperChipmunkmaybe if both are non-plaintext, infer force-show
03:10.11KemayoOh, snap.
03:10.37AnduinLotharand... http://www.versiontracker.com/dyn/moreinfo/macosx/20823
03:11.08NightHawkTheSaneAnduinLothar: huh, that looks interesting
03:11.33aen`jesus
03:11.38aen`bulkmaail is so fast now
03:11.39*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:11.39aen`it seems
03:11.42aen`did you beef it up?
03:12.02NightHawkTheSanehe added racing stripes
03:12.10hyperChipmunkintravenous red bull
03:12.22NightHawkTheSaneRacing Stripes are like Ace2, they make everything faster.
03:12.33hyperChipmunkyesterday I did some serious polishing
03:12.54aen`my god
03:13.21hyperChipmunk...and today I fixed all the hang-bugs caused by yesterday's polishing >8P
03:13.44hyperChipmunkit's now pretty much where i want it
03:14.25hyperChipmunkit just took me awhile to get there cuz i sux at coding
03:14.26aen`i like the icon choice too
03:14.38hyperChipmunk=) Mikk made that for me
03:14.49aen`the box wasnt cutting it
03:14.52aen`too drab
03:14.53Lywellynckknight:  I had set myself as AFK when I left my computer, and I was autodisconnected after a time.  When I logged back in, my Player Unit frame listed me as still AFK, and it required two executions of /afk to reset on Pitbull.
03:15.06hyperChipmunkit was never intended to
03:15.07ckknighthrm...
03:15.17ckknightLywellyn: okay, I'll look into it
03:15.55LywellynAnd does anyone know how you can manually lose 10 HP?  I actually have 1347 HP XD
03:16.16hyperChipmunk1 sta
03:18.07Lywellynhmm....might have to look into that with a priest.  lol.
03:18.55*** join/#wowace Health (n=thecooki@c-041ae655.132-1-64736c12.cust.bredbandsbolaget.se)
03:20.59*** join/#wowace Rayden (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:21.11*** join/#wowace Roartindon_ (n=jtlim@ppp121-45-178-126.lns11.adl2.internode.on.net)
03:23.20Arrowmastersylvanaar: somebody just linked http://www.wowwiki.com/Underbog_Colossus ingame and prats urlcopy had the _Colossus in the title of the window but the textbox was missing the _Colossus
03:23.26CIA-2203sylvanaar * r41207 10Prat/ (Prat.toc modules.xml): Prat: add modules.xml indirect reference to Prat_Modules.includes.xml
03:23.46*** join/#wowace KarlThePagan (n=andross@66.225.8.145)
03:24.17syerenAntiarc: Ping
03:24.37AntiarcPong
03:24.56syerenDoes your bag addon have an 'all in one' sorted feature :P?
03:25.04AntiarcWhat do you mean?
03:25.27syerenLet me put up an example.
03:26.12sylvanaarArrowmaster uh are you sure it didnt run out of the visible region
03:26.12*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:26.19syerenAntiarc: http://fabrikate.org/wow/WoWScrnShot_062207_042019.jpg
03:26.39Antiarcsyeren: No, SanityBags doesn't handle things like that
03:26.53syerenOkay :(
03:28.01Arrowmastersylvanaar: im sure because it didnt copy the _Colossus at all
03:28.22Arrowmasteri went to paste it and was like wtf
03:29.12sylvanaarbut it went in the title?
03:29.27twinighthm
03:29.40twinightany alternatives to cooldown timers?
03:29.49JaxonI've been using Hourglass
03:29.53JaxonIts like an oCD ripoff.
03:30.05twinightcdt seems to have fallen into desrepair a little
03:30.07twinightnod
03:30.15sylvanaarArrowmaster that make no sense
03:31.03Arrowmasteri just clicked it again
03:31.25Arrowmasterthe clicky link has the _Colossus at the end but the text box to copy from doesnt
03:31.47sylvanaarturn on debug
03:32.02sylvanaarenable subsystem "split"
03:32.30sylvanaarand subsystem result
03:32.36sylvanaarand subsystem match
03:32.45sylvanaarcopychat all teh spam
03:32.54sylvanaarand pastey
03:33.47sylvanaarit just needs to display on the chatframe you dont need to click it
03:34.01Arrowmasterthat made no sense
03:34.16sylvanaarenable debug
03:34.27sylvanaarfind the debug subsystem menu
03:34.30*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
03:34.50Arrowmasterno match subsystem
03:34.50sylvanaarenabme split, match, result
03:34.56sylvanaarpattern
03:35.10Arrowmasterall the spam in chat now?
03:35.15sylvanaarthen get that link to appear on the chatframe
03:35.28sylvanaarthen copychat all the spam
03:36.29Arrowmastersec its fucking spammy
03:36.33Arrowmastersomebodys making pots
03:36.35NeoTronSo what is Quartz => Global Cooldown for?
03:36.39sylvanaaroh god
03:36.51NightHawkTheSaneNeoTron: .... for showing you the gcd? :P
03:36.53syerentwinight, coolDown is the best Cool Down display addon ever :p
03:36.59syerenIt's just a shame that no one will develop it :(
03:37.07Arrowmasterfucking people wont stop
03:37.08NeoTronI read the wiki
03:37.09syerenI believe it has messy code though :(
03:37.15sylvanaarlol
03:37.21NeoTronso what spells to I need to pick? any spell?
03:37.33syerenAn instant cast NeoTron.
03:37.36Arrowmasterits too much spam for copychat
03:37.36syerenOh wait.
03:37.39NightHawkTheSaneNeoTron: any spell will work, ideally one that will never have a CD
03:37.41syerenI use a 1.5 second cast ;p
03:37.47sylvanaaryou can do it in a separate chatframe
03:37.48CIA-2203helium * r41208 10Aloft/CoreModules/ (ClassificationData.lua RaceData.lua):
03:37.48CIA-22Aloft:
03:37.48CIA-22- zhTW localization updated
03:37.54twinightsyeren, heh
03:37.58NightHawkTheSaneNeoTron: if you have a tracking skill, that works very well
03:38.05syerenIf you want a link to coolDown, I'll get one :p
03:38.11syerenI can give you a screen if you want :p
03:38.15JaxonWasn't someone working on a cooldown mod that showed abilities that AREN'T in cooldown as opposed to ones that are.
03:38.25NightHawkTheSaneNeoTron: There's two slots there, in case you have to use a spell from a silencable school
03:38.33Arrowmastersylvanaar: no just the debugg stuff from me saying that caused to much spam for copychat
03:38.38syerenJaxon, that would be a pain in the ass for some classes though ;p
03:38.41Arrowmasterill try it later about to pull hydross
03:39.12sylvanaaruse the history module to set the history in chatframe1 to max
03:39.27Arrowmasterlike i said cant right now about to pull hydross
03:39.29NeoTronI see
03:39.31*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
03:39.44NeoTronso another question - how do I get the castbar to.. go away when I'm done casting? :P
03:40.15NightHawkTheSaneNeoTron: er, it should already? if it's not locked it might not
03:40.51*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:41.04NeoTronheh yeah you're right, I'm stupid :P
03:41.11syerentwinight: http://fabrikate.org/wow/WoWScrnShot_062207_043434.jpg
03:41.16syerencoolDown is on the left :p
03:42.37Roartindon_Jaxon: You mean for raid cooldowns? such as brezzes/etc?
03:42.48*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:42.56JaxonRoartindon_: no, I mean, you choose abilities you want to show up in the list and it displays those when they are ready.
03:43.02JaxonUseful for spammy cooldowns.
03:43.50sylvanaarArrowmaster i just tried it - it works for me
03:44.27hyperChipmunkkergoth: /stab
03:45.14*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:45.56hyperChipmunkyou possess the last known bug
03:46.09hyperChipmunki must know if it fixed
03:47.15Funkeh`ckknight: how does one turn off unit frame tooltips with owtip
03:47.26KarlThePaganAntiarc, hey I have a report about VE healing and talents
03:47.34Antiarcoh?
03:47.42AntiarcI've been trying to test that
03:47.52KarlThePaganI'm currently thinking that shadow affinity does apply
03:47.57ckknightFunkeh`: um, they don't. In PitBull, you can turn em off in combat.
03:47.59KarlThePaganlook up "Seinnub" in the armory
03:48.06ckknightFunkeh`: I recommend adding it onto the wishlist, though
03:48.21Funkeh`ckknight: the critical list ;)
03:48.29Arrowmastersylvanaar: hmm just worked for me too, maybe the guy that linked it did something weird
03:48.42Funkeh`ckknight: tell me when ya add it, gonna sue tinytip till then, but overall looks nice
03:48.47Funkeh`use*
03:48.51sylvanaarhis scaling may have been different
03:48.51KarlThePaganwell hmm. this is odd... she's transmitting huge huge threat spikes
03:49.04ckknightFunkeh`: add it to the wish list and it'll get done much faster ;-)
03:49.10Funkeh`bleh
03:49.12KarlThePaganrunning 40715
03:49.20syerenckknight, you can use DogTag to bring up location :)?
03:49.31ckknightsyeren: [Zone] tag added today
03:50.13*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:50.49syerenI have the most recent CowTip, but it isn't on by Default, do I have to add it :)?
03:50.53KarlThePaganAntiarc, not sure if it's a reporting bug or if it's actually what threat thinks her healing threat is, but she's affinity no resolve and isn't pulling aggro when it says she is
03:51.15AntiarcKarlThePagan: That's probably related to another bug I'm working on
03:51.21KarlThePaganok then
03:51.39*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:51.41KarlThePagani'm the only one in my raid up to the latest version
03:51.48Roartindon_Antiarc: Had an interesting threat result on illhooff lats night too... the warlock (seeding like crazy), was supposedly double the tank's threat on Illhoof, which he clearly wasn't.
03:52.34AntiarcRoartindon_: Also related to the issue I'm working on
03:52.52Roartindon_Antiarc: Okay, great.
03:52.57twinightsyeren -- sorry, was fighting, that is nice
03:54.07*** join/#wowace Rayden (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:54.23sylvanaarim going to write a pitbull module since its the fad
03:54.56Eejman
03:55.04Eejdoes anyone know how to fix ArenaMaster from being stupid
03:55.10syerentwinlight, you will want the version on the file server from February.
03:55.13EejI just get this big annoying empty window in the middle of my screen
03:55.19twinighti must be having clueless day -- what on earth is "tench" in elkbuffbars
03:55.19twinightk
03:55.24syerenThe latest version is bugged and seems as no one develops or maintains the addon :(
03:55.27syerenIt's kind of sucks :/
03:55.33durcyntench = temporary enchant
03:55.37twinightoh snap
03:55.51Funkeh`ckknight: santa recieved hes list succesfully
03:55.55twinightie: windfury etc?
03:56.05*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:56.09durcynpoisons, oils, wf.
03:56.16twinightah-ha
03:56.36twinightno wonder, being a druid and all i never pay attention to windfury.  i just cry.  quietly.
03:58.55*** join/#wowace Rayden (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
03:59.53*** join/#wowace Lywellyn|Away (i=Josh@oh-67-76-240-121.dyn.embarqhsd.net)
04:03.05syerenckknight, is debuff filtering too much data to list?
04:03.30syeren(I noticed you did it for buffs.)
04:03.59AntiarcThink I just knocked out a host of bugs.
04:05.39Arrowmasterwoot hydross down
04:05.40*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
04:05.46Arrowmaster2nd pull
04:07.47AxodiousAntiarc, did you get my message?
04:07.56AntiarcAxodious: No, I didn't
04:08.46Axodiousdo you not recieve private messages?
04:08.53CIA-2203cryect * r41209 10Recount/ (GUI_Graph.lua GUI_Main.lua):
04:08.53CIA-22Recount - Graph Window in Comparison mode now uses shades of class colors for coloring instead of random colors (up to 8 of a class then it starts using random colors)
04:08.53CIA-22-Graph Window now supports more than 10 entries
04:08.53CIA-22-Fixed the gridline spacing for stacked mode (was using the max value of the smallest dataset instead of largest which could create errors)
04:09.41CryectAxodious: you need to be registered
04:09.53Axodiousah yeah i forgot about that
04:09.53Axodiousheh
04:09.54Cryectand identify then with nickserv to send PM's
04:12.28*** join/#wowace abug (n=ABUGABUG@c-71-59-82-173.hsd1.pa.comcast.net)
04:15.06*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
04:19.06*** join/#wowace Rayden (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
04:21.00Birdemaniso arena master is spamming a thousand or so errors during arenas. the error is attempt to index field ? in line 464
04:21.03AntiarcHey Threat-user devs:
04:21.08AntiarcI'm about to break Threat_ThreatUpdated
04:21.13Antiarceff why eye
04:22.04*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
04:22.54NightHawkTheSaneAntiarc: zomg you broke omen and wiped my raid!!!
04:23.07Funkeh`Antiarc: why would you do that
04:23.20AntiarcFunkeh`: Because the current implementation has problems
04:23.33Funkeh`oh?
04:23.59AntiarcBasically, it sends threat values for target and global threat
04:24.08AntiarcMeaning that unless the mod tracks and combines them, weird stuff happens
04:25.00Funkeh`ok moff
04:25.02Funkeh`later
04:25.58kergothman i hate the marshfang slicer quest in zangarmarsh. shitty drop rate
04:26.16WobworkLines of Communication?
04:26.24NightHawkTheSanekergoth: yeah ><
04:26.36WobworkNah, the worst is the mushroom sample one
04:27.14NightHawkTheSanemushroom sample? from the ogres? thats pretty easy I thought
04:27.35Wobworkdroprate was pretty horrific for me
04:27.47Wobworkwhere you get the samples from the corpses
04:27.49Wobworknot the boxes
04:27.52NightHawkTheSane*shrug* luck :P
04:28.05NightHawkTheSaneWobwork: yeah i know which you mean
04:32.06*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
04:32.39CIA-2203toadkiller * r41210 10AutoBar/ (AutoBarCategory.lua AutoBarSearch.lua ChangeList.lua):
04:32.39CIA-22AutoBar:
04:32.39CIA-22-- Consumable.Recovery.Stone.Other : 11951:800 Whipper Root
04:32.39CIA-22-- Consumable.Recovery.Stone.Warlock
04:32.39CIA-22-- Consumable.Buff.Water Breathing : 24421:30
04:32.40CIA-22-- Fix AutoBarSearch:CanCastSpell
04:36.38*** join/#wowace Athou (n=ask@217.185-65-87.adsl-dyn.isp.belgacom.be)
04:38.33*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
04:39.48*** join/#wowace Rayden (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
04:41.59*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
04:42.35*** join/#wowace aen1 (n=aen@cpe-65-25-19-175.neo.res.rr.com)
04:42.38aen1i keep getting this prat error
04:43.02aen1prat.lua:655: attempt to call method 'SetDebugging' (nil value)
04:43.38hyperChipmunkkergoth: don't make me beat you
04:48.41*** join/#wowace Rayden (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
04:50.34aen1anyone??
04:52.02CIA-2203antiarc * r41211 10Threat-1.0/Threat-1.0/ (Threat-1.0.lua ThreatLogger.lua):
04:52.02CIA-22Threat-1.0: Fixed an issue that let KTM threat numbers compete with Omen's
04:52.02CIA-22threat numbers. Completely re-arranged the publish mechanism to actually publish
04:52.02CIA-22global threat, rather than threat as a component of target threat. BACKWARDS
04:52.02CIA-22INCOMPATIBLE CHANGE: Threat_ThreatUpdated no longer gives a threat value as its
04:52.05CIA-22fourth parameter. Use Threat:GetThreat(source, target) if the third parameter
04:52.07CIA-22(target) is one you're interested in.
04:52.53CIA-2203antiarc * r41212 10Omen/ (Omen.lua OmenThreatBar.lua): Omen: Updates to Omen to take advantage of the ThreatLib changes. Should be far less buggy now!
04:53.57CIA-2203antiarc * r41213 10Threat-1.0/Threat-1.0/Threat-1.0.lua: Threat-1.0: Updated last backwards compatible revision due to publish changes.
04:54.04ThraeAntiarc: Why are you calling it Threat-1.0 if you're making breakable changes like that? Wouldn't it be more fair to just call it "Threat" or "Threat-Beta", with the major as "Threat-Beta"?
04:54.23AntiarcThrae: So that people don't have to go rearrange their code when it's done? :)
04:54.49ThraeAntiarc: If they're using a library that hasn't been released yet, their own addon shouldn't be released.
04:54.59ThraeWhich means they should be maintaining it...
04:55.01Antiarc*shrug* that's up to the author
04:55.10hyperChipmunkit's an optional feature in most, disabled by default
04:55.39hyperChipmunkand yea, not really Antiarc's responsibility
04:55.41durcynyeah, it's almost like you yanked a popular addon from the public svn then posted up an incomplete replacement.
04:55.47aen1whos the prat author?
04:55.54hyperChipmunkdurcyn: i wasn't gonna go there
04:56.05AntiarcEh. I'll maintain backwards compat with a deprication warning.
04:56.17hyperChipmunkor rather, I couldn't think of a biting enough way to say it
04:56.19kergothmaking backwards incompatible changes to something called "1.0" without changing hte major is bad policy.  better off calling it 0.0 or beta if thats the case
04:56.38ThraeAntiarc: You're an author, and I'm saying you should just use a sane versioning system until its stable...
04:56.51hyperChipmunkknow what else is bad policy? not telling me if that last bulkmail fix took care of your autosend rules problem
04:57.07hyperChipmunk/rude kergoth
04:57.08kergothhavent tested, since i sent that gem to the guy that itd be autosent to, manually
04:57.09kergothheh
04:57.10ThraeYou're hurting the authors more then helping them, by increasing their expectations of stability and API freeze.
04:58.11Thraedurcyn: You seem bitter.
04:58.45ThraeI listened to my users, the ones here, and put the old version of TinyTip back on Wowace SVN myself. I don't see what else I can do for you.
04:59.44NightHawkTheSaneThrae: you can personally come to his house and code him up the tinytip that he wants, that's what you can do. CHOP CHOP. ;P
04:59.46*** join/#wowace Sole (n=chatzill@203.109.161.194)
05:00.10hyperChipmunkckk already took care of that
05:00.45ThraehyperChipmunk: Eh, I'm not going there.
05:01.46ckknightkergoth: though you're probably right, it's been pretty publicly known that Threat-1.0 was due to have breakages
05:02.24hyperChipmunkyea, everyone pretty much knows Threat-1.0 is beta/unstable
05:02.27CIA-2203antiarc * r41214 10Threat-1.0/Threat-1.0/Threat-1.0.lua: Threat-1.0: Reverted backwards incompatible change with Threat_ThreatUpdated. Please move away from using the threat value from the event, as passing this incurs additional overhead that I'd like to move away from.
05:02.43AntiarcEveryone that's used it knows it's still subject to change
05:02.54AntiarcBut I'll accomodate it to give people time to update their code.
05:03.04*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
05:03.16Roartindon_Antiarc: Hmm.. possible to create a thread specifically for Threat-1.0 API changes?
05:03.22Roartindon_Antiarc: On the developer ace2 forum or something?
05:03.35AntiarcProbably a good idea. I don't see it changing a whole lot more, but I needed to make this change to fix a number of bugs.
05:03.45AntiarcOn the upside, there should be notably fewer bugs in party situations now.
05:03.54aen1can anyone help me with this error?prat.lua:655: attempt to call method 'SetDebugging' (nil value)
05:03.56ckknightcool
05:04.59ThraeWell, consider the coder new to Ace, even new to addons, but not necessarily new to programming. He wants to make a nice little addon with Threat-1.0, then thinks he's doing something wrong when he encounters problems. It's like the old design addage -- write code that explains itself. At least in my opinion.
05:05.08ThraeThen what do I know, I'm renaming "PerfectTargets" to "Dradis".
05:05.21sylvanaaraen1 you dont have acedebug installed aparently
05:05.38hyperChipmunkstop calling it!
05:05.38hyperChipmunkyou want to talk to sylvanaar about prat errors
05:05.45AntiarcEh. Threat is very, very publically not API-frozen.
05:05.56AntiarcThe name may be a bit of a misnomer, arguably.
05:06.02AntiarcBut I've never pretended it's stable yet ;)
05:06.09sylvanaarwtf is that the first place the error happens
05:06.11SoleI ate a sammich with salami, cheese and mustard today. It was manly.
05:06.16Solethought Id share
05:06.25hyperChipmunkdude that's hard-core
05:06.46CIA-2203roartindon * r41215 10Assessment/Modules/Threat.lua:
05:06.46CIA-22Assessment
05:06.46CIA-22- Threat: Now uses 3 parameters, and fetches threat from Threat:GetThreat(...). Drycoded.
05:06.48Soleyeah I know
05:06.50ckknighttotally hard-core, man
05:07.23sylvanaaraen1 you dont have your libs installed i guess
05:07.31aen`why would i need acedebug if i have it disabled?
05:07.33ThraeAntiarc: That's not what I'm saying...I'm just trying to put the needs of the developer first. Anyway, if everyone knows Threat-1.0 is unstable, then you could change the major version and everyone would know about the major version change ;)
05:07.35aen`im using embedded
05:07.59sylvanaaraen` aparently not
05:07.59AntiarcThrae: I understand what you're saying, certainly
05:08.06CIA-2203roartindon * r41216 10Aloft/Modules/ThreatData.lua:
05:08.06CIA-22Aloft
05:08.07CIA-22- Updated ThreatUpdated handler to use 3 parameters, and fetch threat value with Threat:GetThreat(..). Drycoded
05:08.37ThraeAntiarc: If everyone uses plastic instead of paper, and those that use paper burn it afterwards, we have a sad planet.
05:08.42AntiarcI've been keeping tabs on who is using Threat, though, and the list is still short enough to get away with it, for the moment.
05:08.46Roartindon_Thrae: As an author that uses Threat-1.0, I am completely under the expectation of changes. And am happy to adjust to them.
05:09.07Roartindon_Thrae: I realise that it's not a good situation to have for an 'established' library.. but Threat-1.0 is still clearly under development
05:09.42hyperChipmunkkergoth: can you give me a screenshot of your autosend list or tell me how you have it set?
05:09.51ThraeAntiarc: Which is -exactly- why you're in a -perfect- position to change the major version to something sane. You can be a role model for all those who build libraries after you.
05:09.56hyperChipmunki really want to get this confirmed as fixed
05:10.15ThraeIt's not about removing confusion -now-, it's about preventing confusion -in the future-.
05:10.22AntiarcI'm not sure I follow, TBH
05:10.38AntiarcYou're saying that I should set an example by not changing my API contract in development?
05:10.45AntiarcThat's not what I meant. Hm.
05:10.49ThraeIf no one cared about confusion in the future, we could all write code in Thottbot-ease on one line, and have a working addon, but one that's unmaintainable.
05:10.53Wobworkno that you should change the version on api change?
05:11.27AntiarcI guess I could upgrade to Threat-1.1 or whatever, but Threat-1.0 is broken. There's no reason to continue using it if I move to 1.1 for this change.
05:11.37ThraeAntiarc: No, I'm just saying use a major version that represents the stage of development the library is in. If it's beta, then it's Threat-Beta, or Threat-0.1, or Threat-1.0-Beta, or Threat-1.0b.
05:11.49AntiarcYou either use a broken 1.0 thinking it works, or you Threat-1.0 breaks its interface in order to wor
05:11.59*** join/#wowace Azurewrath (i=Azurewra@i577BD311.versanet.de)
05:12.02AntiarcI can understand the beta argument, certainly.
05:12.03Wobwork=(
05:12.04ThraeAntiarc: You don't have to name the files and directories the same as your major version, just the same as your library's name.
05:12.08WobworkFisker kisses everyone
05:12.16Fisker-OH NOES
05:12.20Fisker-thought you weren't here
05:12.27Fisker-You tricked me!
05:12.31WobworkTwo timer =(
05:13.57AntiarcThrae: A major consideration for Threat is that it'd need a new comm prefix on version change
05:14.00ThraeConsider yourself a great code warrior -- Conan the Librarian.
05:14.15AntiarcSince two versions trying to use the same comm channel is a bad idea, obviously.
05:14.47ThraeAntiarc: True, but if anyone is using an addon with your beta version, when there's a release version, they need to update anyway.
05:15.08Roartindon_Thrae: But it's not necessarily true that addons that use Threat-1.0 will need modifications
05:15.12kergothhyperChipmunk, k, will do
05:15.26kergothhyperChipmunk, also, minor bug. mouse over an item in the bm2inbox list, hit escape to close mailbox, the tooltip is still visible
05:15.43Roartindon_Thrae: ie. if there's a fix with threat values for whatever, all the addons that use the library will get the fixes, without having to change a single line of code.
05:15.47hyperChipmunkwhat happens when you mouse over something else?
05:16.33*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
05:16.43kergoththen it goes away, it isnt permanent, just stick floating there until you mouse over something else
05:16.48kergothas i said, minor
05:16.55ThraeRoartindon_: But as Antiarc said, his library is unstable. His API can't be frozen right now. You're talking about minor version changes, which is fine. But he just made a major version change, one to the API. It's about the sane design of a framework.
05:16.56aen`scl needs a rewrite so bad
05:17.33hyperChipmunkyea, i don't really know anything about tooltips >8P
05:17.53hyperChipmunknot that that sort of thing has ever stopped me before.
05:17.54kergothprobably just need to GameTooltip:Hide() when the mailbox closes or something.  i dunno
05:17.57kergothhehe
05:18.24hyperChipmunki gots a flame spessarite to test with =)
05:18.38ThraehyperChipmunk: Do you use your own tooltip, or the GameTooltip?
05:19.14Roartindon_Thrae: So by that argument, if he changes Threat-0.1's API, it should become Threat-0.2.. or Threat-0.1-SomeDistinguishingTag.... or, it could all be Threat-1.0, with some clear specification on the wiki page/.toc that the API is stil subject to change?
05:19.59ThraeRoartindon_: No. It would just be Threat-1.0b or Threat-1.0-Beta, etc. designation until release. Then it's Threat-1.0, to designate the release.
05:20.39*** join/#wowace xystic (i=auto@c210-49-9-122.carlnfd3.nsw.optusnet.com.au)
05:22.28WobworkPerhaps for conventional naming schemes, but I think there is plenty of indication here and now of the stability of the library
05:22.36kergothhyperChipmunk, http://gallery.kergoth.com/v/wow/bm2-1.jpg.html
05:22.52WobworkSo perhaps not the best library to make an 'example' of for naming conventions
05:22.54kergoth"stability" in the case of a library includes api stability.
05:23.06Wobworkwell, 'stability' or lack thereof
05:23.12hyperChipmunkthanks
05:23.41Wobworkin that there's plenty of notification of the instability of the build in the api
05:23.42hyperChipmunk=)
05:24.10Roartindon_Thrae: Hmm.. I understand what you're saying; I guess the difference is I've never considered wowace or the svn a 'release' site...
05:24.22WobworkUnfortunately, too many people do =P
05:24.36WobworkThen again, they can't complain if stuff breaks
05:24.39ThraeAntiarc: This might be confusing for you and Roartindon_ because the staple of this SVN, Ace, is in a perpetual state of development. One day AceFoo-2.1 will appear, which may or may not be a beta library intended to replace the 2.0 version (such as AceLocale-2.0 vs AceLocale-2.1). The way Ace seems to do it is when there are major API changes, usually it gets upped one point, even though it's in this perpetual state.
05:25.03hyperChipmunkso it's the gems-but-not-cut-gems thing that you think is where that happened?
05:25.04Roartindon_I've always had this mental image that curse, or wowi, or whatever is the case may be
05:25.06*** join/#wowace Rayden (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
05:25.13WobworkRoartindon_: That's correct
05:25.21*** join/#wowace Kinkx (i=bleh@221.84-48-78.nextgentel.com)
05:25.28WobworkBut so many people have started using WAU and similar to keep their addons 'up to date'
05:25.29ThraeRoartindon_: True, but the SVN is still perfect for making -minor- revisions (bug fixes, etc.), which would be -minor- version changes.
05:26.00WobworkGenerally by using the svn keyword as the revision number
05:26.05Wobwork(minor revision number)
05:26.44Kinkxsylvanaar - hmm.. I can't toggle Prat to be visible on Fubar anymore, and whenever I reload my UI, editbox arrowkeys get turned on, even though it says they're turned it off :[
05:27.14NightHawkTheSaneWell, it doesn't help that a number of authors are content to let their addons sit in the SVN repo without "releasing" them.
05:27.39ThraeRoartindon_: Just because you made a minor revision, doesn't mean it does what you expect it to. So the 1.0 tag may be Threat-1.0-rev 4137463, where 4137565 is broken because Antiarc dropped a tea bag on his keyboard and accidentially commited broken code.
05:28.10ThraeLast time I dropped a tea bag, I coded VitalWatch =/
05:28.29hyperChipmunkKinkx: do you use Ace2 as a standalone addon?
05:28.46hyperChipmunkor did and recently disabled it?
05:30.27*** join/#wowace Athou_ (n=ask@66.193-65-87.adsl-dyn.isp.belgacom.be)
05:30.46KinkxI do, and I didn't
05:31.01KinkxI have Ace2 standalone, but I keep it enabled all the time
05:31.02hyperChipmunkhm
05:31.05hyperChipmunkk
05:31.24hyperChipmunkwhat happens when you /ace load Prat
05:32.02KinkxAce2: Prat is now loaded.
05:32.15KinkxIt was already loaded though, but not visible to Fubar
05:32.17*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
05:32.37CIA-2203next96 * r41217 10AllPlayed/AllPlayed-koKR.lua:
05:32.37CIA-22AllPlayed:
05:32.38CIA-22- Update locale koKR
05:33.11Kinkxand some settings don't seem to be very reliable, not being enforced or whatever ;p
05:34.10aen`classtimer needs an icon
05:34.47hyperChipmunkkergoth: reproduced, thanks =)
05:36.59*** join/#wowace nuoHep (n=nuoHep@outer.test.e-larek.ru)
05:37.14kergothnp :) thanks for looking into it
05:37.32harldephinis HealComm an official Ace2 library ?
05:37.47ckknightno
05:37.55ckknightonly libraries that start with Ace are official
05:38.04ckknightwhatever that means
05:38.37xysticis there an official library called "Ventura" ?
05:39.50ckknightnever heard of it
05:39.57ckknightoh
05:40.09ckknightyou're a dick
05:40.36xysticThat was intended as a joke, not to slight anyone. :)
05:41.03hyperChipmunkrofl
05:41.28*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
05:42.22harldephinright.
05:44.01*** join/#wowace Adirelle (n=gperreal@tok69-5-82-235-150-60.fbx.proxad.net)
05:44.57*** join/#wowace MoX|Padwa_work_ (n=abrakada@mail.emural.ru)
05:45.30hyperChipmunkkergoth: the reason is that TradeSkill.Gems.Cut contains all the gems that can be cut
05:45.44hyperChipmunknot cut gems
05:47.39hyperChipmunkkergoth: http://69.14.77.214/gemcut.png
05:48.01*** join/#wowace Lysithea (i=o@c-6b4ee455.017-172-73746f34.cust.bredbandsbolaget.se)
05:48.05kergothahhh.. guess i didnt see that when id id the pt3browser search for the gem
05:48.39kergoththat simplifies things, i'll just autosend tradeskill.gems.cut then
05:48.40kergothow
05:48.41kergoththanks
05:48.42kergoth:P
05:49.20hyperChipmunkhowever
05:49.55hyperChipmunki think that the solution I tried did fix another potential bug
05:50.05hyperChipmunkso that's handy
05:50.11hyperChipmunkand also...
05:50.54CIA-2203hyperactiveChipmunk * r41218 10BulkMail2Inbox/BulkMailInbox.lua:
05:50.54CIA-22BulkMail2Inbox:
05:50.54CIA-22- sticky GameTooltip on mailbox close fixed
05:52.57ckknightI need to come up with a new name for my pally
05:53.01ckknightgonna transfer
05:53.05ckknightand the name's taken
05:53.40ckknightapparently Chloris isn't taken
05:53.45ckknightbut if you add two more letters
05:53.48ckknight...
05:53.49CIA-2203hyperactiveChipmunk * r41219 10BulkMail2/BulkMail.lua:
05:53.49CIA-22BulkMail2:
05:53.49CIA-22- conditionals for ItemInSet functions only evaluate when it is strictly == true
05:53.49*** join/#wowace vhaarr (n=folk@9.84-234-132.customer.lyse.net)
05:53.49*** mode/#wowace [+o vhaarr] by ChanServ
05:53.59ckknighthey vhaarr
05:54.04vhaarrmorning
05:55.04hyperChipmunkmorning stupidface
05:55.49vhaarrhaha funkeh did like 30 "use embeds.xml" commits
05:56.05hyperChipmunkyea
05:56.30hyperChipmunkjerk didn't do any of mine either
05:56.30ckknightvhaarr: I know, and without express written permission of the authors!
05:56.34ckknightit's a travesty!
05:56.39vhaarrlol
05:57.08*** join/#wowace Cartas (n=Cartas@host86-133-202-32.range86-133.btcentralplus.com)
05:57.36vhaarrckknight: how customizable is the background of a secure group?
05:57.48ckknightfully
05:57.53vhaarrsweet
05:58.19ckknightas long as it's a non-clickable frame and all, you'll be fine
05:58.24vhaarrright
05:59.43Arrowmasteri wonder how much faster my load times will be now that i added del /S embeds.xml to then end of my svn update script
05:59.53*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
05:59.59durcynArrowmaster: not much.
06:00.22Arrowmasteroh well, atleast its less spam in framexml.log
06:00.32hyperChipmunkgosh, i'm so happy about bulkmail/bulkmailinbox finally in a state that feels like it's actually polished
06:00.43hyperChipmunki've never gotten an addon to that point before >8)
06:01.22hyperChipmunkseems like there should be babes, or champagne, or babes with champagne...or something
06:01.23vhaarrI feel like it needs TONS of work
06:01.39hyperChipmunkgo jump off a cliff
06:01.44vhaarr:P
06:02.05hyperChipmunkhave you tried it today?
06:02.18Arrowmasteri agree with vhaarr, needs MOAR BLOAT
06:02.19hyperChipmunkit's like, beauty
06:02.25vhaarrno, not today
06:02.27vhaarrwill soon
06:02.42durcyni squinted at the name earlier.
06:02.46durcynit's too long.
06:02.50*** join/#wowace rpowers (n=rpowers@c-24-91-250-118.hsd1.ma.comcast.net)
06:03.07durcyntotally fails to roll off the tongue.
06:03.17vhaarrhaha
06:03.40hyperChipmunkI even put up a wiki page for BMI now too
06:03.49hyperChipmunkno purdy pics yet
06:04.12hyperChipmunkin fact, i'll do that right now
06:05.57*** join/#wowace Adirelle (n=gperreal@tok69-5-82-235-150-60.fbx.proxad.net)
06:06.02vhaarrwtf
06:06.10vhaarrread through the code and I only have 1 comment
06:06.18hyperChipmunkugh
06:06.24hyperChipmunkthat might not have been a good idea
06:06.32*** join/#wowace MoonWolf (n=MoonWolf@89.98.118.158)
06:06.32*** mode/#wowace [+o MoonWolf] by ChanServ
06:06.37hyperChipmunkhope you at least wore a helmet
06:06.41vhaarrhC: in fillAutoSendEditTablet, you seem to create lots of functions
06:06.54hyperChipmunk'seem'?
06:07.03AdirelleKaelten: wasn't something wrong with files.wowace.com content a few hour ago ? I had weird errors I could solve by checking out files directly from SVN ?
06:07.06hyperChipmunkoh
06:07.09hyperChipmunknot my function!
06:07.15hyperChipmunksee, it says kemayo
06:07.20vhaarrthat nub
06:07.35vhaarrwell anyway
06:07.40CIA-2203syntoad * r41220 10SynCamera/ (SynCamera.lua SynCamera.toc):
06:07.40CIA-22SynCamera
06:07.40CIA-22- Updated Toc
06:07.40CIA-22- Fixed the header being blank in the binding list.
06:07.43hyperChipmunkyea, what a jerk!
06:07.48hyperChipmunklemme look at it
06:08.06hyperChipmunkoh wait
06:08.11hyperChipmunkno, that one's mine
06:08.43hyperChipmunkwhat do you mean by it?
06:08.49vhaarrI mean that instead of doing
06:09.02*** join/#wowace seXemplar (n=exem@203-206-82-231.dyn.iinet.net.au)
06:09.06vhaarr'func', function(dest) ... end, 'arg1', dest, ...
06:09.08vhaarryou do
06:09.17vhaarrlocal function wtfLol(dest) ... end
06:09.27vhaarr'func', wtfLol, 'arg1', dest
06:09.43vhaarrso that you don't create 1 function per item/line/category/etc
06:10.05hyperChipmunkline?
06:10.06vhaarr:AddLine
06:10.16Xuerian"SynCamera" .. Reminds me of Synthetic Reality.. WoS XD
06:10.56*** join/#wowace Kody (n=kody@adsl-71-141-106-186.dsl.snfc21.pacbell.net)
06:12.07*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
06:12.18hyperChipmunki don't see where you're talking about =\
06:13.06vhaarrhyperChipmunk: I'll patch it
06:14.30hyperChipmunkthanks; appreciate any help you can give me
06:14.31kergothhyperChipmunk, each function() end creates a new closure.  he's suggesting creating one closure as a local outside the function and referencing that, so only one is created, instead of one per call.
06:15.24hyperChipmunkYou sense that behind that hollow gaze is an equally hollow mind.
06:17.22PrimerIs it possible to initialize a variable for use in a macro? If so, how?
06:17.29kergoththink of it like making one table instead of one table every time you call the function.
06:17.35CIA-2203adirelle * r41221 10SpellEventsLib/ (. SpellEventsLib.toc embeds.xml libs/): SpellEventsLib: fixed externals, .toc and added embeds.xml.
06:17.38PrimerI mean, with just using macros as well, nothing "complicated"
06:18.17kergoth"initialize"?
06:18.31Primer/script i = i + 1; ....
06:18.35kergoth?
06:18.41kergoth<PROTECTED>
06:18.43kergothta da.
06:18.55Primeryeah, but I don't want it to be 0 every time
06:18.56CIA-2203adirelle * r41222 10SpellEventsLib/libs/:
06:18.56CIA-22SpellEventsLib:
06:18.56CIA-22- fixed a typo in externals,
06:18.56CIA-22- bump to 20100.
06:18.59kergothunless you precede that i with 'local', its global
06:19.00kergothwhat?
06:19.06kergoth<PROTECTED>
06:19.11Primerif (i == nil) then i = 0 end
06:19.12Primer?
06:19.14kergoth<PROTECTED>
06:19.16kergothi is now 2
06:19.36Primeryes, but when the macro repeats, i is set (once I set it a first time)
06:19.51Primerhere's my script
06:20.03Primer/script i = i + 1; if (i > 4) then i = 1; end FCF_SelectDockFrame (getglobal ("ChatFrame"..i));
06:20.23kergothfirst of all, you shouldnt be polluting the global namespace with 'i'
06:20.28AdirellePrimer: try: i = (i or 0) + 1
06:21.06Primerok, so name it something more appropriate and do what Adirelle wrote
06:21.54*** join/#wowace liquiem (i=liquiem@p548B9802.dip0.t-ipconnect.de)
06:22.21Primerit would be ideal if I could simply get the existing index instead
06:22.53Primerand also make it detect if that index is in fact a tab frame, and recursively skip until one that's valid is encounteted
06:22.53Adirellegtg earn my next meal, cya
06:22.58Primerencountered, even
06:27.32CIA-2203rabbit * r41223 10BulkMail2/BulkMail.lua: BulkMail2: Reuse some functions.
06:28.23hyperChipmunk<3
06:29.23hyperChipmunkthanks a bunch; I'll study the diff and learn from it
06:29.24vhaarrhC: there's more
06:29.32vhaarrI left them for you to fix
06:29.36hyperChipmunk>8P
06:29.43vhaarrin updateDynamicARDTables
06:29.46hyperChipmunkI can take itfrom here
06:29.49vhaarrcreateStaticARDTables
06:29.52rubikis there an addon that lets you inspect people and still view their items after they go out of range?
06:29.55vhaarrShowSendQueueGUI
06:30.06hyperChipmunkD8<
06:30.17rubikVoyeur stopped working in that regard with 2.1 i think
06:30.38kergothvoyeur works if it isnt LoD iirc
06:31.06rubiksorry, i mean.. voyeur still works for inspecting folks.. but once they go out of range, the frame stays up but tooltips are all gone
06:31.27rubiki.e. rendering it mostly useless
06:31.32liquiemherm, archimonde fear warning doesnt fit, the cd is way to long
06:32.05liquiemhttp://www.wowhead.com/?spell=31970 that's the right one
06:34.02hyperChipmunkohhhhh
06:34.07ckknightwow, I'm surprised nobody took Glenda on this server
06:34.11hyperChipmunk02:08 <@vhaarr> I mean that instead of doing
06:34.15hyperChipmunk02:09 <@vhaarr> 'func', function(dest) ... end, 'arg1', dest, ...
06:34.15hyperChipmunk02:09 <@vhaarr> you do
06:34.15hyperChipmunk02:09 <@vhaarr> local function wtfLol(dest) ... end
06:34.16hyperChipmunk02:09 <@vhaarr> 'func', wtfLol, 'arg1', dest
06:34.19ZealotOnAStickrubik, try examiner.
06:34.21vhaarroO
06:34.26hyperChipmunkyou meant i SHOULD do the second
06:34.34vhaarrah, right, sorry
06:34.40hyperChipmunki thought you said the second was what i did and it was not right
06:34.41vhaarrcould've been more clear
06:34.42ZealotOnAStickI've simply been too busy with a bunch of other stuff lately to look at trying to figure out what to do to fix Voyeur.
06:34.46hyperChipmunkthat makes more sense to me
06:34.58kergothexaminer looks kinda nifty
06:35.01hyperChipmunkthanks =)
06:36.38vhaarrliquiem: 13sec CD, really?
06:36.48vhaarrthat's like nothing
06:38.05liquiemvhaarr, yep, really. he chainfears
06:38.16liquiemif cd is up, he casts fear. really hard :/
06:38.46CIA-2203rabbit * r41224 10BigWigs/Hyjal/Archimonde.lua: BigWigs: Archimonde: Fear is on a 13 sec CD.
06:38.58CIA-2203hyperactiveChipmunk * r41225 10BulkMail2/BulkMail.lua:
06:38.59CIA-22BulkMail2:
06:38.59CIA-22- fixed typo in rabbit's commit
06:39.16hyperChipmunklocal function exludeFunc
06:39.19hyperChipmunk>8p
06:39.26vhaarrearly-morning commits!
06:39.39hyperChipmunkstop breakin' meh code!!!
06:41.14AntiarcI am back from AFK, but I will sum up my thoughts -
06:41.25AntiarcHad I chance to do it over, I'd start with Threat-0.1 and move up from there
06:41.52AntiarcAt this point, with it so close to finished, I think it'd be more of a hassle than anything.
06:41.59ckknight*thumbs up*
06:43.21rubikZealotOnAStick: thanks.. i'll try to find examiner.. don't worry about fixing voyeur
06:45.06ZealotOnAStickI know it's on curse, might be on WoWInterface as well.
06:45.51ZealotOnAStickLady Vashj isn't hard.  All the damn Phase 2 adds, on the other hand, are complicated.
06:47.29*** join/#wowace Tupsi (n=lumpi@217.7.101.202)
06:47.45Tupsimorning
06:48.04ckknightmorning, Tupsi
06:51.43*** join/#wowace ckknight (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
06:51.54*** mode/#wowace [+o ckknight] by ChanServ
06:51.58ckknightbah
06:52.05ckknightI need more memory
06:54.24Tupsiwhat addons using Threat-1.0 so far? I know about Omen, Violation and Pitbull. anything else?
06:54.38liquiemaloft
06:54.38ckknightAloft
06:55.02liquiemassessment
06:55.02Tupsiwe had a major fuckup last night with incompatible threat-1.0 versions and i am trying to explain that to me users in a simple way atm :-)
06:55.39CIA-2203next96 * r41226 10Skinner/Localisations.lua:
06:55.39CIA-22Skinner:
06:55.39CIA-22- Update locale koKR
06:55.49harldephinlol
06:56.38harldephinnite Tem
06:57.10*** join/#wowace pahvir (i=pahvir@dyn-203-76-dsl.vsp.fi)
06:57.13Tupsickknight did antiarc talk to you about it?
06:57.42ckknightyea, he mentioned it
06:57.44AntiarcTupsi: I think that he must have been running an exceptionally old version
06:57.47ckknightnot sure why it happened.
06:57.59ckknightyea, if you have one before the update fix, it'll mess up
06:58.37Tupsiit would be nice if you guys could implement some sort of user harresment
06:59.02Tupsiso i can spam whisper users with old version until they finaly succumb to updating
06:59.24*** join/#wowace Tovort (n=Miranda@theoden.iai.uni-bonn.de)
06:59.30vhaarrviolation does that
06:59.30Tupsilast night i did a LOT of fubar/omen/show party revs, sorting through, talking in guild chat, rise and repeat
07:00.18Tupsiwith people not even understanding the basic concecpt of programming and/or software in general its hard explaining anything to them
07:00.40Aenslaedjust get them WUU and be done with the whole affair
07:01.02AntiarcTupsi: I'd mostly recommend that those people not use Threat/Omen till it's declared production-ready :)
07:01.03Tupsilife is not that simple aenslaed
07:01.18Peoiiok, so the new cellular change is confusing... why un-hide the addon messages?
07:01.22TupsiAntiarc they dont have a choice, i like to live on the bleeding edge :-)
07:01.25Aenslaedgot my guild leader to use it and he still plays at 800x600
07:01.25AntiarcHeh
07:01.59Tupsiwell basicly i fucked it up myself which is the irony
07:02.08liquiem800x600 with 125fps is the way to go ^^
07:02.23Tupsito keep up with your fast dev. i put the threat-1.0 lib on our uniuploader instead of the full omen package
07:02.34CIA-2203antiarc * r41227 10Omen/Omen.lua: Omen: Solo active fix
07:02.47Tupsibut apparently it was just the version who fucked us up last night :-)
07:03.08CIA-2203next96 * r41228 10Skinner/Localisations.lua:
07:03.08CIA-22Skinner:
07:03.08CIA-22- Typo fix :)
07:03.16Tupsias i went back to omen later and forget about that people will be keeping the old threat-1,0 dir in there addon folder
07:03.33*** join/#wowace weab (n=asdf@cpe-70-112-143-167.austin.res.rr.com)
07:04.22*** join/#wowace weab (n=asdf@cpe-70-112-143-167.austin.res.rr.com)
07:05.10*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
07:05.50*** part/#wowace Roartindon_ (n=jtlim@ppp121-45-178-126.lns11.adl2.internode.on.net)
07:06.21*** join/#wowace Punkie` (n=~@host86-129-252-144.range86-129.btcentralplus.com)
07:06.24*** join/#wowace vhaarr (n=folk@9.84-234-132.customer.lyse.net)
07:06.24*** mode/#wowace [+o vhaarr] by ChanServ
07:06.45CIA-2203antiarc * r41229 10Omen/ (Omen.lua OmenMenu.lua): Omen: Fix to the number shortening. Moved "Show KTM Data" to the display menu.
07:09.52Tupsidebugging was fun though last night with antiarc ;-)
07:12.02*** join/#wowace Athou (n=ask@99.13-64-87.adsl-dyn.isp.belgacom.be)
07:12.42AntiarcThat's what SHE said.
07:13.48Tupsiyour a girl?
07:15.43Tupsihey! its still early in the morning and I am still with my FIRST coffee at work, seriously what do you expect?
07:15.56Saint-Ni guess anti loves being buggered
07:16.06CIA-2203next96 * r41230 10Skinner/AddonSkins/EnhancedTradeSkills.lua:
07:16.06CIA-22Skinner:
07:16.06CIA-22- FR & ETS MidTexture Bug Fix !!
07:16.30Tupsii dont care really, all that matter is that "it" can programm addons :-)
07:17.00hyperChipmunkvhaarr: thanks, now i can't even read my own code
07:21.28vhaarryw
07:21.41*** join/#wowace _dRiN_ (n=kvirc@212.178.199.2)
07:24.28CIA-2203sylvanaar * r41231 10Prat/Prat.lua: Prat: Allow the caller to supply their own index to Prat:BuildChatText
07:25.14vhaarr"Vista: They took five years for this?"
07:25.23vhaarrhttp://www.itwire.com.au/content/view/13114/1090/
07:25.24CIA-2203antiarc * r41232 10Omen/ (Omen.lua OmenDisplay.lua OmenMenu.lua localization_enUS.lua): Omen: Added a title toggle for skins.
07:25.44*** join/#wowace NightHawkTheSane (n=duaiwe@65-102-188-188.tukw.qwest.net)
07:26.14AntiarcMan, Rupture's a spammy little bitch.
07:26.32AntiarcSends on the order of 40 identical comm messages on login
07:29.23*** join/#wowace dRiN (n=kvirc@212.178.199.2)
07:29.50Antiarcckknight: Permission to integrate Waterfall support into CowTip if Waterfall is installed?
07:29.59ckknightagreed
07:30.04ckknightto it to PitBull too
07:30.07ckknight:-P
07:32.03*** join/#wowace dRiN (n=kvirc@212.178.199.2)
07:32.39*** join/#wowace faCe| (n=face@pD955E078.dip.t-dialin.net)
07:33.01hyperChipmunkcowtip needs one of those up/down arrangement listboxes
07:33.40hyperChipmunkholy frick, I got it to work
07:33.53NightHawkTheSanegot what to work?
07:34.22hyperChipmunkthis jumble of code that resulted from vhaarr's suggestions
07:34.35hyperChipmunkCIA-22: *poke*
07:35.00hyperChipmunkwell that's odd
07:35.07hyperChipmunkthe commit went through
07:35.12hyperChipmunkand cia's here
07:35.26Icerothhe's ignoring you?)
07:35.30hyperChipmunkD8<
07:36.10*** join/#wowace Gandharva (n=Miranda@dslb-084-057-039-170.pools.arcor-ip.net)
07:37.59hyperChipmunkwell bulkmail is now slicker than a greased manatee
07:41.06AntiarcI committed the Waterfall change but I think CIA died or something?
07:41.20Antiarcckknight: Suggestion:
07:41.31ckknightyea?
07:41.33AntiarcMake the line group keys the left text, if available
07:41.42AntiarcSo I'd see "Faction:" instead of "Line #8"
07:41.51ckknightyea, thought about that
07:43.24*** join/#wowace pb_ee1 (n=nospam@83.145.75.66)
07:45.29*** join/#wowace Mok (n=Miranda@p54BAF8CD.dip.t-dialin.net)
07:46.39*** join/#wowace theoddone33 (n=jimbob@pool-71-109-99-2.lsanca.dsl-w.verizon.net)
07:47.37sylvanaarvhaarr thats the most retarded bs i ever read
07:48.41sylvanaarvhaarr its all bitching and opinion - like fox news
07:48.52Tupsicowtip waterfall, you guys are starting to get funny with your names
07:49.00vhaarrsylvanaar: microsoftlover
07:49.06pb_ee1Tupsi: And PitBull... :p
07:49.46Arrowmasterstarting to get funny?
07:50.04Tupsiyeah pitbull was a laugh as well when i first heard it :-)
07:50.06Arrowmasteryouve obviously missed most of the names for previous stuff on the svn
07:50.38pb_ee1Tupsi: It seems giving a nice name to the AddOn makes it a very good AddOn ^_^
07:50.48pb_ee1s/the/an/
07:50.49*** join/#wowace Sole (n=chatzill@203.109.161.194)
07:50.50Tupsiwell i am not one of the devs here, i just use your stuff and throw in some hardcore sarcasm here and there about it
07:51.13sylvanaarvhaarr that guy needs to compare vista which he is using for the first time to his linux box more and say why his linux box is better
07:51.21Solegood addon name = good addon  = truth
07:51.35pb_ee1:p
07:51.46[Ammo]morning girls
07:51.47pb_ee1I'm going to name my next addon "ckknight"
07:51.56pb_ee1Hey [Ammo]
07:51.57ckknight...
07:51.59ckknightno
07:52.00vhaarrsylvanaar: there's no need to compare, linux beats windows hands down on all fronts except one
07:52.17NightHawkTheSanewait, let me guess... installed base?
07:52.22vhaarrexactly
07:52.26pb_ee1(oops, i've waken him up :p)
07:55.13sylvanaarvhaarr lol yeah sure, i'll bet my grandma can compile her own kernel while baking cookies
07:56.10hasteeveryone can compile the kernel if they use genkernel -all
07:56.19*** join/#wowace sunset (n=sun@ARouen-152-1-108-242.w90-22.abo.wanadoo.fr)
07:56.21*** join/#wowace [ND] (n=andy@h062040167062.gun.cm.kabsi.at)
07:56.30vhaarrnobody needs to compile their kernel anyway
07:56.33pb_ee1http://www.youtube.com/watch?v=K2cYWfq--Nw
07:56.33vhaarrsylvanaar: welcome to 2007
07:56.38sylvanaarthats what they all say
07:56.40NightHawkTheSanecompiling kernels is so 90's
07:57.04vhaarrsylvanaar: and since everyone is saying it, it must be false, then
07:57.07vhaarris that your logic?
07:57.16Arrowmasteryeah now we get kernals with everything set a a module
07:57.42sylvanaarfact is noobody is looking at linux except enthusiasts
07:57.50vhaarrthat's not a fact at all
07:57.51NightHawkTheSaneo_0
07:57.52Primereh?
07:57.57Arrowmasterand people who want stable servers
07:58.02Primerwe use Linux extensively at my work
07:58.09Primertell that to google too
07:58.12NightHawkTheSanethat's about as much of a fact as saying Bush has over a 26% approval rating
07:58.17Primerthey have about a million linux servers
07:58.25Industrial< sylvanaar> fact is noobody is looking at linux except enthusiasts
07:58.30sylvanaarenthusiasts
07:58.30Industriallol realise what you just said
07:58.33NightHawkTheSaneDon't several european governments use linux tehse days?
07:58.43vhaarrmy mom uses linux
07:58.43PrimerI guess I fell for the troll
07:59.02Antiarcckknight: How do I optionally print a string in DogTag?
07:59.02NightHawkTheSaneI thought I had read that somewhere, but I might be wrong.
07:59.11Antiarcie, I want [GuildRank] of [Guild] if guild is not blank.
07:59.13ckknightAntiarc: what option?
07:59.15vhaarrsylvanaar: there's nothing windows provides for the regular computer user that linux can't provide -completely- free of charge
07:59.17*** join/#wowace Kazie (n=kk@port207.ds1-vg.adsl.cybercity.dk)
07:59.17ckknightoh
07:59.21ckknight[Guild?GuildRank]
07:59.28ckknighterr
07:59.39ckknight[Guild?Text([GuildRank] of [Guild])]
07:59.45AntiarcOoh, ok
07:59.53Arrowmastervhaarr: activex?
07:59.58vhaarrdammit
08:00.00vhaarrshut it Arrowmaster
08:00.02Arrowmasterlol
08:00.19vhaarrhttp://www.iol.ie/~locka/mozilla/mozilla.htm HAH
08:00.38Lyfejust rephrase it a little.  there's nothing *good* windows provides... :)
08:00.47Arrowmastermuch better
08:01.06NightHawkTheSaneI'm not even convinced the -regular- computer user really cares that much about activex
08:01.11sylvanaarenthusiasts
08:01.14pb_ee1Lyfe: Blue screens
08:01.16vhaarrfucktard
08:01.20Arrowmasterlol
08:01.22Antiarcyay it works
08:01.23Antiarc[Guild?GuildRank?Text([GuildRank] of [Guild:IsEqual([Guild#player])?Green][Guild])]
08:01.27Lyfeblue screens are good?
08:01.35NightHawkTheSaneLyfe: well, for us to laugh at?
08:01.36pb_ee1That was a joke :p
08:01.38Arrowmasterpb_ee1: theres a bsod screensaver for linux!
08:01.44pb_ee1Arrowmaster: I know ^_^
08:01.53NightHawkTheSaneI had a bsod startup screen for my mac a while back
08:02.04PrimerI had that bound to ctrl-alt-delete on this one server I had 3 jobs ago
08:02.04Arrowmastertheres also one for windows, available from microsofts site, and it sucks
08:02.16pb_ee1I'm not pro-Linux or pro-Windows, I'm just using both. I switch between them when I need to
08:02.16LyfeNightHawkTheSane: ok, i'll give you that, it gives us something to make fun of :)
08:02.35Primerit was hooked up to the same KVM as several NT machines...the NT admins would freak when they'd hit ctrl-alt-delete and the KVM was set to the Linux box
08:02.46Arrowmasterlol
08:02.50pb_ee1If all games were supported on Linux, I would be using only LInux ^_^
08:02.50vhaarrhaha
08:02.59Arrowmasterpb_ee1: same
08:03.07Primerheh, I play wow at work all the time in wine
08:03.10NightHawkTheSanewine/crossover? :P
08:03.11vhaarrpb_ee1: Right, which relates to 'the one reason' I mentioned earlier.
08:03.13Primererr, after hours, of course
08:03.17vhaarrthat NightHawkTheSane got
08:03.17pb_ee1vhaarr: That's right
08:03.26Arrowmasterwines no good for new games ususally
08:03.33Lyfeif all games were supported on linux, we'd have gripes about linux too.  (well, different gripes)
08:03.35pb_ee1Even if it IS possible with Wine, it is *not* a good reason though :p
08:03.37vhaarrnew games are no good, usually
08:03.45NightHawkTheSane*shrug* I havnt used linux on a remotely modern computer, so I've no idea, actually
08:03.46Primerit does pretty well with any game that uses GL
08:03.52Arrowmasterhey now theres a few good ones
08:03.57PrimerI've been using Linux as my desktop OS since 1996
08:04.02Arrowmastercant wait for spore
08:04.07Arrowmasteror starcraft2
08:04.17Primeryes, I'm a masochist
08:04.22Antiarchttp://i16.tinypic.com/4ygs976.jpg
08:04.34Lyfei was wondering about that, Primer. :)
08:04.36NightHawkTheSaneEveryone's looking forward to sc2, Arrowmaster
08:04.54Primernow you know
08:04.56Arrowmasteri forsee many koreans dying to starvation
08:05.02Iceroth:p
08:05.27NightHawkTheSanenah, its like an olympic sport for them, they train for that shit im sure ;)
08:05.47Lyfei dunno, arrowmaster, i forsee a lot of computer cafe's out there implementing forced logout rules :)
08:05.54Arrowmasterhaha
08:06.04sylvanaarPrimer i used to keep one running in my office here - but i could never find much software i was interested in running
08:06.18Lyfelast thing you want to find in your place of business is a dead body.
08:06.27Arrowmasterso true
08:06.37NightHawkTheSaneLyfe: sagacious words, indeed.
08:07.27mitch0morgen
08:07.54pb_ee1mitch0: Guten morgen :p
08:09.17sylvanaarlike that article where the guy says he has been running 64bit debian since 06, are there 64 bit drivers and apps or is there a 32 bit compat layer using thunks/context switches?
08:09.23*** join/#wowace nekoh (n=nekoh@pD9E006D3.dip0.t-ipconnect.de)
08:10.34NightHawkTheSanesince 2006? I'm going to wager that there'd have been some actual 64 bit stuff out by then
08:10.50*** join/#wowace faCe| (n=f@pD955F537.dip.t-dialin.net)
08:11.19sylvanaarlike what? (im really asking)
08:11.39Arrowmastersylvanaar: you just compile the apps for whatever type of system your using if it supports it
08:11.47sylvanaarlol
08:11.50PrimerI've been running 64 bit linux for about 3 years now
08:12.00vhaarrthere's that word again!
08:12.01Arrowmastermost linux stuff supports almost all types of systems
08:12.02vhaarrCOMPILE
08:12.07sylvanaaryep
08:12.10NightHawkTheSaneI couldn't name specifics, I'm not well versed in linux software, nor in what supports 64bit, I just know that the industry as a whole has abeen shifting to 64bit computing since around 2004ish?
08:12.16Primerour oracle db is Linux x86_64, has over 1 year of uptime
08:12.16sylvanaarthat train is never late
08:12.22Primeroracle itself has about 8 months of uptime
08:12.48NightHawkTheSaneI mean, OS X has had 64bit components, and I think some 64bit apps since at least 2005, probably earlier.
08:12.55*** join/#wowace what-K (i=what-K@xdsl-81-173-191-44.netcologne.de)
08:13.05*** join/#wowace Lywellyn (i=Josh@oh-67-76-155-46.dyn.embarqhsd.net)
08:13.40Primerand it's 64 bit oracle too, not 32 on 64 (which would work too)
08:15.08*** join/#wowace kopple (n=mroc@c-93e0e455.034-194-6e6b701.cust.bredbandsbolaget.se)
08:15.17what-Ki have a question to the new bigwigs now are all instances loaded automatic i thing bigwigs activate it at mouseover
08:15.20*** join/#wowace KarlThePagan (n=andross@66.225.8.145)
08:15.45vhaarrwhat-K: 1. Join raid, 2. Zone into Karazhan, 3. Mouse over a boss.
08:15.48vhaarrdone and done
08:16.00what-Ki have :D
08:16.07what-Kbut another thong
08:16.41*** join/#wowace nekoh_ (n=nekoh@pD9E006D3.dip0.t-ipconnect.de)
08:16.45NightHawkTheSanemm.. thongs
08:16.47what-Kin the addon it is Proximity display
08:16.52what-Kthing i mean
08:17.22what-Kin the german version it will be "Reichweiten Anzeige"
08:17.25*** join/#wowace nymbia (n=nymbia@75-166-29-251.hlrn.qwest.net)
08:17.27Antiarchttp://i14.tinypic.com/6d0spox.jpg
08:17.28Antiarc:D
08:17.56GandharvaAntiarc: Could you please post your DogTag Sequence from Line 1? -> http://i16.tinypic.com/4ygs976.jpg This looks great!
08:18.11NightHawkTheSaneAntiarc: that you i presume. JEsus you're a sick bastard. 3.2k ap? 41% crit? /hate
08:18.24AntiarcYeah, that's me
08:18.55AntiarcI'm also cheating. I'm in a stacked DPS group :P
08:19.04AntiarcBut those tend to be my stats over the course of a bossfight
08:19.06NightHawkTheSanethats not cheating, thats good raid makeup :P
08:19.14AntiarcI can spike as high as 3800AP, too!
08:19.18AntiarcIt's pretty sexah
08:19.21NightHawkTheSaneI can believe that.
08:19.28NightHawkTheSaneSeriously. /hate
08:19.30NightHawkTheSane:P
08:19.58ArrowmasterAntiarc: your weapon speed is too slow!
08:20.24AntiarcWould you hate me if I said that I was wearing 6 blues, too? >_>
08:20.38AntiarcArrowmaster: It gets a lot faster with the Abacus and Heroism! :D
08:20.53AntiarcI've gotten it down to 0.61 speed, I think
08:20.54NightHawkTheSaneactually, no, that doesn't bother me :P
08:20.54AntiarcOn the offhand
08:21.59Arrowmasterhttp://screenshot.xfire.com/screenshot/natural/d3c13574d79c99d96b5bea6fca00ba5c31a445b6.png
08:22.12AntiarcGandharva: [PvPRank] [Name:HostileColor] on the left line
08:22.17Antiarc[Classification] [Level] [SmartRace] [SmartClass:ClassColor] on the right
08:22.49AntiarcHaha, nice
08:23.11Antiarcgief dragonspine
08:23.14AntiarcAnyway
08:23.17AntiarcI'm off for the night
08:23.19AntiarcTake care folks
08:23.24Arrowmasterbah bastard deleted some of his screenshots
08:23.29GandharvaThanks
08:23.51Arrowmasterhttp://screenshot.xfire.com/screenshot/natural/0d9b8f9b6c969adfe0e174d8dc30242fe1718344.png
08:23.54Arrowmasterso funny
08:23.55liquiemcowtip or what crazy shit is that Antiarc?
08:24.02AntiarcThat's cowtip
08:25.20*** join/#wowace Wobin (n=ubuntu@203-214-134-198.perm.iinet.net.au)
08:25.37WobinI feel so decadant
08:25.54WobinThe ability to install and use programs like xchat
08:26.05Wobinwhile installing ubuntu on a completely new system
08:26.20WobinIt's like cake and eating and all at the same time
08:26.35NightHawkTheSanea grand orgy of baked goods?
08:27.53sylvanaarwhat is cowtip?
08:27.55Wobinyes!
08:28.10Wobinbaked goods with SUPAR GRAPHICS CARDZ
08:28.19Wobinit's a tooltip that uses DogTag
08:28.24Wobinsylvanaar:  ^
08:29.01sylvanaarright ok i get it
08:29.30Fisker-lol
08:29.35Fisker-On our breaking news
08:30.20Wobink, rebooting
08:30.26Wobin<3 ubuntu
08:30.34NightHawkTheSaneReboot!
08:30.38Fisker-"In his latest advertising campaign, the Arena NPC Krixel Pinchwhistle has temporarily called upon the help of his identical brothers to accommodate the rising interest for their new wares."
08:30.40Fisker-i lawld
08:30.54sylvanaarok the first link was funny
08:30.59Fisker-bout time they did it on the breaking news
08:31.01sylvanaarthe 2nd one was empty
08:31.09Fisker-as noone understood there was more than one :P
08:31.15*** join/#wowace wobin (n=wobin@203-214-134-198.perm.iinet.net.au)
08:32.16sylvanaarwhy hasnt anyone used the arena npc's to kill sylvanas?
08:33.41Fisker-:o?
08:34.03sylvanaarthats what i wanna know - in 2 years i never found a group who wanted to try - and the npcs let you q from sylvana's room
08:34.14wobinpower of laptop
08:34.17wobinkgo!
08:34.36Arrowmastersylvanaar: what do you mean?
08:34.53sylvanaarsoyou can q an entire raid and zone out of arena practice matches
08:35.05Arrowmasteroh
08:35.06sylvanaarstraight in
08:35.20sedatedChipmunkbecause that's so much easier than just walking the heck in
08:35.52Arrowmasterbecause a lot of people would probably die while loading in
08:36.01mitch0yo
08:36.07sylvanaarno you wont aggro anything
08:36.24sylvanaarthere are no hostile npcs in range
08:36.32sylvanaarits funny
08:36.37Arrowmastercan you still do the bg queue from anywhere trick?
08:36.41pb_ee1It there a Ace'd addon that makes 3D portraits?
08:36.49mitch0what are the -rxxx.yyy.zip files on files.wowace.com? what do they differ from the onese without the .yyy parts?
08:36.53pb_ee1Or is it built-in PitBUll?
08:37.01Arrowmasterpb_ee1: builtin
08:37.02sedatedChipmunkpb_ee1: built in
08:37.08sedatedChipmunkmitch0: lib changes
08:37.08pb_ee1Thanks ;)
08:37.29pb_ee1Just for my info: does Pitbull indicates if a mob is an Elite one?
08:37.52pb_ee1I know this was missing from DUF and it _was_ a pain in the ass to know wether the mob was Elite or not :p
08:38.10sedatedChipmunka lib change causes .yyy to increment on the addons that use it; -rxxx increments when the addon itself changes
08:38.10sylvanaarlol it does all sorts of stuff
08:38.15pb_ee1And it was missing from PitBull too some time ago
08:38.18Arrowmasteri know you used to be able to open a battlemaster queue window then run off somewhere else and use a script command to open the window and queue, and when you left the bg everybody that you queued would be where you were when you opened the window
08:38.43sylvanaarright
08:39.18sedatedChipmunkpb_ee1: http://wowace.com/wiki/DogTag-1.0#Permanent_and_semipermanent_characteristics
08:39.30pb_ee1sedatedChipmunk: thanks ;)
08:39.55sylvanaaroh idk but you dont even need that there is no guard near the arena guy i stood there and watched the show a couple times
08:40.03pb_ee1d'oh, i'll need some time to understand all this :p
08:40.32sedatedChipmunkwell, there are pre-defineds
08:40.33Arrowmastersylvanaar: but you can only queue up 5 people for an arena
08:41.06sylvanaaryeah
08:41.13sedatedChipmunkmost, if not all, of the name predefineds, include the [Classification] tag
08:41.33sylvanaaryou just drop them and q another 4
08:41.52Arrowmasteror the other trick and queue 20 at once
08:41.58sylvanaarright
08:42.41sedatedChipmunknobody does practice anyway
08:43.01sedatedChipmunkjust queue two groups, play each other, and grow exponentially from there
08:43.25pb_ee1Wow, first time I read the documentation on DogTag, this lib is absolutely insane xD
08:43.31sylvanaarim just saying its an easy way to get bunch of ppl in without much fuss
08:43.32pb_ee1Love it
08:44.01Fisker-wobin look
08:44.03Fisker-OVER THERE!!!!!!
08:44.10Fisker-hoho
08:44.11wobinwotwot?
08:44.18Fisker-you didn't see shit!
08:44.20wobinLoose lips =P
08:44.27Fisker-you don't know that!
08:44.33wobinSure, I've got spies
08:44.39wobinAnd Private Investigators
08:44.43wobinAnd chipper
08:45.09Fisker-:(
08:45.16Fisker->:3 sedatedChipmunk
08:45.18Fisker-I'm a lion!
08:45.21Fisker-Jesus christ etc.
08:45.24Fisker-get in the car!
08:45.56liquiemah, how can i hide unit tooltips if i hover pitbulls unitframes?
08:46.16NightHawkTheSaneman, forgetting what faction you are is like the worst thing ever.
08:46.21ckknightyou can hide in combat, liquiem
08:47.44liquiemckknight, yep that works, but there is no option to always hide the tooltip?
08:47.55ckknightno, not currently
08:47.56*** join/#wowace zwiep` (n=zwiep@d54C35283.access.telenet.be)
08:48.23liquiemok
08:52.04ckknightadd it to the wish list
08:52.07ckknightthat's why it's there
08:52.32*** join/#wowace Vegeta]BT[ (n=Vegeta-G@xdslb132.osnanet.de)
08:52.54pb_ee1Dunno how you are able to find so nice ideas such as DogTag ckknight :p
08:53.02pb_ee1You're definitely not a human!
08:53.18sedatedChipmunkhe ganked it from someone else, ofc
08:53.24Gngskduh
08:53.25pb_ee1obviously ^_^
08:54.25pb_ee1I can't even think about all the possibilities of DogTag, they seem to be unlimited
08:55.15ckknightactually I did steal the idea from someone else
08:55.18ckknightthen improved it
08:55.19ckknightlots.
08:55.33*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
08:56.26pb_ee1:-)
08:57.13Tupsiis cowtip the branched tinytip?
08:57.24mitch0it's not branched
08:57.47mitch0completely new stuff (as far as I know)
08:58.00sedatedChipmunkdoes tinytip graze your pastures? i think not
08:58.05Gandharvackknight: Is it possible to shorten the gap between 'Left' and 'Right' in CowTip?
08:58.29ckknightno
08:58.33ckknightthat's a blizz thing
08:58.37ckknightI'm not gonna touch it
08:59.01ckknightTupsi: totally separate, I couldn't read the code for TinyTip, wasn't worth stealing, imho
08:59.05ckknightat least TinyTip's SVN code
08:59.11ckknightthere's apparently a better version out there
08:59.19mitch0ckk: would be nice if the lines could be editet all at once in a table thingy. (not a cowtip, rather a dewdrop/waterfall/whatever thing)
08:59.54ckknightmitch0: yea, was thinking about that.
09:00.04ckknightI might make a custom popup
09:00.15ckknightfrankly, it'd be the easiest to work with
09:00.47Gandharvackknight: [Level:DifficultyColor] does not work. It's always white.
09:00.52mitch0well, almost anything would be better than the current config mode :)
09:01.02ckknightGandharva: looking at a hostile?
09:01.36GandharvaNo difference between hostile or friendly
09:01.38*** join/#wowace smoke_ (n=smoke@adsl-75-63-188-223.dsl.skt2ca.sbcglobal.net)
09:02.17smoke_is there any way to make a pet auto passive? i tried adding /petpassive on my macro but i have to hit it multiple times (which is not good for the freeze macro)
09:02.30GandharvaI use this tag: [Classification] [Level:DifficultyColor] [SmartClass:ClassColor] [DruidForm:Paren] [SmartRace]
09:02.44smoke_i also tried binding it to my forstbolt key, but w/ /petattack added it does wierd stuff w/ it
09:03.09omega_smoke_: have you tried the /click alternatives?
09:03.28Tupsia well, i have a problem with tooltips in generel no addon could solve anyway
09:03.31*** join/#wowace Telrin (n=test@klaagmuur.quince.nl)
09:03.35*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
09:03.55omega_smoke_: http://www.wowwiki.com/HOWTO:_Make_a_Macro#Simulating_button_clicks
09:04.03Tupsian average its in the way of things :-)
09:04.07smoke_omega_thx
09:04.16mitch0<PROTECTED>
09:04.33omega_ok
09:04.34mitch0problem is the pet is "not around" by the time /petpassive runs, hence the need for smashing it
09:04.38Arrowmasterand its not good to put either in a spam macro
09:05.06*** join/#wowace Nargiddley` (n=narg@203-97-236-74.cable.telstraclear.net)
09:05.11smoke_yeah
09:05.17smoke_i have /petattack on my frostbolt key
09:05.19Tupsialthough, some keyboard modifier would solve the thing
09:05.25mitch0the real solution would be if the pet rememebered it's state, but that can only be done @blizz presently
09:05.25*** join/#wowace Necrathex (n=bleptop@h8441158027.dsl.speedlinq.nl)
09:05.27smoke_and if i add /petpassive ont hat it makes the WE like run back and forth
09:05.36Tupsickknight you have that in cowtip by any chance?
09:05.50Arrowmasteradd the /petpassive to the summon macro and just press it twice
09:05.54smoke_so there is no way to auto set the /petpassive?
09:06.01mitch0smoke: I put the /petpassive in the conjure/freeze macro, not the best, but it works
09:06.03smoke_Arrowmaster, yeah but i have the freeze key on it
09:06.08mitch0I also have /petattack on FB
09:06.25smoke_hmm
09:06.31mitch0my macro is /summon; /petpassive; /freeze
09:06.40Arrowmasterfor warlocks, everytime you do /petattack it makes the imp start recasting firebolt
09:06.53Arrowmastereven if its midcast
09:07.17smoke_so there is no way to somehow make it auto passive or something?
09:07.23Arrowmasternope
09:07.27mitch0no
09:07.33ckknightTupsi: have what?
09:07.44mitch0but the /petattack can be conditionaled so that it doesn't run if the pet already has a target
09:07.59mitch0I don't remember how I did that though
09:08.20*** join/#wowace Dotted (n=me@0x555157c7.adsl.cybercity.dk)
09:08.23Arrowmasterprobably /petattack [target=pettarget,noexists]
09:08.27mitch0probly [target=pettarget, exists] or somesuch
09:08.36mitch0yeah, something like that
09:08.42liquiemnoexisting pet cant have a target :)
09:08.47Arrowmasternever put spaces inside the []s
09:08.53mitch0yeah, /petattack [target=pettarget, noexists] target
09:09.23mitch0arrow: I think I have spaces all around them, and they work
09:09.29mitch0just take a bit more space
09:09.29Arrowmasterodd
09:09.37Arrowmasteri know they used to break with spaces
09:09.49*** join/#wowace Wobin_ (n=wobin@203-214-134-198.perm.iinet.net.au)
09:10.19*** join/#wowace evl (n=fuckoff@213-205-67-125.net.novis.pt)
09:10.33smoke_wait
09:10.36smoke_would /aftercast work?
09:10.37smoke_or no?
09:10.47mitch0never heard of that
09:10.57smoke_i dont either
09:11.02smoke_but i see it on this wowwiki for a warlock portal macro
09:11.08smoke_it says /aftercast /p blah blah
09:11.15mitch0probly some addon
09:11.17smoke_an it supposely says party chat after he casts portal...
09:11.20smoke_oh
09:11.35cryogenit's an addon
09:11.43cryogen(called aftercast, oddly enough)
09:12.12Arrowmasterand it wont work
09:12.13smoke_would that work?
09:12.15smoke_oh
09:13.07evlckknight: I can't find a way to turn off the agro recoloring of health bars, am I looking in the wrong place or isn't there an option?
09:13.24ckknightOther -> Enable Aggro something
09:14.44smoke_the aftercast mod isnt compatible w/ the new stuff?
09:16.43Arrowmasterthe aftercast mod is a mod
09:16.50Arrowmasterit can only do stuff mods are allowed to do
09:17.13Arrowmasterthe /petattack /petpassive and other such stuff are not allowed to be done by mods
09:18.26Arrowmasterbah 5:20am, i need to goto bed
09:18.59Fisker-ok weird
09:19.06Fisker-there was an item with 3 limited buys on it
09:19.08Fisker-but i could buy 5
09:22.13cryogensigh, uninstalling addons doesnt work in the new wua
09:22.20*** join/#wowace Ani| (n=Ani@86.56.51.7)
09:22.26cryogenif they're going to release so often they could at least test basic functions
09:23.49Wobin_hm
09:24.03Mikkcryogen: it's _beta_
09:24.15cryogenMikk: it fucking whines every time you run it to update to the latest version
09:24.19cryogenif it's beta, it shouldnt do that
09:24.30MikkKaelten has said it won't be ready for production use for 1-2 weeks
09:24.31Wobin_hoookay...
09:24.45MikkIf you want working software, stick with 1.9
09:24.51cryogenthis IS 1.9
09:24.54Mikkoh
09:24.58Mikkapologies then
09:25.04Mikkthat should deffo work :P
09:25.10Daemonawtf ?
09:25.12Daemona(08:38:45) (CIA-22) rabbit * r41224 BigWigs/Hyjal/Archimonde.lua: BigWigs: Archimonde: Fear is on a 13 sec CD.
09:25.33Wobin_Bosses have cooldowns too =(
09:25.43Daemonacould someone change that back to 30 seconds please?
09:25.53Daemona13 is definitly wrong
09:26.12*** join/#wowace NinjaChimp (n=chemp@host86-135-167-172.range86-135.btcentralplus.com)
09:26.13vhaarrDaemona: Some guy here was saying it was 13.
09:26.15vhaarrliquiem
09:26.31Daemonai can throw 25mb /combatlog + bigwigs_debugger logs at you proving that
09:26.48vhaarrDaemona: alright, what should I make it, then?
09:26.52Daemonaand please tell me how a non-alliance tank should break that fear in time without fearward
09:26.57Daemona30 seconds
09:26.58vhaarrI know
09:27.15vhaarrI was surprised as well, but I didn't really have any reason to not trust liquiem
09:27.21Daemona(01:08:17) (Daemona) 6/21 21:55:26.406 Archimonde begins to cast Fear.
09:27.21Daemona(01:08:17) (Daemona) 6/21 21:55:57.781 Archimonde begins to cast Fear.
09:28.06liquiemuhm, if daemona says it 30secs, i believe him :p
09:28.09Fisker-omg yes
09:28.10liquiemfth sucks :/
09:28.13Fisker-cenarion pots stacking in 15
09:28.29nadasFisker-: the mana/health pots?
09:28.38Fisker-yeah
09:28.50nadastime to toss my regular pots and hand in some armaments then
09:28.58nadasbagspace here i come
09:29.01vhaarrFisker-: wtf hax
09:29.05Daemonaliquiem dunno, but breaking mods intendedly sucks more
09:29.07Fisker-indeed
09:29.39*** join/#wowace nahkiss (i=nahkiss@dsl-hkibras1-ff4dc300-7.dhcp.inet.fi)
09:29.55cryogenah, i think i know why wua doesnt work
09:29.55liquiemthat wasnt intendedly, i just saw fear timer in changelog and looked how long it was and i rememberd 13sec cd on his fear not 30sec
09:30.15vhaarrDaemona: fixed again
09:30.22Daemonathanks vhaarr
09:30.25Mikk[Ammo]: Argh
09:30.45[Ammo]haha Mikk feels responsible!
09:30.46[Ammo]good
09:30.49[Ammo]now get to work
09:30.55MikkI'm gonna switch to a handler approach tbh
09:30.59GandharvaDaemona: Do you know the german Al'ar emote for: "Al'ar begins to cast Rebirth."? It's still missing in Threat 1.0.
09:31.00Daemonaas i said, how should horde ever beat that encounter with a possible fear every 13 seconds liquiem
09:31.10MikkThere's not enough state info in AceOptions by far :S
09:31.18DaemonaGandharva sry, i cant stand the german translation, playing enGB ;)
09:31.25GandharvaMe too -.-
09:31.48[Ammo]Mikk: what is your problem currently?
09:31.52liquiemDaemona, dont expect blizzard to be sane?
09:32.13Daemonabut i would assume that its a general cast line therefore "Al'ar beggint Wiedergeburt zu wirken." ? ;)
09:32.23Mikk[Ammo]: Well, I could just hack it uglier I suppose.. the problem is that the current structure relies on functions being defined with lots of info in their closures
09:32.35Daemonaliquiem i dont trust blizzard, but as i said, i got 25+ mb of logs to proove its 30 seconds;)
09:32.53Daemonaerhm "beginnt"
09:33.03MikkwindowOptionsTemplate has no such info
09:33.22[Ammo]so you're trying to add the reporting?
09:33.29MikkI could of course just leave the functions empty and create them when the window is being created
09:33.31Mikkya
09:33.36[Ammo]k
09:33.42[Ammo]well
09:33.59MikkI just feels so damn hacky >.<
09:34.03MikkIt*
09:34.23mitch0wowinterface's upload interface is teh horrorz
09:34.27MikkGoing with a handler approach, i could just point the handler at the module object
09:34.42[Ammo]can't you just use a func with a passvalue meh
09:34.45[Ammo]like the rest of the get set etc
09:34.48[Ammo]works fine
09:34.49mitch0how can I remove patches from there?
09:34.57[Ammo]but shrug
09:35.02Mikk[Ammo]: How do I get hold of the module?
09:35.19[Ammo]you don't have to, you can get hold of the window
09:35.24[Ammo]which has the options and the modulename
09:35.29Mikk:O
09:35.38MikkHow?
09:35.43[Ammo]check how the current passvalue's work
09:35.52[Ammo]windowGet and windowSet etc
09:36.05[Ammo]the copyoptionstemplate thing fixes the passvalues
09:36.11*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
09:36.38Mikkoho, is that what's breaking half my menu perhaps
09:37.24Mikkit's not really expecting its passvalues to get mangled :P
09:37.59cryogenawesome, debugging the wua solution crashed visual studio :)
09:38.01Fisker-I thought they removed guild rank from the inspect?
09:38.06Fisker-so tell me ckknight
09:38.09Mikkyaknow... moving the whole shabang to a handler oriented scheme would be a hell of a lot cleaner
09:38.11Fisker-how did you hax guildranx :I
09:38.21ckknightFisker-: GetGuildInfo()
09:39.14MikkWould totally remove the need to run around and fiddle with passValues
09:39.35[Ammo]euhm
09:39.39[Ammo]just make sure it keeps working
09:39.41Mikklal
09:39.48Mikkobviously ;)
09:40.04MikkI'll toy with it and see what happens.
09:40.08MikkIf I don't like it I'll just drop it
09:40.14liquiemckknight, how can i prevent cowtip not to show left: [Name] right: [target] if the unit doesnt have a target? as target gets blank, the whole line gets blank?
09:40.18[Ammo]I predict it'll blow up in your face
09:40.19MikkJust seems to me from this perspective it'll become a lot cleaner
09:40.23cryogendoes the dude responsible for wua frequent here?
09:40.34Mikk[Ammo]: What code doesn't? ;)
09:40.43ckknightliquiem: true. that's how it will be for now unless I put a force toggle in somehow
09:40.45[Ammo]it took me long enough to get this working properly and relatively clean
09:40.55ckknightcryogen: #wau
09:40.55[Ammo]but if you can make it purtier, go ahead
09:41.02cryogenckknight: cheers
09:41.05[Ammo]just remember, the same table is used for the fubar menu and the rightclick menu :p
09:41.18Mikk[Ammo]: Yeah, believe me, I know. That's what fucking me over right now.
09:41.31MikkThe Report menu wants to be tied to a module, not a window.
09:41.34Fisker-btw is it intended that "Level 54" changes to "Level 54 Undead Mage" with colors?
09:41.47liquiemckknight, it would be a problem if i know how to put a space in the condition like [target:space] or something
09:42.38liquiemah, text(" ") might work
09:43.02ckknighthehe, it won't
09:43.04ckknightdue to hax
09:43.25ckknightspaces are trimmed
09:44.05liquiemhmm, but it works for some reason. maybe text( ) doesnt evaluate in blank?
09:44.05Fisker-oh my GODS
09:44.16Fisker-a level 43 paladin wants me to help him with the ressurection quest
09:44.31ckknightliquiem: odd
09:44.31cryogenFisker-: for real? :p
09:44.35ckknightliquiem: *shrug*
09:44.39*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
09:44.41Fisker-yeah
09:44.43ckknightrez quest?
09:44.47ckknightthe lvl 10 one?
09:44.49cryogenhorde or alliance version?
09:44.59ckknightor something different?
09:45.40Fisker-the level 10 one yeah
09:46.46MikkBWHAHAHA
09:46.49Mikksorry
09:52.31*** join/#wowace Pheredhel (i=pheredhe@deep-water.de)
09:52.49winkillerpally res is level 20
09:52.56Pheredhelhi
09:53.00winkillerpriest res is 10
09:53.08[Ammo]20 is the hammer quest not the res one isn' tit :p
09:53.28winkillermhm
09:54.07Fisker-http://www.youtube.com/watch?v=CZrr7AZ9nCY <-lol
09:57.49vhaarrFisker-: hahaha
09:57.56vhaarr"And it's not an iPhone, it's a big-ass table."
09:58.14Fisker-yeah :D
10:01.45Arrowmasterpally res quest is like 10 or 12
10:02.00cryogenlevel 12 for paladins
10:02.13cryogenpriests get it from trainers
10:02.45Arrowmasterlevel 20 quest is sense undead then gives a lvl 23 quest for the shitty ass polearm
10:02.46cryogen20 for hammer/polearm
10:02.48Arrowmasterfor horde
10:02.53nekohbah, i need a location, where i can grind caster/ranged-attack mobs with levelrange 56-61 :X
10:03.07cryogencant understand why horde get such a shitty reward when the alliance one is great
10:03.13Arrowmasteryeah i know
10:03.29cryogennekoh: azshara? BS?
10:03.31Arrowmasterthe horde quest is level 23 and the polearm is itemlevel 23
10:04.01Arrowmasterthe ghostlands quest can be done at like 15 or 16 and the sword is itemlevel 21 or 22
10:04.02cryogenand dont get me started on seal of blood/vengence
10:04.23cryogenbut on the plus side our mounts look cooler.
10:04.24Arrowmasterseal of blood is so shitty if you have any spelldamage
10:04.50*** join/#wowace abbat_w (i=abbat@moo.efnet.org)
10:04.58abbat_wUff... morning guys
10:04.59Arrowmasterbut apparently is perty nice for pure ret
10:05.10cryogeni tried it a little, didnt like it much
10:05.23cryogenhave just respecced and am now levelling as holy :D
10:05.32Arrowmasterheard it can proc vengenace
10:05.32cryogenit's actually not that bad.. so far
10:05.37abbat_wholy paladin? :)
10:05.41cryogenya
10:05.45abbat_w;)
10:05.49Arrowmasterwhich makes it nice since its 2 chances per swing
10:06.02cryogenmakes sense
10:06.11cryogenit might be reasonable for pvp, but it's pure crap for levelling
10:06.14cryogenif you care at all abotu downtime
10:06.28*** join/#wowace FISKER_Q (i=ballmer@85.24.18.176.generic-hostname.arrownet.dk)
10:06.54Arrowmasterfor tankadins seal of vengence is so nice is blood is complete crap
10:07.29abbat_wAmmo, if you here, can you give me url to .nl site with blocks like sharepoint do
10:07.43cryogenthe *seal* isnt so bad, but if you judge it.. and crit.. with any sort of trinket activated
10:07.48cryogenit's quite a slap in the face
10:07.53abbat_wYou show it some days before, i drop all logs and can't find
10:09.48Mikk~logs
10:09.49purlhmm... logs is apt/ibot/infobot/jbot/purl all log daily to http://ibot.rikers.org/<channelname>/ where channelname is html encoded ie: %23debian | lines that start with a space are not shown | some channels have stats at http://ibot.rikers.org/stats/<channelname>.html.gz
10:10.41abbat_w~tuplad
10:10.42purlhttp://www.taikamaailma.org/gallery/Sekavaa/1080065830042.jpg
10:11.57*** join/#wowace Fisker- (i=ballmer@85.24.18.176.generic-hostname.arrownet.dk)
10:12.52*** join/#wowace trh (n=hmmm@e179052064.adsl.alicedsl.de)
10:13.24*** join/#wowace Uhuru (n=dehli@AAnnecy-157-1-115-52.w90-9.abo.wanadoo.fr)
10:14.07Uhuruhi
10:14.07Mikk'lo
10:14.08Uhurunevcairiel are you here ?
10:15.01Uhurusomeone is using BT3 with differents profiles for the same character ?
10:15.07*** join/#wowace FISKER_Q (i=ballmer@85.24.18.176.generic-hostname.arrownet.dk)
10:15.25[Ammo]abbat_w: http://www.overijssel.nl/
10:18.15*** join/#wowace _DvdKhl_ (i=DvdKhl@p508A5868.dip.t-dialin.net)
10:23.30GandharvaFinally a good SuperInspect replacement: http://www-en.curse-gaming.com/downloads/details/7933/
10:23.43abbat_wAmmo, thanks
10:24.44winkillerwhat's wrong with superinspect?
10:24.45*** join/#wowace [dRaCo] (n=drc@p5485895F.dip0.t-ipconnect.de)
10:25.10abbat_wbtw guys
10:25.47abbat_wPossible blizzard change format of counterspell's strings in combat log
10:25.50pb_ee1~~
10:25.51purlEvery moment in which I'm called upon is torture.
10:25.52abbat_wNow only this:
10:25.53abbat_w6/22 02:55:32.687  Xdiehard is afflicted by Counterspell - Silenced.
10:26.05abbat_w6/22 02:55:36.765  Counterspell - Silenced fades from Xdiehard.
10:26.19nevcairielthats the debuff he gets
10:26.21nevcairielso? :)
10:26.23abbat_wi.e. we don't know who cast CS on xdiehard
10:26.29Uhuruwinkiller superinspect is up to date for 2.1 ?
10:26.33FISKER_Qhttp://boards.nbc.com/nbc/index.php?showtopic=742996 <-omg 25000 posts :(
10:26.36FISKER_Q70 posts a day
10:26.37FISKER_Qi lol'd
10:26.44winkillerUhuru: no clue, mine works
10:26.53abbat_wBut maybe some addon track debufs on opponents by analyze log?
10:28.13FISKER_Qhttp://www.youtube.com/watch?v=PiQxqEG_huE this is the cancer that's killing /b/ :<
10:29.11abbat_whehe
10:29.40abbat_wfrostbite don't override nova rank2 but still override nova rank1
10:32.07*** join/#wowace orican (n=orican@ppp121-45-234-230.lns1.bne4.internode.on.net)
10:34.44*** join/#wowace sag_ich_nicht (i=bitch2k@85.127.108.215)
10:35.08sag_ich_nichtckknight: shouldn't that be 1.9 in the topic? ;O
10:36.01*** join/#wowace Roartindon (n=jtlim@ppp121-45-69-37.lns10.adl6.internode.on.net)
10:38.31*** part/#wowace Roartindon (n=jtlim@ppp121-45-69-37.lns10.adl6.internode.on.net)
10:40.19GandharvaFISKER_Q: look at this: http://www.forum-3dcenter.org/vbulletin/memberlist.php?&order=DESC&sort=posts&pp=50
10:40.58*** join/#wowace Adirelle|Work (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
10:41.06GandharvaBeiträge = posts
10:42.13*** join/#wowace khaki[wtf] (i=khaki72n@74-133-65-248.dhcp.insightbb.com)
10:49.06FISKER_Q6 years Gandharva
10:52.02GandharvaOMG now I see it:  Joined: 21-October 05
10:52.12Gandharvacrazy guy!
10:52.18*** join/#wowace fleetfoot (n=fleetfoo@c-29e6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
10:54.01*** join/#wowace evl (n=fuckoff@213-205-67-125.net.novis.pt)
10:56.33*** join/#wowace Gale (n=Gale212@85-210-206-244.dsl.pipex.com)
10:57.39*** join/#wowace Matrix110 (i=bla@pD957D18D.dip.t-dialin.net)
11:00.28*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
11:02.11*** join/#wowace JoshBorke (n=Josh@r54h77.res.gatech.edu)
11:04.04*** join/#wowace Godzmack_ (n=Godzmack@157.157.216.175)
11:04.45*** join/#wowace Scrapy (n=Scrapy@84.249.77.83.cust.bluewin.ch)
11:05.42*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
11:05.44*** join/#wowace Wogroipl (n=Wogroipl@c529c7a0e.cable.wanadoo.nl)
11:09.21*** join/#wowace Caiman (n=yo@18.pool85-49-207.dynamic.orange.es)
11:12.22*** join/#wowace Adys (n=Adys@APoitiers-256-1-185-214.w86-210.abo.wanadoo.fr)
11:12.37*** join/#wowace Roartindon (n=jtlim@ppp121-45-75-62.lns10.adl6.internode.on.net)
11:12.59yacoobhm
11:13.13*** join/#wowace Fisker- (i=ballmer@85.24.18.176.generic-hostname.arrownet.dk)
11:13.21yacoobare there any "unofficial" ati drivers for win xp, and if there are, are they worth the hassle?
11:13.39Gngskomega, I use 'em
11:13.44Fisker-i think there's omega
11:13.47Fisker-QQ Gngsk
11:13.51Gngskpwnd
11:15.36Adirelle|WorkKaelten: ping ?
11:15.46*** join/#wowace scrapy_ (n=Scrapy@20.219.76.83.cust.bluewin.ch)
11:17.49omega_Gngsk: say what now?
11:17.59omega_ohh
11:18.04omega_nm :)
11:18.10Adirelle|Workis Kaelten the only one that maintains files.wowace.com ?
11:19.12yacoobGngsk, is it worth it? :)
11:20.06*** join/#wowace FRUCHT (i=H@dslb-084-058-145-011.pools.arcor-ip.net)
11:20.18FRUCHTlo
11:21.09FRUCHTgoogle failed me, so here we go: is there a way to give omen a fixed size?
11:24.04pb_ee1EU AUthentification down?
11:24.12*** join/#wowace ie|Stiffe (n=lolz@81-231-242-209-no39.tbcn.telia.com)
11:24.13*** join/#wowace immortial (n=nomail@85.97.128.200)
11:24.18cryogenvhaarr: btw, is there any way to make cloestgnome not get confused by changing sockets on gear?
11:24.40cryogenas in, MaybeInTheFuture or NotPossible
11:24.47*** part/#wowace immortial (n=nomail@85.97.128.200)
11:25.08Matrix110Well it didnt get confused in some early revision by enchants/sockets
11:25.21Matrix110but then it couldnt diffrentiate between these atall
11:25.30FRUCHThi Matrix110 :-)
11:25.47Matrix110I had 2x Gloves with 1x 20Frost 1x20Fire dmg and it was /random which get equiped
11:25.48*** join/#wowace spode (n=spode@3e48ffc7.adsl.multi.fi)
11:25.52Matrix110hi FRUCHT :P
11:26.21cryogenhmm maybe there's an option i missed then, or one that could be added
11:26.42cryogenright now whenever i change my gems it claims to not find them at all :)
11:26.47Matrix110its to much effort
11:26.52Matrix110to find a workaround
11:27.10cryogenwhat would be good would be a menu option to update sets
11:27.10Matrix110and its not like you change your gems/enchants sooo often
11:27.20cryogenrather than having to click add and type the same name in
11:27.30Matrix110Dont take complicated names:P
11:27.30cryogenMatrix110: im a jc, i change gems all the time while levelling :))
11:27.38Matrix110erm?
11:27.48Matrix110using Green gems or why?
11:27.50cryogen"ooh i can make this now.. that'll go nicely in my healing gloves!"
11:27.52sag_ich_nichtmhm
11:28.08cryogenyes, early gear with green gems
11:28.09sag_ich_nichtany way to create an UI like this(or similiar to it) quickly: http://img252.imageshack.us/my.php?image=mbcuirf3ef2qg7.jpg ?
11:28.10Matrix110Well i always got the best gems i could get directly so i didnt really change gems anytime:P
11:28.17cryogenones i make myself :)
11:28.19cryogenas i skill jc
11:28.20sag_ich_nichtas in, not writting XML for a million years.
11:28.54Matrix110sag_ich_nicht i think you could realize that with Waterfall
11:29.18Matrix110not sure though
11:29.53abbat_whhmm... guys, it is possible to 'throw' an event for testing purposes in wow?
11:30.14*** join/#wowace zirah (n=thomas@dimensional-gw.datenwelt.net)
11:34.54*** join/#wowace sbu (n=sb@dslb-084-056-130-199.pools.arcor-ip.net)
11:39.59*** join/#wowace liquiem (i=liquiem@p548B9802.dip0.t-ipconnect.de)
11:40.29vhaarrcryogen: I made it distinguish items because some people use the same item with different enchants/gems
11:40.34vhaarrso the answer would be no
11:41.02cryogencan i request an option to pick any item if there is only one potential match?
11:41.02vhaarrbut it's possible to do so, and very easy
11:41.10nevcairielmake it fallback when the right item wasnt found :P
11:41.11vhaarrI don't want options
11:41.15vhaarrnevcairiel: that could be done
11:41.23cryogenwhat nevcairiel said
11:42.09nevcairielwho killed the EU auth again btw?
11:42.35cryogeni blame gnomes
11:42.40Mikkabbat_w: no, it isn't
11:42.43cryogenespecially of the cloest variety
11:42.58Mikkabbat_w: You can call event handlers in addons as you like though, but there's no way to make all addons receive something generically
11:43.26abbat_weh
11:43.40[dRaCo]is there a way to stop ora2 from enabling when I enter an arena?
11:43.46nevcairielyou can do triggerevent on aceevent, but only ace addons will receive those :P
11:44.12Mikkabbat_w: You can't do FireGlobalEvent("SOME_EVENT"). You CAN do SomeAddon:TheEventHandlerName("SOME_EVENT")
11:44.15MikkOr what nevcariel said
11:44.31Fisker-CAN I HAS STDIO Mikk?
11:44.45MikkKKTHX BAI
11:45.04Mikk~lart EU auth servers
11:45.05purlblasts EU auth servers with a huge firehose then strangles EU auth servers with it
11:45.09Fisker-Invisible "ERROR!"
11:45.35*** join/#wowace Wixi (n=jasoncou@client-82-25-181-164.brnt.adsl.virgin.net)
11:46.10*** join/#wowace pb_ee1 (n=nospam@83.145.75.66)
11:47.11sbumorning :)
11:49.35*** join/#wowace Ins- (n=sam@215.88-64-87.adsl-dyn.isp.belgacom.be)
11:49.47Adirelle|Worknevcairiel: in bT3, isn't it any way to totally hide empty buttons ?
11:50.05Adirelle|Worknevcairiel: I mean so that they doesn't respond to mouse events
11:50.14Adirelle|Works/does/do/
11:50.28*** join/#wowace Gnancy (n=gnancysa@adsl-065-082-190-025.sip.bct.bellsouth.net)
11:50.30nevcairielAdirelle|Work: no
11:50.34nevcairielwell there would
11:50.37nevcairielbut i dont like it
11:50.43nevcairielbecause you cannot drag spells on them in combat then
11:50.59Adirelle|Worknevcairiel: and... what about adding a bar option to enable this behavior ?
11:51.18nevcairielshrink the bar to the number of buttons you need ? :)
11:51.35Adirelle|Workgood try
11:51.39Adirelle|Workbut that won't work
11:52.07Adirelle|WorkI wish to have some buttons no middle of my screen, on which I drag quest items in and out
11:52.15nevcairielah.
11:52.35nevcairielwell, i might think about adding that option
11:52.54nevcairielat least i got rid of the hovering effect again =P
11:53.01Adirelle|Workright
11:53.18Adirelle|Workand if it could prevent thing to get dragged out in combat... would be wonderful
11:53.45*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
11:54.10Adirelle|Workputting back a spell I inadvertely removed during a fight is really annoying
11:54.32Adirelle|Work(and I'm quite sure I'm not the only one to which it happens :p)
11:54.44nevcairieli think bongos simply hides empty buttons and you cannot put spells in .. and i havent heard anyone complain yet..
11:55.13*** join/#wowace Higdur_ (n=nike@81-229-136-48-o1124.telia.com)
11:55.26cryogeni use autobar for that :)
11:55.42nevcairieloh well guess i will make it an option per-bar
11:56.40Adirelle|Workcryogen: I dropped autobar for pt3bar :p
11:56.48nevcairieli need somekind of todo list
11:56.52cryogeni tried pt3bar
11:57.01cryogenit scared me and i went back to autobar quite quickly
11:57.34Adirelle|Workand well, my "quest buttons" are scaled at 150% and stands in the middle of the right part of my screen
11:58.02Adirelle|Workit helps with the "WTF are that damn bomb I should launch NOW !"
11:58.59Adirelle|Workcryogen: I can understand. Personnaly, I installed it, tweaked it, committed some changes I made, and now I'm happy with it :p
11:59.04sag_ich_nichtmhm
11:59.05sag_ich_nichtckknight
11:59.20cryogenit was the tweaking part i had trouble with
11:59.21sag_ich_nichtperformancefu tooltipcode seems to break with more than 255 addons
11:59.34sag_ich_nichtmhm
11:59.36sag_ich_nichteven with less
12:00.14sag_ich_nichtdoesn't depend on the addons, it just breaks at some size
12:00.15sag_ich_nicht>.>
12:00.23sag_ich_nichtand then just goes on beyond the tooltip
12:01.48*** join/#wowace Megalon (i=starfox@85.127.160.1)
12:03.59*** join/#wowace Morghus (n=changeme@21.80-202-101.nextgentel.com)
12:06.42*** join/#wowace beerke (n=beerke@5353E179.cable.casema.nl)
12:09.05sag_ich_nichtmhm, it doesn't seem to have a real performance impact, but out of interest why is TabletLib eating so much CPU for me? D:
12:09.33sylvanaarbecause you are looking at it
12:09.38pb_ee1:p
12:09.42sag_ich_nichtsylvanaar oh
12:09.43sag_ich_nichtright
12:09.45sag_ich_nichtof course
12:09.49sag_ich_nichtand because it's refresh
12:09.51sag_ich_nichtyeah okay i get it
12:09.51sag_ich_nicht:O
12:10.01nevcairielit doesnt do shit if its hidden :)
12:10.15sag_ich_nichtyeah well DUH, i didn't think of that... too little sleep
12:10.15sag_ich_nicht><
12:12.15*** join/#wowace sbu (n=sb@dslb-084-056-130-199.pools.arcor-ip.net)
12:12.28MorghusWhat's up with the incessant AceConsole errors?
12:13.09Tupsianyone using whiteboardng?
12:14.34*** join/#wowace rophy (n=Miranda@220-132-204-186.HINET-IP.hinet.net)
12:20.04*** join/#wowace nekoh_ (n=nekoh@pD9E000E8.dip0.t-ipconnect.de)
12:24.00sylvanaarMorghus was that question addressed to someone?
12:26.50*** join/#wowace theoddone33 (n=jimbob@pool-71-109-99-2.lsanca.dsl-w.verizon.net)
12:27.45*** join/#wowace Cheads (i=chead@0x5731db6e.virnxx18.adsl-dhcp.tele.dk)
12:27.48*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
12:32.13Morghussylvanaar: Hehe, to anyone interested I guess.
12:32.17*** join/#wowace Tak0r_ (n=tak0r@p57B649B8.dip0.t-ipconnect.de)
12:33.30vhaarrMorghus: Noone is interested until you give us a debug stack.
12:35.00Morghushttp://pastey.net/60922 :)
12:35.28pb_ee1SVN down?
12:35.30MorghusOne among many :P
12:35.44*** join/#wowace Lopen|Wooork (n=lopen@207.74.131.76)
12:35.55nevcairielis that a weird bug reporting addon that lists all addons? everyone seems to post like that now
12:35.57SaisCartographer_notes is trying to call utf8len - am I missing a library?
12:36.12Morghusnevcairiel: Swatter
12:36.22vhaarrnevcairiel: It's bundled with Auctioneer, that's why.
12:36.29nevcairielah
12:36.48MorghusI thought it was a good thing :P
12:36.59Saiserr - utf8len is a "nil value"...
12:37.31nevcairielyou should have the UTF8 library in your Cartographer\Libs folder
12:37.34pb_ee1dev.wowace.com seems not to respond, am I wrong?
12:37.52MorghusShould I spam the forum with those AceConsole errors? >.>
12:38.13sag_ich_nichtpb_ee1: works for me
12:38.17sag_ich_nichtat least the responding part
12:38.25pb_ee1strange, I'm blocked on the upload
12:38.37vhaarrNah, you're not.
12:38.37sag_ich_nichtmaybe the svn itself is buggy
12:38.39*** join/#wowace Josh_Borke (n=jk275@antimatter.stl.gtri.gatech.edu)
12:38.40sag_ich_nichtbut the server is up
12:38.40vhaarrYou're blocked on the post-commit.
12:38.51pb_ee1"Sending content" since 3-4 minutes now
12:39.05nevcairielCIA is blocking it again, it seems
12:39.07pb_ee1vhaarr: what do you mean?
12:39.17vhaarrpb_ee1: Read the SVN manual about post-commit.
12:39.37Saisnev: k. *checks*
12:39.40*** join/#wowace kenlyric (i=kenlyric@iu-itpo-vreris.itpo.iu.edu)
12:40.04*** join/#wowace liquiem (i=liquiem@p548B9802.dip0.t-ipconnect.de)
12:40.16SaisHmm. Seems to be there...
12:40.52nevcairieldid you update while having the game open?
12:41.00sag_ich_nichtlol
12:41.08pb_ee1vhaarr: It just completed the upload without me doing anything. It is strange that I am blocked, I did not commit any addon today, except this one
12:41.26nevcairielits not you who is blocked
12:41.33vhaarrpb_ee1: It's not strange at all.
12:41.39pb_ee1aha, it is the post-commit script? what happened then? :P
12:41.40nevcairielthe script is blocking everyone because it prolly waits for CIAs timeout
12:41.42nevcairielor something
12:41.43vhaarrLike I said, it's blocking on the post-commit hooks.
12:41.49vhaarrindeed
12:41.59pb_ee1Ok I see ;)
12:42.12vhaarrMorghus: Some addon you have is misbehaving.
12:42.12nevcairieljust a guess tho, because we do not get cia reports ;)
12:42.14pb_ee1Thanks for the info, is CIA coming back soon? :P
12:42.22vhaarrask the cia nubs
12:42.31*** join/#wowace Cartas (n=Cartas@host86-133-202-32.range86-133.btcentralplus.com)
12:42.41pb_ee1CIA is not online :P
12:42.43sag_ich_nichtyou know
12:42.48sag_ich_nichtif CIA wasn't a bot
12:42.51Saisnev: Nope.
12:42.53sag_ich_nichtthat conversation would be really scary.
12:43.00Saisnev: Seems to happen when I close the map.
12:43.13*** join/#wowace Royal (n=m@cp291458-b.landg1.lb.home.nl)
12:43.31nevcairielrestart the game and try again, if the lib is there, it will get loaded
12:43.34nevcairielwell should anyway :P
12:43.36vhaarrDo a binary search, then.
12:43.54Saisnev: restart or will a ui reload do it?
12:44.27Morghusvhaarr: Me?
12:44.30*** join/#wowace alext (i=v@noc.salisbury.edu)
12:44.36nevcairielSais: restart
12:45.10*** join/#wowace Wobin_ (n=wobin@203-214-134-198.perm.iinet.net.au)
12:45.45MorghusI suspect it's Violation: \AddOns\Violation\Violation.lua line 2099:
12:45.45Morghus<PROTECTED>
12:45.52[Ammo]oh?
12:45.54MorghusSince I've actually disabled the addon
12:45.57Morghus<.<
12:46.39Morghus[Ammo]: Now that I think about it, I did report something like this before, and you said "Might be my bad" or something :P
12:46.44[Ammo]morghus: what did you do?
12:46.49[Ammo]Morghus: and is your vio up to date
12:46.51Saisnev: OK, cheers. Will have to try that later. I'm supposed to be packing now...but "need" to finish this quest :) (not that I'm addicted or anything)
12:46.57[Ammo]as in what triggers this bug
12:47.06MorghusLoading the game.
12:47.17MorghusWith Violation disabled. I even removed the savedvariables
12:47.34[Ammo]apparantly violation is not disabled or it would not error
12:47.38MorghusI did an update 15 minutes ago
12:47.40[Ammo]unless you put it in standby
12:47.42[Ammo]shrug
12:47.43*** join/#wowace revv (n=Miranda@205.174.173.55)
12:47.56MorghusI disabled it in the 'Addons' thingie in the character screen. How much more disabled can it get? Oo
12:48.04vhaarrIt can't error, then.
12:48.10[Ammo]it' can't error then indeed
12:48.35MorghusMight it be because I disabled it for this character only?
12:48.44pb_ee1Can an Item ID be negative?
12:48.45vhaarrIt still can't error.
12:48.55MorghusSee, that's the funny thing. I did disable it
12:49.11MorghusAnd that error up there is what shows up
12:49.23sag_ich_nichtMorghus
12:49.25sag_ich_nichtgo and disable it
12:49.26sag_ich_nichtagain.
12:49.40MorghusYes. Logging in now
12:49.44vhaarrpb_ee1: Why does it matter?
12:49.53Morghus..\AddOns\Violation\Violation.lua line 2099:
12:49.54Morghus<PROTECTED>
12:50.09pb_ee1I'd like to use a fake ID for backpack, keyring and bank bag
12:50.10MorghusI'll reinstall it, and delete the variables, and all that stuff
12:50.12vhaarrMorghus: It's not disabled, then, it's that simple.
12:50.29pb_ee1Thus, I would like to use an ID that will _not_ be used by another item
12:50.30*** join/#wowace dabu (i=xx@p54AC9DCF.dip0.t-ipconnect.de)
12:50.31Morghusvhaarr: Beyond deleting it, I don't see how I can disable it any more
12:51.09mitch0EBCK
12:51.15vhaarrpb_ee1: The problem is that str:find("item:(%d+)") does not match negative numbers
12:51.20sag_ich_nichtmitch0: that's what i just said.
12:51.20[Ammo]if it is disabled it won't get loaded
12:51.21vhaarrpb_ee1: So you'd probably break the world.
12:51.27[Ammo]if it won't get loaded it can't error
12:51.31[Ammo]if it errors it's loaded
12:51.33[Ammo]and thus not disabled
12:51.43vhaarrMorghus: I'm just telling you, again, for the 5th time, a disabled addon CAN NOT ERROR.
12:51.51pb_ee1vhaar: well i'll never use str:find(...) so it does not matter
12:51.58vhaarrpb_ee1: Many addons do.
12:52.27Morghusvhaarr: And I'm trying to tell you that for some reason I have disabled it as much as I can, and apparently it's still loading
12:52.28pb_ee1vhaarr: I know, but the data i want to save is not designed to be used by the addons. Only by a PHP script
12:52.46pb_ee1I just need to know if an item ID can be negative or not. If not, my problem is fixed ;p
12:52.48vhaarrpb_ee1: ah
12:52.52vhaarrpb_ee1: No, they can not.
12:53.03pb_ee1vhaarr: Thanks :-)
12:53.31nevcairielthe idem id itself not no
12:53.39vhaarrthat's what he asked about
12:53.40nevcairielbut the last two parts of the item string can :P
12:53.57nevcairieli know, but just saying
12:54.20pb_ee1nevcairiel: Yep, I knew this too :P But as vhaarr said, I'm just interested in the item ID ;)
12:55.01LywellynStupid maintenance ><
12:55.05MorghusI'll delete the thing, and then see what happens. The ultimate disabling
12:55.30[Ammo]using the blizzard addon screen disabling works just fine for me
12:55.38[Ammo]so you're doing it wrong
12:55.43MorghusThat's the one I was using :)
12:56.00[Ammo]I bet you have ACP installed or MCP or something
12:56.02MorghusI can't see how I can fail in removing a tick :P
12:56.05MorghusACP?
12:56.12[Ammo]some addon control program
12:56.39MorghusNone that I'm aware of. My addon-listing is here: http://pastey.net/60922
12:57.06vhaarr76  FuBarLoadLODFu, v1.0
12:57.12vhaarr69  FuBarAuditorFu, v2.3.2
12:57.19vhaarr81  Geist, v20100.1
12:57.49[Ammo]euhm, that error does not mention Violation at all
12:57.52vhaarr^ explain
12:57.54LywellynMorghus: Holy crap, the extensive LIB list....
12:58.16Morghusvhaarr: What do you mean?
12:58.26MorghusLywellyn: !!!StandAloneLibraries
12:58.27vhaarrI don't know what those addons do
12:58.35Lywellyn*shudder* oh yeah.
12:58.45LywellynAuditorFu is a money management FuBar plugin
12:58.57MorghusFuBarLoadLODFu loads LOD modules by demand, listing them , and all that. Pretty handy :)
12:59.06vhaarrI'd disable that as well
12:59.07MorghusAuditorfu's an extensive accountant thingie
12:59.14Morghusand Geist is just a popupbar thingie
13:01.48*** join/#wowace clad|sleep (n=cladhair@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
13:01.48*** mode/#wowace [+o clad|sleep] by ChanServ
13:01.59MorghusLywellyn: Looks like loading the libraries once is a good thing :)
13:02.14Morghus*only once
13:04.38MorghusComplete reinstall of all Ace addons. It removed alot of bad popups. Usually does >.>
13:06.04MorghusNow there's only some PitBull_BarFader errors :P
13:11.13*** join/#wowace dotk (n=sigh@c211-30-191-4.artrmn2.nsw.optusnet.com.au)
13:13.45Industrial.. so find out who made it
13:13.49Industrialand do something about it
13:13.59MorghusYeah. Working on that one.
13:14.16Industrial<addon>.toc, ## Author: <name> <--!
13:14.18*** join/#wowace KriLL3 (n=KriLL3@c-2be3e155.72-6-64736c11.cust.bredbandsbolaget.se)
13:15.15Morghus[Ammo]: Finally managed to reproduce the Violation error: http://pastey.net/60991 - What I did was "/violation windows 1 show"
13:15.51MorghusThen I hit it again, to hide it, and voila.
13:16.17*** join/#wowace kovi (i=nnscript@p5081E8C0.dip.t-dialin.net)
13:17.19[Ammo]you don't use the console
13:17.22[Ammo]in fact, removing that
13:18.09*** join/#wowace Jens (i=Jens@pdpc/supporter/active/Jens)
13:18.24*** join/#wowace Chompers (n=Chomp@cpc1-cove7-0-0-cust955.brhm.cable.ntl.com)
13:19.01MorghusWill you allow any alternatives to that?
13:19.24[Ammo]shrug
13:20.24MorghusIt's a really neat thing to have, as it's part of a macro to enable/disable my raid/party-UI. Slash-commands to hide and show are nice
13:20.33[Ammo]if you want to close all your windows or open them again: /script Violation:CloseWindows()   and /script Violation:OpenWindows()
13:20.55[Ammo]aceconsole apparantly breaks on the pass values or something
13:21.00mitch0anyone knows a utility or something that could print me the package name of a .class file (offtopic, I know, but google failed me)
13:21.09FinMorghus: do you use Prat?
13:21.13MorghusAh, two different commands. That's a bummer.
13:21.20MorghusMorghus: No, why?
13:21.46Morghus*Fin
13:21.56MorghusSorry :P
13:22.06*** join/#wowace fleetfoot (n=fleetfoo@c-29e6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
13:22.08FinMorghus: I was going to suggest a way of calling a slash command that would be easier than a /script
13:22.17Finjust using Alias, basically
13:23.16Morghushehe. I haven't bothered with any chat-addons yet. What's the upside to that?
13:25.35*** join/#wowace fleetfoot (n=fleetfoo@c-29e6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
13:25.48MorghusHmm.... possible to do a "/script [button:1] Violation:CloseWindows()" or something, so I can put both commands into one button?
13:28.43Tupsihow can i get a version string of threat-1.0 shown?
13:30.22TupsiAntiarc ?
13:30.44pb_ee1Tupsi: ThreatLib:IsOutOfDate("player") ?
13:31.02Tupsithat showing me my version of threat-1.0?
13:31.08pb_ee1yes, it should
13:31.38pb_ee1_, threatLibVersion = ThreatLib:IsOutOfDate("player") more precisely
13:31.52Tupsiand how do i call that via chatframe?
13:32.02Tupsii am a lue noob sorry
13:32.26pb_ee1.   /script _, threatLibVersion = ThreatLib:IsOutOfDate("player")
13:32.27Tupsijust trying to debug omen issues from guldies while i am still at work via icq
13:32.37Tupsiuhh that sounds nasty
13:32.39pb_ee1but be careful, threatLibVersion will then be a global if you do that
13:33.22*** join/#wowace fleetfoot (n=fleetfoo@c-29e6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
13:33.30pb_ee1You just want to print the version number at the screen?
13:33.35Tupsiyes!
13:34.05Tupsii learned last night that some ancient version fucksup the whole thing if left in the addons folder somewhere
13:34.39pb_ee1.   /script local _, threatLibVersion = ThreatLib:IsOutOfDate("player"); ThreatLib:Print(threatLibVersion) ?
13:34.48pb_ee1dunno if it works and if it the right way
13:34.52pb_ee1but I would do it like this
13:34.59pb_ee1(just for testing purposes)
13:36.46pb_ee1Humm maybe you can simply do ThreatLib:GetLibraryVersion() :P
13:37.36*** join/#wowace fleetfoot (n=fleetfoo@c-29e6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
13:38.24pb_ee1http://www.wowace.com/wiki/AceLibrary#:GetLibraryVersion.28.29
13:38.45pb_ee1Tupsi: That's it, it is the best way to check the version of ThreatLib
13:38.56*** join/#wowace Leialyn (i=unknown@p54B4E26C.dip.t-dialin.net)
13:39.01LywellynAnyone know how you get PitBull to shop showing how long a raid member has been dead or they've been a ghost?
13:40.54mitch0<PROTECTED>
13:41.37winkillerwow
13:41.45winkillermy client won't let me even make mpty lines :)
13:41.47winkiller<PROTECTED>
13:41.54pb_ee1winkiller: grats
13:41.58winkillerah! ctrl-enter fixes this problem
13:42.01pb_ee1<PROTECTED>
13:42.04sag_ich_nicht<PROTECTED>
13:42.07winkillercheaters :>
13:42.08pb_ee1(rofl)
13:42.16sag_ich_nicht/say
13:42.18sag_ich_nichtargh
13:42.20sag_ich_nichtthey fixed that
13:42.26sag_ich_nichtwhen you could really send an empty messaged
13:42.34sag_ich_nichtused to confuse some IRC servers greatly
13:42.34sag_ich_nicht:O
13:42.40pb_ee1:p
13:43.59|Pixel|<PROTECTED>
13:44.43*** join/#wowace fleetfoot (n=fleetfoo@c-29e6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
13:45.58LeialynLywellyn acording to DogTag documentation this is going to be a very long string with everything added Trunc( ... ) ^^
13:46.13Lywellynugh.  Thanks. :p
13:51.27*** join/#wowace Wixi (n=jasoncou@82.25.181.164)
13:56.48*** join/#wowace Wixi (n=jasoncou@client-82-25-181-164.brnt.adsl.virgin.net)
13:57.52*** join/#wowace _art3mis (i=art3mis@ool-18b9f13e.dyn.optonline.net)
14:00.14*** join/#wowace Stiney (n=chatzill@c-24-218-115-4.hsd1.ma.comcast.net)
14:07.53jmemorning
14:08.45*** join/#wowace Saroz (n=Saroz@0x57379922.sdnqu1.broadband.tele.dk)
14:11.18*** join/#wowace lolinternet (i=bitch2k@85.127.109.140)
14:11.27*** join/#wowace pb_ee1 (i=pb_ee1@mne69-10-88-173-76-143.fbx.proxad.net)
14:14.49*** join/#wowace Hjalte (i=Hjalte@0x57346ae7.svgnxx3.adsl-dhcp.tele.dk)
14:14.57*** join/#wowace Kaydeethree (n=kd3@host-69-59-74-241.nctv.com)
14:15.44*** join/#wowace Wixi (n=jasoncou@client-82-25-181-164.brnt.adsl.virgin.net)
14:19.48*** join/#wowace Wixi (n=jasoncou@client-82-25-181-164.brnt.adsl.virgin.net)
14:21.12durcynhrm, CIA hook borked again?
14:21.18trh_yep
14:21.24trh_made like 3 commits in the last hour
14:21.27trh_none was reported
14:21.33durcyngood, time to ninja-commit shit.
14:21.44*** join/#wowace Coldheart (i=cold@systembolaget.us)
14:22.08trh_i fixed a cool memory leak that caused ace2 memory to grow :)
14:22.24*** join/#wowace Kilroo (n=Kilroo@cpe-071-076-173-175.triad.res.rr.com)
14:22.33vhaarrplease word yourself more carefully
14:22.39vhaarryou plugged a hole in your addon, not ace2
14:22.56trh_vhaarr: yep, but it caused the memory from ace2 to grow
14:23.07trh_vhaarr: that's why i didn't noticed it before
14:24.00trh_there are btw: memory leaks in either fubar, furbarplugin or any library these use too that cause ace2 memory to grow :(
14:24.16Sarozfix them
14:24.34trh_if i can find them :/
14:24.47trh_debugging memory growths caused by TriggerEvents are a pain in the ass
14:24.48Cryectthey aren't the only thing causing ace2 memory to grow
14:25.34*** join/#wowace FtH|Daemona (i=me@i577A2968.versanet.de)
14:25.41Sarozfix it all
14:25.49Sarozvhaarr, sup with dat feature man?
14:25.58trh_Cryect: but they do it pretty bad, mouseovering all my fubar plugins causes like 10kb
14:26.14Saroztrh_, thats cause it gets all the libs
14:26.43Cryecttrh: heh ah I don't use fubar so wasn't sure how bad it is just know I see it without it though
14:26.59Sarozhttp://www.wowace.com/wiki/Ace2_Memory_Concerns
14:27.28Cryectwhy did you link to that?
14:27.32*** join/#wowace Summoner (n=chatzill@ppp70-59.adsl.forthnet.gr)
14:27.38trh_Saroz: but that's warmup?
14:27.43trh_Saroz: i'm talking after warmup
14:27.45Cryecthe's not talking loadup time...
14:27.49Sarozah
14:27.58Cryectwho cares about loadup memory]
14:28.13Sarozwell still, if the libs leak, and fubar loads the libs it could be credited to fubar by "mistake"
14:28.13Cryectsince loadup memory isn't a leak :-p
14:28.18Sarozunless you are running unembeds
14:28.23Cryectits not being credited to fubar
14:28.26Cryectits being credited to ace2
14:28.38trh_Cryect: yeah.. that's what makes debugging to painful :(
14:28.52Cryecttrh is crediting it to fubar because he does something with fubar and the memory usage goes up
14:29.03trh_Cryect: i basically debugged it by calling my triggerevents manually with random data 10000 times to see what exactly caused it
14:29.25trh_but i don't have any clues about the fubar structure, so it's really hard
14:29.27Cryectyou could write a debug hook with trigger event to track memory of every eventhandler
14:29.57Cryectthen you can do analysis on per event basis and on per function basis
14:30.20trh_nice idea
14:30.46*** join/#wowace Vegeta]BT[ (n=Vegeta-G@xdslb132.osnanet.de)
14:30.59Cryectwe need like special debug versions of Ace2
14:31.11trh_that'd be nice
14:31.21trh_we should ckknight convince to create one :)
14:35.34cryogenbtw why does fluidframes use so much memory, it doesnt do much, surely?
14:37.10*** join/#wowace kamel (n=geforz@p54A78E89.dip0.t-ipconnect.de)
14:39.30*** join/#wowace Coldheart (i=cold@systembolaget.us)
14:40.18trh_cryogen: no idea, but maybe it rerenders/recreates tables when a raidmember leaves/enters
14:40.54KillmoreAntiarc
14:42.16*** join/#wowace aen` (n=aen@cpe-65-25-19-175.neo.res.rr.com)
14:42.41cryogenso far havent used it in a raid setting
14:43.00cryogenbut it seems to use around 3M idle, doesnt gain much really
14:43.07trh_strange
14:43.11trh_i use sRaidframes
14:43.25cryogenthe only reason i use it is so i can move my quest log and stuff :)
14:43.41Saroztrh_ <3
14:44.13trh_although they don't work when you deactivate fubar.. it's a bit strange ;)
14:44.13aen`did classtimer get an overhaul? it seems like it has alot more customization
14:45.25SarozSVN is teh down
14:45.44nevcairielnah only teh slow
14:45.59Sarozbeen committing for 5 minutes now :p
14:49.18*** join/#wowace KriLL3 (n=KriLL3@c-2be3e155.72-6-64736c11.cust.bredbandsbolaget.se)
14:51.23[Ammo]it's not down
14:51.24[Ammo]you nub
14:51.30[Ammo]the CIA hook is timing out
14:51.42*** join/#wowace moonsorrow (n=moonsorr@HSI-KBW-085-216-057-070.hsi.kabelbw.de)
14:52.17CryectGuessing Kaelten is asleep or something
14:52.34Fisker-1 hour till he wakes up
14:52.37Fisker-MOAR
14:52.52sbuSaroz: bloodlust display is very useful, thank you ;o
14:52.53jmeCIAdsfsdf
14:52.59Chompersyou mean kaelten requires sleep?
14:53.01jmeuh sorry
14:53.06Cryectstrange isn't it
14:53.07jmescreen session locked up and i had to unlock it :p
14:53.24Cryectcursing at the CIA causes that
14:53.36Cryectdon't even think of cursing at the NSA
14:53.54jmeheh
14:54.00jmescreen as in unix screen(1) ;)
14:57.31Thraejme: There's a key combination which can do that, I forget what it is. I just normally make a new terminal / PuTTY session and do screen -dr.
14:58.17ThraeSo is CIA 100% broken now?
14:58.27trh_kaelten doesn't need sleep, he has maintenance cycles ;)
14:58.43Cryectthe website seems down so for now I guess it is
14:59.43pb_ee1It seems it's coming back up again (SVN)
14:59.53pb_ee1Hummm or not
15:00.09Cryectits only the very last part that causes the issue so you ccan upload files fine etc
15:00.22Cryectit should really let you finish the commit before the postcommit hook
15:00.28Kaeltenwhats down?:
15:00.31CryectCIA
15:00.35Cryectas usual
15:00.42Kaeltenoh shock awe amazement
15:00.49Cryectyeah surprising :-p
15:01.03LywellynhyperChipmunk:  Are you the author of BattlegroundFu?
15:01.07ThraeThe CIA was taken out by FBI and HS.
15:02.01hyperChipmunkyep
15:02.03pb_ee1Cryect: Commit failed || MERGE request failed on '(...)' || MERGE of '(...)': 504 Gateway Time-out
15:02.10Sarozye, got that aswell
15:02.12*** join/#wowace vhaarr (n=folk@9.84-234-132.customer.lyse.net)
15:02.12*** mode/#wowace [+o vhaarr] by ChanServ
15:02.14LywellynThe TTV values in Arathi Basin don't show, even though I have them set to show.
15:02.20pb_ee1Seems the SVN is down, too
15:02.22Kaeltenare commits slowed down because of it
15:02.24hyperChipmunkerrors?
15:02.28LywellynNone
15:02.35Cryectyes, taking forever again
15:02.37trh_Kaelten: it looked like they were a bit a hour ago
15:02.40cryogenhyperChipmunk: you fixed the builkmail trouble? (saw some commits)
15:02.55hyperChipmunkfixing one more thing right now
15:02.57hyperChipmunkbut yea
15:03.03hyperChipmunkit's muuuuuuuuuuuuuuuch better
15:03.06Sarozsbu :p
15:03.07trh_Kaelten: can't you call the thing to report it to cia with a '&', to it gets forked?
15:03.13cryogenwas it just a bug or are the some limitations?
15:03.23cryogens/the/there/
15:03.26hyperChipmunkstoopid coder
15:03.38cryogen:D
15:03.41*** join/#wowace nuoHep (i=nuoHep@85.192.55.242)
15:03.54hyperChipmunksoon as this commit goes, update and all should be well
15:04.01hyperChipmunk...if it ever goes
15:04.02cryogenshiney
15:04.18Kaeltensee if that fixed it
15:04.38cryogenat some stage i will need to move the  mail i sent yesetrday back to my normal toon, so will be nice to do it all in one :D
15:05.04hyperChipmunkoh, well you can do that right now; the fix i just did was to BMI only
15:05.19Kaeltenare commits any faster now?
15:05.20cryogeni could, but i dont wanna!
15:05.43*** join/#wowace Firik (n=erik@c3eea6fe0.cable.wanadoo.nl)
15:06.56Kaeltensomeone test commits please
15:06.59Fisker-Kaelten you're up too early
15:07.06Fisker-gb2/bed/
15:07.11Kaeltengot to be at work soon
15:07.32pb_ee1Kaelten: I'll try
15:08.24pb_ee1It is not faster
15:08.55pb_ee1Kaelten: It uploads, then waits a loooooooooooooooooong time, and says "upload completes" (well I suppose, atm it is just waiting)
15:09.30Kaeltenok now try
15:10.35Antiarc|WorkMorning
15:11.06pb_ee1D'oh, I must wait until process completes xD
15:11.06hyperChipmunkoh, that was much faster
15:11.15trh_Kaelten: still slow
15:11.23hyperChipmunki just committed in 10s, instead of 10m
15:11.32hyperChipmunkbut still not as fast as usual
15:11.35Kaeltenforking it doesn't work
15:11.45KaeltenI had to comment it out
15:12.15pb_ee1Kaelten: Isn't this linked to CIA?
15:13.09Kaeltenthink so
15:13.18cryogenwhats a good weapon for a 39 druid?
15:13.25cryogens/a good/the best/
15:14.24LywellynhyperChipmunk:  Yeah, I'm in AB and it's not showing TTV.  I even unchecked and re-checked the option in the menu.
15:14.48Lywellynbut it's showing time to capture just fine
15:15.22hyperChipmunkodd
15:15.33hyperChipmunkit hasn't been changed in months
15:15.44LywellynI think it stopped showing with the 2.1 release
15:15.49Lywellynit's not been there for a while.
15:16.16hyperChipmunkah, thx for timely bug reports >8p
15:16.24pb_ee1Kaelten: I can try the commit again, do you need one try again or shall I commit it right now? );
15:16.27Lywellynthere's been a thread at the forums for a while ;)
15:16.35pb_ee1s/);/;)/
15:16.38*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
15:16.38*** mode/#wowace [+o Cairenn] by ChanServ
15:16.38hyperChipmunki've never looked at the forums
15:16.45pb_ee1d'oh
15:16.47Kaeltenyou can try it
15:16.53trh_cryogen: isn't the weapon for a druid irrelevant (except for stats) ?
15:17.05LywellynThat would explain that. :p
15:17.28cryogentrh_: it is ye, but stats are important though
15:17.36pb_ee1Kaelten: 10s approx. Cool if you need to go to work
15:17.52Kaeltenya I'm outta here in a few mins
15:18.11*** join/#wowace stavmar (n=chatzill@cpe-97-99-113-207.austin.res.rr.com)
15:20.16Sarozckknight, ping
15:20.51*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
15:20.59*** join/#wowace Kinkx (i=bleh@221.84-48-78.nextgentel.com)
15:21.19*** join/#wowace Tupsi (n=Miranda@pD95F869E.dip0.t-ipconnect.de)
15:22.06Kaeltenhttp://www.youtube.com/watch?v=XBeiQvFsQLM
15:23.28hyperChipmunkLywellyn: are you in AB right now?
15:23.32LywellynYes
15:24.44hyperChipmunkcan you /dump GetWorldStateUIInfo(1)
15:25.11hyperChipmunkand tell me what the 3rd return is?
15:25.41Lywellyn"Bases: 2  Resources:  720/2000"
15:25.46hyperChipmunkk
15:25.47*** join/#wowace Xuerian (n=core@wireless-216-222-129-181.citizip.com)
15:27.12hyperChipmunkdoes the Resources display correctly in batfu?
15:27.33LywellynYeah
15:30.37Kaeltenhttp://www.youtube.com/watch?v=jN-SPOzIS84&mode=user&search=
15:31.33*** join/#wowace jdoss (n=jdoss@adsl-75-37-100-142.dsl.chcgil.sbcglobal.net)
15:32.18*** join/#wowace Adys (n=Adys@APoitiers-256-1-19-187.w90-16.abo.wanadoo.fr)
15:32.51hyperChipmunkdoes TTV display anything at all?
15:33.30LywellynNope.  There's no TTV display whatsoever.  It's as if the option was deselected, I'd imagine.
15:34.36*** join/#wowace MoonWolf_ (n=MoonWolf@89.98.118.158)
15:34.48hyperChipmunk/dump AceLibrary("Glory-2.0"):GetAllianceTTV()
15:34.52hyperChipmunkif you're still in there
15:34.58LywellynGonna have to wait for me to get back in ;)
15:35.32LywellynI did it outside, and it says 728.86800000002
15:35.36hyperChipmunkok
15:35.38hyperChipmunkthat's good
15:35.57hyperChipmunkdid horde win the last match, by chance?
15:36.03LywellynYep.  We rock.
15:36.14Lywellyn-175.91100000002
15:36.17hyperChipmunkI'll debate that, but that info makes me happy
15:36.22hyperChipmunk>8p
15:36.50Lywellynahahaha
15:38.04jmehorde ftw!
15:39.34LywellynYeah, it's still reporting values inside of the BG too
15:40.59hyperChipmunk/dump aha
15:41.06hyperChipmunki got it
15:41.13Lywellynaha = nil. :p
15:41.17hyperChipmunkhar
15:41.21jme:o
15:41.49jdossHello, where is the best place to submit bugs with Ace?
15:42.21Xuerianjdoss: Here, if the dev is here.
15:42.27Xuerianjdoss: Forum thread if they aren't.
15:42.54hyperChipmunkcommitted; update please =)
15:43.18jdossOk cool.  I think it might just be my setup but whenever I use say spellthread on some legs or bind a pet to my char WoW blocks the action until all of my Ace related addons are disabled.
15:43.38LywellynOkay, I will when I'm finished with this BG.
15:43.55Xuerianjdoss: Have you eliminated them one by one/added them one by one till it breaks?
15:44.20durcynbollocks.  what was the script command to dump taint status of a frame?
15:44.52jdossWell it goes down the chain of addons that have Ace in them.  I have tried removing different combos but they all seem to just need to be disabled for the action to go through.
15:45.18Xuerianjdoss: Find the ones that by themself (along with ace if you're disembedding) that break it.
15:45.19XuerianReport each
15:45.38jdossOk will do.
15:45.39durcyn(after updating EVERYTHING to latest)
15:45.47XuerianYeah :p
15:45.48jdossYea I use the Macaceupdater
15:45.58jdossI tend to do it every week
15:46.33jdossLike I said it might just be my setup.  Thanks for the tips. =D
15:46.52*** join/#wowace nighty (n=kek@c211-30-191-4.artrmn2.nsw.optusnet.com.au)
15:47.38*** join/#wowace bindi (i=indigo@d54C68C7E.access.telenet.be)
15:48.29*** join/#wowace Shirik (n=nospam@mckay32-75.resnet.db.erau.edu)
15:49.18*** join/#wowace shingo2 (n=shingo@p5487C025.dip.t-dialin.net)
15:59.10sbumhhhm
15:59.15sbugrid only has 2 'text' attributes?
15:59.18sbucenter and center2?
15:59.27sbuso not possible to show texts in corners? (e.g. hot display)
15:59.58hyperChipmunkGridSideIndicators?
16:00.06*** join/#wowace Adys (n=Adys@APoitiers-256-1-19-187.w90-16.abo.wanadoo.fr)
16:00.11hyperChipmunkit's a separate addon
16:00.26mitch0my friggin cow-orker is an arse :[
16:01.08hyperChipmunki'm scared to ask what cow orking is
16:02.19Sarozwut!
16:02.21Sarozmade wow crash
16:03.07Sarozsomeone try /dump strsplit(",", nil)
16:03.46evlckknight: I just nuked my WTF and I the icons position option is greyed out even if it's enabled, anything I've missed?
16:04.10AwaaSaroz, aceconsole error
16:05.53*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
16:06.08SarozAwaa, yea, guess it wasnt that :|
16:06.10sbuwell hyperChipmunk, but its only for those little dots
16:06.13*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
16:06.17sbuhyperChipmunk: cant put "text" stuff there :/
16:06.21sbusame with icons
16:08.17hyperChipmunkah, well then quit yer whining
16:10.38Wobin_oh man
16:10.45Wobin_this new computer is fantastic
16:10.48Wobin_I can see grass!
16:10.56Wobin_and everything has texture!
16:11.10*** part/#wowace Adirelle|Work (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
16:11.15Wobin_It's like I've been playing in a room full of fog for the last 2 years =P
16:11.27Wobin_I mean, I get up to 60fps!
16:11.34hyperChipmunk!
16:11.34Wobin_\o/
16:11.38hyperChipmunkgo wobman
16:12.42Wobin_nu-uh
16:12.45shieldbanyone happen to have a screenshot of the pullout bars in omen that I can hijack?
16:12.51*** join/#wowace Kaelten (n=kaelten@69.109.103.158)
16:12.51*** mode/#wowace [+o Kaelten] by ChanServ
16:13.05shieldbgot a friend who wanted to know what they looked like but I don't have any shots of it myself
16:13.09Wobin_I carried that cpu home all by myself
16:13.17Wobin_by the time I got there I couldn't feel my hands =P
16:13.29hyperChipmunkhttp://69.14.77.214/omenpullouttext.png
16:13.29mitch0vacation ftw
16:13.39Wobin_I aint letting go of it anytime soon =P
16:13.39durcynand the police never caught you?
16:13.39Kaeltenback
16:13.46sbuhyperChipmunk: bah :/
16:13.53Wobin_hyperChipmunk: no connection =(
16:14.15mitch0seeya in a week
16:14.15shieldbhyperChipmunk, unable to establish a connection to the server
16:14.15hyperChipmunkoh, sec
16:14.24hyperChipmunkgo
16:14.32shieldbwoo, thanks
16:14.49sbumh, any1 did tidewalker since 2.1.2 patch?
16:14.57sbuwhats new with murloc hp?
16:15.03shieldbit isn't changed
16:15.05shieldbstill 17k
16:15.11sbuhmhm okay
16:15.22shieldbthe main thing people seem to be running into is tons of people banked points and got the new gladiator weapons
16:15.23Tornhoofno difference
16:15.27shieldbso you have a net increase in raid dps
16:15.31Tornhoofyeh
16:15.33*** join/#wowace KarlThePagan (n=andross@66.225.8.145)
16:15.37Tornhoofsame results here
16:15.47shieldbhowever, they fixed the lurker water issue!
16:15.58shieldbboil the water, kill lurker, water unboils
16:16.03shieldbbut the fish don't come back
16:16.12sbuyup
16:16.26Cryectoh thats nice
16:16.43sbuso you can swim to tidewalker ;o
16:16.56shieldbyou can skip like 4 pulls, yeah
16:17.09shieldboh, and the warrior murlocs in his room are sheepable now
16:17.16Cryecthaha wtf
16:17.19Matrix110ere
16:17.25sbuah :o
16:17.25Matrix110omg my typing lags
16:17.38Matrix110they were always sheepable
16:17.58shieldbthe warrior types, no - the rest of the murlocs were but not the warriors afaik
16:18.03CryectUh pretty sure first time we saw them they weren't
16:18.20Megalonmurloc warriors were sheepable before
16:18.47shieldbI may be thinking of pre-2.1
16:18.56Megalonwell, don't know pre 2.1
16:18.59CryectI'm thinking like before any tuning at all and since then haven't tried to sheep anything unless they said it was sheepable then decide AOE was better anyways
16:19.26CryectNo reason not to tank them all at once and AOE them down
16:19.47Cryectwhile melee focuses on the healing ones :-p
16:20.32*** join/#wowace Lysistrata124 (n=yousuck@unaffiliated/lysistrata)
16:20.36shieldboh, and you can outrange watery grave (not sure if that's new)
16:20.38Cryectthe nerfs to the trash basically turned most them into aoe pulls which was amusing
16:20.38Lysistrata124Hi
16:20.50Shirik12‹Lysistrata12412› Anyone got a clue why AceUpdater does not work? 1.9.3 doesn't do anything after I click "Reload Index"
16:21.00Shirik=P
16:21.06Lysistrata124Thanks shieldb, that what I call support ;D
16:21.15*** join/#wowace Kalman| (n=delay@141.211.233.248)
16:21.15Lysistrata124Shirik
16:21.26Lysistrata124stupid nick completion :(
16:21.30Shirikhehe
16:21.49*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
16:21.58Shirikhrm, is Kaelten here?
16:22.12syerenHmm, what's the Ace 'Move Anything' addon, I'm sure one exists.
16:22.13Kaeltenno
16:22.18Wobin_Visor
16:22.20Wobin_2
16:22.21Shirikoh well
16:22.22Kaeltensyeren: there is KC_Mobility
16:22.28Shirikwould you take a message for him then? ^^
16:22.35KaeltenShirik: :P whats up?
16:22.52Shiriks/poitn/point/
16:23.02shieldbCryect, have you guys tried outranging grave for the AOE tank on morogrim? makes it super easy
16:23.21KaeltenShirik:  http://www.wowace.com/wau2/
16:23.36ShirikI don't use it, but Lysistrata124, there's your answer ^^
16:23.39*** part/#wowace Shirik (n=nospam@mckay32-75.resnet.db.erau.edu)
16:23.39*** join/#wowace Shirik (n=nospam@mckay32-75.resnet.db.erau.edu)
16:23.42*** join/#wowace Wixti (n=wixti@212-98-42-53.static.adslpremium.ch)
16:23.53syerenThanks :P
16:24.06Lysistrata124Ah OK, Thanks! :D
16:24.21Lysistrata124And thanks Shirik for doing all the work :)
16:24.27Shirikhehe
16:24.27*** join/#wowace Crache\__ (n=ubuntu@cpe-70-113-20-137.austin.res.rr.com)
16:24.36Fisker-http://www.youtube.com/watch?v=joADFkh48TY <-i lol'd @ worst reaction
16:26.06LywellynhyperChipmunk:  HEYYY, it works now!  Thanks! :D
16:28.02Kaeltenlol
16:28.07Kaeltenwhy don't you use it! huh?
16:28.09trh_i'm lost
16:28.24trh_anyone has a idea, why my friend could send a big list via acecomm to me with getting disconnect
16:28.31ShirikFisker-: I liked worst stunt :P
16:28.34trh_when sending the same list with my account it works
16:28.40trh_when i send the same list with his account it works too
16:28.55ShirikKaelten: very few ace mods anyway, and I prefer only to update when I need to ^^
16:29.55Kaelten~lart Shirik
16:29.55purlstuffs Shirik into a shiny new tin can and vacuum seals it
16:29.59Kaeltenfind be that way!
16:30.00Kaelten:P
16:30.07Shirik=P
16:30.09hyperChipmunkLywellyn: fixed?
16:30.16_art3misit seals in the flava!
16:30.19LywellynYeps :D
16:30.39hyperChipmunk>8D
16:30.54art3missee that!
16:30.59art3misXuerian came out!@
16:31.06pb_ee1Kaelten: Too bad for the ad, but you guys need some money to run the server for sure ^_^
16:31.08hyperChipmunkif you wouldn't mind posting on the thread that it works now, I'd appreciate it very much
16:31.15Lywellynzokay.
16:31.38pb_ee1Kaelten: ActionBar, Action Bar, Action Bars, three categories that are quite similar ^_^
16:32.06Kaeltenya there are some issues with those
16:32.16KaeltenI'm torn between my ideals and my practicality on the fix though
16:32.25pb_ee1File > Open log... is _very_ long :p
16:32.43pb_ee1Aha i know why: java.lang.IllegalArgumentException: FuBar_BattlegroundFu pubDate: Fri, 22 Jun 2007 16:00:17 +0000
16:32.48pb_ee1Pastey?
16:33.22art3mislaugh key
16:33.26Wobin_?
16:33.27LywellynPosted
16:33.30Lywellynand wtf?
16:33.30art3miserr kem
16:33.43pb_ee1?
16:33.47KemayoNuts, didn't work.
16:33.57Wobin_hehe
16:33.59Fisker-shit sucks
16:34.00art3missure it did
16:34.02pb_ee1Ho, thought I did something wrong ^^
16:34.04Fisker-there
16:34.13art3misyou showed everyopne you dont like him ;)
16:34.35*** part/#wowace Jens (i=Jens@pdpc/supporter/active/Jens)
16:34.36KemayoSorry pb_ee1, forgot that other people would see the notice. :D
16:34.47art3misbetter than sucking shit
16:34.56pb_ee1Kemayo: No worries ;-)
16:35.22KemayoI was testing a script, and pb_ee1 was the last person to say anything. Very embarassing. ;_;
16:35.29art3miswhy would you be anti ban deodorant?
16:35.51Fisker-it's a physical object
16:35.52art3miskemayo: yes, you've madfe yourself look like a jerk infront of 10's of people
16:36.04pb_ee1Kaelten: The software is working "as expected". The categories just appear because authors are not typing the categories correctly. Not your problem, I think.
16:36.07art3misyou don't gt to come back tomorrow, you dont even get a lousey copy of our home game
16:36.12art3misyou're a complete loser!
16:36.15Kemayoart3mis: Noooooooooooooooooooooo!
16:36.25art3misname the song thats from ;P
16:36.29pb_ee1Kaelten: Do you want me to pastey the Exception I just went through?
16:36.32Wobin_He does get a tacky jeweled pin though
16:36.34art3misprove what a nerd you are
16:36.51art3misWobin_: he gets a free taint piercing ;P
16:36.59Fisker-is Kaelten here?
16:37.00Wobin_not that sort of tacky =P
16:37.05art3misheh
16:37.06KemayoHowever will I return to my less nerdy hobby of writing wow addons?
16:37.25art3misi don't know
16:37.37art3misyou've have to perceveer though
16:37.43art3miswow i spelt THAT wrong
16:37.53Josh_Borkepersevere ?
16:38.01art3misand of course my fingers didnt lizten to my brain as i was typing
16:38.11Wobin_you'll have to persevere?
16:38.14art3missee z == s
16:38.29*** join/#wowace NinjaChimp (n=chemp@host86-135-167-172.range86-135.btcentralplus.com)
16:38.32art3misactually lizten looks cool with a zed
16:38.32Cryecthmm whats with all the notices :-p
16:38.38*** join/#wowace Chompers (n=Chomp@cpc1-cove7-0-0-cust955.brhm.cable.ntl.com)
16:38.41art3misi think ill start speeling it that way
16:39.08Chompers1400 5v5 rating, sweet
16:39.15art3miswow!
16:39.42art3misjust a few more points and you can get a forklift to come get ya when you have a heartattack ;)
16:39.50Chompersthe rating system doesnt work...at all
16:39.58*** join/#wowace evl (n=fuckoff@213-205-67-125.net.novis.pt)
16:39.59art3misits aprt of the Blizzard Online Support Plan for Fatties.
16:40.03Chompersi miss my 1800 rating :<
16:40.22Cryectyou enjoying playing the 2200 rating teams again? :-p
16:42.11Chompersi dont mind 1800 rated teams, but the ones we're up against now are miles better
16:42.25art3misi wish blizzard would team up with dominos so i can use wowgold to buy pizza and chicken kickers
16:42.31*** join/#wowace Hotphoenix (n=blah@87.112.52.209)
16:42.57Wobin_<PROTECTED>
16:43.00art3misnods
16:43.07art3misonly real
16:43.10art3misheh
16:43.26Cryecttill you figure out wow gold requires a lot to be worth real money
16:43.36art3misno way!
16:43.49art3misepic mounts are worth sex on the open market
16:43.53Wobin_something like $30 for 100g nowadays?
16:43.55art3miscraigslist proved that ;P
16:44.11Wobin_craigslist often proves the underbelly of humanity is still up and running =P
16:44.24Kaeltensorry back
16:44.27art3miswithout it where would the whroes and pervs talk to each other
16:44.30Kaeltenhad to take my keyboard apart
16:44.33Kaeltenwhats up?
16:44.34art3miscl is doing a service
16:44.35Cryectyou need to judge the person the sex is with
16:44.51art3misif they werent there they'd be infecting other places instead of being all grouped together ;P
16:46.44pb_ee1Kaelten: Switching between logs is long, but it is already on the trac. I also had an exception after clicking on File > Show log..., but it is also on trac :p
16:46.54art3miswelp off to the opffice to fuck around with exchange and wait for my new video card to show up
16:47.22Kaeltenya trac is the db for bugs
16:47.29Cryectyour office uses exchange >_>
16:47.53pb_ee1Kaelten: Are you German? :p
16:48.21Josh_Borkemorning tem
16:48.37*** join/#wowace dotk (n=sigh@c211-30-191-4.artrmn2.nsw.optusnet.com.au)
16:49.30*** join/#wowace weab_ (n=asdf@cpe-70-112-141-213.austin.res.rr.com)
16:49.35Kaeltennope
16:49.36Kaeltenwhy?
16:49.45pb_ee1You often say "ya" :p
16:50.06[Ammo]euhm
16:50.12[Ammo]pb_ee1: it's 'ja'
16:50.19pb_ee1argh, right
16:50.26pb_ee1Dumb I am :p
16:50.27[Ammo]Ya is english/american
16:50.41pb_ee1Is it?
16:51.02*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
16:51.16Chompersokay, time to swap our rogue out for a caster, 1350 rating just isn't right
16:51.22*** join/#wowace NinjaChimp (n=chemp@host86-135-167-172.range86-135.btcentralplus.com)
16:52.22Kaeltenroughly.  I'm from southern alabama
16:52.49AzurewrathChompers: erm.. 1350 rating is.. uhm.. crap :p
16:53.07pb_ee1I see, you're thousands kilometers from where I am ^_^
16:54.17Kaeltenwell now I'm in san fran california
16:54.22Josh_Borkefrom BAMA?!
16:54.26Josh_Borkehehe
16:54.32Kaelten~lart Josh_Borke
16:54.32purlstrangles Josh_Borke with a doohicky mouse cord
16:54.39Kaeltengo finish linkview
16:54.41Kaeltentroll
16:54.43Kaelten:P
16:54.44Josh_Borke:'(
16:54.52Kaelten~comfort Josh_Borke
16:54.53purlThere, there, Josh_Borke.  It's OK.  I'm here for you.
16:54.54Josh_Borkei moved on :-P
16:55.29*** join/#wowace [ND] (n=andy@h062040167062.gun.cm.kabsi.at)
16:55.37Kaelten:P
16:55.59Josh_Borkei kinda wanna get Guildbook working
16:56.22*** join/#wowace kenlyric (i=kenlyric@iu-itpo-vreris.itpo.iu.edu)
17:00.17*** join/#wowace Coldheart (i=cold@systembolaget.us)
17:01.19*** join/#wowace Trae (n=october@ip72-210-79-232.mc.at.cox.net)
17:02.26*** join/#wowace [ND] (n=andy@h062040167062.gun.cm.kabsi.at)
17:03.16*** join/#wowace CIA-22 (n=CIA@208.69.182.149)
17:03.57hyperChipmunkwb CIA-22
17:04.00hyperChipmunkdo you not suck now?
17:06.19*** part/#wowace Trae (n=october@ip72-210-79-232.mc.at.cox.net)
17:07.20cryogenhow do you move the classtimers bars?
17:07.27Ominousrofl timing
17:07.33Ominousi have literally just got back
17:07.42Ominous./ct bar options player lock etc
17:08.26cryogencheers
17:13.30Ominouskaelten: you here?
17:13.37Kaeltenno
17:13.44KaeltenI'm experiancing an out of body experiance
17:13.49Josh_Borkeout of mind?
17:13.58Ominouskaelten: any eta until wau2 has changelog support like wau1.9?
17:14.00Kaeltenusually
17:14.11KaeltenOminous: after the zip script is updated
17:14.21Ominousand also deleting the externals.xml like wau 1.9
17:15.03*** join/#wowace Guillotine (n=Guilloti@63.203.120.57)
17:15.24Ominouss/externals/embeds/
17:18.04pb_ee1~poke purl
17:18.04purlACTION cuts down a small tree, sneaks up behind purl, pokes purl repeatedly, hilarity ensues.
17:18.14*** join/#wowace Telrin (n=test@shandalar.xs4all.nl)
17:18.52NightHawkTheSaneKaelten: new zip script? I assume it overwrites embeds.xml with an "empty" version for the ignore-external version?
17:19.52pb_ee1Can an ItemId be equal to 0?
17:19.58KaeltenNightHawkTheSane: we where going to rename it to _embeds.xml
17:20.00*** join/#wowace Funkeh` (n=funkydud@host81-129-23-146.range81-129.btcentralplus.com)
17:20.19NightHawkTheSaneKaelten: ah
17:20.22OminousKaelten: but if wills still be read by wow so better to delete?
17:20.44NightHawkTheSaneOminous: well, changing the name means the .toc wont point to it, so it wont be read. It'll just be an invalid toc entry.
17:21.19Ominousbut wow reads every file in your addons dir when starting wow weather a toc refrences it or not so its just extra processing time
17:21.56Funkeh`hi all
17:21.57NightHawkTheSanehmm
17:22.03Josh_Borkehi Funkeh`
17:24.45ilifinanyone experienced ArcHUD not hiding the default castingbar on logon?
17:26.31NeoTron<PROTECTED>
17:27.15Kaeltenit won't be executed though Ominous
17:27.48NeoTronCryect: so my lock friend who installed recount uninstalled it
17:28.01NeoTronhe was unable to concentrate on the fight, making sure dots were up, due to looking at too pretty graphs
17:28.05NeoTronheh
17:28.55Kaeltenok guys I'm giving a way for you to say that your addon is unstable
17:29.09Kaeltenshould we assume that an addon that doesn't specify is unstable or stable?
17:29.11Azurewrathwtf... 19:28:02 [High King Maulgar] Melee [You] 8422(C)
17:29.17*** join/#wowace awrr (i=awrr@doc-24-206-227-196.kw.tx.cebridge.net)
17:29.19Azurewrathi have 1660 armor...
17:29.26Ominouskaelten: unstable
17:29.34NightHawkTheSaneKaelten: i think a default assumption of unstable is best
17:29.35kenlyricagreed
17:29.50awrrquestion: i want to use my own bar texture in pitbull's unitframes.  where do i put the file?
17:29.51kenlyricthen again, no mod author will ever set it as stable....
17:30.13NightHawkTheSanecourse, if authors just merged to tags properly. >.>
17:30.21kenlyricrather than stable/unstable, maybe working/broken :)
17:31.04Kaeltenwell when wau2 starts giving people warnings saying X is marked as unstable do you wish to update anyway
17:31.06Kaeltenthere will be fun
17:31.15*** join/#wowace Reality_ (n=Dek@rrcs-24-173-19-220.sw.biz.rr.com)
17:31.16NightHawkTheSanehehe
17:31.20NightHawkTheSanethats totally the best kind of fun.
17:31.20awrranybody?  /cry
17:31.23Ominouskaelten: please god add an option to turn that off
17:31.52KaeltenOminous: I will but I'll never tell you how to activate it
17:32.03Ominous?
17:32.06Ominousoh
17:32.14Ominous~whalecrit Kaelten
17:32.15purlACTION crits Kaelten with a mathematically skilled whale named Isaac for #NaN. Kaelten dies
17:32.55NightHawkTheSane... can I have your computer? :P
17:32.55Reality_~flee
17:32.56purlACTION runs away screaming
17:33.12*** join/#wowace Adirelle (n=gperreal@tok69-5-82-235-150-60.fbx.proxad.net)
17:33.29NeoTronlurker with 5 shadow priests => ez mode
17:33.34NeoTronwonder if anyone tried taht
17:34.06AdirelleKaelten: ping ?
17:34.10Reality_lurker is pretty easy anyways
17:34.22pb_ee1~commands
17:34.26Reality_except when disco spouting, did they ever fix that bug?
17:34.32pb_ee1~help
17:34.34NeoTrondidn't happen to us
17:34.42NeoTrondunno if it's because it's fixed or not
17:34.46pb_ee1aha
17:34.52NeoTronI tried to ensure all non-dead adds were shepeed
17:35.02*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
17:35.06Reality_it happens when you kill an add while he's in the process of casting spout
17:36.09trh_Saroz: you're calling show and hide in sraidframes when InCombatLockdown is active
17:36.14Killmoreit was fix, we tested keep a mob sheep for fun and its ok
17:36.14Kaeltenback
17:36.17KaeltenAdirelle: sup?
17:38.03AdirelleKaelten: something wrong with the packaging scripts
17:38.22Kaelten?
17:38.26AdirelleKaelten: take a look at http://files.wowace.com/SpellEventsLib/no-ext/SpellEventsLib.zip
17:38.39AdirelleKaelten: the libs are embedded, so they are tagged as externals
17:38.43Adirelles/so/though/
17:38.50pb_ee1~babelfish fr en salut tout le monde
17:38.58pb_ee1d'oh
17:39.44*** join/#wowace rpowers (n=rpowers@c-24-91-250-118.hsd1.ma.comcast.net)
17:40.05AdirelleKaelten: I'd bet other zip are "corrupted" too, I've got some troubles with WAU and no-external yesterday, I had to check out from SVN to solve them
17:40.16awrris there anybody here who can/will answer a quick question concerning pitbull?
17:40.29Reality_awrr: depends on the question
17:41.08*** join/#wowace dotk (n=sigh@c211-30-191-4.artrmn2.nsw.optusnet.com.au)
17:42.47*** join/#wowace Summoner (n=chatzill@ppp70-59.adsl.forthnet.gr)
17:45.24Kaeltensomeone link me zlib's license's text?
17:46.02Saroztrh_, mm where and why
17:46.14trh_Saroz: in a raid while fighting, bugsacker reported it
17:46.22Sarozline?
17:46.28NightHawkTheSaneKaelten: a quick google search says.. http://www.gzip.org/zlib/zlib_license.html
17:47.27trh_Saroz: see query =)
17:47.40*** join/#wowace Garns (n=blub@muedsl-82-207-207-108.citykom.de)
17:50.30*** join/#wowace Ziout (n=chatzill@0x535876d7.aaanxx3.adsl-dhcp.tele.dk)
17:51.30KaeltenNightHawkTheSane: new job?
17:52.35pb_ee1~wtf lmao
17:53.21pb_ee1~love purl
17:53.22purlIf you love purl so much, why don't you marry it? (oooooh)
17:53.39liquiem~wtf jfgi
17:54.39*** join/#wowace weab (n=asdf@66.89.174.138.ptr.us.xo.net)
17:54.44Cryect<NeoTron> he was unable to concentrate on the fight, making sure dots were up, due to looking at too pretty graphs
17:54.45pb_ee1~wtf sex
17:54.49NightHawkTheSaneKaelten: yeah, I just got a new job :P
17:54.55Cryecthaha did you tell him he doesn't have to use the realtime graphs :-p
17:55.11KaeltenNightHawkTheSane: who with what?
17:55.22yacoobhttp://www.britishairways.com/travel/inet/public/en_gb - see a list of titles :D
17:55.38NightHawkTheSaneKaelten: lol, company called the Active Network (active.com), doing SOA/webservice development
17:55.49Kaeltennice, congratz :)
17:55.50Saint-Nwhores!
17:56.02NightHawkTheSanethanks :)
17:56.11Saint-Nyay i got my new video card today
17:56.12CIA-2203takadi * r41287 10Henge/Button.lua: Henge: Fix a couple typos that broke everything
17:56.17Saint-Nits heavy
17:56.21*** join/#wowace Gnancy (n=gnancysa@adsl-065-082-190-025.sip.bct.bellsouth.net)
17:56.23pb_ee1> 4 kg?
17:56.30Saint-Ni have a feeling im gonna have to replace the fan with a waterblock almost immediately
17:56.33CIA-2203saroz * r41288 10sRaidFrames/ (sRaidFrames.lua sRaidFramesOptions.lua): sRaidFrames: Fix some "No you can't do this in combat" stuff
17:56.39Saint-Nits like 1lb
17:56.43NeoTronCryect: I did
17:56.43pb_ee1:p
17:56.47NeoTronstill found it funny
17:56.57NeoTronlike if you have the toy you can't avoid it
17:57.01Saint-Nx1950xt 256mb pci-e
17:57.03NeoTronI admit, I was gawking too
17:57.15CryectThats an amusing reason though
17:57.18NeoTronon lurker with moonkin/elemental shaman/heroism it was hard not to
17:58.20Cryectits more or less a precursor to Sparklines and a revisit to my combat graphs for people who are interested in that type of stuff
17:58.36NeoTronsparklines?
17:59.00Cryecthttp://en.wikipedia.org/wiki/Sparklines
17:59.16CryectThe idea is instead of a bunch of individual windows
17:59.28*** join/#wowace KarlThePagan (n=andross@lanip-170-65.go180.net)
17:59.31LeialynDoes Omen determine the scale (width) of bars with ktm data and then just hide those bars? Cause if someone sends bugged "global" ktm aggro and I hide it, I get very small bars :o
17:59.41Cryectyou have one window, a small graph on them plus a number and label allow them to sort if you want etc
17:59.51Cryectbasically a tool better for raid leader analysis
18:00.01NeoTronso the graph history
18:00.12KinkxSaroz - Any possibility to add a option not to auto-show the raid frames when you enter a Raid? :)
18:00.21CryectYeah except realtime
18:00.21NeoTronit would be nice if you could use that to view stats in the bar graph window
18:00.33SarozKinkx, why
18:00.43NeoTronbtw it seems threat isn't available after combat is over or am I imagining things?
18:01.06KinkxI don't use the raid frames that much, since i'm not a healer, but they are nice to have for certain things
18:01.06CryectWell your threat gets reset to 0 so....
18:01.31SarozKinkx, hrm, sure, but you can't make them visible while in combat
18:01.50KinkxYea, I know :)
18:02.01KinkxWould love that option though ^^
18:02.40NeoTronhttp://www.wowhead.com/?item=30449#z0z <-- what use does resistance have on pets for warlocks in raids?
18:02.42CryectI prolly should setup a way to allow you to change what a graph is currently tracking
18:03.04NeoTronCryect: I'd like to see threat generation for the past fights
18:03.05Cryectits a PvP trinket in PvE is all :-p
18:03.17Cryectwell you can see that in the graph history
18:03.18NeoTronuseful for tank evaluation to a degree
18:03.22CIA-2203saroz * r41289 10sRaidFrames/sRaidFrames.lua: sRaidFrames: Switch this around
18:03.29NeoTronhow do I do that?
18:03.33sbumhm Saroz
18:03.39CryectOh I see what you are saying
18:03.40NeoTronI mean there's no threat entry to click on
18:03.44Cryectyou can't compare people's threat :-p
18:03.49sbucould you implement debuff whitelist?
18:03.51NeoTronyeah
18:03.59CryectYeah, I will have to think up a solution for that
18:04.01sbuso "always show those buffs"
18:04.04sbuerr debuffs
18:04.17sbu(nice for 'watery grave' (tidewalker) and stuff)
18:04.18Sarozsbu, mm, many want that, might have to add it
18:04.20pb_ee1~wikipedia sparklines
18:04.33Sarozsbu, I always play with "always show debuffs", so I don't mind :p
18:04.41pb_ee1oO
18:05.29sbuSaroz: i dont want to see every fricking debuff :p
18:05.33Cryectheh whats the oO for
18:05.38sbuonly dispellable + whitelist :p
18:06.00CIA-2203saroz * r41290 10sRaidFrames/sRaidFrames.lua: sRaidFrames: Typo
18:06.37sbuso they are interestingi when 1. i can dispel them or 2. i explicitly added them (some interesting debuff to watch :o)
18:06.52Sarozsbu, I do
18:07.04Sarozsbu, I blacklist the few I don't
18:07.21Sarozaka. debuff auras
18:07.24sbumh...
18:07.37sbuwell but i cant debuff each poison/curse/...
18:07.58sbuerr every
18:08.09SarozYayaya, will add it, sometime, debuff whitelist
18:08.11sbuwould be like 2000 items in blacklist :)
18:08.14sbuhehe thank you ;)
18:08.20Sarozgot like 10 in my blacklist
18:14.41*** join/#wowace mitch0 (n=mitch@dsl217-197-178-215.pool.tvnet.hu)
18:14.52*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
18:15.00mitch0ckk: you around?
18:15.21sbuOmen-2.1r41232\OmenThreatBar.lua:401: Bad argument #2 to `GetThreat'. expected "string", got "nil" (nil)Threat-1.0-41214 (Threat-1.0):497: in function
18:15.23sbuhmhm fixed?
18:18.17Kebinusancan anyone recommend a dkp bid mod that doesnt require a client download
18:18.32sbudkp is bad ;)
18:18.35sbutry epgp ;o
18:18.51sbubut i think lootster works that way
18:19.09mitch0try finding a nice guild ;)
18:19.23awrrthree choices for unitframe borders: blizz dialog, blizz tooltip, none
18:19.44awrrbut the none leaves the black box up around the unitframes
18:19.47awrrthis is madness
18:20.10durcynno texture on the border, doesn't necessarily mean no border at all :o
18:20.12awrrand there's no option to adjust the background frame's alpha
18:20.21durcyndouble negatives notwithstanding
18:20.29*** join/#wowace anholt (n=anholt@fruit.freedesktop.org)
18:20.34awrryeah, you're right
18:20.40Fisker-THIS IS SPARTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
18:20.51awrri just wish i knew where to go to make the background frame transparent
18:20.55awrrblack boxes are ugly
18:21.15LyfeFisker-: that movie wasn't nearly as good as people make it sound like it is.
18:21.25awrrlies, lyfe
18:22.01Lyfei still haven't quite figured out why they changed so many details.
18:22.53Gnarfozbecause it's a movie
18:23.01GnarfozTroja wasn't any different, lawl
18:23.16trh_this is madness!
18:23.37*** join/#wowace boh (n=aby@81-174-22-192.dynamic.ngi.it)
18:23.41trh_awrr: black boxes just suck... for real ;)
18:23.52awrrindeed, to hell with black boxes
18:24.27awrri don't know enough about lua to figure out where it's making the frames have semi-transparent black backgrounds
18:24.33CIA-2203arith * r41291 10AtlasLoot/Instances/burningcrusade.tw.lua:
18:24.33CIA-22AtlasLoot:
18:24.33CIA-22- loot upgrade
18:24.37awrri had the same problem with ag
18:25.06awrrso i just hid the unitframes in viewports where their frame background's were irrelevant
18:26.15awrrbut i've moved on from there, so now i have ugly black boxes again
18:27.42Kaeltenhttp://s23.org/wikistats/largest_html.php?sort=views_desc&th=0&lines=60
18:27.57Kaeltenwe're # 56 :)
18:28.37trh_Kaelten: wowwiki on #1.. woot
18:29.22Kaeltenheh, ya bigger than en.wikipedia.com
18:30.32trh_i doubt those numbers a bit ;)
18:31.25ckknighthey all
18:31.31Ominousdoes func in aceoptions parse a value like toggle?
18:31.32ckknightI'm up
18:31.34CIA-2203arith * r41292 10GlobalStrings/ (GlobalStrings-2.1.2-enUS.lua GlobalStrings-2.1.2-zhTW.lua):
18:31.34CIA-22GlobalStrings :
18:31.34CIA-22-- Added enUS and zhTW GlobalStrings 2.1.2
18:31.47ckknightmitch0: hey
18:32.06ckknightevl: if the icon's not shown, you can't move it. change to config mode.
18:32.14ckknightSaroz: pong
18:32.46*** join/#wowace cladhaire (n=cladhair@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
18:32.46*** mode/#wowace [+o cladhaire] by ChanServ
18:32.55ckknighttrh_, Cryect: if we have a special debug version of Ace2, then there would be two separate code paths, which is typically not a good idea
18:33.11*** join/#wowace Xuerian (n=core@wireless-216-222-129-181.citizip.com)
18:33.19Peoiickknight: Suggestion for cowtip after some playing:  Allow disabling of tooltips while in combat (preferably 2 settings, one for frame, one for unit)  For instance, I'd like to disable all of my frame tooltips, no matter the addon, while in combat.  But my unit ones are fine.
18:33.25trh_ckknight: maybe one that's not in the svn
18:33.34ckknightPeoii: wishlist
18:33.43ckknighttrh_: no, separate codepaths are bad.
18:33.54ckknighttrh_: also, I don't see the point
18:34.09trh_Ace2 1.x MB +900kb
18:34.12trh_that's the point
18:34.34hyperChipmunkckknight: happiness is showing up on all npc CowTips
18:35.04durcyncowtip needs milk and cookies.
18:35.07hyperChipmunkand quest progress for quests I've already finished O_o
18:35.19trh_ckknight: it's near to impossible to track which eventcalls caused the memory increase
18:35.21hyperChipmunkoh n/m that last
18:35.30hyperChipmunki i didn't finish that quets
18:35.37ckknighthyperChipmunk: oh, okay, lemme fix that
18:35.50ckknightquest progress?
18:36.02ckknightCowTip doesn't add quest stuff
18:36.11hyperChipmunkstrange =)
18:36.26NightHawkTheSaneKaelten: wow, wikipedia's only 14? *boggle*
18:36.30Antiarc|Workhttp://www.youtube.com/watch?v=VX5V_9s0G
18:36.53Sarozckknight, I forgot my ping :p  -- but fix the banzai thing in pitbull :p
18:37.02KaeltenNightHawkTheSane: thats just the english site
18:37.10ckknightbtw, Antiarc|Work, the whole transfer process only took 45 minutes
18:37.16Antiarc|Workwow, nice
18:37.24NightHawkTheSaneKaelten: true, but i'm still a bit surprised.
18:38.10Fisker-ou're doing it wrong Antiarc
18:38.16ckknight~listkeys ~~~
18:38.26KaeltenNightHawkTheSane: http://en.wikipedia.org/wiki/Special:Statistics
18:38.28Antiarc|Worko.0
18:38.35Fisker-link is invalid
18:38.49Kaeltenkeep in mind that that doesn't ness dictate usage, just content
18:39.13Sarozis lines in a tablet completely random? it doesn't seem to obay the insert order
18:39.30NightHawkTheSaneKaelten: yeah, still interesting
18:39.34ckknight<PROTECTED>
18:39.51Antiarc|Workhttp://www.youtube.com/watch?v=1Fwz743gZA8 may be the greatest thing ever
18:41.14*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub)
18:41.14*** mode/#wowace [+o Tekkub] by ChanServ
18:41.44*** join/#wowace wallen (n=aby@81-174-37-57.dynamic.ngi.it)
18:42.45Tupsianyone using friendminder?
18:42.59Tupsialway getting some non critical error when starting it up
18:43.06NightHawkTheSaneAntiarc|Work: lol
18:43.12*** join/#wowace Tuller (n=chatzill@c-76-27-166-119.hsd1.va.comcast.net)
18:43.49*** join/#wowace fleetfoot (n=fleetfoo@c-29e6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
18:45.16*** part/#wowace NightHawkTheSane (n=duaiwe@65-102-188-188.tukw.qwest.net)
18:45.20*** join/#wowace NightHawkTheSane (n=duaiwe@65-102-188-188.tukw.qwest.net)
18:45.28*** join/#wowace evl (n=fuckoff@213-205-67-125.net.novis.pt)
18:46.32Fisker-lol
18:46.41Fisker-dead people in chinese wow are tombstones instead of skeletons
18:47.32deltronlol
18:47.39CIA-2203nevcairiel * r41293 10Tattle/Gladiator_EU21/EU21.lua: Tattle: updated playerdata EU-Todbringer
18:48.36Ominousckknight: i dont know if its a bug but if you set table = {['*'] = true } then table['*'] = false then you need to /rl to get it to change
18:48.44Ominouswhen you query table[somevalue]
18:48.55*** join/#wowace MadMonk (n=Nuno_Alv@bl10-157-132.dsl.telepac.pt)
18:49.07ckknightfor AceDB?
18:49.44Ominousya
18:49.51BankZViolation is missing to major features, able to filter out non-combat data and disable/hide when not in group :(
18:50.00Saroztrue
18:50.18Ominousckknight: also donate seems to have stopped close showing in my dewdrop menu
18:50.28Ominousin classtimer which used to show
18:50.40Kaeltenhttp://www-en.curse-gaming.com/wsvg-live/
18:50.43Kaeltenanyone thats interested
18:50.49ckknightthere's no reason that would happen
18:51.09deltronKaelten: that's pretty neat
18:51.43*** join/#wowace abyssichate (n=aby@81-174-21-68.dynamic.ngi.it)
18:51.59hyperChipmunkdewdrops are a crapshoot when it comes to the auto-generated options, i found
18:52.05hyperChipmunki've*
18:52.09*** join/#wowace zac (n=zac@148.189.189.72.cfl.res.rr.com)
18:52.17deltronare they forced to use default ui?
18:53.33Mikkdewdrop is prolly a hell of a lot better when used with handlers
18:53.45Mikkhandler = someobj
18:53.49Mikkset = "funcname"
18:54.08Mikksince handler is inherited to leaf nodes
18:54.12hyperChipmunkyea, but they're still prone do doing wacky things
18:54.26Cryectso Kaelten thats just http://www.thewsvg.com/ with curse ads instead?
18:54.29hyperChipmunklike spawn 6 'About' entries
18:54.34Mikko.O
18:54.36ZealotOnAStickdeltron: for the tournament, yes.
18:54.42KaeltenCryect: lol, probably
18:54.47Cryectand no they don't use default UI exactly
18:54.52Cryectits a specialized UI for the tourney
18:54.58Cryectits mainly default though
18:55.10Mikkthat's gotta hurt
18:55.14ZealotOnAStickThey get pre-generated, pre-geared characters, they've got a certain amount of time beforehand to spec as they wish and set up their UI - within what can be done with stock blizzard.
18:55.47deltronyeah
18:55.53hyperChipmunkdude, i'd start /scripting
18:55.59Mikkhehe yeah =)
18:56.03ckknightKaelten: not too many attractive people there
18:56.13deltronhah
18:56.17Kaeltenlol
18:56.24deltronyou mean they look like ogres?
18:56.34ckknighthyperChipmunk: I was totally thinking that.
18:56.43Cryectheh was what I was told  <sekdar`itsabouttime> default action bars, a nurfed-style unitframe, spell alert, and some other shit
18:56.43MikkBill Bailey? o.O
18:56.44Ominousok ckknight this is what i do, /print ClassTimer.db.profile.table.test --> true /run ClassTimer.db.profile.table['*'] = false /print ClassTimer.db.profile.table.test --> true /rl /print ClassTimer.db.profile.table.test --> false
18:56.55Cryectso slightly better than default UI :-p
18:57.08CIA-2203ckknight * r41294 10CowTip/CowTip.lua: CowTip - only show happiness on your own pet.
18:57.27ckknightOminous: that is by far not how AceDB is supposed to work.
18:57.32Ominousok
18:57.46MorghusWhy doesn't "/cast [target=mouseover] Devour Magic;[target=player,help] Devour Magic" work?
18:57.47ckknightOminous: you do _not_ _ever_ set ['*'] outside of defaults
18:57.59hyperChipmunkheh
18:58.31ZealotOnAStickMorghus: well, why do you have "player,help" there?  Player is you, so it's always helpful not harmful.
18:59.02hyperChipmunksometimes i stab myself =\
18:59.04MikkMorghus: And uhmm [target=mouseover]?
18:59.16hyperChipmunkand don't even get me started about my engineering devices
19:00.23Megalonmorghus: try "/cast [target=mouseover,exist,nodead] Devour Magic;[target=player,help] Devour Magic"
19:00.25hyperChipmunkplayer,help should evaluate whenever you've got an engineering trinket equipped
19:00.44hyperChipmunks/help/harm/
19:01.17CIA-2203mikk * r41295 10DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua:
19:01.17CIA-22DewdropLib:
19:01.17CIA-22- Decrease Dewdrop in size ~200 lines by centralizing all the function/handler-method verification and calling stuff
19:01.17CIA-22- Make onClick/isChecked work with handlers
19:01.40Mikk(less "argh" error messages too)
19:01.54abyssichateIs anyone else using Prat's timestamps set to server time? They don't seem to be matching with it
19:03.03MorghusThank you all, advices will be tested :)
19:03.32CIA-2203hyperactiveChipmunk * r41296 10BulkMail2/BulkMail2.toc:
19:03.32CIA-22BulkMail2:
19:03.32CIA-22- X-Website changed to wiki page (http://wowace.com/wiki/BulkMail2)
19:03.37ckknightman, if I was at that arena tournament, I would've totally named the team "The Stephen Colberts"
19:04.05CIA-2203hyperactiveChipmunk * r41297 10BulkMail2Inbox/BulkMail2Inbox.toc:
19:04.05CIA-22BulkMail2Inbox:
19:04.05CIA-22- X-Website changed to wiki page (http://wowace.com/wiki/BulkMail2Inbox)
19:04.22hyperChipmunkmy team is the Fruit Vendor Defenders
19:04.32Antiarc|Work<-- Keyboard Turners
19:04.37hyperChipmunkhehe
19:04.42Antiarc|WorkHahah, actually
19:04.46Antiarc|WorkMy 3v3 team name is Cow Tippers
19:04.49Antiarc|Work:V
19:05.52Antiarc|WorkSo is CIA dead?
19:05.57hyperChipmunkno, he's back
19:06.03MorghusMegalon: It tells me exist is not a macro option
19:06.10hyperChipmunkexists
19:06.25zacckknight: Not sure if anybody's mentioned it, but it looks like CowTip's Zone is showing faction, not zone.
19:06.35ckknighterg
19:06.45ckknightfucking unparsable tooltips
19:06.58*** join/#wowace ag` (i=Andreas@0x535f749b.bynxx18.adsl-dhcp.tele.dk)
19:09.37MikkhyperChipmunk: if you get extraneous inexplicable shit in dewdrops generated from aceoptions, it's usually because you've recycled a submenu item without removing its ref from the aceoptions table. then later on something else picks up on it and fills it out with new stuff.
19:10.01liquiemKaelten, thanks for the link
19:10.14liquiembut now i cant decide what to watch... wc3l finals or wsvg :(
19:11.32hyperChipmunkMikk: if you're up for a true challenge, try making the BulkMail2/BulkMail2Inbox fubar plugin show 'normally'
19:12.00hyperChipmunki've spent hours literally trying every combination of options
19:12.05*** join/#wowace [dRaCo] (n=drc@p5485895F.dip0.t-ipconnect.de)
19:12.08hyperChipmunkand have had no luck whatsoever
19:17.24Chesyckknight: Could you add the ability to add more blank space bars in pitbull?
19:17.36ckknightno
19:17.43ckknightwhy do you need it?
19:17.55Chesyi want one for the name and one for class :P
19:18.07Kaeltenhttp://www.youtube.com/watch?v=GT81VGspCrA&mode=related&search=
19:18.45cryogeni need to cut back on my addons, takes about 3 weeks to log in now :)
19:19.15*** join/#wowace Keias (n=blah@c-69-245-245-157.hsd1.in.comcast.net)
19:19.24hyperChipmunk: PitBull-r41261\PitBull_MetaLayout.lua:1324: table index is nil
19:20.32Saint-Nwell that one that shows a full wide screen shot of goatse.cx prolly isnt helping yer load speeds
19:21.23Saint-Nya know what i love about pitbull?
19:21.35ckknighthyperChipmunk: debugstack?
19:21.36NeoTronThings we don't want to see: Goatese.cx the 3D graphical adventure
19:21.40ckknightSaint-N: what's that?
19:21.49Saint-Nthat its smart enough to do all thisauto config stuff and look sexy but not smart enough to auto space when the buffs are below the frame in a party or raid
19:22.04Antiarc|WorkNeoTron: That already exists
19:22.10ckknightSaint-N: blame Blizz, not me
19:22.11Saint-Nis that on purpose?
19:22.27ckknightyes, because Blizz won't allow arbitrary movement
19:22.29NeoTronAntiarc|Work: I .. I don't know what to say
19:22.30Saint-Nall other uf's auto space, thought it odd that pitbull doesnt
19:22.37Saint-Noh
19:22.37ckknightno, they don't
19:22.38NeoTronI don't think I wanted to know that
19:22.41Saint-Nyeah they do
19:22.47Saint-Ngo load up aguf and join a party
19:22.55Saint-Nwith buffs set under the winder
19:22.59Saint-Nitll space em out
19:23.02Antiarc|WorkNeoTron: http://www.albinoblacksheep.com/games/missilegame3d
19:23.13Saint-Nunless this is a new 2.1 thing that ive been ignorant about
19:23.19ckknightSaint-N: you do realize you can change the spacing manually?
19:23.23NeoTrondo I really want to follow that link?
19:23.23Saint-Noh yeah
19:23.42Saint-Ni just thought it odd that with all the other stuff it could do that it didnt auto do it ;P
19:23.56Saint-Nbased on where you choose for the buffs to appear of course
19:24.17Saint-Nand then i thought hmm ckk is an odd duck, maybe this is on purpose
19:24.42hyperChipmunkckknight: http://ace.pastey.net/61600
19:24.47Saint-Nand that was followed by "i should comment on it in a sarcastic way on irc to get his attention so my question about "on purpose" would be answered" ;)
19:25.35Saint-Nwelp time for fresh salsa and chips and installation of a new video card
19:25.38CIA-2203ckknight * r41298 10DogTag-1.0/DogTag-1.0/DogTag-1.0.lua:
19:25.38CIA-22DogTag-1.0 - make it so [Zone] only works on players.
19:25.38CIA-22- make [Faction] show more descriptively for NPCs, e.g. Exodar instead of Alliance.
19:25.40Saint-Nciao for a bit
19:26.59durcyni wasn't aware that "making a total wanker of oneself" was an accepted form of communication now
19:28.25mitch0ckk: I've added the [Range] description in DogTag's wiki. I didn't want to open a whole new subsection for it, so I just put it amongst "Status" stuff
19:28.44ckknightthat's fine
19:29.23NightHawkTheSanedurcyn: "This is the internet. Exchanging death threats is like a firm handshake hello."
19:29.45Antiarc|Workckknight: What are your thoughts on some kind of in-game documentation/help system for DogTag that can be leveraged by DogTag-using apps?
19:29.54durcynNightHawkTheSane: oi.  diaf.
19:29.57Antiarc|WorkI mean, I'm a developer and it's hard for me to figure out how to express what I want to do.
19:30.11ckknightthought about it...
19:30.19ckknightfigured it's easier to link to the wiki
19:30.24Antiarc|WorkHrm.
19:30.39NightHawkTheSanedurcyn: lol, amusingly, that's almost exactly what I said to my friend when she gave me that quote :P
19:31.09Antiarc|WorkI'm envisioning something like a little ? button you could click next to a dogtag entry field that would pop up a dialog that had a list of tags, clicking a tag would show what it does, double-clicking inserts it and closes the dialog.
19:31.19NightHawkTheSaneckknight: the problem with the wiki is that it's a list-style structure, which as dogtag gets larger, gets vastly unwieldy to navigate
19:31.36vrakthis isn't strictly ace related, but has anyone ever experienced capping the five towers in terokkar, goofing off somewhere else for a little while (30mins or so) and then come back to see the place neutral and cappable in 1.5hrs ?
19:31.59Antiarc|WorkCan't say I have
19:32.01hyperChipmunkvrak: means outland went down
19:32.05Antiarc|WorkBut I don't usually pay attention to that
19:32.21hyperChipmunkyou must've been in an instance or on a different continent
19:32.39hyperChipmunkthere's a 2h grace period on outland reset that it stays neutral
19:32.44durcynhrm, what about a dewdrop with categories, then drop-downs for tags
19:33.02vrakthat's pretty damn annoying, tbfh
19:33.07durcyncould even use it as a picker to populate the fields
19:33.19vrak:(
19:33.35*** join/#wowace ben (i=KekVSLBm@nat-wh-1.rz.uni-karlsruhe.de)
19:33.37hyperChipmunkwhat does blizz use for their new help frame?
19:34.07benHow hard would it be to write a Cartographer plugin that just draws a long line in the direction the player is facing so that it is easier to navigate
19:34.27Antiarc|Workben: I'm not sure you can get that rotation info
19:34.28NightHawkTheSanedurcyn: yeah, something like that would be neat.
19:34.37durcynben: trivial, assuming there aren't size constraints on the arrow texture
19:34.46benOh, huh.
19:35.01durcynthere's already a Look'n'Feel module for changing the player arrow size
19:35.02benHow about a noise alert that is hearable when WoW is minimised when I have reached a destination
19:35.10benyou can set the "sound even if minimised" options from addons, right?
19:35.24durcynif it's a CVar, you can.  but it's global.
19:35.51durcynand yes, you could toss in a PlaySound or PlaySoundFile in Waypoints, if you were so inclined
19:35.56NightHawkTheSaneI imagine it wouldn't be difficult to have a sound go off when a waypoint arrow is "removed" due to reaching destination
19:37.40vhaarrMikk: Nice work on dewdrop
19:38.48Antiarc|Workckknight: Do you have any plans to implement graphical bars in CowTip?
19:38.59Antiarc|WorkIt seems like it'd be pretty trivial to do
19:39.28ckknightyea, for health/mana, I'm thinking
19:39.33Antiarc|WorkThreat too
19:39.57alextcowtip hmmm
19:40.14OminousCowTip?
19:40.16mitch0threat showes up everywhere nowadays :)
19:40.27alextCowTip   r41294  2007-06-22 19:21:50  Tooltip of awesomeness. Moo. It'll graze your pasture. (ckknight)
19:40.29alextdude
19:40.30Antiarc|WorkThere are lots of places that you can use threat information :)
19:40.31alextis this like
19:40.34alextpitbull for tooltips
19:40.34alext?
19:40.39Matrix110no
19:40.41ckknightno
19:40.42Matrix110Pitbull=unitframe
19:40.44Antiarc|WorkThat doesn't really make sense :P
19:40.45alexti know
19:40.47alextyes it does
19:40.50NightHawkTheSaneits more like a tooltip mod, for tooltips.
19:40.51alextlook at the comments
19:40.55alextpitbull is WOOF
19:40.57ckknightas PitBull is to unitframes, CowTip is to tooltips
19:40.57alextunitframes
19:40.59Antiarc|WorkIf you mean "is it a tooltip mod by ckknight" then yes :P
19:41.01alextcowtip is MOO
19:41.04durcynpitbull:unitframes::cowtip:tooltips
19:41.07alextwell yah thats kinda what i was getting at
19:41.12alexti know cowtip obviously isnt a unitframe
19:41.12ckknightyes, then
19:41.16alextbut its the same style/quality/etc
19:41.20alextsweet
19:41.26ckknighttry it out
19:41.26ckknight]
19:41.28alextwill do ;]
19:42.09alextthe recent craziness with tinytip on the google code site then back on wowace is confusing
19:42.17alextwould be nice to try something else out aka this
19:42.44mitch0tinytip is back on wowace?
19:42.51alexti still get updates for it
19:42.54durcynthe delete was reverted.
19:42.54alextnot sure if its a branch
19:42.57alextor what
19:43.05durcynbut no new development is being done on the wowace version
19:43.18SarozIt's a tooltip mod
19:43.23Sarozdont need new development
19:43.36durcyni'm not touching that one.
19:43.37*** join/#wowace Bibi (n=Boubouil@AVelizy-151-1-105-194.w90-35.abo.wanadoo.fr)
19:44.02NightHawkTheSaneSaroz: and you're more than welcome to continue using the existing version of tinytip on wowace ;)
19:44.05ThraeTinyTip is now on the Google SVN, which -is- getting updates. It is much smaller and more modular now. I'm working on the module core right now.
19:44.12SarozI am already NightHawkTheSane
19:44.18Sarozfor a year now
19:44.23NightHawkTheSaneSaroz: hence why i said "continue" :P
19:44.50alextThrae: ah cool, i know at some point it pointed me to the google code site but I saw nothing there
19:44.54alextwas kinda confusing
19:45.30Thraealext: That's because it was on the SVN, which I thought was clear since WoWAce is a SVN, but I think files.wowace.com and WAU confuse people ;)
19:45.49alextyeah
19:46.38NightHawkTheSaneit only confuses dumb people, and it's okay to confuse them, because it's funny. :P
19:47.07CIA-2203ominous * r41299 10ClassTimer/ (7 files in 3 dirs): ClassTimer: Back to new system, but options for max time to track for and a opt in and opt out option.
19:47.21alextI wouldnt go so far to call people that dont understand SVN dumb
19:47.26alextjust means their not coders ;]
19:47.39alextand they dont work with versioning systems
19:48.13*** join/#wowace khaki[wtf] (i=khaki72n@74-133-65-248.dhcp.insightbb.com)
19:48.21Thraealext: Well, that's the problem. People -should- know that WoWAce IS a SVN, which means all projects here are in a state of development. Some people use it to "release" their addons, but you shouldn't expect anything here to always be stable.
19:48.44MikkWell.. end-users treat files.wowace as a release mechanism
19:48.52MikkPeople using SVN might be subjected to whatever ofc
19:48.54NightHawkTheSaneit's fairly trivial to, at worst case, google a bit and learn, so if people don't understand and don't do that.. well yeah.. that's dumb.
19:49.08Mikkerr.. SVN is decidedly nontrivial
19:49.09alextyeah
19:49.21Mikkjoe user ain't going to set up an SVN client
19:49.29NightHawkTheSaneI never said he should
19:49.57NightHawkTheSanemerely that it's trivial to have a basic understanding of what version control software is
19:49.59NeoTronOminous: does classtimer use the new own-debuff-api stuff blizzard added?
19:50.09OminousNeoTron: ofc :)
19:50.24NeoTronkk
19:50.29ThraeMikk: Is TortoiseSVN really -that- hard to setup? :D
19:50.33NeoTronseems to work fine for me at least
19:50.53durcynjoe user shouldn't be checking code out from source control, ever.
19:50.54NightHawkTheSaneThrae: depends, some of the people who come in here seem to have the most amazing difficulty with it. ><
19:51.05durcynthat's why he's joe user.
19:51.15NeoTronso we have ppl in the guild who needed significant help to download and install a normal addon
19:51.20ThraeJoe user should help with testing too!
19:51.23MikkWell.. lemme put it this way
19:51.31MikkIf you're programming, your IQ is probably well over 120
19:51.35MikkIf you're a really really sharp one, it's well over 130
19:51.44ckknightor me, it's well over a bajillion
19:51.45MikkThe "average person" has 100
19:51.51Antiarc|WorkBy definition, half the population is of below average IQ. ;)
19:51.57ThraeMy IQ is over NINE-THOUSAND!!!!111one
19:52.04durcynyes, well, someone has to mop the floors.
19:52.08NightHawkTheSaneMy IQ is i.
19:52.14MikkAdded to this, joe wow player probably doesn't know the first thing about software development nor versioning to begin with
19:52.16Antiarc|WorkMy IQ's a lot higher when you don't measure it
19:52.23Thraedurcyn: You racist! Are you saying Mexicans are unintelligent?!?!
19:52.25durcynanyway, let the people smart enough to test, test.  let the barrier to entry keep the 13-year old PFY's out.
19:52.28MikkHell, most devs spend a few hours in pain when they're first confronted with the concept of version control
19:52.33MikkAnd they're 120+, like i said
19:52.44Ominoussvn is horrible when you start with it
19:52.48durcynThrae: you're the one who brought race into it, but thanks for trolling.
19:53.05Ominousthough tsvn is very good to start with and then when you have got to grips command line > tsvn
19:53.05NightHawkTheSaneMikk: honestly, I beg to differ. the basic concepts behind version control, why its used, and what it's used for are -very- simple.
19:53.08MikkOminous: no, all source control is. I had no problem whatsoever starting with SVN, but i've used source code control for years
19:53.27OminousMikk: svn is the only one i know
19:53.32MikkNightHawkTheSane: And? Joe user still ain't gonna get it :P
19:53.35NightHawkTheSaneMikk: and anyone with a working brain cell should be able to understand that. They don't have to have a working knowledge of how to USE version control, merely the basics of what and why
19:53.40MikkOminous: Yup. Hence your problems with it =)
19:53.48NeoTronNightHawkTheSane: I know otherwise sharp developers that have issues wih version control system
19:53.52Thraedurcyn: I was making a joke. You're near Texas, right? Should be right in the thick of all the political nonsense ;)
19:53.54NightHawkTheSaneMikk: point being, the concept of "wowace being an svn" shouldn't confuse anyone.
19:54.00MikkNightHawkTheSane: How old are you?
19:54.07MikkSerious question here
19:54.10NeoTronthing is if you "get it" it might be almost impossible to realize how one possibly could not
19:54.21durcynThrae: in it, as the hostmask indicates.  maybe it just wasn't funny.
19:54.23NightHawkTheSaneMikk: 28, but why does that matter?
19:54.24MikkYou're sounding like most developers I've known that are ~17-21ish
19:54.46Ominousnow i understand it i dont understand how i didnt but i didnt have a clue about it to start with,
19:54.49MikkWhere they still think that their view of the world is so clear that surely everyone else has to see it that way
19:54.59NeoTrona large number of wow users can't figure out what a zip file is and how you install it .. without help
19:55.04Mikk^
19:55.08MikkThat's joe user
19:55.14Antiarc|WorkTo be honest, I think it's completely ridiculous to expect your users to even recognize what "SVN" means.
19:55.17NightHawkTheSaneMikk: I don't expect everyone to see it the same way as me. I -do- expect everyone to put the effort into learning as much as they can, however.
19:55.29ThraeMikk, durcyn is being mean to me!
19:55.32Ominousckknight: a 30 line tooltip oO
19:55.37NeoTronNightHawkTheSane: as beautiful that idea is, it's unrealistic
19:55.42ckknightOminous: yea?
19:55.45NightHawkTheSaneMikk: but then, I'm often disappointed, and have a low opinion of most of humanity.
19:55.49Antiarc|WorkMy wife's a very non-power user. She's extremely intelligent, but WAU is about as complex as she wants to get for WoW mods.
19:55.51ckknightOminous: that's the max, at least
19:56.07Sarozanyone remember the command to get and set the UI scale?
19:56.10Ominousheh, its just quite bug
19:56.12Antiarc|WorkIt's hard to teach someone about something they have zero interest in learning about :)
19:56.12MikkNightHawkTheSane: Yeah, but that bar "as much as they can" is a hell of a lot lower for 90% of the population than it is for you. Remember that. :O
19:56.14NeoTronmy wife can solve any computer problem she runs into easily
19:56.21NeoTron... by asking me to fix it
19:56.24Antiarc|WorkHeh
19:56.35ckknightlol, NeoTron
19:56.37NightHawkTheSaneMikk: only if you treat them like it is. *shrug*
19:56.45ThraeSaroz: UIParent:GetScale() and UIParent:SetScale() will work, and so will GetCVar("uiscale") and SetCVar("uiscale", foo)
19:57.03Antiarc|WorkNightHawkTheSane: Thing is, why would the user learn about something that is of absolutely zero benefit to them?
19:57.10NightHawkTheSaneI generally expect people to be attempting to excel above themselves. *shrug*
19:57.12Antiarc|WorkI mean, only a developer needs to know what SVN is and how to use it.
19:57.38NightHawkTheSaneAntiarc|Work: if you're going interact with a system that uses version control, then that's a reason and concern to learn something about it.
19:57.42CIA-2203javek * r41300 10DKPmon_BossAuction/ (DKPmon_BossAuction.toc custom.lua example.lua):
19:57.42CIA-22DKPmon_BossAuction:
19:57.42CIA-22Prevent your custom.lua file from being overwritten by svn updates
19:57.47ThraeSaroz: The latter is the variable changed in the Interface Options menu. Probably better to do UIParent:GetScale() and SetCVar("uiscale", foo), as I am pretty sure the cvar only affects UIParent.
19:57.54KinkxSmart talk alert!
19:58.08NightHawkTheSaneAntiarc|Work: which is where the entire discussion started. the fact that people using wowace (and specifically files.woace) might be confused by the concept of it being an svn repo
19:58.13NeoTronNightHawkTheSane: all joe user needs to know is "version X is available and that is newer than my version Y"
19:58.28MikkNo, really, no joke. People's brains ARE wired differently. For most people here, we genuinely like thinking in logical paths "A follows B, and C follows B, so clearly C has to be after A."  There really is a boatload of people that never even do that.  Calling them "stupid" is way off. But calling them unlogical is precisely to the point.
19:58.30NeoTronin reality files.wowace.com is too much for the average user
19:58.33Antiarc|WorkNightHawkTheSane: So you're saying that you understand how a catalytic converter works, then?
19:58.48NeoTronthey should have a stable.wowace.com where authors copy files when they are tested/ready for a reivison bump..
19:58.55ThraeQuick! Down the Jeffries Tubes!
19:58.59Antiarc|Work(since when you drive someone, you're interacting with a system that uses a catalytic converter)
19:59.00*** join/#wowace trh (n=hmmm@e179052064.adsl.alicedsl.de)
19:59.02*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
19:59.07Antiarc|Works/someone/somewhere/
19:59.15ThraeNeoTron: Kaelten is working on supporting tags.
19:59.16MikkAntiarc also has an excellent point :>
19:59.32NeoTronThrae: yeah I read that earlier - unstable builds etc
19:59.35NightHawkTheSaneAntiarc|Work: honestly, i used to, and I would be willing to look it up if I thought It concerned me.
19:59.40Antiarc|WorkUsers don't need to understand systems to use them. If we did, we'd all be in the stone ages figuring out how to bang rocks together.
19:59.46hyperChipmunkpsh, I convert catalysts all the time
19:59.47ThraeNeoTron: You'd tag the stable ones, not the unstable ones ;)
19:59.51durcyncatalytic converters are for commies, that's a straw man!
19:59.51Antiarc|WorkNightHawkTheSane: Exactly. You don't think it concerns you.
19:59.56Antiarc|WorkJoe User doesn't think that SVN concerns him.
19:59.57NeoTronwell yeah
20:00.01NeoTronthe idea is good
20:00.37ThraeI convert people from Catalyst all the time! Come with me...join the FORCEware!
20:00.38NightHawkTheSaneAntiarc|Work: If a user is using files.wowace as a release mechanism, I think it does.
20:00.59sbu*CRIES* tidewalker is evil :/
20:01.07Antiarc|WorkI think all the user needs to know is that files from files.wowace.com might be buggy, and they should update in a half hour.
20:01.12*** join/#wowace jme (i=webfreak@fallingsnow.net)
20:01.14Antiarc|WorkThat's about as complex as they need to get :)
20:01.16Kinkx"As a result of this update, we will first remove all Armoured Nether Drake mounts, after which we will resend Armoured Nether Drake mounts to only those players who should have received them." Muhaha! :)
20:01.28NeoTronKinkx: good decisison
20:01.32KinkxNo more nooblets with Nether drakes
20:01.40KinkxYep indeed :)
20:01.42Sarozthx Thrae
20:01.53NeoTronI don't have one, didn't have one, but.. I worked to get my normal netherdrake
20:02.07NeoTronkind of bummed they made it an armored netherdrake though.. should have been something else methinks
20:02.07jmebah, i still don't even have epic riding skill yet
20:02.12jmeer flight
20:02.26MikkAntiarc|Work: Except the situation isn't even as good as that, and it's never going to be. files.wowace + WAU is unfortunately the ultimate in user friendliness. They expect release quality.
20:02.26NeoTronsomething you can more logically explain :P
20:02.37CIA-2203javek * r41301 10DKPmon_FCZS/ (DKPmon_FCZS.toc custom.lua example.lua):
20:02.37CIA-22DKPmon_FCZS:
20:02.37CIA-22Prevent your custom.lua file from being overwritten by svn updates
20:02.38Ominousckknight: could you create a ace console command for cowtip so niagara etc pick it up
20:03.02ckknightOminous: was just gonna put in Waterfall support...
20:03.03NeoTronman the names of ace addons
20:03.06NeoTroncowtip? heh
20:03.10ckknightNeoTron: yep.
20:03.13ckknightmoo
20:03.20NeoTronis it a tooltip library or something?
20:03.33ThraeCows are also not Tiny, I suppose...
20:03.43Mikkit's a tooltip addon which uses tags
20:03.53MikkThrae: also true :>
20:04.28Punkie`Kinkx: The best part is, I bet like 98% of the people who are QQ'ing on the forums with 'I worked so hard and really deserve it, noone else should have it!!' aren't even going to get one in the fix
20:04.48CIA-2203javek * r41302 10DKPmon_PercentDKP/ (DKPmon_PercentDKP.toc custom.lua example.lua):
20:04.48CIA-22DKPmon_PercentDKP:
20:04.48CIA-22Prevent your custom.lua file from being overwritten by svn updates
20:04.55Sarozso many people got a mount that they shouldnt have
20:04.59Sarozand blizz wont remove them
20:05.00Sarozso psh
20:05.01Sarozsux
20:05.24Punkie`dude
20:05.27Punkie`they are getting removed
20:05.33NeoTronSaroz: didn't Kinkx just post that they were removing them a few lines u? heh
20:05.34Sarozsource?
20:05.38Punkie`forums
20:05.48Sarozah sry
20:05.52Saroz\o/
20:06.15Antiarc|Workckknight: I added Waterfall support last night >_>
20:06.21ckknightoh
20:06.22ckknightfair enough.
20:06.24Antiarc|WorkOptional
20:06.32Antiarc|WorkSo it only activates if waterfall's installed aside from cowtip
20:06.33CIA-2203javek * r41303 10DKPmon_ZSumAuction/ (DKPmon_ZSumAuction.toc custom.lua example.lua):
20:06.33CIA-22DKPmon_ZSumAuction:
20:06.33CIA-22Prevent your custom.lua file from being overwritten by svn updates
20:07.40*** join/#wowace grennon (n=jdawg@user-38lm5go.cable.mindspring.com)
20:08.06BankZDoes anyone use RaidInfo?
20:08.30CIA-2203hegarol * r41304 10AtlasLoot/Instances/burningcrusade.en.lua:
20:08.30CIA-22AtlasLoot:
20:08.30CIA-22- Raid loot upgrade
20:09.01BankZdoesnt seem to work for me
20:11.21daemonahmpf anyone know why when clicking on "new" on the forums why i am always taken to post 1 in the thread?
20:12.29Kaeltentags are in the works but its still a rendition or two away
20:16.37Thraeckknight: Hey, I just noticed CowTip only has options for 30 lines. Why only 30?
20:16.49ckknightbecause that's enough
20:17.08*** join/#wowace Cheads (i=chead@0x5733974f.virnxx18.adsl-dhcp.tele.dk)
20:17.25aen`that seems more than enough
20:17.33NightHawkTheSaneI was going to ask, can't you just handle dynamic addition/removal of an arbitrary number of lines?
20:17.35*** join/#wowace Necrathex (n=bleptop@ip5652b976.adsl-surfen.hetnet.nl)
20:17.37Thraeckknight: You know the lines listed in GameTooltip_Template.xml and such are not actually instantiated until used, right?
20:17.48ckknightyes, I do
20:17.59ThraeOkey-dokey
20:19.53CIA-2203ckknight * r41305 10CowTip/CowTip.lua:
20:19.53CIA-22CowTip - make the tooltip say that left-click opens Waterfall.
20:19.53CIA-22- make left-click open Waterfall.
20:19.53CIA-22- add option to show tooltip never/always/out-of-combat, for world units, unit frames, and non-unit frames
20:21.15*** part/#wowace Punkie` (n=~@host86-129-252-144.range86-129.btcentralplus.com)
20:21.53WixiOminous: found a bug in ClassTimers :)
20:22.01OminousWixi: go on
20:22.38WixiOminous: In middle of fighting, but will do my best, basically the Rampage Timer bar keeps refreshing to full, even tho the countdown is 30->0
20:23.01OminousWixi: hmm, does it work with blizzards cooldown spiral
20:24.06WixiOminous: I'll test i in a minute
20:27.32*** join/#wowace evl (n=fuckoff@213-205-67-33.net.novis.pt)
20:27.55rubikany early screenie(s) of a CowTip tooltip or two?
20:29.16CIA-2203ckknight * r41306 10SharedMediaLib/SharedMedia-1.0/SharedMedia-1.0.lua: .SharedMedia-1.0 - added Solid and Blizzard Tooltip to default backgrounds.
20:29.33CIA-2203ckknight * r41307 10CowTip/CowTip.lua: CowTip - add option to change the background texture, using SharedMedia-1.0
20:29.42ckknightrubik: some on the forum
20:29.43WixiOminous: Ok the Blizz buff does the proper rotation
20:29.57rubikcool.. will check
20:30.01Wixibut your bar seems to re fill too full every crit
20:30.14OminousWixi: well i get my times from the blizz ui
20:30.15evlckknight: Any chance of adding configurable frame padding? Right now it's ~4px and I'd like zero
20:30.52*** join/#wowace AKX (n=akx@dsl-tregw3-feadfb00-135.dhcp.inet.fi)
20:31.17ckknightyou people and your configurations.
20:31.22evl:P
20:31.50nevcairieli find cowtip really ugly from the first screenshots ive seen
20:31.52nevcairiel:p
20:31.57*** join/#wowace Kemayo (n=kemayo@pool-71-103-167-190.lsanca.dsl-w.verizon.net)
20:32.28evlwhat is cowtip? :P
20:32.38Mikkthe austrian national sport
20:32.52evlTooltip of awesomeness. Moo. It'll graze your pasture.
20:35.56*** join/#wowace MentalPower|Work (i=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
20:36.56WixiOminous: How does the code work? Rampage works as an On Crit it charges, it seems like everytime i crit its treating it as an "extra charge" even though its at 5, and the timer doesn't refresh. The time counts down ok, but visually the bar "fills up"
20:37.23OminousWixi: every time a debuff changes on the target my mod gets times from blizzards api
20:37.27CIA-2203damjau * r41308 10Prat/Prat_Modules/modules/ChatHead.lua: Prat: fix error in chathead module
20:37.31Ominousso im afraid its not my fault
20:37.55hyperChipmunksame happens with hunters mark
20:38.02WixiOminous: Ok :)
20:39.11CIA-2203ckknight * r41309 10CowTip/CowTip.lua: CowTip - added options to change the border's edgeSize and inset size.
20:39.17ckknightevl: there
20:39.55KaeltenVisitors to BlizzCon 2007 will be treated to the first-ever public hands-on with StarCraft II. Demo stations will be set up at the convention, and attendees can sample the new units and gameplay elements for themselves in multiplayer battles. We’re excited to offer this exclusive opportunity to our players, and look forward to seeing you at BlizzCon.
20:40.33krka..
20:40.35krkano fair
20:40.36mitch0they'll lose a good many subscriptions to wow, imo
20:40.37*** join/#wowace weab (n=asdf@cpe-70-112-141-213.austin.res.rr.com)
20:41.11Kaeltenmitch0: ?
20:41.29ckknightI doubt it, honestly
20:41.39ckknightyes, they'll lose some, probably
20:41.43mitch0well, at least I'm gonna take a break from wow
20:41.45ckknightbut there are many more that will just play both
20:41.54Antiarc|Worknevcairiel: http://i16.tinypic.com/4ygs976.jpg
20:42.08mitch0yeah, well, kids :)
20:42.16Funkeh`ckknight: whens my wish coming true!
20:42.18mitch0with infinite amount of playtime... /envy
20:42.25ckknightFunkeh`: which one was yours?
20:42.30sbuheh Antiarc|Work
20:42.32sbugiev config :o
20:42.43Funkeh`ckknight: hiding UF tooltips
20:42.47Antiarc|WorkI don't have it on hand, sbu
20:43.00hyperChipmunkckknight: Background style: Blizzard Low Health, Blizzard Out-of-Control, Blizzard Tabard Background?
20:43.02sbumhhhm ckknight - are you going to implement "import config" and "export config"?
20:43.18Kaeltenmitch0: I think most will play either one or the other or both, completely different style of games that feed different itches
20:43.28Kaeltenbut sc2 will be an instant best seller
20:43.34ckknightFunkeh`: it'll come true 25 minutes ago. CIA-22> - add option to show tooltip never/always/out-of-combat, for world units, unit frames, and non-unit frames
20:43.35Antiarc|Worksc2 rocked
20:43.55ckknighthyperChipmunk: update SharedMedia-1.0
20:43.57ckknightsbu: likely
20:43.58Antiarc|WorkFor a sufficiently fighter value of sc
20:43.58Funkeh`ckknight: win
20:43.59NightHawkTheSanerocked? what, did you time travel and beat the game already?
20:44.00nevcairielAntiarc|Work: imho thats ugly, i dont need the information prefixed by their type =P
20:44.09Antiarc|Worknevcairiel: Well, that's modifable too :P
20:44.20Antiarc|WorkI just did the first couple of lines :p
20:44.22abyssichateDoes anyone have a link to Drysc's thread Ommra is speaking about at http://forums.wow-europe.com/thread.html?topicId=296369888&sid=1 ?
20:44.38hyperChipmunknevcairiel: it's all dogtagged
20:44.47ckknightnevcairiel: frankly, I don't care what you use, but it's all fully configurable
20:44.51Thraenevcairiel: It's not a competition
20:45.03ckknightbut competition is a driving factor in development...
20:45.16*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
20:45.16hyperChipmunkckknight: is updated
20:45.34ckknighthyperChipmunk: you should get "Solid" and "Blizzard Tooltip" as well, then
20:46.28hyperChipmunkthe textures don't seem to be there
20:46.39nevcairielThrae: what version of tinytip should i use now anyway? is ace svn still up to date, or should i switch to your svn?
20:46.55ckknighthyperChipmunk: then you didn't update SharedMedia-1.0
20:47.01Antiarc|WorkI believe that the google svn is the up to date one
20:47.08ckknighthyperChipmunk: wait, commit didn't go through
20:47.18Thraenevcairiel: If you want default formating and positioning, or don't mind editing the database values by hand, then use the Google SVN version
20:47.20ckknightor did it...
20:47.25hyperChipmunk.lua updated
20:47.28sbuckknight: alpha "fading" rocks ;)
20:47.36hyperChipmunkgot no textures
20:47.46ckknighthyperChipmunk: <CIA-22> ckknight * r41306 SharedMediaLib/SharedMedia-1.0/SharedMedia-1.0.lua: .SharedMedia-1.0 - added Solid and Blizzard Tooltip to default backgrounds.
20:47.49hyperChipmunkand none of those settings I mentioned do anything
20:48.06sburight, i can see those textures but they dont change anything
20:48.46ckknighthyperChipmunk: works for me
20:49.11ckknighthyperChipmunk: oh, change your background color to white.
20:49.21ckknighthyperChipmunk: since it's black, it's impossible to see :-P
20:49.57hyperChipmunkalso, it would be a shame if there were no cow texture
20:50.23ckknightlol.
20:50.55hyperChipmunknow i can't get back to solid color D8<
20:51.29CIA-2203ckknight * r41310 10CowTip/CowTip.lua: CowTip - add a note about background color needing to be white.
20:51.44NightHawkTheSaneA cow texture would be hot.
20:52.34*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
20:53.47hyperChipmunkyea, i'm making one now
20:54.19*** join/#wowace Tuller (i=With@c-76-27-166-119.hsd1.va.comcast.net)
20:54.50*** part/#wowace Tuller (i=With@c-76-27-166-119.hsd1.va.comcast.net)
20:54.58daemonackknight -> http://www.2dvalley.com/tutorials/cow-tex-300.jpg
20:55.13daemonaits seamless, you can tile it
20:55.14*** join/#wowace Tuller (i=With@c-76-27-166-119.hsd1.va.comcast.net)
20:55.55*** part/#wowace Tuller (i=With@c-76-27-166-119.hsd1.va.comcast.net)
20:55.57hyperChipmunkthat's a weak one
20:56.47ckknightactually the backgrounds aren't tiled
20:56.52ckknight*shrug*
20:56.57ckknightand cow textures are lame, imho
20:57.00ckknighthard to put text against
20:57.04phyberCowTip needs some nice configuration method.  like, a fake tooltip on the screen where you can edit what tags you want in each area.
20:57.04Killmorehahaha
20:57.07hyperChipmunkthat isn't the point
20:57.16phybergoing through 30 lines of dewdrop with a crappy amount of space to edit text in sucks ;)
20:57.17*** join/#wowace Tuller (n=chatzill@c-76-27-166-119.hsd1.va.comcast.net)
20:57.39*** join/#wowace ravagernl (n=chatzill@85.148.20.110)
20:58.08NightHawkTheSaneckknight: if it's black/white, sure. but a brown/white would work
21:00.02Antiarc|Workphyber: That's what Waterfall is for :D
21:01.08*** join/#wowace stavmar (n=chatzill@cpe-97-99-113-207.austin.res.rr.com)
21:01.13ravagernlWhat's the difference between whisperfu and heyfu?
21:01.16ckknightactually, I'll be redoing the line setting thingy
21:02.04*** join/#wowace Neebler (n=BuM@adsl-64-169-155-128.dsl.chic01.pacbell.net)
21:02.28phyberI wanted to make it look like TinyTip's tooltips, but it looked like too much effort ;)
21:03.36CIA-2203mikk * r41311 10Violation/Violation.lua:
21:03.37CIA-22Violation:
21:03.37CIA-22- Move to handler-based method calling for window & reporting AceOptions. MUCH cleaner - no need to make copies of menus and fiddle with their passValues, etc
21:03.37CIA-22- Add "Report" menu to bar window context menu. For great justice.
21:03.37CIA-22~congratulate [Ammo]
21:03.37purlACTION congratulates [Ammo] on being a new owner of a $500 brick.
21:05.18vhaarrMikk: sweet
21:07.36Mikkckknight: When working with handler/methods in aceoptions, I realized that they're sometimes a little bit unwieldy. E.g. when you have an "Enable CoolFeature" setting, which you just get/set (get="getSetting", etc) normally with passValue="CoolFeatureEnabled".. And then you have a "Tweak CoolFeature" which wants to be disabled when the feature is disabled... but there's no sane way to go e.g. disabled="~getSetting CoolFeatureEnabled" - you e
21:07.40Mikkcreating a new method to poll that value
21:08.05vhaarrMikk: passValues are passed to disabled functions.
21:08.34MikkYeah but the 2nd passValue is going to be e.g. "CoolFeatureColor"
21:08.36ckknightick
21:08.49Mikknot "CoolFeatureEnabled", which is the one I wanted to poll
21:09.10Mikkckknight: no i'm not suggesting that syntax. just explaining what i was thinking
21:09.55MikkdisabledPassValue="CoolFeatureEnabled" ftw?
21:10.11hyperChipmunkhttp://69.14.77.214/moo.png
21:10.12Mikknot really expecting you to write this btw.. just theorizing... i might do it some day :P
21:10.14hyperChipmunkkeke
21:10.14vhaarrI don't think it needs to be any more bloated than it is
21:10.27*** join/#wowace trh_ (n=hmmm@e179052064.adsl.alicedsl.de)
21:10.48Mikkbah, i just got rid of 200 lines from Dewdrop:FeedAceOptionsTable()  :P
21:10.49ravagernlomg lol
21:10.59phyberhyperChipmunk: is dat sum cowtip!?
21:11.02Wixilol
21:11.15CIA-2203Leialyn * r41312 10Babble-2.2/Babble-Boss-2.2/Babble-Boss-2.2.lua: Babble-2.2: Rage Winterchill deDE
21:11.16hyperChipmunkI HAS SUM COWTIP
21:11.38Wixiis that Mendeelev giving that info in the tooltip, or is it part of Cowtip
21:11.51hyperChipmunkyea
21:11.52CIA-2203Leialyn * r41313 10BigWigs/Hyjal/Winterchill.lua: BigWigs: Hyjal/Winterchill: deDE update
21:11.55hyperChipmunkmendy
21:11.55CIA-2203ckknight * r41314 10CowTip/CowTip.lua: CowTip - cache the DogTag functions initially, before the GC, so a mem spike doesn't appear on first mouseover.
21:12.11vhaarrMikk: 90% of the time, you're dealing with a multitude of options that rely in enabling/disabling themselves based on one other setting, creating one function that checks it and referencing those in disabled = func isn't much of  problem
21:12.37Mikkit is in a handler based approach, vhaarr
21:12.54Mikke.g. when you're re-using the same menu under a bunch of modules / windows / etc
21:12.58Mikk(which btw is very memory friendly :P)
21:13.43vhaarrMikk: right, so you add that method to the handler?
21:13.58Mikkyeah that's what i did now
21:14.07vhaarrI think that's fine
21:14.11Mikkjust seemed to me that it
21:14.21Mikkit'd be a mem saver to add a wee bit more logic to aceoptions
21:14.28Mikkand not write lots of methods
21:14.34MikkI'm not married to the idea =)
21:15.56Mikkhell, all you'd need is "v.disabledPassValue or v.passValue" in 2 places and you'd be done
21:16.20*** join/#wowace weab (n=asdf@cpe-72-179-18-127.austin.res.rr.com)
21:16.26Mikkok, and then the same for hidden
21:18.18ckknightlol, hyperChipmunk, moo texture.
21:18.51*** join/#wowace GoogleSVNBot (i=generalm@c-68-49-121-90.hsd1.md.comcast.net)
21:20.37hyperChipmunk>8D
21:20.45*** join/#wowace GoogleSVNBot (i=generalm@c-68-49-121-90.hsd1.md.comcast.net)
21:20.48Adirelleckknight: I'm looking at the ThreatLib_funcs/UpvalueFixers you put into Threat and I have some questions
21:20.59ckknightk.
21:21.16ckknighthyperChipmunk: you should put that into SharedMedia
21:21.30NightHawkTheSanehyperChipmunk: lol, very nice texture
21:21.38Firikany thread1.0 developers here?
21:21.58Firikthreat even
21:22.05Adirelleckknight: if I understand it right, I can put reference to core locals into ThreatLib and remove them later in upvaluefixer ?
21:22.22ckknightyep
21:22.29ckknightlike ThreatLib.new and such
21:22.29WixiAntiarc: http://ace.pastey.net/61791
21:22.39ckknightFirik: I guess I qualify
21:23.16*** join/#wowace Mech0z (n=nn@0x573251c2.rdnxx5.adsl-dhcp.tele.dk)
21:23.16Firikthreatlib keeps track of threat per mob atm, can you use GetRaidTargetIndex if it's other then nil to identify different mobs with the same name pls?
21:24.14*** join/#wowace Punkie` (n=~@host86-129-252-144.range86-129.btcentralplus.com)
21:24.18Firikmy guild marks all mobs most of the time and I guess lots of other guilds do that as well
21:24.21CIA-2203bayi * r41315 10beql/ (beql.lua options.lua questlog.lua tracker.lua):
21:24.21CIA-22beql:
21:24.21CIA-22<PROTECTED>
21:24.21CIA-22<PROTECTED>
21:24.27Firikf.e the channelers at magtheridon
21:24.54ravagernlnice suggestion
21:25.21FirikI use it for my own written addons and it works nicely to know which mobs is which
21:25.30MikkThe problem is that the combatlog doesn't really say "You do X damage to TheMob (the star marked one)"
21:25.40MikkIt just says "TheMob"
21:25.55Firikhmm true didn't think of that
21:26.09MikkYou _could_ make assumptions about your current target
21:26.16NightHawkTheSanebut that's a very bad idea.
21:26.25MikkBut it'll fail horribly if you're shooting at your focus for instance
21:26.30Firikwhy? most of the time people are attacking their target
21:26.44NightHawkTheSaneFirik: multi-damage abilities and dots say not always :P
21:26.51Firiktrue
21:26.55*** join/#wowace Chesy (i=Fidora@c-2fbae455.46-0112-74657210.cust.bredbandsbolaget.se)
21:26.55NightHawkTheSaneaoe/cleave/etc
21:26.57MikkPersonally, I'd be ok be with a caveat "shoot your target and nothing else pl0x or it gets confused"
21:27.06MikkBut I'm not the decision maker =)
21:27.28NightHawkTheSaneEh, the only time multiply named mobs come up is typically with trash. Threat really doesn't matter on trash.
21:27.28Firikkinda strange how blizz implemented the combat log stuff, they should just have clear messages for it with a target and amound and such so that you don't have to parse your combat log
21:27.51NightHawkTheSaneFirik: It's designed that way on purpose. Blizzard does -not- want us to be able to uniquely identify mobs
21:28.09MikkThat's not what he said
21:28.26MikkHe said he wants CHAT_MSG_COMBAT SourceName, DestinationName, amount, DamageType
21:28.27FirikI know, but giving a unit id in those messages would still not give us that info
21:28.50Firikthe way unit id's work in wow is really nice imo
21:28.52FirikI'
21:29.01Firikm not hapy with the combat events only
21:29.02Mikkoh, unitids in combatlog
21:29.10Mikkthat's ... iffy as hell bh
21:29.11Mikktbh*
21:29.12ThraeFirik: Parser-1.1 works that way I believe
21:29.36*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
21:29.39Firikparser can't know for sure ofc, same name problem
21:29.47ThraeFirik: Parser-3.0 gives you the unitId by using RosterLib, but you can also use something like RosterLib with Parser-1.1.
21:30.20Mikkbut does it give you raid40focus?
21:30.27Mikkiteration madness! =)
21:30.46Arrowmasterno since thats not a valid unitid
21:30.51Mikkoh
21:30.51Firikyou can't appent focus like target right?
21:30.58Mikkraid40target then
21:31.14Firikraid12targettarget
21:31.18*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
21:32.26Firikhydros, magtheridon, vasjh, al'ar, lurker, morogrim   just some boss fights with ads with same names
21:32.33NightHawkTheSanehehe.. http://worsethanfailure.com/Articles/May-The-Form-Be-With-You.aspx
21:33.11Firikbut ofc magtheridon is the only fight where you mark then
21:33.31Firikso nvm about my suggestion, will be to much guessing and only working on trash
21:33.38*** join/#wowace Kilroo (n=Kilroo@cpe-071-076-173-175.triad.res.rr.com)
21:33.47NightHawkTheSaneactually, I think Threat-1.0 does some magic on some of the boss fights where you -know- how many adds there will be
21:33.55NightHawkTheSanebut you'd have to ask Antiarc about that.
21:34.10hyperChipmunkhttp://69.14.77.214/moo.blp <---if anyone wants the cow texture for their sharedlib =)
21:34.29NightHawkTheSanehyperChipmunk: commit it up to sharedmedia?
21:34.45trh_ich will kühe! ;)
21:35.36Mech0zWho is it that makes Threat1.0 ?
21:35.41*** join/#wowace Ins- (n=sam@215.88-64-87.adsl-dyn.isp.belgacom.be)
21:36.12ag`"Your ticket has been escalated!" five hours later... nothing still :P
21:36.12Fisker-Punkie`
21:36.16Fisker-This shit delivers
21:36.45Mech0zthe threat value for growl 8 (second highest rank) does not work propely, at least I pretty often puls aggro when I not near my pets threat (not the aggro gain thing)
21:38.10Adirelleckknight: in threat, upvaluesfixer are called in the same order as funcs ?
21:38.28ckknightyes
21:38.29sbulol trh_ ;)
21:38.44*** join/#wowace karpadnik (i=ariel@gateway/tor/x-97e75128704fda5f)
21:38.45ckknightMech0z: mostly Antiarc
21:39.26Antiarc|WorkMech0z: I'm the lead on Threat
21:39.41Antiarc|WorkMech0z: How much AP does your pet have?
21:39.58Adirelleckknight: so say if I want to expose some locals through ThreatLib, say partyMemberUsesKLHTM, I can't refresh them in the upvaluesfixer
21:40.56ckknightif it's a table, the reference will be kept across all files that hold it
21:41.10CIA-2203hyperactiveChipmunk * r41316 10SharedMedia/ (SharedMedia.lua background/ background/moo.tga):
21:41.10CIA-22SharedMedia:
21:41.10CIA-22- CowTip special! 'Moo' background added.
21:41.44Adirelleckknight: that's not easy to explain, this involves having several version of threat
21:41.46hyperChipmunkit's surprisingly usable O_o
21:41.49Antiarc|WorkMech0z: Also, what level is your pet?
21:42.01ckknightAdirelle: oh...
21:42.28ckknightAdirelle: you want to take the oldLib's reference and use it with the new one?
21:42.39Antiarc|WorkMech0z: If you care to, you can help me debug it
21:42.41Adirelleckknight: not at all
21:42.45Adirelleckknight: in one func, you have "local del = ThreatLib.del" and in the upvaluesfixer : "ThreatLib = lib"
21:43.04ckknightyea.
21:43.13Adirelleif another instance of threatlib is activated, the "ThreatLib" will be updated, but not "del"
21:43.21ckknightdel's a function
21:43.26ckknightand the ThreatLib reference is funky
21:43.27Adirellethat's not annoying for del
21:43.49Adirellebut with a table I feel it becomes tricky
21:44.43*** join/#wowace weab_ (n=asdf@cpe-72-179-16-64.austin.res.rr.com)
21:44.48Adirellebasically, if I do : "local partyMemberUsesKLHTM = ThreatLib.partyMemberUsesKLHTM" (supposing partyMemberUsesKLHTM is exposed at something then removed in upvaluesfixer)
21:45.20sbuyay hyperChipmunk :)
21:45.23Adirellewhich partyMemberUsesKLTHM will be used if a fresher ThreatLib is activated ?
21:45.46Adirellewait... maybe there is no point to worry about this ?
21:45.48*** join/#wowace kaugummi (n=kaugummi@p5091F1B3.dip.t-dialin.net)
21:45.54Josh_Borkehm, pretty sure it'll point to the previous version, unless it does an in place replacement of functions
21:46.37Adirelleckknight: thoughts ?
21:47.26ckknightAdirelle: it'll be the newest one, by definition
21:47.40ckknightAdirelle: basically: stop worrying
21:47.57Mikknew libraries overwrite old member functinos
21:47.58Adirelleckknight: hrm... I'll do that, and yell if something goes wrong :p
21:48.02Flexomhrmz, fubar settings are.....somewhat fubar:p can't change any settings that uses numbers... like font size, they just revert to previous setting...
21:48.23Mikkuhoh
21:48.24ckknightbasically.
21:48.24Adirelleyep, but that func/upvaluesfixer system was quite new to me
21:48.38*** join/#wowace cladhaire (n=cladhair@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
21:48.38*** mode/#wowace [+o cladhaire] by ChanServ
21:48.40MikkFlexom: did this happen just now?
21:49.17ulicis it possible to use PlaySound or any other function to play the in-game .wav files?  besides the ones list on the wowwiki PlaySound() page?
21:49.32uliclike with "sound\blah\blah\sound.wav"?
21:49.45MikkMkay, this'll be my fault then >.<
21:49.58WixiAntiarc|Work: Omen errors: http://ace.pastey.net/61791
21:51.07Josh_Borkemikk:  how can you change a local reference to a function?
21:51.12CIA-2203mikk * r41317 10DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua: DewdropLib: I managed to bork sliders in the last checkin -- they'd never "set". Oops. Fixed.
21:51.13hyperChipmunkif the cow texture is still too bright for you to read, you can always move the "Background Color" in CowTip's options towards black
21:51.18Josh_Borkemikk:  as i understand it they are pointers
21:51.18ulicah, found it, PlaySoundFile()
21:51.21Antiarc|WorkWixi: That's fixed in 41286, I believe.
21:52.00MikkJosh_Borke: Yeah local refs will be pointing to old stuff...
21:52.05WixiAntiarc|Work: Must have missed the update, i'll check it out
21:52.07Josh_Borkei can understand if it's a reference to just ThreatLib, replace the contents of the table.  but if it's a reference to ThreatLib.field, you can't change that one
21:53.13Josh_Borke<STAGE 1>local partyMemberUsesKLHTM = ThreatLib.partyMemberUsesKLHTM"; <New ThreatLib is loaded, changing the contents of ThreatLib and erasing all the old field>, partyMemberUsesKLHTM points to the OLD function, not the new one, correct?
21:53.31MikkFlexom: Fixed.
21:53.48MikkFlexom: The fix should be downloadable from files.wowace in ~10 minutes
21:54.56Josh_Borkethough, i'm thinking Adirelle was asking specifically about DogTag
21:55.38AdirelleJosh_Borke: what ?
21:56.02Josh_BorkeAdirelle: i was just trying to understand your question
21:56.16Josh_Borke(05:39:58 PM) Adirelle: ckknight: so say if I want to expose some locals through ThreatLib, say partyMemberUsesKLHTM, I can't refresh them in the upvaluesfixer
21:56.59CIA-2203cryect * r41318 10Recount/ (GUI_Graph.lua Recount.lua Recount_Modes.lua Tracker.lua): Recount - Now displays activity time of players. In detail mode, this allows you to see how players spending their time attacking/healing what targets with individual ability time for the bottom details
21:57.01AdirelleJosh_Borke: well... in fact, I won't need to refresh them
21:57.29Josh_Borkethat's good
21:57.54Adirelleall files of differents versions of ThreatLib are loaded in the same order, together, not interlaced
21:58.52Adirelleso at any time _G.ThreatLib points to the current version of ThreatLib that is loading
21:59.05Josh_Borkethat is LOADED, not LOADING, right?
21:59.17CIA-2203bayi * r41319 10beql/localization-ko.lua: beql - fixed koKR localization for "Add New Quests" function in other languages
21:59.26Josh_Borkesince any out of date threatlib should just dump out when it finds out it's not the newest
21:59.46Adirellethat's a bit more complicated, since ThreatLib is defined in several files
21:59.56Josh_Borkebut then again, i'm probably not understanding something
22:00.23*** join/#wowace Stephmw (n=steph@212.69.51.139)
22:01.03Adirellebasically Threat-1.0.lua (first loaded file) defines a global ThreatLib
22:01.21Adirellethen all files are loaded using it (adding defining functions to ThreatLib_funcs)
22:01.49Adirelleand at the end, Threat-1.0-Cleanup.lua will executes all ThreatLib_funcs and activates the library
22:02.00Adirelleand cleanup the global ThreatLib
22:02.08CIA-2203saroz * r41320 10sRaidFrames/sRaidFrames.lua: sRaidFrames: Move some stuff around
22:02.19Adirellebetwwen  Threat-1.0.lua and Threat-1.0-Cleanup.lua, we can say ThreatLib is "loading"
22:02.40NeoTronman big blow - our top shadow priest is taking a raiding hiatus until september at least
22:02.51Adirelleduring this time _G.ThreatLib references the current loading instance
22:03.08[dRaCo]shadows are replaceable.
22:03.09CIA-2203cryect * r41321 10Recount/Recount_Modes.lua: Recount - Some fixes to the tooltip for Activity (coloring and wrong label)
22:04.19*** join/#wowace kenlyric (n=kenlyric@adsl-76-214-146-38.dsl.ipltin.sbcglobal.net)
22:05.52Adirelleckknight: so this would work ? http://ace.pastey.net/61861 (I forget some cleanup)
22:05.57Adirelles/get/got/
22:06.16*** join/#wowace Daemona (i=me@i577A2968.versanet.de)
22:06.44ckknightyes, Adirelle
22:06.47ckknightjust do the cleanup as well
22:08.05*** join/#wowace kaugummi (n=kaugummi@p5091D6A8.dip.t-dialin.net)
22:08.29CIA-2203antiarc * r41322 10Threat-1.0/Threat-1.0/ClassModules/Pet.lua:
22:08.29CIA-22Threat-1.0: Drycoded change to reflect a change to the pet scaling theory.
22:08.29CIA-22Basically, calculate base AP off of the highest learnable rank rather than the
22:08.29CIA-22highest learned rank. This means that Rank 8 Growl on a level 69 pet with 700 AP
22:08.29CIA-22is far more effective than Rank 9 Growl on a level 70 pet with 700 AP, but far
22:08.30CIA-22less effective than Rank 8 growl on a level 70 pet with 700 AP.
22:09.42hyperChipmunkrank 9 growl, eh?
22:09.44hyperChipmunkwtb
22:10.13durcynhyperChipmunk: you should add more textures to SML so the dewdrop picker covers my entire 1200-pel high screen.  that'd be awesome.
22:10.15AdirelleAntiarc|Work: would you mind if I add some "Threat_KTM_*" event sending ? like (master target change, new pure user detected, version query response ?)
22:10.16Antiarc|WorkErr.
22:10.17abyssichateAntiarc: did you fix the issue about own threat data being halved even on resisted soulshatters?
22:10.18Antiarc|WorkRank 7 and Rank 8. >_>
22:10.26Antiarc|Workabyssichate: I haven't looked at it yet :/
22:10.32Antiarc|WorkAdirelle: Go for it.
22:10.52durcynhyperChipmunk: oh, wait, it already does.  sighbomb.
22:11.19abyssichateoh, ok, I was pretty sure that you did but yesterday it happened that my SS got resisted and yet my threat got halved, so I was wondering why. I now understand it
22:11.39durcynAntiarc|Work: don't forget to include milk and cookies in the next release of Threat.
22:11.58Antiarc|Workdurcyn: kk
22:12.20*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
22:12.29Hotphoenixwould a feature in omen to automatically or have a menu option to whisper those in a raid without a working/compatable version of threat be a viable addition?
22:12.56Hotphoenixgod my english sucks tonight
22:13.14hyperChipmunkI'll kick you in the balls if you start making autowhispers, Antiarc|Work
22:13.21*** join/#wowace evl (n=fuckoff@213-205-67-33.net.novis.pt)
22:13.50Antiarc|WorkI was considering an autowhisper feature, but I figure that it's prone to nasty abuse and it's relatively easy to just manually tell people to upgrade
22:17.46ckknightAntiarc|Work: your guild is nice
22:17.49*** join/#wowace what-K (i=what-K@xdsl-81-173-182-65.netcologne.de)
22:17.50ckknightwell, the gog thing
22:17.56Antiarc|WorkHeh, they're good folks.
22:17.59ckknight<3 nearly-free shield spike
22:18.05Antiarc|WorkIt's basically one giant guild with sub-guilds
22:18.28ckknighthow many people are in it?
22:18.38Antiarc|WorkMmm. Let me check the raid roster.
22:19.46ravagernl<PROTECTED>
22:20.35Antiarc|WorkIt's four guilds, ravagernl
22:20.36kenlyricyou're not really paying attention, are you ravagernl? ;)
22:20.43ravagernl:o
22:21.05ravagernllol how is that possible
22:21.24Antiarc|WorkGuild alliance.
22:21.54Antiarc|WorkI'd guess there are probably on the order of 150-200 accounts active in the GoG
22:22.21*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
22:22.30Antiarc|WorkLots and lots more inactive accounts
22:22.48ulicdo you have an addon that allows for cross guild chat?  or just make a channel?
22:22.57Antiarc|WorkWe just use a channel with ChatLink for linking crap
22:23.27Antiarc|WorkIt's been going strong for a few years without any major problems, so why mess with what works?
22:24.22*** join/#wowace sbu_ (n=sb@dslb-084-056-130-199.pools.arcor-ip.net)
22:24.44ulicwas just curious glad it's going well :)
22:24.45*** join/#wowace Galka_ (n=Galka@pool-72-88-148-81.nwrknj.east.verizon.net)
22:25.22*** join/#wowace dabu_ (i=xx@p54AC9DCF.dip0.t-ipconnect.de)
22:27.05Ominousckknight whats wrong with [~SmartRace:IsEqual("Not specified")?SmartRace]
22:27.19ckknightno quotes
22:27.49Ominousok
22:28.07Ominousthanks
22:28.37Ominousalso ckknight: maybe a faction color needs to be added
22:28.43Ominoustag*
22:29.48Ominousignore me
22:30.02*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
22:30.42CIA-2203ckknight * r41323 10DogTag-1.0/DogTag-1.0/DogTag-1.0.lua:
22:30.42CIA-22DogTag-1.0 - make it so [Zone] will no longer return "Ressurectable"
22:30.42CIA-22- added tag [Rez]
22:30.48ckknightwas thinking about a faction color
22:31.14abyssichateInstead of tag horde/alliance?
22:31.42ckknightwell, to go with it
22:32.32abyssichateWill the things like disabling the class tag in case you are targetting a NPC/mob be dealed with later on?
22:32.35ckknightalso, I was thinking about the possibility of having it return "Thunder Bluff" instead of "Horde" if you're a Tauren, for instance
22:32.40*** join/#wowace Shirik (n=nospam@mckay32-75.resnet.db.erau.edu)
22:32.56ckknightabyssichate: that already is dealt with.
22:33.01*** join/#wowace kaugummi (n=kaugummi@p5091CFEB.dip.t-dialin.net)
22:33.07ckknightNPCs have classes
22:33.08abyssichateI obviously need to update
22:33.12*** join/#wowace eXemplar (n=exem@203-206-82-231.dyn.iinet.net.au)
22:33.39abyssichateBackground colours based on hostility?
22:34.06CIA-2203ckknight * r41324 10CowTip/CowTip.lua: CowTip - add Resurrectable line.
22:34.27ckknightabyssichate: not yet
22:34.51Antiarc|Workckknight: What's the possibility of having a "color chain" via tags?
22:34.59ckknightcolor chain?
22:35.02*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
22:35.02Antiarc|WorkWell
22:35.10*** join/#wowace chuckg (n=chuckg@ip11.82.dhcp-acs2.pdx.iinet.com)
22:35.23ckknight[SomeTag:Red] works
22:35.34ckknightso would [SomeTag:Color(ff0000)]
22:35.35ravagernli think antiarc means a gradient from one color to another
22:35.40ckknightoh
22:35.45ckknightyea, that's not happening
22:35.51ravagernllol :P
22:35.51ckknighttoo complex and pointless
22:35.53Antiarc|WorkFaction?Hostile:Red; InMyGuild?Blue; Faction?Friendly:Green;
22:35.56Antiarc|WorkFor the background
22:36.00ckknightoh, that's fine.
22:36.05Antiarc|WorkHowever dogtag would do it
22:36.15ckknightwait, oh, for the background?
22:36.16ckknighthrm
22:36.17Antiarc|Workbasically finer-grained control than hostile = red, friendly = green
22:36.18Antiarc|Workor whatever
22:36.18Antiarc|WorkYeah
22:36.22ckknightI dunno
22:36.27ckknighthere's what I was thinking:
22:36.42Antiarc|WorkI'm just thinking DogTag expressions that evaluate to a color that's used for the background
22:36.44Antiarc|WorkIf that makes sense
22:37.04ckknightif they're the same faction as the one you're grinding for, then it's a color
22:37.09ckknightif they're hostile, then it's another color
22:37.16ckknightif they're a hostile PC, it's another color
22:37.23ckknightif they're a friendly PC
22:37.27ckknightif they're in your guild
22:37.40ckknight(or friend)
22:37.42ckknightif they're friendly NPC
22:37.46ckknightI think that's it.
22:38.02ckknightthose 6
22:38.11Ominousckknight: imo [PlayerClass?ClassColor!HostileColor][Name] should be used for name
22:38.29ckknightOminous: that's your opinion, not mine.
22:38.38ckknight:-P
22:38.50ckknightI prefer SmartClass over PlayerClass
22:41.30sbuhmm Antiarc|Work
22:41.44*** join/#wowace Godzmack_ (n=Godzmack@157.157.216.175)
22:42.03sbumy pullout bar still has height of ~400px
22:43.05*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
22:47.07Ominouswhats the hex for the default yellow for even difficulty mobs
22:47.25ckknightffff00
22:48.42CIA-2203antiarc * r41325 10Omen/OmenThreatBar.lua: Omen: Fix for the magical height-expanding pullout bars
22:50.02*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
22:50.48hyperChipmunk~seen nymbia
22:50.55purlnymbia <n=nymbia@75-166-29-251.hlrn.qwest.net> was last seen on IRC in channel #wowace, 20h 11m ago, saying: 'cool'.
22:51.30sbuthank you Antiarc ;o
22:51.38Antiarc|Work:)
22:51.59Adirellegonna see how this big piece of drycoding works
22:52.20mitch0hohoho
22:52.33mitch0they usually don't
22:53.56Adirelleshit, oRA2's shity again
22:54.16Adirellesry, I meant something's borked again with acelibraries
22:55.02Ominousi dont like priest color
22:56.16hyperChipmunkhow come my dewdrop sliders don't work no more
22:56.21hyperChipmunkwho do i beat in the face
22:57.01nevcairieli suggest Mikk
22:57.02mitch0wan't Mikk fiddling with dewdrop? :)
22:57.17Ominousckknight: does [PvP] say something different with all in one pvp?
22:57.21hyperChipmunkI'ma fiddle with his face
22:57.56ckknightFFA? no, I think it still just says "PvP"
22:58.09ckknightI could make it say something
22:58.13ckknightsuch as "FFA"
22:59.03*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
22:59.04hyperChipmunkckknight: still no Solid background style in cowtip
23:00.21Adirelledamn, just found a very old version of Ace2... could explain thoses weirdness that happened to me :/
23:00.32ckknighthyperChipmunk: it works for me, so I dunno what to tell you
23:01.01CIA-2203ckknight * r41326 10DogTag-1.0/DogTag-1.0/DogTag-1.0.lua: DogTag-1.0 - for [PvP], if you're FFA, it'll say FFA instead of just PvP.
23:03.17Ominousckknight: thanks :)
23:03.38hyperChipmunkckknight: well stop hoarding yer codez
23:03.43Ominousckknight also [Status:Red:AFK:Red] is there a way to do it with only one Red in it?
23:04.01ckknight[[Status:AFK]:Red]
23:04.07CIA-2203cryect * r41327 10Recount/ (GUI_Detail.lua Recount.lua Recount_Modes.lua Tracker.lua):
23:04.07CIA-22Recount - Added a (s) label for detail windows involving activity
23:04.08CIA-22-Various improvements on memory usage
23:04.47Ominousckknight: is that better than [Red][...] which i just rememberd can be dne
23:05.09ckknightyes
23:05.21Antiarc|Workhttp://youtube.com/watch?v=fTPAoNE3Cgg
23:07.41hyperChipmunk"Rez" Unknown Tag
23:08.36Ominousnow ckknight: no resetting the db
23:08.41OminousxD
23:08.58ckknighthyperChipmunk: update DogTag
23:09.02*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
23:10.16CIA-2203antiarc * r41328 10Threat-1.0/Threat-1.0/Threat-1.0.lua: Threat-1.0: Commented out an assertation, as the cause of it may be a race condition due to the server not sending data across quickly enough. Just fail silently instead; shouldn't hurt anything.
23:10.23Ominousckknight: when the tt shows when mousing over pitbull then removving curser from pitbull tt dosent hide until a differnt type of tt is shown
23:10.53ckknightyea, I know
23:11.16*** join/#wowace Droolio (n=drool@87-194-188-170.bethere.co.uk)
23:12.08Aenslaedwhats a good ace alternative to chronometer?  self casted hots, dots, buffs, debuffs but also pvp/bg timers.
23:12.51durcynclasstimer + capping
23:13.09*** join/#wowace KriLL3 (n=KriLL3@c-2be3e155.72-6-64736c11.cust.bredbandsbolaget.se)
23:13.46*** join/#wowace Galka__ (n=Galka@pool-72-88-188-202.nwrknj.east.verizon.net)
23:13.49*** join/#wowace Xuerian (n=core@va-76-4-68-39.dhcp.embarqhsd.net)
23:14.02Aenslaedtwo mods to do it?
23:14.05*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
23:14.08ckknightOminous: wait, that's not right...
23:14.29Ominousckknight: e41314
23:14.33Ominousr*
23:14.34Aenslaeddurcyn: i used to use sorren's timers but the mod was getting unstable
23:15.02durcynchronometer is an ace addon, btw.
23:15.11Aenslaedi know
23:15.19Aenslaedbut chronometer doesn't allow for nearly enough customization
23:15.35durcynother ace candybar addons would be capping, for pvp timers, classtimer for class abilities, hourglass for self-cooldowns, etc
23:15.50OminousAenslaed, its better to use more mods for elss tasks imo, more user choice
23:15.54durcynand antagonist for NECB-like target cast/cooldown/buff
23:16.00OminousAenslaed, ClassTimer is very configurable
23:16.03*** join/#wowace KarlThePagan (n=andross@lanip-170-65.go180.net)
23:16.42Aenslaedwell, sorren's was amazing. fully configurable and relevant class timers, and arena/bg timers.
23:16.57AenslaedI dont want necb style timers though. thats what cast bars are for.
23:16.59Aenslaedand bigwigs
23:17.11Ominousckknight: ok fixed
23:17.11durcynyou'll notice i mentioned not one but FOUR different addons.
23:17.25durcynmix and match
23:17.26ckknightfixed?
23:17.28Ominousckknight: it works the first time but not the others
23:17.43Ominousckknight: i updated and it hid the frist time, but then stayed the others
23:18.16*** part/#wowace Punkie` (n=~@host86-129-252-144.range86-129.btcentralplus.com)
23:19.03*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
23:19.07Aenslaedcan capping and classtimers share the same anchor point?
23:19.13Ominousno
23:19.24Ominousdont see why you would wnt them too
23:19.53Aenslaedone spot to look for timer bars.
23:24.02*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
23:25.07*** join/#wowace Legorol (i=Legorol@zr205.trin.cam.ac.uk)
23:27.23AdirelleAntiarc|Work: KLHTM supports seems working in its own file :p
23:27.37Antiarc|WorkAdirelle: Awesome :D
23:27.47Antiarc|WorkThat should make maintaining the Threat core a bit more simple
23:27.48Ominousargh!, i hate universitys along way away
23:30.05AdirelleAntiarc|Work: seems to have some trouble with IsGroupOfficier tho
23:30.18Antiarc|WorkAdirelle: Local isn't available?
23:30.40Antiarc|WorkMm. Guess we can expose ThreatLib.IsGroupOfficer, but bleh.
23:30.47Adirellethat's not it
23:30.58AdirelleI'd rather say it return false when it shouldn't
23:32.14ckknightfun to do in pugs: /script SendAddonMessage("KLHTM", "t 1000000", "PARTY")
23:32.40*** join/#wowace RaydenUnicyclist (n=bozartmp@adsl-69-231-155-93.dsl.irvnca.pacbell.net)
23:33.46Ominousckknight: rofl
23:34.05Kemayockknight: I must try that...
23:34.13sbu*testing*
23:34.13Kinkxwhat happend? :D
23:34.17Kinkx+s
23:35.11CIA-2203pb_ee1 * r41329 10LZProfiler/LZProfiler.lua: LZProfiler: Made the scanning of tooltips in BANK_CONTAINER work.
23:36.30Megalonjust got a error when configuring something in agUF in the dewdrop menu: http://ace.pastey.net/62018
23:36.43Megalonis that agUF's fault, or a dewdrop bug?
23:37.22*** join/#wowace JoshBorke (n=Josh@r54h77.res.gatech.edu)
23:37.39CIA-2203saroz * r41330 10sRaidFrames/sRaidFrames.lua: sRaidFrames: Don't allow :CreateFrames to do stuff when we arent enabled
23:37.40Ominousckk /script SendAddonMessage("KLHTM", "t 1E99", "PARTY")
23:37.48Ominousworks too
23:37.52ckknight<PROTECTED>
23:37.57sbulol
23:37.59abyssichateckknight: what I meant before is: is it possible to remove the tag class if you are hovering non pvp targets? I'd eventually get a Class: Warrior if I am targetting a Mindless Zombie, for example
23:38.02Ominousrofl
23:38.05sbu1 is every second?
23:38.08ckknightI'm in a PUG
23:38.11ckknightthey're using KTM
23:38.13Ominous:)
23:38.15ckknightfuck em.
23:38.17Ominousthey going wtf?
23:38.31ckknightabyssichate: yea, they're warriors.
23:38.44abyssichateyes, I know, but that is not very informative to know
23:38.53ckknightit is for me
23:38.57ckknightyou know if they heal or not
23:38.59ckknightwhat spells they use
23:39.07CIA-2203antiarc * r41331 10Babble-2.2/Babble-Race-2.2/Babble-Race-2.2.lua: Babble-2.2: Added deDE translation for "Imp"
23:39.29yacoobcoming up next: cryptographic extension to KTM :D
23:40.02abyssichateokei, but in the long run, once you know what all the units actually do, it may be redundant, so I was wondering if there was a conditional to make the class text show only on pvp targets rather than on every target
23:40.11abyssichateif that is at the moment not possible, I'll just live with that
23:40.47Antiarc|WorkAdirelle: You're saying it's returning false for someone that is a group officer/leader?
23:40.57AdirelleAntiarc|Work:
23:40.59AdirelleAntiarc|Work: right
23:41.13Antiarc|WorkOoh, right
23:41.16Adirellein fact, I'm in a party, and the party leader
23:41.27abyssichateI also get the "what-class-npcs-are" by the way their name is coloured, I guess :)
23:41.27Adirelleand it returns false
23:41.30Antiarc|WorkBecause we don't have unit info for KTM people I suspect
23:41.39JoshBorkeckknight: is there a way in Cartographer to prevent it from putting icons on my minimap for Cartographer_Herbalism?
23:41.56AdirelleAntiarc|Work: I'm not "KTM people" :p
23:42.07Antiarc|WorkHrm.
23:42.16Antiarc|WorkOoh, I see.
23:42.28CIA-2203ominous * r41332 10ClassTimer/ClassTimer.lua: ClassTimer: ops some things didnt show
23:42.34Antiarc|WorkAdirelle: It probably doesn't work in a non-raidparty
23:42.38CIA-2203cryect * r41333 10Recount/Recount.lua: Recount - Adds config and report to the console commands
23:42.40Antiarc|WorkI'll see what I can do to fix it tonight
23:43.11Adirelleoki, I reverted to something worky, based on Is*Leader, to do my tests
23:43.26yacoobckknight, now, that (this random thing) would be a great feature to add to Omen, wouldn't it? :D
23:43.37ckknightlol
23:43.58ckknightJoshBorke: probably in the options
23:44.03*** join/#wowace harldephin (i=harl@dslb-084-063-098-137.pools.arcor-ip.net)
23:44.04yacoobif it detects ktm, scramble it 8)
23:44.31JoshBorkethere's nothing in the cartographer options, maybe i'm stupid and can't see it.  is there another set of options?  does anyone know?
23:44.46OminousAntiarc|Work, does threat lib check guidl for versions?
23:44.55Ominousor party
23:45.07Antiarc|WorkOminous: Both
23:45.38Antiarc|Workyacoob: I fully intend to not be evil to KTM users as much as possible. :P
23:45.55ckknightJoshBorke: under Notes
23:46.03*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
23:46.14CIA-2203antiarc * r41334 10Threat-1.0/Threat-1.0/Threat-1.0.lua: Threat-1.0: Fix for IsGroupOfficer() when in a party. Untested.
23:46.27yacoobAntiarc|Work, unless asked for? Pretty please? :D
23:46.38Antiarc|WorkNo :P
23:46.50yacoobbut seriously, things like this makes me think about the whole idea of giving such rich api for players
23:46.54JoshBorkethanks
23:47.07Antiarc|WorkMake a macro if you'd like, but intentioanlly trashing KTM would be -really- bad PR for Threat and everything using it.
23:47.21yacoobapparently you, Antiarc|Work, are not evil enough. But someone else might just be.
23:47.30Antiarc|Worksvn revert for the win.
23:47.38yacoobAntiarc|Work, nah, I was joking with this. But I see potential threat.
23:47.48Antiarc|WorkHeh, indeed. It's always a concern, and one you can't really get around
23:47.52JoshBorkewhy would you do something like that?  it's just mean and mean spirited and serves no purpose
23:48.01Antiarc|WorkBut if someone's dicking with your meters, there's a really easy way to fix it:
23:48.12Antiarc|Work*right-click, uninvite*
23:48.16yacoobold idea for item deletor
23:48.29xysticDo you think eventually Blizzard might build a threat measurement system into the game?
23:48.34JoshBorkeno
23:49.17Keiasif anything, I'd imagine they're trying to find a way to prevent them from being used
23:49.37yacoobexactly
23:49.39Cryectshrug you create encounters where they are worthless
23:49.42yacooband it's a good idea
23:50.09yacoobwhen you forget the original idea, you are creating complex scenarios which are cubersome and fragile to maintain
23:50.11CryectRandom % Knockaways, lots of mobs with the same name, etc
23:50.11JoshBorkebut every encounter dropping aggro?
23:50.24CryectNot every encounter needs threatmeters
23:50.26Antiarc|WorkYou can kill every threat meter in existance by making threat abilities vary be a small %
23:50.35Cryectthreatmeters are normally worthless :-p
23:50.39PeoiiAntiarc|Work: Am I just missing it, or is there no way to customize which columns are shown in Omen?
23:50.50Antiarc|WorkPeoii: Look under skins -> skin options -> columns
23:51.00Peoiiswanky, danke.
23:51.09JoshBorkelogically they can't dick around with the threat model that much because then you take the control out of the hands of the players, and no one wants that
23:51.35Antiarc|WorkJoshBorke: Eh. Not really. Not much different than a string of parries/dodges.
23:51.48Antiarc|WorkYou just let your tank get a "feel" for when they have lock aggro and make an attack call
23:51.53Antiarc|WorkLike it was done in the old days :)
23:51.55CryectIf anything I think the current threat model is kinda dumb and hope future mmo's will try for osmething new
23:52.13Cryectmainly because I'm bored of this paradigm :-p
23:52.16durcynAntiarc / Adirelle: i just showed as 150% aggro after soulshatter on Attumen
23:52.21durcynwith TTK on
23:52.24yacoobCryect, very simple solution: create 2 games, play them against each other
23:52.31yacoobthink dungeon keeper
23:52.40ckknightwell, Antiarc|Work, apparently some of your fellow gog members use KT
23:52.42ckknightKTM*
23:53.43Cryectgkick!!!!
23:53.45Antiarc|Workckknight: Most of 'em do
23:53.51Antiarc|WorkI have told them to not drop it yet ;)
23:54.15Antiarc|Workdurcyn: Ok. I'll see if I can get soulshatter tested tonight
23:55.03ckknightAntiarc|Work: oh
23:55.07ckknightAntiarc|Work: whoops.
23:55.18ckknightAntiarc|Work: I told em how to get WAU up and running and all
23:55.21Antiarc|WorkHeheh
23:55.27Antiarc|WorkIt's a pretty Ace-savvy group
23:55.30*** join/#wowace ag` (i=Andreas@0x535f749b.bynxx18.adsl-dhcp.tele.dk)
23:56.21ckknightthey also seem to be very interested in CowTip
23:56.44ckknightthey also say I should make an RP mod
23:56.48Antiarc|WorkHeheh
23:57.14ckknighthey, it might happen ;-)
23:58.03*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
23:58.06Peoiiimho, write an Sct like mod first, that a) doesn't suck, b) has a far better config gui than MSBT, c) groups aoe's like MSBT does, and d) runs as smoothly as sct does on my computer :P
23:58.28Antiarc|WorkI'm going home
23:58.33Antiarc|WorkHave a good one folks
23:58.39Peoiilater Antiarc.
23:58.44GalkaTake care Antiarc
23:59.13Ominousckknight: http://ace.pastey.net/62050 is my lefts settings but i still get two offlines when someone is offline
23:59.14Kaeltenok guys I need some feedback
23:59.37PeoiiKaelten: Yes, that dress makes you look fat.
23:59.41Kaeltendamnit
23:59.47Adirelleoh. I remember now, I have to check if reseting the MT also resets the threat
23:59.55ckknight2 offlines where?
23:59.56Ominouskaelten: fire away

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