irclog2html for #wowace on 20070323

00:00.09art3misthey put her in out of those headcones so she doesnt chew on the dressing
00:00.13art3misand shes REALLY pissed at the cone
00:00.26art3misif it stops her from walking somewhere she growls at it
00:00.33NightHawkTheSanewell wouldn't you be? :P
00:00.50ravagernlpoor thing :(
00:01.11ckknightravagernl: not sure, take a look in Glory's code
00:01.31ravagernlguess what im doing right now ck
00:01.33art3misyeah
00:01.39ckknightravagernl: masturbating?
00:01.47art3misim sad she lost half her tail buit its pretty funny watching her wander around with the cone on
00:01.48ravagernlXD
00:01.50ckknighthttp://www.wowace.com/forums/index.php?topic=5339.40
00:02.03art3misoh btw where do i train 226-300 cooking again?
00:02.11NightHawkTheSanetanaris
00:02.12ravagernlI wouldn't call coding addons "sexy'
00:02.31art3misdanke
00:02.31chutwigohohoho
00:02.34chutwigdoomguard 1, guild rogue 0
00:03.14ckknightI do want to get a good name for this addon
00:03.26*** join/#wowace JJSheets (n=jjsheets@74-136-100-20.dhcp.insightbb.com)
00:04.06chutwigsexcopter mcgee?
00:04.07*** join/#wowace cladhaire (n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
00:04.07*** mode/#wowace [+o cladhaire] by ChanServ
00:04.32art3miscall it Drapes: The Pretty way to enchance your Window Frames
00:04.40ravagernlckknight: UNIT_PVP_UPDATE maybe
00:04.45ckknightthat'd probably be it
00:04.57ckknightDrapes doesn't seem like a UF, though
00:05.01Brunersckuf
00:05.05ckknightand it's not manly enough
00:05.06ckknightno, Bruners
00:05.38art3misOak Frames?
00:05.53NightHawkTheSaneI'm still a fan of Mainframe
00:05.57art3misyou could name it Steve
00:06.03ckknightno need to have "frame" in it
00:06.04art3misthats pretty manly
00:06.04NightHawkTheSaneooh, i like STeve, too
00:06.06*** join/#wowace abug (n=ABUGABUG@c-68-63-146-234.hsd1.pa.comcast.net)
00:06.07Brunersckknight: didnt read your post :)
00:06.17ckknightand Mainframe, while manly, seems bloated
00:06.22NightHawkTheSaneckknight: no, of course no need, but mainframe is actually a word in an of itself :P
00:06.31art3misSteve MainFrame: UF extraordinaire!
00:06.44ravagernlhmm, I guess they removed that event, reading on wowwiki, they say I should use UNIT_FACTION
02:05.50*** join/#wowace purl (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
02:05.50*** topic/#wowace is http://www.wowace.com | http://www.wowace.com/files | http://ace.pastey.net | http://www.lua.org | WAU 1.7-final http://sf.net/projects/wowaceupdater. | You gotta break some lions to make an omlet
02:06.01CIA-1103ckknight * r30749 10PitBull/PitBull.lua: PitBull - add extremely basic aura support. There's no real positioning yet, so they're all attached to the bottom of the frame. It's also not as efficient as it could be.
02:06.19Kaeltenwhat does 120kbits/s translate to mbits/s?
02:06.34Cryect0.12 approximately
02:06.36ckknightdivide by 1024
02:06.42ckknight~120/1024
02:06.43purl0.1171875
02:06.57Cryectand there you go
02:07.24Kaelten:s
02:08.39OverloadUTThe problem I'm having with my code (http://ace.pastey.net/9004) is that the hooked function does not return any values, when it should
02:08.54ThraeOverloadUT: A generic function watcher would be something like function HookedFunc(...) local numargs = select('#',...); for i = 1,numargs do print("arg # " .. i .. " type: " .. type( select(i, ...) ) .. " value: " .. tostring( type( select(i, ...) ); end return OriginalHookedFunc(...) end
02:09.32OverloadUTThrae: Yeah I have that part of it working, but I also need to know what OriginalHookedFunc() is returning
02:09.45kergothckknight: make sure auras can be disabled entirely on a given type of frame.. i've noticed you cant do that in aguf, only filter them, which is quite annoying if you wanted to use a seperate addon for buff display of units
02:09.49OverloadUTSo I store that in a local var, play with what's in it, and then return that unpacked var
02:09.55OverloadUTBut it's not returning that unpacked var apparently
02:10.30ckknightkergoth: I suppose so. I still want to properly modularize it so that auras are handled in a separate module
02:10.37kergoththatd be good too
02:11.00knarf-ckknight being able to see Mortal Strike as a debuff is quite nice too :P
02:11.13ckknightI don't know what that is
02:11.56knarf-hate when I enable filters in aguf to only show the ones that I can cure, that I can't see if they have Mortal Strike :<
02:12.15Cryectyeah that sucks
02:12.29CryectYou need to be able to configure what you want filtered
02:12.45knarf-Exactly :)
02:12.46Cryectand there should also be something that tells you number based for hidden debuffs so you can see total the number of buffs on the target
02:13.05knarf-and i'm gonna go to bed now :D
02:13.11knarf-g'nite
02:13.15*** join/#wowace RaydenUni (i=bozartmp@bozartmp.student.rose-hulman.edu)
02:13.27kergotha buff display should let you choose what to show and what not to show, as well as allow flexible groupings of buffs/debuffs, and be able to scale up certain groups or buffs/debuffs to make them more obvious and stuff
02:13.40kergothimo
02:13.59ThraeOverloadUT: local t= {}; t[1],t[2],t[3],t[4],t[5],t[6],t[7],t[8],t[9],t[10],t[11],t[12],t[13],t[14],t[15],t[16],t[17],t[18],t[19],t[20] = OriginalFunc(...); for k,v in pairs(t) do print( etc. ) end return unpack(t) end
02:13.59*** join/#wowace PProvost (n=PProvost@WoWUIDev/WAU/Admin/Pprovost)
02:13.59*** mode/#wowace [+v PProvost] by ChanServ
02:14.04kergothwhich is why i think it works better as a seperate addon/module, its a lot to have in the unitframes
02:14.28ckknightThrae: um, local t = { OriginalFunc(...) }
02:14.41OverloadUTYeah that's what I'm doing currently
02:14.44Thraeckknight: Yeah I didn't know if you could do that
02:14.45OverloadUTckknight's way
02:14.54ckknightkergoth: well, having it componentized would make it easier to manage
02:15.01ckknightimagine Cartographer all in one file
02:15.03ckknightdear Jesus
02:15.14ckknightjust too unwieldy
02:15.15kergothyou'll want to store select('#', ...) in t.n or so, unless you dont want to capture trailing nils
02:15.17CIA-1103arcuss * r30750 10HunterAEP/ (5 files):
02:15.17CIA-11HunterAEP: initial commit
02:15.17CIA-11- Calculates Agility Equivalence Points for items.
02:15.32OverloadUTDoes select('#', tablevar) not work on tables? Only ...?
02:15.35ckknightsplitting into multiple different modules is just so much simpler
02:15.40ckknightOverloadUT: #tablevar
02:16.15ThraeOverloadUT: for k,v in pairs(t) do print( k .. " " .. tostring(v) ) end <-- this does nothing?
02:16.37KaeltenI really don't think we've used 4TB :s
02:16.53OverloadUTThrae: I'm getting a little progress. It looks like it's storing return values and it's returning them usually... but not always, for some reason
02:16.56ckknightKaelten: bandwidth?
02:17.19ThraeOverloadUT: return unpack(t) <-- isn't working?
02:17.21nymbiaselect('#') is for the number of returns.  so you COULD do select('#'.unpack(t))
02:17.39kergothyep, but it wouldnt capture the results, you'd have to unpack twice :P
02:18.14nymbiaicky
02:18.16nymbia;)
02:18.20Kaeltenckknight: ya :s
02:18.27OverloadUTThrae: It does appear to be working. It's weird. I'm hooking every single quest function, and it is not interfereing with the Blizzard quest frame, but QuestsFu for example is totally broken
02:18.43OverloadUTBut the way it's coded, it SHOULD be 100% transparant and not affect anything
02:19.07ThraeOverloadUT: What is broken about QuestsFu?
02:20.07ThraeOverloadUT: Are you getting any errors?
02:20.29OverloadUTIt's displaying 0 quests and Quixote is erroring out with a nil error. If I disable my mod with a billion hooks, it works fine
02:21.04CIA-1103ckknight * r30751 10PitBull/PitBull.lua: PitBull - nil out the text values and textures on recycle (so it's not kept in memory needlessly)
02:21.08OverloadUTIt's hard to tell, but I assume it's because I'm not returning anything from my hooks... but only when QuestsFu calls them and it's fine when the Blizzard frame calls them? That seems weird.
02:21.36ZealotOnAStickck: PitBull using SurfaceLib/SML?
02:21.42ckknightSML
02:21.52ThraeOverloadUT: Something else may be hooking the function too
02:21.54ckknightcurrently just fetches the blizzard texture, though
02:22.04ckknightZealotOnAStick: I also made it so SML and SurfaceLib share data
02:22.06ZealotOnAStick'k.  I'll have to go take a look at SharedMedia in a bit and see what textures need to be added.
02:22.24ZealotOnAStickckknight: how so?
02:22.30ZealotOnAStickWill SML pick up Surfaces?
02:22.32ckknightmagic!
02:22.37ckknightyea
02:22.42ckknightunder the 'statusbar' type
02:22.52ckknightand if SML registers a 'statusbar', SurfaceLib will register it
02:23.02OverloadUTBut even if something else is hooking it, that shouldn't affect me. All I do is look at the values passed in and return vales, and go on my merry way. So if someone else hooks it the worst that should happen is I don't get to see the values, but I'm fine with that
02:23.09ZealotOnAStickok.  Still going to at least stick one texture I saw missing from SharedMedia in there, just to be sure.
02:23.35ckknightokay
02:24.01ZealotOnAStickwill get to it in a bit after we're done playing with Magtheridon.
02:24.16ThraeOverloadUT: What's your current code again
02:24.20ZealotOnAStickYou know, I should probably bother to get around installing TortoiseSVN on this system too.
02:24.52OverloadUThttp://ace.pastey.net/9004
02:25.17OverloadUTExcept now I'm doing #returnvals instead of select('#', returnvals)
02:27.54ThraeOverloadUT: Try doing it without AceHook and see if that makes a difference
02:28.27*** join/#wowace Symian (n=Symian@c-24-17-181-255.hsd1.mn.comcast.net)
02:28.56CIA-1103toadkiller * r30752 10AutoBar/ (AutoBar.toc AutoBarItemList.lua Core.lua):
02:28.57CIA-11AutoBar:
02:28.57CIA-11-- crash fix in update
02:28.57CIA-11-- Sort weapon poisons
02:28.57CIA-11-- Remove deprecated "Alterac Valley" potions. Use PvP potions instead.
02:28.57CIA-11-- Reinstated Anesthetic poison category. It is like instant but has no extra aggro & is cheaper apparently.
02:28.57CIA-11-- 18045:12 Tender Wolf Steak
02:29.09ckknightmmm... steak
02:29.49SymianHi. My escapades through learning to make UI's in WoW continue. Is there a list of edgeFiles, such as Interface/Tooltips/UI-Tooltip-Border?
02:29.58SymianOr even better, what is Interface/Tooltips/ referring to?
02:30.02ckknightpossibly, on wowwiki somewhere
02:30.08SymianI mean, is that a real world file I can look at?
02:30.12ckknightInterface\Tooltips\ is a folder inside the mpq
02:30.18ckknightget WinMPQ
02:30.20ckknightor MyRoleplay
02:30.25ckknightor something
02:30.32SymianOooooh. It might finally be time to extract an MPQ
02:30.36SymianI've been waiting for this moment
02:30.41SymianThanks.
02:33.25Kaeltenwell son of a bitch and 95 percentile sucks
02:34.05ckknight?
02:34.42Kaeltenlooks like two weeks ago for a short burst of time someone raped the site hard
02:34.49ckknightick
02:34.56ckknightwasn't me
02:34.59Kaeltenpushed traffic up to ~40mbits/s
02:35.02ckknightholy hell
02:35.16Kaeltenya
02:35.17JoshBorkewow
02:35.32CIA-1103arcuss * r30753 10HunterAEP/Libs/:
02:35.33CIA-11HunterAEP:
02:35.33CIA-11-Adding Externals
02:35.35Kaeltenso result it bumped the 95th percentile up a decent bit.
02:35.41JoshBorkedefinitely
02:35.50JoshBorkei didn't realize there was that much to download off the site
02:35.58Kaeltenme either :S
02:36.12Kaeltenmust have literally downloaded the entire addon library at once.
02:36.32ckknightwait, for just a few seconds/minutes?
02:36.45ckknightor for like how long?
02:37.33JoshBorkeKaelten: got rid of the brackets :-P
02:37.44KaeltenI'm not sure exactly I got to look at that day's log
02:38.00SymianAnyone know which MPQ the border images are kept in? I'm looking, I swear, but I have no idea what I'm looking for.
02:38.58CIA-1103trh * r30754 10VanasKoS/modules/ (DefaultLists.lua WarnFrame.lua): VanasKoS: small change to the warnframe to make the code more cpu-time friendly and added created date to the mouseover info
02:39.11ckknightSymian: common, probably
02:39.26Symianckknight, WinMPW won't open it...
02:39.29OverloadUTThrae: Ugh, finally did it without AceHook, same problem
02:39.32SymianWinMPPQ*
02:39.38ckknightSymian: I don't know.
02:39.46SymianAh. Ok, thanks anyway.
02:40.11SymianI'm starting to think you add-on developers work via magic. :-\
02:40.18ThraeOverloadUT: http://ace.pastey.net/9009
02:40.35ckknightno, you've discovered our secret!
02:40.44SymianHeh
02:42.40OverloadUTThrae: What does handler do?
02:42.58ThraeOverloadUT: whoops, take that out
02:44.36JoshBorkeany mods that take shiftclicks?
02:44.43JoshBorkeerm, that let you input an itemlink?
02:52.05Kaeltenlooks like 13:56-14:55 there was a large surge of traffic on the 7th
02:52.28nymbiaKaelten: from one person or?
02:52.31Kaeltenwith the peak being at about 14:00
02:52.42Kaeltennymbia not sure, I've just narrowed down what time I need to look at
02:53.03*** join/#wowace jeffrey_ (n=jeffrey@75.110.29.213)
02:53.54OverloadUTHow do you assign a variable based on a string?
02:54.04OverloadUTI mean, the value of the string should be the variable name
02:54.29Kaeltensetglobal(string, value)?
02:54.36Kaeltenor array[string]=value?
02:54.49OverloadUTsetglobal, that looks like what I want to do
02:55.08OverloadUTThrae gave me some code to try out but he did getglobal("blar") = function() ... end which throws an error
02:55.25KaeltenI'm guessing that this 1173276077.493
02:55.28Kaeltenis a time stamp
02:55.50OverloadUT<PROTECTED>
02:55.50OverloadUT:D
02:55.59OverloadUTMost likely since it's so close
02:56.06ckknightsetglobal("blar", function() thingy end)
02:56.09OverloadUTWould be pretty damn unlikely if it were anything else, heh
02:56.14ckknightor even better: _G["blar"] = function() thingy end
02:58.43OverloadUTOkay Thrae I implemented your function to do the hooking, and exact same behavior :P
02:59.39OverloadUTDoes anyone else know why a function hooked with this method would ever for any reason return something different than it would if it weren't hooked? http://ace.pastey.net/9012
02:59.42OverloadUTMakes no sense! :(
02:59.56Kaeltennow I just need to know the time stamp around 14:00
03:00.40OverloadUTKaelten: http://www.unixtimestamp.com/index.php
03:01.16JoshBorke<PROTECTED>
03:01.17JoshBorke:-D
03:02.29Kaelten:)
03:02.30chutwigepoch!
03:02.41Kaeltenof course searching it is taking forever
03:03.18JoshBorkegrep!
03:03.19JoshBorkevim!
03:03.24chutwiggrim!
03:03.57OverloadUTHOLY CRAP I FIGURED IT OUT
03:04.23OverloadUTThere are gaps in returnvals because some return values are nil, and that breaks unpack!
03:05.23JoshBorkeheh
03:05.48OverloadUTThe question now is... how to fix that? :(
03:06.03Kaeltenhere is whats killing me my logs aren't showing that hike in traffic
03:06.30JoshBorkecould you figure it out based on what they were downloading?
03:07.29SymianAHAH! Success! Data/Interface/locale-enUS.MPQ contains, well, SOME of the borders.
03:07.53JoshBorkegrep for all times between 12 and 15, grep out the IP address for each entry, then sort it and count the number of instances?  or sometihng like that?
03:08.00CIA-1103funkydude * r30755 10BigWigs/SC/Lurker.lua: BigWigs: SC/Lurker: typo
03:08.06ckknightOverloadUT: already told you :-P
03:08.11ckknightOverloadUT: you must not've been paying attention
03:08.20ckknightunpack(t, 1, realFinish)
03:08.22KaeltenJoshBorke: thats a little bit beyond my bash skills :s
03:08.46OverloadUTHmm, how would I determine realFinish?
03:08.51OverloadUTIterate through and find the last index?
03:09.33NightHawkTheSaneDid they change BM to not spawn spellcaster rift lords?
03:09.42CIA-1103ckknight * r30756 10PitBull/PitBull.lua: PitBull - no longer use SEAura, as it provides a bunch of information I don't need, as well as not working for targettarget
03:09.45JoshBorkeKaelten: i could do the first part :-D
03:10.11ckknightalright, gotta go
03:10.13JoshBorkeKaelten: what about trynig AWStats?
03:11.01KaeltenI'm not sure if awstats can handle squid files
03:11.10JoshBorkehm, yea
03:14.31Kaelten07.Mar 07 14:00    357866 8440M   56.26   59.14   56.10     -       -     56.09
03:15.00Kaeltenthat hour did about 150k more transfers
03:15.22Kaeltener reqeusts
03:18.51*** join/#wowace mjc (n=mjc@c-71-206-92-120.hsd1.fl.comcast.net)
03:23.04kergothOverloadUT: as i said above, you should use select('#', ...) and store that value in the table you capture the values in.
03:24.01OverloadUTWell I'm using ... for the function args already
03:24.55kergothi dont think you understood what i was saying.
03:25.09kergothselect('#', ...) is the true number of arguments, regardless of holes.
03:25.56OverloadUTYeah I have no problem with the number of arguments. I had a problem with the number of return values which I was storing like "local returnvals = {origfunction()}"
03:27.05Arrowmasterman i dont think ive ever has as much SCT spam on my screen as i did tonight
03:27.16kergothahh i see
03:27.17kergothhmm
03:27.18*** join/#wowace art3mis (n=art3mis@ool-18b9f13e.dyn.optonline.net)
03:27.38OverloadUTFor now I'm just doing a quick for k,v in pairs() loop to find the highest index
03:27.45OverloadUTWhat I basically need is a "second" ... var
03:28.02Arrowmasterwas just working on illhoof and i had the job of aoe tanking the imps and killing them with seed of corruption, and i have 3/3 shadoweave.... talk about spamage
03:28.04OverloadUTthis is only temp code anyway :P
03:28.34kergothfunction wrap(...) return select('#', ...), ... end .... local returnvals = {wrap(origfunction())} local count = table.remove(returnvals, 1) return unpack(returnvals, 1, count)
03:28.38kergothor so
03:29.03*** join/#wowace ramp- (n=ramp@84-245-3-75.dsl.cambrium.nl)
03:29.07OverloadUTArrowmaster: I like that MSBT condenses events to prevent spam :)
03:29.33Arrowmasteri've been meaning to try that
03:30.36Arrowmastertheres just something that seems so wrong about doing more than 40% of the damage on a boss fight that lasted 10 minutes
03:38.09Cryect5 man I hope?
03:40.06*** join/#wowace Gilded (n=Gilded@adsl-69-109-112-55.dsl.pltn13.pacbell.net)
03:42.35*** join/#wowace pub^^ (n=pub@cdubray.csbnet.se)
03:42.35Arrowmasterno i was refering to a 10 man
03:52.57OverloadUTIt works!! http://ace.pastey.net/9018
03:53.12OverloadUTIt logs all the args and return vals from the hooked functions. :)
04:04.10*** join/#wowace PProvost_ (n=PProvost@WoWUIDev/WAU/Admin/Pprovost)
04:04.10*** mode/#wowace [+v PProvost_] by ChanServ
04:06.32kergothcart corpseway says to blame the hunter
04:06.35kergothbut i'm the hunter :(
04:08.09NightHawkTheSaneit's obviously you're fault, then
04:10.22JoshBorkeit's ok, it said blame the priest to me and i'm a priest
04:11.00kergothhehe
04:11.11deltronhehe
04:12.03NightHawkTheSaneyou know, strangely, I never saw one that says 'blame the tank'. Lesson? It's never the tanks fault.
04:12.06NightHawkTheSane:D
04:12.10JoshBorkenight all
04:19.42chutwigflying while drunk is hilarious yet dangerous
04:19.51chutwigi am currently flying nearly straight upward without touching the keyboard
04:23.11CIA-1103micron * r30757 10Cartographer/Cartographer_InstanceNotes/notes.lua: (log message trimmed)
04:23.11CIA-11Cartographer_InstanceNotes:
04:23.11CIA-11Zul'Farrak:
04:23.11CIA-11-repositioned several bosses to be close to their actual positions instead of in the middle of the mountains.
04:23.11CIA-11-removed Zul'Farrak Dead Hero as they are no longer elite as of patch 1.12
04:23.12CIA-11Sunken Temple:
04:23.14CIA-11-Repositioned several boss and critical location notes
04:23.21*** join/#wowace Daemona (i=koaschte@i577A1F41.versanet.de)
04:23.48*** join/#wowace Micron_WoW (n=Micron_W@adsl-75-36-237-70.dsl.pltn13.sbcglobal.net)
04:23.56*** join/#wowace UE|Daemona (i=koaschte@i577A1F41.versanet.de)
04:26.20CIA-1103trh * r30758 10VanasKoS/ (11 files in 3 dirs):
04:26.20CIA-11VanasKoS:
04:26.20CIA-11- added a "locked" option for the mainframe, it's movable if disabled
04:26.21CIA-11- added a fubar plugin
04:26.42CIA-1103eternally777 * r30759 10SacredBuff/Locales/frFR.lua:
04:26.42CIA-11SacredBuff:
04:26.42CIA-11* Fixing a French translation
04:30.27Amadeois there an innkeeper in the Shattrath lower city?
04:30.28*** join/#wowace Daemona (i=koaschte@i577A1F41.versanet.de)
04:31.23Arrowmasterno
04:31.27Micron_WoWI don't believe so. The tavern there certainly does not have one.
04:32.11Arrowmastertheres an 'inn' but the innkeeper tells you its full and to goto one of the inns in the tiers
04:32.16Amadeodamn
04:32.17Amadeohaha
04:32.34ggilbertnice
04:33.19Fin~seen _neuron_
04:34.08purl_neuron_ is currently on #wowace (5h 4m 38s), last said: 'kergoth, in karazhan atm, gonna look at it after'.
04:34.08*** join/#wowace Guillotine (n=Guilloti@ns.motek-services.com)
04:34.48*** join/#wowace weab (n=asdf@cpe-70-112-7-41.austin.res.rr.com)
04:37.52*** join/#wowace JJSheets (n=jjsheets@74-136-100-20.dhcp.insightbb.com)
04:39.59*** part/#wowace Amadeo (n=amadeo@c-68-50-75-9.hsd1.md.comcast.net)
04:45.20*** join/#wowace zoomjr (n=hrenvam@87.229.149.25)
04:47.34*** join/#wowace FryGuy- (i=fryguy@c-24-23-19-160.hsd1.ca.comcast.net)
04:48.28*** join/#wowace stavmar (n=chatzill@cpe-72-179-61-149.austin.res.rr.com)
04:49.37stavmarAntiarc: are you there?
04:58.34*** join/#wowace vid`` (i=user@c-68-36-197-141.hsd1.nj.comcast.net)
04:58.35*** join/#wowace mjc (n=mjc@c-71-206-92-120.hsd1.fl.comcast.net)
05:05.32*** join/#wowace in_der_wueste (n=geforz@p54a791a4.dip0.t-ipconnect.de)
05:10.20*** join/#wowace bossdj (n=me@c-24-16-89-51.hsd1.wa.comcast.net)
05:10.48bossdjhow do you reference a layer programatically to change its text?
05:11.05*** join/#wowace Arrowmaster` (n=Arrow@cpe-71-72-167-136.woh.res.rr.com)
05:27.21bossdjI'd like to be able to put text in front of a editbox, is that possible?
05:31.54NightHawkTheSaneSo... random question. I've got 2k gold, most of netherstorms quests to do, and have 375 skinning & herbalism, but want to pick up leatherworking. Should I do it now, or wait until I get my epic flying mount?
05:32.05CIA-1103funkydude * r30760 10BigWigs/SC/Leotheras.lua: BigWigs: SC: add Leotheras mod
05:35.06*** join/#wowace Symian (n=Symian@c-24-17-181-255.hsd1.mn.comcast.net)
05:37.35CIA-1103funkydude * r30761 10BigWigs/SC/Leotheras.lua: BigWigs: SC/Leotheras: bugfix
05:38.56SymianWhew, I finally got my frame to show up, in exactly the way I want! I did it by using LUA to make the frames, instead of XML. Thing is, the wowwiki only shows how to make a frame dragabble in XML. How should I make a frame dragabble in LUA?
05:39.47*** join/#wowace ckknight (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
05:39.48*** mode/#wowace [+o ckknight] by ChanServ
05:40.52ckknighthey all
05:41.19Funkeh`hey
05:41.20Funkeh`later
05:41.22Funkeh`:p
05:57.46ZealotOnAStickSymian, it's pretty easy.  A moment, and I'll look and tell you.
05:59.40ZealotOnAStickhrm, I can't find a good example right now, but you define the frame as movable=true or something, and then define OnMouseDown and OnMouseUps to StartMoving() and StopMovingOrSizing()
06:02.24SymianYes, I thought it might be like that
06:02.29art3misgrab questfu or fubarplugin
06:02.30Symianwheny ou say define OnMouseDown
06:02.36art3misboth have good examples of that
06:02.53art3misfor the detached tooltip
06:03.05Symiansay the frame was defined by: "local f = CreateFrame(..."
06:03.25Symianwould I do "function f:OnMouseDown() blah end"?
06:03.32Symianart3mis, thanks, I'll grab them.
06:05.17ckknightSymian: f:SetScript("OnMouseDown", function(this, button) blah end)
06:05.53SymianOh, interesting.
06:07.42*** join/#wowace nuoHep (n=nuoHep@outer.test.e-larek.ru)
06:08.48ckknighta bit odd, I know
06:08.51*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
06:09.06ckknightwhat you can do, though is this:
06:09.23ckknightfunction f:OnMouseDown(button) blah end; f:SetScript("OnMouseDown", f.OnMouseDown)
06:11.52*** join/#wowace Azurewrath (i=Azurewra@i577BD5DB.versanet.de)
06:12.01Aens|Superioritywow, they really nerfed down gruul
06:12.19Aens|Superioritydoable with zero consumables now.
06:12.27CIA-1103zealotonastick * r30762 10SharedMedia/ (SharedMedia.lua statusbar/Button.tga statusbar/LiteStep.tga):
06:12.27CIA-11SharedMedia
06:12.27CIA-11- Added Button and LiteStep statusbar textures.
06:15.29ZealotOnAStickYeah.
06:15.47ZealotOnAStickWe waxed gruul first and only shot tonight.  Some of the raid didn't pot up at all.
06:16.06ZealotOnAStickSTill glad to have beaten him pre-nerf.
06:16.22ZealotOnAStickno we're playing with Mags and SSC.
06:16.26ZealotOnASticknow, rather
06:16.38Aens|Superiorityyeah, even pre-nerf it was just about the slam timing
06:17.14CIA-1103ckknight * r30763 10PitBull/PitBull.lua: PitBull - hovering over auras will now show the tooltip for them.
06:18.48*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub)
06:18.48*** mode/#wowace [+o Tekkub] by ChanServ
06:19.20*** join/#wowace MoonWolf (i=MoonWolf@g173217.upc-g.chello.nl)
06:19.20*** mode/#wowace [+o MoonWolf] by ChanServ
06:25.11*** join/#wowace Yinchie (n=me@e245073.upc-e.chello.nl)
06:41.58SymianOk - thanks ckknight, ZealotOnAStick, and art3mis!
06:42.23SymianIt's loading fine, but nothing seems to actually be triggering an event. But I think I know what's causing it, so I'll just dig a bit.
06:46.52SymianHmm... I thought a simple Frame:EnableMouse(true) would do it, no dice
06:47.01Symiando I need to do some event registering of some sort, or something?
06:47.07ckknightyea
06:47.12ckknightthis is a button?
06:47.14ckknightor a frame?
06:47.19SymianNo, just a simple frame
06:47.22Symianthat I want to drag around
06:47.32Symian(and resize, but that comes later)
06:47.49ckknightframe:RegisterForDrag("LeftButton")
06:48.00ckknightframe:SetScript("OnDragStart", frame_OnDragStart)
06:48.00ckknightframe:SetScript("OnDragStop", frame_OnDragStop)
06:48.16SymianI was using the OnMouseDown/OnMouseUp/OnHide method... the wowwwiki says it's "more responsive"
06:48.19ckknightthose frame_ dealies are functions
06:48.28ckknighttrust me on this one.
06:48.41SymianHeh, will do - thanks again.
06:49.58ckknightoh, :SetMovable(true)
06:50.56SymianHmm... using those non-OO frame_OnDrag* functions, how do I refer to the frame?
06:51.16Symianjust by using the frame name? Man, I need to learn LUA variable scoping
06:51.19ckknightlocal function frame_OnDrag(this, ...)
06:51.25ckknightthis refers to the frame
06:51.27SymianOh, first argument is "this"
06:51.28SymianOk
06:51.48SymianWill the "..." ever be used?
06:52.03Symianfor optional args?
06:52.05ckknightfor the OnDrag stuff, it'll be one argument, the mouse button
06:52.12ckknightit depends on the kind of script
06:52.19ckknightfor OnUpdate, it's the time since the last
06:52.22ckknightand such
06:52.27ckknightwowwiki has all the info you need
06:53.13SymianMm... no it doesn't. Well, at least, not for OnDrag*
06:53.33SymianBut that's a good start, so thanks
06:54.00Phatrikwith nothing to do, I took PitBull for a spin ... shame the spin came to a complete halt, as it is not working at all :S
06:54.44ckknightyes it is
06:54.47SymianOh, woh, what?! You can enable arbitrary key events for frames in Wow?! Why has no one made an Arcade Games add-on!
06:54.49ckknightyou just don't have the libraries, my guess
06:54.52SymianI'd kill to play pac man while in a raid!
06:55.01ckknightSymian: you very well could.
06:55.11SymianOh, I'm so all over that when I figure this stuff out.
06:55.19ckknightknock yourself out :-)
06:55.28kergothSymian: there are lots of in game minigames.... no pacman, but tetris and poker and others
06:55.30SymianProbably.
06:55.39Symiankergoth, there are? Nice.
06:55.45kergothyep, look at the addon sites.
06:55.54SymianI'll do that. Never even thought it might exist.
06:56.41SymianHah... wait until I make a mod that goes WorldFrame:Hide() and then loads an entirely *different* game in.
07:00.31Symian(I think big.)
07:03.42ckknightlol.
07:04.31SymianOk, it's still not working. Could I pain you to look at a pastey? I'll strip it down to just the relevant code.
07:05.24Symianif so: ace.pastey.net/9021
07:05.53Symianhttp://ace.pastey.net/9021   <--- now with resource handler for your conveniance!
07:08.14CIA-1103tsigo * r30764 10Cutup/: Cutup: initial import.
07:09.16ckknightwhat doesn't work?
07:09.33SymianDragging.
07:09.46SymianNo DragStart or DragStop events are being fired
07:09.54SymianOnDragStart, OnDragStop *
07:10.04*** join/#wowace [ND] (n=andy@h062040167062.gun.cm.kabsi.at)
07:10.09ckknightput :EnableMouse(true)
07:10.24ckknightalso note: $parent doesn't work in lua
07:10.36SymianIt doesn't? Didn't know that.
07:10.58SymianOk - so I need EnableMouse(true), SetMovable(true), AND RegisterForDrag("LeftButton")?
07:11.01SymianAnything else?
07:11.13Symian:-D
07:11.32ckknightjust the scripts
07:11.37ckknightso I think you're good
07:12.20SymianOh! Very interesting. I just made a discovery. It is definitely dragable now (and may have been before), but apparently the child frames (TextStatusBars) are covering it up
07:12.33SymianWhat's the best way to bleed the mouse events down to the parent frame?
07:14.34ckknightby not having the mouse enabled on it
07:14.50ckknighton the child frames, that is
07:15.07SymianIt isn't....
07:15.36SymianUnless -- is "dragging" defined as grabbing the border?
07:15.45Symianbecause my border is 3 px wide. Which makes that difficult.
07:16.02Symian'specially on such a drastic UI downscaling
07:17.38CIA-1103tsigo * r30765 10Cutup/ (8 files in 3 dirs): Cutup: A framework for Rogue-specific modules.
07:22.36CIA-1103adirelle * r30766 10CastYeller/ (CastYeller.lua CastYeller.toc announces/druid.lua):
07:22.36CIA-11CastYeller:
07:22.36CIA-11- added druid enUS funny announces, thanks to Arzach@Dragonblight-EU,
07:22.37CIA-11- will not whisper to yourself anymore,
07:22.37CIA-11- preliminary support for channel specific announces,
07:22.37CIA-11- preliminary support for spell failure announce (disabled in code ATM).
07:25.08*** join/#wowace Tupsi (n=lumpi@217.7.101.202)
07:25.49SymianWait... does the game automagically persist frame locations?
07:26.02SymianI thought I'd have to script that with offsets...
07:26.33ckknightwhat I do is save position on OnDragStop
07:26.53SymianBut it seems to be saving the position without any code to do it
07:27.03SymianOr, does it save positions through UI reload, but not logout?
07:27.49ckknightneither
07:27.52CIA-1103ckknight * r30767 10PitBull/ (4 files in 2 dirs):
07:27.52CIA-11PitBull - created initial grounding of a modular framework
07:27.52CIA-11- separated PitBull_Aura into its own module
07:27.58ckknightthat I know of
07:28.08SymianWell, I mean, I'm definitely seeing persistancy of frame locations
07:28.17Symianand I certainly did not write anything to make it do that...
07:28.45SymianUnless.... can you drag UIParent?
07:28.52ckknightprobably
07:28.54SymianAm I dragging UIParent right now?
07:28.57ckknightbut I doubt you did
07:29.09SymianYeah, other frames would be moving
07:29.10Symianif I had
07:30.02jeffreyhi ck
07:30.12ckknighthey jeffrey
07:30.24jeffreyim real life friends with smeltn ;)
07:30.39SymianWell, thanks once again for the hand holding ckknight. I'm going to figure this out soon enough...
07:30.50ckknightjeffrey: okay then.
07:31.15ckknightyou don't get any extra brownie points for that, you know, jeffrey
07:31.23jeffreyminus points if any
07:32.18ckknight*shrug*
07:32.24ckknightsmeltn is neutral in my book
07:34.26CIA-1103fatherjim * r30768 10loudmouth/ (Locale-enUS.lua loudmouth.lua):
07:34.26CIA-11loudmouth:
07:34.26CIA-11- Update for beta testers
07:36.26CIA-1103ckknight * r30769 10Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua:
07:36.26CIA-11.AceModuleCore-2.0 - :IterateModules() speedup. Now calculates the list of
07:36.26CIA-11modules to iterate through once per core, which will be wiped on GC or when the
07:36.26CIA-11core has a new module added to it. This should lead to a speedup in multiple
07:36.26CIA-11successive calls to :IterateModules() on one core.
07:38.09ckknightthat's to speed up PitBull's modular framework :-P
07:38.43jeffreyi wish blizzard would put a casino in wow
07:39.48ckknightI don't
07:39.57jeffreywhat
07:40.08jeffreyi would love to sit at a slot machine and make gold
07:40.26*** join/#wowace Daemona (i=koaschte@i577A1F41.versanet.de)
07:40.56*** join/#wowace pub^ (n=pub@cdubray.csbnet.se)
07:41.06*** join/#wowace UE|Daemona (i=koaschte@i577A1F41.versanet.de)
07:42.01ckknightjeffrey: you would so lose it all.
07:42.11ckknightslots are so bad for odds for the players
07:42.14kergothyep
07:42.18kergothnot to mention being mindless
07:42.22jeffreyyea it would be a blast
07:46.13SymianOk! Hot damn! Sentinel 0.1 is workin' at full (crippled) capacity. The product of about a week of annoying people on this channel, cussing at spotty documentation (not on Ace's part - the ace site is wonderful), and more UI reloads than I care to retell, my first non-trivial add on is functional.
07:46.17SymianNow to make it actually useful.
07:46.55SymianSo thanks to everyone here, and good night.
07:46.58*** join/#wowace Daemona (i=koaschte@i577A1F41.versanet.de)
07:49.51*** join/#wowace Cheads (i=chead@0x57327d2d.virnxx18.adsl-dhcp.tele.dk)
07:51.12*** join/#wowace Srosh (n=Srosh@c210250.adsl.hansenet.de)
07:52.34*** join/#wowace UE|Daemona (i=koaschte@i577A1F41.versanet.de)
07:53.55*** join/#wowace sunset (n=sun@ARouen-152-1-5-37.w90-22.abo.wanadoo.fr)
07:54.03CIA-1103ckknight * r30770 10Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua: .AceModuleCore-2.0 - bugfix from last commit
07:58.41CIA-1103ckknight * r30771 10PitBull/ (PitBull.lua PitBull_Aura/PitBull_Aura.lua): PitBull - speed up iteration by figuring out what modules support what functions beforehand, storing it in a list, and iterate through that quickly.
07:58.53CIA-1103nymbia * r30772 10MobMitigation/MobMitigation.lua:
07:58.53CIA-11MobMitigation:
07:58.53CIA-11- Bugfix for hybrids not recording melee damage.
07:58.53CIA-11- Bugfix for needing to retarget to update armor estimate.
08:01.40*** join/#wowace Daemona (i=koaschte@i577A1F41.versanet.de)
08:01.49NightHawkTheSaneI dislike ants.
08:03.14nymbiaaww poor ants :(
08:06.17weabckknight: was acecomm supposed to be able to construct item links now even if not in the local cache?
08:06.24ckknightyes
08:06.40*** join/#wowace Arrowmaster (n=Arrow@cpe-71-72-167-136.woh.res.rr.com)
08:06.50ckknightas of yesterday, if you updated properly
08:06.51NightHawkTheSanethe poor ants are crawling all over my damn kitchen counter
08:06.54weaband i'm supposed to be able to just send them directly through the addon channel?
08:06.55NightHawkTheSanethey can suck it.
08:06.59NightHawkTheSaneand by "it" i mean Raid.
08:07.02*** join/#wowace UE|Daemona (i=koaschte@i577A1F41.versanet.de)
08:07.09ckknightweab: you're supposed to send it through AceComm
08:07.18weabwell, right
08:07.22weabthat's what i meant
08:07.25*** join/#wowace Punkie` (n=~@host86-130-2-120.range86-130.btcentralplus.com)
08:07.53weabby updated properly, you mean the lastest revision of ace2
08:08.40weabwell I'm confused then
08:09.41CIA-1103next96 07next96 * r30773 10Cartographer_Vendors/Cartographer_Vendors/addon.lua:
08:09.41CIA-11CartographCartographer_Vendors :
08:09.41CIA-11- icon change
08:10.07CIA-1103next96 07next96 * r30774 10Cartographer_Vendors/Cartographer_Vendors/Artwork/ (INV_Misc_ElvenCoins.tga INV_Misc_Gem_BloodGem_02.tga):
08:10.07CIA-11CartoCartographCartographer_Vendors :
08:10.07CIA-11- icon change
08:12.37*** join/#wowace Daemona (i=koaschte@i577A1F41.versanet.de)
08:18.16*** join/#wowace UE|Daemona (i=koaschte@i577A1F41.versanet.de)
08:20.53*** join/#wowace Andalia (i=xx@p54ac9d27.dip0.t-ipconnect.de)
08:23.17DynomGirl I wanna make you sweat, sweat till you can't sweat no mooooore
08:23.33*** join/#wowace Daemona (i=koaschte@i577A1F41.versanet.de)
08:26.05*** join/#wowace mitch0 (n=mitch@84.236.54.133)
08:34.42weabwell i'm sending a link, it looks like it's getting sent serialized properly, but it's still ending up nil on the other side if it isn't in the local cache
08:35.24weabboth are the current revision of acecomm, i'm staring a the newItemLinks code on both machines
08:35.56weabcan't figure out what i could possibly be doing wrong if it is in fact working
08:38.48CIA-1103gagorian * r30775 10DrDamage/ (4 files in 2 dirs):
08:38.48CIA-11DrDamage:
08:38.48CIA-11-Added shaman talent 'Elemental Focus' into DPM/Casts/Dmg until OOM calculations
08:39.04ckknightshould definitely not show up as nil
08:39.15weabdefinitely is :(
08:39.48CIA-1103ckknight * r30776 10Ace2/AceComm-2.0/AceComm-2.0.lua: .AceComm-2.0 - remove the newItemLinks check, as it's passed the appropriate date
08:39.53ckknighttry that
08:40.59weabstill nil
08:41.28ckknightno :-(
08:41.43gxami see no reason for it to be breaking
08:41.46gxambut it is
08:42.48ckknightexcept it's essentially impossible unless an error fired
08:43.04gxamit seems to be getting serialized and sent over the comm channel fine
08:43.16gxambut stuff not in cache is not getting deserialized correctly
08:43.58gxameven though i'm staring at the code that can't possibly return nil
08:44.04gxamit's very confusing.
08:44.12weabwe're basically just doing nothing more than rat:SendCommMessage("RAID", link) and printing it on the other side, getting nil
08:44.24ckknighton the receiving end, can you check the serialized code?
08:44.35ckknighti.e. specifically, is there a capital or lowercase I?
08:44.39gxamcapital
08:44.52ckknightdouble-you tee eff
08:44.57gxamyeah
08:45.01gxamthat's what i've been saying too
08:46.23*** join/#wowace Gandharva (n=Miranda@dslb-084-057-014-100.pools.arcor-ip.net)
08:46.32ckknightgo to AceComm, line 794
08:46.40ckknightand insert a print statement after the link creation
08:46.43ckknightsee if it comes up
08:48.19*** join/#wowace Tenrai (n=Tenrai@a82-92-149-38.adsl.xs4all.nl)
08:48.44gxamyes
08:49.13gxamoh
08:49.13ckknightit does?
08:49.14CIA-1103ckknight * r30777 10PitBull/ (4 files in 2 dirs): PitBull - Health is now a module.
08:49.30gxamis that link on 794
08:49.34gxamlocal to the if
08:49.47*** join/#wowace evl (n=fuckoff@gw.apt.no)
08:49.52CIA-1103rabbit * r30778 10ErrorMonster/ErrorMonster.lua: ErrorMonster: Clean up our option table.
08:49.56gxamand not visible to the return?
08:50.05ckknightI just saw it, too
08:50.06CIA-1103ckknight * r30779 10Ace2/AceComm-2.0/AceComm-2.0.lua: .AceComm-2.0 - remove local, preventing the item link stuff from working
08:50.07ckknight:-P
08:50.13ckknightI have prepared a statement: my bad
08:50.21GagorianAnyone have an idea why ["(%d+) Mana"] = "Mana : (%d+)" wouldn't work in frFR locale?
08:50.33CIA-1103nymbia * r30780 10MobMitigation/ (MobMitigation.lua MobMitigation.toc):
08:50.33CIA-11MobMitigation:
08:50.33CIA-11- Use a PerChar savedvars file for data storage.
08:50.36ckknightit would, Gagorian
08:50.38weabwell
08:50.49weabthat was a lot of effort for something so simple!
08:50.51weab:P
08:50.56ckknightweab: yea.
08:51.06gxamvictory.
08:51.07weabvictory is yours!
08:51.13NightHawkTheSanenymbia: what's the gui, or display, or whatever, for mobmitigatin?
08:51.15gxamwhat an awesome bug :>
08:51.21weabglad it was an easy fix at least.
08:51.37nymbiaNightHawkTheSane: theres a screenshot around the wiki somewhere, sec
08:51.43Gagorianckknight: Well, it works probably. What I meant was that it doesn't match that string even if screenshots show a format like that for tooltip mana cost
08:52.00NightHawkTheSaneah, well i can check the wiki
08:52.10ckknightGagorian: figure out what it is in the global strings and use deformat.
08:52.14nymbiaNightHawkTheSane: http://wowace.com/mediawiki/images/5/5a/MobMitigation.jpg
08:53.06NightHawkTheSanehmm.
08:54.29Gagorianckknight: MANA_COST seems to match at least in english locale. That'd work automagically in all locales?
08:54.38ckknightyep.
08:54.44ckknightjust use deformat to use it properly
08:55.03GagorianOk thanks
08:56.23NightHawkTheSaneI need more AP. ><
08:56.25CIA-1103kergoth * r30781 10Cutup/modules/TickToxin.lua: Cutup: TickToxin Module: SurfaceLib usage fixup.
09:01.15Suntigerwhats a cutup ?
09:01.48Dynomckknight: how can I get Cavity to work? It nags about missing libs
09:01.49NightHawkTheSanerogue addons
09:01.59Dynomckknight: what should I download in addition to Cavity
09:02.13NightHawkTheSaneDynom: install the libs it wants? :P they should be in the toc
09:02.32Dynombut shouldn't that be embedded?
09:03.06DynomWAU should have a dependancy check ^^
09:03.16ckknightDynom: get Pitbull
09:03.21ckknightI renamed it
09:03.28Dynom".. requires the following libraries, install these also?" [Y|n]
09:03.36ckknightDynom: I haven't put the libs in yet
09:03.43Dynomckknight: kk
09:04.19Arrowmaster'insert everything from wowace.com is beta software notice here'
09:04.29NightHawkTheSane^^
09:05.39DynomArrowmaster: well yeah, but thats why I ask what to install in addition
09:06.04DynomI don't expect freebee software to be perfect
09:06.11CIA-1103ckknight * r30782 10Babble-2.2/ (4 files in 2 dirs): Babble-2.2 - added Babble-Faction-2.2 - Thanks, Daviesh!
09:06.27ckknightDynom: but if you get the standalone libraries, it _should_ work
09:06.36Arrowmastergenerally for that you look at the error message and install whatever it says is missing then restart and try again
09:06.54DynomArrowmaster: yeah, had that ones, was 12 relogs further before it got fixed
09:06.59DynomArrowmaster: kinda try to avoid that
09:07.01ckknightDynom: get SharedMediaLib and Ace2
09:07.03CIA-1103ckknight * r30783 10PitBull/PitBull.lua: PitBull - remove Dewdrop reference
09:07.09Dynomckknight: k
09:07.23GagorianSpecialEvents-Loot-1.0\SpecialEvents-Loot-1.0.lua:14: SpecialEvents-Loot-1.0 requires Deformat-2.0.
09:07.24ckknightactually, fuck
09:07.26ckknightno one update yet
09:07.41GagorianAnd I've got embedded and standalone Deformat
09:08.06Arrowmasteri generally only like 1 or 2 missing lib errors at a time when they showup since it usually from updates
09:08.06mitch0:)
09:08.26CIA-1103ckknight * r30784 10PitBull/PitBull_Mana/ (. PitBull_Mana.lua): PitBull - turn Mana into a module
09:08.56CIA-1103ckknight * r30785 10PitBull/PitBull.toc: PitBull - add Mana to the toc
09:09.24NightHawkTheSane"lol" and "o_0" mana as a module, do you mean the mana/rage/energy bars?
09:09.32CIA-1103gagorian * r30786 10DrDamage/ (DrDamage.lua DrDamage.toc Localization.lua):
09:09.32CIA-11DrDamage:
09:09.32CIA-11-Removed localization file for the time being (until someone wants do it...)
09:09.32CIA-11-Using deformat + global strings for the few locale specific stuff
09:09.36NeoTronis there any sshots of pitbull ? :P
09:09.41*** join/#wowace Torn|OFF (i=haldir@tserv03.mops.net)
09:10.29Arrowmasterwow ckknight
09:10.33ckknighthrm?
09:10.34Arrowmastertonumber((string.gsub("$Revision$", "^.-(%d+).-$", "%1")))
09:10.46ckknightwhat's all this, then?
09:10.48Arrowmasterthats the most complex form of doing that ive seen so far
09:10.53ckknightpshaw
09:11.01ckknightit's not mine
09:11.04ckknightI stole it from somewhere
09:11.13ckknightI like to use :sub
09:11.31vhaarrnot only is it complex, it's really slow due to .-
09:11.34ckknightor even match'd be nicer
09:11.43GagorianCan anyone explain why SpecialEventsLoot doesn't find Deformat? I've got it standalone and others addons find it fine.
09:11.43ckknightI'll fix it
09:12.02nymbia("$Revision$"):match("%d+") imo
09:12.04*** join/#wowace knarf- (n=knarf@0x57366845.odnxx12.adsl-dhcp.tele.dk)
09:12.17Arrowmasteragree with nymbia
09:12.39CIA-1103saroz * r30787 10sRaidFrames/sRaidFrames.lua: sRaidFrames: Register UNIT_MAX* family
09:13.01Arrowmastermaybe add an or 0 to the end like ive seen a few people do
09:14.02CIA-1103ckknight * r30788 10PitBull/ (4 files in 4 dirs): PitBull - make $Revision$ checking cleaner and faster
09:14.08ckknightSaroz_: you looking through my code?
09:14.19ckknightnymbia: that's what I had done :-P
09:14.27nymbia;)
09:14.40*** join/#wowace ZealotOnAStick (n=zoas@c-69-246-194-227.hsd1.in.comcast.net)
09:14.40*** mode/#wowace [+v ZealotOnAStick] by ChanServ
09:15.22CIA-1103ckknight * r30789 10PitBull/PitBull.lua: PitBull - remove in-combat check which does nothing
09:15.52ckknightI bet I can do it.
09:16.23ckknightI want the PitBull core to be as small as possible, mostly utility functions for the modules to use
09:16.35nymbiackknight: are the wacky frames gonna stay updating as often as they are?  seems a bit fast
09:16.43ckknightit's not, actually
09:16.49ckknightdue to the small amount of them
09:16.58ckknightand that's how fast the human eye sees
09:17.12ckknightif it becomes a problem (which I really doubt it will), I'll bump it to 0.1
09:17.26nymbiawell rather.. it might be a bit much once some modules are slowing things down for those updates ;)
09:17.34Healthscreenshot or it didn't happen!
09:17.43ckknightHealth: ur dum
09:17.59ckknight:-P
09:18.01knarf-is there any actual usage of PitBull yet?
09:18.05Healthyes! Actually, the swedish word for dumb is dum! Funny!
09:19.03ckknightknarf-: I don't recommend it for anything outside of educational purposes right now
09:19.11ckknightyou know, 0.1 is probably better for the wacky frames.
09:19.29ckknightactually, no 0.15, since that's what the frame registration uses
09:19.38Arrowmasteri wonder how many errors im going to get when i go ingame and run this function to create the entire UI i wrote in lua earlyer
09:19.51knarf-ckknight fair enough :)
09:19.52vhaarrckknight: How about only updating the frames if there's anything to update? Or is that not possible with these "wacky" frames?
09:20.03ckknightvhaarr: impossible, that's why they're wacky
09:20.06vhaarrright
09:20.07ckknightvhaarr: there aren't too many of em
09:20.10nymbiackknight: maybe some way for modules to only have their parts of the updates fire if the health or mana value has changed
09:20.11ckknightcurrently, it's just targettarget
09:20.20ckknightnymbia: that's what happens now.
09:20.23ckknightfor non-wacky frames
09:20.25ckknighti.e. most frames
09:20.55ckknightnon-wacky frames: player, target, mouseover, focus, party1-4, partypet1-4, raid1-40
09:21.03ckknightwacky frames are everything that isn't those
09:21.10Arrowmasteryou forgot pet
09:21.12CIA-1103ckknight * r30790 10PitBull/PitBull.lua: PitBull - bumped the wacky frame timer to 0.15
09:21.27HealthSo much secrets!
09:21.31ckknightsuch as raid pets, raid targets, party targets, targettarget, and targettargettarget
09:21.44ckknightoh, pet is also a non-wacky frame
09:21.51ckknightas Arrowmaster mentioned
09:22.51HealthWhat's new and hot with pitbull? What's speeecial? Couldn't find any info on wowace.com - too early in dev I guess!
09:23.06Suntigerits made by ckknight
09:23.07HealthI'm sure I'm no the first one to ask. It got "wacky" frames at least!
09:23.09Suntigerisn't that enough
09:23.11Suntiger:P
09:23.30ckknightI started it like a day ago
09:23.35HealthSlack!
09:23.38ckknightactually, no, 2 days
09:24.00ckknightbasically, the underlying principles are modularization and efficiency
09:24.34*** join/#wowace Nickenyfiken (n=najklord@83.145.59.23)
09:25.00HealthI see.
09:29.52CIA-1103gagorian * r30791 10DrDamage/ (DrDamage.toc ReadMe.txt Readme.txt):
09:29.52CIA-11DrDamage:
09:29.52CIA-11-Added AceLocale back to .toc for BabbleSpell
09:30.53ckknightlol, looks like I modularized the highlighting
09:30.54ckknightshazam
09:35.59*** join/#wowace Ordog (i=ordog@port-87-234-85-114.dynamic.qsc.de)
09:38.46CIA-1103ckknight * r30792 10PitBull/ (5 files in 3 dirs):
09:38.46CIA-11PitBull - bugfix to Mana module
09:38.46CIA-11- separated Highlight module out of the core
09:39.06Nickenyfikenyay bugfix!
09:39.23ckknightI still have to put nameText and classText into modules
09:39.26ckknightbut not sure which modules
09:39.29ckknightor how it should be organized
09:39.37[Ammo]do you have watchdog tags yet? :)
09:39.38Nickenyfikenjust got a pitbull.lua:424 error is that what you fixed? :-)
09:41.14ckknightNickenyfiken: possible
09:41.23ckknight[Ammo]: no, I'm thinking about how to get those actually efficient
09:41.23Nickenyfikentrying now
09:41.30[Ammo]hmmok
09:41.36[Ammo]also mobhealth3 compat :)
09:41.41ckknightclearly
09:41.52ckknightI want to fix auras, though
09:42.05ckknightpositioning is all that's left to have that working
09:42.06Nickenyfikenckknight: yup your lates commit fixed it
09:42.16*** join/#wowace ravagernl (n=chatzill@85.148.20.110)
09:42.33ckknighthrm, I think maybe I should do the watchdog stuff and then think of a way about how to make it efficient
09:42.46Nickenyfikenhmm Aura position is one of the "weakest" things in agUF in my opinion
09:43.44ckknightthrow ideas out there.
09:43.49NickenyfikenWould it be hard to have seperate configurations (position, size etc.) for buffs and debuffs?
09:44.21*** join/#wowace weab (n=asdf@cpe-70-112-143-167.austin.res.rr.com)
09:44.50ckknightno
09:44.58ckknightthey're separate now, I mean
09:45.03ckknightthere's no real position stuff in place
09:45.10ckknightbasically, how it is now is that you have frame
09:45.13ckknightframe.buffs
09:45.15ckknightwhich is a list
09:45.18CIA-1103ckknight * r30793 10PitBull/ (9 files in 5 dirs): PitBull - slight renaming of module lua files
09:45.18ckknightof a bunch of frames
09:45.22ckknightposition!
09:45.28ckknightsame with frame.debuffs
09:45.38ckknightthey're all like 16x16 or so
09:46.35Punkie`ckknight, something I would really love to suggest is an Aura list or such
09:46.44ckknightfor filtering?
09:46.49Punkie`yes
09:46.56ckknightI'm not against it
09:47.17Nickenyfikenyeah well for example maybe you want debuffs but now buffs shown on party frames but both shown on target and their position and size would be different on different types of units
09:47.27Punkie`There are very few auras that I would like to see, my own applied ones and 'valuable' auras
09:47.36[Ammo]ckk: why not just name the module dirs Mana Health etc
09:47.45[Ammo]adding the PitBull_ is ugly
09:47.52ckknightbecause they might be addons eventually.
09:47.57[Ammo]even WAU can handle the renaming
09:47.58ckknighta la Cartographer
09:48.08[Ammo]in carto it's ugly too and unneeded :p
09:48.18[Ammo]check bigwigs, it doesn't have it
09:48.21[Ammo]makes the addon much cleaner
09:48.22ckknightit's needed if people want to move it out of the folder easily
09:48.42[Ammo]not if you provide a .bat and make sure to set the filelist.wau entries as: @Mana
09:48.48*** join/#wowace abbat_w (i=abbat@moo.efnet.org)
09:48.49[Ammo]then the addon name will be added with an _
09:49.01ckknightalright
09:49.05ckknightI'll do it your way
09:49.08[Ammo]cool thanks :)
09:49.14*** join/#wowace zoomjr (n=hrenvam@87.229.149.25)
09:49.17[Ammo]makes for a much cleaner looking repository
09:49.21Nickenyfikenhehe
09:51.34CIA-1103ckknight * r30794 10PitBull/ (18 files in 9 dirs): PitBull - Move things
09:52.07CIA-1103fatherjim * r30795 10loudmouth/ (Bindings.xml loudmouth.lua):
09:52.07CIA-11loudmouth:
09:52.08CIA-11-Added an easter egg for my guild.
09:52.39CIA-1103ckknight * r30796 10PitBull/ (Health/Health.lua Health/PitBull.lua PitBull.toc): PitBull - fix moving of things, update toc
09:52.43xlviiuh.
09:52.56xlviihow much +hit rating should i be getting? i am a rogue.
09:53.08Dynomeaster egg.. hmm
09:53.10vhaarr130
09:53.49ravagernlMoo, Good Morning
09:53.53*** join/#wowace moonsorrow (n=moonsorr@HSI-KBW-085-216-057-070.hsi.kabelbw.de)
09:56.39NightHawkTheSaneenough to get you to 24% total +hit. :P
09:58.14ravagernlckknight How is work on pitbull :)
09:58.21ckknightquite good
09:58.25ckknightmodularized nearly everything
09:58.30ckknightworking on the watchdog tags now
10:01.48CIA-1103matini * r30797 10Cartographer/ (9 files in 8 dirs): Cartographer: Update zhTW locale
10:02.36Punkie`I just read the TODO of ticktoxin.lua
10:02.37Punkie`:(
10:03.12abbat_wergh...
10:03.14*** join/#wowace nahkiss (i=nahkiss@dsl-hkigw7-fed8dc00-135.dhcp.inet.fi)
10:03.15abbat_wstupid armory ;(
10:03.29abbat_wguys, anyone have link to talents tab on any char on armory?
10:03.34armoryI resent that!
10:03.50abbat_wcan you give me please, i can't switch to this tab, javascript errors on page ;(
10:04.06xlvii~seen Antiarc
10:04.35purlantiarc is currently on #wowi-lounge #wowace, last said: '(And ensure the XML parses? Drop it into your browser)'.
10:08.10ravagernlI wish wowhead would develop it's own character viewer using blizzards site
10:08.22yacoobabbat_w, http://armory.wow-europe.com/#character-talents.xml?r=Khadgar&n=Svieta
10:08.23ravagernlI just hate damn AJAX with flash
10:08.36abbat_wyacoob, thanks you very much
10:11.59ZealotOnAStickI wonder just what it costs Dell - both in cash and terms of hardware - for its product placement on shows like Smallville and the Stargates.
10:13.09Punkie`ZealotOnAStick: I wondered that too :P
10:14.18NightHawkTheSaneAs far as hardware seen on the show, I imagine it'd be a relative pittance compared to anything else they paid.
10:16.13*** join/#wowace Jens (n=jens@pdpc/supporter/active/Jens)
10:19.18Punkie`I always chuckled at the thought of 'We're going to another galaxy, don't forget your Dell XPS laptop!'
10:22.54*** join/#wowace Jens (n=jens@pdpc/supporter/active/Jens)
10:23.06CIA-1103ammo * r30798 10SRA/ (SRA.lua locales/enUS.lua): SRA: Shift into Relaxing Attire
10:24.52knarf-I feel like making a program to generate the CreateFrame functions and such for you, where you can see it visually :|
10:25.06*** join/#wowace Jens (i=Jens@pdpc/supporter/active/Jens)
10:25.29ravagernlIf I define a local function in a file how can I use it as an event handler when I am not using ace libraries?
10:25.36knarf-gah
10:26.14ravagernlNeed help with this: http://pastey.net/9029 Im sure it's something small
10:28.56ravagernlvhaarr: whats that?
10:29.36vhaarrravagernl: what's what?
10:29.44ravagernlSRA
10:29.53vhaarryou'll see some day
10:30.15ckknightoh, btw, PitBull won't have MobHealth2 support, just MobHealth3 support
10:30.19ravagernllet me guess
10:30.28ravagernlSimpleRaidAssist?
10:30.37ckknightSimple your mom assist!
10:30.40ckknightbam!
10:30.48ravagernllmao
10:31.00ravagernlSexually offensive addon that eats coconuts for breakfast.
10:32.39[Ammo]it makes flying penises move on your screen
10:33.10knarf-You make some fucked up statements in this chan now and then :S
10:33.21ravagernlehh, whats wrong with oRA then?
10:33.24NightHawkTheSane..."now and then"? :P
10:33.38knarf-NightHawkTheSane i'm just being diplomatic :P
10:33.44NightHawkTheSane;)
10:36.00[Ammo]haha
10:36.13ravagernlhey can anyone look at this for a second: http://pastey.net/9029
10:36.35ravagernlI keep getting an error UpdatePVP is nil
10:36.40*** join/#wowace knarf^_^ (n=knarf@0x57366845.odnxx12.adsl-dhcp.tele.dk)
10:38.18ravagernlanyone?
10:38.53*** join/#wowace Daemona (i=koaschte@i577A1220.versanet.de)
10:39.49knarf^_^hmm, anyone used WoW UI Designer from wowinterface.com ? :>
10:39.52Stephmwmornin
10:40.27*** join/#wowace pub^^ (n=pub@cdubray.csbnet.se)
10:40.44[Ammo]why would you use that?
10:41.05[Ammo]get tinypad or whatever ingame lua thing and run your layouting code in it until you're satisfied
10:41.47knarf-[Ammo] to make interface :P
10:42.11knarf-or gui, or whatever the correct term is theese days for the frames :)
10:42.17[Ammo]that wow ui designer produces xml
10:43.04[Ammo]not a fan of xml
10:43.10knarf-darn, had hoped it could do both
10:43.32knarf-was considering writing my own designer who could output the code for createframe and such :)
10:44.28knarf-sort of a way for me to learn creating gui better :)
10:44.43knarf-Not sure if it is just a waste of time though :P
10:48.38knarf-[Ammo] think anyone would use such a thing?
10:50.35vhaarrknarf-: I question your ability to create such a tool.
10:51.05knarf-vhaarr and why is that? :)
10:51.26*** join/#wowace restored (i=restored@sherman.campus.luth.se)
10:52.25ravagernldewdrop/waterfall>xml ui's
10:53.14ravagernlthe only two authors that really know how to make GUI's are possibly gello and cladhaire
10:53.20ravagernli think
10:53.46vhaarrI disagree strongly.
10:54.37ZealotOnAStickI'd maybe credit gello with that level of knowledge, I dunno about Clad.  I'd definitely say it'd be far more than just 2 (any two, not specifically those 2).
10:55.11Dynomwell actually all ui's on a computer (displayed on screen) are agui for that I can think of
10:55.14Dynoma gui*
10:56.03Brunersis it possible to supress the info about a received note in carto?
10:56.23knarf-vhaarr why do you question my ability to create such a thing? :)
10:56.45vhaarrknarf-: Because I don't know if you can code :)
10:57.29knarf-vhaarr I can but not really been doing many wow addons, and not any gui at all :P
10:58.20knarf-hence why i'm always asking questions in here :)
10:58.38ZealotOnAStickvhaarr knows I can't code worth a flip.
10:58.56knarf-I got a bidding system done for my guild, only thing I need to make now is the gui :P
10:59.22knarf-and it is taking AGES, cause I need to figgure out how it works first :P
10:59.29knarf-ZealotOnAStick hehe :)
11:00.09ravagernlvhaarr: I wonder why you disagree on that then?
11:02.51ckknightBruners: yea
11:02.56*** join/#wowace add\\Leialyn (n=unknown@p54b4cd0c.dip.t-dialin.net)
11:02.57ckknightBruners: there's an option somewhere
11:03.02ckknightdon't ask further, though
11:03.08Brunershehe
11:03.26Brunersits getting kind of annoying when my guildes are picking flowers
11:03.34knarf-Bruners you can
11:03.50knarf-think it is under Notes
11:04.35*** join/#wowace [DiE]Celeb (n=zlkkiz@ti300720a080-6329.bb.online.no)
11:04.44DynomI found a place, where we can boogie!
11:04.59Brunersknarf-: correct, thanks :)
11:05.01ravagernlwhere
11:05.04weabbooogie tonight!
11:05.39knarf-Bruners no problem :) I enabled it myself because I wanted to know WHEN ppl send me notes :P
11:06.06knarf-but then again, noone have shared their database with me, I on the other hand have shared mine a couple of times :D
11:06.26Brunersknarf-: its nice to know when your getting notes, but not 3 lines each 5 second :)
11:06.49knarf-Bruners ye, it gets quite spammy :P
11:07.38*** join/#wowace Lysithea (i=o@c-ad4ee455.017-172-73746f34.cust.bredbandsbolaget.se)
11:08.37Dynomweab: ^^
11:08.48weab;D
11:09.06knarf-You got a tail?!
11:10.39Dynomyeah, so do you
11:10.52knarf-Are you sure about that?
11:10.58weabi see it.
11:11.01weabit's sticking out
11:11.04Dynomknarf-: 100%
11:11.19weabknarf with a tail -
11:11.22Dynombut it's better to not wanting to see it
11:11.23weabit's cute
11:11.44Dynomsince you have to cut yourself open and hold a mirror and stuff
11:12.35knarf-Did I mention the crowd in here scares me sometimes?
11:12.47*** join/#wowace pahvir (i=pahvir@dyn-203-76-dsl.vsp.fi)
11:13.10*** join/#wowace nekoh (n=nekoh@pd9e0060a.dip0.t-ipconnect.de)
11:14.24CIA-1103ammo * r30799 10SRA/ (SRA.lua SRA.xml): SRA: ARSe?
11:16.28ravagernllol [ammo] why are you coding another raidassist
11:16.51[Ammo]it's not a raidassist
11:18.36Brunersat what level can you train proffesions above 300?
11:18.48NightHawkTheSane50
11:20.50ZealotOnAStickYou'd have to be summoned to outland though.
11:21.02ZealotOnAStickas you can't go through the portal until 58.
11:21.08Brunersyep
11:21.13ZealotOnAStickhmm.  Or portalled, I suppose.
11:23.25NightHawkTheSanehmm.. Is it just me or does sg-1 reuse farscape props like guns...
11:23.36*** join/#wowace Garns (n=blub@muedsl-82-207-222-101.citykom.de)
11:24.04*** join/#wowace xlvii (n=Tim@144.136.157.109)
11:24.26ZealotOnAStickprops, actors . . .
11:24.30ZealotOnASticksame diff.
11:24.30*** join/#wowace Drool (n=drool@87-194-188-170.bethere.co.uk)
11:24.36NightHawkTheSanelol
11:25.16ZealotOnAStickBoth were shot primarily in vancouver I think, probably the same studios (I could be wrong on this).
11:26.31*** join/#wowace bindi (n=indigo@d54C68DEA.access.telenet.be)
11:28.44NightHawkTheSanefarscape was filmed mostly in New Zealand and australia
11:28.59NightHawkTheSaneI
11:29.04NightHawkTheSaneI'm reasonably sure, at least.
11:30.16ZealotOnAStickI think you're right, actually.  Glad I threw in that disclaimer.
11:30.34ZealotOnAStickProbably just SciFi reusing props then.
11:30.39evllol
11:30.44evlGiev link to  healing tutorial
11:30.54evl2.5 years playing rogue hasn't exactly sharpened my Priest skills
11:30.59evl"WTF PRIEST? STOP DOTTING"
11:31.01evlI lol'ed
11:31.08NightHawkTheSaneZealotOnAStick: yeah, that's what I figured.
11:32.24NightHawkTheSaneevl: spec into holy nova. Jump around spamming it pretending you're a mage. :D
11:32.24evlI haven't played mage either
11:32.24Sroshsomeone else got a prob with corkfu recently?
11:32.26evlbut I do have 4 level 60 rogues and one level 70 rogue :)
11:32.33NightHawkTheSaneevl: it's easy, just jump around like an idiot spamming arcane explosion. :D
11:33.21CIA-1103rabbit * r30800 10Cutup/ (Cutup.lua modules/LightFingers.lua modules/TickToxin.lua): Cutup: Tweaks.
11:33.44NightHawkTheSaneI kind of miss playing a rogue.
11:34.07evlrogue nvm cleave + sweeping dead
11:34.35NightHawkTheSanelol, yeah, and that's why I -don't- miss playing a rogue.
11:35.14xlviievl, what level is your priest? ;p
11:35.27evl18!
11:35.45evlI took the dranei priest cause she has a HUGE unnatural rack
11:35.49NightHawkTheSanelol, at level 18 there's not much more then spamming lesser heal a bunch
11:36.40CIA-1103rabbit * r30801 10Cutup/ (4 files in 2 dirs): Cutup: Don't create anything if the player is not a rogue.
11:36.50NightHawkTheSanealso.. mmm.. claudia black
11:42.32CIA-1103rabbit * r30802 10Cutup/modules/Spam.lua: Cutup: Forgot this module since I had deleted it.
11:44.06CIA-1103rabbit * r30803 10Hemlock/Hemlock.lua: Hemlock: Bail early if the player is not a rogue.
11:46.46Industrialhttp://www.wowace.com/forums/index.php?topic=5075.new#new
11:46.48Industrialin
11:46.49Industrialyour
11:46.49Industrialface
11:50.22evlflame posts in a forum about addons for an mmorpg, +10 for geek factor
11:51.23NightHawkTheSane"so... ten out of ten for style, but minus several million for good thinking, yeah?"
11:51.37vhaarr<3 HGG
11:51.44NightHawkTheSane:D
11:52.14CIA-1103fatherjim * r30804 10loudmouth/ (Bindings.xml loudmouth.lua):
11:52.14CIA-11loudmouth:
11:52.14CIA-11- The Easter Egg Hunt Continues...
11:52.49Dynomis someone actually crying because he got bad karma? or do I miss the rest of the thread
11:53.01vhaarrlol
11:53.09vhaarreaster eggs ftw
11:53.37Dynomya ^^
11:54.16Industrialread the thread its funny. yes its my fault, btw.
11:54.34Industrialarr math test in a few :<
11:58.13*** join/#wowace MoonWolf (i=MoonWolf@g173217.upc-g.chello.nl)
11:58.13*** mode/#wowace [+o MoonWolf] by ChanServ
12:05.44*** join/#wowace mitch0 (n=mitch@84.236.54.133)
12:05.49mitch0didum
12:07.54*** join/#wowace pb_ee1 (n=pb_ee1@rob92-8-82-242-12-147.fbx.proxad.net)
12:09.39CIA-1103ammo * r30805 10SRA/ (SRA.lua libs/): SRA: So you Really Are that daft?
12:09.39*** join/#wowace Hjalte (n=chatzill@0x57337483.svgnxx3.adsl-dhcp.tele.dk)
12:10.06NightHawkTheSane[Ammo]: yes!
12:10.46mitch0playing around with commit messages is almos as lame as chatting thru syslog :P
12:11.02vhaarrno u
12:12.03MoonWolfmitch0, syslog chatting awesome.
12:12.13MoonWolfthat or two telnet sessions.
12:12.21[Ammo]chatting via a screen -x
12:12.28*** join/#wowace Gnarfoz (i=smallbra@unaffiliated/gnarfoz)
12:12.47MoonWolfor chatting through a notepad on a vnc'd machine.
12:13.08vhaarrthat's awesome
12:13.35Hjalte"AceModuleCore-2.0: OnInstanceInit cannot be called twice" - What causes this error to come?
12:13.37NightHawkTheSaneI remember doing that via Timbuktu way back when
12:15.06*** join/#wowace kenlyric (n=jabels@iu-itpo-vreris.itpo.iu.edu)
12:17.38vhaarrKaelten: ping
12:19.14Industrialhttp://img142.imageshack.us/img142/9731/wowscrnshot032307141802rh9.jpg
12:19.19Industrialoh meh forgot buffs
12:19.20Industrial:|
12:19.29mitch0soo much lock envy on the mage forums...
12:22.12NightHawkTheSaneIndustrial: whats that a shot of?
12:22.59Industrialhttp://img372.imageshack.us/img372/6194/wowscrnshot032307142200dh3.jpg
12:23.05DynomHjalte: because it get's called twice ?
12:23.22Industrialof how I might be laying out the (my) unitframes. They are just frames with color they dont work yet atm
12:23.38HjalteDynom: Yeah, i'm able to read that, but I was looking for some hints on how to determine what addon was causing it :)
12:24.06*** join/#wowace Telrin (n=test@shandalar.xs4all.nl)
12:24.20Industrialo well back to school for my math test, bbl in 2 hours
12:24.30DynomIndustrial: gl
12:24.37Industrialta
12:25.23Dynom13:12 < [Ammo]> chatting via a screen -x  <-- hhaha, reminds me of the good old `talk` times ^^
12:25.26*** join/#wowace Royal (n=m@cp291458-b.landg1.lb.home.nl)
12:27.44HealthI think you mean.. the old time late night "talks"
12:30.11*** join/#wowace hArl (i=harl@dslb-088-076-052-050.pools.arcor-ip.net)
12:32.40HjalteIt seems there is a problem with some of the Ace libraries in the latest Bigwigs; I only get these errors when loading Bigwigs, when i disable it they are gone. http://ace.pastey.net/9045
12:34.10*** join/#wowace revv (n=Miranda@205.174.173.62)
12:35.01*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub)
12:35.01*** mode/#wowace [+o Tekkub] by ChanServ
12:37.05DynomHealth: no, was talking about talkd and wall times
12:37.28Healthsure
12:38.27*** join/#wowace knarf- (n=knarf@87.239.71.35)
12:43.20ravagernlindy!
12:43.26ravagernlmy UI pwns yours!
12:43.45ravagernlhttp://img155.imageshack.us/my.php?image=03232007123531vu5.jpg
12:45.15yacoobAnyone was using http://firegpg.tuxfamily.org/ perhaps?
12:45.59evlI give you 10 out of ten for style, but minus several million for screen space wasting and more than 10 useless fubar plugins
12:46.06knarf-ravagernl looks decent enough
12:46.35evland visible bars are so 1997
12:46.36knarf-the ui ^^^
12:46.38evlnext!
12:46.46ravagernl1997?
12:46.56evleven earlier!
12:47.01ravagernlwow isnt that old :P
12:47.39hastewhen was it first announced?
12:47.41evli'm exaggerating widly
12:47.51ravagernllol
12:48.03hasteI agree with evl anyhow!
12:48.22ravagernlThe textures arent mine by the way, serpentruin but I made an addon for it
12:48.30NightHawkTheSaneman, i could never hide my action bars. ><
12:48.36ravagernlmay seem little to you guys but its a lot for me
12:48.50knarf-i'd not want to hide my bars either :<
12:48.54GagorianBars suck
12:49.06ravagernlkeybinds?
12:49.09CIA-1103ckknight * r30806 10Ace2/AceEvent-2.0/AceEvent-2.0.lua: .AceEvent-2.0 - Bucketed events can now pass args all happy-like.
12:49.30knarf-even though I use keybindings too, but meh :>
12:49.33NightHawkTheSaneOf course I use keybinds, but i use the action bars for cooldowns and also to see if I have the mana to cast spells
12:49.40GagorianAnyway I think the viewport is unnecessarily small..
12:49.55knarf-I like cinematic viewports :>
12:50.00GagorianIt looks pretty decent with those texturestuffs but they just take too much space
12:50.02*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub)
12:50.07*** mode/#wowace [+o Tekkub] by ChanServ
12:50.23ravagernlhmm yeah well theyre just not made for widescreen
12:50.26evlI mean, less is more truly shines in WoW
12:50.33evlmore space for killing, less for chatting
12:50.51ravagernlmeh, dont like minimalistic UI's, but that's just me
12:51.09ravagernlplaying every strategy game possible just makes you wanna go with a viewport
12:51.22evlDOTA?!
12:51.27CIA-1103ckknight * r30807 10PitBull/ (Health/Health.lua Mana/Mana.lua PitBull.lua WatchdogTags.lua): PitBull - added Watchdog tag system. All font string things use it now, internally.
12:51.40Gagorianhttp://www.saunalahti.fi/~larssaar/ui.jpg
12:51.50ckknightwir sitten a ventrilo spiele litte dota
12:51.51GagorianThat's about the current UI I use
12:51.55Gagoriansome changes though
12:52.17hasteeins zwei guten morgen yi er yi er ich- ich- ich- ich-
12:52.18ckknight[Ammo]: there's the watchdog tag system
12:52.27evlI'm minimalistic to the poiint where I remove my own name, class and level from the player frame just to "clean things up"
12:52.27evl:P
12:52.28hasteif you can figure out where that is from, you are as insane as me
12:52.31[Ammo]nice
12:52.55ckknight[Ammo]: I'm gonna say it's a tad more efficient than what agUF has right now
12:53.09NightHawkTheSaneevl: well presumably you already know those, so no need to display them ;)
12:53.23ravagernlEWWW DOTA
12:53.23evlexactly
12:53.24hastethe system agUF uses is almost a year old tho' :p
12:53.38evlless numbers changing = more Zen calm to kill stuff
12:54.04NightHawkTheSaneevl: maybe so, but I still cant drop my action bars. /cry
12:54.19evlI first only used it on my rogue
12:54.23evlthen my friend copied my ui after a crash
12:54.28evlnow he runs without bars on mage + warrior
12:54.37hasteI use it on my rogue / warlock
12:54.40evlblizz standard bars + hotkeys + oCD = WIN
12:54.43knarf-not having bars would be weird :>
12:54.47ravagernlno theanyway my screen is so large I can play with such large textures, 24'' ftw :P
12:54.52hasteand shaman before, but I haven't played that char since Naxx came :p
12:55.17NightHawkTheSaneI dont get how any shaman can play with hidden  bars. You have 25+ spells just for totems. ><
12:55.31ravagernlyata
12:55.41hasteI didn't use any totem add-on either :p
12:55.41evlwtf is up with ag anyway
12:55.45evlupdates stopped.
12:55.46NightHawkTheSaneI tried it, it was way to unwieldy for casting secondary totems.
12:55.56NightHawkTheSanehaste: how. TELLLL MEEEEEEE
12:56.03[Ammo]my guildmates keep bugging me about a totem addon
12:56.03[Ammo]meh
12:56.09*** join/#wowace Aens|Superiority (n=a@CPE00508da82991-CM0018c0b3e908.cpe.net.cable.rogers.com)
12:56.14hasteNightHawkTheSane: swapping actionbars :3
12:56.16[Ammo]I'm tempted to make them PenisPoles :p
12:56.28NightHawkTheSaneI might try yata again, and dick around with it some. *shrug*
12:56.42NightHawkTheSanehaste: bleh, I never could get the hang of doing that. :\
12:56.58ravagernlkeybinds = not nice for friends
12:57.13hasteI play with ESDF, that's not nice for friends anyway
12:57.18ckknight[Ammo]: Yata worked for me when I played my shaman
12:57.46[Ammo]I don't have a shaman with totems
12:57.50[Ammo]but people tell me yata sucks
12:57.51Silviu-ckknight Pitbull will have portraits too ?
12:57.54[Ammo]without any specific thigns
12:58.02ckknighteventually, I suppose
12:58.06ckknightit's all modular
12:58.13Silviu-ckknight nice nice
12:58.15knarf-http://wow.thmsn.dk/ui.jpg <-- my UI :>
12:58.16ckknightso it's all about whoever wants to write the module
12:58.42ckknightpersonally, I couldn't care less about portraits
12:59.28*** join/#wowace dotted (n=me@0x555157c7.adsl.cybercity.dk)
12:59.53evlknarf-: buttons are lile drugs to you yes/no/punani?
13:00.10knarf-mhhh, buttons TASTY!
13:00.54*** join/#wowace Cheads (i=chead@0x535dcec7.virnxx18.adsl-dhcp.tele.dk)
13:01.03*** join/#wowace dotted (n=me@0x555157c7.adsl.cybercity.dk)
13:01.24CIA-1103ammo * r30808 10SRA/ (SRA.lua SRA.toc): SRA: By fire be purged!
13:02.09knarf-suppose I could hide them, but i'm just used to have them as range check / cooldown, well ye about that :)
13:02.19ravagernlsimpleraidassist i guess, I dont know why the heck ammo and rabbit are rewriting ora
13:02.52[Ammo]it's not simpleraidassist
13:02.52NightHawkTheSaneTASTE THE FLAMES OF SULFURON!
13:03.07knarf-simple raid announce ?
13:03.15[Ammo]SRA stands for nothing
13:03.25[Ammo]it could be Sexy Rabbit & AMmo
13:03.26Silviu-My UI http://tinyurl.com/29artn :)
13:03.39NightHawkTheSanefor those who care, my current ui is here: http://www.asylumsw.com/misc/ui.jpeg
13:04.05knarf-NightHawkTheSane I care :>
13:04.10NightHawkTheSaneknarf-: <3
13:04.24*** join/#wowace dotted (n=me@0x555157c7.adsl.cybercity.dk)
13:04.49NightHawkTheSaneThe only thing i dont like about my ui right now is that there's just no good place for target buffs/debuffs. ><
13:04.52Dynomyou have a bird-cage in your bar ?
13:04.58NightHawkTheSaneminipet!
13:05.15Dynom:-(
13:05.22Kaeltenhttp://vspx27.stanford.edu/cgi-bin/main.py?qtype=teampage&teamnum=54374
13:05.29Kaeltenwoot we hav people :)
13:05.40CIA-1103toadkiller * r30809 10AutoBar/ (8 files):
13:05.40CIA-11AutoBar:
13:05.40CIA-11-Flying Mount localization
13:05.50[Ammo]Kaelten read vhaarr's messages :p
13:06.02Tornhoofammo, feel free to change yata to your guildmates needs :)
13:06.13[Ammo]no
13:06.16[Ammo]I can't :p
13:06.19NightHawkTheSaneWhat's wrong with putting my minipet in autobar? /cry
13:06.19Kaelten[Ammo]: huh?
13:06.22[Ammo]my shamans are level 4 and 5 :)
13:06.32[Ammo][13:18] <+vhaarr> Kaelten: I changed the e-mail on my forum account, and didn't get an "activation email", so I can't re-activate my account.
13:07.29Silviu-Nobody say my UI is ugly ? ;(
13:07.54ravagernlomg damnit I wished feign death would clear dots like vanish
13:07.57evlIS UGLY
13:07.59NightHawkTheSaneSilviu-: your UI is ugly
13:08.00Silviu-Thx :D
13:08.08ravagernli just died from a rogue's deadly poison ><
13:08.21Dynomthats just sad
13:08.21NightHawkTheSaneravagernl: ... since when does vanish clear dots?
13:08.32ravagernlsince 2.0 I thought
13:08.37*** join/#wowace dotted (n=me@0x555157c7.adsl.cybercity.dk)
13:08.54Dynomit doesn't afaik, but cos does
13:09.06ravagernlor maybe rogues use cloak of shadows + vanish macro, i dont know
13:09.12NightHawkTheSaneravagernl: afaik, no, vanish will only remove snares/roots/hunters mark.
13:09.20Gnarfozvanish removes hunter's mark and all snares/roots/
13:09.24Gnarfozbleh
13:09.25Gnarfoz:P
13:09.35Dynomneither of those are dots
13:09.37Brunersits called cheat
13:09.39Gnarfozindeed.
13:09.45NightHawkTheSaneDynom: well, entangling roots is..
13:09.46ravagernlmacro then
13:09.49NightHawkTheSaneto be sure. ;)
13:10.06ravagernlHAH SEE IT KILLZ DOTS
13:10.07DynomNightHawkTheSane: if you want to call it damage.. ok
13:10.22Dynomsure.. it removes hp's, thats true
13:10.33Gnarfozremoving the snare/root has precedence over wether it also has a dot effect
13:10.38Gnarfozsee gnome racial
13:10.50HealthEscape Artist!
13:10.57HealthKARATE IN YOUR FACE
13:11.32ravagernlZOMG CHUCK NORRIS
13:11.33NightHawkTheSaneDynom: well, it deals damage over time, thus a DoT. It's also a root, so effects that break roots will break it, obviously. I'm just saying. ;)
13:13.04*** join/#wowace Kaelten-Laptop (n=chatzill@c-68-63-37-246.hsd1.al.comcast.net)
13:13.04*** mode/#wowace [+o Kaelten-Laptop] by ChanServ
13:13.37DynomAnyone got a great alternative to outfitter
13:13.43Dynom(no not wardrobe)
13:14.06HjalteDynom: Closetgnome
13:14.21Dynomyeah seen that one, is it really nice ?
13:14.25Dynomoutfitter stopped I read
13:14.30CIA-1103ckknight * r30810 10PitBull/ (6 files in 3 dirs): PitBull - separated out the name and class fontstring deals into their own modules.
13:14.46ckknightthere, now PitBull shows no data without modules
13:14.52ckknightwhich is what I was going for
13:15.06Dynomckknight: ^^ when you gonna make that info page ?
13:15.08Nickenyfikenbut it shows the frames?
13:15.27ckknightNickenyfiken: a blank frame with nothing on it whatsoever, if that's what you mean
13:15.43ckknightDynom: what info page?
13:15.52Dynomckknight: on wowace
13:15.57Dynomthe addon 'detail' page
13:16.00ckknightoh
13:16.10ckknightwell, I'd like for auras to position properly
13:16.21ravagernlckknight, what does pitbull look like right now
13:16.21ckknightand I still have to do grouping
13:16.23ckknighteventually
13:16.29Silviu-ckknight i tryed it today but default bliz things were still there
13:16.32Dynomckknight: kk, I'll wait patiently ^^
13:16.32ckknightravagernl: like agUF's ABF (the default) theme
13:16.40ckknightit's fully themable, though...
13:16.46ravagernlbut the main difference is?
13:16.50ckknightSilviu-: yea, it doesn't get rid of those yet
13:16.53Silviu-Ok
13:16.55ckknightravagernl: efficiency and modularity
13:16.59Silviu-ravagernl performance
13:17.00Silviu-:)
13:17.05Dynombigwigs or deadly_bossmod
13:17.05ravagernlcool ;)
13:17.20Silviu-bigwigs
13:17.21Silviu-:P
13:17.39Dynomwell many start to switch over to deadly, but I wonder why
13:17.42DynomI like bigwigs
13:17.45*** join/#wowace Amadeo (n=amadeo@c-68-50-75-9.hsd1.md.comcast.net)
13:18.04Nickenyfikenckknight: i see
13:18.51Dynomoh.. la-vendeta
13:18.52Dynomic
13:20.16[Ammo]use whatever addon suits your needs :p
13:21.01mitch0btw, does anyone else have sound issues around ethereals? mainly mana tombs and razarry landing (or whatsitsname in blade's edge)
13:21.08ravagernlhmm, getting an error from aguf when chaning texture in surfacecontrol
13:21.33*** join/#wowace doktoreas (n=geko@82.61.129.202)
13:22.07Hjalte[Ammo]: I keep getting these three errors when i enable bigwigs (r30761) after having updated all my ace addons. Do you have a clue on what i can do? http://ace.pastey.net/9045
13:22.14ravagernlIf pitbull can support layouts soon ill change to it
13:22.21ckknightravagernl: it already does.
13:22.27*** join/#wowace [dRaCo] (i=drc@p5485bc4b.dip0.t-ipconnect.de)
13:22.35ckknightravagernl: it's just coded manually, only one layout thus far
13:22.43ravagernli see
13:22.52AmadeoHow's the latest AutoBar working? can I upgrade yet?
13:22.55ravagernlso i can take auf_layouts and take the layouts from that too?
13:23.36NightHawkTheSanehmm. I need to change my terminal prompt to have timestamps. ><
13:23.56ckknightno, ravagernl, I considered agUF's layout system to be flawed and bloated
13:24.33ravagernlhmm I see
13:25.12ravagernlwill it be easier to make layouts for pitbull, if you are familiar with setpoint and lua tables
13:25.20ravagernlthen in aguf?
13:25.21*** join/#wowace kovi (i=nnscript@p5081e86e.dip.t-dialin.net)
13:25.24ckknightyea, probably
13:25.35ckknightit's like, point1 = { "LEFT", "frame", "LEFT", 3, 0 }
13:25.43ravagernlcool
13:25.45ckknightnotice how it resembles :SetPoint
13:25.53ckknightPitBull's layout system isn't complete yet
13:26.16ckknightthere's no logic in it, which will be necessary as more modules (such as portraits and auras) come into play
13:26.30ckknightand I want the possibility for the user to choose two paths
13:26.37ckknightsuch as auras on the top or the bottom and such
13:26.45ckknightbut have the settings be arbitrary, really
13:26.49ckknightup to the layout designer
13:28.14*** join/#wowace chutwig (n=chutwig@wg-206-hill012.rutgers.edu)
13:32.46ckknightpart of me wonders whether it'd be easier to just have the layouts be snippets of code, though
13:34.01ckknightI mean, is healthBar = { point1 = { "TOPLEFT", "frame", "TOPLEFT", 5, -5 } } _really_ better than frame.healthBar:SetPoint("TOPLEFT", frame, "TOPLEFT", 5, -5) ?
13:34.03Nickenyfikenckknight: does it support Surfaces?
13:34.08ravagernlit's easier to use code then to define a layout in a table I guess
13:34.36ckknightNickenyfiken: yes, it uses SharedMediaLib. Currently there's no way to select anything, though, but it'll be easy to add the option
13:35.00ckknightravagernl: seems like if that happens, then fancier things will be viable, such as if statements
13:35.10ckknightif there's a portait, allow space for it and such
13:35.22ravagernlcool
13:35.44ckknightNickenyfiken: it just assumes the user wants the blizzard texture for now
13:35.49ravagernlwill sharedmedialib be able to pull textures registered with surfacelib?
13:35.58ckknightyes, I coded that in like 2 days ago
13:36.03ravagernl:o
13:36.13ravagernlyoure awesome and so is your addons
13:36.25Nickenyfikenckknight: ok
13:36.26NightHawkTheSaneso "are" your addons.
13:37.13abbat_wbtw
13:37.20ravagernlwhatever, english isnt my native language
13:37.31abbat_wanyone know are exist mod with functionality like 'autoexec.bat'
13:37.31Nickenyfikenhmm ok so its SharedMediaLib now... so Surfaces is depricated?
13:37.37ckknightyes
13:37.39abbat_wfor /script executing
13:38.10ckknightabbat_w: to run code on startup?
13:38.16ravagernlI wonder then also if surfacelib can pull textures from sharedmedialib then :P
13:38.24abbat_wckk, yep
13:38.40ckknightravagernl: yes, I coded that in as well
13:39.37*** join/#wowace vhaarr (n=folk@ghybel545.krs.hia.no)
13:39.37*** mode/#wowace [+o vhaarr] by ChanServ
13:41.31ravagernlgoing to check out pitbull then and see what its like
13:42.00*** join/#wowace beerke (n=beerke@5353E179.cable.casema.nl)
13:42.33*** join/#wowace hugo (i=hugo@hugo.scnet.cz)
13:44.24hugohi
13:45.16*** join/#wowace xyu (i=xyu@218-170-46-167.dynamic.hinet.net)
13:45.27evlhttp://rumandmonkey.com/widgets/toys/namegen/577/
13:45.38xyugood evening gentlepeople
13:45.41ckknightravagernl: not gonna seem very advanced
13:45.47ckknightravagernl: but it's fast!
13:45.50ravagernl:>
13:45.53ckknightalright, I need to sleep
13:46.16*** join/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
13:46.18ravagernlheh it's 14:45 over here
13:47.02xyu21:50 and now officially my weekend. wewt
13:48.28*** join/#wowace ckknight (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
13:48.28*** mode/#wowace [+o ckknight] by ChanServ
13:49.32AmadeoDoes anyone use !!!StandaloneLibraries, or are they not supposed to be used now?
13:49.55*** join/#wowace FryGuy (i=fryguy@c-24-23-19-160.hsd1.ca.comcast.net)
13:50.32Brunersgot no idea really, but i have it
13:51.22AmadeoI'm confused about how it's supposed to work...readme says one thing, but it does another
13:51.38AmadeoIf I just check it out from WAU, it'll download all the directories and files to my AddOns directory
13:51.53Amadeoif I check out from SVN, it'll make empty folders, but then updating without externals through WAU downloads nothing
13:53.14Nickenyfikenyour not supposed to do both
13:53.24Nickenyfikenether check out from SVN or use WAU
13:53.52NickenyfikenWAU skip addons that is checked out from SVN
13:53.52*** join/#wowace cladhaire (n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
13:53.52*** mode/#wowace [+o cladhaire] by ChanServ
13:54.18AmadeoNickenyfiken: Yeah, but it's not doing what it says in the readme either way
13:54.54Nickenyfikenok hmm
13:55.15GagorianIf I use an infinity symbol in the tooltip.. should I expect it not to display properly in certain fonts?
13:55.29Gagorian(in case the user uses some custom ones)
13:55.36AmadeoUnless WAU is only downloading what I need, but somehow I doubt that :)
13:55.52Amadeoyeah, it's not
13:56.02Amadeosince I know I don't use uiQuery :)
13:56.09ravagernlckknight you have a double pvpranknum watchdogtag :P
13:56.16hugocould anyone add Mongoose to SCT ? ;o like it says Crusader! ;]
13:56.46mitch0could someone add the Freeze cooldown to MSBT_cooldowns, too? :)
13:57.09hugowhat is msbt ;o
13:57.16JoshBorke~msbt
13:57.20purlmethinks msbt is Mikord's Scrolling Battle Text, a possible SCT replacement, found at http://www.wowinterface.com/downloads/info5153-2.0.html
13:57.20mitch0a better sct
13:57.25JoshBorkea different SCT
13:57.29JoshBorkenot necessarily better
13:57.33xyuHey guys once i kill 2 more mobs i'll be level 70 on my blood elf pally.  /selfpat  
13:57.33mitch0well, better for me
13:57.36mitch0so sue me :)
13:57.36AmadeoI prefer MSBT
13:57.42JoshBorkexyu: grats
13:57.56xyuthanks!~
13:58.10NickenyfikenAmadeo: it will download and update all Libs you have in your AddOn folder even if you need it or not
13:59.26*** join/#wowace Lyset (i=o@c-ad4ee455.017-172-73746f34.cust.bredbandsbolaget.se)
14:00.10*** join/#wowace ravagernl_ (n=chatzill@85.148.20.110)
14:00.14*** join/#wowace pahvir- (i=pahvir@dyn-203-76-dsl.vsp.fi)
14:00.19AmadeoNickenyfiken: Yeah, I don't think it works like it's supposed to anymore
14:00.58*** join/#wowace hArl (i=harl@dslb-088-076-052-050.pools.arcor-ip.net)
14:01.16AmadeoUnless it's just the wording that's confusing me
14:01.47hugohmm
14:01.51hugoi beter stay with sct ;o
14:02.34hugojust does anyone know how to add the Mongoose! text same like if Crusader triggers? it has even same animations too
14:02.56mitch0hugo: you can do that for yourself in MSBT, if it appears in the combat log
14:03.37HealthNice color on your colon
14:03.37CIA-1103gagorian * r30811 10DrDamage/DrDamage.lua:
14:03.37CIA-11DrDamage:
14:03.37CIA-11-Changed display of casts left over 1000 to infinite (prevents tooltip from growing huge when hovering low rank spells).
14:03.39mitch0hugo: there's a demo vid on wowinterface about it. I've done it for frostbite
14:03.49*** join/#wowace Gngngsk (n=gngsk@c-69-138-213-251.hsd1.md.comcast.net)
14:05.02*** join/#wowace weab_ (n=asdf@cpe-70-112-143-167.austin.res.rr.com)
14:05.44ravagernlnow that I think of it ckknight, would it be possible to have different bar textures for health and mana, with layouts, we can then use non square textures and make something funny like icehud with pitbull hehe
14:06.24knarf-That would be coool
14:07.10ravagernlim getting a bit tired of the two squares for health and mana
14:07.40nuoHephugo, try adding this in your sct_event_config.lua [20] = {name="Mongoose!", search="You gain Lightning Speed", r=128/256, g=128/256, b=256/256, iscrit=1, class={"Warrior","Rogue","Paladin","Shaman","Hunter"}},
14:07.42ravagernlwould be really cool to have a circle unitframe where you portrait in the center, health left and mana right
14:08.38*** join/#wowace Groll (n=yodla@hstad-132-175-209-82.3.cust.bredband2.com)
14:08.57knarf-it would indeed be col to have the layout to be as custum as you want it to be :)
14:09.10mitch0what I miss in MSBT is the ability to configure scroll speed for individual scroll frames (maybe I just didn't look close enough)
14:09.40hugothx nuoHep i go try ;]
14:09.40*** join/#wowace Kilroo (n=Jarentha@cpe-071-076-173-175.triad.res.rr.com)
14:10.01mitch0so, nobody is missing sound effects in mana tombs then?
14:10.19JoshBorkemitch0: it's in there
14:10.29mitch0the sound effects? where?
14:10.40mitch0:)
14:10.40JoshBorkemitch0: the individual speed settings in MSBT
14:11.35mitch0I'll go check again. as far as I remember I could only change the path length of the scroll and that automagically adjusted the scroll speed. but probly I missed something
14:12.12mitch0I need my cooldowns to stay up a bit longer as I sometimes miss those...
14:17.43hugonuoHep it works, thanks ;]
14:18.26*** join/#wowace vhaarr (n=folk@ghybel545.krs.hia.no)
14:18.27*** mode/#wowace [+o vhaarr] by ChanServ
14:19.14*** join/#wowace ravagernl (n=chatzill@85.148.20.110)
14:19.49ravagernlvhaarr: Can you maybe add SharedMediaLib to StandAloneLibraries?
14:19.59vhaarrravagernl: SAL is not mine.
14:20.02JoshBorke...i just got killed in the area northwest of shattrath and got sent to the terokarr graveyard
14:20.40Fisker-i'm trying to fap
14:20.44Healthnice
14:20.53Fisker-the fapping or the dying?
14:21.14Healthfapping is always nice
14:21.52Fisker-true
14:21.59Fisker-C&C3 is out :o
14:22.09DynomI wonder how many litres are spilled every day...
14:22.28NightHawkTheSaneJoshBorke: the barrier hills? and er.. did you get sent to the graveyard as a ghost?
14:23.36JoshBorkeNightHawkTheSane: yes and yes
14:23.41JoshBorkethanks, i forgot the name
14:23.44NightHawkTheSaneJoshBorke: HAHAHAHAHAHA. :D
14:24.19NightHawkTheSanemy sympathies. I am, however, greatly amused. I'll remember not to die there in the future. :P
14:24.50evlDo you know what perversion is?
14:24.58evlThe level 2 BS axe
14:25.02DynomI wonder how long of a walk that would be
14:25.07JoshBorkeNightHawkTheSane: :-P
14:25.09evlwtf MS critting people for 4k FTW?
14:25.28art3misi was gonna say "a donkey show?"
14:25.33JoshBorkeoh well, more time to code
14:26.11JoshBorkewhile i wait on a GM to respond
14:26.42NightHawkTheSaneYOu know a GM's not going to help you.
14:27.18Fisker-Get someone to queue in BG instead
14:27.30NightHawkTheSaneAt best, you'll get "This is a known issue, and we're working to resolve the problem, but I cant help you at this time"
14:28.03Fisker-sometimes they are sweet to teleport you to the corpse
14:28.08Fisker-but usually it's not worth the wait
14:28.46Fisker-the price for the Runed Eternium Rod is retarded :/
14:29.15*** join/#wowace mikebro (n=mikebro@dns.johnabbott.qc.ca)
14:30.03kenlyricuh... i'm confused... shattrath is in terrokar... it wouldn't be that long of a walk.
14:30.25Fisker-barrier hills is flying mount only
14:30.25NightHawkTheSanekenlyric: The barrier hills (where he died) is a flying only area
14:30.27kenlyricDying in silithus and ending up in the westfall graveyard? Now that's a walk.
14:30.36kenlyricNightHawkTheSane: ah.
14:30.50Fisker-WESTFALLED kenlyric
14:31.01Fisker-That PTR was the best one ever
14:31.04ravagernlthat's just Rude if blizzard gm's dont help you then
14:31.14kenlyriclots of places you can die that require a spirit rez.
14:31.15ravagernlRude with a capital
14:31.23Fisker-RUDE in caps
14:31.37NightHawkTheSaneRude with a capital F and U?
14:31.50ravagernllol
14:31.56NightHawkTheSanehm, rude actually has a u in it. >.>
14:31.59Fisker-"=!/¤&"!)&/"!/&¤"!)/&¤")!/¤&"!
14:32.01Fisker-FUCKING CRAP
14:32.08ravagernlehhh?
14:32.17GagorianGMs are fucking useless, I've never gotten help from a single one
14:32.19DynomFisker-: thats one complex regexpression
14:32.23GagorianAnd I've asked maybe 5 times.
14:32.44kenlyricgee, I got two complete character restores from GMs
14:32.46Fisker-i just went to shattrath because i forgot to make imbued netherweave bolts for my spellcloth etc.
14:32.54Fisker-Then i went back to altar of shadows
14:32.59Fisker-and i forgot my primal shadow
14:33.11knarf-you suck :P
14:33.15nomenquislol
14:33.19JoshBorkeyay for BGs
14:33.22Fisker-Gagorian usually they're helpful, but almost never in "i am stuck issues"
14:33.36kenlyricoh, and a GM reset Goc for me.
14:33.39knarf-i've always had help in i'm stuck issues
14:33.43Fisker-Their responsetime is way too slow for it to be worth anything
14:33.52kenlyrici've never been stuck... the "unstuck" feature works.
14:34.05Dynomkenlyric: you mean heartstone
14:34.06knarf-atm their responsetime is quick, using span sentry to report gold sellers atleast :P
14:34.10kenlyricbut dying in a place you can't rez isn't something they can really "fix"
14:34.21kenlyricDynom: nope... unstuck works the normal way lots of times.
14:34.29*** join/#wowace Cairenn (n=Karen@MMOI/Administratrix/Cairenn)
14:34.29*** mode/#wowace [+o Cairenn] by ChanServ
14:34.33ravagernlstuck as in died in silithus and being at the spirit healer in westfall eh?
14:34.34Fisker-Their pvp policy is retarded too
14:34.34Dynomkenlyric: doesn't unstuck just hs you ?
14:34.40art3mishttp://www.yesbutnobutyes.com/archives/2007/03/top_15_unintent.html
14:34.46vhaarrkenlyric: sure they can
14:34.46Fisker-I've seen people be banned for 72 hours for roofcamping and stuff
14:34.52GagorianFisker-: Usually it takes so long to respond to the 'I am stuck' stuff.. It's just faster to get invite to BG via a friend
14:34.52kenlyricnot the last time I used it.
14:35.01Fisker-and then some fuckers in Area 52 exploit the barrels and roofs in area 52
14:35.02kenlyricthough, the very last time i used it I was a ghost.
14:35.06Fisker-and they tell me i could just go there myself
14:35.12ravagernlautounstuck = Invisible Hearthstone
14:35.24Fisker-Well thanks a lot for ignoring exploits and thanks a lot for banning people previously
14:35.28NightHawkTheSaneFisker-: yeah. that happened earlier today.
14:35.50GagorianThe things I've wanted most is.. like if a heroic instance bugs somehow (which happens quite fucking often), a GM could reset a boss or something to make it.. not impossible.
14:36.04Fisker-I was once warned for sneaking my way up to a rooftop camper (I'm a fucking rogue i can't even attack from there) and kill him
14:36.07NightHawkTheSaneI got told "in the meantime call in some friends or guild mates" I wanted to say "it's fucking 3 in the morning, who the hell is on now aside from jackass campers and asian farmers?!"
14:36.22Fisker-And now it's "QQ more newb, you can get there, then it's not sploitz"
14:36.42mitch0Fisker-: so which one are you? the jackass camper or the asian farmer?
14:36.52Fisker-jackass asian farmer
14:36.53mitch0guessing from the class, it's probably the former though :)
14:36.55nomenquislol
14:37.01Fisker-i'm paladin now
14:37.17Fisker-the other incident was from back in the Tanaris/Cenarion Hold days
14:37.30Fisker-I think i got 2 warnings for pvp'ing where guards can't hit me
14:37.38Fisker-because i went up and killed some fucker standing there for 2 hours
14:39.54Fisker-I don't like they don't have a scamming policy either on the EU wow
14:40.13Fisker-Even worse is the retards "Well you deserve it if you get scammed"
14:40.31Fisker-Believe it or not, not all scammers are level 1 warriors with chinese words in their names
14:41.18GagorianGuild is a pretty good indicator
14:41.18mitch0Fisker-: you seem to be the essence of forum whiners :)
14:41.50Ironhandcan someone recommend a simple addon that can keep a log of mails received, listing at least sender and attached items?
14:42.00Fisker-never gonna be a perfect indicator
14:42.43DynomI saw a lvl 70 spamming in eos 2 days ago
14:43.35GagorianWell, I've never met a scammer that's high level and in a reputable guild..
14:43.41Fisker-A guy i knew was scammed for crusader mats from a guy that even had the crusader recipe from one of the biggest end game guilds back then
14:43.54*** join/#wowace Telrin (n=test@shandalar.xs4all.nl)
14:44.15Fisker-What was even more retarded was that they laughed at the guy who got scammed and wouldn't even apologize
14:44.46kenlyricI just never give stuff to people I don't know.
14:45.14Fisker-Well this server is fortunate enough to have a lot of serious guilds
14:45.23Fisker-The guild i talked about has since moved :)
14:45.28Fisker-good riddance :P
14:46.01GagorianThe best thing about my server is that there's one or two guilds that have all the retards/scammers under the same guild tag
14:46.15Fisker-:P
14:46.31GagorianOn the other hand usually the best deals come from that guild
14:46.37Gagorianlike in the past crusader recipy for 20g and such
14:46.39kenlyricGagorian: that's helpful.
14:46.45kenlyricWe have one of those on our server.
14:47.01kenlyricYou immediately know when you're in a pug to leave if anyone from that guild is in it.
14:47.14Gagorianyeah, it's handy :D
14:47.48*** join/#wowace InterCeptor (n=intercep@p50914efa.dip.t-dialin.net)
14:48.36evlI'm a scammer
14:48.43evlI'm a lovemaker, a heart breaker, a mutilater.
14:48.55Fisker-you can be a rocketman
14:49.06evlAnd you can be my transvestite bitch Stan
14:50.03Fisker-awesome
14:50.06*** part/#wowace Amadeo (n=amadeo@c-68-50-75-9.hsd1.md.comcast.net)
14:50.13Fisker-OH FAP FAP FAP
14:50.16Fisker-Someone from norway has C&C3
14:56.19yacoobdon't splatter that thing around!
14:59.38nomenquisanyone fishing in wow who's here?
14:59.49knarf-yes?
14:59.58chutwigWoW fishing is wonderful
15:00.11chutwigit captures with unnerving accuracy the excruciating boredom of real-life fishing
15:00.17nomenquisi'm just skilling up in tanaris, and i noticed that i get two fish every cast. i've never noticed that before, is this normal?
15:00.39knarf-does it matter? :P
15:00.40Ironhandchutwig: clearly, you haven't experienced Crawdad fishing
15:01.02knarf-i'm gonna fish for mr pinchy!
15:01.06chutwigIronhand: you may well be the first recorded instance of a dutchman ever saying "crawdad"
15:01.26nomenquisi could not care less about the trash loot in tanaris, i'm just wondering why i'm getting two all of a sudden
15:01.42*** join/#wowace Beor (n=opera@178.81-166-220.customer.lyse.net)
15:01.43Ironhandchutwig: is there a reason I'm not aware of why Dutchmen wouldn't say "crawdad"?
15:01.46nomenquisit sure would be nice if this also happens with the buff fish locations :)
15:01.54knarf-nomenquis hehe, true
15:02.03chutwig"crawdad" has a very country bumpkin sound to it
15:02.12nomenquisso, any explanations about why i'm getting two?
15:02.12Fisker-anyone know a good site for searching newsposts (i.e. warez)? :P
15:02.28Ironhandaha... well, it's just what they're called in the game - have to admit it's not a word I'd use in daily language
15:02.36hyperChipmunkFisker-: binsearch.info
15:02.43chutwigcrayfish would be the usual word
15:03.04art3misfisker releases or links to get them?
15:03.08IronhandI see; never seen any "crayfish" in WoW though
15:03.18art3misand what hypersaid ;P
15:03.25kenlyriccrawfish is the usual word in english.
15:03.27art3mismy fishbot works wonderfully
15:03.33art3misyay autoit scripting!
15:03.43nomenquis?
15:03.48knarf-art3mis you should give that to me tbh :P
15:03.50kenlyricactually, both are.
15:03.53art3misfished the night before in tanaris and got 8 stacks of stonescale eels
15:04.07chutwigcrayfish is the proper word, crawfish is slightly more localized
15:04.12art3misfished last night in zang and got 5 stacks of sporefish
15:04.21Fisker-already knew that one hyperChipmunk :/
15:04.28knarf-art3mis did YOU fish, or did your bot do that ?
15:04.35art3mismy bot of course
15:04.41hyperChipmunkso why'd you ask?
15:04.45art3misim doing more constructive things like sleeping ;P
15:05.09art3misknarf just go to mmowned
15:05.10knarf-i'm getting SO tempted
15:05.12knarf-:<
15:05.20nomenquisnot afraid of getting banned art3mis?
15:05.24art3misand then modify a few colours and get fishbuddy
15:05.27art3misnope
15:05.38knarf-I am, thats why i'm not doing it :)
15:05.42art3misthe only time someone will report a fisherman as "botting" is if you do it in AV
15:06.04kenlyricnot true.
15:06.04art3misits not unusual for someone to sit around and fish for hours on end and not talk to anyone
15:06.16kenlyricdoesn't mean they can't report you.
15:06.29art3mistrue but it's also VERY hard to prove you're not there ;P
15:06.38art3misthast the beauty of autoit ;P
15:06.43kenlyricsure... a GM whispers you, you don't answer.
15:06.45nomenquiswell, getting reported is not a problem, but it should be easy for the client to spot any programs providing mouse / keyboard input, isn't it?
15:06.47art3misgm response times are REALLY long
15:06.54art3misnope
15:06.57kenlyricgm response times are random.
15:06.58nomenquiswhy?
15:07.05art3misautoit behaves 3exactly like you're sitting there
15:07.15xyuanyone have a PvP support spec for pally handy?  or can make one on wowhead or something? :D
15:07.16knarf-nomenquis autoit sends input ti the windows api :>
15:07.18xyui'm not sure how to spec.
15:07.25nomenquisstill a program can easily spot the difference
15:07.30*** join/#wowace trh__ (n=hmmm@e180243254.adsl.alicedsl.de)
15:07.30art3misnot really
15:07.38art3miseach fish bot behaves differently ;P
15:07.46kenlyricjust hide the process from other applications. It's not hard.
15:07.47trh_hidiho
15:07.57nomenquissure, why not? simply look at where your mouse / keyboard events are being generated from
15:07.57art3misand there is no real difference between it and a live person except the talking ;P
15:08.07hyperChipmunk/dnd is your friend
15:08.13art3misheh yup hyper
15:08.13kenlyricit's really the logic of the program that determins how detectable it is, not really warden's ugly process finder.
15:08.17*** join/#wowace vhaarr (n=folk@ghybel696.krs.hia.no)
15:08.17*** mode/#wowace [+o vhaarr] by ChanServ
15:08.28kenlyricdnd is the worst thing you can do if you're trying to stay under the radar :)
15:08.32art3mis<PROTECTED>
15:08.40kenlyricit says "I AM A BOT" to anyone who is looking for one.
15:08.41hyperChipmunklol
15:08.48art3misnot really
15:08.54art3misi run around with dnd on all the time
15:09.02*** join/#wowace Skyboat (i=Yix@82-33-30-102.cable.ubr02.stav.blueyonder.co.uk)
15:09.07art3misusually with auto reply messages of "no i dont wanna do that instance"
15:09.09kenlyricbut when you're running around, you're not a bot, are you?
15:09.11art3mis<-- priest
15:09.24hyperChipmunk/dnd chatbox closed, Gone Fishin'
15:09.32art3misi have them when i sit and idle in org shat grinding fishing flying
15:09.37vhaarrShutUp ftw
15:09.51kenlyricI just ignore completely.
15:09.57knarf-art3mis admirable :>
15:10.00art3misits totally easy to fuck with fish bots though ;P
15:10.13kenlyricon a pvp server for sure :)
15:10.13*** join/#wowace [TL]Amandria (n=markus@p5492fd1d.dip.t-dialin.net)
15:10.16knarf-Ye pixelscanning :P
15:10.19art3misheh even on a pve
15:10.33art3misall ya need is to stand in the frame with the right colour on ;P
15:10.51kenlyriccolor?
15:10.57xyui've reported a guy using a 3rd party bot to farm turtles in hinterlands.  
15:11.14xyui even went as far as to fraps it, and post it on youtube
15:11.14art3misyeah it pixel scans for the bobber colours and splash colours
15:11.14abbat_wcolour... armour...
15:11.14kenlyricxyu: killjoy
15:11.14knarf-autoit is a macro program that does pixel scanning :)
15:11.16xyuand i just saw that said bot yesterday
15:11.17art3misxyu: farming != fishing
15:11.21kenlyricart3mis: yours does?
15:11.33xyui know art i've done my share of fish botting
15:11.36xyuin every game imaginable
15:11.42art3mismine pixel scans yup, but ive taken precautions to avoid accidently clicking on people
15:11.51xyumost pixelscan
15:11.52kenlyricthe one I used scanned for the little open icon to appear.
15:12.00xyuand most use a d3d hack to change the colour of your bobber
15:12.02xyuto like bright blue
15:12.06xyufor easy recognition
15:12.16art3misyeah mine doesnt do any  modding
15:12.24xyumany will stack, drop unwanted loot
15:12.24kenlyricthat would be kinda hard to do herbalism or mining that way.
15:12.24beerkeIs there an easy way to get the version number of another mod ? For example version number of Periodic Table
15:12.31xyuand even log out after a certain # of fish are cought.
15:12.33xyucaught*
15:12.36art3misoh speaking of i found a program thats perfect for it
15:12.39xyuwuteva
15:12.39art3misLoot Filter ;P
15:12.47art3mislets you specify what to keep and what to autojunk
15:13.00nomenquisheck, isn't that sort of crap easily detectable by the client? i always thought they'd do at least some basic stuff on the client to check for bots / hacks
15:13.04kenlyricthere used to be a pretty good clam opening program, that worked pretty well with autoloot.
15:13.17kenlyricnomenquis: sure they do... but why would you think it would be easy?
15:13.23art3misnomenquis: its easy to check but how do you deal with people that behave like bots ;P
15:13.29kenlyricmost bot programs just pretend to be your keyboard and mouse.
15:14.00xyui heard warden was even removed.  but i dont have any source or proof on that
15:14.03kenlyricit's only a matter of time if they're looking at a specific kind of bot.
15:14.05nomenquisno, like the d3d thing, just once in a while dump what you rendered and look for strange things, like blue blobbers or something like that
15:14.06art3miskenlyric: put clams on yer autobar and have the mouse click on the spot every once in a while ;P
15:14.06knarf-not sure autoit can be detected other than repetative behaviour :>
15:14.19xyunah it really can't
15:14.41hyperChipmunkyou can shift-click clams to autoloot them
15:14.47kenlyriclots of bots aren't really detectable except for repeated activity and people warnings.
15:14.55nomenquiswhy would autoit not be detectable? it has to controll your mouse / keyboard, and you can really figure out that there is software for that installed / in action
15:15.11art3misnope because jits sending the same singles as if you're doing it yourself
15:15.17xyuits just like you
15:15.17art3missignals
15:15.18Ordogwhich addon would you suggest for creating itemlink from strings?
15:15.30kenlyricnomenquis: lol, unless they make warden a lot more invasive, it's easy to keep that undetectable.
15:16.13nomenquisno, it's not that easy on windows. you can figure out where sigals where send / which processes / drivers are doing what etc
15:16.21kenlyricuntil Blizz gets word of the bot, and figures out exactly how it works and hide, and then they build enough detection to find it.
15:16.40xyui just dont think they really care all that much $$$
15:16.49xyuoops those are supposed to be periods ;)
15:16.56kenlyriclol.
15:17.17kenlyricso the first rule if you're going to do that is, write your own, so blizz doesn't care that much about it :)
15:17.41xyuplus you know exactly how it works.  
15:17.43*** join/#wowace Nabucco (n=chatzill@84-74-91-11.dclient.hispeed.ch)
15:17.44knarf-I don't wanna risk getting my account banned, i'm such a sissy :/
15:18.12kenlyricwell, I wouldn't do it because I already got banned once :)
15:18.13nomenquisyea, me too :(
15:18.54xyuif i ever got banned i'd probably say "thanks"  and move along.  
15:18.55Ordogwhat they did was observing the memory assigned to wow for unexpected reads afaik
15:19.25nomenquisis there any information online on what the do exactly?
15:19.25HealthThey do alot of stuff with Warden.
15:19.42nomenquisi mean, did someone already bother reversing warden / wow security stuff?
15:20.04Ordogwhich addon would you suggest for creating itemlinks from strings?
15:20.10Ordogsry for asking again :)
15:21.25nomenquisw00t, 333 fishing :)
15:21.45chutwigonly another seven million casts to 375
15:21.51kenlyricnomenquis: their is, and it changes constantly.
15:22.06nomenquisyea, it's like an exponential increase in the number of casts for every skillpoint :(
15:22.09Healthnomenquis: I know there was a few articles on rootkit.com about Warden awhile ago.
15:22.10kenlyricThey can even alter warden while your client is live.
15:22.20kenlyricit's not exponential :)
15:22.33kenlyric350-375, it's average of 12 successful casts per skill point.
15:22.35nomenquissure about that? :)
15:22.40JoshBorkeOrdog: GetItemInfo(<name>)
15:22.45Healthnomenquis: http://rootkit.com/newsread.php?newsid=371
15:22.47nomenquisHealth: thx, got something to read then while fishing :)
15:22.50HealthThat's a tool to see what they do.
15:22.58JoshBorkeOrdog: http://www.wowwiki.com/API_GetItemInfo
15:23.04Ordogthanks
15:23.33xyuwhat battlegroup is Tichondrious(sp) in?
15:24.04nomenquishuh? warden runs in userspace?
15:24.34krkayou can't run in space, there is no friction
15:24.38Loki|muhwarden would be a reason to run wow in wine
15:24.48nomenquishow stupid is that? if i was to write a bot i'd just write it as a driver then an be completely safe from warden?
15:24.51Ordoghum and how can i get random itemids by itemname?
15:24.59deltronxyu: look up the server on armory
15:25.29Loki|muhbut my wow-windows-machine is only for gaming and not for serious stuff :)
15:25.39JoshBorkeOrdog: what do you mean?  random?
15:25.52*** join/#wowace MentalPower|ZZzz (i=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
15:25.58xyuHow do you spell that server?
15:26.08xyui'm sure i spelled it wrong
15:26.16shieldbxyu, Tichondrius is in the Bloodlust BG
15:26.27HealthI'm sure we have Blizzard spies in here! shush!
15:26.35xyuthanks shieldb
15:27.43knarf-Health i'm sure your one of... THEM!
15:27.58Health:O
15:28.03*** join/#wowace komodo (n=komodo@ip70-177-223-21.hr.hr.cox.net)
15:28.15knarf-Just gotta figure out what them is though :>
15:30.02komodoany ideas on this problem: FuBar 2.0 alone enabled, getting "attempt to call gobal 'AceLibrary' (a nil value)" from the local-en-US.lua file
15:30.16nomenquisany suggestions for a nice fishing spot besides tanaris to skill up with 334 skillpoints?
15:30.35shieldbterokkar right outside shattrath
15:30.52shieldbyou'll need a lure, but that works pretty decently
15:30.54nomenquisstill get misses there without a blobber
15:30.56knarf-does not matter where you fish
15:31.01nomenquislure i mean :)
15:31.04knarf-you cna fish in orgrimmar
15:31.07knarf-can*
15:31.08knarf-:>
15:31.26nomenquisi don't want to get misses, but at the same time i want usefull fish too, so og is not quite the place to go :)
15:31.28shieldbyep, but if you're going to be getting 12 catches per skillup either way, I'll take the fish that I can actually sell ;)
15:31.44knarf-:P
15:32.02nomenquisso, suggestions?
15:32.09mitch0nobody sells fish on ah
15:32.10shieldbthe main thing that you'll get right outside shattrath is golden darters
15:32.16mitch0at least on our server...
15:32.22Antiarc|WorkCrawdads sell very well
15:32.22shieldbyeah, but you can make the food and sell that
15:32.37mitch0nobody sells food here either...
15:32.41*** join/#wowace Nomad_Wanderer (n=chatzill@cpe-66-66-148-162.rochester.res.rr.com)
15:32.42shieldbI can sell golden fishsticks for around 20-35g a stack usually
15:32.48mitch0probly we are a bunch of lazy arses :)
15:32.53nomenquisnice
15:32.56*** join/#wowace kovi (i=nnscript@p5081E86E.dip.t-dialin.net)
15:33.05deltrongolden fishsticks are awesome, I really need to get my fishing up :(
15:33.08mitch0(nobody buys them either, so probly that's why nobody sells....)
15:33.15nomenquissooo, are these fishable with my skill already or would i have too many misses?
15:33.27shieldbjust use the 75 skill lures and you should be fine at 334
15:33.42mitch0nomenquis: I had horrible time in terrokar with 275 fishing + 75 bouble
15:33.48mitch0+20 pole
15:34.02nomenquiscool, the pond outside of shattrath you said?
15:34.11shieldbyeah
15:34.30shieldbhttp://www.wowhead.com/?item=27438
15:34.35nomenquisme too, thats why i started in tanaris, but after like 300000 yellowtails i can't quite stand the place anymore :)
15:34.45shieldbit's the single dot right next to shattrath at 38.8, 22.2
15:34.59*** join/#wowace Amadeo (n=amadeo@c-68-50-75-9.hsd1.md.comcast.net)
15:35.00shieldbas an added bonus if someone attacks you just run to the guards and the problem solves itself ;)
15:35.06shieldbif you're on a pvp server, anyways
15:35.07nomenquisthanks shield, going there now
15:35.15nomenquisi'm on pve
15:35.19nomenquis:)
15:35.56komodois this a help channel?
15:36.16JoshBorkekomodo: can be sometimes
15:36.17shieldbsometimes it is :)
15:36.21Nomad_WandererAck.. I don't get it.. I'm running disembedded, and installed Ace buff groups, and now it's complaining about not being able to find acelibrary.
15:36.34Nomad_Wandererall my other addons running dismebedded see acelibrary fine.
15:36.36komodoI'm getting that error too!
15:36.48komodoexcept from FuBar
15:37.13Nomad_Wandererare you running disembedded komodo?
15:37.34komodohmm, actually I'm not sure what taht means
15:37.50komodothat*
15:38.17Nomad_WandererI would redownload all your fubar zips again then from wowace.com/files
15:38.26Nomad_Wandererthat should fix it
15:38.28komodoI'm running FuBar 2.0, all other addons disabled, and i get an error complaning that it can't find the acelibrary
15:38.40Nomad_Wandererredownload that will fix it
15:38.49komodohmm, I've tried that a few times, but I'll do it one more time
15:38.52Nomad_WandererIf I switch over to running abg embedded it;s fine
15:39.18nomenquisare there pools with darters somewhere in this area too? there are none in this pond
15:39.59*** join/#wowace Shamino (n=chatzill@170.148.10.46)
15:40.24nomenquisbtw, anyone else thinking that the only usefull thing about engineering are the lures? :)
15:40.26Shaminogood morning/afternoon/evening...whatever applies
15:40.49Shaminoanyone else have a problem with their chat frame 'jumping' up and down ?
15:41.04komodonope, same error
15:41.19Nomad_WandererHow did you download and install so many zips so fast?
15:41.27Nomad_WandererI'm using fubar just fine without error.
15:41.27komodoso many?
15:41.33komodoI'm just trying to get FuBar working
15:41.40komododoes it have dependencies?
15:41.46Loki|muhnomenquis: yes ;) but I'm hoping for engineering patch :)
15:42.00nomenquiswon't happen i bet
15:42.13nomenquiswas about to drop when i discovered fishing for myself so i still have it :)
15:42.22Loki|muhhehe
15:42.28*** join/#wowace Chompers (n=Chomp@cpc1-cove7-0-0-cust955.brhm.cable.ntl.com)
15:42.36Loki|muhI like it for the jumper cables, too
15:42.37JoshBorke~ugt
15:42.39purli guess ugt is Universial Greeting Time. Created in #mipslinux, it is a rule that states that whenever somebody enters an IRC channel it is always morning, and it is always late when the person leaves. The local time of any other people in the channel, including the greeter, is irrelevant. http://www.total-knowledge.com/~ilya/mips/ugt.html
15:42.53nomenquisi bet they'll add some stupid mail crap (being a mage myself) which requires like 20 primal nethers per piece to engineering and call that a fix
15:43.09Loki|muhhrhr
15:43.34Loki|muhsomething with primal nether would be nice because I looted one due to a mistake :/
15:43.48nomenquisif they however where to add mounts to engineering i'd be a happy camper :)
15:43.50nomenquisouch
15:44.10komodo:( man I really wanted to use this instead of titan, what a strange error
15:45.11Shaminoi'm the only one having a jumping chat frame?
15:45.17nomenquisyews
15:45.19nomenquisyes
15:45.22Nomad_Wandereryes
15:45.37*** join/#wowace Imp4kT (n=Marli@host86-150-9-82.range86-150.btcentralplus.com)
15:46.01deltronjumping chat frame?
15:46.23deltronI've had a sporadic issue with prat where the font size changed
15:46.48xyudammit Grid keeps dissappearing in arenas. o_O
15:47.06Shaminoyea, its wierd.  when i log in, its in its normal place, then over time it will sort of adjust its placement up.  and them kind jump/bounce back down
15:47.29nomenquisafter 20 catches i'f only got one darter there shieldb :(
15:47.29Shaminolike some mod changed its anchor or positioning.
15:47.37deltronhmm strange
15:47.49shieldbnomenquis, that's terrible luck :(
15:47.57shieldbusually about a third or a fourth of my catches are darters
15:48.00Shaminowas hoping not to have to go through all my mods, but suppose its unique to me
15:48.27Loki|muhnomenquis: maybe its related to the server time?
15:48.39Shaminooh well.  on a different note.   did GMail get renamed to Postal.   and is Postal going to be maintained ?
15:48.48NabuccoGuys, in need your Help.
15:48.53nomenquis16:47 server time, but i don't think that matters
15:49.21Loki|muhstonescale eel rates changed with time
15:49.43Loki|muhsignificantly
15:49.54NabuccoSince i've updated all my addons via WoWAceUpdater this morning... multiple addons wont work anymore (Prat, some FubarPlugins, MainAssist, Niagara, etc.)
15:50.08Loki|muhmy best was 25% I think
15:50.24nomenquisgoing to look for some schools, perhaps i can find some
15:51.28nomenquisbtw, did they enable fishing in cot1 already? last time i tried i got a no fish to catch message
15:51.53NabuccoWhen i login i get 3 Errors: AceOO-2.0-25921 (FuBar): 728: AceModuleCore2.0: OnInstanceInit cannot be called twice
15:52.05Amadeoanyone know anything about auto GPS? :)
15:52.20*** join/#wowace [dRaCo] (i=drc@p54858357.dip0.t-ipconnect.de)
15:52.39Nabuccoan event error from AG_UnitFrames and another AceModuleCore error (Attempt to call method "IsModuleActive" (a nil value)
15:53.06Loki|muhNabucco: as WAU delivers _unstable_ _development_ version I would say that it would be best to wait a few hours and update again
15:53.10Finhello
15:53.17Nabuccook thx Loki
15:53.21Findoes anyone have a screenshot displaying Violation, please?
15:53.32Finit's for a mate of mine
15:53.32HealthI use it!
15:53.35Finyou do?
15:53.41Fincould you make a screenshot for me?
15:53.47HealthI'm at work!
15:53.47Finoh, by the way Health
15:53.53nomenquisit's pretty bugged for me when i'm in a group, does it work for you health?
15:54.13*** join/#wowace Yinchie (n=me@e245073.upc-e.chello.nl)
15:54.18HealthI didn't update it for a month or so.. don't know how the most recent version is working
15:54.22FinI have harboured a huge grudge against you ever since I saw that photo of your PC setup
15:54.28nomenquisbasically if someone in the group also has it and we've synching enabled his values are twice of what they should be
15:54.31vhaarrViolation is not finished, you shouldn't be using it.
15:54.48*** join/#wowace Kody (n=Kody@69.109.103.158)
15:54.49Finit's essentially condensed hatered combined with insane jealousy
15:54.52Finvhaarr: righto
15:55.11HealthFin: You're a bit strange! It's not that spectacular
15:55.19FinHealth: hah!
15:55.20vhaarrof course, you are free to, but saying things like "it's bugged" won't get you anywhere
15:56.06Finvhaarr: just looking for a damage meter addon for a friend, Violation sounded nice, I'll find something else for now
15:56.13FinHealth: however!
15:56.37FinHealth: I shall soon regain my preferred level of smugness
15:56.45HealthSweet
15:57.27FinHealth: ordering my new machine now! :)
15:57.34CIA-1103beerke * r30812 10KingOfTheJungle/ (3 files in 2 dirs):
15:57.34CIA-11KingOfTheJungle :
15:57.34CIA-11- Fixed nil error relating to PeriodicTable changes
15:57.34CIA-11- Added upgrade warnings in case of PeriodicTable updates
15:57.45HealthHot! I love the feeling of fresh hot hardware!
15:57.58HealthSPANK ME!
15:57.58Finme too
15:58.04Healthoh yeah
15:58.16Saroz_Is there a mod that lets you monitor a unit in your raid, like dmg on MT
15:59.10Health/focus
15:59.12Health?
15:59.18shieldbSaroz_, like setting up player targets in oRA2?
15:59.26HealthThat too.
15:59.55shieldbor if you're using simplecombatlog you can set up an extra chat window and set it to filter everything except events where the source and victim are whatever unit
16:00.07shieldbI'm sure any of the other combat log mods could do it, too
16:00.30Industrialravagernl: I disagree,but it is a matter of taste and choosing for less/more functionality (taste).
16:01.04Saroz_shieldb, like a combat log monitoring one target
16:01.05Saroz_or something
16:01.08ravagernldisagree on what?
16:01.14shieldbyeah I use simplecombatlog for that
16:01.24Industrialravagernl: your UI paning mine
16:01.29Industrialpwning
16:01.35ravagernlo lol :P
16:01.52ravagernlI was just teasing you
16:01.57shieldblike back when we were learning patchwerk I set up a combat log window for each of the tanks so I could take a look at why any of them died during a wipe
16:02.01Industrial;P
16:04.59Loki|muhIndustrial: half the time you play wow you are arranging your interface?;)
16:05.18Industrialmore then playing
16:05.25Loki|muhhehe
16:05.36mitch0I always think of industrial light and magic when I see your nick...
16:05.36Industrial:P
16:06.13*** join/#wowace Next96 (i=NEXT96@220.116.115.137)
16:06.45Industrialic
16:06.46Industrial:P
16:06.58Industrialwell I chose it because I love the music genre
16:08.03*** join/#wowace kamel (n=geforz@p54a791a4.dip0.t-ipconnect.de)
16:08.03Industrialits really post-industrial that I like though
16:09.02*** join/#wowace Elkano (n=elkano@ip-213-135-2-180.handshake.de)
16:10.22mitch0I don't even know what that means :)
16:10.34mitch0I'm stuck around heavy metal :)
16:10.39*** join/#wowace nuoHep (n=nuoHep@85.192.55.1)
16:11.14mitch0nowadays mostly referred as "rock" :P
16:11.59vhaarrgod I fucking hate the music they refer to as rythm'n'blues these days, but the original style rnb ftw
16:12.46mitch0I used to like drum'n'base for a while, but then it turned out that all the songs are the same :)
16:13.24vhaarrhaha
16:14.20vhaarr~seen ag`
16:14.45purlag` <n=ag`@0x503e793a.bynxx18.adsl-dhcp.tele.dk> was last seen on IRC in channel #wowace, 2d 14h 2m 35s ago, saying: 'uiQuery looks interesting'.
16:14.45shieldbI bet he was last here saying uiquery looks interesting
16:14.46shieldbheh
16:14.46vhaarrI know, I know
16:14.49vhaarrgah
16:14.54vhaarr~whalecrit ag`
16:15.06purlACTION crits ag` with a mathematically skilled whale named Isaac for #NaN. ag` dies
16:15.20Industrialhmm i looked more into it
16:16.10*** join/#wowace sbu (n=sb@dslb-084-056-156-022.pools.arcor-ip.net)
16:16.19Industrialseems I like aggro-tech, industrial techno, power noise and electronic body music
16:16.25Industrialhttp://en.wikipedia.org/wiki/List_of_industrial_music_subgenres
16:16.36Industrialgenres who cares. good music is what counts :o
16:16.43Loki|muhack.
16:18.19vhaarrhe's dutch, what can you expect
16:18.19CIA-1103jerry * r30813 10Babble-2.2/Babble-Tradeskill-2.2/Babble-Tradeskill-2.2.toc: Babble-2.2: Fix Babble-Tradeskill description
16:18.42Industrialwuh what?
16:19.01Elkano/wave Loki|muh
16:19.07Industrialvhaarr: ?
16:19.10CIA-1103jerry * r30814 10Babble-2.2/Babble-Boss-2.2/Babble-Boss-2.2.lua: Babble-2.2: Added missing french boss
16:19.13*** join/#wowace sanari (n=sanari@user-69-73-17-222.knology.net)
16:19.14vhaarrIndustrial: you're not dutch?
16:19.21Industriali am, but what can you expect?
16:19.23Industrial:P
16:19.26vhaarr:P
16:19.29Industrial:D?
16:19.31shieldbIndustrial, http://www.di.fm/edmguide/edmguide.html ? ;)
16:19.32vhaarrthat you like insane music
16:19.36Industrialoh
16:19.45*** join/#wowace Galka (n=Galka@pool-71-172-147-229.nwrknj.east.verizon.net)
16:19.55Industrial*looks*
16:19.56vhaarrsince your mind, like, "free", man - from your liberal laws :P
16:20.10Industrialand i love it.
16:20.42Amadeois industrial music the stuff with clanking metal and power tools?
16:20.46Loki|muh/wave Elkano
16:21.19vhaarrAmadeo: it's all recorded in steel factories and such, I think
16:21.25vhaarr:P
16:22.04Loki|muhindustrial _can_ be very nice
16:22.14Loki|muhand no, I'm not dutch ^^
16:22.19vhaarrnonsense, he's a complete fucktard
16:22.23vhaarr<3
16:22.24Industriallol
16:22.25Industrial<3
16:23.05Amadeovhaarr: haha
16:23.18AmadeoI've heard that music before
16:23.21AmadeoI couldn't get into it
16:24.08*** join/#wowace fleetfoot (n=fleetfoo@c-1de6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
16:28.16Industrialim so going to lsiten to every song in that guide
16:28.25Industrialand write down the genres :P (and read it all ofcourse)
16:28.41*** join/#wowace ckknight (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
16:28.41*** mode/#wowace [+o ckknight] by ChanServ
16:28.42*** join/#wowace Legorol (i=Legorol@zr205.trin.cam.ac.uk)
16:29.22Amadeockknight: You sleep more than that, don't you?
16:32.29*** join/#wowace sanari_ (n=sanari@user-69-73-17-222.knology.net)
16:32.45CIA-1103saroz * r30815 10sRaidFrames/sRaidFrames.lua: sRaidFrames: This event unregistering business is not smart
16:33.47CIA-1103trh * r30816 10VanasKoS/modules/DataGatherer.lua: VanasKoS: bug fixed that caused every player on some list to show up as kos in warnframe
16:34.37CIA-1103kemayo * r30817 10FuBar_QuestsFu/QuestsFu.lua: FuBar_QuestsFu: Don't modify the autowatched table while iterating over it.
16:37.41Elkanoanyone tested ebbs lately?
16:38.05nomenquiselk buff bar?
16:38.26ElkanoElkBuffBars, the recode
16:38.39Loki|muhElkano: no, should we? ;)
16:39.12Loki|muhI can later, if you want me to
16:39.27Elkanowell, it's getting closer to alpha test :) so some feedback is always wanted ^^
16:39.38Loki|muhok
16:39.43Elkano(maybe I should add the externals and remove LoD)
16:40.20nomenquisany cool new features in it compared to the old ebb?
16:40.55[TL]AmandriaElkano, i can also test them later if you want :P
16:40.57rubikKemayo: i'm still having problems with questsfu not refreshing on zone change.. it pretty much never does it.. anything you can do at all to trigger that or "make it work"?
16:41.15Elkanonomenquis, only a few... seperate groups of bars, cusemizable textures and fonts, bars for pet and target, ... ^^
16:41.29rubikit's pretty much the only thing that bugs the shit out of me when it comes to questsfu
16:41.53Elkanonot all features accessable via menu atm but I'm working on that :)
16:41.57Chomperssounds cool, think ill try that out too
16:42.20kenlyricbars for targets... yummy
16:42.25*** join/#wowace azide (n=azide@cpe-066-057-067-114.nc.res.rr.com)
16:42.38kenlyricI'll make the shackle undead bar the size of my screen.
16:42.50Kemayorubik: I think I'm updating on any plausible zone-changing event.
16:43.00nomenquisbtw, i've seen a strange bug with ebb and rouge poisons. when i've say only one minute left the bar will jump from being pretty empty to full again and then fade much quicker to empty again (fells like ebb does not know how long the posion buff is supposed to last)
16:43.28Kemayorubik: I could throw it onto a delay, in case not everything is always updated when the event fires.
16:43.50rubikKemayo: that's weird.. maybe it has to do with timing, yeah, i was going to say
16:44.20Kemayorubik: You mean the "show current area quests only" option, right?
16:44.28rubikbecause if i open blizz quest log and expand/collapse anything, the questsfu tooltip refreshes
16:44.30Prophhany way or another mod that will show Mana Bars in grid/perfectraid? need something that shows mana and hp..beside using unitframes for raids..
16:44.37Elkanowell, you will have groups of bars. for each group you can set the type of buffs to show (buffs, debuffs, tenchants, tracking) and the target (player, pet, target) whos buffs to show
16:44.44rubikyes, i have it set to only show current area.. with details.. if that matters
16:45.29Elkanobut for pet and target, no times will be shown
16:47.04*** join/#wowace Feldia (i=Feldia@216.167.254.39)
16:47.26CIA-1103kemayo * r30818 10FuBar_QuestsFu/QuestsFu.lua: FuBar_QuestsFu: Throw in a 1 second delay on zone change before trying to update the tooltip.
16:47.44sergiocan someone add Babble-Faction-2.2 to the loadondemand.bat
16:47.54Kemayorubik: Let me know whether that works.
16:48.03rubiktyvm.. will try it out
16:48.14Industrialshieldb: Industrial, synthpop, ebm, electro industrial (i liked most (all) of these tracks/artists so this fits me most), goa, psychedelic
16:48.17Industrialshieldb: :-)
16:48.33CIA-1103jerry * r30819 10Talented/ (Libs/ Talented.toc): Talented - Setting libraries and externals (Automated commit by InBed)
16:48.35*** join/#wowace cncfanatics (n=cncfanat@69.229-240-81.adsl-dyn.isp.belgacom.be)
16:48.38cncfanaticsmg
16:49.09*** join/#wowace Tupsi (n=Miranda@p54B21ED8.dip0.t-ipconnect.de)
16:50.23CIA-1103kemayo * r30820 10FuBar_QuestsFu/QuestsFu.lua: FuBar_QuestsFu: Remove a redundant event registration.
16:51.07CIA-1103jerry * r30821 10Talented/Talented.toc: Talented: remove Opt dependency on Talented_Data so that it is not loaded at startup.
16:53.42CIA-1103rabbit * r30822 10BigWigs/ (21 files in 7 dirs):
16:53.42CIA-11BigWigs:
16:53.42CIA-11<PROTECTED>
16:53.43CIA-11<PROTECTED>
16:53.58CIA-1103trh * r30823 10VanasKoS/modules/DataGatherer.lua: VanasKoS: don't c&p unless you're absolutely sure what you're doing.....
16:54.11Loki|muhtrh_: lol :)
16:54.37trh_:/
16:55.35*** join/#wowace sergio (n=sp@unaffiliated/sergio)
16:55.59Punkie`trh_: with VanasKoS I still sometimes get messages which are too big from the watch frame
16:56.21Punkie`mainly it's: Warlock drains 1200 mana from Dark Pact or so
16:57.20trh_Punkie`: uh.. if you get the message could you screenshot it?
16:58.22trh_sounds like blizzard changed something in the combat log stuff, so i'll have to change it too =)
16:58.37Punkie`I will do :)
17:03.34*** join/#wowace _DvdKhl_ (i=DvdKhl@p508a781f.dip.t-dialin.net)
17:03.47*** join/#wowace LordRhys (i=lordrhys@141.sub-70-196-81.myvzw.com)
17:04.01*** join/#wowace faCe| (n=face@pd955fa9f.dip.t-dialin.net)
17:04.15Dynom?lastlog ckknight
17:04.17Dynomups
17:06.19*** join/#wowace stavmar (n=chatzill@204.57.75.200)
17:10.32ChompersElkano: is there anything i have to do to let ebbs function?
17:12.11Chompersat the moment i have the blizzard default buff display
17:12.12Elkanoit's load on demand
17:13.04Elkanoso you'll have to use a LoD stub like FuBar_ModMenuToFu or try /script LoadAddOn("ElkBuffBars")
17:13.22*** join/#wowace sergio (i=sp@unaffiliated/sergio)
17:13.35Elkanoand you'll need SharedMediaLib (SharedMedia itself is optional but recomended)
17:14.55kergothor /ace load ElkBuffBars :P
17:15.20CIA-1103rabbit * r30824 10BigWigs/ (Core.lua Plugins/Sound.lua): BigWigs: Bugfix.
17:15.45Chomperswould they go into the root dir of ebbs, or should i make a libs folder?
17:16.10Elkanothey are stand alone
17:16.18Elkanoso simply put them in the addons folder
17:16.27Chompersoh right
17:16.30Dynomckknight: is it suppose to hide the default userframe? (PitBull)
17:16.39Dynomckknight: the target and target of target is rly fast
17:16.56ElkanoSharedMediaLib is used to handle statusbar textures and fonts, SharedMedia is only a bunch of statusbar textures atm
17:18.16*** join/#wowace Beor (n=opera@178.81-166-220.customer.lyse.net)
17:18.29Chomperswow
17:18.34Chompersthey look great
17:19.27stavmarElkano: how do we take advantage of using the different type of bars, like are there different styles we can use for your bars?
17:19.57Elkanostavmar, yes :)
17:20.21chutwigwhy would squeenix keep telling me resetpos is disabled
17:20.24stavmarso how do we use them? i dont see a slash command for it
17:20.55kergothman
17:21.04Elkanoyou can eg. set the texture of the bar. also there is a 2x2 matrix for text on the bars where each entry has ist own font in type, size and color
17:21.13kergothi was testing addons on my rogue for the first time in weeks
17:21.19kergothand kenergy's tick wasnt perfect anymore
17:21.24kergothbut i dont remember changing anything in the code :(
17:21.38Elkanostavmar, there should be a new plugin on yozr fubar/minimap
17:21.58stavmarok i was looking in Niagra for it with no luck let me look at FuBar
17:22.04Chompersi like the ability to rename buffs
17:22.06Chompersthats great
17:22.15vhaarrAnyone know when, during the loading process, guild information becomes available?
17:22.26vhaarrLike GetGuildRosterInfo.
17:22.35stavmardid you cahnge teh name of the mod Elkano  in the SVN, is this your new one?
17:22.35kergothpretty sure wowwiki mentions when that is in its page on the loading process
17:22.38Chompersnice that its got a full timer for buffs, rather than before where it was in minutes
17:22.40kergothcould be wrong though, my memory blows
17:22.41kergothheh
17:22.43vhaarrkergoth: I just looked, didn't see it.
17:22.52vhaarrIf you mean http://www.wowwiki.com/Events_that_fire_during_the_Loading_Process
17:23.08Elkanostavmar, ElkBuffBar in SVN is the old one, ElkBuffBars (notice the s at the end) the new one
17:23.09kenlyricnow that's a good name for a wiki page
17:23.38stavmarElkano: thanks will go and download now, I have been using your bars forever
17:23.39*** join/#wowace Hjalte (n=chatzill@0x53587e7a.svgnxx3.adsl-dhcp.tele.dk)
17:23.40Chompersno way to change the overall size of the bars?
17:23.52Elkano:)
17:24.21Dynom...s\SharedMediaLib\SharedMedia-1.0\SharedMedia-1.0.lua:75: Attempted to call method 'TriggerEvent' (a nil value)
17:24.22kergothah, damn
17:24.26*** join/#wowace |MoX|Padwa| (n=zoomjr@212.220.100.225)
17:24.55vhaarrhrm, I'll just try PLAYER_LOGIN
17:24.59vhaarrshould be available then
17:25.42ChompersElkano: argent dawn commision buff doesnt work, its just a red bar with the icon
17:27.03stavmarElkano: so I downloaded it and it was checked how do i turn it on?
17:27.20CIA-1103rabbit * r30825 10ShutUp/ShutUp.lua: ShutUp: Iterate the guild and friends on PLAYER_LOGIN, not ADDON_ENABLED.
17:27.22Chomperswait...its jumped back now...how odd
17:27.28Pneudoes anyone know of any DKP system where items are priced based on their stats/dps etc?
17:27.34Elkano<kergoth> or /ace load ElkBuffBars :P
17:27.58vhaarrPneu: Just price it == iLevel, then?
17:28.11ElkanoChompers, wasn't there a bug in WoW itself wrt that buff?
17:28.33Pneuvhaarr: that's what i've been thinking, or at least use ItemLevelDKP from the svn which reduces/increases based on iLevel+slot
17:28.34Chompersyeah, there could be
17:28.41ElkanoDynom, I know what's causing that, still have to figure out how to work around it :/
17:28.47DynomElkano: kk
17:28.58DynomPitbull is calling for it
17:29.09Chompersthey're...so huge
17:29.34Chompersbeing fully raid buffed would fill up 2 screens
17:30.18ElkanoChompers, it's only showing how thy could look ^^ you'll be able to scale them down in height and width
17:30.32Chompersyeah, no worries
17:30.42Chompersyou did say its a little rough
17:30.59*** join/#wowace snurre- (n=snurre@AVelizy-153-1-34-92.w81-249.abo.wanadoo.fr)
17:31.08ElkanoDynom, that happens when the Lib hasn't gotten AceEvent to embed, yet :/
17:31.39DynomElkano: kk
17:31.49Elkanomaybe I'll need ck or someone like that to fix it :/
17:32.49*** join/#wowace fleetfoot (n=fleetfoo@c-1de6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
17:33.39kergothElkano: why doesnt sharedmedia have sharedmedialib as an external?  its unlikely that itll be loaded without it, certainly, but erroring as it would now isnt good either :P
17:33.43*** join/#wowace JensRex (i=Jens@pdpc/supporter/active/Jens)
17:33.59Chompers"attempt to index a global 'dat' " line 271 of EBB_Bar.lua  count:Infinite
17:34.08Chomperswhen i was messing about with bar locations, i think
17:35.40stavmarElkano: should I be able to modify the setting already or has that not been implemented?
17:36.47ElkanoChompers, typo ^^'
17:37.13Elkanostavmar: some settings... look at your fubar/minimap. there should be a plugin
17:37.15Industriallol @ chat: http://img369.imageshack.us/img369/774/wowscrnshot032307183554og6.jpg
17:38.42vhaarrlol
17:38.46Imp4kTSigh, is there a SpellAlert type mod that actually works anymore?
17:38.48stavmarElkano, found it but as per reading in the irc size cannot be changed yet correct?
17:39.04vhaarrImp4kT: WitchHunt has worked for me since it was created.
17:39.45Imp4kTcan you move it and stuff
17:40.02pastamancerit uses sct or msbt for display
17:40.18PneuWitchHunt has the worst docs ever, but it works perfectly :)
17:40.30kergothElkano: its intended that sharedmedialib will replace surfacelib long term, or will the latter stick around in some form, or only as a transition mechanism?
17:40.33kergoth<3 WitchHunt
17:40.39shieldbImp4kT, I've been using SASCT (or is it SCTSA?) and that's worked fine for me for the last few months or so
17:40.44Amadeovhaarr: I've yet to find a Witch
17:40.46Imp4kTthe description of witchunt put me off :P
17:40.52vhaarrAmadeo: me too :<
17:41.08vhaarrAmadeo: At least we're looking!
17:41.15AmadeoI've been hunting since 05!
17:41.19vhaarrso if one comes along, we're ready!
17:41.23Elkanokergoth: yes, SharedMediaLib is intended to replace SurfaceLib since it includes all of its features plus more
17:41.30kergothcool
17:41.46Amadeovhaarr: That's probably why they're not around...they know we're out there
17:42.02kergothhm
17:42.12Elkanook, guys, let's check my local working copy ingame and I'll update with some more features :)
17:46.14*** join/#wowace freeman__ (n=freeman@pD9E452AD.dip.t-dialin.net)
17:50.00Amadeoone thing that confuses me about WitchHunt
17:50.10Amadeowhen a mob dazes someone, it shows that the mob is dazed
17:50.32Industrialits alive its alive! >:) http://img382.imageshack.us/img382/3475/wowscrnshot032307184905qb8.jpg
17:50.49Amadeojoonit frames?
17:51.04Industrialyesh
17:51.06Amadeo:)
17:51.15Industrialand surprisingly simple too http://pastey.net/9063
17:51.41Amadeo"AS IS", I can't use it, it'll ruin my PC!
17:51.52kergothyay for a copyright header and license statement
17:52.00kergoth~praise Industrial
17:52.07purlAll hail Industrial!
17:52.12Industrial\o/
17:52.24Amadeohaha
17:52.26sbuwtf - more unitframes?
17:52.29Amadeoyeah
17:52.32Amadeobring on the unitframes
17:52.34Amadeowe need competition
17:52.38AmadeoI think everyone in here should make one
17:52.46*** join/#wowace PProvost (i=PProvost@WoWUIDev/WAU/Admin/Pprovost)
17:52.46*** mode/#wowace [+v PProvost] by ChanServ
17:52.47Industrialyeah i knida felt like doing that :P mine wont be configurable tho (as is the rest ive made)
17:52.55*** join/#wowace krka (n=krka@c83-250-235-169.bredband.comhem.se)
17:53.11Industrialmore unitframes! theres only like 4 good ones out there right now
17:53.27Industrialused to be amazed at what people came up with, not so much anymore :(
17:53.34AmadeoLucenUF!
17:53.56Amadeowas that the name?
17:53.56AmadeoIt was Luc-something
17:53.56AmadeoI think...
17:54.18AmadeoI liked them
17:54.37kergothFetching external item into 'SharedMedia/Libs/Tablet-2.0'
17:54.38kergothA    SharedMedia/Libs/Tablet-2.0/SharedMedia-1.0.lua
17:54.38kergothChecked out external at revision 30825.
17:54.39kergothhehe
17:54.45kergothtablet-2.0/sharedmedia-1.0.lua ;)
17:55.23KemayoAmadeo: It doesn't show that mob is dazed -- it shows that mob has cast the "Dazed" effect.
17:55.36CIA-1103kergoth * r30826 10SharedMedia/ (Libs/ SharedMedia.toc): SharedMedia: fix a copy paste error in the externals, add sharedmedia-1.0 to the .toc.
17:55.44AmadeoKemayo: I guess it's impossible to tell you who was dazed?
17:55.49Fisker-aaaaaaaaaaaaaaaaaarghhhhhhhhhh
17:55.56Fisker-curse our neighbouring country
17:56.00Fisker-i hate you norway!1
17:56.09Fisker-(C&C3 is out in norway)
17:56.11KemayoAmadeo: I have no idea. :)
17:56.26Amadeohehe
17:56.34AmadeoI just notice it in PvP a lot
17:56.43AmadeoI'll be running around and see a mob is dazing, and wondering who it dazed :)
17:57.46stavmarwhich ag_UF Rangechecker works on the SVN?
17:57.52Industrialeither a hunter or a rogue init? :P
17:58.09vhaarrkergoth: Have you considered adding a heartbeat sound to kenergy?
17:58.20vhaarrkergoth: like a feint thud every tick
17:58.25*** join/#wowace Ominous (i=HydraIRC@88-111-60-147.dynamic.dsl.as9105.com)
17:58.57AmadeoI think it might end up sounding funny, I know my energy ticks aren't completely consistent
17:59.28Amadeogenerally if I time something perfectly at the end of a tick, it gets a little screwy...I don't know if it's kEnergy or if it's just the game
17:59.33AmadeoI just assumed it was the game
17:59.39*** join/#wowace TheKarn (n=thekarn@82-69-81-74.dsl.in-addr.zen.co.uk)
17:59.54Industrialoh noes its TheKarn all hide shh shh hes coming
18:00.45chutwigyou're a little ginger beer, aren't you
18:00.49Industrialsurprise buttsecks!
18:00.52Industrialow :X
18:00.53kergothvhaarr: someone requested that on the forums actually
18:01.06vhaarrokay
18:01.20kergothvhaarr: wouldnt be hard to add, though i'm hesitant to allow feature creep.  maybe split the core energy tracking out from the interfaces (heartbeat, ticker bar)
18:01.27TheKarn...
18:01.42vhaarrkergoth: ye
18:01.42IndustrialTheKarn: ^^
18:04.40kergothAmadeo: well, i was testing it last night and the ticks were behaving flaky.. it used to work fine and i dont recall changing anything, but i havent read anything about blizzard changing anything about UNIT_ENERGY, so i guess it must be a kenergy bug that was only recently expopsed. i dunno. i'm investigating regardless
18:05.15Antiarc|WorkI have to say...I'm really dman impressed with the Coral cache.
18:05.29Antiarc|WorkI've served up 20,000 sig requests, which doesn't seem like TOO many...
18:05.46Antiarc|Work...until you realize that each sig only gets requested from my machine once every 12 hours.
18:06.16Antiarc|WorkSo we're probably talking several million sigs served with only a very managable fraction of that to my machine.
18:07.45kergothwhats the url to your armory bits antiarc? and is it in the bot yet so you can stop answering that question? ;)
18:08.09Antiarc|Workhttp://wow.tachyonsix.com/armory/
18:08.11vhaarr~antiarc
18:08.13purli heard antiarc is the destroyer of worlds
18:08.15*** join/#wowace Pucmel (n=npucmel@dwarf.dkm.cz)
18:08.16Antiarc|Work...
18:08.20Antiarc|WorkWhere the hell did THAT come from?
18:08.23kergothlol
18:08.34vhaarr:P
18:08.39Antiarc|WorkPurl, antiarc is the author of Sanity and Hemlock, as well as the author of the WoW Armory Tools, found at http://wow.tachyonsix.com/armory/
18:08.41purl...but antiarc is already something else...
18:08.45Antiarc|WorkHow do I override that?
18:08.49harldephinhttp://www.youtube.com/watch?v=z359RYJEQGY
18:08.56vhaarrAntiarc|Work: add a "no"
18:09.03Antiarc|WorkPurl, no, Antiarc is the author of Sanity and Hemlock, as well as the author of the WoW Armory Tools, found at http://wow.tachyonsix.com/armory/
18:09.04purlokay, Antiarc|Work
18:09.07Antiarc|Work~antiarc
18:09.09purli heard antiarc is the author of Sanity and Hemlock, as well as the author of the WoW Armory Tools, found at http://wow.tachyonsix.com/armory/
18:09.28Antiarc|WorkPurl, no, Antiarc is the author of Sanity and Hemlock, as well as the author of the WoW Armory Tools, found at http://wow.tachyonsix.com/armory/ - I guess he's the destroyer of worlds, too, or somethin'
18:09.29purlAntiarc|Work: okay
18:09.37Antiarc|Work<_<
18:11.10Punkie`purl, punkie rocks and lieks mudkips
18:11.31Punkie`:(
18:11.55Punkie`~mudkip
18:11.56purlSo, punkie` i herd you liek mudkips
18:12.01CIA-1103jerry * r30827 10Talented/core.lua: Talented: fix to import function
18:12.11Punkie`aha
18:12.21Punkie`purl, punkie is awesome and lieks mudkips
18:12.23purlPunkie`: okay
18:12.26Punkie`:D
18:12.34Punkie`~punkie
18:12.36purlwell, punkie is awesome and lieks mudkips
18:12.40Punkie`hooray!
18:13.14yacoobpurl, yacoob?
18:13.22yacoob...good :)
18:13.24Punkie`~yacoob
18:13.47CIA-1103trh * r30828 10VanasKoS/modules/DistributedTracker.lua: VanasKoS: notify even if player is on kos
18:13.59Punkie`purl, yacoob is a person who LOVES mudkips
18:14.00purlPunkie`: okay
18:14.08Punkie`~yacoob
18:14.09purlit has been said that yacoob is a person who LOVES mudkips
18:14.21Antiarc|Work~purl
18:14.22purlhmm... purl is one awesome bot!
18:14.47azideAntiarc, with your sig generator, there is a problem with forum-format #2 when mp5 is used
18:14.48Antiarc|Work~recursion
18:14.50purlwell, recursion is tell ubotu about recursion
18:15.01Antiarc|Workazide: Aha, the slash, right. I'll see about fixing that.
18:15.09azideAwesome, thank you :)
18:15.22azideGreat work, your site is incredible
18:15.22Antiarc|Workpurl, no, recursion is an invalid command. See ~recursion.
18:15.24purlokay, Antiarc|Work
18:15.30Antiarc|Workazide: Thanks :)
18:16.00Antiarc|Work~botsnack
18:16.00purlAntiarc|Work: :)
18:17.43*** join/#wowace Mechizar (n=Mechizar@69.39.34.98)
18:17.44azidegeez, whoa, you do sanity and hemlock too?  /antiarc fan
18:18.29Antiarc|WorkHeh, I do indeed.
18:19.06shieldbis there a way hemlock can auto-notify you to open the poison window then close it again in the event of a nil list of poisons? (or maybe do it for you?)
18:19.12*** join/#wowace KarlThePagan (n=andross@lanip-170-65.go180.net)
18:19.21shieldbboo @ blizzard's crappy tradeskill ui
18:19.49kergothAntiarc|Work: looks like kenergy's spellbook scan to determine what your abilities cost is failing.  its not recognizing any energy expendatures, thats why the tick is flawed now.  its acting like it did before i implemented the detailed energy tracking.
18:19.55Antiarc|Workshieldb: It does - that's what the "Hey, I need to scan for poisons" popup after every patch is. :)
18:20.00shieldbno, no
18:20.02shieldbdifferent from that
18:20.14shieldbhemlock knows about my poisons and works fine for that
18:20.18shieldbbut if I open say jewelcrafting
18:20.25shieldband set it to filter just to gems
18:20.54shieldbthen when you look at poisons it still says that it's filtering to gems (but it displays trade goods)
18:21.08shieldbso you need to set it to all subclasses or to poisons
18:21.20Antiarc|WorkOooh, I see.
18:21.22shieldbotherwise when you go to buy poison reagents you get a nil error and it doesn't do anything
18:21.31*** join/#wowace sun\ (n=sun@ARouen-152-1-43-199.w90-22.abo.wanadoo.fr)
18:21.31Antiarc|WorkI never use those filters, heh
18:21.38Antiarc|WorkI'll see what I can do with it.
18:21.57vhaarrsweet, swfdec can save flash files from the web now, no more URL hunting in the source
18:23.52Antiarc|Workazide: MP/5 fixed. You'll need to generate a new sig URL though.
18:24.18azideawesome, thanks, trying it now
18:24.27MechizarLol, are you referring to the MP/5 on the sig generator?
18:24.31Antiarc|WorkYes
18:24.43MechizarCool, then I won't bother reporting it. :)
18:24.45Antiarc|WorkThe slash caused it to break; I fixed that just now.
18:24.49MechizarYup.
18:24.56ElkanoAntiarc, as nice your sig generator is, as useless are most settings for eg Druids :( blame Blizzard
18:24.58Antiarc|WorkJust re-create the sig and use the new URL is creates for you.
18:25.06Antiarc|WorkElkano: I know :( Not much I can do though
18:25.19Antiarc|WorkElkano: I could add a "Nerfed Times" stat if you like
18:25.24Antiarc|WorkTimes Nerfed, rather.
18:25.26Elkano^^
18:26.40Elkanowhat's happening to the ace servers atm? :(
18:27.03azideAntiarc|Work: Works great, thanks!
18:27.03Elkanodid I miss a scheduled downtime?
18:27.20KemayoAntiarc|Work: Didn't you say you'd put the code for the generator up on the svn somewhere?
18:28.01MechizarYeah, I am not seeing the MP/5 fix in the svn version. I am guessing he hasn't checked it in yet.
18:29.00Antiarc|WorkI haven't yet, no
18:29.23Antiarc|WorkJust committed it :)
18:29.37Antiarc|WorkKemayo: The whole suite of tools is at http://svn.digitalsentience.com/svn/armory
18:29.50kergothis dev.wowace.com acting up for anyone else, or just me? :\
18:30.17vhaarrawww http://developer.mozilla.org/wiki-images/en/c/c6/Moz_ffx_openStandards_1680x1050.jpg
18:30.40Antiarc|WorkHahaha, nice. :)
18:31.09vhaarrmore resolutions: http://developer.mozilla.org/en/docs/Promote_MDC
18:33.40*** join/#wowace ckknight (n=ckknight@rrcs-74-62-251-185.west.biz.rr.com)
18:33.41*** mode/#wowace [+o ckknight] by ChanServ
18:34.01Prophhany way or another mod that will show Mana Bars in grid/perfectraid? need something that shows mana and hp..beside using unitframes for raids..
18:34.55vhaarryeah
18:35.01deltronsimpleraid heh
18:35.03vhaarrsomeone made a mod that just shows mana bars for the raid
18:35.13vhaarrdon't remember the name, but it's on the svn
18:35.15deltronsimpleraid has that
18:35.28vhaarrkergoth: yeah, dev seems to be down for me, too
18:35.44shieldbAntiarc|Work, how does your armory tools figure out who's keyed for karazhan? Min rep with violet eye from the key quest deal?
18:36.13*** join/#wowace NinjaChimp (n=chemp@host81-155-246-165.range81-155.btcentralplus.com)
18:36.41Antiarc|WorkYup.
18:36.52Antiarc|Work1850 min rep, which is what non-humans have after completing the keying questline.
18:37.08vhaarrforums are down as well, it seems
18:37.11vhaarrKaelten-Laptop: poke
18:37.34shieldbnow if only the armory had something for determining the later attunement steps :)
18:39.02MechizarThere is no other way to get VE rep, so that should work like a charm.
18:39.22Antiarc|WorkPrecisely :)
18:40.11ckknighthey all
18:41.10Amadeosup ck
18:41.20ckknightgonna go get some breakfast
18:41.26Amadeobring your PitBull
18:41.46TheKarnanyone seen kaelten around?
18:42.53Prophhhmm wheres simpleraid?? can't find it on wowace.com/files
18:44.17Ominoushas wowace just gone down?
18:44.28Industrialsergio: how you doin mate
18:44.48sergiowell
18:45.05sergiostill working on that ui?
18:45.31*** join/#wowace Telrin (n=test@shandalar.xs4all.nl)
18:46.02MechizarAntiarc|Work: So, who is providing all the bandwidth for that many sigs being dynamically linked?
18:46.13Pneuthe corel cache :)
18:49.33Fisker-funny vhaarr
18:49.46vhaarrwhat is?
18:49.53Fisker-the wallpaper
18:49.54vhaarr:)
18:50.11Fisker-And i don't mean that in a good way, you know that
18:52.57Antiarc|WorkMechizar: A distributed peer-to-peer caching network :)
18:53.04Antiarc|Workhttp://www.coralcdn.org/
18:53.12kergothAntiarc|Work: ugh, it was me, one of my cleanup commits a while back broke kenergy.  the last release version likely worked fine, but not svn.  i'll fix it whenever dev. comes back
18:53.19kergoth:|
18:53.26kergothdidnt notice since i've been playing my hunter for weeks
18:53.26kergothhehe
18:53.37Antiarc|WorkHeheh, oops
18:53.43Antiarc|Work"Publishing through CoralCDN is as simple as appending a short string to the hostname of objects' URLs; a peer-to-peer DNS layer transparently redirects browsers to participating caching proxies, which in turn cooperate to minimize load on the source web server.   Sites that run Coral automatically replicate content as a side effect of users accessing it, improving its availability"
18:53.47Antiarc|Work" Using modern peer-to-peer indexing techniques, CoralCDN will efficiently find a cached object if it exists anywhere in the network, requiring that it use the origin server only to initially fetch the object once."
18:53.53MechizarYup, I found the wikipedia article.
18:54.07kergotherr, stupid tab completion
18:54.17kergoths/Antiarc.*:/Amadeo/g;
18:54.18Antiarc|WorkIt's a bit slower than direct access, but it's a lot faster than direct access when I'm serving a bazillion hits per second! :D
18:54.35Antiarc|WorkPlus, it keeps the generator itself fast.
18:54.48kergothnice
18:55.08Amadeokergoth: I missed that earlier, but I hope you find it :) I notice I can make it happen more frequently if I get a hit in just at the very end of an energy tick
18:55.25*** join/#wowace Matrix110 (i=bla@pD957F47E.dip.t-dialin.net)
18:56.39Arrowmasterhmm thats weird, i ran the bat file in the bigwigs dir then did svn up * and now its redownloading all the boss mods into the bigwigs dir
18:56.49vhaarrthat's not weird
18:57.18kergothAmadeo: its a stupid thing. at some point i changed the energy costs table to index by just spell name, not spell name and rank, since no char has an energy driven ability that has multiple ranks in the spellbook at a time.. but i never changed the tick handling that looked up the cost to not use the rank :P
18:57.34Prophhanyone have the download link to SimpleRAID?
18:57.37Matrix110Rabbit here?
18:57.39kergothjust stupid, i wouldve caught it earlier if i'd actually been playing my rogue
18:57.39Arrowmasteri thought svn was suppost to remember local changes like moving folders
18:57.42vhaarrMatrix110: I'm here.
18:58.00Matrix110but i want Rabbit!
18:58.02kergothArrowmaster: no, only if you use svn commands to do the operations.
18:58.05kergothsvn is NOT transparent.
18:58.08kergoththe docs explicitly say that
18:58.13vhaarrMatrix110: I am teh wabbit
18:58.15Matrix110oh:P
18:58.41Matrix110Are you planning to add a option to NRT to disable this "whisper me blabla" message?
18:58.53Matrix110because i really like NRT but its kinda spamming^^
18:58.53vhaarrMatrix110: I could do that
18:59.01Matrix110would be nice
18:59.06Amadeokergoth: You found it already?
18:59.14Prophhanyone have the download link to SimpleRAID?
18:59.15Amadeothat was fast :P
18:59.21Arrowmasterwebsite being pounded too?
18:59.26Arrowmastercant get the main page
18:59.36Fisker-RAWR
18:59.39Fisker-i want C&C3
18:59.40Fisker-:(
18:59.41Matrix110the wowace page is kinda fucked atm Arrowmaster ye:P
19:00.12Fisker-pwned
19:00.18Fisker-forums r teh down
19:00.29Elkanoserver being looked at as we speak
19:01.34kergothAmadeo: it was easy to track down. i enabled debugging and cranked the debug level up to 2 and saw that all the energy spending on spells was seen as "Unhandled"
19:02.42Prophhneed help, can't find simpleraid anyways for download =(
19:03.38Amadeokergoth: That's awesome, I was afraid it wouldn't be able to be solved :)
19:03.55CIA-1103elkano * r30829 10ElkBuffBars/ (EBB_Bar.lua ElkBuffBars.lua ElkBuffBars.toc Libs/):
19:03.55CIA-11ElkBuffBars
19:03.55CIA-11- added externals (hopefully correct ^^')
19:03.55CIA-11- fixed a few bugs
19:03.56CIA-11- added a bunch of new things to the dewdrop menu
19:04.12*** join/#wowace nymbia (n=nymbia@71-218-138-197.hlrn.qwest.net)
19:04.52Ominouselkano: is ubbs usable yet
19:05.14ElkanoOminous, well, getting closer :)
19:05.27Elkanobut still marked LoD
19:05.36Matrix110btw is there anyway to let my pet(Water Elemental) always attack the target iam attacking without pressing a special button besides my Frosbolt(i know about /cast frostbolt /petattack but the elemental stops casting and starts casting a new bolt if i press it while casting)
19:05.45Ominousk
19:06.23ArrowmasterMatrix110: try /petattack [target=pettarget,noexists] target
19:06.29Elkanobut feel free to hav a look at it in its current state and give me some feedback ^^
19:06.42Ominousnooo dont say that....
19:06.47Ominousi was going to level tonight
19:06.52Prophhneed help, can't find simpleraid anyways for download =(
19:07.00Ominousbut now ill end up distracted :D
19:08.07sbuElkano: resizable? :P
19:08.17Elkano:)
19:08.42Elkano0-500(10)/0-100(5) iirc
19:09.06Matrix110ill try Arrowmaster
19:09.45*** join/#wowace Cheads (i=chead@0x535b9ac2.virnxx18.adsl-dhcp.tele.dk)
19:10.10NeoTronany way to make shadowfiends not be cast during Moroes? :P
19:10.26nymbiayell louder ;)
19:10.32NeoTronother than making sure the priest is dead (which usually is the effect of a shadow fiend :)
19:10.35NeoTronheh
19:10.42*** join/#wowace Nomad_Wanderer (n=chatzill@cpe-66-66-148-162.rochester.res.rr.com)
19:10.43NeoTronwe had an attempt when not one but two of them were used
19:10.49sbueh
19:10.49NeoTronof course none of the priests used theirs
19:10.51sbudont use them
19:10.57nymbialol
19:10.58Matrix110nice it works thanks Arrowmaster
19:11.11kenlyricshadowfiend says who it belongs to
19:11.12sbuthey just suck... and keep attacking your shackles
19:11.15NeoTronsbu: I know, just a bit hard sometimes to get ppl that into their head
19:11.20sbuhehe
19:11.21sbu:o
19:11.40NeoTronit's still funny how, with 3 priests and two shadow fiends, no priest used theirs!
19:11.44NeoTronactually I think one of them fessed up
19:11.52Nomad_Wandereris it me or are the forums borked?
19:12.05Nomad_Wanderer: Table './smfdb/smf_sessions' is marked as crashed and should be repaired
19:12.06Nomad_Wanderer/var/www/forums/Sources/Load.php
19:12.08Nomad_Wanderer1984
19:12.13kenlyricunless y ou've never done any other instances, it still should only take one time to learn that lesson on moroes :)
19:12.27Matrix110Nomad_Wanderer the forums are fucked atm yes:P
19:13.29kenlyricI learned the shadowfiend lesson on a shadow labyrinth run.
19:13.51kenlyric"stop attacking the sheep you fuckhead!"
19:14.08NeoTronkenlyric: well.. you'd think people would learn not to MOVE DURING FLAMEWREATH pretty dang fast
19:14.20NeoTronor "don't stand in the blizzard"
19:14.34NeoTronor 'you can't outrun the blizzard - run through the center or counter clockwise'
19:14.44NeoTronyet I see people trying to outrun it clockwise in every attempt
19:15.03Antiarc|Work"Don't move during flamewreath" just...is not a hard concept.
19:15.05Antiarc|WorkAlthough
19:15.26NeoTronI admit I did it once as blizzard fell on my head as a kneejerk reaction
19:15.27Antiarc|Work"Don't stand next to people if you're the bomb" is also not a hard concept, and yet people manage to obliterate a quarter of the raid on a regular basis.
19:15.36NeoTronhowever we had already been blown up and lost a couple of healers..
19:15.51NeoTronthat is true
19:16.10NeoTronwe managed to get netherspite down to 4 people having to worry about beams
19:16.17NeoTronthat lowers the risk of confusion significantly
19:16.22kenlyricwell, we took don't move during flamewreath a bit to seiously the first time... We all stopped moving :)
19:16.35NeoTronwell you can move if you're nowehere near one
19:16.36NeoTronbut..
19:16.48NeoTronif I tell people that I'm afraid they will move even when close to one as long as it's not around them
19:17.57stavmarI am getting a bug with shared media, do I even need this library? http://ace.pastey.net/9070
19:18.58Matrix110normally libaries are LoD
19:19.03Matrix110so it doenst load when you dont need it
19:19.22Antiarc|WorkMy guild has four parallel Kara groups, but my group hasn't gotten past Aran yet. Though I think that's because we only have two melee, one of whom is a prot warrior.
19:19.26Matrix110dunno if SharedMedia is lod enabled
19:19.45kenlyric4... man, we're still struggling to for 2.
19:20.29kenlyricthen again, we still need 1 group to learn things like focus fire and stay away from the glowy thing on curator.
19:20.36Matrix110in chinese wow they had guilds doing 10MCs at once:P
19:20.42Matrix110and more
19:22.05*** join/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
19:22.09Matrix110some guilds there have enough active playing people to create queues on EU Servers dunno if they have higher limits in china^^
19:22.10Antiarc|WorkAr oh eff el. http://img47.imageshack.us/my.php?image=dailyusage200703jn7.png
19:22.14sbumeh
19:22.15Antiarc|WorkCheck out yesterday's spike.
19:22.17sbuAntiarc|Work
19:22.21sbuconnection timed out
19:22.23Antiarc|Work?
19:22.36sbuwhen using your armory tools
19:22.47sbuafter few minutes it crashes w/ connection timed out
19:23.03Antiarc|WorkTrying to do a large guild?
19:23.12Antiarc|WorkIt's likely the summary went ahead and generated.
19:23.20Ironhandhttp://www.wowace.com/forums/index.php - : Table './smfdb/smf_sessions' is marked as crashed and should be repaired / /var/www/forums/Sources/Load.php / 1984
19:23.49Matrix110Ironhand the admins know about it afaik
19:23.52Ironhandok, thx
19:27.03NickenyfikenPM Kaelten-Laptop maybe
19:27.14Kaelten-Laptophrm?
19:27.25Kaelten-Laptopya we know and are looking at fixing it
19:27.52Nickenyfikenah sorry nvm :-/
19:29.02Kaelten-Laptopnp :)
19:29.04Industrialhawtsauce http://img114.imageshack.us/img114/4623/wowscrnshot032307202749oj8.jpg
19:29.53*** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl)
19:36.03Prophhneed help, can't find simpleraid anyways for download =(
19:38.06*** join/#wowace Relapse (n=beach@80-192-66-112.cable.ubr10.edin.blueyonder.co.uk)
19:42.03Relapseforums on www.wowace.com broken or just getting some maintanence?
19:42.06*** join/#wowace neenee (i=naenee@a62-251-64-42.adsl.xs4all.nl)
19:42.22neeneehm. Someone messed up the forums
19:42.58Ironhand19:27:25 <@Kaelten-Laptop> ya we know and are looking at fixing it
19:43.07restoredQuick question, does anyone know if Tinytip have the option to hide tooltip when in combat ?
19:43.15RelapseIronhand: Cool :)
19:43.16Kaelten-Laptopforums are back up now
19:43.27ckknightIndustrial: I should copy your layout in pitbull to spite you
19:43.30ckknight:-P
19:43.38neeneeNope, forums are still messed up
19:43.45neenee8: Undefined index: image
19:43.45neeneeFile: /var/www/forums/Themes/default/BoardIndex.template.php
19:43.52neenee(main_above sub template - eval?)
19:43.52neeneeLine: 199
19:44.08Kaelten-Laptophrm okit only worked when I was signed in.
19:44.21ckknightworks for me.
19:44.30neeneeI am signed in though
19:44.38neeneeIt fails to load properly with both IE and opera.
19:45.08RelapseI get the same error. In FireFox. But then I'm not signed in (no account)
19:45.11Kaelten-Laptoploads in IE and FF when I'm signed in
19:45.16*** join/#wowace zac (n=zac@79.177.188.72.cfl.res.rr.com)
19:45.16Matrix110forums work for me now
19:45.17Kaelten-Laptopwhen I'm not signed in it fucks up though
19:45.18Matrix110Firefox
19:45.26CIA-1103ckknight * r30830 10Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua: .AceModuleCore-2.0 - possibly fix a nil bug
19:45.37neeneeWell, it doesn't work here :|
19:45.49Matrix110lemme test with IE7 not signed in
19:46.12AmadeoYou guys notice that AutoBar goes dark a lot, even when it should be usable?
19:46.17neeneeIt doesn't load here with IE7 while logged in.
19:46.18Matrix110not signed in its fucked up yes
19:46.20Matrix110yes Amadeo
19:46.24neeneeer wait.
19:46.28neeneenot logged in with IE indeed
19:46.32neeneebut logged in, it does not work with opera.
19:46.49ckknightyes it does, neenee
19:46.51ckknightfor me
19:47.12neeneeLogged in with IE7 it does not work here either.
19:47.35neeneeAre you using a proxy or such which alters the website before your browser displays it?
19:48.03neeneeI just upgraded my hardware and installed a clean windows, so I'm using default settings for IE>
19:48.05Kaelten-Laptopits a template issue
19:48.06neenee*/
19:48.09Matrix110nope neenee
19:48.24neeneeah. Perhaps I am using a different one then.
19:48.35neeneeI'm using the one with the playing cards
19:49.17RelapseKaelten-Laptop: Strange it works with signed in users. But I'll go back to poking at acecomm using the API docs, teh forum searching can wait :)
19:50.07neeneeI'm signed in and it doesn't work
19:50.19neeneeUnless you're not referring to the forums.
19:50.46CIA-1103kergoth * r30831 10kEnergy/addon.lua: kEnergy: fix debuglevel option to be hidden when debugging is disabled, and to step by 1.
19:51.17CIA-1103kergoth * r30832 10kEnergy/tick.lua: kEnergy: fix energy tracking issues (this will fix the tick behavior problems people have seen lately).
19:53.17kergoth<3 bind mounts.. who needs symlinks
19:55.50Antiarc|WorkI need symlinks. :/
19:56.25Kaelten-Laptopneenee now try the forums
19:56.40kergothwow cant see an addon dir thats a symlink.. i checked out the dev.wowace kenergy to my usual code locdation, then mount -o bind /home/kergoth/code/kEnergy /home/kergoth/wow/Interface/AddOns/kEnergy
19:56.44kergoth:P
19:56.45*** join/#wowace kmb2215 (n=hassan@71.139.233.140)
19:56.54neeneeKaelten-Laptop: oki.
19:57.05neeneeKaelten-Laptop: works :)
19:57.06NeoTronbind mounts rock
19:57.07neeneeThanks.
19:57.29*** join/#wowace insastolemynick (n=ins@251.154-240-81.adsl-dyn.isp.belgacom.be)
19:57.59Saroz_what bind mounts?
20:01.24kergothsee 'man mount' in linux :P
20:01.58*** join/#wowace dudevon-away (i=dudevon@dsl-33-180.dsl.netsource.ie)
20:03.41Antiarc|WorkSomeday, I'm going to write a linux app
20:03.50kmb2215do bind mounts require riding skill?
20:03.51Antiarc|WorkIt will be called your_battle_stations
20:03.51kmb2215:P
20:04.00Antiarc|WorkSo then I can tell people to man your_battle_stations
20:04.17Antiarc|WorkIt'll probably be a calculator or something
20:04.18Antiarc|WorkI dunno
20:04.22Relapselol @ Antiarc|Work
20:04.41Antiarc|WorkBlizz needs to hurry up and expand the armory so I can do more fun things with it.
20:05.03kenlyricgimme my bags and recipes, blizzard noobs!
20:05.14Antiarc|WorkIf they gave recipes I would be amazingly happy.
20:06.10Antiarc|WorkI wish they'd expose gold levels, too, but they said they won't
20:06.15Antiarc|WorkBut that would make for some VERY fun charts.
20:06.18Antiarc|WorkEspecially charts-over-time.
20:06.24Antiarc|WorkWith big red arrows pointing to gold buyers.
20:06.57CIA-1103ckknight * r30833 10PitBull/ (7 files in 5 dirs):
20:06.57CIA-11PitBull - Watchdog metadata no longer stored on the fontstring, but in a local dictionary.
20:06.57CIA-11- delFrame will automatically unregister with Watchdog system.
20:06.57CIA-11- Watchdog system now handles double-frees and double-registrations fine.
20:06.57CIA-11- Also takes in the unit and code upon registration.
20:06.59pastamancerand a paragraph on the back of each one?
20:07.12kenlyricwhat would be the threshhold?
20:07.23Antiarc|WorkI dunno, I'd have to look at the data.
20:08.28*** join/#wowace PProvost (i=PProvost@WoWUIDev/WAU/Admin/Pprovost)
20:08.28*** mode/#wowace [+v PProvost] by ChanServ
20:08.29Antiarc|WorkI'm thinking of using my cache data to compile "most popular specs" but I don't know if anyone would actually care about that data.
20:08.40kenlyricI would
20:08.43Antiarc|WorkBut like, have a page that shows the most popular specs by class.
20:08.48JoshBorkei would
20:09.05kenlyricI'm constantly hunting down raiding pve priest specs to see where people put points.
20:09.23Antiarc|WorkSee, I just browse the EJ boards when I need spec advice
20:09.30kenlyricand most of them make no freaking sense :)
20:09.44kenlyricus priest forums are completely worthless
20:09.59Antiarc|WorkMost all official forums are worthless
20:10.57Antiarc|WorkI'm itching to write another armory app, but I don't have an idea I'm really happy with
20:10.57Antiarc|WorkI'm thinking something that tracks something over time and graphs it against somehting else over time
20:10.57Antiarc|WorkBut I don't know what.
20:11.27Antiarc|WorkBut I really enjoy making purty graphs.
20:11.48kenlyricprofessions.
20:12.06kenlyricnot really an over time thing, but fun to compare with aggregated data.
20:12.13Antiarc|WorkWhat do you mean?
20:12.30kenlyricsee how professions break down among all the data you've collected.
20:12.45Antiarc|WorkOh. I guess I could do that.
20:12.46Antiarc|WorkPrediction:
20:12.49kenlyricI guess you could pull that straight from the armory
20:12.53Antiarc|Work98.6% of engineers are at 300-305
20:13.27Arrowmastertheres no good way of getting server stats from the armory is there?
20:13.34Antiarc|WorkNope.
20:13.40Antiarc|WorkNot yet anyway.
20:14.01Antiarc|WorkOoh, I have an idea.
20:14.05Antiarc|WorkTrack arena teams over time.
20:14.10JoshBorke*yawn*
20:14.16JoshBorkethe time period is too long
20:15.01Antiarc|WorkIt would be neat to look at over a couple of months
20:15.08pastamancercan you get the ilevel of the gear from the armory?
20:15.11Antiarc|WorkWeek to week rating changes against other teams
20:15.14Antiarc|WorkHm...lemme check.
20:15.27JoshBorkewho's got the biggest epeen!
20:15.47kenlyricinstead of tracking talent builds, track talent points. See if there are any points no one has :)
20:15.49Antiarc|WorkOh ho ho
20:15.50Antiarc|WorkI just stumbled upon something
20:16.07pastamancersum the ilevel (weghted by rarity) for all the items each person in a guild has and track that over time
20:16.29Antiarc|Workhttp://armory.worldofwarcraft.com/item-info.xml - I need to figure out the search parameter
20:16.37Antiarc|WorkBut it looks like they plan to provide a searchable item DB
20:16.53kenlyriclike, how many mages take that armor talent?
20:17.06Antiarc|Workhttp://armory.worldofwarcraft.com/item-info.xml?i=31000 works
20:17.09kenlyricit makes sense that they'd eventually let you link to items
20:19.44*** join/#wowace Kilroo (n=Jarentha@cpe-071-076-173-175.triad.res.rr.com)
20:19.53kenlyricyou could track popular equipment for different classes.
20:20.12CIA-1103ckknight * r30834 10PitBull/ (4 files in 2 dirs):
20:20.12CIA-11PitBull - add HideBlizzard module
20:20.12CIA-11- fix Watchdog tags system to properly update upon population
20:20.20JoshBorkeAntiarc|Work: you could compare the item databases between wowhead/thott/alla vs the blizzard one
20:20.41kenlyricwhat would that do?
20:20.44Ominousckknight: can scale be set yet?
20:20.50JoshBorkejust for general information
20:20.56ckknightOminous: nothing can be set yet :-P
20:21.01Ominous:D
20:21.03*** join/#wowace Lucifear (i=kyron@cc718071-b.groni1.gr.home.nl)
20:21.09kenlyricthat's what I mean. What information?
20:21.14ckknightexcept position
20:21.53kenlyricomg, I need tums in a bad bad way
20:21.56JoshBorkeif blizzard knows of items that aren't on the other websites, as a form of datamining
20:22.34kenlyricit'd be easy for them to say "don't show this item if nobody has it"
20:22.45Antiarc|WorkJoshBorke: I already tried that
20:22.54Antiarc|WorkThey have it protected somehow.
20:23.20JoshBorkemeh, oh well
20:23.24kenlyricyou'd likely get some items that aren't on those websites if they're rare/new enough.
20:24.44kmb2215does anyone know of an item database thats downloadable?
20:24.51kmb2215ive written an app to scrub the armory
20:25.02kmb2215but it doesn't include items that aren't currently being worn by anyone
20:25.19Matrix110just get a complete database for ItemSync/Lootlink orso and convert it to outgame:P
20:25.50Matrix110Lootlink is best i guess as it has all info in it
20:29.29nymbiaor just hit wowhead with 35000 requests to build a list of valid ids
20:30.06kmb2215valid ids isnt the prob
20:30.08kmb2215i want item stats
20:30.19kmb2215and parsing wowhead's html seems more trouble than its worth
20:30.28kmb2215the armory gives it in xml
20:30.39JoshBorkehttp://armory.worldofwarcraft.com/item-info.xml?i=30007 <-- found by kaso
20:31.38Fisker-what's there?
20:31.46*** join/#wowace Kirkburn (n=Kirkburn@82-32-40-219.cable.ubr06.azte.blueyonder.co.uk)
20:31.59deltronitem info?
20:32.02deltronhmm
20:32.12deltronthat is awesome!
20:32.13JoshBorkeTempest Keep - Raid - Kael Head Quest Tank Neck
20:32.15NeoTronhttp://armory.worldofwarcraft.com/item-info.xml?i=12343
20:32.20NeoTronmore than just worn items too :)
20:32.24Fisker-i only get blank pages
20:32.31JoshBorkefisker loses
20:32.52deltronthey making a wowhead killer eh
20:33.04kmb2215welcome to march
20:33.12deltronhttp://armory.worldofwarcraft.com/item-info.xml?i=31337
20:33.14kenlyricyeah, javascript and flash and the quick snap page loads?
20:33.26Elkanonymbia, I know at least one valid id that isn't on wowhead
20:33.28Fisker-DO NOT WANT deltron
20:33.32deltronlaff
20:33.42deltronDESU
20:33.55Fisker-or show me how to see what the fuck you're linking
20:34.03deltronyou using firefox?
20:34.05kenlyricclick on the link
20:34.12Fisker-no, and it doesn't work there either
20:35.40kenlyricI haven't found one higher than http://armory.worldofwarcraft.com/item-info.xml?i=31495
20:36.22*** join/#wowace |neuron| (n=x@195.204.54.159)
20:36.42Fisker-Well the 30007 id must be dropped
20:37.02deltronhttp://armory.worldofwarcraft.com/item-info.xml?i=30000
20:37.18deltronI wonder what id it's using
20:37.43Fisker-it's a shame ashbringer isn't there :(
20:38.10*** join/#wowace Groll (n=yodla@hstad-132-175-209-82.3.cust.bredband2.com)
20:38.21deltronbecause wowhead and thott both use the same item id
20:38.43kenlyricI thought they used ids from the game.
20:38.46kenlyricdoesn't match up?
20:38.50deltronnope
20:38.51JoshBorkethey do match up
20:38.59deltronhttp://armory.worldofwarcraft.com/item-info.xml?i=23849
20:39.02deltronoh
20:39.03deltrondammit
20:39.06deltroni transposed the id
20:39.13JoshBorkelol
20:39.20deltronhttp://armory.worldofwarcraft.com/item-info.xml?i=28349
20:39.23deltronbeen a long freaking day
20:39.24deltron:(
20:39.44sbuuhm ckknight - party & aura display is fux0red ;o
20:39.48Fisker-Couldn't you technically just write a script that outputs every hit on the itemids?
20:39.56kmb2215yes
20:39.59ckknightI know, sbu
20:40.01ckknightworking on it
20:40.02deltronyou can data mine stuff
20:40.06kenlyrichttp://armory.worldofwarcraft.com/item-info.xml?i=2154  http://www.wowhead.com/?item=2154
20:40.06kmb2215and then another script that only requerys ids that havent been found yet
20:40.07deltronfor stuff nobody has I'm sure
20:40.18kmb2215theres also the european database
20:40.28kmb2215ive found items there that dont show up in the american site
20:40.39kmb2215which led me to believe the armory db only stores the items that are need by profiels
20:40.59sbuckknight: kk :)
20:41.01deltrondunno
20:41.12deltronken just linked some junk
20:41.16deltronI linked a junk item also
20:41.44Fisker-kmb2215 nope
20:41.46kenlyricwhich indicates that bags are coming :)
20:41.55Fisker-then it wouldn't have stored the book linked before
20:42.05Fisker-It's probably just looking at items that exists for all servers
20:42.06Matrix110you can find that out pretty easy
20:42.11Matrix110search on US for the Legendary Neck
20:42.17Matrix110search on EU for the LEgendary Neck
20:42.27Fisker-US doesn't have it
20:42.33Matrix110US should have it though
20:42.40Fisker-Unless the guy stopped
20:42.53Matrix110if he deleted the char yes
20:42.56Fisker-no
20:42.57kmb2215fisker: im interested in your explanation for different dbs having different items then
20:43.16Fisker-If he doesn't login the server would discard the item after the next restart
20:43.19deltronok i'm gonna head out now I think
20:43.28Fisker-Theory is that it just compiles a database of all items together
20:43.31Fisker-from the server
20:43.36kenlyricwell, wowhead only sees items that the people with wowhead client sees. Same for thott.
20:43.47kenlyricblizzard, however, sees it all.
20:43.48Fisker-It also uses the cache
20:43.51deltronlet's make a data mining script :)
20:44.05kenlyricI don't think you could datamine, unless they've screwed it up.
20:44.06Matrix110T6 isnt visible sadly:-(
20:44.20kmb2215neither was T5 when i checked
20:44.20Fisker-Might as well make one
20:44.24kmb2215and it was definitely in game
20:44.29Fisker-Just make a script that goes from 1-99999
20:44.36kenlyricsomebody has a piece of t5?
20:44.42Matrix110yes
20:44.46kenlyricI guess you can see the4 item from the vendor, anyway.
20:44.51Fisker-it's a job for Antiarc|Work!!!!!!!!!!!
20:44.52Fisker-DUN DUN DUN
20:44.54kenlyricnobody needs to have it.
20:47.26Fin|neuron|: where would you prefer feature requests for nQuestLog?
20:47.43*** join/#wowace Guillotine (n=Guilloti@ns.motek-services.com)
20:47.58Fisker-<page globalSearch="0" lang="en_gb" requestUrl="/item-info.xml">
20:48.06*** join/#wowace beerke (n=beerke@5353E179.cable.casema.nl)
20:48.06Fisker-What does globalsearch do? :o
20:48.24Guillotinesearch globally?
20:48.37Finseek in a globluar manner
20:48.41kmb2215rather than searching for player x's Hood of Oblivion
20:51.17Fisker-need some extension to go ++ each 5 seconds :P
20:51.44*** join/#wowace |neuron| (n=x@195.204.54.159)
20:52.20*** join/#wowace Eej (n=crapwalk@bas7-toronto63-1096773011.dsl.bell.ca)
20:57.16Fisker-http://armory.worldofwarcraft.com/item-info.xml?i=30095
20:57.19Fisker-is that seen before? :o
20:57.57Matrix110check alla:P
20:57.59Matrix110or wowhead
20:58.06Eejhmm
20:58.10Fisker-not on wowhead
20:58.13Eejdoes ag still not support party's target?
20:58.18Fisker-but it might be from SCC
20:58.23Fisker-SSC*
21:00.38ChompersSSC?
21:00.58Fisker-serpentshrine cavern
21:01.00*** join/#wowace Ordog (i=ordog@port-87-234-85-114.dynamic.qsc.de)
21:01.07Chompersooooh
21:01.46Eejguess it doesn't D:
21:03.02*** join/#wowace OverloadUT (n=gl-mirc@dsl081-057-043.sfo1.dsl.speakeasy.net)
21:03.32kergothhmm, i wish i could easily scale up the minimap size (with simpleminimap) without scaling up the minimap buttons.
21:09.29OverloadUTWhat the... was one of the layouts removed from aguf? :(
21:10.17EejI'm curious as to whether ag will ever support party target frames
21:11.27shieldbOverloadUT, probably
21:11.36shieldbthere's a secondary mod called AUF_Layouts
21:11.47shieldbwhich includes (I think) all the layouts that were removed from aguf
21:19.58Prophhneed help, can't find simpleraid anyways for download =(
21:20.16Guillotinesimpleraid? you mean PerfectRaid?
21:20.21Guillotinenever heard of simpleraid o.O
21:20.28Prophhsomeone on here said it's on svn
21:20.34Prophhyah simpleraid
21:20.54Guillotinedon't think its on SVN. not in AceUpdater at least
21:20.57Ominousckknight: do you want bug reports or not?
21:21.01Gngngskyou should check out SoEasyACavemanCouldDoItRaid, pretty nice
21:21.03Guillotinetheres SimpleUnitFrames
21:21.49Prophhshould be a simpleraid too
21:22.17knarf-sRaidFrames ?
21:23.53shieldbhmm, how long does it usually take from requesting svn access to actually getting set up with it?
21:23.55Prophhis simpleraid sraidframes?
21:24.12shieldbtrying to see if I can't get my stuff checked in before I'm out of town for the weekend ;)
21:25.39*** join/#wowace Dekuna (n=Dek@rrcs-24-173-32-118.sw.biz.rr.com)
21:26.28knarf-Prophh no one knows, try and check it :>
21:27.49Dekunadid something explode and break half the addons, or is it just me? haha
21:28.58Loki|muhits just that you use development versions, I guess.
21:30.15Dekunai ran WAU this morning, and a short list would be cartographer, skinner, closetgnome, simpleminimap, and probably a few more
21:30.43Dekunaran it again with SkipVersionCheck to see if it was a broken lib i could fix, still no luck
21:31.03knarf-sometimes deleting the folder first helps too :>
21:31.52Dekunai'll try it
21:32.10Dekunai don't know if there was a major change to any libs, but something is definately wonky
21:32.36knarf-ace2 was changed at some point
21:32.43GuillotineDekuna: if only you had told me that a couple mins ago >< Just updated all those same addons (except simpleminimap) with WAU
21:33.01DekunaGuillotine: are they broken as well?
21:33.18xlviidoes closet gnome change around trinkets (when mounting)?
21:33.25Guillotinedunno. logging in right now
21:33.35DekunaPrat and aguf are also screwed from what i can see
21:33.37Guillotinexlvii: you can set it to if you use ClosetGnome_Mount
21:33.41CIA-1103kergoth 07modular * r30835 10kEnergy/: kEnergy: Create branch for adding modularity.
21:37.36GuillotineDekuna: no, none of mine are broken
21:37.36*** join/#wowace gmb (n=geoff@ip20.farheap.net)
21:37.41Guillotineat least not that I can see
21:37.46Guillotinewhat exactly are yours doing wrong?
21:38.44DekunaGuillotine: they are completely non-functional, haha
21:39.00AmadeoStrange, WAU still has kEnergy at 27381
21:39.10Dekunai'm basically reinstalling everything though, we'll see
21:39.20Guillotineno, mine are working fine
21:39.32Guillotinebut I have the Ace library as a standalone as well. wonder if that makes a difference
21:39.34AmadeoI wonder if it's updating
21:39.57kergothDekuna: if you're getting errors, paste them.  otherwise the bug report is essentially useless.
21:40.58knarf-Amadeo wau updates every 20 min , due to the zip files being updated every 20 min. or something like that
21:40.59LysetI've seen similar raidframes as grid but with a wider frame, anyone where it's from?
21:41.19Prophhany way or another mod that will show Mana Bars in grid/perfectraid? need something that shows mana and hp..beside using unitframes for raids..
21:41.30Amadeoknarf-: Yeah, but I think it's been over 20 minutes
21:41.33pastamancerLyset: it's probably grid
21:41.49knarf-[22:33:39] [CIA-11]: kergoth modular * r30835 kEnergy/: kEnergy: Create branch for adding modularity.
21:41.55Lysethmm, is there and option which change the witdh that Iäve missed?
21:42.02Lysetor some module I havent seen
21:42.04knarf-[22:41:29] [Amadeo]: knarf-: Yeah, but I think it's been over 20 minutes
21:42.12knarf-Not yet :)
21:42.21nuoHepits a branch
21:42.30*** join/#wowace _Saint-N (n=art3mis@pool-70-18-198-82.ny325.east.verizon.net)
21:42.37pastamancerLyset: Grid -> Frame -> Advanced
21:42.39knarf-that might also explain it :P
21:42.41nuoHepyou wont see it in awu
21:42.44Lysetah, thanks
21:42.56Lysethavent used grid for a while, missed it :)
21:43.14pastamancerjust about all of the "it looks like grid but not quite" screenshots are usually someome playing with the advanced options
21:43.17knarf-I should get my shit together and make a layout for grid so I can use it :P
21:43.31Amadeoknarf-: (15:51) (CIA-11) kergoth * r30832 kEnergy/tick.lua: kEnergy: fix energy tracking issues (this will fix the tick behavior problems people have seen lately).
21:44.03knarf-Amadeo hmm, no idea then :P
21:44.04kergoth<PROTECTED>
21:44.10Amadeoyeah
21:44.24AmadeokEnergy - Already at rev 27381 - Skipping
21:44.27Amadeohehe
21:45.13AmadeoI don't think it's WAU, just the files server not updating
21:45.17kergothah
21:45.35shieldbheh, installing a fresh copy of kEnergy - "Updating to rev 27381"
21:46.13Amadeoyeah, files.wowace.com lists those revisions
21:47.07AmadeoI'll just wait until its fixed, I don't want to go back to using SVN
21:48.16AmadeoAnyone think Team Fortress 2 will ever come out? :P
21:48.16pastamancerfiles is on revision 30828
21:48.16shieldbRight after Duke Nukem Forever
21:48.21Yinchietf2 will be out with hl2 episode 2
21:48.58pastamancerupdate in 3 minutes
21:49.21shieldbhopefully it'll be more like QWTF then TF:C
21:49.32Amadeoshieldb: They changed the graphics up
21:49.37Amadeoit's cartoony now, but still appealing
21:49.41shieldbyeah I know about the style changes
21:49.44shieldbI'm talking gameplay
21:50.10AmadeoTeam Fortress for Half Life never felt right
21:50.12shieldbI played tons of qwtf and tfc never really felt 'right' to me
21:50.16Amadeojust the whole physics change and all
21:50.19Amadeoyeah
21:50.32AmadeoI liked Q3F and such...wasn't the best, but I liked it more than TFC
21:50.57shieldbI enjoyed wf more then q3f/tfc personally
21:50.57OverloadUTHow do you make an event fire?
21:51.21Amadeoshieldb: I tried that when it was new, and it was kind of goofy, but I heard it got better
21:52.05CIA-1103rabbit * r30836 10SharedMediaLib/SharedMedia-1.0/SharedMedia-1.0.lua: .SharedMedia-1.0: Bugfix.
21:52.28NeoTronso if I have the following needs: Able to track attendance (in raid), standby (present but not in raid), absent (missing without notice), leave (missing with notice) and loot given out, but not track actual DKP, what should I use?
21:52.36NeoTronboth in-game and out-of-game. EQDKP?
21:52.50CIA-1103ammo * r30837 10SRA/ (SRA.lua SRA.xml locales/enUS.lua): SRA: Stylish Ribbon Art
21:53.08NeoTronWe don't use DKP but want to track attendence such as being there, being on standby is tracked (1 pt per raid I suppose) and items given out (1 pt per item)
21:53.09Amadeopastamancer: I hope you're right, not seeing any change so far :)
21:53.14CIA-1103arcuss * r30838 10HunterAEP/ (6 files):
21:53.14CIA-11HunterAEP:
21:53.14CIA-11-Added GUI based changing of options via /haep
21:53.14CIA-11-Added ability to reset to default weights
21:53.14CIA-11-Added ability to add weight of stamina
21:53.14CIA-11-Added ability to add weight of Resilience
21:53.16CIA-11-Fixed some typos
21:54.31OverloadUTAhhhhh crap. Is it impossible to make a normal Blizzard event fire manually?
21:54.32Matrix110Neotron you can do that with EQDKP and some ingame Attendance Addon easily
21:54.44Amadeoit updated!
21:54.47Amadeopastamancer wins
21:55.07NeoTronCT_RaidTracker perhaps
21:55.15Matrix110nah
21:55.24Matrix110to bloated for that
21:55.25NeoTronMatrix110: just curious if people have tried various kinds and find that some work better than others etc
21:58.30Matrix110lemme get the curse gaming link
21:58.30Matrix110it even tracks standby people
21:58.30Matrix110http://wow-en.curse-gaming.com/files/details/3848/raidattendance-plus/
21:58.30Matrix110http://wow-en.curse-gaming.com/files/details/3287/ekraidattendance/
21:58.30Matrix110or NRT from rabbit
21:58.30Matrix110items you need to add manually though to eqdkp
21:58.30NeoTronthanks
21:59.15*** join/#wowace Codemeister (i=Crille@c-4ba7e255.013-60-73766c1.cust.bredbandsbolaget.se)
21:59.20*** join/#wowace pahvir (i=pahvir@dyn-203-76-dsl.vsp.fi)
22:00.57OverloadUTDoes anyone know if it's possible to manually fire a Blizzard event?
22:01.30Arrowmasterlike for every addon?
22:01.52[TL]Amandriawell not in WoW :P there was a emulator that could load your lua files and you could fire all kinds of events
22:02.01[TL]Amandriabut its not been updated for 2.0
22:02.44OverloadUTYeah. I want, for example, the QUEST_PROGRESS event to fire
22:02.52Arrowmasterwith AceEvent you can use TriggerEvent to do it but it would only be seen by addons that use AceEvent
22:03.10OverloadUTSo all addons (or default bliz interface) to see it and act accordingly
22:03.27OverloadUTSounds like it's impossible :(
22:04.02[TL]Amandriait is
22:04.03Arrowmasteri think it could be done but the way of doing it would probably be so overly complex it wouldnt be worth it
22:04.28[TL]Amandriawhat would be easier was if some people would get WoWBench to 2.0.x compatibility ;)
22:05.02*** part/#wowace Punkie` (n=~@host86-130-2-120.range86-130.btcentralplus.com)
22:05.11OverloadUTArrowmaster: Any ideas? ;)
22:05.41OverloadUTIterate through every frame, find what events are registered and call the functions manually?
22:05.48OverloadUTI have no idea if that's even possible
22:06.17Arrowmasterim thinking you could try iterating over every frame doing :GetScript("OnEvent") then calling the functions with your own arguments
22:06.56Arrowmasterbut you would have to do that every time to wanted to fire the event just to make sure no new frames were created and such, def not worth it
22:07.07OverloadUT:(
22:07.17OverloadUTWell it ruins the whole idea I had... oh well
22:07.41[TL]Amandriaif u are DAMN good with lua u might try fixing http://www.wowwiki.com/WoWBench for 2.0.x would be a great help for all developers
22:07.55[TL]Amandriaif nobody gets it to 2.0.x ill try as soon as i got some free time again
22:08.16OverloadUTIt looks like that wouldn't help me at all though :P
22:08.33[TL]Amandriawell it could load your addons and u can fire all events
22:08.39[TL]Amandriaand only the events you want/need
22:08.52OverloadUTI don't need to fire events in a make believe world :P
22:09.05OverloadUTIt's not for debugging, it's for the actual functioning of the addon
22:09.06Antiarc|WorkFor those interested, I added the ability to add custom avatars to the sig generator.
22:12.14OverloadUTI was working on an idea, a proof of concept really for being able to make custom fake quests. But the main thing I wanted to do was hook EVERY quest related function and fake the return values if they had to do with my custom quest. It would make it so the quests act 100% like real quests so every quest addon would work perfectly with it. I got it working: http://www.apartment167.com/otherimages/wow/FakeQuest.jpg
22:12.14OverloadUTBut to complete it I would need to be able to fire events :(
22:12.20CIA-1103tornhoof * r30839 10Yata/TotemButton.lua:
22:12.20CIA-11Yata:
22:12.20CIA-11- Buttons now Toplevel(true)
22:13.58Antiarc|WorkOverloadUT: You could maybe get a list of everything that hooks the event you want to fire, and send messages manually?
22:14.32OverloadUTIf anyone has an idea of a good way to do that, I'm all ears :)
22:14.54OverloadUTArrowmaster: Is GetScript an Ace thing?
22:14.58DekunaOkay, i have no idea what exactly caused the meltdown, but it appears that the "Changed paths" in BigWigs and Cartographer's updates today are what ate my addons. i can't provide a specific error message because whatever is happening eats fubar, so i can't look at the bugsack
22:14.59Arrowmasterno
22:15.25CIA-1103elkano * r30840 10SharedMediaLib/SharedMedia-1.0/SharedMedia-1.0.lua: .SharedMedia-1.0 - process SurfaceLib textures after both, AceEvent and SurfaceLib, are locally present
22:15.48OverloadUTOh I found it. Hmmm how would you go about iterating through every frame?
22:16.17Antiarc|Work"for frame in _G do" might work. Not sure.
22:16.57OverloadUTMaybe UIParent:GetChildren() ?
22:17.04OverloadUTIs everything a child of UIParent?
22:17.42pastamancerOverloadUT: be careful, tainting _G.event causes strange things to happen
22:19.31Elkanognah ^^ http://www.youtube.com/watch?v=oc4oP_ITqMc
22:19.51OverloadUTI'm already deep in territoty I'm not familiar with, so I expect lots of strange things to happen ;)
22:20.42OverloadUTWhat is _G.event?
22:21.37pastamancerwell, in a normal addon's OnEvent handler, they usually check 'event' which is a global and can be explicitly noted as _G.event
22:23.01OverloadUTAhhh, I see what you mean
22:24.53AmadeoElkano: I like the ones with Linux in it better :P
22:25.04Elkano^^
22:27.23pastamancerOverloadUT: you should be able to use setfenv before you call the OnEvent handlers to setup your own environment and avoid tainting _G.event
22:28.15OverloadUTDo you have an example of how I would run that? Wowwiki has no page for it :(
22:28.24OverloadUTAnd thanks for the help, I actually almost have it :D
22:29.30pastamanceryou'd probably have to check pil or the lua-users wiki to find a good setfenv example
22:29.41NeoTronMatrix110: Think I'll start with NRT given it's ace2-status. acewoot
22:29.59OverloadUTOkay will do, thanks again
22:30.03pastamanceryou'll also need a little bit of metatable funkiness
22:30.27Matrix110NeoTron but it is a quite early version so be ready to encounter bugs:P
22:30.53*** join/#wowace chutwig (n=edmundrh@ool-44c58c53.dyn.optonline.net)
22:31.19OverloadUTHmmm, how can I tell if a frame has a particular event registered?
22:31.22NeoTronI'll try it at least :)
22:31.28NeoTronbut I'll try the others too
22:31.41NeoTronkarazhan makes this a bit more annoying with two separate raids
22:32.17NeoTronin fact two separate raids in general ismore annoying to manage. just like it was rather rare to run 2x20 man instances even though most guilds probably had sufficient people overall
22:34.32*** join/#wowace JJSheets (n=jjsheets@74-136-100-20.dhcp.insightbb.com)
22:34.33kergothvhaarr: making out an energy tick heartbeat in the midst of all the other combat sounds is rather difficult, even as low frequency as it is :|
22:34.40Antiarc|WorkHoly crap!
22:34.51Antiarc|WorkSomeone working for blizzard blogged my sig generator.
22:34.52kergothcurrently i'm using a real heart beat recording, but m ight need to lower the frequency further or something
22:34.53Antiarc|Workhttp://www.gamespot.com/users/BobC/
22:35.07vhaarrkergoth: should only be in effect OOC imo
22:35.14vhaarrkergoth: and only when you're at full energy
22:35.45AmadeoAntiarc|Work: Awesome :)
22:35.48kergothhmm good point
22:36.40NeoTroni like how he's not allowed to give out his warlock information
22:37.18pastamancerOverloadUT: you'd have to hook RegisterEvent before anything else loaded
22:37.25Antiarc|WorkDammit, I should have been logging character/servers entered!
22:37.27kergotheh, one of my modules OnEnable got automatically called despite the main addon having been in standby at login, is that expected?  the addon's OnEnable wasnt called, but its modules were?
22:37.34Antiarc|WorkThen I could go look at warlocks and do an IP trade to find Irvine!
22:38.02NeoTronlol
22:38.07NeoTronit's not too late!
22:38.27NeoTronthink it'd be fun to work with webdev at blizzard
22:38.43CIA-1103ammo * r30841 10SRA/SRA.lua: SRA: She Relished the Ale
22:39.31Antiarc|WorkI think it'd be fun, too, but the cost of living in Irvine would kill me.
22:39.50DekunaAntiarc: how often does tachyonsix update its stats from the armory?
22:40.17Arrowmasteri know somebody that lives in Irvine and plays a warlock, his names not bob though
22:40.38NeoTron"It may continue to grow in China," Mr. Pachter added, "but not in Europe or the U.S. We don't need the imaginary outlet to feel a sense of accomplishment here. It just doesn't work in the U.S. It just doesn't make any sense.""
22:40.38Antiarc|WorkDekuna: All queries are cached for 12 hours. After they expire, new data is pulled.
22:41.07NeoTronfurther down on the BobC block
22:41.14Antiarc|WorkYeah, I saw that.
22:43.46kergothvhaarr: hmm, how about only when you have a hostile target as a condition too?  the heartbeat gets annoying if you're just sneaking around, not intending to attack anything.
22:44.29*** join/#wowace Funkeh` (n=funkydud@host81-157-152-169.range81-157.btcentralplus.com)
22:44.42Funkeh`hi all
22:44.44kmb2215951
22:45.04OverloadUTpastamancer: Hmm, how would you hook RegisterEvent? It's a function inside each frame, so how do you hook something like that?
22:45.38vhaarrkergoth: sounds reasonable
22:46.16*** join/#wowace evl (n=fuckoff@c85-196-101-98.static.sdsl.no)
22:46.29kergoththatd be pretty cool.  heartbeat only while approaching the mob, then a ticker bar once you're in combat with him, perhaps..
22:48.42BankZhow do I get agUF to work with MobHealth3?
22:48.53BankZit only shows me the %
22:49.09shieldbshould work automatically if they're both running correctly
22:49.23BankZdoesnt seem to
22:49.27shieldbyour target has to take some damage before it converts the % to a number
22:49.45BankZyeah, still nothing
22:49.56BankZI am talking about bosses in instances
22:50.36nymbiaBankZ: it defaults to requiring 10% damage done before showing an estimate.
22:51.27*** join/#wowace ckknight (n=ckknight@198.199.136.150)
22:51.28*** mode/#wowace [+o ckknight] by ChanServ
22:51.33BankZok, ill check it again
22:51.43BankZbut Im pretty sure it doesnt work
22:51.59BankZalso I cant get the rangecheck to work
22:52.03Arrowmasteradjust the precission down to 1
22:52.06BankZwell, the _M version works
22:52.41BankZdown to 1 in MH3?
22:52.42Arrowmasteryes
22:52.51shieldbyeah, meaning it should start to try to display health values after 1% damage has happened
22:52.54BankZk, ill test that my next raid
22:53.10Arrowmasterand probably turn off steadymax
22:53.43BankZanyone else use the range check for agUF?
22:53.58shieldbI play a rogue so I get little use out of those :)
22:54.42nymbiaBankZ: you dont need a raid to test mobhealh.  just go smack something..
22:55.17BankZyeah
22:55.28BankZbut raids is when I care
22:55.38BankZwhat I want it to show me is the life and the %
22:56.43chutwigmmmmmm
22:56.50CIA-1103funkydude * r30842 10Babble-2.2/ (babblelod.bat babblelod.sh):
22:56.50CIA-11Babble-2.2:
22:56.50CIA-11- add faction to bat file
22:56.50CIA-11- add sh file
22:56.50chutwigi am most pleased with my new spec
22:56.57*** join/#wowace Kadish___ (i=user@anubis.student.cwru.edu)
22:57.00ckknighthey all
22:57.06Funkeh`hi
22:57.13shieldbuh ohes
22:57.51Funkeh`i see CIA got a new URL
22:58.01Funkeh`cia.vc
22:58.07art3miswww.meatspin.com?
22:58.24Funkeh`http://cia.vc/stats/project/Ace new url
23:00.01art3misnice st. vincent
23:00.11art3misfor some reason i was thinking "vatican city"
23:00.16art3misand thought how the fuck
23:01.30Nickenyfikenhttp://www.wowace.com/trac/log/trunk/SRA?rev=30841 rofl
23:01.51*** part/#wowace Dekuna (n=Dek@rrcs-24-173-32-118.sw.biz.rr.com)
23:01.54CIA-1103nymbia * r30843 10SharedMediaLib/SharedMedia-1.0/SharedMedia-1.0.lua:
23:01.54CIA-11.SharedMedia-1.0:
23:01.54CIA-11- bugfix
23:02.43JJSheetsckknight, how ready is PitBull?
23:02.55ckknightit's slightly buggy
23:02.59ckknightI could actually work on it now...
23:03.03ckknightI'm in class
23:03.05art3misOR
23:03.07JJSheetslol
23:03.12art3misyou could browse porn sites
23:03.17ckknightJJSheets: I wouldn't recommend taking it into anything mission-critical yet
23:03.39*** join/#wowace Jygga (i=ordog@port-87-234-85-114.dynamic.qsc.de)
23:03.41ckknightespecially until the Aura stuff is settled
23:03.52ckknightand I want to firm up the layout system
23:04.06ckknightand give people actual configuration
23:04.10ckknightand grouping
23:04.14ckknightthere's still a lot to do
23:04.18art3misyou named it pitbull?
23:04.20JJSheetsk, just checking in... :)  no need to work on it if you like art3mis's idea better.  :)
23:06.35art3misbut what about Steve?
23:06.35art3mis;)
23:06.55ckknightlol
23:06.55ckknightI went with PitBull
23:07.04CIA-1103jerry * r30844 10Talented/ (core.lua ui/base.lua): Talented: change event registration
23:13.36*** join/#wowace purl (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
23:13.36*** topic/#wowace is http://www.wowace.com | http://www.wowace.com/files | http://ace.pastey.net | http://www.lua.org | WAU 1.7-final http://sf.net/projects/wowaceupdater. | You gotta break some lions to make an omlet
23:14.10ckknighthrm
23:14.33ckknighthaven't done much testing in groups
23:14.54ckknightbut actually, yea, I see why
23:15.47*** join/#wowace Daagar (n=chatzill@ip68-13-179-88.om.om.cox.net)
23:23.00azidebleh, nyud.net seems to have caught on to the whole sig thing
23:23.40CIA-1103ckknight * r30845 10PitBull/PitBull.lua: PitBull - Update frame on repopulation if the frame already exists
23:24.47BankZIs there an addon that will auto turn on my "find herbs"?
23:25.11Industrialcant, theres notifiers
23:26.08DaagarThe sigs are excellent. His whole suite of armory tools is excellent. Was just a matter of time
23:26.42NightHawkTheSaneWhat's to catch on to? The Corel Cache is there for just that reason, isnt it?
23:27.01Industrialwhats nyud.net? (its not loading for me)
23:27.36DaagarIt is a cache of some sort
23:28.19Daagaruseful for when sites get slashdotted, for example
23:28.23NightHawkTheSanehttp://www.coralcdn.org/
23:28.45Industrialhm http://en.wikipedia.org/wiki/Nyud.net
23:28.48Industrialoh heh
23:29.06Daagarwikipedia knows all. and sometimes is even right
23:29.43*** join/#wowace Funkeh` (n=funkydud@host81-157-152-169.range81-157.btcentralplus.com)
23:30.01Ominousckknight: how are the auras in pitbull atm?
23:30.11Industrialbut why would you want generated images (the sigs thing) to be distributed... the image updates every 12 hours how are you going to get the right one every 12 hours?
23:30.14ckknighttrying to tackle a bug
23:30.46DaagarSo his server doesn't melt under the load
23:30.49Industrialthats like getting an rss feed from bob instead of slashdot
23:30.50rubikeazy.. the sig is refreshed every time the .php script is called
23:31.07rubikand since coral only calls the actual php script every 12 hrs, hence refresh every 12 hrs
23:32.06Industrialkinda reminds me of freenet
23:32.31Antiarc|Workrubik has the right idea
23:32.42Antiarc|WorkCoral expires content after 12 hours by default
23:32.51Stephmwcoral does the correct cashing also with different url params?
23:32.59Antiarc|WorkYes
23:33.25Industrialda's 'lotta cah'n den
23:33.37DaagarVery nice tools Antiarc
23:33.40Antiarc|WorkThanks :)
23:33.46Daagarthe presentation is a big win
23:33.56Antiarc|WorkHeh, how so? It's rather plain.
23:34.00Daagarexactly
23:34.04*** join/#wowace wobin (n=wobin@218-214-59-86.people.net.au)
23:34.12Daagarvery clean, without looking ugly
23:34.22Antiarc|WorkAnd yeah, the cache is basically mandatory at this point. I've served over 26,000 sigs. Take that and multiply by however many pageviews and I'd be looking at an instant disconnect by my ISP if I wasn't distributing it. :)
23:34.23Antiarc|WorkHeh, thanks.
23:34.28Antiarc|WorkI tend to appreciate minimalism.
23:34.37Antiarc|WorkPlus I'm too lazy to go do some crazy layout.
23:34.54*** join/#wowace nahkiss (i=nahkiss@dsl-hkigw7-fed8dc00-135.dhcp.inet.fi)
23:35.00NightHawkTheSanecrazy layouts are stupid. simple is good.
23:36.11rubikthis itemrack beta is screwy.. doesn't show half my gear on mouse-over on char frame
23:36.20rubikgotta switch to outfitter or something
23:36.26NightHawkTheSaneyeah, its got some issues
23:36.30Antiarc|WorkI use ClosetGnome + SwapMagic and love it.
23:36.45NightHawkTheSaneI might try closetgnome
23:36.48rubikdoes outfitter show gear options for a specifc slot on mouseover?
23:36.54Antiarc|WorkSwapMagic does
23:37.30IndustrialAntiarc|Work: cept that this nyud.net isnt working for me :P
23:37.46rubikwhoa.. swapmagic sounds like it rules.. i'll try it out, thx
23:37.56rubikand closetgnome over outfitter, eh?
23:38.22vhaarrTry it :)
23:38.36BankZoutfitter has a better ui but its a pig
23:38.43Antiarc|WorkIndustrial: Corporate firewall blocking port 8080?
23:38.50rubiki'm a little partial to the name since i'm horde.. :P
23:38.56Daagarhmm... time to try the gnome and swapmagic then
23:39.13rubikthat's what i'm doing.. bye-bye itemrack
23:39.49BankZwhat does swapmagic do?
23:39.52IndustrialAntiarc|Work: no im at home
23:40.04rubikhttp://svn.wowace.com/wowace/trunk/SwapMagic/readme.txt
23:40.11Antiarc|WorkHuh. Not sure what the problem would be then.
23:40.24Industrialnyud.net http request, port 80, nada :P
23:40.40Antiarc|Work8080?
23:40.44Antiarc|WorkPort 80 doesn't work, IIRC.
23:40.44rubikvhaarr: so i can use that closetgnome_itemrack module to import my itemrack layouts?
23:40.47_icetrai1same for me, nyud.net doesnt resolve
23:41.01Daagarit has been on and off today
23:41.05Daagarit'll resolve in a while
23:41.09Antiarc|WorkResolved and connected here.
23:41.18Antiarc|WorkIt tends to be slow and flakes out sometimes
23:41.32Antiarc|WorkBut it's better than my server melting a hole through the floor and NOBODY having access to it.
23:41.48Daagaragreed
23:42.03DaagarIn time, people will run their own copy to change the artwork
23:42.05vhaarrrubik: I don't know, I didn't make it.
23:42.07Daagarthat'll reduce the load
23:42.18Antiarc|WorkI added custom avatar capabilities earlier today :)
23:42.26Daagaroh hot dang
23:42.32Antiarc|WorkI'll probably eventually do custom backgrounds, but most people have really bad design taste -_-
23:42.46vhaarrrubik: (CG_ItemRack, I mean)
23:42.50Daagarare you going to make a small 'avatar' version?
23:42.54rubikvhaarr: gotcha
23:43.31Antiarc|WorkDaagar: Elaborate?
23:44.13DaagarUmm... something with much less width. People like to have one 'big' sig for their main, then smaller sigs for their alts
23:44.36*** join/#wowace Daemona (n=koaschte@p548D7C5E.dip.t-dialin.net)
23:44.50Daagarlike the wowroster siggen addon
23:45.08knarf-http://www.nyud.net/ : Pinging http.l2.l1.l0.nyucd.net [129.186.205.76] with 32 bytes of data:
23:46.35art3misive decided that there is something wrong with ammo
23:46.41art3misafter reviewing his comit messages
23:46.42JJSheetslol
23:47.59vhaarryes, I trained him well
23:48.06JJSheetslol
23:48.08Antiarc|WorkDaagar: Aha, got you. That's a good idea.
23:48.17Antiarc|WorkI'll probably do something like that at some point.
23:48.37art3misvhaarr still has the best comment lines
23:48.47art3misbut ammo is REALLY milking the sra thing
23:49.00DaagarNot mandatory, was just the first thing my guild asked about after I pointed them to your sig page ;)
23:49.04art3mishe needs to work on a longer named addon to show his REALY skill ;P
23:49.11JJSheetsokay, so, since it's not obvious from the commit messages, what exactly is SRA?
23:49.18vhaarrart3mis: he's doing alright, but it was my idea
23:49.22vhaarrgive me credit please
23:49.23art3misstupid retarded ammo ;P
23:49.24vhaarr:(
23:49.49art3mis-- fuck you blizzard! -vhaarr
23:50.06art3misi think i need to make that my forum sig
23:50.33art3misanti gibbor me linky
23:52.29*** join/#wowace jeffrey_ (n=jeffrey@75.110.29.213)
23:52.51vhaarr~antiarc
23:53.10purlantiarc is, like, the author of Sanity and Hemlock, as well as the author of the WoW Armory Tools, found at http://wow.tachyonsix.com/armory/ - I guess he's the destroyer of worlds, too, or somethin'
23:53.10vhaarrpurl, you suck
23:53.26purlno, *you* suck!
23:53.46*** join/#wowace ckknight (n=ckknight@198.199.136.146)
23:53.48*** mode/#wowace [+o ckknight] by ChanServ
23:54.15CIA-1103trh * r30846 10VanasKoS/modules/DistributedTracker.lua: VanasKoS: bugfix
23:54.44*** join/#wowace Funkeh` (n=funkydud@host81-157-152-169.range81-157.btcentralplus.com)
23:55.16*** join/#wowace MoonWolf (i=MoonWolf@g173217.upc-g.chello.nl)
23:55.17*** mode/#wowace [+o MoonWolf] by ChanServ

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.