irclog2html for #wowace on 20061201

00:00.09CIA-1703kemayo * r18477 10SilverDragon/Core.lua: SilverDragon: Add an OnDisable to unregister the Cartographer notes db.
00:01.05Kirkburn|Vistackknight, notes: http://beta.worldofwarcraft.com/thread.html?topicId=560370&sid=1
00:01.19ckknightthank you, kirkburn
00:01.25Kirkburn|VistaShadowmoon ftw
00:01.38Kirkburn|VistaThere's lots of other changes too
00:01.52ckknightthe issue is, I'm at school, therefore no bittorrent
00:02.33Kirkburn|VistaArgh, well I'd host it for you if I could
00:02.35*** join/#wowace Eternally777 (n=eternall@pool-72-95-2-221.hrbgpa.east.verizon.net)
00:02.47Eternally777What's the string.format() function to convert rgb to hex?
00:03.00ckknightstring.format("%02x%02x%02x", r*255, g*255, b*255)
00:03.16Kirkburn|VistaServers up, apparently
00:03.16Eternally777sigh.. ty
00:03.42Eternally777Anyway to print a hex color value in the chat frame?  All my attempts make it invisible to me
00:03.55Eternally777As in, it looks like i'm just printing nothing
00:04.00ckknightSP|Sorren, sock-puppets doesn't seem to have it yet
00:04.07ckknightunless I'm mistaken
00:05.24Nickenyfikenhmm i have downloaded to patches now
00:05.28ckknightI'm thinking I could make a mixin that's an interface to Cartographer-Notes, so that you'd mix it into your addon, and the OnDisable stuff will be handled for you
00:05.43ckknightjust an idea, though
00:05.51ckknightnot sure how necessary it is
00:05.57Eternally777Or, can someone tell me the hex code for an epic item
00:06.08[GsoZ]Bordeauxanyone here with admin access to svn to recreate my lost account?
00:06.25ckknight[GsoZ]Bordeaux, http://www.wowace.com/forums/index.php?topic=3190.0
00:06.47Nickenyfikenlol i copied my main char to the PTR and the name violates the rules so i have to change
00:06.55FwipWow, surfaceLib is really handy
00:07.02ckknightNickenyfiken, everyone has to change
00:07.30Nickenyfikenaha hmm
00:07.44[GsoZ]Bordeauxckknight: i read it, and i ahve mailed to the google group... but i wish to commit before i start to make my wow2.0 chjanges
00:07.51Nickenyfikenweird message then
00:08.24ckknight[GsoZ]Bordeaux, *shrug* I was told to redirect people there and it'd be handled
00:08.58FwipI made this tiny addon that adds all of the textures in Surface to Fubar's list of textures... it works fine, but fubar does something strange when applying them so they look a bit different
00:09.13Fwipstill really cool that I could do that though
00:09.15nymbia[GsoZ]Bordeaux: mine was handled inside of an hour after i mailed
00:09.53vhaarrckknight: checkIcons in Tablets are not scaled along with the rest when setting size manually via the dewdrop menu.
00:10.04ckknighthrm
00:10.18CIA-1703ckknight * r18478 10FuBar_AmmoFu/AmmoFu.lua: FuBar_AmmoFu - fix typo at line 58
00:11.54Kirkburnlol, Closetgnome kept dismounting me
00:12.37vhaarrKirkburn: Wut? How? Explain.
00:12.48vhaarrWhen you change sets?
00:15.42vhaarrckknight: When I do ScheduleRepeatingEvent(..., #), am I guaranteed that the first repeat is triggered # seconds after the scheduling?
00:16.19ckknightminimum # seconds.
00:16.48vhaarraha
00:16.48ckknightand the second is minimum 2*# seconds _after you first scheduled_, not # seconds after last trigger
00:17.02ckknightso say you schedule for 1 second, but your framerate sucks
00:17.15ckknightso at 1.2 seconds, it fires
00:17.19ckknightthen at 2.1 seconds, it fires
00:17.30ckknightthen at 3.3 seconds it fires
00:17.34ckknightthen 4.1
00:17.36vhaarrand there's no way to catch that offset?
00:17.39ckknightand that's all fine
00:17.42Nickenyfikenthen 4.9 :-P
00:17.48ckknightno, Nickenyfiken
00:17.50[GsoZ]Bordeauxnymbia: i thin i will wait, and backup my actual version locally
00:17.53ckknightvhaarr, mmm... nope.
00:17.56Nickenyfikenjust kidding :-)
00:17.56vhaarrouch
00:18.00ckknightvhaarr, keep track by GetTime()
00:18.05vhaarrckknight: indeed
00:18.12ckknightit's a _really_ cheap call
00:18.33vhaarr|seconds = seconds - 1| is cheaper :P
00:18.55vhaarrmaybe I should just use OnUpdate
00:19.02Kirkburnvhaarr, when I log out on a mount, it gets confused when I log back in, and checks for mount equipment in my bag. It then stops equipping mount stuff until I manually set it. After this patch it also prevented me from even mounting!
00:19.03vhaarrgah, fuck it all, I don't care if it's off by 1 second
00:19.16ckknightvhaarr, what're you doing?
00:19.21vhaarrckknight: sec
00:19.36ckknightAceEvent's way of doing it gives a very consistent way of doing it, compared to resetting the clock to 0 every time
00:19.57KirkburnI spy no new Terokkar quests
00:20.09CIA-1703nickenyfiken * r18479 10FuBar_TrainerFu/modules/DemonTrainer.lua: FuBar_TrainerFu: Small change
00:20.10ckknightif you reset to 0 every time, you'll have 1.2, 2.3, 3.4, 4.5, 5.6, 6.7, 7.8, 8.9,10
00:20.18ckknightyou missed a whole schedule
00:20.29ckknightwhereas AceEvent will do 10 schedules in 10 seconds
00:20.40*** join/#wowace MoonWolf (n=moonwolf@g173217.upc-g.chello.nl)
00:20.40*** mode/#wowace [+o MoonWolf] by ChanServ
00:21.06CIA-1703rabbit * r18480 10BigWigs_TabletBars/ (. BigWigs_TabletBars.toc TabletBars.lua): BigWigs_TabletBars: Initial import. Crap POC code that is not even accurate. Needs lots of fixing, but does the job of being a POC, and actually shows timers. Should probably be called BigWigs_TabletTimers.
00:21.27ckknightwell, feels like lunchtime
00:21.33vhaarrthere it is
00:21.37vhaarrthat's what I was doing
00:22.42Nickenyfikenif i already have a branch but want to update it from the trunk... how do i do that?
00:22.46CIA-1703rabbit * r18481 10BigWigs_TabletBars/ (BigWigs_TabletBars.toc TabletBars.lua): BigWigs_TabletBars: Set svn keywords.
00:24.19CIA-1703rabbit * r18482 10BigWigs_TabletBars/TabletBars.lua: BigWigs_TabletBars: Lower the update rate when there's nothing to display.
00:27.15Nickenyfikennevermind
00:27.41CIA-1703rabbit * r18483 10BigWigs_TabletBars/TabletBars.lua: BigWigs_TabletBars: Usage warning on AceEvent_FullyInitialized.
00:30.44*** join/#wowace mjc_ (n=mjc@c-71-206-92-120.hsd1.fl.comcast.net)
00:30.57mjc_rawr
00:33.41vhaarrmjc: Will you?
00:33.42CIA-1703rabbit * r18484 10BigWigs_TabletBars/TabletBars.lua: BigWigs_TabletBars: Added some ideas that could be fun. Someone please ninja this project and make it cool.
00:33.50mjcoh
00:34.01vhaarr"Someone please ninja this project and make it cool."
00:34.32mjcshrug
00:34.37vhaarr:P
00:35.13mjcBW and oRA2 LoD don't like me
00:35.40CIA-1703nymbia * r18485 10Stitch-1.0/ (Stitch-1.0/Stitch-1.0.lua Stitch-1.0.toc):
00:35.40CIA-17Stitch-1.0:
00:35.40CIA-17- Another touch for the toc machine? Also added svn keywords.
00:38.35vhaarrAnyone know if there's a enUS and enGB patch for beta, or are they both enUS?
00:39.35vhaarrckknight: http://www.wowace.com/forums/index.php?topic=3116.0;topicseen looks like a AceHook-2.0 1.12 problem :P
00:42.28ckknightdon't care about AceHook-2.0
00:43.13ckknight:-P
00:43.50ckknightpatch is 78% downloaded
00:44.16ckknightblah
00:44.50CIA-1703nickenyfiken 07TBC * r18486 10FuBar_TrainerFu/FuBar_TrainerFu/: FuBar_TrainerFu: Removing old branch
00:44.52Nickenyfikenace hooker
00:45.31mjcsomeone needs to force people to discontinue CTRABM and LV
00:45.34mjcthey suck so much ass
00:45.55Nickenyfikenhehe
00:46.27Eternally777ckknight, ping
00:46.39Nickenyfikeni joined a guild with my mage and they said like "install CTRA o DIIIIE!!!!"
00:46.50CIA-1703ckknight 07TBC * r18487 10Ace2/Ace2/AceOO-2.0/AceOO-2.0.lua: .AceOO-2.0 - make sure to error on manual mixin embedding if the mixin is deprecated.
00:46.59ckknightEternally777, anti-ping
00:47.40ckknightEternally777, what's the issue?
00:47.53Eternally777I'll take that as a pong.  You know you use the function "os.date()" in \Modules\Notes.lua of Cartographer (on line 1721), right?
00:48.05JoshBorkeWOOT! http://www.youtube.com/watch?v=uQrC_C6SexI&eurl=
00:48.10JoshBorkeit's quite funny
00:48.43Eternally777It causes quite a spur of errors.
00:49.06ckknightEternally777, ah, os doesn't exist
00:49.08ckknightit's just date
00:49.10ckknightforgot.
00:49.14Eternally777Yeah I know, I fixed it locally
00:49.23Eternally777Just wanted to point it out :)
00:49.48ckknightthanks
00:49.56Eternally777Anytime
00:50.15CIA-1703ckknight * r18488 10Cartographer/Modules/Notes.lua: Cartographer-Notes - os.date => date
00:51.11*** join/#wowace quoin (n=quoin@219-90-219-194.ip.adam.com.au)
00:51.25CIA-1703nickenyfiken 07TBC * r18489 10FuBar_TrainerFu/FuBar_TrainerFu/: FuBar_TrainerFu: New Branch
00:51.47ckknightnew branch?
00:52.06mjctbc
00:52.45FwipJoshBorke:  Haha, that's such a good video ^_^
00:53.09mjccrap music
00:53.28*** join/#wowace gerber^Cavisty (n=Jon@c-71-200-85-204.hsd1.md.comcast.net)
00:54.26Nickenyfikenreally i dont know how to do it because i cant make a branch ou of the trunk
00:55.49ckknightmeh.
00:57.10Nickenyfikeni have no idea why... just fails to copy
00:57.46CIA-1703xuerian * r18490 10XLootGroup/XLootGroup.lua: XLootGroup: Fix for roll buttons fading before roll is confirmed.
01:00.32mjcmrplow is currently bailing on me when performing a plow
01:03.29*** join/#wowace MentalPower (n=chatzill@host-70-45-82-211.onelinkpr.net)
01:03.43ckknightyay, patched!
01:04.15ckknightcan someone extract their framexml, zip it up and send it to me?
01:04.24ckknightdue to my crazy install scheme, it doesn't work for me
01:04.28Eternally777I can
01:04.28ckknightand it's not on wdn yet
01:07.12Eternally777e-mailed
01:07.12ckknighthoorays
01:07.23TainDamn LOTR Online, position in queue... 3701
01:08.05CIA-1703nymbia * r18491 10PeriodicTable-2.0/PeriodicTable-InstanceLoot-2.0/PeriodicTable-InstanceLoot-2.0.lua:
01:08.05CIA-17PeriodicTable-2.0:
01:08.05CIA-17- Added svn keyword in InstanceLoot module.
01:10.39CIA-1703nymbia * r18492 10MobMitigation/MobMitigation.toc:
01:10.39CIA-17MobMitigation:
01:10.39CIA-17- Added ParserLib's new optimizer-zhTW.lua to toc
01:12.11CIA-1703murazorz * r18493 10ColaLight/ (ColaLight.toc Core.lua): ColaLight: Updated for WoW 2.0
01:13.09XuerianCairenn: For submitting Xloot on wowi, how should I go about posting the three modules that go with it? :P
01:13.36Cairennplug-ins to it?
01:14.02XuerianAnd I'd just submit the main addon first then, right?
01:14.22Cairennupload the main, then after it's approved, go to it and chose "upload addon" (still bugging dolby to change that to plug-in) under the download button
01:14.42XuerianExcellent. Thanks :P
01:14.51Cairennnp
01:15.31KirkburnXloot is erroring
01:15.41KirkburnXuerian, poke
01:15.47XuerianProbably shouldn't submit it yet then, eh? :p
01:15.51XuerianWhat's the error?
01:16.12KirkburnTrying to call protected function 'CloseLoot()'
01:16.25KirkburnXLoot.lua:729
01:16.29XuerianKirkburn: have you updated since around noon eastern?
01:16.33KirkburnNope
01:16.39XuerianFixed it earlier. I think.
01:16.45KirkburnOkay, shall try it
01:17.15XuerianWould be great :)
01:17.44*** join/#wowace [Liquidor] (n=chatzill@port227.ds1-sg.adsl.cybercity.dk)
01:18.18*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
01:21.59Funkeh`btw does the zip area of the server ever undergo a cleanup? theres quite a few old/renamed mods that are still there
01:23.26KarlThePagan!!!Libs was removed
01:23.58nymbiaFunkeh`: yeah i noticed a handful of them today
01:24.04ckknightupdate to AceComm
01:24.08ckknightCIA's not picking it up.
01:24.18ckknightbut the encoding/serialization spec has been tweaked
01:25.11Funkeh`KarlThePagan: what does that have to do with my query
01:27.20Funkeh`ckknight: http://groups.google.com/group/wowace/ ftw =p
01:37.37CIA-1703xuerian * r18496 10XLootGroup/XLootGroup.lua: XLootGroup: Added missing svn keywords before submission.
01:39.29CIA-1703nymbia * r18497 10Stand-A-Load/: Stand-A-Load: kinda pointless -- deleted.
01:42.00*** join/#wowace Tuller (n=chatzill@c-68-57-185-39.hsd1.va.comcast.net)
01:48.03nymbiapastamancer: ping
01:51.32vhaarrAnyone know if the beta patches are different for enUS and enGB?
01:52.42KirkburnThey are
01:52.47vhaarrgah
01:52.56vhaarrAnyone have the enGB patch handy, or the torrent for it?
01:52.56KirkburnenGB was about 32 meg I think
01:53.09vhaarrI patched using enUS and the game just crashes on launch now.
01:53.16vhaarrWeird that they don't have a check for it.
01:53.32KirkburnOnly took me a minute with the Blizz downloader
01:53.43vhaarrProblem is, I can't start the blizzard downloader now.
01:53.48vhaarrSince the client thinks it's patched.
01:54.05KirkburnYou patched the wrong version?
01:54.11vhaarrI patched using enUS.
01:54.17Kirkburnnub
01:54.24vhaarrheh
01:54.29Kirkburn:)
01:54.32vhaarrThe beta servers are US, how should I know.
01:55.03Nickenyfikencant you repair?
01:55.15vhaarrI have no idea. How?
01:55.26Nickenyfikenrun repair.exe?
01:55.31vhaarrdoesn't work
01:55.48Nickenyfikenokie
01:56.06vhaarrI guess I'll have to reinstall.
01:56.13vhaarrBut it would be nice to try to run the enGB patcher first.
01:56.19vhaarrIf anyone can make it available.
01:56.37pastamancernymbia: ping
01:56.43pastamancernymbia: err pong
02:04.32nymbiapastamancer: GridFrame.lua line 683, that k is nil
02:05.08pastamancernymbia: why so it is
02:06.53nymbiai was gonna just pass it and commit a fix, but i didnt wanna assume you'd do it that way ;)
02:07.05*** join/#wowace Tem|NotHere (i=tardmrr@76.165.241.51)
02:08.22CIA-1703pastamancer * r18499 10Grid/GridFrame.lua: Grid: fixed bug caused when UpdateOptionsMenu was refactored.
02:08.32*** mode/#wowace [+o Tem] by ChanServ
02:08.52pastamanceroh wait, now I remember why I was using k
02:10.14nymbiayeah
02:13.40CIA-1703pastamancer * r18500 10Grid/GridFrame.lua: Grid: let indicators choose the order they appear in the config menu.
02:13.52pastamancerthere, that's a better way.  I'll probably change it again so type is the key for indicators
02:16.46CIA-1703rabbit * r18501 10!BugGrabber/ (!BugGrabber.toc BugGrabber.lua): !BugGrabber: New DB field: type: error|event.
02:19.10CIA-1703rabbit * r18502 10BugSack/ (6 files): BugSack: Preliminary support for the type field. Not complete.
02:21.52CIA-1703rabbit * r18503 10Babble-2.2/Babble-Zone-2.2/Babble-Zone-2.2.lua: .Babble-Zone-2.2: Add The Black Morass.
02:21.56gxampastamancer: indicators without an order can appear above the header if they're both at 50
02:23.13CIA-1703rabbit * r18504 10BanzaiAlert/ (BanzaiAlert.lua BanzaiAlert.toc): BanzaiAlert: Validate display option on enable.
02:23.41pastamanceroh shit... it's 9:30 and I'm still at work... damn you cisco access-lists
02:24.27CIA-1703pastamancer * r18505 10Grid/GridFrame.lua: Grid: off by one in indicator config menu.
02:25.41CIA-1703rabbit * r18506 10BanzaiLib/ (Banzai-1.0/Banzai-1.0.lua BanzaiLib.toc): BanzaiLib: No processing done if none of the events are registered for.
02:25.43CIA-1703rabbit * r18507 10BigWigs/Core.lua: BigWigs: Core: Add Karazhan.
02:28.11CIA-1703rabbit * r18508 10BigWigs_Debugger/BigWigs_Debugger.toc: BigWigs_Debugger: Proper TOC name.
02:28.32XuerianHaving fun, vharr?
02:28.36vhaarrno
02:28.42XuerianAww. :(
02:29.41*** join/#wowace ckknight (n=ckknight@198.199.136.119)
02:29.41*** mode/#wowace [+o ckknight] by ChanServ
02:30.44CIA-1703rabbit * r18509 10BigWigs_KLHTMTarget/ (BigWigs_KLHTMTarget.lua BigWigs_KLHTMTarget.toc): BigWigs_KLHTMTarget: Add note about TargetByName and 2.0.
02:30.56ckknightthe incompetency of the advising at my school irks me
02:31.15ckknighthow does me being exempt from Calculus II not mean I'm exempt from Calculus I?
02:31.30ckknightnow I have to go over their heads to the dean and the heads of the departments...
02:32.41CIA-1703rabbit * r18510 10BigWigs_ZombieFood/ (BigWigs_ZombieFood.toc ZombieFood.lua): BigWigs_ZombieFood: 20000.
02:32.50nymbiamaybe somehow you know calc2 but not calc1.
02:33.03ckknightI've taken up to Calc III already, actually
02:33.18nymbiaapparantly without knowing calc 1.
02:33.22nymbia;)
02:33.52KirkburnI wonder how many addons have their tocs set to 20000 so far
02:34.00ckknightalso, he was like "you're a Freshman, why are you in level 4000 computer science courses? Are you a transfer student?"
02:34.04ckknightand I was like "no"
02:34.05vhaarrKirkburn: Not nearly enough.
02:34.10ckknightand he was like "well, then how?"
02:34.12TainI agreed to help someone with her math homework this weekend.  I have no idea what she's taking in college, I hope I have some clue.
02:34.13ckknight...
02:34.20KirkburnA kindred spirit
02:34.37CIA-1703rabbit * r18511 10ClosetGnome_Mount/ (ClosetGnome_Mount.lua ClosetGnome_Mount.toc): ClosetGnome_Mount: Hide any "Mount" set from the UI.
02:34.37TainI'm pretty much going on the hope that she doesn't actually want math help and is instead using it as an excuse to come over.
02:35.01ckknightgo for the gold, Tain
02:35.20TainI just want some of tha tpi
02:36.11KirkburnTain is afflicted by The Horn (Rank 54)
02:37.44TainMostly I'm just delusional.
02:38.11KirkburnAren't we all, Mrs. Banana Sundae
02:42.11*** join/#wowace fleetfoot (n=fleetfoo@c-1b9b72d5.014-202-6e6b701.cust.bredbandsbolaget.se)
02:49.23pastamancerhooray for vlans
02:58.58*** part/#wowace Kirkburn (n=Kirkburn@82-32-40-219.cable.ubr06.azte.blueyonder.co.uk)
03:03.40*** join/#wowace Cray (n=Cray@S01060018394c4b19.vs.shawcable.net)
03:10.28*** join/#wowace [GsoZ]Bordeaus (i=Atze@dslc-082-082-071-109.pools.arcor-ip.net)
03:16.22*** join/#wowace gerber^Cavisty[A (n=Jon@c-71-200-85-204.hsd1.md.comcast.net)
03:21.34Meiunowwowo
03:21.37Meiunscrubs!
03:22.38FwipSo, I have a bunch of options, all of which have very similar functions (pretty much identical).  I was thinking that setting the OnClick script to call a function with the needed parameter would be a lot more memory-friendly, but I can't seem to figure out how to pass parameters (and how to get it to work with namespaces)
03:23.08XuerianWoo scrubs :p
03:23.18Meiunomg old~~ :D
03:25.08nymbiackknight: Modules\Notes.lua:1708: bad argument #1 to `pairs' (table expected, got nil)
03:35.03kergothcan the texture of the player poi be changed, on thew orld map and on the minimap, and has anyone made one thats a bit less ugly and easier to pick out visually?
03:35.25kergothck boosting hte size on the world map helped, but i think itd be even better to just make it look better
03:40.43nymbiai'm sure you can change it
03:41.49kergothi'd expect so, wonder if any capable graphics folks have done a decent one.  guess i could hunt on the web for a decent svg of an arrow
03:42.10TainYay another attempt to try Lord of the Rings Online.
03:42.43vhaarrkergoth: What is there to hunt? :P
03:42.45vhaarrkergoth: http://www.openclipart.org/cgi-bin/navigate/shapes/arrows
03:42.59vhaarrThat purple one looks good to me ^^
03:43.53vhaarrOr the green ones on page 4.
03:53.13Bapshmm.. to prison."
03:53.27BapsError:  AceModuleCore-2.0: OnInstanceInit cannot be called twice
03:53.28BapsAddOn: Grid
03:53.37Bapswith r18505
03:53.45Bapson 1.12.1
03:55.24*** join/#wowace Rodana (n=chatzill@70-38-53-20.losaca.adelphia.net)
03:55.44pastamancerBaps: get a stack dump
03:56.01BapsFile: AceOO-2.0.lua
03:56.01BapsLine: 734
03:56.02BapsCount: 1
03:56.29pastamanceroh, and use pastey
04:00.05Bapshow do I generate a stack dump?
04:05.45nymbiabugsack
04:06.07*** join/#wowace ckknight (n=ckknight@198.199.136.120)
04:06.07*** mode/#wowace [+o ckknight] by ChanServ
04:06.23ckknighthey all
04:06.31ckknightin class, so tired...
04:06.52XuerianHeya ck.
04:06.54Xuerian~console ckknight
04:06.55purlACTION gives ckknight the consolation moose
04:07.02ckknightyum
04:07.48nymbiashould i bother you about a cartographer error now or wait til later or just fix it myself?
04:08.28ckknightmmm... what's the error?
04:08.58nymbiaNotes.lua:1708 bad arg to pairs, got nil or string
04:09.05nymbiausually nil
04:11.48*** join/#wowace sbu_ (n=sb@dslb-084-056-187-199.pools.arcor-ip.net)
04:11.52CIA-1703ckknight * r18512 10Cartographer/Modules/Notes.lua: Cartographer-Notes - fixed Notes:1708 bad arg to pairs, got nil or string
04:12.18Baps2006/11/30 22:09:43-1-x1]: AceOO-2.0AceOO-2.0.lua:734: AceModuleCore-2.0: OnInstanceInit cannot be called twice
04:12.18BapsAceLibraryAceLibrary.lua:678: in function `Register'
04:12.18BapsAceModuleCore-2.0AceModuleCore-2.0.lua:461: in main chunk
04:12.32Bapsdammit, I copied the URL.. but that's the full contents of the stacktrace
04:12.54pastamancerpastey.net
04:13.01Bapshttp://ace.pastey.net/2881
04:13.16ckknightBaps, you're on Vanilla WoW?
04:13.25Bapsyes.  live server, Bonechewer
04:13.42pastamancerI'd expect there to be more to it :(
04:14.06Bapsdefinitely related to the latest grid, it's the only thing I updated and it goes away when I disable grid
04:14.18ckknightmmm... afaik, it's fixed in TBC
04:14.24pastamancerwell, the latest grid would have newer libs
04:14.28nymbiais he maybe loading up tbc versions of libraries?
04:14.34Bapsthat's possible
04:14.44*** join/#wowace PProvost (n=PProvost@pool-71-112-36-108.sttlwa.dsl-w.verizon.net)
04:14.46BapsI'll try copying the old libs into the new grid
04:14.48ckknighthey PProvost
04:14.53pastamancerthe externals are still set to trunk
04:15.00PProvosthey ckknight
04:15.17*** join/#wowace Sonic (n=Engale_W@cpe-72-184-82-205.tampabay.res.rr.com)
04:15.24PProvostanyone notice a lockup halfway through login? only happened since syncing WAU tonight
04:15.41SonicCan anyone tell me how to obtain ace 2?
04:15.45PProvostBefore I troubleshoot I figured I'd check to see if anyone else is seeing it
04:15.55ckknightSonic, it's on the SVN.
04:15.59PProvostSonic, what do you need?
04:16.20Sonica download link for the ace 2 file(s)
04:16.26Bapsyep.  using the old libs makes it happy
04:16.34nymbiaBaps, for now get rid of all but one copy of AceModuleCore
04:16.35ckknightSonic, why?
04:17.06SonicSCT is now needing it and I can't figure out how to dl it.
04:17.08PProvostSonic, you can get something sorta recent from wowinterface.com or the newest from the Subversion server
04:17.14PProvostSCT doesn't need it
04:17.18ckknightSonic, it should be included inside
04:17.19PProvostSCT should have it embedded
04:17.25PProvostIf you unzipped it all correctly
04:17.38PProvostWhere did you get SCT? From SVN or somewhere else?
04:17.48Sonicelse where
04:17.52Sonicwhat is svn?
04:18.08PProvostYou should probably grab a current version from wowinterface.com
04:18.12PProvostThat will be easiest
04:18.19Sonicthank you
04:18.21PProvostNo prob
04:18.23PProvostGood luck.
04:18.29PProvostIf it doesn't work, holler.
04:18.38Sonicheh
04:18.44PProvostYou also could grab from www.wowace.com/files
04:18.45Sonicthanks again brb I'm sure
04:19.02PProvostBut those are betas...
04:19.05*** join/#wowace Xuerian_Alt (n=core@12-196-151-106.psknet.net)
04:19.40PProvostSo... nobody else seeing lock-up on current? Oh well... I'll find it myself. :D
04:19.58nymbiaPProvost: nope =\
04:20.52MeiunPProvost i am :<
04:20.58Meiuntoo lazy to fix though
04:24.24PProvostMeiun, I've got it down to 1 of 20 already... 5 more mins and I'll have it...
04:24.38Meiunperfect
04:24.40PProvostMy first divide and conquer hit it. Lucky. :)
04:25.54TheKarnhow would i format a number like 04?
04:26.00*** join/#wowace zoomjr (n=hrenvam@87.229.149.25)
04:26.43PProvostMeiun, down to 10 now.
04:26.54Meiunkeep going
04:26.56Meiun;D
04:27.54Sterile-Sperm-DoDonor!
04:27.55Sterile-Sperm-Dodamnit
04:27.56*** join/#wowace Tem (n=tardmrr@ip68-227-128-41.br.br.cox.net)
04:27.56*** mode/#wowace [+o Tem] by ChanServ
04:28.16ckknighthey Tem
04:28.17Sterile-Sperm-Doguess I'll just have to go with my backup nick
04:28.21MeiunoO
04:28.24*** join/#wowace Tekkub (n=tekkub@ip70-178-135-244.ks.ks.cox.net)
04:28.24*** mode/#wowace [+o Tekkub] by ChanServ
04:29.36ckknightPregnant_Acrobat, why?
04:30.35Pregnant_Acrobatit's my profession! don't judge me because I'm housing an infant in my belly
04:31.21Tekkubdamn breeders
04:31.45ckknightwhy the hate towards us breeders?
04:31.53ckknightyou wouldn't exist without us
04:32.06Tekkubcause you opress my people?
04:32.16Tekkubpfft, like I ever wanted to exist
04:32.49Azurewrathgive me that Drugs, now.
04:36.07nymbiaPProvost: any luck?
04:36.12Funkeh`Tekkub: have we just to expect an email if we signed the wiki? with account details
04:36.42Tekkubif you emailed in yes :P
04:36.50Tekkub(since the crash)
04:36.51nymbiaFunkeh` you need to email a request as well as sign
04:37.05Funkeh`no i mean since the crash
04:37.08Funkeh`;p
04:38.09PProvostGot it.
04:38.12PProvostIt is Banzai
04:38.19PProvostAnd/or BanzaiLib
04:38.23PProvostEither seems to pop it
04:38.30Meiuni see
04:38.34PProvostYou use it?
04:38.38Meiunyep
04:38.41Meiunboth :>
04:38.53Funkeh`you have 1 new mail
04:39.37Meiunno problems with banzai disabled
04:39.37Meiunwoo
04:41.28TheKarnwhy doesnt string.format("%02d",6) return 06?
04:43.54TheKarnok it does
04:44.10TheKarn%02d works but %02.0d doesnt :(
04:44.26TheKarns/%02.0d/%02.1d
04:44.48ckknightyou don't have points for decimals
04:44.54ckknightuse %02.1f
04:44.58TheKarnah ok
04:45.01TheKarnty
04:45.09TheKarnd is double surely
04:45.15ckknightno
04:45.18ckknightd is decimal
04:45.20ckknightf is float
04:46.33TheKarnk
04:47.07PProvostWho owns Banzai?
04:48.07PProvostRegardless... it's broke!! :)
04:48.42Meiunblame rabbit ;D
04:49.12nymbiavhaarr, you broke it!
04:49.21TheKarnhmm ... /dump string.format("%02.2f",1.53)
04:50.30TheKarnreturns 1.53 instead of 01.53
04:51.18*** join/#wowace Tem (n=tardmrr@ip68-227-128-41.br.br.cox.net)
04:51.18*** mode/#wowace [+o Tem] by ChanServ
04:51.41[GsoZ]Bordeaus*howling* still need my svn account back... :,-(
04:55.20DrDre[11:54pm] ·@bc· The winner is DrDre: - congratulations! Check out the unofficial WoW site worldofwar.net while you wait for the next key!
04:55.22DrDreWOOOOOOOOT
04:55.33ckknightgrats.
04:55.39ckknightyou didn't have one already?
04:55.42DrDrenope lol
04:55.47ckknightwell, grats.
04:55.50DrDrety :D
04:55.52ckknightnow test my mods.
04:56.00DrDrei had my irc scripted to spam the shit out of me with beeps if i won lol
04:56.01nymbiai did!
04:56.11DrDreim playing game and i hear the beep spam and im like holy shit
04:57.26ckknightDrDre, now take your mods off worldofwar.net now that you're done
04:57.40ckknightactually, I'm not sure how the contest works.
04:57.54DrDretake my mods off?
04:58.04DrDreyou jus sit in the irc channel :P
04:58.10DrDreand it randomly picks people lol
04:58.13ckknightah, okay.
04:58.17ckknightwhich channel?
04:58.24DrDreincgamers.com #wow
04:58.32ckknightmeh.
04:58.35ckknightdifferent server
04:58.36ckknightdon't care.
04:58.37DrDrelol
05:01.02vhaarrPProvost: o_O
05:01.06PProvostHeyo
05:01.10vhaarrnymbia: What's wrong?
05:01.10PProvostBazai is broken
05:01.14vhaarrHow?
05:01.20vhaarrI just tested it in TBC, worked fine.
05:01.22TheKarni think AceConsole should support a shortcut for each menu item, so instead of typeing /myaddon options show gui you could do /myaddon o s g
05:01.28PProvostIn 1.12.1, Banzai locks up the client
05:01.35PProvostOn load
05:02.13PProvostMeiun and I both got it and disabling fixed it for both of us.
05:02.17vhaarrThat makes no sense to me, why would it lock up in 1.12 but not TBC?
05:02.18ckknightTheKarn, not going to happen, just use tab instead.
05:02.22PProvostEither Banzai Alert or BanzaiLib killed it.
05:02.33PProvostNot sure. Just reporting
05:02.35vhaarrckknight: AceEvent differences? Could you help me with taking a look at http://svn.wowace.com/wowace/trunk/BanzaiLib/Banzai-1.0/Banzai-1.0.lua
05:02.37vhaarrPProvost: thanks
05:02.47TheKarnk
05:02.54ckknightwhat parts, vhaarr?
05:03.02vhaarrckknight: What I added was :StartOrStop
05:03.13vhaarrckknight: Before last commit, it just did self:ScheduleRepeatingEvent("UpdateAggroList", self.UpdateAggroList, 0.2, self) in activate.
05:03.43vhaarrckknight: After registering for AceEvent_* and adding StartOrStop, it locks up in 1.12, but not TBC.
05:03.56ckknightvhaarr, I'm guessing a stack overflow
05:03.57ckknightlemme find it
05:04.17ckknighthrm, no...
05:04.39vhaarrHow can it lock? There should be no loop there?
05:05.23*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
05:05.23ckknightyea, and there's no registration in there...
05:05.49vhaarrAnd yet, the fact remains .. Sounds to me like a AceEvent or possibly a AceLibrary issue.
05:06.12vhaarrPProvost: Does it freeze instantly when logging in?
05:07.12ckknightcomment out random code until it works
05:07.35*** join/#wowace gerber^Cavisty[A (n=Jon@c-71-200-85-204.hsd1.md.comcast.net)
05:07.41MeiunIt freezes when loading
05:08.16vhaarrI'll start by commenting out the ScheduleRepeatingEvent and CancelScheduledEvent calls.
05:12.35*** join/#wowace Antiar1 (n=Chris@ip68-2-219-112.ph.ph.cox.net)
05:14.27vhaarrckknight: Any of the RegisterEvent calls in activate freeze, even with a noop StartOrStop.
05:15.32vhaarrRemoving both RegisterEvent calls prevents the freeze.
05:15.52PProvostvhaarr, it freezed during the login, when it got to BanzaiLib as far as I can tell
05:16.10vhaarrckknight: Here's the changelog: http://groups.google.com/group/wowace/browse_frm/thread/1e5754a36c7ca7b9/2fc6d15a42508803#2fc6d15a42508803
05:16.32Kaeltenok, newest batch of passwords is out
05:18.10Tekkubis there a nice list of the attributes you can set on a secure frame?
05:18.17Tekkublike maybe on wowwiki?
05:18.58ckknightwowwiki seems to be lagging behind regarding the beta API
05:19.23Tekkubyea I think they usually do a dump of the API and bot it into the wiki
05:19.36Tekkubthen let people make pages as info is known
05:19.50Tekkubso they don't do it with the non-live stuff as it's still changing
05:20.02Tekkubbut I was hoping someone wrote a list somewhere...
05:20.04Tekkub:P
05:21.44CIA-1703funkydude * r18516 10Transcriptor/Transcriptor.toc:
05:21.44CIA-17Transcriptor:
05:21.44CIA-17<PROTECTED>
05:21.45CIA-17<PROTECTED>
05:21.45CIA-17<PROTECTED>
05:21.51vhaarrckknight: Could it be because I don't intercept externals? I'm at a total loss here, please advise if you need any help testing.
05:21.54Tekkubfunction SetManyAttributes(self, att, val, ...)
05:21.54Tekkubif not att then return end
05:21.54Tekkubself:SetAttribute(att, val)
05:21.54Tekkubreturn self:SetManyAttributes(...)
05:21.54Tekkubend
05:22.04Tekkub*grin*
05:22.37TekkubI got sick of many lines of f:SetAttribute(
05:23.46*** join/#wowace Cartas (i=DEF@host86-133-155-178.range86-133.btcentralplus.com)
05:24.03vhaarrFunkeh`: Don't do that yet.
05:24.33Funkeh`vhaarr: :o
05:25.28vhaarrFunkeh`: We need to re-bump once Ace2 TBC moves to trunk anyway, no sense in wasting a revision.
05:25.54ckknightvhaarr, I honestly don't know
05:26.02vhaarrckknight: that's bad
05:26.21ckknightvhaarr, why do we need to rebump?
05:26.28vhaarrso the zips can update
05:26.47vhaarrshrug me here and there
05:27.01Funkeh`tbh knowing the amount of updates on patch day half the zips will be duff anyway ;p
05:27.17Funkeh`but yeah i see your point
05:28.05ckknightcan't we just force the zip bot to upgrade everything?
05:28.26vhaarrckknight: Point at the person who controls it and make him respond, please.
05:28.27Funkeh`wouldnt that stress the server a bit?
05:28.28vhaarrI can't.
05:29.53vhaarrckknight: This freeze makes no sense. There must be some library bug or something I have not implemented in the library that is causing this.
05:30.10vhaarrckknight: Registering for AceEvent_EventRegistered doesn't trigger any loops? Seems like a candidate.
05:30.20vhaarrThen again, EventUnregistered makes it freeze as well.
05:31.00vhaarrCould it be freezing simply because there's too much going on? A lot of events are registered on load.
05:31.07vhaarrAnd Lua 5.1 can handle it, but 5.0 can't.
05:32.19CIA-1703sayclub * r18517 10Cartographer/ (10 files in 2 dirs): Cartographer - Update locals koKR
05:32.37ckknightfrankly, we have 5 days.
05:32.59vhaarrI know, I don't really care, but it scares me that there's no obvious explanation.
05:33.04PProvostckknight, 2.0 is next week?
05:33.07ckknightTuesday.
05:33.09vhaarrdec. 5th
05:33.15Funkeh`my birthday :D
05:33.15ckknightor as I call it "Mauve Tuesday"
05:33.20ckknightit even sounds heinous.
05:33.22PProvostConfirmed or speculation?
05:33.26ckknightconfirmed.
05:33.27Funkeh`blue'd
05:33.28ckknightby Drysc.
05:33.34PProvostThanks
05:34.08Meiun"If everything goes as planned" though
05:34.53PProvostI wonder if they will let this week's honor apply to new ranks before upgrading. ;) Prolly not.
05:35.33PProvostOtherwise there is no point in playing BGs this week.
05:35.48vhaarrBlue has already stated that any honor gained this week is worthless.
05:36.00vhaarrA long *LONG* time ago.
05:36.12CIA-1703bordeaux * r18518 10BananaBar2/ (32 files in 2 dirs): (log message trimmed)
05:36.12CIA-17BananaBar2:
05:36.12CIA-17- RaidInfoPanel added
05:36.12CIA-17- Settings to hide BananaBar buttons out of raid
05:36.12CIA-17- Keybinding Header fixed
05:36.13CIA-17- Add symbols to multiple targets on mouse over
05:36.15CIA-17- Add symbols to all reachable mobs on single keypress
05:36.18Funkeh`it will add towards the maximum rank you can display over your head. but thats somewhat worthless
05:36.32CIA-1703rabbit * r18519 10BanzaiLib/Banzai-1.0/Banzai-1.0.lua: .Banzai-1.0: Work around 1.12 freeze.
05:36.37Funkeh`you can turn it on/off
05:36.58PProvostThanks vhaarr. No BGs for me this week then.
05:37.02Funkeh`like if your rank 11 and get rank 12 and you choose to display rank in your name plate it will display rank 12
05:37.22vhaarrYou won't get tangible credit for it, though.
05:37.29Funkeh`aye
05:37.35vhaarrThe only thing you accomplish is that the enemy gets more points for killing you.
05:37.35PProvostYeah, but if you are 11 now and do enough honor this week for 12, you will still be 11, right?
05:37.36vhaarrNothing more.
05:37.59Funkeh`no you will be 12
05:38.05Funkeh`but you wont be eligable for 12 rewards
05:38.12Funkeh`you will be eligable for nothing
05:38.17Funkeh`just a cooler name tag
05:38.21PProvostOh. Okay. Sure, cause there are no 12 rewards in the new system.
05:39.27PProvostANy word on whether they are nerfing the AV rep rewards?
05:39.43Funkeh`i heard their nerfing flying mounts
05:40.01Funkeh`you can only use them nearby a friendly city
05:40.04Funkeh`or mount them
05:40.11PProvostI just got exalted with my lvl 56 and wonder if I should buy all the lvl 60 exalted stuff before Tueaday
05:40.33Funkeh`im not sure mate
05:40.36vhaarrIs it safe to say that TRAC will never be back?
05:40.42PProvostTime to go shoppin'. :)
05:40.48Funkeh`i think they will all cost honour instead of money
05:40.55Funkeh`so whatevers cheaper i suppose
05:42.01Funkeh`watching some of my old guild videos from mc, memories <3
05:42.24Funkeh`the whole guild has mostly been replaced since then
05:43.10vhaarrPretty much all guilds have gone through that kind of shift.
05:43.34Funkeh`yeah
05:45.12Funkeh`those were the days, when the must have mod was titan, atlas, damagemeters, and ctraid. i think they were basically the only mods
05:46.20Funkeh`8 debuffs..
05:48.06CIA-1703sayclub * r18520 10WitchHunt/WitchHunt.lua: WitchHunt: Update kokR
05:50.56CIA-1703rabbit * r18521 10ClosetGnome/ClosetGnome.lua: ClosetGnome: What was that?! Oh, just a svn commit.
05:56.25ckknightgonna add :IterateNearbyNotes(zone, x, y, radius, creator) ;-)
05:56.27ckknightshould be fun.
05:56.43nymbianeat :)
05:57.03pastamancerhmm, radius?
05:57.23ckknightwell, you need to know how much nearby you want.
05:57.31ckknightit gets within a circle.
05:57.31pastamancerwhat would the unit for that be?
05:57.48ckknightoh, 1 unit is 1 width/height of the map.
05:58.28ckknightso the same unit as x and y.
05:58.42vhaarrckknight: I can have recursive AceModuleCores, right?
05:58.53pastamancervhaarr: sure, Grid does it
05:58.55ckknightyou mean a module which in and of itself is a core, then yes.
05:58.59vhaarrthanks
05:59.03CIA-1703sayclub * r18522 10BanzaiAlert/BanzaiAlert.lua: BanzaiAlert: Update locals koKR
06:01.40Funkeh`nn folks :)
06:04.32CIA-1703bordeaux * r18523 10BananaBar2/BananaBar2.toc:
06:04.32CIA-17BananaBar2:
06:04.32CIA-17- toc update
06:08.12CIA-1703sayclub * r18524 10ClosetGnome_Keybindings/Keybindings.lua: ClosetGnome_Keybindings:add Korean localization of .lua.
06:10.26CIA-1703ckknight * r18525 10Cartographer/Modules/Notes.lua: Cartographer-Notes - added :IterateNearbyNotes(zone, x, y, radius, creator)
06:10.30*** join/#wowace Azurewrath (i=Azurewra@i577BDF9C.versanet.de)
06:10.45ckknightwell, time to go home
06:14.49CIA-1703sayclub * r18526 10ClosetGnome_Mount/ClosetGnome_Mount.lua: ClosetGnome_Mount:add Korean localization to .lua
06:18.31nymbiathat was a long class ck
06:20.44Kemayockknight: Thanks for the Iterate thing!
06:33.07*** join/#wowace Cheads (i=chead@0x535b9a3c.virnxx18.adsl-dhcp.tele.dk)
06:37.59CIA-1703sayclub * r18527 10ClosetGnome_Gatherer/ClosetGnome_Gatherer.lua:
06:37.59CIA-17ClosetGnome_Gatherer:
06:37.59CIA-17- Added locals koKR
06:41.36*** join/#wowace kb1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
06:41.39CIA-1703sayclub * r18528 10ClosetGnome_Gatherer/ClosetGnome_Gatherer.lua:
06:41.39CIA-17ClosetGnome_Gatherer:
06:41.39CIA-17- Update locals koKR
06:49.15vhaarrKemayo: Like I said last week on IRC, while you were present, SilverDragon:CheckNearby will not work. The forum post was just a gentle prod.
06:50.07CIA-1703nevcairiel 07TBC * r18529 10Bartender3/Bartender3/ (Bartender3.toc Core.lua): Bartender3: removed unused mixins
06:50.42vhaarrnevcairiel: Is BT3 usable? I've got a modified BT2 that works fine with TBC locally.
06:51.19Kemayovhaarr: Ah, sorry, I didn't remember you saying that.
06:52.50vhaarrKemayo: It really pissed me off when I found out, since it means target scanning is effectively impossible, unless you're in a group.
06:53.07vhaarrWhich breaks DeuceLog.
06:53.18KemayoThey've just changed it to be require user-input, right?
06:53.22vhaarrYes.
06:53.37vhaarror hm
06:53.43vhaarrKemayo: I believe it can only be executed from secure code.
06:53.52CIA-1703sayclub * r18530 10BigWigs_LoathebTactical/BigWigs_LoathebTactical.lua:
06:53.52CIA-17BigWigs_LoathebTactical :
06:53.52CIA-17- Update locals koKR
06:53.54KemayoThat would be tricky, then.
06:53.57vhaarrI'm probably mistaken.
06:55.49CIA-1703sayclub * r18531 10Fizzle/FizzleLocale-koKR.lua:
06:55.49CIA-17Fizzle:
06:55.49CIA-17- Update locals koKR
07:08.19KemayoAnyone want a python script that updates mods from wowace/files?
07:08.36Kemayo(I just wrote it for myself, and thought I'd share the love.)
07:12.52andremarhehe, I have a perlscript that does the same :p
07:13.20andremarhttp://svn.palle.net/projects/wow/trunk/WOWManager/
07:13.26*** join/#wowace manoffejs (i=asd@h66n1fls34o883.telia.com)
07:16.27KemayoI can't say that mine's all fancy like that, but... http://kemayo.dyndns.org:8080/svn/wow/trunk/WAup
07:17.56andremarI had plans to expand mine to support other websites as well
07:17.58andremarjust ran out of time
07:18.12KemayoIt's not like I use other websites, so... :)
07:18.31KemayoI have stuff from wowace/files, a few checked out svn projects, and Auctioneer.
07:18.47KemayoSweet, sweet Auctioneer.
07:20.44KemayoI need to look through the standard art for something to represent a rare mob on the map.
07:21.31andremartry to find the silver elite thingy that wraps the default user-frame?
07:21.49KemayoThat's what I was thinking of, yeah.  If it'll look decent scaled down, anyway.
07:22.16andremarmhm
07:22.22andremarmight have to tweak it some I guess
07:22.55KemayoHates doing art myself, I does.  Points it at the Blizzard data we will... yes...
07:23.13andremarsounds like a plan :op
07:26.10andremarhttp://www.nzherald.co.nz/section/story.cfm?c_id=2&ObjectID=10413232
07:26.22andremarnice, lets delay the coup :p
07:28.02*** join/#wowace Elkano (i=Elkano@client0311.vpn.uni-saarland.de)
07:29.39*** join/#wowace Mery (n=metelman@p57A97CDB.dip.t-dialin.net)
07:34.40CIA-1703flyflame * r18532 10BigWigs/ (6 files in 5 dirs): BigWigs: update zhCN localizations
07:38.12*** join/#wowace abbat_w (i=abbat@moo.efnet.org)
07:38.32*** join/#wowace ckknight (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
07:38.32*** mode/#wowace [+o ckknight] by ChanServ
07:38.50ckknighthey all
07:38.59nymbiahey ck
07:39.24ckknightI finally have my computer back
07:40.06abbat_wckk ;)
07:40.42Elkanograts :)
07:41.42ckknightI swear my computer is slower now.
07:44.35Kemayockknight: Modules\Notes.lua:166: bad argument #1 to `mod'
07:44.43KemayoFrom 2247, in the new iterator.
07:44.59KemayoApparently "t.id" is "y", not some sort of helpful number.
07:45.16ckknightyea, I didn't really test it...
07:45.24ckknightbut I'll look into that
07:45.31ckknightno reason why that should be "y"
07:45.38KemayoIt did seem weird.
07:45.53KemayoIf it helps, I'm doing it on a map zone with absolutely no notes set yet.
07:46.34ckknightoh
07:46.36ckknighthrm
07:46.37ckknightokay
07:46.53abbat_whe he
07:46.59abbat_wPerformanceFu is ok now ;)
07:47.59*** join/#wowace Jens (n=x@pdpc/supporter/active/Jens)
07:48.23CIA-1703kemayo * r18533 10SilverDragon/ (Core.lua Locals.enUS.lua): SilverDragon: Who's a cute lil' dragon icon?
07:51.31Elkanogood news for you, bad news for me... I started thinking about ebb2 again ;)
07:51.49Icerothabout time really ;)
07:51.52abbat_webb2?
07:51.57abbat_wwhy v2?
07:52.08abbat_wor for wow2.0? :)
07:52.49Icerothwhat do you have in mind?
07:52.50ckknightAce2
07:52.53Elkanowell, since it will be aced
07:54.00ElkanoI was waiting for some changes to candyBar but when talking to ammo lately we agreed that I would better go with my own code. so I'll take candy out again and most likely start almost from scratch again
07:54.12KemayoTime to see how much of a hit I'll take from installing group calendar...
07:54.44Elkanobut with using my own bar class, I can add some other cool stuff, eg a 2x2 text matrix :)
07:55.01abbat_wbtw
07:55.11abbat_ware candybar hook mouse clicking?
07:55.42Elkanoyes
07:55.56Elkanoyou can specify a click function
07:56.09abbat_wOh nice
07:56.33Icerothwhat kind of stuff have you planned that cb can't handle? (getting curious here ;)
07:56.35abbat_wNow i can ask Sole to add some feature in Antagonist
07:57.02abbat_wIf i click on bars - they must hide ;)
07:57.25Elkanotooltip, some layout issues, relative group anchoring, ...
07:57.40*** join/#wowace Wobble (i=Wobin@218-214-59-86.people.net.au)
07:57.55Icerothoh yea, tooltips would be nice at least
07:59.19*** join/#wowace MoonWolf (i=moonwolf@g173217.upc-g.chello.nl)
07:59.19*** mode/#wowace [+o MoonWolf] by ChanServ
08:01.30Elkanockknight, wrt ebb2, I plan on making my own bar object. Can I easily use AceOO for that or should I stick to a frame with additional functions?
08:01.53ckknightAceOO may fit your needs.
08:01.57ckknightplay with it first.
08:02.52ElkanoWhat would I need to do in order to have a frame (or rather a set of frames) assoziated with each instance?
08:04.13*** join/#wowace ben__ (n=ben@eu85-10-64-168.adsl.euphonynet.be)
08:04.43Icerothdo you want just to set a bunch of frames for each object or do you want them to be "self contained" that are created when you create the object?
08:06.00Icerothwith the latter, you'd kinda have to create all the objects at start or at least keep track of those you've deleted to avoid wasting frames
08:06.03ckknightElkano, well, the instance itself can contain the frame.
08:06.45Elkanowell, in my case, a bar object consists of the visual bar (which is a set of frames: icon, text strings, status bars, ...) and a set of functions eg to update the layout and such things
08:08.03Elkanockknight, where would I do my stuff? <class>:Init()?
08:08.36ckknight.prototype:init() end is where the intialization happens, it's called when you create a new object.
08:09.02Elkanodoes this function already exist or is it safe to set my own?
08:09.10NargiddleyI used AceOO for the frames of MainAssist before changing to secure templates
08:09.30Icerothyeah, it's not so much of the matter at which time of the object's life cycle you create the frames but more when you create the object itself
08:09.37ckknightElkano, you set your own and be sure to call the supermethod.
08:09.53ckknightMyClass.super.prototype.init(self)
08:10.05Elkanomkay... I'll look into it :)
08:10.14Icerothi probably should write some dev documentation for icehud, i think at least some of the things you need are done there already
08:10.19Elkanoof for lectures and such stuff... l8ers
08:10.37Kalamadi~seen cncfanatics
08:10.58purlcncfanatics <n=cncfanat@229.154-240-81.adsl-dyn.isp.belgacom.be> was last seen on IRC in channel #wowace, 1d 16h 32m 54s ago, saying: 'Ace_FullyInitialized triggers after loading all addons at player_login anyway'.
08:11.29ckknightI'd thought of possibly adding the possibility that you could have a frame _be_ an AceOO object
08:12.04Icerothsounds kinky ;)
08:12.20ckknightI dunno, though
08:12.28ckknighta bit complicated to do.
08:12.37Icerothi'd imagine
08:13.01NargiddleyI was thinking of something like that when using it, just a way to pass method calls through to the frame
08:13.15ckknightI bet I could do it, though...
08:13.16KemayoHuh.  Cartographer_Herbalism isn't recording Kingsblood.
08:13.38Icerothkingsblodo or just any random herb?
08:13.39Nargiddleyso i diddnt have to keep doing frame.frame:SetPoint() etc when using my frame objects
08:13.52KemayoIceroth: It's recorded everything else I've harvested so far.
08:14.09Icerothk.. seems to miss some herbs for me from time to time :s
08:14.15*** join/#wowace Higdur (n=niklas_r@81-229-155-229-o1124.telia.com)
08:14.31Icerothdidn't notice similar problem with pinpoint
08:15.32ckknighthrm...
08:16.04ckknightthat'd essentially be an AceGUI-style thing in and of itself
08:20.50ckknighthrm
08:21.39vhaarrckknight: Shouldn't line 1707-09 in Tablet-2.0 set the size of the checkIcon already?
08:21.59ckknightvhaarr, if you believe that to be true, I'll trust your judgement.
08:23.49*** join/#wowace Fwip (n=splinter@user-10mt58b.cable.mindspring.com)
08:24.03vhaarrI believe that was your intention with the code, but I think it needs work.
08:24.26vhaarrUnfortunately, my experience with WoW frames is very limited, but I'll see what I can find.
08:24.37Icerothlol, love those "look, that's what you were trying to do but you did this instead" moments :p
08:24.50Icerothhappens all the time at the office :)
08:25.55*** join/#wowace sylvanaar (n=sylvanaa@205-196-182-22.static.cmts1.phonoscope.net)
08:27.20CIA-1703ckknight * r18534 10Cartographer/Modules/Notes.lua: Cartographer-Notes - should fix :IterateNearbyNotes
08:27.27ckknightKemayo, ^---
08:27.40*** join/#wowace Nickenyfiken (n=chatzill@83.145.59.23)
08:28.40CIA-1703flyflame * r18535 10Grid/GridLocale-zhCN.lua: Grid: - update zhCN locales
08:29.20Tem|Sleepckknight, you don't want to mess with making frames AceOO objects
08:29.28ckknightwhy not?
08:29.34Tem|Sleepit's not longer safe to set a frame's metatable
08:29.46Tem|Sleepbecause you taint the methods
08:29.49Tem|Sleepwhich is bad
08:30.00ckknightah.
08:30.02ckknightokay then
08:30.03Tem|Sleepso you have to inject stuff directly
08:30.06Tem|Sleepit's nasty
08:30.09Tem|Sleepreal, real nasty
08:30.21Tem|Sleepanyway, the warmth of my bed calls
08:33.04*** join/#wowace ckknight_ (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
08:33.04*** mode/#wowace [+o ckknight_] by ChanServ
08:37.19abbat_wbtw
08:37.34abbat_wCartographer are now standard? :)
08:37.50abbat_wI see what TrainerFu use Cartographer for make points with trainers
08:39.07axxoits the best map addon atm, so yes!
08:39.09axxo:D
08:39.25*** join/#wowace a-stray-cat (n=astrayca@adsl-75-26-169-203.dsl.scrm01.sbcglobal.net)
08:40.00NickenyfikenCartographer owns :-)
08:40.37abbat_wheh
08:40.48ckknight_it is standard because I say it is standard
08:40.53abbat_wwhat about me, i drop aplhamap and use Cartographer ;)
08:41.02ckknightabbat_w, sounds like a plan.
08:41.18Nickenyfikenlol ckknight
08:41.22abbat_w;)
08:41.43abbat_wNext step - generic UI for all mods
08:41.51abbat_wI mean menu system etc
08:42.14abbat_wand all FuBar addons should have "enable" menu item ;)
08:42.29Nickenyfikenshould be nice to be able to order fastfood from inside wow
08:42.36ckknightabbat_w, Active
08:42.37abbat_wNo
08:43.27abbat_wCkk, TinyTipFu for example. You can't hide icon. They are displayed on Fubar (if you enable plugin) or on minimap (if you turn it off from fubar) :(
08:43.50grzesieqweee won a BC key
08:44.10grzesieqhere goes studying for my 3 tests :(
08:44.13vhaarrgrzesieq: Grats, now you just have to download 3gb and spend 2 hours patching.
08:44.37grzesieqkewl
08:44.40vhaarr:D
08:44.51vhaarrYou'll have time to study while installing :P
08:44.54grzesieqanyway, they'll send them later
08:45.00grzesieqand now i have to go
08:45.13grzesieqwave optics and modern physisc here i come :(
08:45.27ckknightabbat_w, yea, that's how it's supposed to be.
08:45.28Nickenyfikenfunny
08:47.52abbat_wbtw, this is you community, wowace, it's just work on pure enthusiasm?
08:47.55*** join/#wowace evl (n=fuckoff@gw.apt.no)
08:48.24ckknightthat's the gist of it.
08:49.20abbat_wit's incredible
08:49.23wereHamsterwhere did AceXPBar go? I can't find it in the SVN repo
08:49.38abbat_wTry FuBarXP
08:49.58abbat_wNice looking and can show reputation/xp bars
08:50.09abbat_wBut only for FuBar
08:50.21wereHamsterI don't want FuBar :(
08:50.32ckknighthrm
08:50.37ckknightsorry, then
08:50.49ckknightno demand for what you're asking for...
08:50.52KemayowereHamster: try XPBarNone?
08:51.08KalamadiDoes oRA2 work in TBC?
08:51.13abbat_wyep
08:51.15KemayoI think that it might be AceXPBar renamed, but it's been so long that I'm not sure. :)
08:51.27abbat_wora2 works
08:51.35KalamadiMT frames and all?
08:51.55*** join/#wowace PProvost (n=PProvost@pool-71-112-36-108.sttlwa.dsl-w.verizon.net)
08:52.11abbat_wHmm.. sorry
08:52.15abbat_wMaybe i was wrong
08:52.16abbat_whttp://www.wowace.com/wiki/TBC_Converted_Addons
08:52.22abbat_wThis page can help you
08:56.03NargiddleyI know he was working on the MT frames, not sure if its finished
08:57.13*** join/#wowace Sun\Nether (n=sun@ARouen-152-1-14-89.w83-115.abo.wanadoo.fr)
08:57.41NoekoewereHamster, Bongos has XP par
08:57.45Noekoelooks like shit tho
08:57.50Noekoebar*
08:58.16*** join/#wowace doktoreas (n=geko@host169-191-dynamic.3-87-r.retail.telecomitalia.it)
08:58.33[Ammo]I'ts not finished yet oRA2 that is
08:59.04Kemayockknight: My WoW did the freezing following your commit.
08:59.19ckknighthrm
08:59.22ckknightodd
08:59.38KemayoIt froze on me doing: for zone, nx, ny, icon, db in Cartographer_Notes:IterateNearbyNotes(GetRealZoneText(), x, y, 0.01, 'ToFuNotes') do
08:59.40*** join/#wowace Srosh (n=Srosh@c190143.adsl.hansenet.de)
08:59.57Noekoehttp://www.wowinterface.com/downloads/cat89.html <-- check those pages for Ace addons for BC
09:00.18Noekoesort them on most donwloaded addons
09:03.25*** join/#wowace Thumann (n=vanesco@x1-6-00-14-bf-d9-73-32.k103.webspeed.dk)
09:04.51evlHmms
09:05.35evlI'm having problems with some addons that list required libs in the toc but I get a message that the Library "CandyBar-2.0 doesn't exist" (this is oCD)
09:06.54evlWould I be better off creating my own !!Libs thingy?
09:07.07[Ammo]you should just checkout CandyBar
09:07.09[Ammo]standalone
09:07.17evlOk thanks
09:07.19[Ammo]speeds up loading too
09:07.25[Ammo]I disembedded everything
09:07.31evlWill do that nwo
09:07.32[Ammo]and have 1 update.bat that does updating --ignore-externals
09:07.47[Ammo]and executes the bigwigs and ora2 lod bat files as well
09:08.01evlI won't be using BW or oRA2 for a long long time I think :)
09:08.04evlIt pleases me
09:08.16evldead sick if the eternal "get 40 people and communicate"
09:08.16evl:D
09:23.26evlWhat does the X-Embeds statement in the .toc do?
09:23.36CIA-1703ckknight * r18536 10Cartographer/Modules/Notes.lua: Cartographer-Notes - fixed infinite loop
09:23.46ckknightKemayo, should do it
09:24.22evlnvm found it :)
09:26.45*** join/#wowace restored (i=restored@sherman.campus.luth.se)
09:28.47*** join/#wowace Jens (n=x@pdpc/supporter/active/Jens)
09:32.27sylvanaarevl: its just a wiki-related field atm still correct?
09:32.32evlYes :)
09:32.47*** join/#wowace Viserion (i=HydraIRC@dial-69-55-137-207.sofnet.net)
09:35.32*** join/#wowace a-stray-cat (n=astrayca@adsl-75-26-169-203.dsl.scrm01.sbcglobal.net)
09:36.46DrDrecan someone give me link to dl beta client so i can get that done with
09:37.22DrDreso when i get my key i can go play :x
09:37.27Nargiddleyhttps://beta.worldofwarcraft.com/expansion/downloads/
09:37.31nymbiahttps://beta.worldofwarcraft.com/expansion/downloads/
09:37.33nymbiadamn
09:37.50DrDrethx
09:37.56nymbiawell played, Nargiddley.  well played.
09:38.02Nargiddleyonly 4 seconds out hehe
09:38.37Mikmahttp://www.curse-gaming.com/en/wow/addons-5471-1-easycopy.html <- i still think this addon has good potential
09:39.28nymbiahmmm.. that would make a good addition to prat
09:39.48DrDreyeah i saw thatb efore but cant use with prat ;x
09:41.20Mikmai have asked the authors like 3 times to add that feature in prat
09:41.27Kemayockknight: Fixed!
09:41.38Mikmabut they haven't done it so.. i'll just add that addon in my ui then
09:42.05Kemayockknight: You left in a debug print on line 2247, though. :)
09:42.18*** join/#wowace joey (i=Troox@a81-14-152-252.net-htp.de)
09:43.09ckknightaw.
09:43.58Trooxhi, anyone time to help me with a ArcHUD2 problem in tbc?
09:44.01sylvanaarim beginning to think one of the addons i have is causing my client to freeze
09:44.59CIA-1703ckknight * r18537 10Cartographer/Modules/Notes.lua: Cartographer-Notes - removed debug line
09:45.28*** join/#wowace Antiar2 (n=Chris@ip68-2-219-112.ph.ph.cox.net)
09:47.04Nickenyfikenuhm doesnt Prat have url copy already?
09:47.20andremarurl, yes, everything, no
09:47.22andremarI think
09:47.39DrDrehe was meaning the ability to click any line
09:47.44DrDreand copy that lines text
09:47.49DrDrenot jus urls, the entire line
09:48.15DrDrenight~
09:49.20CIA-1703kemayo * r18538 10FuBar_ToFu/ToFu.lua: FuBar_ToFu: Don't set a Cartographer note if one has been set really nearby. (May need to fiddle with the range.)
09:51.04ckknightKemayo, lemme add a :HasNearbyNote
09:51.26ckknightor :GetNearbyNote
09:51.28ckknightthat'll work
09:52.35evlckknight: I had this error in 1.12 and now I'm getting it in PTR DurablityFu:236 "self.itemStatus[12].value" where itemStatus is a nilValue, any idea?
09:52.47Mikmamuahahahaha! i got coffee!
09:52.55KalamadiI have milk and bagels.
09:53.11evlIsn't itemStatus supposed to be set when OnEnable is run, I don't get it :(/
09:53.24Mikmabagels are gay. can i have some?
09:53.30KalamadiSure.
09:54.03*** join/#wowace Tsikura (i=nn@user-0cev143.cable.mindspring.com)
09:54.03Mikmamm bagel
09:54.17Mikmagoes well with my gay-coffee
09:54.37KalamadiIt's a uniquely gay breakfast.
09:55.07Trooxsorry, is this only ace2 dev. or can i ask about a lua/tbc change/maybe ace2 problem that i have with a addon in tbc?
09:55.27MikmaTroox: of course not, you think we're coders?!?! ;)
09:55.38Trooxhehe
09:55.40KalamadiIf we're so off-topic that we're talking about the gayness of breakfast, I think you're a-okay with whatever.
09:55.52CIA-1703sylvanaar * r18539 10Prat/modules/PopupMessage.lua: Prat: No popups from emotes
09:56.13Trooxi try to fix archud2 (ace2) - got only black bars... something changes with frame creation?
09:56.36Mikmamm no
09:57.02Trooxon live servers everything is ok, but on ptr or tbc there are black :p
09:57.02ckknightTroox, ask what you want.
09:57.09CIA-1703ckknight * r18540 10Cartographer/Modules/Notes.lua: Cartographer-Notes - added :GetNearbyNote(zone, x, y, radius, creator)
09:57.15ckknightwe may direct you somewhere else if we can't answer
09:57.25Trooxanyone a idea why?
09:57.57ckknightKemayo, ^-- may want to use that instead.
09:58.14ckknightgets the closest to the given point within a given radius
09:59.07KemayoAwesome!
09:59.24CIA-1703kemayo * r18541 10FuBar_ToFu/ToFu.lua: FuBar_ToFu: Switch from :IterateNearbyNotes to :GetNearbyNote
09:59.28Nickenyfikenckknight: i have been thinking about the notes in Cartographer.  think  it is possible to add many notes for the same thing. For example you can add two notes for one herb depending on where you are when you gather it. Or is it just my imagination?
10:00.17KemayoNickenyfiken: It's not your imagination.  But that function that ckknight just added makes it much easier to avoid such a situation.  :)
10:00.23CIA-1703nickenyfiken * r18542 10FuBar_TrainerFu/modules/MapNotes.lua: FuBar_TrainerFu: Fixed typo in mapnotes
10:00.29Nickenyfikenjust what i was thinking
10:00.36ckknightand wikified.
10:00.42Nickenyfikenor i was going to ask of it could be used to avoid it
10:00.51Nickenyfikenok :-)
10:01.31evlckknight: Seems that DurablityFu doesn't run OnEnable for some very strange reason, I've even tried restarting WoW completely. it registers the event listeners and everything but when one fires it can't find itemStatus that should have been set in OnEnable.
10:05.52ckknightadd in a print line.
10:08.00Icerothhmh.. eu ptr patched again, no druid talent updates >.<
10:08.47evlckknight: Doesn't print
10:09.33Icerothbtw, is "mouseover" (or whatever it was) a valid target for spell casting? ie. can i make a binding that casts for example a moonfire to the target i have under mouse?
10:09.54CIA-1703sylvanaar * r18543 10FuBar_SWStats2Fu/SWStatsFu.lua: FuBar_SWStats2Fu: better method for autonuke of data. Only on the menu if debug is enabled
10:11.01ckknighthow odd
10:11.06ckknightget any errors?
10:11.13evlonly the itemStatus is nil error
10:11.18sylvanaarIceroth: its supposed to be
10:11.23Icerothkewl
10:11.37Iceroth(thinking about rank 1 moonfire to kill totems)
10:11.44evlI stuffed self:Print("OnEnabled was run, itemStatus is " .. itemStatus") at the start of DurabilityFu:OnEnable
10:12.05evlckknight: maybe some other addon is causing it to fail?
10:14.07ckknighthrm.
10:14.10Nickenyfikenckknight: [2006/12/01 11:13:32-1859-x1]: Modules\Notes.lua:2347: `do' expected near `local'
10:14.48Silviu-ckk i get the same error as Nickenyfiken
10:16.50CIA-1703ckknight * r18544 10Cartographer/Modules/Notes.lua: Cartographer-Notes - fixed `do' error.
10:18.29*** join/#wowace Royal (n=m@cp291458-a.landg1.lb.home.nl)
10:19.13*** join/#wowace Kirkburn (n=Kirkburn@82-32-40-219.cable.ubr06.azte.blueyonder.co.uk)
10:26.42*** join/#wowace cy_ (n=cy@drms-590d158a.pool.einsundeins.de)
10:33.11Mikmathe sleeper has awaken!
10:33.23Healthk
10:33.35Mikma(Astral Projection - The Prophecy)
10:33.39Icerothwha, it's only 12:30, good time to wake up
10:33.55MikmaIceroth: gonna go to Ideapark today?
10:34.01Icerothhell no
10:34.04Mikma:D
10:34.05Icerothi value my life
10:34.18Mikma180 stores... 1000+ employees
10:34.28Icerothkazillions of ppl
10:34.37Mikmathey call it as "Ostoskaupunki" :P
10:35.16Mikmathere is a place in center of the place that can hold 5000+ people easily :P
10:35.47Iceroth1.2 km of street there... wtb a bicycle or something
10:35.52*** join/#wowace ckknight_ (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
10:35.52*** mode/#wowace [+o ckknight_] by ChanServ
10:36.07Mikmayeah, and in 2007 there will be a swimmingpool and skitube underground too
10:36.09Iceroth"oh, i remember there was this thing at the other end, shall we go and see how it looked?"
10:37.38MikmaIceroth: oh yeah i can tell the future. Juice's albums are going to be popular and they will play his songs in radio alot
10:38.02Icerothdeath makes an artist or how did the lyrics go
10:38.12Mikmahaha
10:38.26MikmaNOW would be a perfect time of making "The best of"
10:38.27*** join/#wowace add\\Leialyn (n=unknown@p54B4E816.dip.t-dialin.net)
10:41.32MikmaHMM! Downloading update..
10:41.36Mikmawhat's new with TBC
10:41.51Mikma2.0.2.6178
10:41.56Mikma37.4MB
10:43.55Kirkburn#1: They broke flying mounts ^^
10:46.27Mikmawtb patchnotes
10:46.44Kirkburnwts tips for searching, nub
10:46.53Kirkburnhttp://beta.worldofwarcraft.com/thread.html?topicId=560370&sid=1 :)
10:47.00Mikmano it can't be!
10:47.04Mikmapatchnotes already!
10:47.10Mikmausually it takes week or so
10:47.13KirkburnThere's loads of other changes though
10:47.26Mikmayou lie! it can't be! ZOMG
10:47.28Iceroth"The tooltips for the feral druid spells, "Pounce" (Rank 3) and "Pounce" (Rank 4)now reflect the proper information." -- is that 5 or 10 yards now?
10:48.14KirkburnLecture time, laters
10:50.08Srosh5 yards is what I heard
10:50.34Icerothsux.
11:04.30Sun\Netherwith ace2 lib 18495 chat line are doubled
11:04.40Sun\Netherlike if they were in debug mod
11:06.46Sun\Netheru got that too ? :p
11:07.13Sun\Netherprobably linked to acecomm
11:09.50*** join/#wowace [Cu]Werik (i=trustno1@catv5403B52A.pool.t-online.hu)
11:10.16*** join/#wowace Hjalte (n=chatzill@0x57317e63.svgnxx3.adsl-dhcp.tele.dk)
11:13.25Mikmanevcairiel: when will you cba to fix the keybindings-error? :D
11:14.07*** join/#wowace Jens (i=Jens@pdpc/supporter/active/Jens)
11:14.34Frittiis it confirmed already that epic mount cost will be 600g in 2.0.1 ?
11:15.01HjalteWhy should it be that much?
11:15.12Frittieh? it's 900g now, right?
11:15.20FrittiI thought they dropped the price
11:15.25HjalteYes, they did.
11:15.26Frittinot sure whether it's 2.0.1 or TBC though
11:15.39Frittiwhich is why I was asking
11:15.50HjalteThe epic mount costs around 100g and the riding skill 700g or something. They reversed the prices.
11:15.56Hjaltein 1.12
11:16.29Frittiyes... but there are screenshots of beta riding skills going around that are less gold
11:17.09HjalteHmm. It seems strange to change something and then revert it to the old system one patch later.
11:17.58Mikmahmm, monkeyquest is borked with the latest patch
11:18.03Mikmashame :(
11:19.24FrittiHjalte: I think you misunderstand -- the screenshot I saw was of the _skill_ at 540 gold or so
11:19.48HjalteOh. That'd be nice.
11:19.56Frittiyes :)
11:21.36HjalteUmm. After updating all my addons with WAU i dont see any text.. No guild channel or regular channels.
11:21.41*** join/#wowace zoomjr (n=hrenvam@87.229.149.25)
11:22.37MikmaQuestsFu is borked too
11:28.14HjalteLatest Prat has an error for me, that prevents me from getting any updates in any of my chat frames :/
11:28.25Mikmaaww :(
11:28.33HjalteBut Bugsack doesnt show anything
11:28.33Mikmado like i did.. rm -rf Prat
11:28.43Hjalterm -rf?
11:29.06Mikmarm - remove files or directories
11:29.17Mikma-f, --force
11:29.28Mikma-r, -R, --recursive
11:30.58HjalteUh. Deleted wtf files for Prat. Problem solved.
11:31.26Mikmayou just delayed the problem ;)
11:31.33Mikmaprat is baaaad for you
11:31.46JensWow, lot of Prat hate recently.
11:31.53HjaltePrat is nice. You're using Dreamchat?
11:32.02Mikmanope i'm using default chat
11:32.17Mikmai'm waiting for the ass AKX to code DreamChat better so i can start using it
11:32.23Wobbleyay
11:32.25WobbleRagnaros down
11:32.43HjalteDefault chat? oO
11:32.47Wobbleand we did it on our second dry run =P
11:32.49Hjalte<PROTECTED>
11:33.08Icerothprat is nice but i kinda like the dreamchat idea too
11:34.47Iceroth<PROTECTED>
11:35.00Icerotho' well, live and learn..
11:36.49wereHamster./j #lua
11:37.01wereHamsteroops
11:37.14*** join/#wowace Skyboat (i=Yix@82-33-30-102.cable.ubr02.stav.blueyonder.co.uk)
11:37.31HjalteUh, working on icehud Iceroth? Is it compatible with 2.0?
11:37.39Icerothit will be
11:37.58HjalteNice :) Any news on textures for the bars?
11:38.23Icerothif i have time, i'll try to get something.. too bad the one with gfx skills disappeared
11:39.51HjalteI was also wondering, if you at some point could introduce an option to allow tooltips for buffs, but not mouseover and clicking on the target?
11:40.17Icerothah hmm, didn't think anyone would want them separate :)
11:40.27Icerothi'll add that not, working on the same module anyway
11:40.41Iceroths/not/now/
11:40.43HjalteI dont like that i'm able to click on anything, but sometimes i need to check eg what rank people have on or what the debuff does
11:41.46*** join/#wowace Sun\Nether (n=sun@ARouen-152-1-93-75.w86-199.abo.wanadoo.fr)
11:42.16*** join/#wowace soldier (n=chatzill@196-120-207-82.ip.ukrtel.net)
11:43.10*** part/#wowace soldier (n=chatzill@196-120-207-82.ip.ukrtel.net)
11:48.23Mikmapastamancer: there seems to be positioning-problems with Grid
11:49.04grollhmm a script question.. will this kind of macro work in the new patch or will it have to be redone so you have to choose what to use by holding a key?
11:49.04groll/script if (GetInventoryItemCooldown("player", 13)==0) then UseInventoryItem(13);end
11:49.05groll/script if (GetInventoryItemCooldown("player", 14)==0) then UseInventoryItem(14);end
11:49.05groll/cast Shadow Word: Pain
11:49.53evlthere's a Macro Thread on the forums
11:50.00evlAll your answers are in it
11:50.19*** join/#wowace Cartas (i=DEF@host86-132-228-0.range86-132.btcentralplus.com)
11:50.52grollwell i got it copy pasted to my guildforum but i cant quite make it out if it would or wont work but my guess is it wont right?
11:51.31Mikmapastamancer: i keep my grid at bottomright. still it keeps jumping left and up every now and them. now i changed the anchors to bottomright and will see what happens
11:51.57*** join/#wowace MoonWolf (i=moonwolf@g173217.upc-g.chello.nl)
11:51.57*** mode/#wowace [+o MoonWolf] by ChanServ
11:52.10MikmaAKX: code DC so i can start using it to replace my Chat :P
11:53.36HjalteMikma: Why use DC instead of Prat?
11:55.41*** join/#wowace zoomjr41 (n=hrenvam@87.229.149.25)
11:58.26MikmaHjalte: coz DC is pop
11:58.38Mikmaprat is not :( the authors aren't even here
11:59.00grollprat is the best :D
11:59.12Mikmastick with that one haha
11:59.22grolli am as it rocks :D
11:59.42Mikma"ok"
12:02.11Mikmahmm, i need to start working on EasyCopy :P doesn't work on EU / Mac
12:03.39*** join/#wowace Mery (n=metelman@p57A97CDB.dip.t-dialin.net)
12:03.44HjalteKemayo pong
12:05.05*** join/#wowace VII_Beherit (n=marco@p509150CD.dip.t-dialin.net)
12:07.22*** join/#wowace Dhraga (n=chatzill@static-213.88.132.126.addr.tdcsong.se)
12:07.40Dhragalo all
12:10.04VII_Beheritisnt Grid 2.0 ready?
12:11.47*** join/#wowace SP|Sorren (n=astrayca@adsl-75-26-169-203.dsl.scrm01.sbcglobal.net)
12:12.19*** join/#wowace ckknight (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
12:12.19*** mode/#wowace [+o ckknight] by ChanServ
12:15.03HjalteBeherit: Yea it is
12:15.22HjalteIf you're using it on the test server, you have to make some changes in some of the addons files
12:17.19DhragaSo what is the chances of wowace.com to not crash due to massive requests at the 6 dec ?
12:17.26VII_Beheritthe thing is that in the webpage stated in topic the addon grid isnt listed
12:19.42HjalteBeherit: Is it listed on the link from that webpage - http://www.wowace.com/wiki/Category:WoW_Version_2.00_Addons
12:21.54sylvanaarthe authors of prat arent here? whats that mean
12:24.28*** join/#wowace Eggi (n=eggi1@cm94-86.liwest.at)
12:24.33*** join/#wowace JoshBork1 (n=Josh@r35h14.res.gatech.edu)
12:26.34MoonWolfthat the authers of prat are not here in this irc channel...
12:27.38DhragaThey might be offline, lighting candles and making eggnog ?
12:31.24*** join/#wowace kovi (i=x@81.209.175.80)
12:40.17VII_Beherithey
12:40.25VII_Beheritwhats the best aggro alert for tanks
12:40.29VII_Beheritjust sound
12:40.35VII_Beheritand a text in the window
12:40.40VII_Beheritno glow effect
12:41.47Silviu-BanzaiAlert
12:41.55DhragaYes Banzai
12:42.22Dhragahttp://www.wowace.com/wiki/BanzaiAlert
12:43.01odtyeah, it does the "aggro lost" aswell, so it's very good
12:43.52HjalteIs there an addon, that can tell me the buff duration for my group members?
12:44.44DhragaWhat are you considering to be the best overall raidframes for both healers and non-healers, Grid, Perfect Raid, ag_UnitFrames ?
12:46.16VII_Beheritthx
12:46.35HjalteGrid does a great job, but to be perfect, it requires a lot of setting up. You need to know exactly what corners show what and you need to set it up for what class you are.
12:47.11CIA-1703wobin * r18545 10MrPlow/ (MrPlow.lua MrPlow.toc): MrPlow - Updated version and toc to reflect removal of compost and metrognome
12:47.30Wobblewell...
12:47.32Wobbleyes.
12:47.37odtcan someone make the new files/ index reverse sortable by date?
12:48.57DhragaHjalte, Hmmm... Grid is configurable through Fubar menu, if I remember correct ?
12:49.06HjalteYes
12:50.03DhragaI'll add it to my compilation, the users have to get used to it or swap to another themselves :P
12:50.30DhragaThanks
12:50.49Hjaltesraidframes are nice too, but not 2.0 compatible yet as far as i know
12:51.51VII_Beheritfubar clokfu... i get an aceconsole error
12:51.57VII_Beheritfrom what could that be
13:03.15*** join/#wowace Cartass (i=DEF@host81-158-13-16.range81-158.btcentralplus.com)
13:08.08*** join/#wowace Redsun (n=ocelotci@adsl-163-238.38-151.net24.it)
13:14.29*** join/#wowace [DiE]Celeb (n=zlkkiz@ti300720a080-6004.bb.online.no)
13:15.23*** join/#wowace [Wobin] (i=Wobin@218-214-59-86.people.net.au)
13:24.01*** join/#wowace doktoreas (n=geko@host169-191-dynamic.3-87-r.retail.telecomitalia.it)
13:25.13Fiskermanufac would be nice if dewdrop didn't keep closing
13:30.33JoshBorkemorning!
13:31.08Dhragamorning or afternoon =)
13:42.26VII_Beheritbartendert2 error: printaddoninfo
13:42.30VII_Beheritwhats that
13:45.41*** join/#wowace abbat_w (i=abbat@moo.efnet.org)
13:56.14VII_BeheritFehler: AceConsole-2.0: args.color: "name" must be a string
13:56.14VII_BeheritAddOn: FuBar_ClockFu
13:56.14VII_BeheritDatei:ClockFu.lua
13:56.14VII_BeheritZeile:204
13:56.14VII_BeheritFehler Nummer:1
13:56.19VII_Beheritwhats that? :(
13:56.45[Ammo]~emulte ckknight
13:56.48[Ammo]~emulate ckknight
13:56.50purlf*ck you, guy
13:56.57grollhmmm is the author of agunitframes around or does anyone know why i get an error message as soon as i try to do a macro saying they have made an error
13:57.12[Ammo]VII_Beherit means clockFu doen't have a name in he args.color
13:57.29VII_Beheritso why could this error happen
14:00.17nevcairielMikma: what kebyindings error?
14:00.32nevcairielvhaarr: yes i played with BT3 from 60 to 66 so far, without a problem.
14:02.51evlI keep getting a message that says I've tried to execute a protected method when clicking my unit frames, does this call for SecureHook instead of Hook?
14:03.19nevcairieldepends
14:03.25nevcairielwhich UF?
14:03.28evloUF
14:03.45nevcairielwas it modified to work with BC at all?
14:03.49nevcairielif not, screw it.
14:03.58evlIt's a pita to fix I suppose
14:04.23evlI prefer the minimalistic approach :)
14:04.38*** join/#wowace kovi (n=kovi@p5081FAFC.dip.t-dialin.net)
14:06.33nevcairieli switched to agUF, and the ABF style is minimalistic enough for me.
14:06.45evlbut agUF is pretty heavy in comparison?
14:06.49grollargh i'm getting upset.. cant make a macro to cast ns on me and then cast a heal.. o_o
14:07.06grollcan anyone help out? tried the ui forums but didnt find anything to help me :(
14:07.38JoshBorkegroll: what'd you try?
14:07.39nevcairielns like natures swiftness?
14:07.41nevcairielin BC ?
14:07.43grollyep
14:07.44JoshBorkeevl: why do you say agUF is heavy?
14:07.46evl./castsequence Nature's Swiftness, [target=self] Heal
14:07.51nevcairielnah
14:07.54nevcairielthat wont work
14:07.57nevcairielyou have to click twice
14:08.01nevcairielwhich sucks
14:08.01grollyep that i know
14:08.05evlWelcome to WoW 2.0
14:08.09grollbut i can live with that
14:08.16nevcairielgimme a sec to loing
14:08.18nevcairiel*login
14:08.22evlJoshBorke: I just supposed so since it's got tons more features
14:08.23grollokies :)
14:08.23nevcairieli can give you a one-click
14:09.05JoshBorkedoes natures swiftness trigger a GCD?
14:09.08nevcairielnop
14:09.11nevcairielthats why it works.
14:09.41*** join/#wowace Royal (n=m@cp291458-a.landg1.lb.home.nl)
14:09.42JoshBorkewhy not: /cast Natures' Swiftness /stopcast /cast [target=self] Heal?
14:09.57nevcairielyea
14:10.05nevcairielhttp://ace.pastey.net/2888
14:10.05grollis that the one?
14:10.08*** join/#wowace Beor (n=opera@178.81-166-220.customer.lyse.net)
14:10.09nevcairielonly that its stopcasting
14:10.16grollok looking :D
14:10.34nevcairielremove the [target] part if you dont want self heal
14:11.03*** join/#wowace Garns (n=blub@muedsl-82-207-202-048.citykom.de)
14:11.39nevcairieland obviously replace Healing Touch if you play a weird shaman.
14:11.44nevcairiel:)
14:11.52grollnevcairiel that just gives me ag unitframes has been blocked bla bla
14:12.12grollaction only awailable to blizz ui etc
14:12.13Icerothare you running the tbc branch?
14:12.22grollyep tbc beta
14:12.30Iceroth:-|
14:12.30nevcairielwait, that macro?
14:12.33grollyep
14:12.40nevcairielit works fine for me
14:12.43nevcairieland it should, really.
14:12.44JoshBorkegroll: it sounds like you're using a mod that is hooking it
14:12.45grollo_O
14:12.53grollhmm what u mean?
14:13.10JoshBorkeone mod isn't TBC compatible
14:13.19grollhmm all should be i think
14:13.27grolloh wait hmm
14:13.31grollsec brb :D
14:13.42nevcairielwell the macro shouldnt, well cannot, cause that
14:13.45nevcairielsome addon has to interfer
14:14.26nevcairielanyone on tempest keep alliance? i need to reproduce some error.
14:14.49*** join/#wowace Meiun (i=asd@h66n1fls34o883.telia.com)
14:16.35grollok removing the only ag addon that might have been the problem didnt help, only thing i can think of could be bartender3 in that case where i have the button on
14:19.18grollok i'm now disabling each addon as the ui says and reloading.. so far antagonist, ag unitframes, bartender3 has been disabled
14:21.31*** join/#wowace Kilroo (n=Jarentha@cpe-071-076-173-175.triad.res.rr.com)
14:21.38grollok with all addons disabled it seems to work o_O
14:22.22nevcairielsomeone left a debug msg in AceComm
14:22.27nevcairielckk that slacker
14:23.33nevcairielwonder if he kills me when i commit it away
14:26.24*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
14:27.48*** join/#wowace Kilroo (n=Jarentha@cpe-071-076-173-175.triad.res.rr.com)
14:29.02*** join/#wowace Xuerian (n=core@12-196-151-114.psknet.net)
14:29.12evlAnyone know if AutoBar will work in TBC?
14:29.26JoshBorkeno
14:29.46JoshBorkenot like it currently is anyway.  it might work if it only updates while out of combat
14:29.56evlahhh, you can't change buttons in combat
14:30.01evlthat blows but I guess it was meant to be
14:30.28*** join/#wowace Dek (n=masanbol@68-189-139-231.dhcp.wlwl.wa.charter.com)
14:35.12Fiskersounds pretty illogical
14:35.45Dekit's a trap.
14:40.33*** join/#wowace beerke (n=beerke@5353E177.cable.casema.nl)
14:44.07*** join/#wowace Neebler (n=bum@ppp-209-77-228-49.dsl.chi2ca.pacbell.net)
14:46.34evlAnyone else having PTR/TBC issues with Prat, the settings aren't saving across sessions.
14:46.46NeeblerMurlocos!!!
14:47.08*** join/#wowace Elkano (n=elkano@srbk-590f912a.pool.einsundeins.de)
14:49.39grollnevcairiel i found what addon it is O_O
14:49.44*** join/#wowace TheKarn (n=thikle@cpc3-glfd1-0-0-cust609.glfd.cable.ntl.com)
14:50.11grollevl i got other problems with it :P that's the addon causing me not to be able to cash macros
14:50.51evlAha
14:50.54nevcairielgroll, which?
14:50.58grollprat
14:51.15evlI vaguely remember that when I re-embbedded libs it worked again
14:51.27Xuerianevl: You don't happen to be using XLoot on the ptr, do you?
14:51.32evlnope
14:51.44XuerianYar, I need someone to try it on the ptr >_<.
14:51.54grollyep all addons work with prat disabled and i can cast my macro
14:52.00grolli can do it
14:52.04grollgimme link :)
14:52.38evlI really hate the embedding thing tbh
14:52.43XuerianThanks a bunch, Groll :) The only necessary test is to see if it errors when you try to close the loot window. http://www.wowinterface.com/downloads/info6347-XLoot.html
14:52.45evlEither it works or it breaks everything :P
14:52.55TheKarnhow do i get an svn account?
14:52.58evlXuerian: I can test latest tonight as well
14:53.09TheKarndo i have to email or can someone here do it?
14:53.16grollok sec installing :)
14:53.17nevcairielyou have to mail
14:53.54Xuerianevl: Thanks :)
14:54.18grollXuerian what zip to use? :P
14:54.21Xueriangroll: Didn't think about it, but it's on the svn too, if you use WAU/want to disembed
14:54.31JoshBorkeTheKarn: see the wiki
14:54.34XuerianXLoot itself, the main download
14:54.39nevcairieli wonder if my shapeshifting changes work ..
14:55.09grolli'm on the svn there is one xloto.zip and then one with numbers in it too :P
14:55.17XuerianTheKarn: http://www.wowace.com/wiki/SVN_Rules
14:55.30XuerianXLoot.zip is just a symlink to the latest revision
14:55.51grollok got it, installing in a sec
14:56.02grollwho is the prat dev btw?
14:56.28evlIndustrial, Ammo, Cirk, Yris, Leuchtturm, AnduinLothar, Satrina, <CWDG>????&????
14:56.29XuerianI want to say cartas and someone else, I'd probably be wrong
14:56.44Icerothermh wth... "action forbidden: StartDuel()"
14:56.44grollheh oke a lot of ppl :P
14:56.51Srosh<nevcairiel> wonder if he kills me when i commit it away <-- just one way to find out... ;)
14:56.52TheKarnXuerian, i've sent an email
14:57.00XuerianTheKarn: Did you sign the page?
14:57.38XuerianTheKarn: If you don't know what I'm talking about, don't skim the page, read it ;)
14:57.51Deknevcairiel: are you talking about on bartender3?
14:58.08XuerianTheKarn: Though I see a "Karn" on there, I guess you were signed up earlier eh?
14:59.15TheKarnyeah
14:59.17TheKarni got that far
14:59.21TheKarndidnt send the email
14:59.28Mikmanevcairiel: i told you already :D
14:59.40TheKarni finished my first mod lastnight
14:59.46nevcairielMikma: you didnt
14:59.47Dekoh, speaking of which, are there any plans to keep the "circled" skin for bartender3? it was a great and unique setup, I liked it a lot
14:59.49TheKarnthe second revision is already planned
15:00.00Mikmanevcairiel: yes i did!
15:00.12evlgroll: Re-embedding Prat makes it work like a charm
15:00.20XuerianDek: The Circled skin is now a entirely separate addon
15:00.22nevcairielMikma: tell me again then.
15:00.27Mikmaok.
15:00.36grollCircled is so nice :D
15:00.52HealthNo!
15:01.01DekI have it for Bartender2, I was checking out 3 on beta last night and wondered if it would continue to be used
15:01.16Mikmanevcairiel: http://www.wowace.com/forums/index.php?topic=3110.msg62563#msg62563
15:01.16XuerianCyCircled i think it is, isn't it?
15:01.27MikmaDek: yeah i think it should work
15:01.32Dekokay, hadn't seen that, i'll check it out
15:01.34Dekthanks :)
15:01.36MikmacyCircled in branches should have it in
15:01.43Mikmai made it long time ago but haven't checked after that
15:01.46MikmaDreamlayout is too imba
15:01.50grolldoh forgot to change the toc :P
15:02.01nevcairielMikma: i think that error has been fixed.
15:02.09Icerothi don't get this.. i have "self.frame:SetAttribute("type2", "menu")" and everything else from that menu works but duel gives me action forbidden
15:02.13Mikmanevcairiel: reallyh? it was there when i last tried today :)
15:02.19Mikmabut i'll recheckout and test again
15:02.27Mikmagroll: cyCircled in branches ...
15:02.31nevcairielgive me steps to reproduce
15:02.35grollXuerian just need to find something to kill
15:02.39Mikmanevcairiel: ok i will after i test
15:03.06Xueriangroll: Excellent :) Make sure you enable /xloot advanced forcecompat
15:03.22*** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl)
15:03.54evlgroll: can you try Prat with all libs embedded?
15:04.10Mikmanevcairiel: haven't been updated after i tested
15:04.48Mikmanevcairiel: /bar config -> Bar1 -> Buttons -> 5 -> mouseover Keybindings = error
15:05.12*** join/#wowace Worf (n=worf@85-125-178-32.dynamic.xdsl-line.inode.at)
15:05.41Mikmanevcairiel: Bartender3_BarClass.lua:332: attempt to index field '?' (a nil value)
15:06.12nevcairielhm
15:06.15nevcairielthat worked
15:06.27Mikmahave you changed the keybinds using the dewdrop? i have :)
15:06.41Dekoh. i've also been having some weird problems with the beta version of ag_uf... if it's enabled it basically won't let wow load past 33% of the loadingscreen bar
15:06.44Mikmathere is one thing tho, i haven't reseted my SV for a long time
15:06.53Mikmai'll retest it now after reset
15:07.34Dekand it eventually crashes after a few minutes saying it requested too much memory or something like that
15:08.00nevcairieli get that error as well now
15:08.04Mikmanevcairiel: heh :)
15:11.53nevcairielbut i thought it fixed it
15:12.11Mikmaguess what. you didn't!
15:12.22Mikmanow i'm starting to rape BT3DL :D
15:12.32Mikmai got teh texture! i got teh time!
15:12.34nevcairieloh noes
15:12.37grollXuerian seems to work just fine D:
15:12.42nevcairielits still going to suck
15:12.47nevcairielyou cannot do that for all buttons
15:12.55Mikmaoh yeah
15:12.55nevcairielthis way works universal for everything
15:13.03XuerianThanks, groll :)
15:13.07grollnp :)
15:13.10Mikmathat's true, well i'll skip it then
15:13.14grolli'll let u know if i find any bugs
15:13.41XuerianExcellent.
15:14.26grolli might not be a good coder...at all.. but i am good at reporting bugs :p
15:14.39Mikmagah, chat is still "broken" in TBC :(
15:15.06Xueriangroll: heheh
15:17.30nevcairieloh i found the error
15:17.31nevcairielmeh.
15:18.03nevcairiel# operator isnt working for hash tables
15:18.06nevcairieli thought it would
15:19.23TheKarnfor the svn:externals property do i need to list all the libs i've used?
15:20.15XuerianTheKarn: Best way to figure out what to do for svn:externals is checkout someone else's mod and compare it's TOC/svn:externals
15:21.53CIA-1703nevcairiel 07TBC * r18547 10Bartender3/Bartender3/ (5 files):
15:21.53CIA-17Bartender3:
15:21.53CIA-17- reworked stance code for later use
15:21.53CIA-17- fixed keybindings bug
15:23.00grollnoo extended questlog went fubar with last nights patch :(
15:23.24TheKarnXuerian, typically i check BigWigs which doesnt seem to have svn:externals set
15:23.25Mikmayeah, and so did QuestsFu and MonkeyQuest
15:23.27nevcairielyou should really use foobar if you mean that
15:23.53XuerianTheKarn: Check the libs dir, that's what should actually have the properties
15:24.01Mikmagroll: type this: s/fubar/foobar/
15:24.07Xuerians/ies/y/
15:24.26MikmaXuerian: does XLoot* work in TBC
15:24.48XuerianYeeep.
15:26.05Eggiit worked for me... but with the newest version its blocked
15:26.25nevcairielwonder what they changed
15:26.29nevcairielnone of my addons were blocked
15:26.42XuerianEggi: XLoot?
15:26.45Eggiyes
15:26.59XuerianDoes it give any specific error?
15:27.10Eggibut im not sure if i have the newest version...
15:27.28XuerianI updated it around noon yesterday, if it's older than that, then update and it should work
15:27.28CIA-1703TheKarn * r18548 10ManualTimers/Libs/:
15:27.28CIA-17ManualTimers:
15:27.28CIA-17- Created folder remotely
15:27.48TheKarn=/ makes me look stupid
15:28.43XuerianI did externals wrong the first few times
15:29.21sylvanaarmost ppl have them on the parent folder
15:29.39*** join/#wowace Kirkburn (n=Kirkburn@82-32-40-219.cable.ubr06.azte.blueyonder.co.uk)
15:29.49Xueriannevcairiel: What they chasnged, was locking out "CloseLoot()" as a protected function that addons can't call
15:29.49vhaarrTekkub: ping
15:30.17Xuerians/chas/cha/
15:30.22Tekkubwhat?
15:30.33sylvanaarim sure there are better ways, i just hate editing them once they work
15:31.40vhaarrTekkub: Ammo and me want some addons in the BigWigs_* namespace on the SVN either removed or renamed, and we're not sure if we have the authority to do so or not.
15:32.41[Ammo]someone made BigWigs_MCTimers, BWLTimers and AQTimers
15:32.45[Ammo]the code is horrible
15:32.56[Ammo]and his idea sucks
15:33.38Mikmawhat do they do
15:33.44nevcairielshow respawn timers
15:33.47nevcairieliirc
15:34.06[Ammo]yeah
15:34.16[Ammo]he butchered BigWigs_RespawnTimers into an abomination
15:34.17CIA-1703TheKarn * r18549 10ManualTimers/ (. Libs/):
15:34.17CIA-17ManualTimers:
15:34.17CIA-17- Setting externals
15:34.26vhaarrBigWigs_RespawnTimers is my code.
15:34.27Sarozwhy not make one respawn addon
15:34.28TheKarni think thats it isnt it?
15:34.28Sarozinstead of 10
15:34.33vhaarrSaroz: I DID ALREADY.
15:34.40vhaarrBigWigs_RespawnTimers.
15:34.45Sarozuhm yes
15:34.49vhaarrSaroz: He ninjaed my code and split it into 3 addons.
15:34.51Sarozbut the dude who made the others made more
15:34.54Sarozthen delete the addons
15:35.00Sarozand suspend his SVN account
15:35.19vhaarrRight, I'm asking Tekkub if we have the authority to do that or not.
15:35.21Sarozwhy spread confusion when there is no need
15:35.23vhaarrSo, let him answer :)
15:35.25Sarozk
15:35.37Tekkub*shrug*
15:35.41Tekkubit's not my mod anymore
15:35.49Tekkubit's not my "authority"
15:36.26vhaarrWould anyone object if I svn removed the addons in question?
15:36.44TheKarni certainly wouldnt
15:36.52TheKarnbut i probly have no say whatsoever :P
15:38.43SarozAnyone can invite me to a raid, tempest keep alliance
15:41.43Mikmapastamancer: ARGH! Grid error in TBC :(
15:42.11Mikmapastamancer: GridLayout.lua: 174: attempt to index field 'partyFrame' (a nil value)
15:46.30CIA-1703Tristan * r18550 10T_RPP/ (Ashes.lua Grief.lua):
15:46.30CIA-17T_RPP:
15:46.30CIA-17- Ashes DKP was updated
15:47.58CIA-1703Tristan * r18551 10Cancellation/Core.lua:
15:47.58CIA-17Cancellation:
15:47.58CIA-17- Default Category now Hide instead. Just bring out the few that interests your class from there instead
15:48.12*** join/#wowace Gamefaq|afk (i=Gamefaq@pD9E60A62.dip.t-dialin.net)
15:48.18CIA-1703fleetfoot 07TBC * r18552 10Nudge/Nudge/Nudge.lua:
15:48.19CIA-17Nudge:
15:48.19CIA-17- Database fix.
15:49.44TheKarnis there a way to make a BigWigs mod enable itself?
15:52.46*** join/#wowace FtH|eagle (n=eagle@HSI-KBW-085-216-057-070.hsi.kabelbw.de)
15:59.00[Ammo]?
15:59.03[Ammo]what do you mean
15:59.22Mikmai don't feel like playing anymore because MonkeyQuest is borked :((
15:59.36[Ammo]use QuestFu mikma
15:59.38*** join/#wowace Hypno|daz (n=pollux@ALyon-254-1-29-25.w86-193.abo.wanadoo.fr)
16:00.05[Ammo]TheKarn: You can click 'active' in the boss menu
16:00.11Mikma[Ammo]: borked too
16:00.51TheKarn[ammo] i dont want to have to do that ;) the addon is for manual timers so it needs to always be "active" but i cant see how to activate it from within the lua instead of clicking active
16:01.23[Ammo]there are manual timers already
16:01.37[Ammo]custom bars... can be local and remote
16:01.48TheKarnlol
16:02.02TheKarni've just written a mod for manual timers because i couldnt find any in bigwigs =/
16:02.11[Ammo]try: BigWigs -> Extras -> Custom Bars
16:02.24[Ammo]or /bwlcb 30 zomg timer of 30 seconds!
16:02.29Mikmai have no idea what blizz did that they managed to break all quest-addons
16:02.37*** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl)
16:02.39[Ammo]or /bwcb 30 zomg timer of 30 seconds that the rest of the raid sees as well!
16:02.48TheKarnhehe ah well it was a learning experience anyway
16:03.19[Ammo]:)
16:06.14Mikma[Ammo]: fix quest-addons!
16:06.20Mikmayou're the woman to do that job
16:06.57Sarozsomeone PLEASE tell me why sRaidFrameUnitSecure is never called with this http://ace.pastey.net/2889
16:07.43SarozGod I hate working with code I can't control
16:14.12SarozMikma, wtb raid -.-
16:14.19MikmaSaroz: i'll switch char
16:14.26Mikmai can't do quests in raid ;)
16:14.30TheKarn[ammo] is there no way to stop the local bars?
16:15.28Sarozty
16:18.23*** join/#wowace Hjalte (n=chatzill@0x535bb0ed.svgnxx1.adsl-dhcp.tele.dk)
16:18.47vhaarrTheKarn: Start it again with a timer of 0.
16:20.39TheKarndirty dirty hacks!
16:22.18*** join/#wowace weab (n=asdf@cpe-66-68-62-162.austin.res.rr.com)
16:22.37[Ammo]haven't gotten round to bar cancelleing yet
16:26.07VII_Beheritone question
16:26.13VII_Beheritaddons like grid
16:26.26VII_Beheritthey dont work with the 2.00er PTR, but work with beta
16:26.40VII_Beheritwill those addons work on next wednsday when 2.00 goes live?
16:26.44vhaarryes
16:26.57TheKarn[Ammo]: http://ace.pastey.net/2890 <-- the way i cancled bars. easier for the user to stop the bar by text then the barname i thought.
16:26.59VII_Beheritwhy dont they work on PTR
16:28.27*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
16:29.49HjalteBeherit, you need to go to the libs folder and change (version, "^2%.") to (version, "^0%.")
16:30.02HjalteIn several libs
16:31.22SarozITS WORKING
16:31.23SarozWUUUUT
16:31.26Sarozfuck me sideways
16:34.15Mikmaok
16:36.37*** join/#wowace Mahiro (n=Miranda@210-222.0-85.cust.bluewin.ch)
16:43.20[GsoZ]Bordeausis someone here who can help me correctly creating a TBC branch of my addon with TortoiseSVN?
16:45.29*** join/#wowace [GsoZ]Bordeaux (i=Atze@dslc-082-082-071-109.pools.arcor-ip.net)
16:48.19[GsoZ]Bordeaux*grmfp* hi, is someone her who can help me correctly creating a TBC branch of addon in SVN with TortoiseSVN?
16:48.39*** join/#wowace Eggi (i=eggi@psybnc-user.gateway01.exs-network.it)
16:49.06sbuahhhh now i got that (version, "^2%.") stuff - ptr is 0.2... *dong*
16:49.27Kirkburn|afkIdiotic, eh, sbu? :)
16:49.30*** part/#wowace Eggi (i=eggi@psybnc-user.gateway01.exs-network.it)
16:49.47*** join/#wowace Eggi (i=eggi@psybnc-user.gateway01.exs-network.it)
16:50.24sbuKirkburn|afk: well - i didnt understand why many addons spit out errors on PTR though coded for TBC... finally i got it %-)
16:53.51Kirkburn|afkargh errors
16:55.01nevcairielis it true that people with beta access cannot go to the PTR ?
16:55.17axxothey can if they get the ptr client
16:55.20HjalteBlizzard says they will get errors if theydo
16:55.33axxobeta client + ptr = problem
16:55.54nevcairielof course with sep clients.
16:56.04*** join/#wowace Loppzor (n=X@c-d62ae055.627-1-64736c11.cust.bredbandsbolaget.se)
16:56.14Kirkburn|afkI thought Blizz prevented beta accounts accessing the PTR?
16:56.21nevcairielthats what i heard
16:57.11Eggii tried the ptr client and it told me that my beta client is a newer version...
16:58.31*** join/#wowace doktoreas (n=geko@host169-191-dynamic.3-87-r.retail.telecomitalia.it)
16:59.38axxolatest prat filters all my channels except in window 1 :X
17:01.10CIA-1703bordeaux * r18554 10/branches/BananaBar2/:
17:01.10CIA-17BananaBar2:
17:01.10CIA-17- branch path added
17:02.55Hjalteaxxo, delete your saved prat wtf files. It solved my problem
17:03.10axxobut i like my settings :g(
17:04.16Kirkburn|afkEgg, you mean you tried the PTR server?
17:04.32Kirkburn|afk(not client?)
17:05.09axxoHjalte: fixed it for me too, thanks
17:05.46*** join/#wowace bindi (i=indigo@d51A479A6.access.telenet.be)
17:06.15*** join/#wowace kodewulf (n=email@220-253-11-34.VIC.netspace.net.au)
17:06.43CIA-1703bordeaux 07TBC * r18556 10BananaBar2/:
17:06.43CIA-17BananaBar2:
17:06.43CIA-17- TBC Branch Folder created
17:07.10Eggii tried the ptr server with the ptr client
17:08.35CIA-1703bordeaux 07TBC * r18557 10BananaBar2/BananaBar2/:
17:08.35CIA-17BananaBar2:
17:08.35CIA-17- TBC branch copy
17:08.49Eggibut it did nothing... only gave me the message that my installed beta client is newer then the ptr client
17:10.02Mikmanevcairiel: http://www.wowace.com/forums/index.php?topic=1837.msg62688#msg62688
17:10.47Eggihaven't tried to connect with my beta client because of the blue post ...
17:10.50*** join/#wowace noha^ (n=noha@p5081150F.dip0.t-ipconnect.de)
17:11.27axxoHjalte: oo, its a featuer
17:15.09nevcairielMikma: assclown.
17:15.14CIA-1703nevcairiel 07TBC * r18558 10Bartender3/Bartender3/ (4 files): Bartender3: you can toggle the display of the button grid per-bar now ( oo Mikma i am faster then you :P )
17:15.15Mikmanevcairiel: porkfucker :D
17:15.39Mikmamost useless feature ever
17:16.38Kirkburn|afklol
17:17.06Kirkburn|afkYou're like a married couple, you two
17:17.16Kirkburn|afkQuite a, er, insulting couple
17:17.26Mikmaok, you are our little doggy then
17:17.38Kirkburn|afkwoof woof
17:17.39Mikmahere girl *throws a cane* fetch bitch!
17:17.51Kirkburn|afksnarl snarl
17:18.48Kirkburn|afkheh
17:21.17*** join/#wowace mfa|raiden (i=killspam@85-124-24-220.dynamic.xdsl-line.inode.at)
17:22.27mfa|raidenhey guys
17:22.38Mikmahi 2 u 2 girlie
17:22.53mfa|raideni have the problem that my addons need a reloadui before they are initialized correctly
17:23.00mfa|raidenwhat can i do about that?
17:23.11Mikmareloadui :)
17:23.33MoonWolfdocter, its hurt when i press here
17:23.37MoonWolfdon't press it then.
17:23.37*** join/#wowace InterCeptor (n=intercep@p509152C6.dip.t-dialin.net)
17:23.58[GsoZ]Bordeauxgreat help here
17:24.24CIA-1703kemayo * r18559 10SilverDragon/Core.lua: SilverDragon: Account for the possibility of someone having legacy data. (Default values: yay!)
17:24.47Eggiis my svn account deleted? (eggi) can't log in with it :<
17:25.17Kaelten[GsoZ]Bordeaux: you got your new pass right?
17:25.47KaeltenEggi: we had several that got corrupted.  you just need to reapply and I'll reissue
17:25.50[GsoZ]BordeauxKaelten: yes, thx, createt my tbc branch now :-)
17:25.53KaeltenI've reissued almost 30 so far
17:25.57Kaelten:)
17:26.35[GsoZ]BordeauxKaelten: i hate jobs like this :-)
17:26.42Mikmanevcairiel: HUAHAHAAAA! you're stupid grid-system doesn't work!
17:27.32nevcairielnot?
17:27.33nevcairielworks for me
17:27.41Mikmadoesn't work :D
17:28.09Mikmadoesn't show the grids when i toggle it on
17:28.15Mikmawhen i start dragging spells, they appear
17:28.23Mikmawhen i disable it they won't go away at all
17:28.28Mikmanot even with dragging
17:28.44Mikmabut, it's so stupid feature it doesn't matter that it's borked
17:29.56CIA-1703Lateria * r18560 10kkbk/:
17:29.56CIA-17kkbk: initial commit
17:29.56CIA-17- kkbk helps you to assign buffs to raid members
17:32.50CIA-1703kemayo * r18561 10Quixote/Quixote-1.0/Quixote-1.0.lua: Quixote: Drycoded fix the breakage caused by Blizzard adding suggestedGroup to GetQuestLogTitle(id) returns.
17:33.38MikmaKemayo: what does that fix help?
17:33.49*** join/#wowace ggilbert_ (n=ggilbert@tinman.treke.net)
17:33.58KemayoMy first beta API-change breakage!  I'm so proud!
17:34.14MikmaKemayo: for what addons?
17:34.58KemayoMikma: They added that return value to GetQuestLogTitleText right in the middle of the returns, and since that's a big part of the way we have to access the quest log, it's breaking all quest addons.
17:35.29MikmaKemayo: yes, so how does that fix help me get MonkeyQuest working? :S
17:35.47KemayoMikma: I suggest using my addon instead. :D
17:35.58MikmaKemayo: what addon?
17:36.03KemayoQuestsFu
17:36.08KemayoSeriously, though...
17:36.19Mikmathere we go. that's what i have been asking for some time now ;D
17:36.35*** join/#wowace evl (n=fuckoff@c85-196-101-98.static.sdsl.no)
17:37.13KemayoIf you wanted to get monkeyquest working, it'd be fairly trivial to make it happen.  Just add that return value anywhere they call GetQuestLogTitle, and bam!
17:37.41KemayoWhen I get home I'll have to look at the new return to see what it actually does... but for now I'm just happy with things working. :)
17:37.49[GsoZ]Bordeauxdoes CompostLib still exists in wow 20/TBC
17:37.53[GsoZ]Bordeaux?
17:38.00AKX[GsoZ]Bordeaux, yes, but not useful
17:38.28MikmaKemayo: is questsfu your addon then?
17:38.28AKXIt's usable, of course, but due to the new GC system, you can just as well reallocate tables
17:38.34MikmaAKX: code dreamchat
17:38.36*** join/#wowace Tuller (n=chatzill@c-68-57-185-39.hsd1.va.comcast.net)
17:38.39[GsoZ]BordeauxAKX: it was also not useful in 112 :-)
17:38.54AKX[GsoZ]Bordeaux, what d'ya mean?
17:38.57Neeblerhttp://www.fohguild.org/forums/mmorpg-general-discussion/26057-wow-new-beta-changes.html
17:38.59AKXMikma, no, raid coming up
17:39.18KemayoMikma: Yup.  It was my first addon evar.
17:39.35MikmaKemayo: ok then i will bug you with the features i want in from monkeyquest
17:39.43KemayoI can handle that.
17:40.02KemayoI need to get off my ass and finish the AceComm stuff I was working on.
17:41.01[GsoZ]BordeauxAKX: i tested it and i had less garbage with thinking before coding intead of using Compost, so i removed it from my addon, do it yourself is better than compostlib i think
17:41.21AKXHmm, okies [GsoZ]Bordeaux.
17:42.17CIA-1703Lateria * r18562 10kkbk/ (Changelog.txt icon.tga kkbk.lua kkbk.toc localization.lua):
17:42.17CIA-17kkbk:
17:42.18CIA-17- initial import
17:42.18KemayoMikma: What sort of things do you want from MonkeyQuest, anyway?  (I haven't used it in something like 8 months, so I'm perhaps a bit out of date...)
17:42.50MikmaKemayo: well i like all the paste-features in it
17:43.25Mikmaquest-title with [level] and objectives
17:43.32Mikmawith different clicks of course
17:43.35KemayoMikma: I have that. :P
17:43.44KemayoIt's even mentioned in the tooltip hint. ;_;
17:43.56Mikmak, i'll test it now then :D
17:48.50*** join/#wowace navv_ (i=828bdb93@a88-115-99-143.elisa-laajakaista.fi)
17:49.03CIA-1703Lateria * r18563 10kkbk/Libs/:
17:49.03CIA-17kkbk:
17:49.04CIA-17- initial import
17:51.50HjalteKemayo: By using silverdragon, i wondered if it would be possible to do the same thing with the questgivers as with rare mobs. Mark them on cartographer. Is this something for questsfu?
17:52.03NeeblerCloak of Shadows is now 1 minute cooldown instead of 2. rofl
17:52.13Icerothas if it wasn't imba enough..
17:52.24Neeblergod damnit now I dont want to reroll off of my rogue
17:52.26Mahiroo_O
17:52.52*** join/#wowace Beherit (n=marco@p5091603C.dip.t-dialin.net)
17:52.59KemayoHjalte: I was thinking of that.  It might get the map a bit cluttered after a while, though.
17:53.30HjalteIs it possible for the questsfu addon to delete them from cartographer when the quest is done?
17:55.45AntiarcRogues are also getting Mortal Strike!
17:55.46AntiarcKinda.
17:56.08MikmaKemayo: for some reason it doesn't still work
17:57.12KemayoMikma: Darn.  Okay, it'll have to wait until I get home and can take a look at it.
17:57.35MikmaKemayo: ok. the thing is, all i can see are the titles in the menu. nothing else
17:58.49HjalteKemayo: Questsfu doesnt copy the [level] things to the chat. Could you make that an option?
18:00.39KemayoMikma: Aaaaaactually, try this commit.
18:00.54KemayoWhen CIA gets around to telling us about it, anyway.
18:00.55CIA-1703kemayo * r18565 10Quixote/Quixote-1.0/Quixote-1.0.lua: Quixote: Fix to previous fix, based on an improved understanding of the new API call. (E.g. I AM RETARDED.)
18:05.36MikmaKemayo: okiedokie
18:05.44LoppzorHmm. How do you reset a value in an AceDB to the default?
18:06.21MikmaLoppzor: value = nil
18:06.25KemayoHjalte: Sure.  I think it mainly doesn't do it now because at the time I wrote that I had CT_QuestLevels sitting around, doing it for me.
18:08.23MikmaKemayo: bingo
18:08.51LoppzorMikma:Doesn't work with tables?
18:09.06MikmaLoppzor: table = {}
18:09.54CIA-1703nirek * r18566 10BigWigs_MCTimers/: BigWigs_MCTimers: Deleting folder
18:10.03LoppzorMikma: That just gives me an empty table. Not the default one
18:11.06MikmaLoppzor: well you need to have to enter the default values somewhere
18:11.50sylvanaaryou need an api to do that, im sure there is somethin like a reset
18:12.13LoppzorMikma: Well I register the defaults with AceDB. Works with values but not with tables. Guess I'll just set them manually when I reset them
18:12.33CIA-1703nirek * r18567 10BigWigs_AQTimers/: BigWigs_AQTimers: Removing files/folder
18:12.53HjalteKemayo: Thanks a lot :) One thing i miss from monkeyquest is the ability to see the quest description, not the amount of things you need to gather, but the short description saying who gave it to you and who to give it to. A toggle for showing this would be nice :)
18:14.08CIA-1703nirek * r18568 10BigWigs_BWLTimers/: BigWigs_BWLTimers: Removing files/folders
18:14.49sylvanaarLoppzor: ResetDB doesnt do what you want?
18:15.12Loppzorsylvanaar: Well that resets the whole db. I just wanna reset one thing
18:15.37*** join/#wowace hashar (n=Ashar@82.235.72.89)
18:16.49CIA-1703nirek * r18569 10/branches/BigWigs_MCTimers/: BigWigs_MCTimers: Deleting files
18:17.24sylvanaarLoppzor: to what? empty table?
18:17.52Loppzorsylvanaar: To the default table assigned with RegisterDefaults
18:18.52CIA-1703nirek * r18570 10/branches/BigWigs_BWLTimers/: BigWigs_BWLTimers: Deleting files
18:19.48CIA-1703nirek * r18571 10/branches/BigWigs_AQTimers/: BigWigs_AQTimers: Deleting files
18:21.17*** join/#wowace ckknight (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
18:21.17*** mode/#wowace [+o ckknight] by ChanServ
18:21.25sylvanaarLoppzor: yeah why dont you keep a reference to it
18:21.34ckknighthey all
18:21.38Sun\Nethera lot of ace2 addon seems to conflict with macros command
18:21.41Sun\Nethernew thing ? :p
18:22.00Loppzorsylvanaar: And copy it?
18:22.09sylvanaarSun\Nether: yes, new feature, i just added it =P
18:22.17Sarozmmm SVN deletion ftw
18:22.21Sun\Netherknew so !
18:23.27sylvanaarLoppzor: hm, just restore the reference -
18:23.37*** join/#wowace zoktar (n=zoktar@c83-249-22-51.bredband.comhem.se)
18:24.00zoktaranyone else getting red tooltips in fubar?
18:24.03ckknightNeriak has given me a good idea: Babble-Herb and Babble-Mineral
18:24.09ckknightzoktar, update.
18:24.19ckknightbut I don't know why.
18:24.20Mikmackknight: why not just Babble-gather
18:24.30sylvanaarzoktar: i got them - what causes them
18:24.41ckknightMikma, that'd be fine, only I'd like a better name
18:25.04ckknightalso, apparently the French have issues with minerals
18:25.14ckknightso I need to do some research beforehand
18:25.20Mikmackknight: Babble-Hamster
18:25.49sylvanaarBabble-Hamser-Oui-Oui
18:26.05Loppzorsylvanaar: Wouldn't that give me the same table if I reset twice?
18:26.16ckknightah, Babble-Gather wouldn't be so bad
18:28.33zoktarsylvanaar u got a quickfix ?
18:28.38sylvanaarLoppzor: not sure - you can always just copy it thought
18:28.44sylvanaarzoktar: me? no
18:28.56zoktardont wanna update till after raid ;P
18:29.14zoktarawell no biggy
18:29.19sylvanaarzoktar: i was just saying that i have those spots too
18:29.21Loppzorsylvanaar: Aw well.. I was thinking of using the ['*']-thingamajig. But I'll just do it manually
18:29.37zoktarsylvanaar spotS? my whole tooltips are red backround
18:29.44zoktarbright red
18:29.54ckknightzoktar, I think it's some other addon doing that.
18:30.04sylvanaarzoktar: oh, nevermind then, i just have pink spots on my minimap
18:30.13zoktarhmm
18:31.27zoktarits just fubar tooltips tho
18:31.30zoktarnot regular ones
18:31.32ckknightyes, I know.
18:31.38ckknightbut that's not FuBar's fault
18:31.43ckknightit's some other addon being a bitch
18:31.47ckknightI don't know which one yet
18:32.09ckknightwhat happens if you disable everything and only enable ClockFu, for example?
18:32.12ckknightit should turn black
18:32.17ckknightassuming you have the latest version
18:33.52*** join/#wowace Neriak (n=Neriak@dslb-084-059-052-110.pools.arcor-ip.net)
18:34.35Neriaknerdzzzz!
18:34.42Neriak:->
18:34.50zoktarugg ill help look for it after raid then
18:35.11zoktaraccually think it was one of the resent fus i added
18:35.16zoktarmaybe tankpointsfu
18:35.26zoktaror emotefu
18:35.51zoktaror topscorefu
18:35.55sylvanaarLittleBunnyFuFu
18:36.12NeriakUnfuFu
18:36.43MikmaFUfu
18:36.49*** join/#wowace Cheads (i=chead@0x57327e7a.virnxx18.adsl-dhcp.tele.dk)
18:37.04NeriakOMG thats it, you're quite geniuas you basturd!11 :)
18:37.12*** join/#wowace ckknight_ (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
18:37.12*** mode/#wowace [+o ckknight_] by ChanServ
18:37.23Neriakhey ckk ;)
18:37.55*** join/#wowace Funkeh` (n=email@host81-157-114-154.range81-157.btcentralplus.com)
18:37.56sylvanaarFUFu - Expanded Ingore List
18:38.21Kirkburn|afkckknight, I noticed an odd thing with BagFu - it appears to have trailing spaces after the xx/xx bag spaces
18:38.24Funkeh`hey all
18:38.32Kirkburn|afkEverything after it gets pushed right
18:38.48Kirkburn|afkSame with DurabilityFu
18:39.13*** join/#wowace cncfanatics (n=cncfanat@190.18-201-80.adsl-dyn.isp.belgacom.be)
18:40.21ckknight_odd
18:40.24cncfanaticsyo all
18:40.33ckknight_hey cncfanatics
18:40.36JoshBorkehola cncfanatics
18:40.40ckknight_hey Neriak
18:41.26Neriakckknight: I'll change stuff to what you've suggested. However I'd need the complete english strings for the minerals
18:41.43nevcairielckknight: remove the debug code from AceComm pls, kthx! :D
18:41.48NeriakI don't know when it's Vein or when it's Deposit
18:41.57ckknightnevcairiel, there's debug code?
18:42.00ckknightNeriak, yea...
18:42.06Mikma:D
18:42.15ckknightNeriak, I'm not sure this needs to be a Babble module, though...
18:42.15Mikmayeah there's a white text that's being shown
18:42.18ckknightthat's the thing
18:42.22Kirkburn|afkIt's showing my text in white before it appears in the channel text :P
18:42.24Mikmano matter to where we type :)
18:42.27ckknightoh
18:42.27ckknightyea
18:42.32ckknightforgot to take that out.
18:42.36Neriakoh, ok ... just thought it could be of some use
18:42.38Kirkburn|afk=)
18:42.50Neriaki drop it then ;)
18:42.53ckknightI mean, I agree that we should get the translations
18:42.59ckknightjust leave it in Cartographer
18:43.05ckknightsince it's very specialized
18:43.12ckknightunlike the other Babble modules
18:43.17JoshBorkecncfanatics: how's FB2 coming?
18:43.19Neriakkk but then cartographer must be changed
18:43.29Neriakotherwise it won't work in german and french
18:43.48ckknightyea, I know.
18:43.56Neriakwe also have "Reiches Thoriumvorkommen" , where vorkommen is 'Deposit'
18:44.00Neriakk
18:44.09CIA-1703ckknight 07TBC * r18572 10Ace2/Ace2/AceComm-2.0/AceComm-2.0.lua: .AceComm-2.0 - removed debug info.
18:44.32ckknightWe need to work out the English...
18:44.40ckknightNeriak, well, keep a list of all those strings.
18:44.48Mikmackknight: enklis?
18:44.48cncfanaticsJoshBorke
18:44.51cncfanaticsnot ba
18:44.52ckknightI'm gonna snoop in Gatherer
18:44.53Mikmawut is dat
18:44.55cncfanaticss/ba/bad/
18:44.56ckknightto see how they do it
18:45.05ckknightMikma, what's elklis?
18:45.06cncfanaticsstill need dagar to do slashcmds tho
18:45.09ckknightenklis*
18:45.23SarozCan you convert gatherer to cartographer?
18:45.30ckknightwe already did.
18:45.34Mikmackknight: ai dunt understund wut yuo say
18:45.37NeriakI still don't know why Cartographer_Herbalism doesn't work on a german client ... the translation is 100%
18:45.40Kirkburn|afkckknight, about BagFu, DurabilityFu - it's like it's got exactly two space markers following the text
18:45.51ckknightKirkburn|afk, already heard you
18:45.55LoppzorWhat is cartographer and what is pinpoint anyway?
18:46.06ckknightread the damn forums.
18:46.08Kirkburn|afkWhen I run the cursor over it, it shows the tooltip - plus I know, just giving you more info =)
18:46.54Neriakin real they're codewords for cartman and kingpin ;)
18:47.00ckknightKirkburn|afk, self:SetText(string.format("|cff%s%d%%|r", Crayon:GetThresholdHexColor(percent), percent * 100))
18:47.08ckknightI don't see how that makes 2 spaces...
18:47.17Kirkburn|afkMe neither
18:48.09Kirkburn|afkWhen I put the spacing down to zero, it's most definately there, though :/
18:48.10Neriakgoing to check the Cartographer_Herbalism now .. I want to see it working :)
18:49.05CIA-1703nevcairiel 07TBC * r18573 10Bartender3/Bartender3/ (Bartender3_BarClass.lua Bartender3_ButtonClass.lua): Bartender3: ShowGrid should work correctly now.
18:49.18*** join/#wowace Jens (n=jens@pdpc/supporter/active/Jens)
18:49.24Mikmanevcairiel: owned
18:49.37*** join/#wowace Redsun (n=ocelotci@adsl-163-238.38-151.net24.it)
18:49.49sylvanaaro.O he updated it again
18:50.06nevcairielwas kinda weird to hack that in
18:50.09nevcairielbut it works now :)
18:50.21Mikmai got an idea, delete it
18:51.14Sarozckknight, sorry, did you say you had converted gatherer, what's needed to convert?
18:51.16sylvanaarthis guy you shoudl post on his thread at UI.WOW http://ui.worldofwar.net/ui.php?id=3310
18:51.33ckknightkergoth converted, really
18:51.42ckknightwell, not so much a convert as a stealing of its features.
18:51.51Neriakdamnit, someone broke Automation .. I hate that fucking enUS is base local, de not
18:52.15sylvanaarNeriak: why
18:52.18NeriakRevision: 18464
18:52.18NeriakAuthor: tazmanyak
18:52.19NeriakDate: 02:58:23, Freitag, 1. Dezember 2006
18:52.19NeriakMessage:
18:52.19Neeblerhttp://poststuff5.entensity.net/120106/media.php?media=headshot.wmv
18:52.19NeriakAutomaton:
18:52.19Neriak<PROTECTED>
18:52.21Neriak<PROTECTED>
18:52.23Neriak----
18:52.25NeriakModified : /trunk/Automaton/modules/AutoGossip/Locale-frFR.lua
18:52.27NeriakModified : /trunk/Automaton/modules/AutoTrade.lua
18:52.29Neriakcrap, sorry
18:52.30ckknightNeriak, bad.
18:52.34Neriakthought it only would paste the line I'm seeing
18:52.36ckknightyou don't deserve a cookie.
18:52.39DrDreok so
18:52.46DrDrerogues complain about surprise attacks being worthless
18:52.50sylvanaardoes that commit require a notary?
18:52.50DrDreand blizzard nerfs it... wtf
18:53.05kergoththey nerfed it?
18:53.13DrDre- Surprise Attacks changed to "Your finishing moves can no longer be dodged, and the damage dealt by your Backstab, Gouge, Shiv, and Sinister Strike abilities is increased by 8%".
18:53.20DrDreonly finishing moves are non dodgeable
18:53.47kergoth..
18:53.50kergothwow, even more useless
18:53.52kergoththats crazy
18:54.01Neriaksylvanaar: have to fix stuff now .. http://ace.pastey.net/2893
18:54.06sylvanaarFixed a Crash which could occur when the AceAddOn Update Check Function has been selected while AddOn Folder scan or without a selected AddOn.
18:54.08DrDrei was thinking bout getting it before, now im not
18:54.41DrDrethe previous version was decent for swords where you arnt depending on crits, but ffs that change was retarded
18:54.47DrDrebliz is making retarded changes 1 after another :(
18:55.08sylvanaar<PROTECTED>
18:55.19Neriaksylvanaar: ["foo"] = true, is always only allowed in the base locale, not in the other locale's
18:55.58sylvanaarNeriak: ok - i have never run int an issue with it - so i was just asking
18:56.10Neriakit only happens to foreigners ;)
18:56.24DrDre- Cloak of Shadows is now 1 minute cooldown instead of 2.
18:56.28DrDrerofl@warlocks
18:56.33Neriakckknight: why you don't allow true in other locales?
18:56.46ckknightbecause other locales typically translate.
18:56.58ckknightit's a preventative measure
18:57.01Neriakso comment stuff is working then?
18:57.15DrDrehttp://beta.worldofwarcraft.com/thread.html?topicId=1590662&sid=1
18:59.08Sarozckknight, I meant convert gatherer data
18:59.19ckknightSaroz, oh, that's on the forum somewhere
18:59.26Sarozk
19:02.04*** join/#wowace hyperChipmunk (n=staharaj@d14-69-214-77.try.wideopenwest.com)
19:02.04*** mode/#wowace [+o hyperChipmunk] by ChanServ
19:02.38ckknightwell, I gotta go to class
19:02.47*** join/#wowace NinjaChimp (n=chemp@host86-135-161-236.range86-135.btcentralplus.com)
19:02.53ckknightcya all later.
19:03.17Sarozcya
19:04.10Mikmawhat is Mana Loom
19:04.15nevcairielsome stuff you can get in shattrath
19:04.16nevcairieliirc
19:04.27Mikmalet's see...
19:04.35Mikmaneed to find tailoring supplies in there
19:04.37sylvanaarim jussinh mana badaids
19:11.23SarozI so want bigwigs bars to work like RDX
19:11.24Saroz-.-
19:11.32SarozBut I can't for the life of me think of how to do it
19:11.35nevcairielwrite a patch
19:11.36Sarozwith candybars
19:11.37nevcairielheh
19:11.39nevcairiel:D
19:11.54nevcairielwork on sRF 2.0 then :)
19:11.58SarozI did man
19:11.59Sarozit works now
19:12.06nevcairielit does?
19:12.10Sarozbut it's gonna take a LOT of tuning
19:12.11Sarozyea
19:12.21Sarozneed to fix sorting and shit
19:12.29Sarozbut it can display secure units  etc
19:12.34nevcairielsounds good
19:12.36Sarozye
19:12.58nevcairielif you put it somewhere in branches i could try to help you with the tuning shit
19:13.40Sarozdont know how to branch :p
19:13.54nevcairieljust create a new dir there and upload
19:13.56nevcairieldont branch :)
19:14.54DrDrewhat is shattrah ? as in why is it special to not let you fly mounts in it
19:15.05nevcairielits the capital of outlands
19:15.07nevcairielbasicly
19:15.19DrDrewhy shouldnt u be able to fly in it
19:15.36nevcairieldunno
19:15.57DrDrei really like the rogue changes
19:16.00nevcairielmaybe so you cannot avoid the guards
19:16.10DrDreexcept for surprise attacks nerf
19:17.21ggilbert_You could fly in Shattrath as of a week or so ago
19:17.49*** join/#wowace Amadeo (n=amadeo@c-68-50-188-110.hsd1.md.comcast.net)
19:18.01CIA-1703neriak * r18574 10Automaton/modules/AutoGossip/Locale-deDE.lua: Automaton: -fixed german AutoGossip Locale
19:18.47AmadeoDid anyone in here get a PS3?
19:18.55DrDrewhy would you
19:18.57DrDreto smash it?
19:19.01DrDreor sell on ebay :P
19:19.01Neriakdid someone revert the Automaton revision? I already had things translated and commited :(
19:19.37AmadeoDrDre: I dunno, but you have to admit that Heavenly Sword looks awesome :)
19:19.51DrDrenever heard of it
19:19.59DrDrei rarely leave my pc, my xbox is my media center
19:20.11weabNeriak: wasn't me, I haven't touched it in some time
19:20.29AmadeoDrDre: http://video.google.com/videoplay?docid=-8468034644466530552&q=Heavenly+Sword
19:20.29DrDrehttp://www.wowhead.com/?talent-bc=whxboEZMeq0bVzx0Gox going with that for lvl 70 raid dps spec :o
19:20.56*** join/#wowace gngsk| (n=gngsk@c-68-33-204-115.hsd1.md.comcast.net)
19:21.32Amadeothat's the only game that I've seen for it that looks good
19:21.47DrDredoes look cool but im not big into fighting games nor would it ever warrant me caring enough to leave pc :P
19:22.09CIA-1703neriak * r18575 10Automaton/modules/AutoTrade.lua: Automaton:fixed german locale for AutoTrade.lua
19:22.56AmadeoI expect PC gaming to die out eventually, once consoles start pushing more online play (other than the 360)
19:23.30DrDrethat would require mmo's to die out
19:23.36Amadeoor move to consoles
19:23.37DrDrewhich is not happening anytime in the next few years
19:23.42DrDrelololol consoles
19:23.46DrDre1 word
19:23.52DrDreFFXI
19:23.57DrDrewell sorta 4
19:23.59Amadeohaha
19:24.07AmadeoI never played it
19:24.10Amadeosome people love it
19:24.11DrDreffxi was sooo limited because of the dumb PS2
19:24.13DrDrei love it
19:24.27DrDrei jus did quit recently due to LS (guild) drama
19:24.41DrDrei still very much prefer it over wow on alot of things
19:24.45DrDreboth have there pluses to me
19:24.48axxolies all lies, there will always be more ppl that own a PC then a console
19:25.00AmadeoYes, but not for gaming
19:25.05DrDrebut XI was so limited in additions because the Ps2 couldnt handle anything else
19:25.08Amadeomore people play games on consoles
19:25.27DrDremore 'casuals' might
19:25.30DrDrehardcore gamers play PC
19:25.36weabactually
19:25.38DrDreand who cares about casuals, they need to gtfo
19:25.40weabhardcore gamers have both
19:25.45AmadeoPlus a console is easier to develop for since it's a static piece of hardware, and there's more of them dedicated to gaming, so more money for the devs
19:25.47kergothdid tinytip break in the latest beta patch?
19:25.54weabnot for me
19:25.57kergothhmm
19:25.59weaband ginvite me.
19:26.00nevcairielseems to work
19:26.01kergothweird
19:26.01weabbastard
19:26.06*** join/#wowace Xuerian (n=core@12-196-151-114.psknet.net)
19:26.17AmadeoBelieve me, I'm not pro-console or anything, it's just what I see happening sometime in the future
19:26.22AmadeoI hate most console games
19:26.23DrDrecan i join the guild when i get my key even tho im not a developer :P
19:26.50DrDrestupid patches ive already installed like 8 :(
19:27.18Amadeohow do you know you're getting a key?
19:27.25DrDrei won WorldOfWar's contest
19:27.29Amadeoah, cool
19:27.38DrDrethey still got alot of keys left
19:27.41JoshBorkeguildie of mine got 4 free keys in his mailbox
19:27.48JoshBorkejust out of the blue!
19:27.49DrDreSo far 315 of 500 keys have been won.
19:27.57XuerianLooks like it's turning into gmail >_>
19:28.01AmadeoJoshBorke: Is he the leader?
19:28.12kergothargh
19:28.13JoshBorkenope, just has 6 or 7 lvl 60s
19:28.20kergothi wish i'd stop having an addon error and never seeing a popup or anything for it
19:28.20Amadeoyeah, that must be why
19:28.22kergothkinda hard to fix those
19:28.29DrDreanyone not have beta who doesnt know about worldofwar's contest?
19:30.38*** join/#wowace Amian (n=areschke@cmr-208-97-77-34.cr.net.cable.rogers.com)
19:30.54Neeblerisn't that a double negative?
19:31.48weabso for those of us that got owned by the great svn explosion
19:32.02weabdo we need to request a new username/pass or something
19:33.12nevcairielyea
19:33.20nevcairielthere was some post on the forums about it
19:33.34*** join/#wowace snurre (n=snurre@AVelizy-153-1-76-147.w86-217.abo.wanadoo.fr)
19:34.17nevcairielhttp://www.wowace.com/forums/index.php?topic=3190.0
19:34.18nevcairielread :)
19:34.36weabyah i just found. thanks.
19:34.54Amadeohow much was it?
19:35.24snurre400euro
19:35.39ggilbert_*pokes kergoth to update bugs.oe.org dns*
19:35.40XuerianDoes anyone have the latest framexml for LootFrame.lua/.xml I could have a gander at?
19:35.45Amadeocool, which one?
19:35.55DrDreyay beta fully patched finally
19:36.03DrDrenow jus need my key :(
19:36.53DrDre[11:54pm] ·bc· Congratulations, you've won a key - you don't have to do anything now, and you will recieve an email from Blizzard in the coming weeks.
19:36.56DrDrethat worries me
19:37.15Amadeorofl
19:37.23Amadeoso you have to wait for Blizzard to send it? great...
19:37.28Amadeothey never sent the WoWI keys to half the people :P
19:37.30DrDredid anyone here win a key from a contest can tell me how long it took them ;x ?
19:37.32DrDre:(
19:37.45weabtwo weeks
19:38.31weabalthough mine was one of the ones lost in the first wow-i bundle, so i'm lucky it showed up at all
19:38.46KemayoAbout two days.  Then it took my SO about two days to get theirs.
19:39.47DrDrei hope they dont expect me to keep idling on there irc
19:39.59AmadeoFrom the forum posts, there are still a few hundred people that never got their WoWI key..or so that's the way it seems anyway
19:41.05Kirkburn|afkTuesday afternoons they're sent out
19:42.31kergothggilbert_, k, done
19:42.43ggilbert_Thanks
19:44.25Sun\Netherwhen u try to use a /macro (on BC) there is a blizzard ui message that says "ace2 has been blocked from an action only available to the blizzard UI..."
19:44.25*** join/#wowace ckknight (n=ckknight@198.199.136.119)
19:44.25*** mode/#wowace [+o ckknight] by ChanServ
19:44.37Sun\Netherah maybe that interest u ckknight
19:44.43Sun\Nether<Sun\Nether> when u try to use a /macro (on BC) there is a blizzard ui message that says "ace2 has been blocked from an action only available to the blizzard UI..."
19:44.52ckknighthey all
19:45.09ckknightSun\Nether, I need a debugstack.
19:45.33Sun\Netherhow do i do that :p
19:46.13*** join/#wowace DrDre (i=vega27@dirty.pussy.is.c0ntag1o.us)
19:46.36gxamSun\Nether: do you use prat?
19:46.41Sun\Netheryes
19:47.00gxamit's probably prat
19:47.00ckknightSun\Nether, get BugSack
19:47.07ckknightprat should be fixed asap.
19:47.11gxamit was tainting for me yesterday
19:47.14Sun\Netherok ill disable prat
19:47.25Sun\Netherand check right now
19:47.59Sun\Netherfunny thing is with prat only it works :p
19:48.10Sun\Netherok
19:48.11Sun\Netherits prat :p
19:48.13Sun\Netherthx :p
19:48.17Sun\Netherwrong lib in prats?
19:48.31KemayoHmmm... to commit my completely untested AceComm stuff for Quixote or not...
19:49.40ckknightno blood no foul, Kemayo
19:50.19Xuerianckknight: Did you get a copy of the latest framexml?
19:50.39ckknightyes.
19:51.13XuerianMind zipping up or tossing me some other way LootFrame.lua&xml? Blizz decided that "CloseLoot() should be a protected-only function.
19:51.25XuerianIt's quite the monkey wrench, and I don't have any access to the latest
19:52.13KemayoXuerian: It's not up on http://wdn.wowinterface.com/ yet?
19:52.44XuerianAccording to people saying it's changed in the last (around 3) days, the latest dates on WDN don't quite suffice
19:53.00KemayoAh, yes, you would be right. :)
19:53.07Xuerian:P
19:54.26ckknightXuerian, what's your email?
19:54.38Xueriansky.shell - gmail.com
19:55.14*** join/#wowace Fwip (n=splinter@user-10mt58b.cable.mindspring.com)
19:55.36Mikmastill, wtf is mana loom
19:55.47Mikmacan't find em :P even after guard tells me where it is
19:57.11Mikmaoh right, found em
19:57.25CIA-1703kemayo * r18576 10Quixote/Quixote-1.0/Quixote-1.0.lua:
19:57.25CIA-17Quixote:
19:57.25CIA-17-Change how tags are handled; previously was just returning the (annoyingly localized) Blizzard-provided value, now return '+', 'p', 'r', or 'd'.
19:57.25CIA-17-Quixote_Quest_Gained event now mentions how many objectives the quest has.
19:57.25CIA-17-Sweeping changes to the *still commented out* AceComm stuff. (I can't test it from here, but want the ongoing work in SVN.)
19:58.41Fwipso... BIOS upgrades that screw up... not good >_<
20:02.27XuerianExcellent. Thanks, ckknight.
20:03.01Kirkburn|afkYay, Toshley!
20:03.01ckknight:-)
20:04.45Kirkburn|afkI'm glad to see Toshley's Station finally has Toshley himself :)
20:08.51*** join/#wowace vhaarr (n=chatzill@ghybel696.krs.hia.no)
20:09.41Kirkburn|afkLol, I love these quests
20:09.58Kirkburn|afk"You have reached: The Sky's Limit"
20:11.01*** join/#wowace Espa (n=espa@wkstn109-234.harbin.georgetown.edu)
20:11.02KarlThePaganis there any news on the SVN accounts which were wiped out?
20:11.42*** join/#wowace Sole (n=no@203-118-186-231.bliink.ihug.co.nz)
20:11.46Soleheya guys
20:11.56Mikmawha? svn accounts wiped?
20:12.09KarlThePagana few of them
20:12.21KarlThePaganany created after Oct 1 iirc
20:12.27SoleI just had a BAAAAD night
20:12.29nevcairielhttp://www.wowace.com/forums/index.php?topic=3190.0
20:12.30nevcairielread
20:12.31nevcairiel:)
20:12.33KarlThePagantyar
20:12.49KarlThePagansilly me, I was lookin in the ace2 forums ;)
20:13.22Solei cant remember where I went or what happened past about 9pm, this morning I wake up - my cellphone is lost and my glasses broken
20:13.26SoleGG @ me
20:13.37nevcairiellol
20:13.45Solefuckin moron
20:13.46nevcairielyou must have had fun.
20:13.55*** join/#wowace cncfanatics (n=cncfanat@190.18-201-80.adsl-dyn.isp.belgacom.be)
20:13.56Solehaha
20:13.56nevcairielfor a short time, anyway
20:14.04Solesupposedly I coma'd out
20:14.18pastamancerat least you woke up with your pants on, right?
20:14.19Soleive never coma'd before
20:14.24Soleyeah
20:14.35Solemy friend thought it would be funny to put some green shit over my face
20:14.41Soleand write "SPERM WAS HERE" on my hand
20:14.57Soleits actually pretty hilarous but not when I cant remember it :S
20:15.29Solethe plus side is I guess I can finally get some new glasses
20:15.32Sole...O_O
20:17.18SoleI can taste my stomach :(
20:17.24Xueriano.0
20:18.16Solethis is weird
20:18.22SoleI was drunk enough to not remember the night
20:18.26Solebut I dont even have a headache
20:18.34KarlThePaganstill drunk?
20:18.34KarlThePaganheh
20:18.38Gngskyep
20:18.42Solea bit I think
20:18.48KarlThePaganyea drink water now
20:18.56SoleIve had 4 glasses already
20:19.04Solelucky I have a 10L tank of water :D
20:19.05Gngskdrink more
20:19.14KarlThePaganstart with 2L and then go for OJ
20:19.18Solelol
20:19.33KarlThePagancan't have too much water or you'll mess yourself up
20:19.41SoleIve gotta replace my $500 phone now thats what sucks the most
20:19.58Soletoo much water gives that funny feeling in the stomach
20:20.08KarlThePaganworse
20:20.23Solehmm?
20:20.27MikmaKemayo: yo
20:20.35SoleI havent heard this about water before
20:20.39Soleplease elaborate
20:20.57KarlThePaganif you drink too much water without essential salts your blood/brain barrier breaks down
20:21.08KarlThePaganhttp://www.erowid.org/culture/health/health_water_poisoning.shtml
20:21.24SoleO_O
20:21.52Amadeothat's almost impossible to do
20:22.04Amadeoyou have to like run a marathon, then drink a ton of water
20:22.06KarlThePagan2 gallons
20:22.11Amadeostraight
20:22.20Amadeowith no food
20:22.24KarlThePagandepends on weight
20:22.32KarlThePagani've seen kids do it
20:22.35SoleI dont think Id be able to drink that much
20:22.37KarlThePaganon x and not
20:22.53*** join/#wowace Elkano (n=elkano@srbk-590f912a.pool.einsundeins.de)
20:23.40Soleugh I so regret last night now
20:23.52KarlThePaganalso because of minears I have a fam member who has extremely low sodium intake
20:23.54AmadeoSole: Did you buy a PS3?
20:23.59Solegotta end up using some shitty cellphone I have around the house now
20:24.00Solelol no
20:24.02Amadeohaha
20:24.22Solebut  I lose something thats worth 1/2 of a PS3 :P + need a new pair of glasses
20:24.29AmadeoKarlThePagan: Sodium is important to the body, just not too much
20:24.45Solesodium is great when you throw it in water
20:24.49Soleit goes boom
20:24.50KarlThePaganamadeo look up Minaers syndrome
20:24.56KarlThePaganor Minears
20:24.57snurremeh, for some reason my monitor won't accept the DVI connection :/
20:25.32Solehit it
20:25.49KalamadiMake threats.
20:26.37MikmaKemayo: wake up dude, there's an error :(
20:26.43snurrei dont wanna hit it, just bought it :/
20:27.14Solei know
20:27.18SoleI need some food
20:27.22Soleim starving
20:27.47AmadeoKarlThePagan: I'm trying to look this up, but I can't find it on any real medical sites
20:28.21KarlThePaganheh crap i can't spell it
20:28.26ckknightNeriak, ping
20:28.36KarlThePaganyou'd think I'd be able to
20:28.41Amadeoit's an inner ear disease?
20:29.02KarlThePaganhttp://oto.wustl.edu/men/
20:29.03KarlThePaganyes
20:29.25AmadeoI see
20:29.33KarlThePaganyet unknown if it's an inherited trait or not
20:29.34Amadeoso they have to have low sodium to reduce fluid retention
20:29.37Soleugh every time I burp I taste my stomach >_<
20:29.57KarlThePaganyup
20:31.09ckknightNeriak, you're German and I'm not, so you can do this: Can you come up with an algorithm that given a string like "Reiches Thoriumvorkommen" and turn that into either "Reiches Thorium" or "Rich Thorium"? (Your choice, easy to convert between)
20:31.17Solelol
20:31.45ckknightit'd have to work for all minerals
20:32.17AmadeoI need to download Heroes episodes, that show rocks
20:32.57KalamadiSole: Yeah, I burp too. My stomach tastes like raspberries and soot.
20:34.19Sole:(
20:34.30Solemy stomach tastes like last night's drink + acid
20:35.36KalamadiThere, there. I'll make you some cheese and crackers, and it'll be alright.
20:36.55ckknightclasstime
20:38.05Solemmm
20:38.09Kirkburn|afkArgh broken quest
20:38.17Xuerianhave fun, ck :p
20:38.26Solelol yeah Im still drunk, just realised it
20:38.29Kirkburn|afkI have to pick up 3 of a unique item :/
20:38.41Solebut Im making some toast!
20:44.16Solei just ravaged the toast
20:44.28Soleim still hungry :(
20:46.44KalamadiI'm afraid I'm out of food, too. I can give hugs, however. They don't even need heating, and never go bad!
20:47.43*** join/#wowace Tekkub (n=tekkub@ip70-178-135-244.ks.ks.cox.net)
20:47.43*** mode/#wowace [+o Tekkub] by ChanServ
20:48.48*** join/#wowace nymbia (n=nymbia@70-58-14-189.hlrn.qwest.net)
20:50.07Mikmai'm so happyh!
20:50.12MikmaQuestsFu works <3
20:50.46Soleoh fuck
20:50.50SoleI got shaved last night
20:50.55Kalamadi...?
20:50.58SoleI have a penis above my right ear
20:51.00SoleO_O
20:51.04KalamadiO_O?
20:51.07Amadeorofl
20:51.08Soleyah
20:51.14KalamadiUh. That's a little.
20:51.16KalamadiAwkward.
20:51.42Soleguess its a bad thing that I missed an appointment with the haircutter this morning huh
20:51.56KalamadiI think you should drink less.
20:52.06Sole<PROTECTED>
20:52.26Kalamadi...you slept through getting a phallus shaven above your ear?
20:52.32Soleyaha
20:52.36nymbiarofl
20:52.38KalamadiCrazy.
20:52.53Solei think it was sleeping
20:53.08Solebeing passed out and sleeping is kinda the same, right?
20:53.08KalamadiIt? The phallus?
20:53.29KalamadiIn my experience? No. But I don't drink often.
20:53.35Shyvait is :)
20:53.52KalamadiAnd, if I do drink, I fear I'll die of alcohol poisoning before I lose my good sense.
20:53.55Solelol im not drinking for a while now, thats for sure
20:54.01AmadeoYou know why I don't drink?
20:54.12KalamadiBecause the ugly girls remained ugly?
20:54.16AmadeoNope!
20:54.23KalamadiThe hot girls became less hot?
20:54.31AmadeoI don't want a penis above my ear!
20:54.36KalamadiOh.
20:54.36SoleO_O
20:54.41KalamadiI thought I was on to something.
20:54.59Solegoddamn I guess Ill go get a haircut at that shitty place today
20:55.14Shyvaeveryone is hot if you drink enough :)
20:55.14AmadeoI don't drink much, but I don't like the way it feels when I start getting drunk
20:55.19KalamadiHow do you haircut away something that's shaven into you, though?
20:55.32Soleshave the rest of the head to the same length
20:55.48KalamadiAmadeo: I'm the opposite. I enjoy the slight buzz, but I hate the way later stages affects my memory assimilation.
20:55.58Soleme too
20:56.00AmadeoThe buzz is fine for me, the warm feeling, etc
20:56.03AmadeoI don't like anything after that
20:56.05Sole<PROTECTED>
20:56.07*** join/#wowace ag` (n=ag`@0x503e796b.bynxx18.adsl-dhcp.tele.dk)
20:56.33Solebut goddamn I threw about $700 out by drinking last night
20:56.34Shyvathe first time I couldn't remember what I did last night was a bit scary, but I could laugh about it, becuase noone remembered it :p
20:56.43KalamadiYeah, I noticed that the first time I got drunk. The first 1/3, great, warm 'n' fuzzy
20:56.56FiskerWill the increased reputation gains go live in 2.0.1?
20:56.58Solecellphone + glasses = $700 :(
20:57.00KalamadiSecond 2/3, not so good, you're perfectly aware that the universe is sliding from side to side
20:57.10Solehaha
20:57.24SoleI had that feeling of where I can think straight but not act it
20:57.42KalamadiLast 3/3, the universe hops from bulletin to bulletin
20:57.43Soleand then I cant remember
20:57.49JensNew years eve 2004 I only remember parts of what happened :/
20:57.56JensAnd it wasn't good parts.
20:58.00Soleconsider yourself lucky, I cant remember the 3/3
20:58.04Soleyeah
20:58.08SoleI have these flashes
20:58.14Soledrinking
20:58.21Soletelling these 2 hot twins that I love them
20:58.24SoleI do love them tho
20:58.27Soletheyre awesome
20:58.28KalamadiMy ability to maintain control over my actions is maintained all the way, but time passes much more quickly.
20:58.35Soleand then being interogated by ambulance staff
20:58.49SoleWTF ambulance >_<  I was wondering who those guys were when I woke up
20:59.01JensI spent the night at the police station once... but that wasn't at NYE.
20:59.06Solemy buddy told me I passed out so they rang an amulance
20:59.07KalamadiIt's sad, because I can't do crazy stuff and then claim that I was drunk.
20:59.30Soleheh thing is, Im still a teenager
20:59.40*** join/#wowace ckknight (n=ckknight@198.199.136.119)
20:59.40*** mode/#wowace [+o ckknight] by ChanServ
21:00.01KalamadiEighteen years of age, my friend.
21:00.01JensHeh... I remember freaking out homophobes :)
21:00.04Solehahah
21:00.09Soleyeah I think I did that too
21:00.19SoleI hugged at least 30-40 people last night
21:00.35JensI kissed a gay dude :D
21:00.38Soleoh
21:00.47Solewell I cant remember so...hopefully I didnt
21:00.55Soleheh next time Im goin drinking tho
21:00.55ShyvaI also hug people when I'm not drunk, is that wrong? :-/
21:01.03Soleno
21:01.09Shyvagood :p
21:01.10Sole<PROTECTED>
21:01.17SoleI love hugging people
21:01.55JensWouldn't do that sober though :)
21:01.55AmadeoUgh
21:01.55AmadeoToo many Druids in this channel
21:01.56Shyvasame :p getting kissed by a good friend is scary tho ;p happened 3 weeks ago xxD
21:01.57Soleguy or girl?
21:02.05Shyvahe's a guy
21:02.09nevcairieland you?
21:02.11nevcairiel:D
21:02.12Soleoh well ...ya know
21:02.13Shyvaalso :-X
21:02.28SoleId kiss a guy to get my cellphone back!
21:02.31SoleI loved that phone
21:02.47Shyvahis girlfriend sam him doing it, luaghed like there was no tomorrow :p
21:02.59AmadeoSole: This one? http://www.technology-corner.com/images/earlycellphone.gif
21:03.00JensHa ha :)
21:03.20JensMy dad had one of those.
21:03.22KemayoMikma: An error?
21:03.33Solelol
21:03.37MikmaKemayo: yes. :( line 357 something expected after '.'
21:03.53MikmaKemayo: quixote or something
21:04.11Mikmacan't remember since i did update a previous version back
21:04.22AmadeoI haven't updated QuestsFu in a while, but the quest tracker moved to the bottom of my screen and stayed there
21:04.27KemayoAha, interesting.
21:04.27AmadeoI don't know how to unlock and move it :P
21:04.45Kemayoself.quests[self.quest_names[title]] closed a long-comment.
21:05.15KemayoAmadeo: It's a detached Tablet; if you can't move it, it's locked -- alt-right-click on it to get the menu.
21:05.43Amadeothanks, I was looking around for how to get options for it :)
21:07.03CIA-1703kemayo * r18577 10Quixote/Quixote-1.0/Quixote-1.0.lua: Quixote: Add a space in a ]] which was closing the AceComm comment prematurely.
21:07.39*** join/#wowace weab (n=asdf@66.89.174.138.ptr.us.xo.net)
21:08.04KemayoMikma: That should stop the error.
21:09.20nevcairielwhat does quixote do anyway?
21:10.12Kemayonevcairiel: Quest stuff.  It handles looking at the quest log and extracting stuff from it in a useful form.
21:10.45Soleno wai
21:10.54Solemy brother didnt freak about the cellphone
21:10.57KemayoWhen I have a chance to test the AceComm bits whose commenting caused that last bug, it'll also handle providing addons that use it with info about what other party members are doing with quests.
21:11.05Soleit was his bday present to me
21:11.13Solei thought hed be ang0r
21:11.37MikmaKemayo: well, QuestsFu works.. that's a huge plus
21:11.41Kirkburn|afkHe's waiting until you're asleep ...
21:12.08Solelol
21:12.17KemayoI guess I should put up a new release on WoWI in case I forget before Tuesday...
21:12.31Solebleh  I feel sick
21:12.47MikmaSole: puke.
21:12.58Solepretty sure I did the previous night
21:13.35Cairenn|afk#635 - 687 just submitted to Blizz
21:14.18Kemayo'/cheer Cairenn
21:14.21CIA-1703kemayo * r18578 10FuBar_QuestsFu/QuestsFu.lua:
21:14.21CIA-17FuBar_QuestsFu:
21:14.21CIA-17-Account for the changes to tags in Quixote.
21:14.21CIA-17-Show quest level when pasting to chat.
21:14.30Mikmawoot
21:16.06ckknightKemayo, what'll the AceComm bits do?
21:19.51Mikmafor some reasom, i see questlevels from NPC when i'm taking them :D
21:22.18KemayoMikma: That's me.  You can disable it in the options if you feel like it.
21:22.52Kemayockknight: Fairly simple stuff -- notify party members of which quests you're on and how you're doing on their objectives.
21:23.20MikmaKemayo: no, hell no. it's good
21:23.55MikmaKemayo: but i was meaning that i have seen other addons showing the questlevels for quests you are already on, not for the quests you are about to take
21:24.36KemayoMikma: Minimalist does it, which got me hooked.  So when I stopped using Minimalist I nabbed its approach. :)
21:24.55ckknightcool, Kemayo
21:25.06MikmaKemayo: when did blizz allow people to get the info from the quests when you're taking them?
21:25.20nevcairieldid someone fix addons like monkeyquest or extended queslog yet?
21:25.31Mikmanevcairiel: questsfu is fixed
21:25.41Cairenn|afkhttp://www.wowinterface.com/downloads/fileinfo.php?id=4752
21:25.49Cairenn|afkjust finished approving it
21:26.05KemayoCairenn|afk: Thanks! :)
21:26.14Cairenn|afk:)
21:26.38nevcairieli would prefer something a bit more like the default questlog tho.
21:26.44Cairenn|afkand yes, the monkey* are up as well: http://www.wowinterface.com/downloads/fileinfo.php?id=5464
21:26.59*** join/#wowace SP|Sorren (n=astrayca@adsl-75-26-169-203.dsl.scrm01.sbcglobal.net)
21:27.00nevcairielheh
21:27.18kergoththat versiono f monkey* no longer functions properly. whatd blizz change?
21:27.36KemayoMikma: I'm not sure when, I'm afraid. :(
21:28.24MikmaKemayo: there there, i'll calm you down
21:28.39nevcairielstupid patch
21:28.43nevcairielEQL broke down
21:28.52kergothi wish blizz would document their damn changes half the time
21:28.53nevcairieli might actually have a look at it.
21:29.08*** join/#wowace Kalamad1 (n=Kuaera@244-83.202-68.tampabay.res.rr.com)
21:29.28Kemayonevcairiel: It's an easy fix if you want to do it yourself.  Just look for everywhere that they call GetQuestLogTitle and add ", _," between the third and fourth arguments.
21:29.30Kalamad1That was new. My computer hardlocked when I plugged my mic in.
21:29.38KemayoWhen I say arguments I mean return values.
21:29.52MikmaKalamad1: well it can happen, i've seen it happen before
21:30.12Kalamad1I've plugged it in before :/
21:30.13kergothKemayo, you mean return values?
21:30.26Kemayokergoth: That's what I corrected myself to, yes. :)
21:30.38kergothah, didnt see that :)
21:30.38MikmaKalamad1: the electric can do neat things when you plug things in pc when it's powered up
21:30.56KalamadiMikma: True enough.
21:31.30evlAnyone know if either XAD or AutoBar are being updated for TBC?
21:31.32ckknightt = [[ print("t = \091\091" .. t .. "\093\093; loadstring(t)()") ]]; loadstring(t)()
21:31.38evlor somewhere I can find an equivialent addon :)
21:31.40MikmaKalamadi: i've seen my soundcard crashing completely when i have plugged it to amplifier
21:32.11MikmaKalamadi: i had to take the whole card off from the pc and restart it without soundcard. after putting it back in and powering pc it worked again
21:35.55kergothevl, autorack works, and theres a beta of autobar on curse
21:37.23KalamadiBah! My mic keeps popping and clicking
21:37.33KalamadiFor no reason whatsoever.
21:37.44kergothdamnit, why do i keep getting hangs as the ui's loading
21:37.50KalamadiThere's no wind in here, though I've a long cable...
21:43.32CIA-1703totalpackage * r18579 10InFlight/ (Frame.lua InFlight.lua InFlight.toc):
21:43.33CIA-17InFlight:
21:43.33CIA-17- Updated to work with current revision of Cartographer -_-;
21:43.33CIA-17- Prevent bar from changing colors if using oCB settings
21:43.33CIA-17- toc to 20k
21:45.36kergothis anyone else getting hangs at the loading thing trying to enter the world? it hangs and then bounces back to the character list (beta, hellfire)
21:47.26kergothserver keeps getting reset back to the way it was like 10 minutes ago, i've fought this guy 4 times now and then left the area, only to end up back there again next time i get in
21:47.26kergothhehe
21:47.38*** join/#wowace ckknight_ (n=ckknight@198.199.136.119)
21:47.38*** mode/#wowace [+o ckknight_] by ChanServ
21:47.56CIA-1703totalpackage * r18580 10Capping/ (6 files):
21:47.56CIA-17Capping
21:47.56CIA-17- Added one minute start timer for arena (just saw one today)
21:47.57CIA-17- Made AB final score chat message more meaningful
21:47.57CIA-17- Added "Narrow" mode for battlefield minimap
21:47.57CIA-17- Random code cleanups
21:47.58ckknight_alright then
21:48.04kergothcapping?
21:48.21Kemayokergoth: It's some sort of battlegrounds addon.
21:48.24vhaarrSounds like some BG tool.
21:48.25kergothhmm
21:48.32kergothsounds nifty, wonder if its like publicpanic
21:50.58SoleI stab whatever it was that I drank last night =\
21:51.19Mikmait's really neat for AB, WSG and AV
21:51.48*** join/#wowace Mahiro (n=Miranda@244.211.77.83.cust.bluewin.ch)
21:51.53ggilbert_kergoth: In beta now?
21:51.54Silviu-kergoth yes kind off but it`s more nice like publicpanic at least my opinion
21:52.07Kemayockknight: How much of a best practice is registering your own notes database in Cartographer?
21:52.08kergothggilbert_, yea, have been for a bit now
21:52.12ggilbert_ah nifty
21:52.20ckknightKemayo, you should almost always do that.
21:52.27ckknights/almost //
21:52.31ckknightyea, that's better.
21:52.49KemayoOkay.  I'll point out to the InFlight author that he should be doing it, then. :)
21:54.02nevcairielheh
21:54.20KemayoDarn uppity people writing addons that compete with my own...
21:54.49KemayoNot that I have any ground to complain, since mine is a blatant Ace2 hijack of older addons, so... :)
21:55.00*** part/#wowace Amian (n=areschke@cmr-208-97-77-34.cr.net.cable.rogers.com)
21:56.22Soleme too
21:56.24*** join/#wowace Jens (n=jens@pdpc/supporter/active/Jens)
22:00.57*** join/#wowace Arrowmaster (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
22:03.53JoshBorkebb all
22:04.23evlAnyone know if you can alter the locale messages Blizzard_CombatText gives out?
22:04.29evlor where I can read the source
22:04.54kergothggilbert_, its alright, but it makes me not want to play regular wow anymore at all, and naturally any work i'm doing on the beta realms will end up having to be redone when it comes out anyway
22:04.56kergothheh
22:05.25ggilbert_Hehe
22:05.27Neriakdid anyone notice that when you're using 'text' in AceOptions data table and the get value is nil it also returns nil? should be changed to output "none" or "off", shouldn't it?
22:05.28ggilbert_Yeah
22:05.46NeriakIn the toggle function a nil does mean "off"
22:05.55FiskerWill the increased reputation gains go live in 2.0.1?
22:06.41pastamancerI think I am going to declare Grid "finished" on tuesday.  All new functionality will be added through external modules.
22:07.16Neriakckknight: what do you think about my suggestion? (didn't notice you're back from class)
22:07.26ckknightwhat suggestion?
22:07.51Neriakthat the 'text' get function does return "none" or "off" instead of nil
22:08.07ckknightyea, so?
22:08.10Neriakonly an optical issue
22:08.19ckknightnil means nothing to the layman, it gets turned into None
22:08.34Neriakno it doesn't do that actually
22:08.48Neriakit says %s: (nil)
22:09.20Neriaka nil in 'toggle' does return (off), that's fine .. but 'text' doesn't
22:10.25Neriakonly workaround is to get = function() return self.db.profile.value or L["none"] end
22:11.12ggilbert_kergoth: I made it to 70 and I'm mostly done. Might try some of the instances
22:11.23ckknighttostring(var or NONE)
22:11.28ckknightso, I don't know.
22:11.31ckknightit should be working
22:11.43ckknightand NONE is not set to nil
22:11.47ckknightat least, it shouldn't be
22:11.51ckknightlocal NONE = NONE or "None"
22:11.58Neriakstrange, it really doesn't do this here .. got most recent versions
22:12.17Neriakcan put a screenshot on imageshack
22:12.25Fiskerbtw am i'm the only recieving an error when mouseovering notes in instancenotes?
22:12.33kergothggilbert_, nice.  i'm only 63, have only done blood furnace and ramparts so far
22:12.47ggilbert_I love my flying mount
22:13.35Neriakckknight: now testing without input = true
22:13.54Neriakstill |nil| :(
22:13.54kergothggilbert_, what class?
22:14.16ckknightNeriak, hrm
22:15.16Neriakckknight: http://ace.pastey.net/2896
22:15.18Neriakthe code
22:15.28Neriakduration says |nil|
22:16.02Neriakahhhhh ...
22:16.10ggilbert_kergoth: mage
22:16.13Neriakit's because I've changed the message
22:16.29Neriakhm, but
22:17.46CIA-1703ckknight 07TBC * r18581 10Ace2/Ace2/AceConsole-2.0/AceConsole-2.0.lua: .AceConsole-2.0 - should show None instead of nil if you have a validate = table and get() = nil
22:17.53Neriaknope, doesn't have anything to do with the message tag ;)
22:17.57Neriakoh, lol cool
22:20.59KemayoIf I want a topic moved from the Ace1 to Ace2 section of WoWAce forums, I need to message Kaelten, right?
22:22.56FiskerAnyone know how to fix [2006/12/01 23:22:00-302-x1]: oSkin\AddonFrames.lua:119: Tablet-2.0: You cannot open a tablet with an unregistered parent frame. when mouseovering notes in cartographer?
22:23.41CIA-1703bordeaux 07TBC * r18582 10BananaBar2/BananaBar2/ (6 files in 2 dirs):
22:23.41CIA-17BananaBar2:
22:23.41CIA-17- Runs under wow 2.0 PTR now but still some minor things to do
22:24.24Neriakckknight: WoWAceUpdater doesn't update Ace2 standalone yet, but I'll test it. A quick question to AceHook-2.1 usage: for hooking stuff in e.g. the auction house I use self:Hook("AuctionSellItemButton_OnEvent", "Hooked", true). Is that correct? SecureHook doesn't work at this point - it doesn't fill in the args
22:24.55ckknightthat should work
22:25.03ckknightnot sure why SecureHook doesn't work
22:25.11Neriakat least it didn't when I played around with it .. what confused me was that you're saying one don't need to call this hook
22:25.40Neriakso I tried the override and it worked perfectly
22:26.39NeriakI have the feeling it's just a wrong usage so is using the override function fine or should I change it to SecureHook?
22:27.48Fiskeryou have any idea why oskin is doing that with cartographer ckknight ? :o
22:28.00ckknightFisker, no.
22:30.47Fiskerself:Hook(AceLibrary("Tablet-2.0"), "Open", function(tablet, parent)
22:30.48Fiskerlocal ret = self.hooks[tablet].Open(tablet, parent)
22:30.52Fiskeryou see anything wrong with that?
22:34.08*** join/#wowace JoshBork1 (n=Josh@r35h14.res.gatech.edu)
22:35.03*** part/#wowace JoshBork1 (n=Josh@r35h14.res.gatech.edu)
22:35.32ckknightnot upfront
22:36.00Funkeh`Ace is not an acronym, lol ck :P
22:36.11ckknightpeople should not call it ACE
22:36.15ckknightit's not ACE
22:36.16Funkeh`exellent reply
22:36.17ckknightit's Ace.
22:36.28ckknightanyone want to see a quine?
22:37.05ckknighthttp://ace.pastey.net/2897
22:38.16[GsoZ]Bordeauxcan i find anywhere in the internet an overview of the new secure template und the possible attributes without getting all information spread into hundrets of single forum posts?
22:38.21Fiskerwhat does that do? :O
22:38.27ckknightFisker, it prints itself.
22:38.32ckknightself-replicating code
22:38.59Funkeh`sweet
22:39.23ckknightit's for my computability theory class
22:49.23*** join/#wowace [Liquidor] (n=chatzill@port227.ds1-sg.adsl.cybercity.dk)
22:49.39Mikmahmm, why doesn't TrainerFu work in TBC
22:50.53Antiarcquines are neat :D
22:51.50Antiarc[GsoZ]Bordeaux: I started writing http://www.wowwiki.com/SecureFramesOverview
22:54.40nevcairielif wowwiki wasnt down again..
22:55.09AntiarcIt's up for me.
22:55.24AntiarcOr was 15 seconds ago.
22:56.07Antiarchttp://wow.tachyonsix.com/SecureFramesOverview.htm - mirror
23:00.43Fiskerso whos making oskin these days
23:00.49FiskerMikma must know
23:02.52beerkedoes detox work in TBC ?
23:03.15KarlThePaganno it won't
23:03.33KarlThePaganit's exactly the kind of mod which blizz is disabling
23:04.12*** join/#wowace Tsikura (i=nn@user-0cev143.cable.mindspring.com)
23:04.20MikmaFisker: WHAT?!?!?
23:04.23beerkeas far as i understanded it. You can't smash a button to cleanse, but still use the debuff screen to click and cleanse people. Unless i am mistaken
23:04.45KarlThePagannope... can't move target-able or cast-able buttons in combat
23:04.59KarlThePagancan't move/resize/hide/show
23:05.44Fiskerwho's working on oskin mostly :P
23:05.48KarlThePaganThere is a feature request to incorporate detox's filtering logic in raid/unit frames (like Grid)
23:06.01KarlThePaganI'm deffinately keen on getting that filtering operational in Grid
23:13.04MikmaFisker: haste is working on oskin
23:13.33*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
23:15.31Fiskerthought he stopped :o
23:18.09ckknighthttp://ace.pastey.net/2905 <-- much smaller quine
23:18.49*** part/#wowace cncfanatics (n=cncfanat@190.18-201-80.adsl-dyn.isp.belgacom.be)
23:22.03*** join/#wowace Desilijic (n=desiliji@ip72-201-242-3.ph.ph.cox.net)
23:22.52ckknightlocal t = [[print("local t = [".."[" .. t .. "]".."]; " .. t)]]; print("local t = [".."[" .. t .. "]".."]; " .. t)
23:22.56ckknightalright, I think I'm done now
23:29.38*** join/#wowace weab (n=asdf@cpe-66-69-198-132.austin.res.rr.com)
23:41.24Sarozanyone else just got DC from beta?
23:41.27Kirkburn|afkyeah
23:41.33Mikmai did
23:41.35Sarozbrrr
23:41.40Mikmai was at bloodmyst isle
23:41.49Kirkburn|afkCan't get back in
23:41.55Mikmatry char in IF
23:42.00Mikmai bet you can log in there
23:42.06Kirkburn|afkTrying Darnassus
23:42.25Kirkburn|afkYep, it's okay
23:42.35Sarozit's back
23:42.44nevcairielyea its back
23:42.50Kirkburn|afklolz
23:43.04Kirkburn|afkAww crap rollback
23:44.07Kirkburn|afkKept my loot though
23:45.34SarozGetID() was removed?
23:45.34Sarozin TBC?
23:45.34Sarozfrom frames
23:45.43nevcairielit was?
23:45.49*** join/#wowace eRAZOR (n=enforcer@p54B114C8.dip0.t-ipconnect.de)
23:45.56nevcairielwell, in secure frames it shouldnt matter anymore
23:46.24Sarozwhy
23:46.26eRAZORhi, what's the credentials for anonymous svn checkout?
23:46.41MikmaeRAZOR: yes
23:46.52Amadeoerazor?
23:46.54Amadeolike an Elsa? :)
23:46.56eRAZOR<-- puzzled
23:47.32eRAZORchecking out anything using tortoisesvn gives me a prompt for user/pass .. thats why im asking
23:47.33*** join/#wowace gnor (n=jaydee@70-38-3-21.vnnyca.adelphia.net)
23:47.42Amadeoold video card called the Elsa Erazor :)
23:47.58eRAZOR^^
23:48.00KarlThePaganeRAZOR if (like me) your SVN account was created after Oct 1 it got wiped out
23:48.01*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
23:48.08KarlThePaganwe have to re-request
23:48.29eRAZORerm, you need an account for checkouts?
23:48.47KarlThePaganah I think so
23:48.56eRAZORweird
23:48.57KarlThePaganotherwise just use wowwiki.com/files/
23:48.59SarozMuahaha, got sRF working fine now
23:49.02Sarozneed to handle sorting now
23:49.04Saroz-.-
23:50.18eRAZORcant find acehooks 2.1 on www.wowace.com/files
23:50.23eRAZORunless I am mistaken
23:50.24KarlThePaganAce2
23:50.44ckknighteRAZOR, it's part of Ace2
23:50.51eRAZORthought so
23:51.12eRAZORbut indeed, I was blind
23:51.33*** join/#wowace kodewulf (n=email@220-253-11-34.VIC.netspace.net.au)
23:52.01eRAZORbtw, trying to get iceHUD to work with TBC, just trying to make sure nobody has done that yet or is working on it
23:52.39Tekkubhttp://forums.worldofwarcraft.com/thread.html?topicId=51037999&sid=1
23:52.46Tekkubsomeone go off on this fool
23:52.48TekkubI can't
23:53.39KarlThePaganlol that's great
23:55.57MikmaiceHUD? that sucks ass and the author is a lamer and noob
23:56.53*** join/#wowace vhaarr (n=chatzill@ghybel696.krs.hia.no)
23:57.03eRAZORactually I like it
23:57.11eRAZORwhats the problem?
23:58.24Mikmathe author is soooooooo lame
23:58.31Mikmawe all hate him like [Ammo] does
23:59.02vhaarrWho?
23:59.17MikmaiceHUD's author
23:59.35Mikmathat guy is a total noob.. plus he's Finnish! lol
23:59.41eRAZORno offense man but calling him lame without any factual backup sounds not too convincing
23:59.42vhaarrIceroth?
23:59.48vhaarreRAZOR: He is lame.
23:59.58Mikmayeah Iceroth, lame lame man

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.