irclog2html for #wowace on 20060921

00:03.05eternally777Nope
00:07.42CIA-1103ckknight * r11577 10Ace2/ (11 files in 11 dirs): Ace2 - altered to prepare for the upcoming lua 5.1 conversion.
00:07.48ckknightokay, hopefully I didn't make the sky fall
00:07.55ckknightplztest kthx
00:08.57ckknightI made it so table.setn is a donothing function when 5.1 is there, and that it'll use math.fmod instead of math.mod, and also string.gmatch instead of string.gfind
00:09.07ckknightand I made /print work correctly
00:09.25ckknightbecause it used the ... thing the old way
00:09.31ckknightthat should be it
00:09.39ckknightand on that note, I'm gonna go get some lunch
00:09.51DrDre!trunk Ace2
00:09.53XuerianIf I don't get hit with a snowball in the next few minutes, I'm going ot test one more thing then post the next revision of XLoot on the forums, and test it myself. It should pull the new libs and be the fallboy for your falling sky ;)
00:09.55SVNBotYou can already find the latest revision of Ace2 at http://www.matts-hosting.com/addons/root/trunk/Ace2/
00:11.40Arrowmaster[2006/09/20 20:11:10-355]: BWL\Razorgore.lua:100: AceEvent-2.0: Cannot register event "CHAT_MSG_SPELL_CREATURE_VS_CREATURE_BUFFS" to method "CHAT_MSG_SPELL_CREATURE_VS_CREATURE_BUFFS", it does not exist
00:11.46Arrowmasterlastest version
00:11.55XuerianLooks like I don't need to be the fallboy anyway.
00:12.40chrisaI think I'll try sprocket tonight
00:24.39kb1ibtis there a replacement for compostlib? cause i don't see it on svn (or maybe i was looking in the wrong place)
00:26.32kb1ibtnvm i found it
00:27.34CIA-1103cladhaire * r11578 10Clique/Plugins/Clique_PerfectRaid.lua: Clique: Fixed PR plugin
00:27.54nevcairieldoes anyone have a simple replace string to convert playernames into the right capitilazation ? first char upper, i mean :)
00:28.06ckknighteasy, nevcairiel
00:28.26ckknightstring.upper(string.sub(name, 1, 1)) .. string.lower(string.sub(name, 2))
00:28.37nevcairielthanks
00:33.38*** part/#wowace Weslocke (n=Derek@static-host-66-18-53-70.epbinternet.com)
00:35.06kb1ibt!trunk CompostLib
00:35.12*** join/#wowace Briadin (n=weslocke@c-68-59-228-252.hsd1.tn.comcast.net)
00:35.13SVNBotThe latest revision of CompostLib is now zipped up at http://www.matts-hosting.com/addons/root/trunk/CompostLib/
00:39.46CIA-1103ckknight * r11579 10CompostLib/Compost-2.0/Compost-2.0.lua: Compost - changed table.setn for upcoming lua 5.1
00:41.44CIA-1103ckknight * r11580 10FuBar/FuBar.lua: FuBar - added pairs() to one iterator.
00:43.03*** join/#wowace Tem (n=tardmrr@204.90.50.45)
00:43.03*** mode/#wowace [+o Tem] by ChanServ
00:44.00ckknighthey Tem
00:44.02*** part/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
00:44.08Temhey
00:45.23kb1ibt!trunk fubar
00:46.16ckknightFuBar _should_ work in the 5.1 client which may more may not exist now.
00:46.51kb1ibtlol
00:47.10ckknightfor anyone out there with the nonexistent client.
00:47.46nevcairielso, my table.getn returns 0, but table[1] contains a value
00:47.49nevcairielwhats up there ? :D
00:48.27ckknightum
00:48.34ckknight;-)
00:48.43ckknightthis with lua 5.0, right?
00:48.50nevcairielyea
00:49.04ckknightyea, someone either ran setn on it, or .n is set.
00:49.26nevcairielhm
00:49.32*** join/#wowace quoin (n=quoin@219-90-152-64.ip.adam.com.au)
00:49.38nevcairieli composted that table, could that havy anything todo with that?
00:49.48ckknightyes.
00:49.50ckknightit could.
00:50.01ckknightbasically:
00:50.02ckknightt = {}
00:50.07ckknightt[1] = "poo"
00:50.11ckknighttable.getn(t) == 1
00:50.26ckknightcompost:Reclaim(t); t = compost:Acquire() -- same table
00:50.31ckknightt[1] = "poo"
00:50.33ckknighttable.getn(t) == 0
00:50.39nevcairielstupid.
00:50.43ckknightdue to it having a specified n
00:50.47eternally777Or, t = compost:Recycle(t)
00:50.48ckknightyea
00:50.49eternally777Right?
00:50.51nevcairielsomeone fix compost
00:50.55ckknightit'll be fixed in 5.1
00:51.01nevcairielcant wait :P
00:51.01ckknightit _can't_ be fixed, nevcairiel
00:51.07ckknightuse table.insert
00:51.25nevcairielhm ok
00:52.55nevcairieltable.insert(args,i,value) does the same as args[i]=value, right?
00:53.21nevcairielyay it works
00:53.22nevcairiel:)
00:54.33GalkaHrm, an addon has broken my ability to hit ESC to bring up the menu
00:54.39GalkaNow to figure out which one.
00:54.42ckknightno, nevcairiel
00:54.47ckknightwell, sorta.
00:54.54ckknightbut not really
00:54.57nevcairieli got what you mean
00:55.01nevcairielits working with insert now
00:55.23nevcairielanyway, will need to finish tomorrow, cant concentrate anymore .. 3 am already
00:56.13nevcairielhm, one quick question :D, when doing table.insert(args,value) without the i, does it start at 1 or at 0 ?
00:56.29kergothlua tables are generally 1 indexed, not 0
00:56.38nevcairielgood.
00:56.40nevcairielthanks
00:56.46nevcairieloff to bed now
01:01.15*** join/#wowace Galka_ (n=Galka@pool-72-88-167-67.nwrknj.east.verizon.net)
01:03.17CIA-1103ckknight * r11581 10FuBar_LocationFu/LocationFu.lua: LocationFu - updated table.setn for upcoming lua 5.1
01:03.48*** join/#wowace coalado (n=tumetom@dslb-084-057-072-057.pools.arcor-ip.net)
01:06.36CIA-1103ckknight * r11582 10TabletLib/Tablet-2.0/Tablet-2.0.lua: Tablet - updated table.setn for upcoming lua 5.1
01:07.24CIA-1103ckknight * r11583 10FuBar_QuestsFu/QuestsFu.lua: QuestsFu - updated stuff for lua 5.1
01:07.51*** join/#wowace Curney (n=chatzill@adsl-75-45-199-206.dsl.sfldmi.sbcglobal.net)
01:08.12ckknight:-P
01:10.14*** join/#wowace nuOHEP (n=nuohep@h54.ciscom.ru)
01:11.28Curneyis svnbot pointed to the svn.wowace.com/files site now?
01:11.38GngskTekkub, ping
01:12.05Tekkubeh?
01:12.16CIA-1103krtek * r11584 10idChat2_Timestamps/idChat2_Timestamps.lua: idChat2_Timestamps : some cosmetic changes in options
01:12.34GngskYou made a change in Squeenix, that makes the MinimapCluster movable
01:12.50GngskThat moves the Quest Tracker and Quest Timer too
01:12.59Tekkub*shrug* I was just trying to apply a diff from someone
01:13.05*** join/#wowace piehole- (n=piehole_@71-88-250-253.dhcp.sffl.va.charter.com)
01:13.06Tem!help
01:13.06GngskI had it that way originally until someone pointed that out, hence the stupid SetPoint thing
01:13.12Tekkubhttp://www.wowace.com/forums/index.php/topic,1527.msg44626/topicseen.html#msg44626
01:13.13kb1ibt!trunk ElkBuffBar
01:13.13Gngskahh, ok
01:13.16SVNBotYou can already find the latest revision of ElkBuffBar at http://www.matts-hosting.com/addons/root/trunk/ElkBuffBar/
01:13.21Tekkubtry to apply that diff for me
01:13.32Tekkubtort is being stupid and I'm about tired of fucking with it
01:14.50Gngskok, I'll have a look at that
01:19.33*** join/#wowace PProvost (n=PProvost@pool-71-112-41-131.sttlwa.dsl-w.verizon.net)
01:20.52*** join/#wowace Neebler (n=bum@adsl-64-169-154-243.dsl.chic01.pacbell.net)
01:21.29*** join/#wowace mjc (n=mjc@c-24-127-197-121.hsd1.fl.comcast.net)
01:22.53*** join/#wowace Tekkub (n=Tekk@ip70-178-135-244.ks.ks.cox.net)
01:22.53*** mode/#wowace [+o Tekkub] by ChanServ
01:25.16Azurewrathhttp://melancholy.nl/Images/lol4th.jpg <-- funny ;)
01:26.56Xuerianlol
01:26.59ckknightlol.
01:27.43Gngskit's funny, but it shouldn't be
01:27.59mjcoSkin's casting bar stuff is neat
01:28.05mjcbut it's not sized right
01:29.49CIA-1103krtek * r11585 10idChat2_UrlCopy/idChat2_UrlCopy.lua:
01:29.49CIA-11idChat2_UrlCopy :
01:29.49CIA-11<PROTECTED>
01:29.49CIA-11<PROTECTED>
01:31.24ckknightGngsk, why? it's both ironic and racially insensitive. A duality of laughs
01:32.13*** join/#wowace KrteK (n=KrteK@dhcp-83-219-110-174.customers.tvtnet.ch)
01:32.23KrteKHi everybody
01:32.25CIA-1103ckknight * r11586 10TouristLib/Tourist-2.0/Tourist-2.0.lua: Tourist - fixed iterator
01:33.28mjcckknight: moo
01:33.29ckknight~framexml
01:33.35purlget the official Blizzard Interface AddOn Kit here: http://www.blizzard.com/support/wow/?id=aww01671p
01:33.35ckknightmjc, baa
01:33.42mjcwhat's up
01:34.09ckknightoh, just fixing stuff up for lua 5.1
01:35.52kb1ibtlots of bugs
01:37.55ckknighthttp://www.blizzard.com/support/wow/?id=aww01671p <-- technical support page that's down. bless the irony
01:38.30*** part/#wowace Tekkub (n=Tekk@ip70-178-135-244.ks.ks.cox.net)
01:38.40*** join/#wowace Tekkub (n=Tekk@ip70-178-135-244.ks.ks.cox.net)
01:38.40*** mode/#wowace [+o Tekkub] by ChanServ
01:38.43CIA-1103fenlis * r11587 10FuBar/ (FuBar-Locale-koKR.lua FuBar.toc): FuBar : add localization for korean
01:38.43Tekkubgo me..
01:40.55CIA-1103ckknight * r11588 10FuBar_DurabilityFu/DurabilityFu.lua: DurabilityFu - fixed iterators for 5.1
01:41.14ckknightthanks, Tekkub
01:41.26ckknights/thanks/grats/
01:41.31Tekkub:P
01:42.25Kebinusananyone been able to access the main wow forums the past couple of days?
01:42.39KebinusanIm not even getting server too busy anymore
01:43.01*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
01:44.11kb1ibtlol that's not 1/2 blizz's problems they are focusing on the server upgrades since most poeple will complain on the forums their server went down even tho it is for the scheduled updade
01:45.05kb1ibtand Kebinusan the PTR forums are down too
01:48.33Azurewrathmhm.. [2006/09/21 03:47:42-277]: BWL\Razorgore.lua:100: AceEvent-2.0: Cannot register event "CHAT_MSG_SPELL_CREATURE_VS_CREATURE_BUFFS" to method "CHAT_MSG_SPELL_CREATURE_VS_CREATURE_BUFFS", it does not exist
01:54.05CIA-1103fenlis * r11589 10BigWigs/BWL/Razorgore.lua: BigWigs : BWL/Razorgore.lua - update korean localization
01:55.27Arrowmaster`lmao its such a fail night, we have 11 people left on razorgore at 20%
01:55.41ckknighthrm
01:56.33*** join/#wowace Briadin (n=weslocke@c-68-59-228-252.hsd1.tn.comcast.net)
01:57.11AzurewrathArrowmaster`: we had a wipe last sunday because a whole group didn't know where they were supposed to stand.. farming the place since 10 months ...
01:57.13Arrowmaster`the razorgore version before the one that just went up is completely bugged, the egg stuff is removed but it still sends a sync of 1 every time an egg is destroyed and fucked up everybody elses counts with older verions
01:57.34Arrowmaster`lol razorgore down with 11 people for most of phase2
02:02.10CIA-1103ckknight * r11590 10TouristLib/Tourist-2.0/Tourist-2.0.lua: Tourist - math.mod fix for 5.1
02:02.53ckknightalright, I gotta go to class
02:03.03eternally777Have fun/
02:03.04ckknightcya all later.
02:03.09ckknight:-P
02:03.30kb1ibtcya
02:03.38XuerianCya ckknight :)
02:03.46XuerianThanks for updating Ace =D
02:05.11*** join/#wowace Tain (n=pmallett@pool-70-19-249-220.bos.east.verizon.net)
02:13.13XuerianFinally, commit time -_-
02:17.12*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
02:17.12*** mode/#wowace [+o Cairenn] by ChanServ
02:17.40dreyruugrWhat commit?
02:18.54*** join/#wowace Xuerian (i=Sky@12-196-151-219.psknet.net)
02:20.18Arrowmasterlol this is one fucked up night, we go from wiping on razor a couple times and killing him with 11 people alive for most of phase2 to killing vael in 90 seconds
02:21.46TainRazor is one of those stupid fights where things can just go wrong for no reason.
02:22.13TainIt's one of my least favorite in the entire game just because of the somewhat randomness of problems occuring.
02:22.24Meleganisheh i'd say vael is more random then razorgore
02:22.44TainReally?  Why?  
02:22.50Meleganissince you can't control the BA's
02:23.00Meleganisget a string of BA's on healers and it can get messy
02:23.07*** join/#wowace amoros|Lab2 (i=amoros_L@147.46.40.106)
02:23.13TainOh.  Well true, but the people who are going to win the Vael fight aren't going to ever get BA.
02:23.21AzurewrathVael and Razuvious are the mist annoying fights.. its pure luck
02:23.30MeleganisRaz is annoying
02:23.45TainOr maybe it's just because we generally have 6-9 Rogues for Vael.
02:24.01Meleganisyour rogues won't win the fight if they all die
02:24.09Meleganiswell depends how you handle healing
02:24.13Tekkubno wonder I hate BWL and got burnt out of raiding
02:24.18*** join/#wowace Xuerian (i=Sky@12-196-151-237.psknet.net)
02:24.21Tekkuball I ever got to do was razor/vael
02:24.25Tekkubevery fucking time
02:24.28TainI dunno, I don't remember getting healed much on Vael at all.
02:24.32TainIt's just pure DPS.
02:25.19CIA-1103xuerian * r11591 10XLoot/ (XLoot.lua XLoot.toc):
02:25.19CIA-11XLoot: Possible fix for Escape lockup. <threatens bug with ~whaleslap> Code cleanup. Modified default style to use modified a bit of oSkin code. New features-
02:25.19CIA-11-Option to expand/shrink frames to fit loot horizontally (default off)
02:25.19CIA-11-Option to enable/disable alt-right-click-menu (default on)
02:25.31TainVael is one of the few fun fights to me.  Just balls out damage.
02:26.02SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/XLoot
02:26.41*** join/#wowace Nightdew (n=nightdew@c-69-241-14-232.hsd1.ga.comcast.net)
02:27.36TainI think I'm done with playing for a while though, my guild is pushing through AQ40 and wants to start Naxx soon, and putting pressure on people to be on more than I want to be.
02:27.54TekkubTain, sounds like my guild
02:28.04Tain4 scheduled raids a week was more than enough, now it's 4 plus farming consumables.
02:28.11TekkubI'm to the point I only log onto tek to do instances with my hubby's guild
02:28.19Tekkubthinking I should just leave the raid guild
02:28.48XuerianTain, can't tell them you're just not going to come to all four/farm that much?
02:29.20TainI've been doing 3/4 (mostly 4) raids a week for months and that's been ok.  
02:29.43XuerianBut it's the addition of [required] farming that tips the limits?
02:29.58Meleganisheh
02:30.01Meleganiswe do 5nights a week
02:30.01TainYep.  For me.
02:30.08Meleganiswith light pot farming required
02:30.16TainI don't hold it against anyone else who wants to play 7 days a week.  
02:30.17MeleganisNaxx really is hard on the consumables until you get the gear
02:30.18TainI just don't.
02:31.31XuerianAnd they won't let you/stigmatize you absenting yourself from the rest now? =\
02:31.35TainI'm also slightly annoyed that I've been sending shitloads of herbs into the guild bank for pots up to now, and they just decided this week, "Oh we havent' made enough money as a guild so although we said we'd reimburse people for herbs we're not going to.  But keep farming them."
02:31.48Xuerian....
02:32.16PProvostI had been led to believe that the IDs in Allakhazam.com corresponded to the ItemIDs in the game, but I'm finding lots of wrong ones.
02:32.24XuerianSounds like a friend of mine who's gone to bwl since our guild started doing it (A couple months), and got blocked out of the only half of it she needs any items in.
02:33.20TainCombined with a DKP tax because the leaders feel we have too much as a guild.  Which is fine, DKP inflation happens when you don't put things in place.  But it was a "tax" that unfairly put a bigger hit on some people than others.
02:34.20TainThey managed to pile enough things together in a single week to make me annoyed enough to not want to play, and I haven't even been in game for a week due to moving.
02:34.43Meleganistax? hmm all you really need is a nice way to handle the inflation, or hording if its a problem
02:34.51Meleganisand then do small adjustements every once and a while
02:35.07XuerianTain: What DKP system?
02:35.22PProvostTekkub, do you have a Library page that you consider to be the examplar for Library API Docs? I was gonna doc PT.
02:35.28TainYeah I know, I said as much when we first started, Meleganis.  Nothing was put in place.
02:35.41Meleganismeh
02:35.44Tekkubthere's a page on how to write em
02:35.46Meleganisjust advocate a cap if its that bad
02:35.49TainIt's a static price, non-zero-sum DKP system.  The *only* outcome is inflation.
02:35.51Tekkubjust look at the Ace2 docs
02:35.56Meleganisthat only happens if you arent killing new things
02:36.00XuerianErk =\
02:36.06Meleganisand you just got people who have everything from the farmed instance jsut racking up points
02:36.18TainWhich is fine, you can put other stuff in place to counter inflation/hoarding.
02:36.29PProvostYeah, seen that. But some pages have other stuff, so I was just looking for the one you consider to be the best.
02:36.31Meleganisi like instanced dkp
02:37.10TainBut removing a set number of points away from all members isn't the way to do it, which is what they did.  Everyone across the board lost x points, regardless of current totals, past spending, raiding percentage, etc.
02:38.33XuerianGeez. Yeah, Meleganis, Instanced zero-sum is nice. Even if I am rock-bottom on two lists already >_>
02:39.20TainI do have some issues with instanced DKP, there are definite benefits of course.
02:41.07Tekkubis instanced a word, I thought it was instantiated...
02:41.25Meleganisyou're programming too much :p
02:41.39Tekkubperhaps
02:41.46Meleganisinstanced is a word, but it ha a different meaning from instantiated
02:41.55Xuerian~dictionary instanced
02:41.56purlsee dict instanced
02:42.01Xuerian~dict instanced
02:42.16XuerianWell, it works
02:42.40Xuerian(Why bother to link dictionary to dict to function, instead of both to function...? derp.)
02:42.48Tekkub~dict instantiated
02:42.58Tekkubpurl, I hate you
02:42.59purlYou hate you?
02:43.06Tekkubpurl, no, you
03:00.52PProvostAny Rogues here?
03:01.04NightdewTekkub: did you write anything to detect how many debuffs were on a target .. disease magic poison?
03:01.41Tekkubhow many? no
03:01.58Tekkubthere's blizzy API, loop thru it
03:02.22Nightdewstill would have to parse the text of the damn tooltip right
03:02.24TekkubdebuffTexture, debuffApplications, debuffDispelType = UnitDebuff(unitID, debuffIndex, showDispellable)
03:02.29Nightdewor is it always listed in to right
03:02.34Nightdewtop right*
03:02.42Tekkubyou don't need the ttip
03:02.46Nightdewoh
03:02.57Tekkubsince they added the borders they added direct access to it with API calls
03:03.06Tekkubcause they needed it
03:03.12Nightdewborders?
03:03.31*** join/#wowace dreyruugr_ (n=chatzill@68-171-44-192.vnnyca.adelphia.net)
03:04.30Nightdewawesome
03:04.30PProvostWould you expect GetItemInfo() to return nil only occasionally? Like for example if the current player can't create/use/consume the item?
03:05.07Tekkubpp, GII returns nil if the item isn't cached
03:05.12Tekkublocally
03:05.41*** join/#wowace Tem_ (n=tardmrr@ip70-177-40-169.br.br.cox.net)
03:05.41*** mode/#wowace [+o Tem_] by ChanServ
03:08.38*** join/#wowace dreyruugr_ (n=chatzill@66.77.144.6)
03:13.47PProvostTekkub, that kinda sucks. Options?
03:14.02PProvostDo I need to load it into a tooltip?
03:14.24Tekkubif it's not cached you shouldn't be fucking with it
03:14.38Tekkubyou can try to force a tooltip load, but it might crash the client
03:14.56PProvostMeh. Okay. It wasn't really important anyway.
03:15.29TekkubGII was added to check that it was okey to use an item link basically
03:15.53PProvostAlrighty. A small downside to the ItemID approach I guess...
03:16.12PProvostBut since it isn't in the cache, they don't have it so they shouldn't care.
03:16.26Tekkubit's minor, if the server doesn't know the item yet, you have no valid reason to be doing anything with it anyway
03:16.43PProvostYou are right.
03:16.51XuerianThat and with the cross-realm bg's, hardly anything can't be queried
03:17.01XuerianExcept extremely obscure stuff...
03:17.30*** join/#wowace sbu_ (n=sb@dslb-084-056-167-235.pools.arcor-ip.net)
03:17.31Tekkubyea, as I said all in all it's a minor issue
03:17.49Tekkubthe only time it's a problem is when people want to see items their server doesn't know yet
03:17.54Tekkuband they don't need to :)
03:18.23Tekkubyou want to see items on the new patch content? online or PTR!
03:19.43PProvostIt was as simple as wanting to query the name for Deadly Poison III (item id 8984).
03:20.02PProvostI wanted to show all the item names that PoisonFu supports.
03:20.14PProvostGII(8984) returns nil for me
03:31.15Tekkub:P
03:34.03Prophyis there an ACE2 mod that shows the coords when you hit ur map button?
03:35.51XuerianLocationFu puts cords on the map.
03:36.00Prophythx
03:36.09XuerianAnd has great location info if you use Fubar ;)
03:37.25*** join/#wowace Kameril (n=dssd@69-171-226-188.clspco.adelphia.net)
03:37.25PProvostIf only it would show/send the CT_MapMod sticky locations.
03:43.57Prophyany ace2 mods like possessions? has a listing of ur bank/mail items on ur alts?
03:45.45Galka_OneStorage perhaps?
03:45.47Galka_Dont use it.
03:45.50Galka_So, don't know.
03:45.51XuerianBagnon..?
03:46.16Galka_Im troubleshooting my ui atm
03:46.28Galka_An addon has disabled my damn ESCAPE key from bringing up the game menu
03:46.40Galka_Pain in the ass to find it since I have a ton and I have to log out/log in each time :/
03:46.43XuerianGalka_: Are you using XLoot?
03:46.46Galka_I am
03:46.50XuerianHave you updated yet?
03:46.59Galka_I updated 20 minutes ago
03:47.10XuerianBlah, it's still doing it?! <Sigh>
03:47.14Galka_Ah so its Xloot eh?
03:47.18Galka_Time to make sure.
03:49.11Galka_Ohohoho it is indeed Xloot.  I wouldve gone through my entire damn list before realizing it because of the alphabetical order!
03:49.19eternally777Sometimes I like to sit and ponder all the "easter eggs" I could hide in addons
03:49.46XuerianGalka_: I'll make a option to enable (And disable by default) escape hooking. Check the next commit
03:49.52Galka_<3
03:50.22GalkaHuge fan of SCT5.1's new menu
03:50.35GalkaI finally have a reason to use it over MSBT
03:52.00kergothhmm my xloot isnt doing that, but i'm probably on an old ver
03:52.13XuerianKergoth, could you tell me the version?
03:52.23Xuerian(Mine has never done it, but it seems everyone else's does...)
03:53.43eternally777What difference is Grayhoof talking about in the tooltip for the "Light Mode" check box?
03:54.06eternally777He says enabling "Light Mode" parses WoW events, whereas disabling parses the combat log?
03:54.45GalkaLess stuff to parse, better performance?
03:54.57XuerianYeah
03:54.59Prophyso use older version of xloot?? or new version fixed the ESC?
03:55.15eternally777Prophy, newest version is fixed
03:55.16GalkaNew version hasnt been committed yet anyway
03:55.23GalkaOr has it?
03:55.23eternally777?
03:55.27GalkaAnd im just not seeing it?
03:55.31XuerianProphy: Try the newer version. If it keeps locking up on people, I'll submit the commit with escape disabled by default
03:55.37eternally777The one I just got a few minutes ago isn't having an issue
03:55.52*** join/#wowace Tem_ (n=tardmrr@ip70-177-40-169.br.br.cox.net)
03:55.52*** mode/#wowace [+o Tem_] by ChanServ
03:56.03Prophyone from? http://www.matts-hosting.com/addons/root/trunk/XLoot/
03:56.20GalkaIm at 11591
03:56.21Xuerianhttp://www.matts-hosting.com/addons/root/trunk/XLoot/XLoot-11591.zip
03:56.26GalkaAnd it has the problem.
03:56.40XuerianGalka, can you describe how it happens most often? When you do what/are doing what else?
03:57.27GalkaOk, give me a min
03:58.11GalkaOk
03:58.12GalkaRelaoded UI
03:58.18GalkaReenabled Xloot
03:58.24GalkaHit Escape:  Works.
03:58.24GalkaHit it again:  Works.
03:58.27GalkaThis is flying/doing nothing.
03:58.35GalkaGet off bat... go kill something
03:58.37GalkaAttempt to loot.
03:58.44Galka(mob had no loot)
03:58.49GalkaHit ESC:  no longer works.
03:58.53Xuerian0_o
03:58.57XuerianThis bothers me
03:59.17XuerianWait: Galka. The mob had no loot. The frame shouldn'tve showed if it had none, did it show?
03:59.23GalkaNo
03:59.30GalkaNo, it did not show
03:59.35XuerianBut after you looted the empty mob esc stopped working?
03:59.38GalkaYes
03:59.43XuerianThat's how it usually happens?
04:00.01GalkaWell, let me redo it
04:00.05GalkaThis time pray for a mob that has loot
04:00.08Galkaand ill let you know what works
04:00.21Galkalogging out now
04:00.23Galkato renable
04:00.48GalkaLogging back in
04:01.18GalkaStanding idle in game:
04:01.19XuerianGalka, get MCP :P
04:01.21GalkaESC is working.
04:01.24GalkaI have MCP...
04:01.30GalkaI dont have access to it since ESC stops working
04:01.37GalkaOk ESC is working now.
04:01.37Xuerian-/mcp?
04:01.40GalkaFinding a mob.
04:01.56Galka<PROTECTED>
04:02.01GalkaAnyway, finding a mob
04:02.50GalkaOk
04:02.51GalkaMob dead
04:02.53Galkahas loot
04:02.54Galkalooting
04:03.00GalkaLooted
04:03.02GalkaEscape works.
04:03.40GalkaKilled another
04:03.41Galkaalso had loot
04:03.46GalkaESC still works
04:04.25GalkaAh ha.
04:04.30GalkaFound a 3rd, had loot, Escape works
04:04.33GalkaFound a 4th
04:04.34GalkaHad no loot.
04:04.37GalkaEscape no longer works.
04:04.45GalkaNo lootframe appeared (no loot)
04:04.49XuerianDo you have any other mods that dealw ith loot?
04:04.53GalkaNope
04:05.03XuerianEven remotely at all kindasortamaybe?
04:05.07GalkaUnless you count Mendeleev, PeriodicTable?
04:05.10Xuerianhm
04:05.30XuerianGuess not, unless disabling those two and leaving xloot on works
04:05.52Galkaill try for you
04:06.00XuerianAnyway, I'll look over AutoClose, that's the culprit I think
04:06.03XuerianThanks for all the testing Galka :)
04:06.17Galkayep yep
04:06.21Galkalove Xloot so I want it to work
04:06.21XuerianNow- are you shift-looting or normal looting?
04:06.24Galkadisabling Mend/PT
04:06.30Xuerianlol
04:06.45Galkanormal looting
04:06.47Galkaon all attempts
04:06.52Xuerianok
04:09.20XuerianI'm going afk for a short bit, so if you post some results I'll read them when I get back
04:09.31GalkaOk
04:09.42GalkaThis is with Mendeleev/PT disabled:
04:09.50GalkaKilled mobs with loot:  Escape conitnued to work.
04:10.07GalkaFirst mob that had no loot (no Xloot frame appear), Escape stopped working.
04:10.14GalkaLooting style:  normal (not shift)
04:18.30CIA-1103fenlis * r11592 10XLoot/ (XLoot.lua XLoot.toc): XLoot: localize options.
04:18.57SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/XLoot
04:21.57Xuerianblah, taking longer than I hoped
04:23.34Galka?
04:26.57*** join/#wowace Azurewrath (i=Azurewra@i577BD78A.versanet.de)
04:29.56*** join/#wowace Auric (n=chatzill@71-12-26-087.dhcp.gnvl.sc.charter.com)
04:31.12*** join/#wowace steino (n=stein-iv@ti531210a080-7817.bb.online.no)
04:31.51Sinvinpsst... Gngsk
04:34.32Sinvindamnit, I'm looking for Gngsk, not trout
04:39.13*** join/#wowace PProvost_ (n=PProvost@pool-71-112-41-131.sttlwa.dsl-w.verizon.net)
04:40.54XuerianOk, back. Updating for localized... changes and adding the options to disable, as well as more detailed debugging
04:42.21Sinvinbleh, he must be napping again
04:42.33XuerianFriends? :P
04:42.48SinvinGngsk is a guildie
04:42.54Xuerianahh
04:42.59Sinvinhe's our go-to guy for ace info ;)
04:43.08Xuerianhehe
04:44.00Sinvinhe was going to get me an example of frame creation/dragging in ace2
04:44.43XuerianXLoot has just that, but I'm afraid it's being a little persnikkety right now
04:45.10Sinvinhmm, maybe that's the update that broke my Esc key...
04:45.16Xuerianyep..
04:45.21Sinvina ha!
04:45.23Xuerianv.v
04:45.40SinvinI was trying to study ag_unitframes but it's a bit too complex :\
04:46.19XuerianWell it's not the creation/moving code that's bugged in XLoot. Do you have a editor with linenumbers?
04:46.24Sinvinyah
04:46.38*** join/#wowace ckknight (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
04:46.38*** mode/#wowace [+o ckknight] by ChanServ
04:47.09ckknighthey all
04:47.17Xuerianheya ckknight.
04:47.29XuerianI've managed to disable everyone's escape key! /cackle
04:47.34Xuerian(read: help me T_T)
04:48.00ckknightgood times.
04:48.03Sinvinanother addon did that a long time ago; I think it might've been CTRA
04:48.04ckknightlol
04:48.10ckknighthow'd you manage that?
04:48.36*** join/#wowace steino (n=stein-iv@ti531210a080-7817.bb.online.no)
04:49.07XuerianIf ti was, I can ask what'shisface in #wowi-lounge... ck, I'm really truly not sure, but after registering XLootFrame in the special panels list for tekkub, it seems that often times when looting a empty mob something gets stuck and one of the special panels never closes
04:49.20Xuerians/ti/it/
04:50.07SinvinI guess that would also be why it wouldn't let me have the trade window and the enchanting window up at the same time
04:50.12XuerianSinvin: function XLoot:SetupFrames() is the function that sets up the main XLoot frame. It also sets up a single loot frame inside of it, and teh close button. It also registers itself for dragging there
04:50.48Sinvinahh, cool
04:51.40Xuerian(If you wanted a example -_-). And as for the frames, yeah, I need to figure out how to get it to close on escape without using that... or... maybe i need to remove the old loot window from the list! or something... hrmf.
04:51.57Sinvinwhere does it tell the UI that it's replacing the default loot frame?
04:52.26Xuerianfunction XLoot:OnEnable() has all the hooks in it, then just below it are the replacements
04:53.01Sinvinahh
04:53.56SinvinHideUIPanel(LootFrame)?
04:54.10Sinvinis the default?
04:54.52XuerianLootFrame is the default, XLootFrame is mine. I'm thinking I'm missing something somewhere, not closing/hiding things right.
04:55.56ckknighthook the escape function
04:56.05ckknightto close yours at the same time :-P
04:56.26XuerianOoh, how do I hook that? /nublet.
04:57.06CIA-1103fenlis * r11593 10FuBar_TransporterFu/ (FuBar_TransporterFu.toc TransporterFu_Locale_koKR.lua): FuBar_TransporterFu : add locals for koKR
04:57.16XuerianOr do you mean the default loot frame escape function?
04:57.26ckknightfunction CloseWindows(ignoreCenter)
04:57.40ckknightthat's what it is
04:57.44ckknightso basically, what you want
04:57.45ckknight:
04:57.50ckknightlocal old_CloseWindows = CloseWindows
04:57.55ckknightfunction CloseWindows(ignoreCenter)
04:57.59ckknightlocal found = old_CloseWindows(ignoreCenter)
04:58.13ckknightif XLootFrame:IsShown() then
04:58.16ckknightXLootFrame:Hide()
04:58.18ckknightreturn 1
04:58.19ckknightend
04:58.21ckknightreturn found
04:58.21ckknightend
04:58.26ckknighttada. ;-)
04:58.55Xuerianself:hook("CloseWindows"), XLoot:CloseWindows(ignoreCenter) self.hooks["CloseWindows"].orig() if self.frame:IsShown() then self.AutoClose(true) end end
04:58.56Xuerian:)
04:59.07XuerianOh.
04:59.21ckknightyou messed up the hook, you _have_ to return 1 if you find something
04:59.27XuerianAhh
04:59.34XuerianI just read yours, was typing at the same time :P
04:59.39XuerianI'll do that :D
04:59.41XuerianThank you ^_^
04:59.48ckknightyou're welcome
05:06.30KemayoNo-one added portraits to ag_UF since last night?
05:10.49Xuerianckknight: I should call the existing function regardless, or just if I don't close a frame?
05:12.19Gemskirofl...my bro just called me up
05:12.32Gemskitelling me about this cool new mod called xloot, not lying. :D
05:12.35ckknightXuerian, regardless.
05:12.40ckknightjust steal my code.
05:12.41Gemskii told him to hit his esc key
05:12.44ckknightI know it works.
05:12.56ckknightit's the Dewdrop code
05:13.18XuerianHeh, yeah. You did have it before. Thanks again for the help and the tolerance :) --- Lol Gemski
05:14.06ckknightGemski?
05:14.37Xuerianyeah, the guy that just talked a few lines ago >_>
05:14.48ckknightah.
05:14.51ckknight;-)
05:15.01ckknightdo not pay attention to the man behind the curtain.
05:15.12XuerianWhat man? :P
05:16.35ckknightyou don't get the reference?
05:16.56XuerianI got it, I should've winked instead of razzed ;P
05:17.06CIA-1103pprovost * r11594 10FuBar_PoisonFu/ (Core.lua Locale_enUS.lua):
05:17.06CIA-11FuBar_PoisonFu:
05:17.06CIA-11- Fixed stacking bug - now shows true count if more than
05:17.06CIA-11<PROTECTED>
05:17.06CIA-11- Added support for one-click application and defaults.
05:17.21XuerianI can gladly say I don't know any lines from it though so I can't quote back to you ;)
05:17.49ckknightalright
05:30.51PProvost_Alright Tekkub, the OnClick code is now in there.
05:31.19CIA-1103fenlis * r11595 10FuBar_QuestsFu/QuestsFuLocals.lua: QuestsFuLocals.lua - add localization for koKR
05:31.27Tekkub^^
05:31.29PProvost_!trunk FuBar_PoisonFu
05:31.32SVNBotYou can already find the latest revision of FuBar_PoisonFu at http://www.matts-hosting.com/addons/root/trunk/FuBar_PoisonFu/
05:31.59PProvost_Do I not need to ping SVNBot any more?
05:32.18XuerianNope, automatically updates silently after each commit
05:32.23PProvost_Killer
05:32.59PProvost_What is the timezone on that thing?
05:33.31XuerianLooks like EST to me
05:36.07CIA-1103pprovost * r11596 10FuBar_PoisonFu/ (FuBar_PoisonFu.toc Libs/):
05:36.07CIA-11FuBar_PoisonFu:
05:36.07CIA-11- Updated TOC file version
05:36.07CIA-11- Added missing external for AceConsole-2.0
05:38.17*** join/#wowace grzesieq (n=grzesieq@irssi/user/grzesieq)
05:38.23CIA-1103pprovost * r11597 10FuBar_PoisonFu/Core.lua:
05:38.23CIA-11FuBar_PoisonFu:
05:38.23CIA-11- Cleaned up dev todo list in Core.lua
05:41.14*** join/#wowace Cartas (i=DEF@host86-133-155-56.range86-133.btcentralplus.com)
05:41.39CIA-1103ckknight * r11598 10DewdropLib/Dewdrop-2.0/Dewdrop-2.0.lua: Dewdrop - fix up for lua 5.1
05:42.03CIA-1103ckknight * r11599 10AbacusLib/Abacus-2.0/Abacus-2.0.lua: Abacus - fix up for lua 5.1
05:42.17SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/AbacusLib
05:44.34Kebinusanisnt lua 5.1 a ways off
05:44.55yssrn1.5 months?
05:44.58yssrnnot that far off
05:45.12kb1ibtsome people are already testing against it
05:47.47CIA-1103xuerian * r11600 10XLoot/ (XLoot.lua XLoot.toc): XLoot: XLoot: Implemented ckknight's fix for escape locking. It's his fault if it doesn't work now! /cackle. No, seriously, thanks >_>. Fixed TOC line too.
05:48.25ckknightKebinusan, there is a nonexistent alpha out there that some people have.
05:48.32ckknightdespite it not existing.
05:48.45CartasGood morning, ckknight, old chap!
05:48.49ckknighthey Cartas
05:48.51CIA-1103fenlis * r11601 10TinyTip/ (TinyTip.toc TinyTipLocale_koKR.lua): TinyTip : add locals for koKR
05:49.09SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/TinyTip
05:49.24Kebinusanah yea
05:50.03CIA-1103fenlis * r11602 10TinyTipExtras/ (TinyTipExtras.toc TinyTipExtrasLocale_koKR.lua): TinyTipExtras : add locals for koKR
05:50.14SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/TinyTipExtras
05:50.21XuerianGeez, fenlis is just going down the list tonight o_0
05:50.23ckknightAce2 proper has been upgraded
05:50.25ckknightalong with a few mods
05:50.31GalkaTesting the new Xloot now
05:50.32ckknightand I've been getting some libraries
05:50.35ckknightas issues arrive
05:50.37XuerianGreat, Galka =D
05:50.43CIA-1103fenlis * r11603 10TinyTipOptions/ (TinyTipChatLocale_koKR.lua TinyTipOptions.toc): TinyTipOptions : add locals for koKR
05:50.46ckknightI still wish I had a proper alpha account, though
05:50.53ckknightit'd be so much easier
05:50.54SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/TinyTipOptions
05:51.11XuerianGalka: Sounds are sortof missing now, I'll add them back with a option whenI find them in framexml...
05:51.12KebinusanSlouken didnt hook any developers up?
05:51.18GalkaSounds?
05:52.45kb1ibtSlouken might have hooked up nurfed's dev or maybe someone else did but there are rumours of a nonexistant version of nurfed ui for the prior push of the nonexistant alpha
05:53.11GalkaXuerian
05:53.16GalkaMob had loot:  ESC works.
05:53.22CartasHmm
05:53.25Galka2nd mob had no loot.  ESC WORKS!
05:53.30CartasIs there any difference between 'BigWigs' and 'BigWigs Bossmods'?
05:53.31XuerianWoot =D
05:53.40XuerianThank him :P
05:53.45ckknight:-)
05:54.01GalkaThanks ck
05:54.29KebinusanCartas Bigwigs Bossmods is less ambigious or something :-)
05:54.50CartasEr... okay...
05:55.36kb1ibti wish there was a way for all the new mods that use Ace2 to have one central library instead of having individual copies of the lib folder
05:55.40KebinusanIt might also have something to do with Ammo taking over the push to mod sites from tekkub
05:55.56ckknightkb1ibt, you do that by downloading the Ace2 addon
05:55.57Cartas:O
05:56.03ckknightthen it works as if it were independent
05:57.22kb1ibtdoes is work for all the extra libararies like tourist, and compost?
05:57.48hasteyou also have to add optiondep to ace2 in each of the ace2 addons tho'
05:58.00hasteand other libs the add on might want to use
05:59.51ckknightmost addons do that, though
06:00.53CartasSo, is it better to have Ace2 rather than having Libs in every addon? :o
06:00.57CartasOr, is it basically the same?
06:02.07kb1ibtbut which version will it prefer to use, the local one or the Addons/<library> one?
06:02.19Xueriankb1ibt: The newest one
06:02.34Xuerians/newest one/most recent version/
06:03.04ckknightCartas, don't worry about it :-P
06:03.11CartasHmm
06:03.29CartasWhat's that then? A "it's better but I'm not telling you, old chap!" ? :O
06:05.27PProvost_He is saying there is no difference at run time.
06:06.02Cartaslol
06:06.03CartasI know,.
06:07.28PProvost_hehe... I thought so.
06:07.30*** join/#wowace Gamefaq|afk (i=Gamefaq@pD9527C5A.dip.t-dialin.net)
06:07.47PProvost_ckknight, what are the 3 or 4 biggest gotchas going from lua 5.0 to 5.1??
06:08.02kb1ibtsetn is outdated
06:08.09kb1ibt(and not allowed to be used)
06:08.21ckknightmath.mod is replaced with math.fmod
06:08.34ckknightstring.gfind is replaced with string.gmatch
06:08.44ckknighttable.setn is deprecated
06:08.49ckknightand ... is completely changed
06:08.52*** join/#wowace Sole (n=no@203.118.159.21)
06:08.54Solehai
06:08.55PProvost_compeltely?
06:08.56ckknightthose are the main points.
06:09.01ckknightyes, PProvost_
06:09.07PProvost_hehe
06:09.13PProvost_bastards :)
06:10.00PProvost_So you are putting in tests for math.mod etc.?
06:10.57PProvost_nevermind... I'm looking at Dewdrop.
06:11.02PProvost_I see how you're doing it
06:12.00CIA-1103sole * r11604 10HostelBar/ (HostelBar-SpellsDB.lua HostelBar.lua):
06:12.00CIA-11HostelBar:
06:12.00CIA-11- fixed mob spells, all of them now work
06:12.00CIA-11- hopefully fixed bug where if a spell misses/is dodged/resisted/whatever the bar is stopped if there is a bar for that spell already running (sunder armor for example)
06:12.13Solegogo bot
06:12.31Soledid the bot get nerfed?
06:12.36Sole!trunk HostelBar
06:12.40SVNBotYou can already find the latest revision of HostelBar at http://www.matts-hosting.com/addons/root/trunk/HostelBar/
06:12.45PProvost_I think it is just quiet now
06:12.52XuerianNo, it just got whacked with the silent bat
06:13.01Solecool
06:13.09Solebot got buffed then ^_^
06:13.13Sole<PROTECTED>
06:14.01Xuerian~botlove SVNBot
06:14.09kb1ibtlua5.1 bug: AceComm-2.0 2472: attempt to call a table value
06:14.29kergothtahtd be a missing pairs/ipairs
06:14.33kergothmost likely
06:15.18KemayoIt made me jump when I messed up with a model frame and it filled the entire screen with my character's head.
06:15.40XuerianXD
06:16.00KemayoHaha!  ag_UnitFrames_Portraits is (almost) in business!
06:16.50hastewhy do you need to see a image of your own character?
06:18.13Gemskii like portraits of my target
06:18.18Gemskiespecially in wsg
06:18.18KemayoI like 'em.  :-P
06:19.20Xuerianhaste: Just because I play a female character doesn't mean I only want to watch her hiney swing back and forth! I wanna see her face too =O
06:19.43haste:<
06:19.47hasteI don't get you people!
06:19.53XuerianXD
06:20.12kb1ibtLua 5.1:  bug:    FuBar_TopScoreFu\TopScoreFu.Lua:533: attempt to call a table value
06:20.17XuerianActually I could do without party/player portraits if I could just find a bar unitframe mod I liked
06:20.31hasteyou might want to notify the author kb1ibt, lots of ace authors aren't on IRC
06:25.47*** join/#wowace Arrowmaster` (n=Arrow@cpe-24-209-111-105.woh.res.rr.com)
06:28.13chrisa!trunk Sprocket
06:28.16SVNBotYou can already find the latest revision of Sprocket at http://www.matts-hosting.com/addons/root/trunk/Sprocket/
06:28.30XuerianGonna play with it now? :p
06:28.33chrisayerp
06:28.53chrisaFirst go at 4H tonight, I figure I'll have some downtime
06:29.24Icerothsprocket rocks for nades
06:29.41chrisa'q' is my nade key already
06:29.57chrisaIf you don't have nades bound to a key you're not a pvper :D
06:30.00Icerothi have 3 types with me :)
06:30.05chrisafancy
06:30.13chrisaI usually just burn through iron, thorium for fun
06:30.40Icerothi have still some hi-explosive bombs with me after leveling my engineering
06:30.43Icerothand flash bombs are cool
06:31.13chrisaSo since I'm trying sprocket should I install hostelbar instead of necb?
06:31.31Icerothhb > necb any day
06:31.41Icerothnothing to do with sprocket :)
06:31.55chrisaI meant since I'm out of game to install a mod anyway
06:32.32*** join/#wowace Galka (n=Galka@pool-72-88-167-67.nwrknj.east.verizon.net)
06:32.53*** join/#wowace kb1ibt_ (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
06:33.02CIA-1103maia * r11605 10Detox/locals_zhCN.lua: Detox: updated chinese locals
06:33.16*** part/#wowace kb1ibt (n=chatzill@c-24-61-9-71.hsd1.nh.comcast.net)
06:34.28chrisahaha
06:34.31chrisaHostelBar broke my esc key :(
06:34.38chrisaCan't get to the option menu
06:34.46hastehehe
06:34.58haste/ace disable HostelBar /rl :3
06:34.59Xuerian>_>
06:35.03chrisayep, that's what I did
06:35.13Icerothit's hb that is doing it?
06:35.19hasteI've broken my editbox once in a while
06:35.23hastethat's not as much fun :(
06:35.23chrisaIt's an error from within Hostel
06:35.23XuerianIf you haven't, like, updated XLoot, it's Xloot that's doing it <_<
06:35.49chrisaI don't have Xloot
06:35.53Icerothi had that problem yesterday :)
06:35.55Xuerian=O
06:36.20chrisaoO Now squeenix is stuck in the middle of my screen
06:36.29chrisaSomething violated my addons!
06:37.49kb1ibtthat sounds wrong
06:38.55Kebinusanwhats xloot
06:38.58CIA-1103pprovost * r11606 10FuBar_PoisonFu/Core.lua: FuBar_PoisonFu - minor updates for Lua 5.1
06:39.20PProvost_http://www.wowace.com/index.php/XLoot
06:39.51Xuerianwowace.com/index.php/XLoot - A mod that redesigns the default lootframes. That screenshot is kindof out of date though... new design, new featnres, prettier, and no nasty escape bug
06:40.15PProvost_Update that screenshot sir!
06:40.17PProvost_:D
06:40.50kb1ibti'll give you an updated Screenshot if it works with lua 5.1
06:40.57XuerianI'm gonna stick that latest one someone posted up there. http://www.imagedumpwitheasy.com/uploads/a4a08183ad.jpg
06:41.10XuerianHeh, ok kb1ibt :P
06:42.53kb1ibt!trunk XLoot
06:42.54hastehehe, nice subtitles on the items :p
06:42.56SVNBotYou can already find the latest revision of XLoot at http://www.matts-hosting.com/addons/root/trunk/XLoot/
06:43.38CIA-1103pprovost * r11607 10FuBar_PoisonFu/Core.lua: FuBar_PoisonFu - Added return value to OnClick
06:43.41XuerianHealth: Lol, yeah. I've gotta make a quality case for junk or something. "uncommon junk" "rare junk" "Leet junk" XD
06:43.59Xuerianer
06:44.03XuerianHaste*
06:46.00hastehopefully not long untill I start raiding naxx again also now :D
06:46.12kb1ibtwell other than the AceComm error so far so good on the loading of XLoot
06:46.14hastesince I finally was able to switch main
06:46.39Xueriankb1ibt: A AceComm error in loading xloot? 0_o
06:46.45Xuerianhaste: Switch main?
06:47.06hasteI've played my shaman for 1 year now, waiting for improvements
06:47.17hastewhich never came, so it got to the point where I stopped raiding
06:47.20PProvost_Night all
06:47.28Xuerian'night P---
06:47.41kb1ibtXuerian: no not with xloot
06:47.51Xueriankb1ibt: Heheh, had me worried there
06:47.52hasteninja quitters actually :p
06:48.16Xuerian:P
06:48.42kb1ibtthe AceComm error is the only one to popup so far but i'll see in a sec once i get to a place to actually fight
06:49.08hasteI didn't play at all throught 1.11 either, due to work
06:49.32XuerianGeez.
06:50.55hasteI always signed for raids tho', came prepared but passed my spot if some other shaman was avaible
06:51.09hasteas I don't want to hog DKP, and have no plan at all to pick up loot on the character
06:52.20*** join/#wowace ckknight_ (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
06:52.20*** mode/#wowace [+o ckknight_] by ChanServ
06:52.32ckknight_back
06:52.43kb1ibtXuerian: when i type /xloot in the console i get \Addons\Ace2\AceConsole-2.0\AceConsole-2.0.lua:145: 'string.gfind' was renamed to 'string.gmatch'
06:53.15XuerianJust in time, ckknight >.>.. Do I need to touch it again to get the latest version of Console or has that not been updated yet?
06:53.37Xueriankb1ibt: For now, try right clicking the frame border or alt-rightclicking loot for the menu
06:54.08XuerianAnd, hehe, welcome back ckknight_ :)
06:54.11CIA-1103ckknight * r11608 10ChatThrottleLib/ChatThrottleLib.lua: ChatThrottleLib - added missing pairs() to an iterator.
06:54.21SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/ChatThrottleLib
06:55.03CIA-1103ckknight * r11609 10Ace2/AceComm-2.0/AceComm-2.0.lua: AceComm - updated ChatThrottleLib
06:55.49kb1ibt!trunk Ace2
06:55.52SVNBotYou can already find the latest revision of Ace2 at http://www.matts-hosting.com/addons/root/trunk/Ace2/
06:55.58ckknight_ah, it seems that string.gfind still exists
06:56.02ckknight_okay, lemme tinker
06:56.11XuerianWoot =D
06:57.17CIA-1103ckknight * r11610 10Ace2/AceConsole-2.0/AceConsole-2.0.lua: AceConsole - fixed string.gfind for lua 5.1
06:58.06CIA-1103ckknight * r11611 10Ace2/AceComm-2.0/AceComm-2.0.lua: AceComm - fixed string.gfind for lua 5.1
06:58.32CIA-1103ckknight * r11612 10Ace2/AceLibrary/AceLibrary.lua: AceLibrary - fixed string.gfind for lua 5.1
06:58.35ckknight_should be good now
06:59.16kb1ibtXuerian you have lots of work to do... XLoot\XLoot.lua:670: CreateFrame: Unknown frame type 'LootButton',         lemme try with those fixes but i doubt it will change that meassaege
06:59.31XuerianBuh
06:59.32chrisaIs there an idchat2 mod that makes the chat tabs light up on any activity?
06:59.40kb1ibt!trunk Ace2
06:59.43SVNBotYou can already find the latest revision of Ace2 at http://www.matts-hosting.com/addons/root/trunk/Ace2/
07:00.54CIA-1103ckknight * r11613 10FuBar_TopScoreFu/TopScoreFu.lua: TopScoreFu - updated for loops for lua 5.1
07:01.32kb1ibtsorry Xuerian no luck
07:01.39*** join/#wowace evl (n=fuckoff@gw.apt.no)
07:01.46XuerianDid they remove LootButton as a frametype or something? 0_o
07:02.47SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/FuBar_TopScoreFu
07:02.52kb1ibtif the link ckk gave earlier worked i could loot for you
07:03.08ckknight_~framexml
07:03.09purlget the official Blizzard Interface AddOn Kit here: http://www.blizzard.com/support/wow/?id=aww01671p
07:03.09kb1ibts/look/loot
07:03.27hastehttp://wdn.wowinterface.com is also useful
07:04.17kb1ibthaste: that isn't new enough for lua 5.1 options
07:04.18DrDrei hate hunters :(
07:05.03DrDreHakkari Warblade Offhand drops and fucking hunter takes it over me (rogue), hes rank 11 pvp wearing a lvl 37 1h sword and no offhand, i smell bullshit
07:05.08hasteuse the interface kit
07:05.38kb1ibtif i could i would but blizz's site is down
07:05.38tumetomDrDre this are hunter weapons
07:05.54evlthey're not?
07:05.56hasteisn't that sword pretty good for hunterS?
07:06.09tumetomit is one of the best combos
07:06.11evlso what, sword builds are perfectly viable for rogues too
07:06.27DrDreim sword spec
07:06.31hasteevl: well, we have had hunters using at least one of them in Naxx :p
07:06.32tumetomand?
07:06.34DrDremain thing i wanted :(
07:06.35evleither give rogues an epic weapon quest or put up with rogues rolling on ALL hunter shit :)
07:06.43hasteevl: 'cause nothing else they can use drops
07:06.54DrDremore point is i think he fucking swapped weapons to make it look like he had shitty
07:07.05DrDrewtf kind of person gets rank 11 pvp with a vanquishers sword?
07:07.11hasteDrDre: sounds like a corrupt guild :D
07:07.19evlsounds like /qquit
07:07.22DrDreit was an outside of guild person
07:07.33DrDreraid ldr wanted to give it to me but the guys guild member bitched
07:07.34Neronix_/gquit now
07:07.36hastethen it's a corrupt pug ZG run :D
07:07.36kb1ibtthey type of person who AFK's in AV
07:07.56hasteIt's only loot also
07:08.07hasteso no reason to make drama out of it
07:08.11DrDreloot ive been wanting :(
07:08.18tumetomrogues should realy have an epic quest
07:08.28hastethe chest is one
07:08.57tumetombut they wuld never stop whining
07:08.57DrDrechest isnt that great
07:09.03hasteyou can also get a sword I believe from the kill boss X in ZG, and boss Y i AQ20
07:09.04DrDreand almost every class has that
07:09.13DrDrethats a 2.8 speed
07:09.27hasteuse a dagger in the off-hand then :3
07:09.38DrDreya i jus finished that quest so i guess ima get dagger from it
07:09.42DrDrebut i want that sword
07:09.52kb1ibtcan someone link me a mirror of the UI kit since a Microsoft JET Database Engine error '80004005'  is blocking me from getting it direct from the source
07:09.53hasteIt drops pretty often, at least for us
07:10.07tumetomhttp://www.curse-gaming.com/en/wow/addons-5260-1-alwaysready.html
07:10.27DrDrei could understand if he had shitty gear and shitty weapons
07:10.51DrDrebut rank 11... i really thing he swapped weapons
07:11.00hastetumetom: looks like I have to write an addon that scans for raid members bad add ons now =\
07:11.53hastebut I'm leaivng for zhe uni
07:12.06hasteyay for spending four hours for 45min of education
07:12.47tumetom<<3 exams in 2weeks :( have to learn, too
07:12.48Xuerianhaste: A: It works on 1.12 framexml files. B: WDN doesn't have 1.12.1 files up yet. C: Blizz's site won't load
07:13.14kb1ibthe afk's in AV all day "stealing honor"
07:13.35XuerianUnless kb1ibt is going to dump the interface framexml files for me I can't really check to see what it's going to be :P
07:14.39Xuerianhttp://wdn.wowinterface.com/code/11205595/FrameXML/LootFrame.xml < Lootbutton >_<
07:14.44*** join/#wowace SH|Shabador (n=Shabador@168.84-48-162.nextgentel.com)
07:15.19*** join/#wowace Arrowmaster` (n=Arrow@cpe-24-209-111-105.woh.res.rr.com)
07:17.40kb1ibtXuerian: i'd love to dump those files but i can't since blizz's site won't load but even then it isn't 1.12.
07:18.30XuerianWhere were you testing this? :P
07:18.41kb1ibtNDA
07:18.57XuerianThat's what I meant ;)
07:19.32*** join/#wowace quoin (n=quoin@202-136-99-219.ip.adnap.net.au)
07:19.50XuerianNo lootbuttons doesn't bode well anyway..... >_>
07:20.51kb1ibtit is probably in ther somewhere else but since i don't have access to the uikit on blizz's site i can't help fix it
07:21.30XuerianYou'd have to use WinMPQ to open the patch(2?)mpq and extract *FrameXML* :P
07:22.16XuerianWhich I'm sure would violate aforementioned NDA so for now.... I'll add junk classification :P
07:23.30*** join/#wowace FISKER_Q\ (n=blah2@cpe.atm2-0-52242.0x50a01902.kjnxx3.customer.tele.dk)
07:23.30*** join/#wowace Wobin (i=Wobin@218-214-59-86.people.net.au)
07:24.14kb1ibtbrb
07:24.18*** part/#wowace kb1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
07:26.26Kebinusanugh 1h 22 minute warsong game
07:30.53FISKER_Q\Critical Eviscerate: 3589
07:30.58*** join/#wowace kb1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
07:34.46Thiana~seen Rophy
07:35.23purlrophy is currently on #wowi-lounge (17h 25m 33s) #wowace (17h 25m 33s). Has said a total of 1 messages. Is idling for 14h 44m 15s, last said: '~seen ckknight'.
07:35.23Rophyhmm?
07:35.23Thianalol
07:35.28*** join/#wowace kb1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
07:35.33Rophylol
07:35.39CIA-1103fenlis * r11614 10HostelBar/HostelBar-SpellsDB.lua:
07:35.39CIA-11HostelBar/HostelBar-SpellsDB.lua
07:35.39CIA-11- fixed spell name : "Psychic Scream"
07:35.42ThianaRophy: What parserlib event type would '9/20 21:18:36.819  Wailing Banshee begins to cast Anti-Magic Shield.' be under? I dont see it in the docs
07:36.10Rophycheck http://www.wowwiki.com/Patterns_fired_from_each_CHAT_MSG_events ?
07:37.08Rophyand search for "%s begins to cast %s." in that page.
07:37.15ThianaNo, I know the wow event. I need to know what *ParserLib* is going to set the event type to
07:37.25Thianaie, 'buff', 'fade', etc
07:37.31Rophyoh
07:37.42Rophyit's "cast" with isBegin = true
07:37.54ThianaAh ok, thanks :)
07:38.00Rophynp
07:41.42Xuerian'night all
07:41.46Xuerianthanks again ckknight
07:42.32HealthAny phat releases during my sleep!?
07:42.48Xuerian|ComaA functional XLoot thanks to ckknight :P
07:43.42Shinja:o
07:43.42Shinjahi there
07:43.42Healthyay!
07:43.42HealthMe who just downloaded that yesterday, didn't have time to check it out before sleep though
07:43.42HealthWhat was broken?
07:43.43Xuerian|Comaheheh
07:43.44*** join/#wowace jjungnickel (n=jjungnic@extgw.carmunity.de)
07:43.54Xuerian|ComaLet's just say, "All your escbutton are belong to xloot"
07:44.10Xuerian|ComaThat. That is why I have to sleep now :P
07:46.32Shinjaohh
07:46.45Shinja1h ago I(ve updated some Mod
07:47.00ShinjaEsc doesn't work (related to Xloot?)
07:47.19Shinjasome errors in EasyMount (?!)
07:47.50ShinjaUsing Ace2 lib as addon fix that, but it's not really the wau to go...
07:48.18Shinjaincompatibiliry between embeded Ace2 ?
07:48.57SoleHealth: I fixed a couple things in HostelBar just now :)  not major but funky
07:50.15SH|ShabadorAnyone using the mod SmartBuff here?
07:50.35HealthSole: I never used HostelBar, need to check what it is :p
07:50.57HealthSlacker, no wiki page!
07:51.46HealthForum post though.
07:52.31HealthAha..
07:52.34HealthNow I remember
07:52.46HealthHow featureful is it compared to NECB?
07:53.04HealthWell it says on the post, ignore me!
07:53.08Healthin*
07:53.33Solewell
07:53.37SoleI havent updated that post :P
07:53.42Soleand yea I should write a wiki page
07:53.43HealthSlack! :p
07:53.52Soleits got quite a few new features than whats listed
07:53.56HealthBetter to spend time working on the addon :P
07:54.01Soleexactly
07:54.08Soleits got some unique stuff compared to NECB
07:54.15HealthI'll test it out
07:54.18ThianaSH|Shabador, Yes
07:54.23Sole1 - its folder is named after the addon
07:54.34HealthWicked!
07:54.37SH|ShabadorThiana, Have you noticed any freezes when pressing the buff button? (It's kind of random when it happens).
07:54.44SH|ShabadorLike 0,5 second freezes...
07:54.58ThianaSH|Shabador, Not here no.
07:55.08Sole2 - uses candybar
07:55.13Sole3 - lots of shit :)
07:55.20SoleIll compile a list of features
07:55.23SH|ShabadorHm... Might be some other mod affecting it, or some config I've enabled that shouldn't be enabled.
07:55.33Solesometimes I just add a feature and forget about it..kinda dumb
07:55.37ThianaSole: Oh that reminds me. One of the bars doesnt get it's bar texture changed by 'all'
07:55.52SoleThiana: which one?
07:58.07ThianaNot sure actually, I cant remember seeing it display anything. It's not casts or durations.
07:58.49Solebuffs/cooldowns/default then
07:59.06Soleits default
07:59.07HealthNECB is a bit too Disco
07:59.23SoleHealth: watcha mean?
07:59.27SoleThiana: its intentional
07:59.48HealthYeah.. when you open the config panel for example.. disco!
08:00.12SoleThiana: the 4 groups have a texture assigned to them, the default group is just applied at the end if Grouped is turned off for the anchor
08:00.17ThianaSole: Ah ok
08:00.22SoleThiana: theoretically anyway, Im gonna test it tonight
08:00.41Sole<PROTECTED>
08:01.55CIA-1103thiana * r11615 10tcgMobResists/ (. Core.lua tcgMobResists.toc):
08:01.55CIA-11tcgMobResists:
08:01.55CIA-11* parser is now local
08:01.55CIA-11* Added RosterLib so we can exclude dmg taken by the party/raid/player.
08:01.55CIA-11* Attempt at better bubblespell detection
08:01.56CIA-11* Only records Nature/Fire/Frost/Shadow/Arcane now (no Physical)
08:01.58CIA-11* Updated externals for new RosterLib location
08:02.01ThianaSole: Are you planning on having durations use the rank specific durations? ie, Rank1 Banish for example is 20 seconds, Rank2 is 30
08:02.41[Ammo]!trunk BigWigs
08:03.24SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/tcgMobResists
08:04.17SVNBotYou can already find the latest revision of BigWigs at http://www.matts-hosting.com/addons/root/trunk/BigWigs/
08:04.32*** join/#wowace nekoh (n=nekoh@pD9E001FB.dip0.t-ipconnect.de)
08:06.43ShinjaThiana: Tested tcgTradeSkill on http://www.matts-hosting.com/addons/root/
08:07.19ThianaHmm?
08:07.25ShinjaSalt Shaeker works but I wa litteraly spammed of "Mooncloth ready" :s
08:07.52ShinjaIncresed the reminder from 5 to 60..
08:08.18ThianaHmm, I must have messed up the reminder scheduling. I'll check it in a few.
08:08.30Shinjabut seems that zoning + using Outfitter fire the reminder
08:08.36SoleThiana: yes I am planning on doing, not sure how though
08:08.59ThianaShinja: Nice to get confirmation that damn salt thing works though :) Thanks :)
08:09.15Solebtw what does tcgModResists do?
08:10.24Health!trunk oCD
08:10.27SVNBotYou can already find the latest revision of oCD at http://www.matts-hosting.com/addons/root/trunk/oCD/
08:10.41[Ammo]morning
08:10.48Shinjahi [Ammo]
08:10.50Solehihi
08:10.52[Ammo]stupid silly nonenglish locales
08:10.59[Ammo]ohwell, released another bigwigs to the addon sites :p
08:11.10ThianaSole: It's an Ace2/ParserLib version of 'MobResistances'. Basically tracks damage to mobs per *school* of magic and adds that info to the tooltip. Like Shadowcasters in Strat for example resist about 60% of shadow dmg but no resists to other schools.
08:11.27Soleahh
08:11.31Solehandy for casters :)
08:11.43oxmanI've a strange problem
08:11.52Soleyouve got a table for each spell's school?
08:11.53HealthWobin: Have a screenshot of FuXpFU!?
08:11.54oxmanhum no wait :D
08:12.02ShinjaI really like to see.. AC class for melee but it seems impossible to do
08:12.02HealthWant to show a friend that needs a custom xp bar
08:12.25ThianaDoes ScheduleEvent() not remove the event after it fires anymore?
08:12.30*** join/#wowace restored (i=restored@sherman.campus.luth.se)
08:12.42Shinjano event xx dmg (yy absorbed) :|
08:13.18WobinHeath um
08:13.21ThianaSole: Right now the data is stored horribly. I'll add compression later so it will be in the format of mob = { <school> = done/resisted }
08:13.24Wobinyes?
08:13.46ThianaShinja: Absorbed? That's pretty random isnt it?
08:13.57Wobinoh
08:13.58Wobinhm
08:14.02WobinI should wiki it I guess
08:14.09Wobinbut have a look on wowi
08:14.47ThianaShinja: If you /dump tcgTradeskills.db.profile, what is the value of alert_delay?
08:15.17*** join/#wowace nuOHEP (n=nuohep@h54.ciscom.ru)
08:16.10HealthWobin: Ah, ofcourse.. stupid me :P
08:16.13ShinjaThiana: argh I'm at work :s
08:16.17Thianak
08:16.24HealthAs stuff on mod sites are usually out of dage I never visit them anylonger :p
08:16.30Healthforgot about them
08:16.44ShinjaThiana: but the most "annoying" thing is when I change my stuff via Outfitter
08:17.27ThianaShinja: Umm, you lost me. What does outfitter have to do with tcgMR/tcgTS
08:17.52Shinjaso every time I'm in town (I dress my robe :p), every time I'm riding
08:18.03ShinjaThiana: normaly, nothing
08:18.36Shinjabut every time I fire a new fit, I've a tcg reminend on the screen
08:19.18Thiana*blink*
08:19.39Solelol
08:19.51ThianaUh, changing outfits with Outfitter is triggering tcgTradeskill's cooldown alerts?
08:19.52SoleThianas thoughts: wtf
08:20.20ThianaSole: Prwtty close ;)
08:20.38Health"wth!"
08:21.06ShinjaThiana: it seems
08:21.22Shinjalike zoning
08:24.33*** join/#wowace ckknight_ (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
08:24.33*** mode/#wowace [+o ckknight_] by ChanServ
08:24.34*** join/#wowace FISKER_Q\ (n=blah2@cpe.atm2-0-52242.0x50a01902.kjnxx3.customer.tele.dk)
08:25.06*** join/#wowace Elkano (i=Elkano@client0631.vpn.uni-saarland.de)
08:25.08CIA-1103krtek * r11616 10idChat2_Who/ (Frame.xml idChat2_Who.lua idChat2_Who.toc):
08:25.08CIA-11idChat2_Who :
08:25.08CIA-11<PROTECTED>
08:25.08CIA-11<PROTECTED>
08:25.08CIA-11<PROTECTED>
08:25.23SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/idChat2_Who
08:29.14Solehmm
08:29.59Soleproposal: new BabbelLib,  BabbleDebuffs or BabbelAfflictions or BabbelEffects
08:30.13Solesomething to translate all them pesky effects on people
08:30.24Solelike "Kick - Silenced" or "Explosive Trap Effect"
08:30.32Soleyes, no? Ill start the english version even ^_^
08:31.01CIA-1103krtek * r11617 10idChat2_Who/Frame.xml: idChat2_Who : Updated Frame.xml
08:31.11ThianaShinja: Found out why it's spamming (I was using IsEventRegistered instead of IsEventScheduled). The outfitter thing... you have a mutant machine :)
08:32.50evlAny DamageMeters replacement in Ace?
08:32.58ckknight_epgauge
08:33.36evlckknight_: where can I find it, not in the SVN?
08:34.11Soleckknight: what do you think of a new BabbelLib? a lib that contains all the localizations of effects
08:34.11HealthHeh.
08:34.43SoleBabbleSpell does the job for a lot of things but it doesnt contain the names of the actuall spell effects
08:35.00CIA-1103thiana * r11618 10FuBar_tcgTradeskills/ (Cooldowns.lua Core.lua):
08:35.00CIA-11FuBar_tcgTradeskills:
08:35.00CIA-11* Fixed cooldown alert spamming (IsEventRegistered ~= IsEventScheduled)
08:35.00CIA-11* Two more debug lines in Save()
08:35.19Solesay something damn you :(
08:35.42ThianaSole: *shrug* I like the idea, but BabbleLib is CKs
08:35.51Solethats why Im asking :)
08:36.27Solebecause Im sure im not the only one dealing with certain spell afflictions
08:38.19[Ammo]you can just create a BabbleEffect lib
08:38.30Solethats what Im suggesting
08:38.41[Ammo]what's stopping you?
08:38.51Solefigured I should ask you guys first :)
08:39.01Solebefore I do anything dumb
08:39.02ThianaRophy: Is ParserLib going to work for non enUS locales?
08:39.11SoleThiana: it does
08:39.14Thianak
08:39.16oxmanhum
08:39.26Rophythat's why I wrote the library .
08:39.30oxmanlocal a = {}; a == {} is false, why ?
08:39.47Thianaoxman: Because {} is a new table.
08:39.58oxmanhow i can check if a is an empty array so ?
08:40.06oxmani can do table.getn because i use hash key
08:40.06Soleif not a
08:40.15Soleif not a then               or           if a == nil then
08:40.16ShinjaThiana: ok, i'll have a look this evening :p
08:40.37ThianaShinja: And tell me if the mutant outfitter thing is still there :)
08:40.39oxmanthe both are false Sole
08:41.15Thianaoxman: You cant tell a table is *empty* but exists with a single statement unless getn is usable on it.
08:41.26Rophyhow about if( next(t) == null ) ?
08:41.43Thiananil you mean.
08:41.53ThianaDoesnt next() require getn also?
08:41.55oxmanyep thanks Rophy :)
08:42.09ThianaO.o That works? Nice
08:42.33ShinjaRophy: I've seen a Recap version with parserlib, it was just for fun or it'll be a minimal maintained ?
08:42.54oxmanfor fun but its work fine :)
08:42.58RophyI'll try to fix bugs but not add new features.
08:43.10Rophyso minimal maintained i think.
08:43.17ShinjaDM > SWstats event in 2.0 beta
08:43.24oxmanwhy Shinja ?
08:43.57oxmaneven not event
08:43.58oxman:p
08:43.59ShinjaI don't have all skill used like recap or DM with SWsata
08:44.00ThianaShinja: I never said I was using 2.0 :) I'm still using 1.5.3, and I have no intention of upgrading.
08:44.16oxmanok
08:44.17evlSo what's the best, most updased, most accurate Damage Meters mod out there now?
08:44.27oxmanwws
08:44.27oxman:)
08:44.32oxmanits perfect.
08:44.54evlwws?
08:44.59evlTITS, URL or GTFO
08:45.01ShinjaI can't see WHICH mage use AracaExplo in Twins with SWStat.. I can with DM
08:45.21Shinjaso SWstat is... useless for me :p
08:45.33oxmanwow web stats
08:45.36oxmanit use /combatlog
08:45.47Shinjait's a recap on website
08:47.27oxmanbof
08:47.32oxmantu as qu'a utiliser le client us
08:47.32oxman:p
08:47.52Healthk
08:47.57Shinjaca fait juste 16 mois que je l'utilise -_-
08:48.03oxmandonc continue :)
08:48.20Shinjac'est dans un soucis de parsing efficace
08:48.25Shinjasorry :|
08:48.29ThianaI wish blizzard would add another set of events that give the same data as CHAT_MSG_*, but dont have to be parsed out of strings :/
08:48.52oxmanask it on the us forum
08:49.05oxmani think its not hard ton implement for the coder
08:49.18oxmanton/to
08:49.51ShinjaI would like to see glancing quantities :|
08:51.18Thiana~seen Tekkub
08:51.27purltekkub is currently on #wowace (7h 12m 47s). Has said a total of 33 messages. Is idling for 3h 20m, last said: '^^'.
08:53.53Cartaslol
08:57.18Wobinomg
08:57.19Wobinhttp://www.youtube.com/watch?v=kv1OgFOdYj8&embed=1
08:57.35WobinI loved that show
08:57.45WobinPS omg Courtney Cox =P
08:58.36CIA-1103fenlis * r11619 10TinyTipOptions/ (TinyTipChatLocale_koKR.lua TinyTipOptions.toc): TinyTipOptions : fix toc for korean locals
08:58.46SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/TinyTipOptions
08:59.13CIA-1103fenlis * r11620 10TinyTipExtras/ (TinyTipExtras.toc TinyTipExtrasLocale_koKR.lua): TinyTipExtras : fix toc for korean locals
08:59.26SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/TinyTipExtras
08:59.56CIA-1103fenlis * r11621 10TinyTip/ (TinyTip.toc TinyTipLocale_koKR.lua): TinyTip : fix toc for korean locals
08:59.56ShinjaEsperanto is the only way to stop with locales madness ? ^^
09:00.16SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/TinyTip
09:00.50*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
09:01.32oxmando you know an ace event trigger after all OnInitialize ?
09:02.06[Ammo]AceEvent_FullyInitialized, that fires when all addons are enabled etc
09:02.18[Ammo]it's the time FuPlugins get injected into the bar too
09:02.36oxmanits the name of an event ? or a function to hook ?
09:03.26*** join/#wowace Cheads (i=chead@0x5731dc0f.virnxx18.adsl-dhcp.tele.dk)
09:03.39ckknight_[Ammo], it's actually fired after all channels are properly joined
09:03.45ckknight_oxman, it's an event
09:03.49oxmanthanks
09:05.17[Ammo]yeah ok
09:05.26Shinjaoxman: what addon are you doing ? EP Ace2.0 ?
09:05.59oxmanyep :)
09:06.23oxmanI try to do the "micro core" to have all dewdrop configuration in one (in EasyPriest so)
09:10.01*** join/#wowace DarkImakuni (n=DarkImak@host81-153-0-122.range81-153.btcentralplus.com)
09:10.10CIA-1103fenlis * r11622 10AuldLangSyne/ (AuldLangSyne.lua AuldLangSyne.toc AuldLangSynelocals.lua):
09:10.10CIA-11AuldLangSyne :
09:10.10CIA-11<PROTECTED>
09:10.10CIA-11<PROTECTED>
09:10.39SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/AuldLangSyne
09:21.35Shinjaevl: are you here ?
09:21.52evlSemi
09:22.48Shinjaok, you talked yesterday about a website for rogue calculation
09:23.09evlIt's an excel spreadsheet
09:23.20*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
09:24.02Wobinarrrgh
09:24.06Wobinnever never never
09:24.15Wobinlisten to Queen, with a sore neck
09:24.36*** join/#wowace nuOHEP (n=nuohep@h54.ciscom.ru)
09:25.00Healthk
09:25.28Shinjaevl: ok, rogue-dagger-1.14 ?
09:25.33evlyes
09:25.53ShinjaI use it.. seems that +dagger is too much rated..
09:26.22ShinjaThe +6 dagger from HT West is.. better than my Harbringer -_-
09:28.02ThianaHT?
09:28.09ShinjaDM
09:28.12ThianaAh
09:28.38WobinHow did you get that? =)
09:28.41Wobindvorak?
09:29.00Shinjano, stupid Fr name :s
09:29.07oxman:p
09:29.11Wobinoh =) What's it in french?
09:29.16oxmanHache Trippes
09:29.16oxman:p
09:29.34WobinYou know what would be cool?
09:29.36WobinGerman.
09:29.46WobinThings sound much more deadly in german
09:29.55Wobinand generally with a whole lot more descriptive syllables.
09:29.59oxmansome french translation are good, some are very bad :p
09:30.07oxmani like HT :)
09:30.27Wobinis that a hard 'che' or a soft one?
09:30.42oxmanit's like she for you i think
09:30.49oxmannot something like khe
09:31.00*** join/#wowace Mery (n=metelman@p54AEF385.dip.t-dialin.net)
09:31.26oxmanspell "wash" the sh is like che (the sound :p)
09:31.44oxmanso hache in french you can said "ash"
09:31.48oxmanand its the same sound :)
09:31.53WobinWhat does it directly translate to?
09:31.59WobinActually Dire Maul?
09:32.05oxmanI dunno
09:32.08[Insom]Farns!trunk Detox
09:32.11SVNBotYou can already find the latest revision of Detox at http://www.matts-hosting.com/addons/root/trunk/Detox/
09:35.36VipHalidhaste there?
09:43.05oxmanI import a dewdrop menu into an other, for get i can't use get = "blabla", because blabla is in addon X and not addon Y (addon Y import dewdrop menu from addon X)
09:43.24oxmando you know a more nice way than that : get = function() return X:blabla() end
09:43.30VipHalidanybody got an idea how to recode oskin bottom frame to be centered and not attached to left??
09:45.12evlhttp://www.sinfest.net/comikaze/comics/2006-09-21.gif
09:45.33oxmanno idea ?
09:46.41DarkImakunievl: o.O
09:46.58Thianaoxman: 'hidden = not X' maybe?
09:47.32oxmanwhat do you speak about ?
09:47.54oxmanI speak to import and you speak to hide import when the addon is not here :|
09:48.52Thianaoxman: option = { type = "toggle", hidden = not AddonX, get = "GetMethod" }. So the option will be hidden if AddonX doesnt exist.
09:49.19oxmanDo you read me ?
09:49.23oxmanI don't want do that !
09:49.27oxmanRead my example above
09:49.55oxmanI want a more nice way to do get = function() return X:blabla() end
09:50.14ThianaYou said you imported the methods of X into the current object...
09:50.17oxmanand actually I use this way because i can't do get = "blabla" when the dewdrop menu is imported into addon Y
09:50.24oxmanno only the dewdrop menu.
09:50.43oxmanbut I need to call some functions of X into Y because the dewdrop menu require them
09:50.51oxmanlike set/get functions
09:51.00ThianaThen sounds like you need to use the closure.
09:51.08oxmanclosure ?
09:51.14Thianaoxman: function() ... end
09:51.27oxmanno other way ?
09:51.40oxmanfor example get = "X:blabla" don't work
09:51.54ThianaNot that I've found. I ran into a similar problem for my cooldowns module for tcgTradeskills.
09:52.06krkawhy is closures not good enough?
09:52.15ThianaExtra overhead I assume?
09:52.23oxmanI don't like closure ;p
09:52.53CIA-1103ammo * r11623 10BigWigs/Naxxramas/Maexxna.lua:
09:52.54CIA-11BigWigs (Maexxna):
09:52.54CIA-11* 3 Bars now, 1 for webspray, 1 for cocoons, 1 for spiders
09:53.20krkahow many closures do you need? i am not sure the overhead will be too much
09:53.23oxmanhum
09:53.33oxmani can do : get = function() return self:bla() end
09:53.35oxmanits better :p
09:53.40oxmanlots of :D
09:53.44oxman20 or 30
09:54.11CIA-1103sole * r11624 10HostelBar/ (HostelBar-SpellsDB.lua HostelBar-locale.lua HostelBar.lua):
09:54.11CIA-11HostelBar:
09:54.11CIA-11- fixed Multi Shot/Blink to show under cooldowns section
09:54.11CIA-11- fixed/added some spells in DurationsDB
09:54.11CIA-11- changed LongCD check from 2 min to 30 sec
09:54.34ThianaIf you dont use 'self' in the called functions, you could do something like get = self.bla,
09:55.07CIA-1103ammo * r11625 10BigWigs/AQ40/ (Huhuran.lua Sartura.lua):
09:55.07CIA-11BigWigs:
09:55.07CIA-11* Removed some 'tactics' from Sartura and Huhuran
09:55.16ThianaClosures are much better for this situation though.
09:55.34krkalearn to use luas strong points
09:55.41CIA-1103sole * r11626 10HostelBar/HostelBar-locale.lua: HostelBar: fixed locale file a bit
09:57.17Soleyay me
09:57.26Solefixed some big ol bugs in hostel tonight
09:57.57oxmanscreen of hb ?
09:58.04DarkImakuniwd sole :)
09:58.36Soledont have a recent screen of hb
09:58.37CIA-1103ammo * r11627 10BigWigs/AQ40/ (Huhuran.lua Twins.lua):
09:58.37CIA-11BigWigs:
09:58.37CIA-11* using ~ for approximate times.
09:58.50Solewith the new textures
09:59.24SoleIm using dif textures for each group...easy to identify :)
10:00.25oxmanso take a screen please :)
10:00.36Solenot in wow atm dammit
10:01.40oxman:)
10:02.18CIA-1103sole * r11628 10HostelBar/HostelBar.lua:
10:02.18CIA-11HostelBar:
10:02.18CIA-11- changed default texture to texture 3, because its the purtiest IMO
10:02.18CIA-11- deleted a variable that is useless now
10:02.46oxmanwhat hb do ?
10:02.56oxmanlike bartender2 ? like dab ?
10:02.59Solelike necb
10:03.34oxmanand whats necb ?
10:03.39Soleenemy cast bars
10:03.51Soleits a big ol addon
10:03.54Solewhich does too much
10:04.20oxmanoh ok
10:04.23oxmani don't like that :)
10:05.11nevcairielmorning
10:05.21DarkImakunimorning nev
10:05.31Soleoxman: maybe you'll like HB :P
10:05.45Soleoxman: youve got quite a lot more control over the bars than you do with necb
10:07.00oxmanNo, in fact its not i don't like ecb
10:07.05oxmanits i don't like addon like ecb
10:07.06oxman:)
10:08.03Solehater
10:08.07Sole<PROTECTED>
10:15.20*** join/#wowace grzesieq_ (n=grzesieq@irssi/user/grzesieq)
10:16.08*** join/#wowace XLVII (n=XLVII@58.162.74.173)
10:16.28XLVIITalk like a Pirate Day was two days ago, lol.
10:18.41*** join/#wowace Dhraga (n=chatzill@213.88.132.126)
10:18.57DhragaHi all
10:19.32Solehihi
10:19.50Wobinyarr =(
10:20.14*** join/#wowace Sole (n=no@203.118.159.21)
10:20.15Solewow
10:20.29SoleQuakeNet can go FUCK THEMSELVES WITH A BARBED CLUB IN THE ASS
10:20.44SoleI get this nice little message when I try to join the server
10:20.56Sole"No hosts from Asia-Pacific on this server, thanks..."
10:20.58nevcairielwhere could i lookup the escape strings wow lua uses ? default ascii table doesnt seem to work for some special chars
10:22.29*** join/#wowace Nickenyfiken (n=Miranda@83.145.59.23)
10:22.31XLVIISole, use TOR
10:22.32XLVII;)
10:23.37Solehmm?
10:27.52CIA-1103rabbit * r11629 10BigWigs/AQ40/Skeram.lua: BigWigs: Skeram: Testing svn:eol-style.
10:29.03CIA-1103ammo * r11630 10BigWigs/AQ40/Skeram.lua: BigWigs (Skeram): zomg extra tabs removed
10:31.10CIA-1103rabbit * r11631 10BigWigs/BWL/Razorgore.lua: BigWigs: Razorgore: Actually fix it.
10:32.23*** join/#wowace nuOHEP_ (n=nuohep@h54.ciscom.ru)
10:33.44*** join/#wowace Sole (n=no@203.118.159.21)
10:37.41*** join/#wowace add\\Leialyn (n=sry@p54B4ED3C.dip.t-dialin.net)
10:37.47Soleok
10:38.06Solelaugh at me all you want but where the hell is the  create new page button on the wiki?
10:39.11vhaarrhttp://www.wowace.com/index.php/MyPage
10:39.14vhaarrthere it is
10:39.42[Ammo]create a link to an unexisting page and it gives you the 'this page does not exist, want to fill it in?' option
10:40.23Soleahh ok
10:40.24Solethanks guys
10:41.17CIA-1103hshh * r11632 10/trunk/ (2 files in 2 dirs): FuBar_BagFu, FuBar_VolumeFu: update Simplified Chinese locales
10:42.15*** join/#wowace Sairen (n=Miranda@p549E6A61.dip.t-dialin.net)
10:43.34CIA-1103nimbal * r11633 10Druidcom/Druidcom.toc: Druidcom: TOC fixed (DewdropLib, CrayonLib)
10:44.17Thiana4
10:44.36SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/Druidcom
10:44.49vhaarranother druidcom spam session started?
10:45.01ThianaProbably :/
10:45.53CIA-1103greywind * r11634 10Shifter2/Core.lua: Shifter2: bug fix
10:46.17ThianaIs there a way to use a non-english client on enUS realms? And if so, is there a blizzard download somewhere?
10:46.44Solei remember haste mentioned something about using hte french client
10:46.51Solepoke him about it :)
10:47.12ThianaBecause I'm getting contradictory reports about tcgTradeskills working and not working on french clients :/
10:48.31ShinjaThiana: on a EnBG client
10:48.54ShinjaI *HATE* French client
10:49.09hasteSole: hmm?
10:49.30hasteVipHalid: here now
10:52.20Solehaste: I remember you mentioned you switched to a french client to test oCD or something
10:53.08Shinjapoor haste, Fr client is horrible (Voice, localisation..)  :D
10:55.03hastehuh?
10:55.07hasteI use English client :D
10:55.12hasteI don't even know French
10:55.23hastebut I do have German and French client to test add ons on :3
10:55.30Solethats what I meant :P
10:55.50Thianahaste: Ok, where did you get them? And can you use your normal account with them?
10:56.41hasteThiana: account management, yes
10:56.43Shinjawith EPL
10:56.56hasteI play on EU tho', not sure if they are avaible for US
10:56.56ShinjaEuropean Language Pack
10:57.26ThianaThanks :) I'll check now.
10:57.27hasteonly one problem with it tho'
10:57.29packetlssThiana: checkout http://a.wirebrain.de/wow
10:57.31*** join/#wowace sbu (n=sb@dslb-084-056-167-235.pools.arcor-ip.net)
10:57.49Shinjayou must duplace addons
10:58.01hastethat's not really the major problem
10:58.03Shinjathe ELP will ceate a sub wow directory
10:58.13hastethat's the problem imo :p
10:58.18Shinja:D
10:58.29hastehaste@Midkemia /games/wow $ du -sh
10:58.29haste21G     .
10:58.31haste:<
10:58.32Thianapacketlss, Thanks :)
10:58.46Shinjano ELP.. 16G :s
10:58.57hasteI don't have the test client
10:59.00Shinjattoooo mant screenshoot :D
10:59.09hasteoh, and all my screenshots are in .png
10:59.35hastehaste@Midkemia /games/wow/Screenshots $ du -sh
10:59.35haste632M    .
10:59.54Solehmm
10:59.59haste487 screens in that folder
11:00.15Solebefore I uninstalled WoW I had over 1k screens
11:00.25hasteand 775 in the other screenshot folder
11:00.32Shinjahumm, need a program to ad "20" to name of screenshoot because 2005 and 2006 ss are interlaced
11:00.34Solefrom beta all throughout my whole wow time
11:00.40Solethen I uninstaleld and lsot em all :(
11:00.44Solenow I only have like 20 screens
11:00.47Shinja:(
11:00.51Shinjasad
11:00.51hasteI only have screen of L60 and beyond :(
11:01.02ThianaLooks like their support DB is down :/
11:01.11hasteThiana: It's been down for a while I believe
11:01.18Shinjai've a OOLLLDD screen of Azu down, I wasn't 60 ;)
11:01.26hastehttp://ftp.blizzard.com/pub/WoW/other/InterfaceAddOnKit_Win.zip << cached link from google
11:01.51Soleso its been 18 revisions since IVe uploaded HostelBar to the major addon sites
11:02.03Solethink it might be time I update those sites :P
11:03.33VipHalidanybody here using PerfectRaid. For some reason i cant click on units??
11:04.13Shinjabecause they're sad
11:04.23Shinja* vanish *
11:05.33Shinjabewarz, when you click on an unit, you can hurt them
11:08.41*** join/#wowace MoonWolf (n=MoonWolf@213.160.215.6)
11:08.41*** mode/#wowace [+o MoonWolf] by ChanServ
11:08.46MoonWolfin #wowi-lounge
11:09.55Mikmayooo
11:10.02MoonWolflo
11:13.47MoonWolfmikma, how is it going ?
11:14.05MikmaMoonWolf: skipped school today because of headache and slept for 14 hours
11:14.12MoonWolf:O
11:14.19MoonWolfwow, one bad headache indeed
11:14.23ShinjaMikma: i've just made a screenshoot for my BT2 problem
11:14.32MikmaMoonWolf: migraine :P
11:14.43Shinjafrench ?
11:15.06MoonWolfno, chronic headaches.
11:15.41Mikmalol
11:15.48MikmaBT2 = three stars in WoWi
11:16.14Healthpwnd
11:16.17Mikmayeah
11:16.23Mikmatoo bad i can't see curse's votes
11:16.29Health:(
11:16.39HealthI'll vote you for president!
11:16.43Mikmaoh well i just be a bigger lamer i normally am and vote myself +++
11:16.52Shinja>_<
11:17.25Mikmathere we go
11:17.34Mikmalol raised to 4 stars
11:17.51Mikmathat means that something like 2 people have voted for it
11:18.03Mikma5,1, and my 5
11:18.23*** join/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
11:18.39Mikmai must say that worldofwar and curse has nice comments on bt2
11:19.00Mikmaseeing good comments sometimes make mikma go happy
11:20.17Mikmaace-forums are just for people who whine alot
11:20.27HealthI love your bars Mikma!
11:20.40HealthFit my needs perfectly
11:21.33Mikmagood good :)
11:21.54Mikmato be honest, it has more options in it than i myself need, but doesn't matter heh
11:22.45Mikmai'm gonna stop supporting bt2 soon and just keep the support in this channel
11:22.54ShinjaI reallt dislike but I use it :p
11:23.16hasteI don't use it!
11:23.26hastethen again, I "almost" use default blizzard
11:23.30ShinjaIt was a poke to Mikma :)
11:24.12Mikmaok, then i stop the support on here too :)
11:24.23hastehaha :D
11:24.30Mikma*In yet another green announcement.... Thanks to ckknight, the Esc bug is gone!* YAY Xuerian|Coma!
11:25.17Healthaww
11:27.04ShinjaMikma: i'm pushing on imagesack 2 screen for BT2 bug
11:27.22nevcairielHow can i set the absolute position of a detached tablet?
11:27.33MikmaShinja: fix it if it bugs
11:27.43Shinja>_<
11:28.25Shinjait's about the strange behavior I told yesterday
11:28.27*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
11:28.27*** mode/#wowace [+o Cairenn] by ChanServ
11:31.08vhaarrckknight_: you around?
11:32.03SoleI think Im almost done with HostelBar
11:32.09Soleall I gotta do is fix the procs timers
11:32.11Soleadd a gui
11:32.14Soleand that seems like it
11:32.39Solecan anyone think of anything else I could do?
11:32.39Icerothi had some ideas but i'm too sick/tired to remember
11:32.45Sole<PROTECTED>
11:32.57Icerothcan't even remember if they were any good :)
11:33.07Solelol
11:33.17Solewell Im goin on vacation in a day
11:33.21Soleso thatl be good
11:33.42Soleim gonna get some time to work on some rl shit when Im on vacation
11:33.55Solethen 2 weeks after I get back is my deadline to get all that shit done
11:34.06Solethen after than Im a free man for...4 weeks until my finals
11:34.16Solekek fun ahead
11:34.17Icerothaaah! enable/disable individual timers/durations/etc
11:34.31Soleoih ya
11:34.33Solethat
11:34.42Soleyou want to be able to disable certain spells?
11:35.13Icerothcertain durations at least.. when i'm pvp'ing i don't really care how long my hots are going to tick but i'm most interested in how long my bash is going to hold
11:35.26Soleim thinking for my next addon..when I get HB and my rl shit done...an Ace2 color combo points - customizeable and textured and funky
11:35.29*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
11:35.44SoleIceroth: currently you gotta comment them out
11:35.48SoleIm thinking of doing this though
11:35.59SoleAdding a new file, thats never touched by new updates
11:36.11*** join/#wowace kovi (i=x@p5081EFC1.dip.t-dialin.net)
11:36.20Solethis will contain a table, called Exclusions or whatever
11:36.36Icerothno fancy gui and stuff?-(
11:36.40Solein the CheckInfo method Ill check if the spell is in that table..if it is then return
11:36.47Solefancy gui = lotsa time damn
11:36.57SoleI guess
11:37.03*** join/#wowace Royal (n=m@84.25.18.210)
11:37.18Soledoesnt make much dif if a table is loaded from a file or from SV does it?
11:37.23Soleits still gonna be the same size
11:37.41Icerothnot really and as you said, include only exclusions
11:37.47Icerothmost ppl want to show most of the stuff anyway
11:37.58jjungnickelI have a feeling this has been asked before: How do you stop HonorFu from counting Honor Gains/BG Scores twice?
11:40.19SoleIceroth: well I just wrote me a todo list :)
11:40.26Solegonna work on it
11:40.37Icerothand i don't think it has to be really fancy and stuff, just populate a list dynamically that contains the stuff from your spelldb tables
11:41.13Mikmahaste: hows your updater going? (the lua)
11:41.23Soleyeq
11:41.33Solesimple and clean is what Im goin for
11:41.38Soleive kinda strayed with that in my code
11:41.42Solebut I plan to clean it up
11:42.00hasteMikma: haven't done a thing since last I checked, the files script was disabled
11:42.06ShinjaMikma: http://www.wowace.com/forums/index.php/topic,1837.msg45078.html#msg45078
11:42.42*** join/#wowace Delemos (n=techjoe_@res24853.rh.rit.edu)
11:42.42ShinjaI hope it's easily unterstandable
11:42.43Mikmalet's get this straight
11:42.47Mikmayou put pictures to net just to whine in forums and didn't paste it here?
11:42.50Mikmakk :)
11:43.02Shinjaargh
11:43.28Shinjai could do there but i was afraif to have inverse answer :s
11:43.28MikmaShinja: http://www.wowace.com/forums/index.php/topic,1837.msg45081.html#msg45081
11:44.19Wobin:%g:L\[.*\],: copy $ | s:[^\[]::g | s:\],:] = true,:g
11:44.36Wobinof course, that could probably be condensed down
11:44.42ShinjaI put on forum, also ti see if I'm the lone guy with it problem
11:45.34MikmaWobin: ckknight is going to kill you really because you use al 2.1 ;)
11:45.36ShinjaMikma: i have this behavior on 2 pc, i've imported Adons + WTF
11:45.49WobinAren't we supposed to?
11:46.01Shinjaperhaps a conjuction of addon
11:46.39MikmaWobin: dunno, he was against it at some point
11:46.40CIA-1103sole * r11635 10HostelBar/ (HostelBar.lua HostelBar.toc libs/): HostelBar: * removed SpellStatus, SpellCache, Deformat and Gratuity libs as I have incorporated the SpellStatus parsing into ParserLib
11:46.57Wobin?
11:46.59Wobinwhyever?
11:47.24*** join/#wowace Firedancer (n=chatzill@cpe-24-92-238-154.twcny.res.rr.com)
11:47.29Solehe hates al 2.1 :)
11:47.29JoshBorkethe changes broke other locale
11:47.32Mikmai think it was released without "his permission"
11:47.38Wobinoh
11:47.44Wobinis there any difference in syntax?
11:47.46Sole"al 2.1 was written to spite me" - ckknight
11:47.55Wobinhehe
11:47.59WobinI'm just going off the wiki
11:48.01vhaarrwhat uses AL2.1?
11:48.12MikmaFuBar_HeyFu *whistles*
11:48.16Solei dont think its a matter of "his permission" I think its just because he thinks its stupid
11:48.26WobinWell. I guess, -technically- it does
11:48.28vhaarrI agree with him.
11:48.29Soleas the performance changes have been put into al 2.0 as well
11:48.37WobinIn that it has a one line assignation to a local
11:48.58SoleI dont see a reason to potentially break something that works because of a new api
11:49.15Solewhen upgrading I mean
11:50.01vhaarrthere are several reasons to use 2.0; it reports proper errors when something fails, that include the name of the AL object, and the language definitions can include tables
11:53.26CIA-1103fenlis * r11636 10Clique/ (6 files):
11:53.26CIA-11Clique :
11:53.26CIA-11<PROTECTED>
11:53.27CIA-11<PROTECTED>
11:53.39MikmakoKRean!
11:53.52CIA-1103fenlis * r11637 10Clique/Plugins/Clique_HealSelect.lua:
11:53.52CIA-11Clique :
11:53.52CIA-11<PROTECTED>
11:54.11Soledamn
11:54.16Solethis fenlis guy is a hero
11:54.20Solea korean hero!
11:54.39Solehes localized so much stuff recently
11:55.19Wobinhehe
11:56.19CIA-1103fenlis * r11638 10Clique/ (Localization.de.lua Localization.fr.lua Localization.zh.lua):
11:56.19CIA-11Clique :
11:56.19CIA-11<PROTECTED>
12:00.25Solegnite
12:08.22*** join/#wowace Andalia (n=xx@p54ADB158.dip0.t-ipconnect.de)
12:12.15*** join/#wowace quoin (n=quoin@202-136-99-219.ip.adnap.net.au)
12:13.27CIA-1103fenlis * r11639 10FuBar_BagFu/BagFuLocale-koKR.lua: BagFuLocale-koKR.lua - Add Korean localization
12:13.39*** join/#wowace Galka_ (n=Galka@pool-72-88-131-121.nwrknj.east.verizon.net)
12:13.49Mikmafenlis don't have other things to do than making locals :)
12:14.09oxman:p
12:16.14*** join/#wowace SH|Shabador (n=shabador@ti400720a080-5027.bb.online.no)
12:16.28SH|Shabador!trunk Sprocket
12:16.31SVNBotYou can already find the latest revision of Sprocket at http://www.matts-hosting.com/addons/root/trunk/Sprocket/
12:20.04Wobinargh
12:20.13Wobinself:OnInitialise() =(
12:21.38DarkImakuniwhats wrong, Wobster?
12:21.50Mikmatypo
12:22.08Wobinnot a typo =P
12:22.14Mikmayeah, it is
12:22.25Mikmaself:OnInitialize() ?
12:23.01WobinNah
12:23.14oxman:)
12:23.17oxmanit is.
12:23.17Wobinstill not a typo. A typo implies that it was unintended =P
12:23.28WobinIt's you silly americans
12:23.31Wobinall your fault
12:23.40oxmani'm ok with that
12:24.00Wobinand bah
12:24.00oxman(i'm not american :p)
12:24.00ThianaRolling restarts again :/
12:24.00WobinThey have to do the rolling restarts just when I testing =(
12:24.00DarkImakuni(I'm not American neither :P)
12:24.04*** join/#wowace revv (n=Miranda@205.174.173.159)
12:24.06WobinThat's alright tnhen =)
12:24.10oxman:D
12:24.11MikmaWobin: you play on us or in eu
12:24.16Wobinon US
12:24.19Mikmaassclown
12:24.23oxmandont answer he wants kill you
12:24.23oxman:p
12:24.26WobinI shudder to think of my latency on EU
12:24.35Mikmapropably same than eu
12:24.39Mikmaeu=us
12:24.42Mikmalol kek bur
12:24.44DarkImakunion EU I average at 300ms
12:24.55DarkImakunihuge lag spikes
12:25.00Mikma98ms atm because all the lamers are at school
12:25.02ShinjaI have 100-150..
12:25.12DarkImakunitrue Mikma :)
12:25.13WobinLets just say
12:25.15Shinjasometimes 50ms
12:25.23WobinThis is our raiding group's forum icon: http://ocr.pgpl.net/templates/WoWMaevahEmpire/images/logo_phpBB.gif
12:25.28DarkImakuniI once had 0ms...
12:25.30[Insom]FarnsSo.. I just resisted a blink from a Necro Knight.
12:25.37[Insom]FarnsInteresting mechanics indeed.
12:25.44CIA-1103fenlis * r11640 10HostelBar/HostelBar-locale.lua:
12:25.44CIA-11HostelBar/HostelBar-locale.lua :
12:25.44CIA-11Re-encoded locals file as UTF-8 for korean
12:25.54DarkImakunilol Wobin :D
12:26.25Wobinunfortunately, it's all too typical of our latency =P
12:27.39WobinMeh, I have to start a rogue on another server to test now =P
12:29.32DarkImakunigod I hate my ISP... >.<
12:30.06DarkImakuniBastards won't give me my broadband :(
12:30.15XLVIIWobin, which realm do you play on?
12:30.16evlI love my ISP
12:30.24WobinArgent Dawn
12:30.32evlmoved into a new appartment complex, I pay 40€ for 100mbit up/down a month :D
12:31.16DarkImakuniI live in a small town next to Manningtree, the only place in the UK where Virgin can't distribute Broadband >:(
12:32.34DarkImakuniVirgin is teh sux0rz
12:33.49MikmaXuerian|Coma: http://www.wowace.com/forums/index.php/topic,2232.msg44427.html#msg44427
12:34.03Wobinblah
12:35.57*** join/#wowace JoshBorke (n=Josh@ohm.stl.gtri.gatech.edu)
12:36.09WobinI have no rogues on any server that's up =(
12:36.31DarkImakuni~comfort Wobin
12:36.45purlThere, there, Wobin.  It's OK.  I'm here for you.
12:36.50Thraeevl: Damn your European non-monopolistic broadband companies!
12:37.03evl>:)
12:37.17Wobinfeh, don't talk to me about broadband =P
12:37.37ThraeI live in America, where the Right To A Monopoly is like our 5th Amendant rights.
12:37.48Wobinoh well, I'm going to grab something to eat
12:37.54Thraes/Amendant/Amendment/
12:38.38DarkImakuniThrae: there's a monopoly in Hull. Kingston Chat won't allow any other ISP to offer services
12:38.38WobinIsn't the 5th the one you plead when you don't want to reveal something that could get you convicted or somethinjg?
12:39.14ThraeDarkImakuni: What's a "Hull"? Do you live in the Starshipe Enterprise, duct-taped to the hull?
12:39.32DarkImakunilol nah it's a city in north UK
12:39.38ThraeWobin: I'm talking about the -secret- 5th admendment.
12:40.11[Insom]FarnsLol.
12:40.19[Insom]FarnsI lived in Reading for a period of time.
12:40.20ThianaThrae: Shush, you know you arent supposed to talk about that!
12:40.29[Insom]Farns"Reading?? WTF did you do there, read books?"
12:40.55ThraeDarkImakuni: In Maryland, Verizon owns the phone lines around here, and they'll fight any other ISP's (other then their own subsidary's) attempt to use their lines.
12:41.13DarkImakuniThat's what KC do in Hull
12:41.19Thrae"I live 9000 feet from the CO." Verizon: "I know you do, but we put the lines down so that you live 30,000 feet away."
12:42.04DarkImakunimonopolies ftl, except the board game :P
12:42.16Shinja+1
12:44.04ThraeMonopoly isn't well-named -- fledgling monopolies don't fight other fledgling monopolies to become a national monopoly. Multiple companies form a "confusopoly" where they work together to keep prices high. Also known as a "trust", except it's more secretive.
12:44.54[Insom]Farnsconfusopolies are like
12:44.56[Insom]Farnsutilities?
12:45.14DarkImakuni~wiki confusopolies
12:45.17[Insom]FarnsWhere there's several choices for buying the same thing?
12:45.29DarkImakunibah
12:46.08ThraeWhen is the last time you saw an ad which actually told you -why- a product is better then their competitor's? Some german actor insulting Toyota's cars without giving any reason why is just silly. It doesn't give you any -real- reason to pick Volkswagon over Toyota!
12:46.28[Insom]FarnsI just read the Dilbert snip on it :p
12:46.30Thrae[Insom]Farns: Not here in Maryland, we have 1 Utility company for each utility.
12:46.49ThraeBah, "confusopoly" is older then Dilbert ;)
12:48.04[Insom]Farns:p
12:48.07DarkImakunievery electricity ad and car insurance ad I've seen claim they are better than competitors
12:48.28ThraeDarkImakuni: But they don't give you much in the matter of -why-.
12:48.32DarkImakunibut the only reason they give is that they are cheap
12:48.46DarkImakunioops sorry... "cheaper" :P
12:48.52ThraeHow are you suppose to judge when two companies BOTH claim they are cheaper then their competitors?
12:49.05DarkImakunigod knows
12:49.05krkaask for their price?
12:49.23ThraeAnd what if they give the exact same price, or around the same price?
12:49.41DarkImakuniprobably depends on what programe you choose
12:50.02DarkImakuniah they all suck in my opinion... I'm too young to care :P
12:50.09ThraeWhich is usually what happens, and then both of them hit you with huge fees later, making you pay about the same as the other companies which make you pay more upfront...
12:50.28*** join/#wowace nuOHEP (n=nuohep@h54.ciscom.ru)
12:50.37DarkImakunithats what my credit card company did to me
12:50.46Azurewrath<-- off to 'Oktoberfest' in Munich if anyone cares, see you Sunday ;)
12:51.00DarkImakunihehe have fun Azurewrath :)
12:51.13krkalol
12:51.16krkait's september now
12:51.36ThraeOnly 10 more days until "Oktober"!
12:51.47DarkImakunidear god where has 2006 gone? :S
12:51.59ThraeAnd he's taking the train to Germany, hence needing a week to get there
12:52.02DarkImakuniIt'll be Christmas before I know it :P
12:52.12Azurewrathit lasts into the beginning of October or sth... i don't really care, the Beer is great ;)
12:52.22DarkImakunilol
12:52.49Thrae<Azurewrath> Better get there quick, or else the beer will be all gone in Europe!
12:53.15Azurewrathhehe, don't think so.. last year only 6 Million Liters were consumed ;D
12:53.46DarkImakunilol
12:54.20*** join/#wowace Jarenthal (n=Bob@cpe-071-076-173-175.triad.res.rr.com)
12:54.25DarkImakuni<PROTECTED>
12:54.55krkahow many people there?
12:55.08Azurewrathabout 6 Million Visitor consumed about 6 Million litres of Beer, yes.. plus wine plus shots ;)
12:55.10nevcairielis there a really good way to sort a table based on a sub-key ? table.sort with a custom sort func simply wont sort.
12:55.21ThraeWhy, I consumed 6 million litres yesterday.
12:55.24krkawhat's a subkey?
12:55.30Azurewrathlol Thrae
12:55.38DarkImakunilol Thrae
12:56.44Azurewrathgotta go now, bye :)
12:56.46krkalol Thrae
12:56.56nevcairieli have a table = {key1 = {name, bid, somethingelse}, key2={name,bid,somethingelse}} and i want it sorted by the "bid"
12:57.09krkais key1 integer?
12:57.13krka(and key2)
12:57.17nevcairielno string
12:57.26krkacan only sort tables with integer keys
12:57.27DarkImakunibye AW :)
12:57.30nevcairielah
12:57.32nevcairielfigures.
12:57.57Thraenevcairiel: sort optionally takes in a function to compare keys or values
12:58.06nevcairielyea, ive done that
12:58.07nevcairielwont work
12:58.22nevcairieltable.sort(self.auction.Bids, function(a,b) return a.Bid > b.Bid end)
12:58.25nevcairieldoesnt work
12:58.26nevcairiel:(
12:58.51krkat2 = {} for k, v in pairs(t1) do table.insert(t2, {k, v}) end table.sort(t2, function(a,b) return a[2].bid < b[2].bid end)
12:58.54krkakinda
12:59.00krka(except optimized)
12:59.11Thraenevcairiel: However, you can't sort a hash table because it's a hash table. All tables are technically integer arrays.
12:59.21oxmanhum you don't have key Bid in your array nevcairiel
12:59.32oxmanput ["Bid"] = bid
12:59.41nevcairielmy first line was simplified
12:59.43Thraenevcairiel: You can keep a seperate sorted table
12:59.44nevcairielthe table is there
12:59.45oxmanok
13:00.42nevcairieli am working around the hash table now, will take some more code but will work
13:00.56DarkImakunihey I just noticed that Cairenn is listed twice in the user list... :|
13:01.17SH|ShabadorHm... Anyone tried out OzRaid? http://ui.worldofwar.net/ui.php?id=3207
13:02.10oxmanits not ace2 addon
13:02.13oxmanso i don't try it
13:02.14oxman:p
13:03.07SH|ShabadorAren't we singleminded. :) I know it's not Ace2, but wondered if someone knew about it's performance, memory usage, how accurate it is with updates.
13:03.42krkanot all addons could even use anything from Ace2
13:04.41ThraeHeathen!
13:04.53krkayes
13:06.03oxman:p
13:06.44nevcairielweee, it works
13:07.48krkahow'd you solvei t?
13:07.51ThraeHmmm, from everyone's IP addresses, I have found out one of you lives 3 blocks from my house. Expect a "present" on your "doorstep" in the "near future".
13:08.10DarkImakunilol Thrae
13:08.20krkacool stuff
13:08.34JoshBorkeoooo goodie!
13:08.55ThraeI'm lookin' at YOU, SVNBot!
13:09.11DarkImakunican't be me then... Thrae lives in USA, DarkImakuni lives in UK :P
13:09.23SVNBotOh no!
13:09.52Wobinrofl
13:09.57DarkImakunirofl
13:10.48*** join/#wowace Jens (n=jens@unaffiliated/jens)
13:11.51nevcairiellol
13:12.01ThraeMwhaha, I just put a virtual bag of virtual doggy-doo on top of SVNBot's virtual doorstep. It got so flustered, it started speaking in its native tounge!
13:12.19ThraeIt said something like "10101010111000010110011010101011010100101 0110100101 10010101010101010010101010 10101010101010010101"
13:12.29DarkImakunilol
13:12.43SVNBotHe's mean :(
13:12.52DarkImakuni~comfort SVNBot
13:13.00purlThere, there, SVNBot.  It's OK.  I'm here for you.
13:13.22ThraeFoolish SVNBot! Machines can't show emotion! How dare you try to emulate our feelings with your emoticons!
13:14.04SVNBot;_;
13:14.37DarkImakunilol
13:16.07oxmanwhats the difference between dewdrop and tablet ?
13:16.24Thraeoxman: Dewdrop gives a menu to work with, Tablet gives a frame to work with.
13:16.45oxmanand what's for ?
13:17.14ThraeTablet's frame can be used for most anything, Dewdrop's frames can only really be used for settings menus.
13:17.44oxmanhum ok thanks
13:17.47ThraeThey are designed to work together -- Tablet as the addon's frame of information, and Dewdrop for the addon's GUI settings.
13:17.52oxmanwhy bigwigs use tablet ?
13:18.13ThraeBecause BigWigs needs to show information, and showing information can be handled by Tablet.
13:18.20oxmanlike what ?
13:18.38ThraeYou'd have to ask the authors of BigWigs why they chose to use Tablet.
13:18.43oxman:D
13:18.58[Ammo]I know! I know!
13:19.01[Ammo]Pick me! Pick me!
13:19.07oxmanbecause i try to find a good example to register/open dewdrop menu, i've very strange bug with my method :D
13:19.17[Ammo]the versioncheck uses a tablet!
13:19.20[Ammo]to show the versions!
13:19.31oxmanyou can do that also in dewdrop ;/
13:19.57[Ammo]you do it in a dewdrop we'll do it in a tablet ok?
13:19.58DarkImakunialso FuBarPlugin-2.0 requires both Dewdrop and Tablet
13:20.03[Ammo]yeah
13:20.21oxmanits stupid :p
13:20.30[Ammo]no it's not, you're just misguided
13:20.42oxman:)
13:22.05DarkImakunicall me stupid if you like, but how did the Ace Team manage to make 'AceLibrary' both a function and a metatable?
13:22.27krkasounds like it's a table
13:22.40krkatables can be both metatables and act as functions
13:23.09DarkImakuniso I suppose AceLibrary() is really AceLibrary.__index() or something?
13:23.12ThraeHence the 'meta' part, like 'metaphysical', and 'meta-l'.
13:24.12oxmanknows nothing
13:24.13oxman:p
13:24.48DarkImakuniI know how AceOO.mixin works, but thats about it :P
13:25.19[Ammo]the fun part is, you don't need to know to use it :)
13:25.52oxmanI think dewdrop is buggy :D
13:26.11[Ammo]oxman: it's fine for us
13:26.16DarkImakunitrial and error then I take it :P
13:26.23[Ammo]must be the 'if french client then BARF end' option
13:26.29oxmanI do :
13:26.38oxmana.dewdrop:Register(UIParent, blablabla)
13:26.39oxmani test :
13:26.49CIA-1103wobin * r11641 10/branches/GonffBar/ (5 files in 2 dirs):
13:26.50CIA-11GonffBar - Successfully converted. Please test =P
13:26.50CIA-11- If anyone can help with localization, please do
13:26.53oxmanb.dewdrop:IsRegistered(UIParent) and it's true :|||
13:27.13Gngsktesting inc!
13:27.18ThraeThe Ace framework implements the reverse byzarian principle to Lua by exploiting metatable altruism and pussiant pointers. The theory is that you can increase performance by combining all available mezark buffers (the underlying Lua buffers) together in one single buffer (also known as a fuschian buffer) while simontaneously allowing full access to the gart classes. Of course, Lua doesn't have classes, so we need to utilize the geronigri
13:27.43[Ammo]:)
13:27.47DarkImakunio.O
13:27.52Gngskomg, got cut off!
13:27.52WobinThat's kinda impressive
13:28.15WobinNon parlez vous francais =P
13:28.20oxman:p
13:28.39Gngsk!branches GnoffBar
13:28.57WobinAnd if you were here, you could hear me say it in an absolutely horrific put upon aussie accent
13:29.06DarkImakuniI may be a website admin, but Thrae's wall of text is too technical to me
13:29.26WobinIt helps if you take out the purple prose
13:29.29DarkImakunis/to/for/
13:29.39DarkImakuni~botslap
13:29.42purlOUCH! That hurt, darkimakuni!
13:29.59Wobin!toc GonffBar
13:30.00DarkImakuniThen correct 'to', not 'too'! :P
13:30.28SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/GonffBar
13:32.19*** join/#wowace Delemos (i=techjoe_@129.21.39.46)
13:33.07XLVIIhttp://www.spikedhumor.com/articles/55177/Emo_Kids_Vs_Nerds.html?autoplay=true
13:34.03GngskWobin, if you switch it to 'stealthed' then switch it back to 'always' it doesn't show back up
13:34.10Wobinhum
13:34.23Gngskuntil after you stealth
13:34.46Wobinkk
13:35.19CIA-1103ammo * r11642 10BigWigs/Other/Test.lua:
13:35.20CIA-11BigWigs:
13:35.20CIA-11* Testing messages are now truly local only
13:35.53CIA-1103wobin * r11643 10/branches/GonffBar/GonffBar.lua: GonffBar - Make it recheck the visibliity after changing
13:36.09oxmanwhat's gonffbar ? :p
13:36.30Gngskcan you not unlock/move the bar?
13:36.35*** join/#wowace knodi (n=knodi@69-208-60-199.ded.ameritech.net)
13:36.41Wobinhttp://www.wowace.com/index.php/GonffBar
13:36.42Shinjaenergie / tick bar for rogue / druids
13:36.49Wobinctrl drag
13:36.54Wobinor maybe alt drag
13:37.09ShinjaI no more use since I use IceHUD
13:37.15MikmaWobin: i have an addon idea for you
13:37.26Gngskk, cool
13:37.27WobinI still have to convert all my other addons =(
13:37.29MikmaWobin: make an addon that allows you to save chatpositions
13:37.31Shinjabut I was the best energy tick bar floating around
13:37.40Mikmathen you can just use profiles to import chats :D
13:37.50Wobinimport whats?
13:38.08RoyalMikma, Bartender2: if you don't want to disable that auto-enable stuff again, can't you sort the bag positions? So that they are right justified again, on the edge of the screen instead of shifted to the left
13:38.19Royalauto-enable blizz bars I mean
13:38.34MikmaRoyal: wtf are you talking about, really?
13:38.58Mikmawhen you enter the game with frest install the bags get moved to bottomright above the microbars
13:39.00RoyalWell.. if you enable Right Actionbar 1 or 2 or both.. the default blizz ones, at Interface Options, your opened bags shift to the left ..
13:39.16RoyalNot the bag buttons, I wasn't clear enough sorry. I mean the opened bags
13:39.28RoyalThey shift to the left cus the game thinks the right actionbars are shown
13:39.29MikmaRoyal: yes and?
13:39.34*** join/#wowace Beladona (n=sluster@24.129.136.26)
13:39.38RoyalThat sucks :P
13:39.42ThraeMikma: The game already saves the positions and settings of your ChatFrames per character?
13:40.00MikmaThrae: yes but you can't import the layout to another characters which would rock my cock off
13:40.11ThraeMikma: You could use Visor ;)
13:40.14MikmaRoyal: well sorry about it it's not fixable
13:40.28Mikmavisor is too advanced for me :D
13:40.35Gngskhrmm
13:40.53Beladonawithout saving locations yourself in your own table, and then allowing them to be loaded as "profiles"
13:41.10Beladonawhich I assume is one of the things Visor does?
13:41.45yacoob....great :/
13:41.53yacoobNECB is no more :/
13:42.01ShinjaRiP
13:42.07Wobin?
13:42.08yacoobwhat will I use? :/
13:42.10Shinja(and why it's no more ?)
13:42.11yacoob(for pvp)
13:42.13Health"Your search - byzarian principle - did not match any documents."
13:42.20Healthbullshit!
13:42.34yacoob"I STOPPED THE DEVELOPMENT OF THIS ADDON FOR PERSONAL REASONS. Was a great time with all of you..." says author
13:43.06RoyalAll right Mikma, np. And really no chance for just disabling default bars when Bartender has set them to Hidden? Instead of having Bartender take care of the bars
13:43.30MikmaRoyal: mod the lua and make it toggleable on and off :)
13:43.34Mikmathen commit it in
13:43.40WobinHey Thrae, can SVNBOT do tocs from the branches?
13:43.56Royalkk
13:44.15GngskWobin, I think your last change broke show stealthed
13:44.19Mikmaremember to put it in aceoptions aswell
13:44.47Industrialk so
13:44.59Industrialweekend \o/
13:45.12WobinGngsk: hm =\
13:45.19Gngsksec, reverting
13:45.39WobinIt shouldn't =\
13:45.56WobinAll I threw in was the 'do I show the bar or not' check after you change the show level
13:46.20Gngskyea, it's not working for me with 11641 either, but it did before weird
13:46.52yacoobwas acetimer fixed? :/
13:48.08ThraeWobin: No, not until I make some changes to the branch script to accept a directory path.
13:48.28Gngskhrmm
13:48.39Gngskweird, I have it set to combat now, but it's showing when I stealth
13:49.12Wobinguh
13:49.20evlWobin: weee, Ace2 Gonff <3<3<3
13:49.38ThraeObviously, you are entering combat and stealthing at the same time!
13:51.16Gngskthe aceconsole usage doesn't seem to show either for some reason
13:51.36Gngskunless I'm interpreting what it should show incorrectly
13:51.54yacoobguys, do you know any other addon that shows bars for debuffs I apply?
13:52.00yacoob(hostel has everything BUT that :)
13:52.12Thraeyacoob: AceTimer
13:52.36WobinIt's kinda confusing for the aceconsole
13:53.02*** join/#wowace Delemoose (i=techjoe_@129.21.39.46)
13:53.03*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
13:53.11Gngskyea, "- show: [Stealthed] Show while..."
13:53.26Gngskfigure there'd be a list of available options for show
13:53.50Mikmahmm
13:53.56Mikmai'm having an interesting idea
13:53.57Gngskdoing /gb show Combat doesn't do anything
13:54.08Gngskahh
13:54.11Gngskit's /gb show show
13:54.13Gngskthat's kinda odd
13:54.25Mikmamaybe i should make a checkout that checks the amount of your shapeshift buttons and then resizes the bar
13:54.43Mikmasame to ActionBars
13:54.44Mikma(meaning the green area)
13:55.13yacoobThrae: it's borked :/ that is, it shows wrong values, ie. silence for kick without talent and so on.
13:55.21Mikmashapeshift check is easy but i dunno about the rest
13:55.35Gngsktoggling the border doesn't work until after a reload
13:55.48Gngsktoggling it off anyway
13:55.50*** join/#wowace JoshBorke (n=Josh@ohm.stl.gtri.gatech.edu)
13:55.50Gngsktoggling it on works
13:55.55hasteevl: Download an anime called: Sci-Fi Harry, there's nothing like japanese people pronouncing Harry
13:56.25RoyalDoes hostelbar also track durations, like your own stuns (as Stunwatch)
13:56.40yacoobRoyal: it doesn't.
13:56.48Royalall right
13:56.55oxmanhb is bad :p
13:57.08oxmanDo you what's bad girl want ? :p
13:57.09RoyalWhat's good then? :)
13:58.10oxmanmy computer was frozen during 10 mn :|
13:59.04oxmanbecause i've try top open the directory squishy :|
13:59.19oxmantop/to
13:59.28RoyalAny other mod that tracks stuns then, for example, other then AceTimer?
14:00.01WobinI need another word other than 'while'
14:00.02oxmanTTSpellTimer
14:00.20Wobin/gb show 'while' <stealthed|combat|always>
14:00.27WobinBut I can't use while
14:00.30krkawhy not?
14:00.30oxmanwhen
14:00.31jjungnickeldang, i cant remember the name of that small addon that gives you that large notepad-kindof for notes and maacroes.
14:00.34Wobinta
14:00.37Wobinreserved keyword
14:00.39hastejjungnickel: tinypad
14:00.47krkaerr... not reserved in plain strings :P
14:00.50Gngskduring?
14:01.05Gngskshow during always!
14:01.12krkaif it's for a local variable, just use _while or something
14:01.52Wobinah
14:01.58Wobin["while"] fixed me up
14:02.01jjungnickelhaste <3
14:02.37oxmanand it's a new story love jjungnickel + haste
14:02.37oxman:p
14:02.45Healthkrka is a penis
14:02.54krkadrunk at work again?
14:03.06*** join/#wowace maia (n=maia@chello084112137081.14.11.vie.surfer.at)
14:03.16CIA-1103maia * r11645 10Detox/locals_deDE.lua: Detox: added german rank local
14:03.17krka(and when i say drunk, i mean having had too many cokes)
14:03.55CIA-1103maia * r11646 10Detox/Detox.lua: Detox: reworked spellcasting
14:04.26oxmanHow i can do a loop in lua to see all spells/icons textures ?
14:04.38oxmanI want to choose my icons for minimap
14:04.38oxman:p
14:04.52Wobinlook in FrameXML download
14:05.04oxmanits boring like that
14:05.06oxmanno way in game ?
14:05.18*** join/#wowace sergio (i=sp@unaffiliated/sergio)
14:05.29sergio!trunk gmail
14:06.01oxman!trunk from dbz
14:06.04Wobinno
14:06.09WobinAnd it's trunks =P
14:06.14Royallol
14:06.27oxmanstupid CIA-11 FIX THE NAME OF TRUNKS !!!!!!!!!!
14:06.28oxman:p
14:06.47yacoobso, nothing apart acetimer to track debuffs?
14:07.34oxmanTTSpellTimer
14:07.37oxman(twice)
14:10.00[Ammo]oxman: browse the stuff in thottbot
14:10.06[Ammo]find an icon
14:10.08[Ammo]rightclick it
14:10.10[Ammo]get properties
14:10.12[Ammo]copy paste path
14:10.17[Ammo]fix it a bit with regards to \\ etc
14:10.18[Ammo]and you're done
14:10.35DarkImakuniI don't think that will work :P
14:10.44oxmanok its fine like that
14:10.46oxmanthanks :)
14:11.15yacooboxman: yeah, tried that some time ago, no bars.
14:11.17CIA-1103wobin * r11647 10/branches/GonffBar/GonffBar.lua:
14:11.17CIA-11GonffBar - setting to the right show levels (stealthed, always, combat)
14:11.17CIA-11Shows and hides border properly
14:11.17CIA-11Changed dragging to ctrl-drag to match ctrl-rightclick for menu
14:11.29oxmanask or implement it yacoob ;)
14:11.30[Ammo]DarkImakuni: it works perfectly
14:11.38[Ammo]DarkImakuni: I use it all the time for boss abilities in bigwigs
14:12.21oxman?
14:12.32oxmanin bigwigs i don't see icon execpt for the minimap
14:12.36DarkImakuniI assume you  only copy the Interface/Icons/<filename> part
14:12.37yacooboxman: *megasigh* :)
14:12.51sergiohey someone make an autobar mod that doesn't suck with ace2. love you long time
14:12.55sergio<3
14:13.13Healthautobar?
14:13.16oxmanwhats the variable to know if an addon is enabled or not ?
14:13.22oxmansomething like ADDON.isDisabled
14:14.00hasteq
14:14.10hastenot watching movies in mplayer or anything!
14:14.16Mikmahmm this is not so easy than i thought
14:14.21maiavhaarr: pink
14:14.25[Ammo]sergio: try Consumer, it doesn't have an autobar exactly, but it's better
14:14.25maiaerr, ping.
14:14.25Mikmai'm getting different values for some reason
14:14.36[Ammo]vhaarr will be back late tonight maia
14:14.50maiaah, okay.
14:14.53Mikmabutton height = 30 and bar height = 38
14:14.53Gngskhmm, the ticks seem to be off at times
14:15.15Wobincan you tell how?
14:15.19[Ammo]DarkImakuni: ofcourse I only copy paste that part :)
14:15.32[Ammo]And BigWigs has plenty of icons oxman, every boss ability has an icon
14:16.06DarkImakuni[Ammo]: Good, I thought for a moment there WoW could pull images from websites...
14:16.29sergio[Ammo]: where did you find it?
14:16.48[Ammo]sergio: I just read something aboutit on the wowace forums ofcouse
14:17.00*** join/#wowace MvA|Slayman (i=Slayman@c140039.adsl.hansenet.de)
14:17.21DrDreyacoob: on the NECB Page it said somewhere he quit wow is why its not being developed anymore.
14:17.26*** join/#wowace JoshBorke (n=Josh@ohm.stl.gtri.gatech.edu)
14:17.36sergio[Ammo]: found the thread thanks
14:17.55[Ammo]you could even combine consumer with sprocket for ultra sexyness
14:18.27GngskWobin, do you have a rogue with distract to try and reproduce a bug real quick?
14:18.40Wobinsyre
14:19.32krkakväve
14:19.36Gngsksec, lemme update to the latest real quick
14:20.25maiaany Detox users here?
14:20.37ShinjaNECB is dead ?
14:21.05DrDreyes
14:21.17sergiohmm, seems like a different design approach
14:21.42Gngskmaia, I use detox
14:22.06oxmanwhats the variable to know if an addon is enabled or not ?
14:22.07oxmansomething like ADDON.isDisabled
14:22.12maiaGngsk: which class do you play?
14:22.14Gngskjust had a paladin in my complain about detox not cleansing when he had a mob targeted, I noticed your last commit and told him to update
14:22.22GngskI have a priest and a mage I use it on
14:22.25*** join/#wowace evl (n=fuckoff@c85-196-101-98.static.sdsl.no)
14:22.57maiayeah, I'd need to know if cleaning targets works, also if purge and devour magic work. plus I need some feedback on an idea
14:23.11GngskI have a pally mule I could test purify with probably
14:23.27maiathe idea is to use Detox to check all raid targets for enemies in range that have a buff we'd like to dispell.
14:23.40maiainstead of only checking the target
14:23.54maiathen you don't have to target a boss that buffs himself to clean
14:24.27maianow the question: is cleaning debuffs on friends more important, or dispelling buffs on enemies?
14:24.31Gngskhmm, so you'd need a database of mobs and buffs
14:24.35Mikmacan anyone tell me why do i get different values of GetHeight eventho the 2 things are matching the height in screen?
14:24.38Gngskor would you require detect magic on the mob?
14:25.30maiaGngsk: good question.
14:25.40maiahow does it work now?
14:26.07maiaaka do you need detect magic on someone to be able to dispell something?
14:26.08Gngskwell, you can't see a mob or hostile players buffs unless they have detect magic on them
14:26.25Gngskno, you can dispell them without detect, but you can't actually see if they posess that buff without it
14:26.33JoshBorkeMikma: scale
14:26.37MikmaJoshBorke: same
14:26.39maiabut I have no problems dispelling a shield of an enemy in pvp without him having detect magic.
14:26.41Mikma1 on both
14:27.02JoshBorkeMikma: same parent?
14:27.02maiahmm
14:27.02MikmaJoshBorke: hmmm good one actually, no
14:27.07[Ammo]maia: allow custom prioritization of it
14:27.07Gngskmaia, right but for automation how would you know, just spam it and check for 'Nothing to dispel' ?
14:27.17maiayeah
14:27.25[Ammo]maia: so if I want to dispell the boss first, I can set it to do that
14:27.27JoshBorkeMikma: GetScale and GetEffectiveScale should return the same thing if they are the same height on screen
14:27.29steinoAceLocale: No Translation for "Offline" (PerfectRaid)
14:27.30steinoyaaay
14:27.31[Ammo]I say cleaning party > purging boss
14:27.32steino:<
14:27.39JoshBorkeI say make it an option
14:28.10MikmaJoshBorke: they do actually return the same
14:28.26maiaso its "cleaning debuffs on friends" > "dispelling buffs on enemies"
14:28.33Gngskwobin, show keepticking, show stealthed. distract a mob not in stealth, then stealth. ticks don't match with the bar :\
14:28.47JoshBorkeMikma: and yet they are different heights?
14:29.00DrDreooo finally figured out why BagNon wasnt skinned to oSkin lol
14:29.00MikmaJoshBorke: yeah :P
14:29.08JoshBorkeMikma: it's got something to do with the scale of the parent frame i'd say
14:29.10MikmaJoshBorke: you don't happen to use Bartender don't you?
14:29.31maiaokay, I'll see if I can add that code this weekend. I'm tired of targetting bosses before dispelling, to then have to switch back to the tank I had targetted.
14:29.48Gngskhmm, I guess keep ticking is just busted?
14:29.54JoshBorkeMikma: negatory
14:30.33MikmaJoshBorke: ok then i'll explain it quickly. Shapeshiftbutton1 GetHeight results 30. Bar6 (the bar which contains the buttons) results 38
14:30.36Wobingngsk oh
14:30.42Wobinwell. that's the point of keepticking
14:30.48Wobinit keeps ticking =P
14:31.02Gngskyea, but it's not synced
14:31.05Gngskso the ticks are misleading
14:31.14Gngskall I use energy tickers for is cheapshot
14:31.19maialater everyone. please tell vhaarr to check the detox thread... :)
14:31.32Gngskwhich, I have full energy for, so it's kinda pointless if those ticks aren't synced
14:32.05WobinY'know, I think I'll just remove keepticking. all it ends up being is a 2sec timer that isn't synched in any way
14:32.30MikmaJoshBorke: and yes they are sized the same on screen
14:32.56Gngskwithout it always ticking it feels like I'm lagging from the server
14:33.09Wobinbut that's the thing. it does always tick
14:33.19Wobinwithout keepticking though, it resynchs on the event
14:33.58Gngskahh, so that pause between ticks is resync?
14:34.06Wobinif you use distract, it'll resynch the 2 sec timer to be closer to the event
14:34.09Wobinaye
14:34.20WobinIt lags after a while due to latency
14:34.33Gngsk12ms latency?
14:34.33Wobinso you need to get an energy event to resync with the server
14:34.47WobinIt's never entirely accurate anyway
14:34.59Gngskkk
14:35.00WobinI've run it on cycle, and read the timing. it's never precisely 2 seconds
14:35.16Gngskwell, yea it seems a lot better with keep ticking disabled
14:35.21Gngskjust not what I'm used to 'energywatch'
14:35.31Wobinheh, technically mine is more accurate =)
14:35.48Gngskyea, the resync pause just throws me off, but I'm sure I'll get used to it
14:36.20WobinAll that pause is doing (or really reset) is on the energy event (when you regain energy) it'll restart the 2 second timer
14:36.23MikmaJoshBorke: all the 3 things return the same scale-value :P shapeshiftbutton1, bar6, uiparent
14:36.44Gngskyea, if I do a perfect cheapshot, and sinister strike rundown, the bar doesn't move
14:36.57Gngskcuz it just keeps reseting
14:38.09Wobinhehe, you have perfect timing =)
14:38.27Gngskwell, that's the whole point of the ticker though :p
14:39.00WobinI usually have it 'emptying'
14:39.11Wobinso it's obvious when it ticks
14:39.11Gngskyea, I have it filling
14:39.16GngskI'll try it emptying
14:40.20Gngskoh weird
14:40.39Gngskbar level options attempt to index global 'self' a nil value
14:41.05Gngskfrom the dewdrop
14:41.12Wobinafter clicking what?
14:41.15Gngsker, deuce commander
14:41.40Gngskguess I should be using the ctrl-rightclick dewdrop?
14:42.01Gngsknope, happens there too
14:42.14CIA-1103wobin * r11648 10/branches/GonffBar/GonffBar.lua: GonffBar - Fixed a self reference in the dewdrop
14:42.48Gngskfill and empty toggle isn't working atm either, which is odd because it did before
14:43.14Wobinwow
14:43.15Wobinthat is weird
14:43.20*** join/#wowace Greywind (n=chatzill@74.131.107.214)
14:43.52nevcairielHm
14:43.55nevcairielI always get
14:43.56nevcairiel[2006/09/21 16:43:22-1018]: FuBarPlugin-2.0\FuBarPlugin-2.0.lua:521: Tablet-2.0: Detached tooltip has no owner.
14:44.02nevcairielwhen toggling detach tooltip.
14:44.04nevcairielwhy is that?
14:44.39Greywind!trunk Shifter2
14:44.42SVNBotYou can already find the latest revision of Shifter2 at http://www.matts-hosting.com/addons/root/trunk/Shifter2/
14:44.54Industrialshifter2 is?
14:45.07grzesieq_is it possible to make a macro that would mount me, but chose the AQ mount if i'm there?
14:45.15GreywindAce2-ed version of Swiftshift
14:45.33Greywindand actually a complete rewrite of Shifter 1 :P
14:45.40Gngskgrzesieq_, yes
14:45.59grzesieqnice
14:46.02Wobingrzesieq_: grab MountMe and hack it a bit
14:46.08Gngskif GetRealZoneText() == "Ahn'Qiraj" then UseInventoryItem(); else UseInventoryItem() end
14:46.36Gngskmissed a comma, but you get the idea
14:47.01Gngskuh, and it's UseContainerItem() :p
14:47.03CIA-1103wobin * r11649 10/branches/GonffBar/GonffBar.lua: GonffBar - Fixed the fill/empty option
14:48.23*** join/#wowace Delemos (i=techjoe_@129.21.39.46)
14:49.54DarkImakuniWhich anti-spyware program should I use? Ad-Aware or Spybot Search & Destroy?
14:50.00JoshBorkeboth
14:50.02Wobinboth
14:50.15DarkImakuniwhere do I get Spybot then? :P
14:50.20JoshBorkedownload.com
14:50.34DarkImakunikk thx
14:51.24DarkImakuniand which anti-virus should I use? Avast or AVG?
14:51.33*** join/#wowace Cartas (i=DEF@host86-133-63-237.range86-133.btcentralplus.com)
14:52.01DarkImakunior any other free anti-virus you can recommend?
14:52.10WobinAVG is good
14:52.37steinohmm
14:52.42steinofor some reason
14:52.53steinoAceLocale cant translate "lock"
14:52.57steino:o
14:53.13WobinHEXENMEISTER
14:53.14CIA-1103tazmanyak * r11650 10Detox/locals_frFR.lua: Detox - Update of Fr locals, bindings on todo list.
14:54.35*** join/#wowace bindi (i=indigo@d51A479A6.access.telenet.be)
14:55.38Mikmai'm losing my nerves with this freaking issue
14:56.30ShinjaMikma: which ?
14:56.39JoshBorkeMikma: parents same scale?
14:56.41*** join/#wowace Neronix (i=neronix@user-54409c7a.wfd75a.dsl.pol.co.uk)
14:56.45MikmaJoshBorke: yeap
14:56.56DarkImakuniWobin: ZoneAlarm for firewall?
14:57.12WobinI use Sunbelt Kerio
14:57.15MikmaSairen: there is a "bug" with circled icons
14:57.32WobinBug?
14:57.40WobinIs it the same one Gello was having?
14:58.29SairenMikma: ye?
14:58.37MikmaSairen: i love screenshots
14:58.43Sairenshow it ^^
14:59.10Mikmai already know what's the problem too
14:59.40Mikmaand how to fix it kekek
15:00.37MikmaSairen: http://wow.reaktio.net/bt2c.jpg
15:00.40GngskI'll be back later, going outside :o
15:02.56nevcairielI have some problem with FuBarPlugin and a detached tooltip, anyone know lots about that ? :p
15:04.16*** join/#wowace Delemoose (i=techjoe_@wls00013.rit.edu)
15:04.19DarkImakuninevcariel: do you have the latest versions? :)
15:04.34krkadamn it, stop being called Sairen, it reminds me of saien
15:04.43Mikmakrka: lol
15:04.51nevcairielDarkImakuni: sure
15:05.25Wobin!branches GonffBar
15:05.28SVNBotThe latest revision of GonffBar is now zipped up at http://www.matts-hosting.com/addons/root/branches/GonffBar/
15:05.41Saibetter that way, krka? ^^
15:05.51krkaworse!
15:05.53Saimh
15:06.07DarkImakuninev: I'm clueless then :P
15:06.15*** join/#wowace Xuerian (i=Sky@12-196-151-151.psknet.net)
15:06.16MikmaSairen: so what'cha think about the ss? :D
15:06.44Xuerian'morning
15:08.22SairenMikma: mh one sec, logging onto my warrior
15:08.27Mikmakekek
15:08.45Mikmait can be tested with anyone actually
15:08.58Sairena well, equipped items
15:09.04Mikmayeap
15:09.14Sairenyou already have the fix for it?
15:09.17MikmaSairen: you have Blizzard Interface Date extracted?
15:09.29Mikmano i don't have the fix but i know what makes it bug like that
15:09.59SairenMikma: no haven't extracted the blizz package
15:10.21SairenMikma: using wdn.wowi for the default blizz ui
15:10.22Mikmawell then i need to put the file online for you so you can see it for yourself
15:10.25MikmaSairen: ok then i'll use that one to show you
15:11.16MikmaSairen: http://wdn.wowinterface.com/code/11205595/FrameXML/ActionButton.lua
15:11.30Cheadsuhmm in praid.. is it possible to view the raid frame without being in a raid.. (some virtual thing) ?
15:11.30MikmaSairen: line 221 ->
15:11.43yacoobCheads: I haven't found a way :/
15:12.14SairenMikma: ok thx :)
15:12.53Cheads/script PerfectRaid:Simulate()
15:12.57Cheadsthat does something =)
15:13.56nevcairielIf i wanted to hook the text of all outgoing whisper, what would i have to hook with acehook ? :D
15:14.13Wobinwhy hook it?
15:14.34DarkImakuni:RegisterEvent("CHAT_MSG_WHISPER")?
15:14.47nevcairieli wrote a dkp bot, and i want to hide the outgoing answer whispers
15:14.51WobinCHAT_MSG_WHISPER_NOTIFY
15:15.07Wobinoh
15:15.09Wobinhm
15:15.13Wobinno idea offhand
15:15.21yacoobCheads: well, it barfs error at me :)
15:15.35DarkImakuniSendAddonMessage() :)
15:15.59Wobinnah but it's whispers
15:16.07Wobinfor people to get their dkp
15:16.14nevcairielah
15:16.23nevcairieli simply hook ChatFrame_OnEvent function :)
15:16.54*** join/#wowace [Ammo] (n=wouter@connected.dnd.utwente.nl)
15:17.10MikmaWobin: shift+leftmouse to clear the mouseover tooltip in heyfu?
15:17.21DarkImakuniif (event == "CHAT_MSG_WHISPER" and string.find(arg1, "my dkp is")) then stuff() else old_ChatFrame_OnEvent(event) end
15:17.28Wobinmouseover tooltip on the icon?
15:17.31Wobinclicking should do it
15:17.44MikmaWobin: didn't last night, only changed the icon and text of the plugin
15:17.50Mikmabut didn't clear the messages from the tooltip
15:20.07*** join/#wowace Silencer (n=Silencer@195.252.78.16)
15:20.48*** part/#wowace Silencer (n=Silencer@195.252.78.16)
15:20.51nevcairielstupid tablet.
15:20.57*** join/#wowace Delemos (i=techjoe_@wls00013.rit.edu)
15:21.24[Ammo]nevcairiel: or you could read up on how to actually use tablet :)
15:21.32nevcairielwell
15:21.57nevcairieli always get that funny error for no reason i can see
15:22.19evlWobin: i can't make gonff transparent even if i set all colors to 0 0 0 0?
15:22.31Mikmaso, making a smart-bars ain't so easy after all
15:22.38nevcairiel[Ammo]: when does it do that? [2006/09/21 17:22:04-1041]: FuBarPlugin-2.0\FuBarPlugin-2.0.lua:534: Tablet-2.0: Detached tooltip has no owner.
15:22.44Mikmai need to find a way of making all buttons to sized the same
15:22.50Mikmathen i can do it with ease kekek
15:23.04Mikmanevcairiel: you need to define owner
15:23.17nevcairielyou dont do that on fubarplugin tooltips iirc
15:23.39[Ammo]nevcairiel: no idea, but you're clearly doing something different than others
15:23.59nevcairielits working most of the time. but stops working in one case, for no reason
15:24.01[Ammo]nevcairiel: we haven't got that problem with the BW version query, nor any FuPlugin I know
15:24.03Wobinevl, mostly due to the backdrop I suspect
15:24.07Mikmatooltip.owner = nil ?
15:24.22[Ammo]nevcairiel: what's that one case? and what makes is special?
15:24.52MikmaWobin: oh noes :(
15:25.08nevcairielits supposed to add the loot in a mob to the tablet. if i attach it and loot, then try to detach, its broken. if i detach first, and loot, it works.
15:25.14MikmaWobin: you have spoiled it: button1 = "Yea", button2 = "Nay",
15:27.07nevcairielthere, again
15:27.10nevcairielthats so weird
15:27.41Cheadsuhm no way to view group numbers in the new praid?
15:27.52Mikmano
15:27.53Wobinnight
15:28.42CheadsMikma was that 'no' for me? =)
15:29.31MikmaCheads: yes
15:29.44Cheadsok thanks
15:29.54Cheadsit's looking really good though
15:30.14*** join/#wowace Silencer (n=Silencer@195.252.78.16)
15:30.41[Ammo]nevcairiel: but isn't a tablet supposed to be attached always first
15:30.54Silencersome1 have problems with HostileBar ?
15:30.58[Ammo]nevcairiel: I have to admit I'm not that familier with tablets though
15:31.05Silencerwith not showing your CD on stun / repentance
15:31.20*** join/#wowace FryGuy- (i=fryguy@c-24-23-19-160.hsd1.ca.comcast.net)
15:32.10nevcairiel[Ammo]: ive tried other addons, working fine there, sometimes i can attach it, detach it again, and when i try to attach again then, it breaks.
15:33.57nevcairielthen i hit my clear button on the attached tooltip, and detaching is broken again
15:36.23JensSVN :(
15:36.25nevcairielplus some other funny problem. when the tooltip is filled while being attached, and it detaches, the background is too small ..
15:36.28nevcairieland it breaks :(
15:39.17Mikmaso..
15:39.25Mikmapeople have problems with borders in oSkins topframe
15:39.34Mikmahow can i change the framelevel of the bordeR?
15:40.34XuerianPut it in a wrapper frame and SetFrameLevel? 0_o
15:40.56XuerianOr just SetFrameLevel...
15:41.02Mikmawell but how :D
15:41.29Xuerianframe:SetFrameLevel(#), frame level is essentially hierarchal order, children are higher level
15:41.30Mikmathat's my problem actually
15:42.52Mikmayeah ok that worked
15:42.59MikmaTopFrame:SetFrameLevel(0)
15:43.28XuerianWhat problems are they having with the borders anyway?
15:44.08Mikmapeople who don't wan't to adjust the minimaps height while using TopFrame in oSkin will get a border ontop of minimap
15:44.25XuerianYeah, setframelevel 0 should work :P
15:44.44Mikmayeah it did the job
15:45.54*** join/#wowace Amro (n=Amro@82.101.184.200)
15:45.55SairenMikma: http://sairen.wind-force.net/bt2c.jpg   how's that?
15:46.45MikmaSairen: splendid. but now people don't can't see the green border, but i don't mind :D
15:46.55MikmaSVN is down?
15:47.09*** join/#wowace Delemoose (i=techjoe_@wls00013.rit.edu)
15:49.28*** join/#wowace malreth (n=triti@cpe-72-179-20-11.austin.res.rr.com)
15:49.46ShinjaMikma: yep.. CVS FTW !
15:49.51Shinja* vanish *
15:50.02Sairenwhole wowace.com seems to be down
15:50.05Mikmatoo late, you already got a dot on
15:50.14ShinjaNNNOOOOO !
15:50.34Shinja* sprint *
15:50.51malreth<PROTECTED>
15:50.59malreth<PROTECTED>
15:50.59Shinja* preparation *
15:51.12malreth<PROTECTED>
15:51.31DarkImakunioi oi oi! no fighting in the lounge! if you kids wanna fight go outside! :P
15:51.41malrethbah
15:52.35Mikmathis is not lounge!
15:52.40Mikmathis is BATTLEGROUNDS!
15:53.14malrethwoo... irc client update... brb
15:53.34*** join/#wowace malreth (n=triti@cpe-72-179-20-11.austin.res.rr.com)
15:53.50malrethi love autoupdating programs
15:54.42DarkImakuniheh
15:54.50DarkImakuniwhat do you use?
15:55.13evlsvn down again :(
15:55.22ThianaGrr
15:55.24DarkImakunievl: all of wowace.com is down
15:55.27ThianaI was just going to commit :/
15:55.41DarkImakunibetter late than never :)
15:59.32NeronixHmm, know what I'm gonna go do?
15:59.41DarkImakuninope... what?
15:59.44NeronixConvert lazyScript's deathstimator into a NS2 module
15:59.46*** join/#wowace Braennan (n=Braennan@39stb12.codetel.net.do)
16:00.04DarkImakuniI have no idea what they are but they sound cool :)
16:00.35NeronixLazyScript's a base mod for the Lazy<Classname> addons
16:00.52NeronixWhich are essentially ubermacro tools
16:00.59NeronixNS2 = NanoStats2
16:01.13Mikmahttp://community.livejournal.com/wow_ladies/1275597.html
16:01.17*** join/#wowace Silencer (n=Silencer@195.252.78.16)
16:04.04`-FISKER_Q\i gotta pee
16:04.52*** join/#wowace andreasg (n=ag`@0x535bbfcb.bynxx18.adsl-dhcp.tele.dk)
16:04.58evlMy god
16:05.03evlClique - est BRILLIANT
16:05.13[Ammo]qft
16:05.47Xuerianqtf :P
16:06.07*** join/#wowace andreasg (n=ag`@0x535bbfcb.bynxx18.adsl-dhcp.tele.dk)
16:06.24*** join/#wowace Soulmagae (n=dripdrip@d54C1D644.access.telenet.be)
16:06.42malreth"You know how you summon Bahumut?"
16:06.50malreth"It's like that only it's a parrot"
16:07.14Shinjafor my information, what means "qtf" ?
16:07.17*** part/#wowace andreasg (n=ag`@0x535bbfcb.bynxx18.adsl-dhcp.tele.dk)
16:07.36*** join/#wowace andreasg (n=ag`@0x535bbfcb.bynxx18.adsl-dhcp.tele.dk)
16:07.50malrethQuite the F***
16:08.05malrethas in when you are intensely satisfied
16:08.23malrethalso... i made that up
16:10.28ThianaWhoever came up with the brilliant idea of having to Expand/Collapse skill 'headers' to get the skill names was a complete moron.
16:10.54yacoobhm
16:11.08yacoobfriendsfu and guildfu is quite memory hungry
16:11.14yacoobis there something lighter?
16:11.22`-FISKER_Q\uguildfu
16:11.29ThianaTry uFriends/uGuild
16:11.44yacooblast time I tried that, it screamed errors at me, but lemme have another go :)
16:11.55ThianaWhat errors?
16:12.16yacooblib incompability, ufortunatelly I don't remember which ones.
16:12.43ThianaHmm, well try again. They're running perfectly here with FuBar2.
16:12.50XuerianYacoob, do you still run fubar compat?
16:12.57yacoobI do.
16:13.28XuerianWant a modified version of the old guildfu? It's still light but has afk/motd on it. No clickable rows, if you're into those things. I find they lag me :P
16:13.54yacoobperhaps :>
16:14.16yacoob!trunk Fubar_uGuildFu
16:14.27ThianauGuild is basically the old guildfu, just updated to 2.0 and with optimizations like caching and click rows.
16:14.30*** join/#wowace grzesieq- (n=grzesieq@ask12.neoplus.adsl.tpnet.pl)
16:14.34yacoobhm. Where do I get that?
16:15.07XuerianThiana, it misses a few features though, like guild note, and doesn't read as nicely as the origional one
16:15.21XuerianAlbeit it does excellent at being a functional minimal one :P
16:15.36yacoobI only need names, levels and locations.
16:15.46XuerianThen get uGuild
16:16.12yacoobthat's the info one needs quick, for rest there's standard ui :)
16:16.18ThianaUmm, it does show notes Xuerian. You just have to select it in the menu. They're hidden by default
16:16.26Thiana(also likes nice and simple)
16:17.08yacoober... uGuild/Friend is not on wowi.
16:17.24*** join/#wowace andreasg (n=ag`@0x535bbfcb.bynxx18.adsl-dhcp.tele.dk)
16:17.36yacoobah, files is back :)
16:17.39XuerianAhh, Sorry, Thiana. That makes sense. I guess I didn't like it because of the way it was displayed :P
16:17.54ThianaNope. Never bothered uploading it to wowi, didnt seem worth it for such a little program.
16:18.02SH|Shabadorsvn down again it seems, though... :p
16:18.06ThianaXuerian: k :)
16:20.44ThianaBack later. Hopefully svn will be up by then.
16:21.01XuerianCya, have fun =)
16:21.36*** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl)
16:22.09yacoobThiana: ah, here are the errors :)
16:22.14yacoob[2006/09/21 18:20:51-240]: FuBar_uFriends\Core.lua:4: Cannot find a library instance of Babble-Class-2.0.
16:24.06*** join/#wowace ven (n=ven@dynadsl-080-228-73-076.ewetel.net)
16:25.28Thianayacoob: Looks like your externals are missing. Did you exclude externals when you checked it out?
16:26.19Thianayacoob: Oh, nm. I see the problem.
16:26.27yacoobThiana: I grabbed the zips from svn.wowace.com/files. And the libraries are in place.
16:26.33nevcairielwhy, oh why is svn gone again.
16:26.52Thianayacoob: I have the externals including the filename, so it's making directories like libs/BabbleClass/Babble-Class-2.0.lua/. Grr
16:27.04Thianayacoob: I'll fix the externals when svn is up again
16:27.24yacoobThiana: heh, trivial yet annoying :)
16:27.42ThianaYup, go-go cut+pasre errors
16:27.49Thianas/pasre/paste/
16:30.12yacoobalso... why there's Dewdrop in Tablet subdir? :D
16:30.24kergothsvn down again?
16:30.27yacoob...but it's ok, Tablet is in Dewdrop's :DD
16:30.32Xuerianseems so kergoth
16:31.41ThianaOk, externals are fixed for when svn comes back up. Back later.
16:32.02XuerianCya :)
16:32.10andreasgwhen you're in a battleground, is it possible to get a list of raid (non-bg) units0
16:32.11andreasg?
16:34.20nevcairieli dont think so andreasg
16:35.08*** join/#wowace Cartas (i=DEF@host86-133-63-237.range86-133.btcentralplus.com)
16:39.38*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
16:39.38*** mode/#wowace [+o Cairenn] by ChanServ
16:42.13*** join/#wowace KB1IBT_zzZZZzz (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
16:46.58*** join/#wowace amro (n=amro@82.101.184.200)
16:48.52*** join/#wowace snurre (n=snurre@AVelizy-153-1-22-97.w83-199.abo.wanadoo.fr)
16:48.55yacoobdoes garbagefu autosells grey stuff at vendor?
16:50.14`-FISKER_Q\thought it was a garbage collection addon :P
16:50.28yacoobnot really :D
16:50.53NeronixI dunno if it autosells
16:51.05NeronixBut it puts a button on the merchant frame to do it
16:51.09kergothit does add a sell garbage icon to the vendor.. dunno if it can do it automatically or not
16:51.11yacoobthat's enough :)
16:51.13kergothheh :)
16:51.21yacoob*removes autoprofit*
16:51.51kergoth:) i just did that too
16:52.08kergothany better spot for farming living essence than the tar guys in ungoro?
16:52.55oxmanno spot on eu/fr servers
16:53.00oxmanall spots are taken by bot
16:53.01oxman:D
16:53.08kergothhehe
16:53.09kergoth:(
16:53.10Shinjaauction hosue :s
16:53.29*** join/#wowace Gohei27 (n=Gohei27@242861hfc16.tampabay.res.rr.com)
16:53.38kergothguild enchanter finally got the recipe for lifestealing, my rogue is itching to get it
16:54.16Mikmakkk kek
16:58.48Temkergoth, if you're a mage do the tar guys and use fire spells
16:59.01Temotherwise, try the tree guys in felwood
16:59.15TemOR, farm something easier and sell it to buy living essence
16:59.19kergothhehe
16:59.59MikmaARGH
17:00.03Mikmathose fucking idiots
17:00.08Mikmahttp://www.wowace.com/forums/index.php/topic,1837.msg45167.html#msg45167
17:01.05*** join/#wowace Jarenthal (n=Bob@cpe-071-076-173-175.triad.res.rr.com)
17:01.24*** join/#wowace Cartas (i=DEF@host86-133-63-237.range86-133.btcentralplus.com)
17:01.29Mikmathis Criss Angel rocks
17:02.30*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
17:03.21XuerianMikma: they love you :P
17:03.34grzesieq!trunk AceWardrobe
17:04.31SH|ShabadorSVN down. Nothing to !trunk from.
17:11.59*** join/#wowace ChOcO-Bn (n=choco@choco.homelinux.org)
17:11.59*** join/#wowace NinjaChimp (n=chemp@host86-135-164-176.range86-135.btcentralplus.com)
17:20.26DrDre<kergoth> it does add a sell garbage icon to the vendor.. dunno if it can do it automatically or not
17:20.34DrDrewould be nice if it was in a different location :(
17:20.34*** join/#wowace amweiss (n=amweiss@resnet101-79.resnet.buffalo.edu)
17:20.53DrDreI cant click it because it conflicts with MobileFrames and has lower strata than the Mobile tooltip thing
17:21.31tumetomhttp://www.curse-gaming.com/en/wow/addons-5253-1-ozraid.html looks nice
17:22.00DrDrethat does
17:22.25DrDrehaving 2 raid frames tho (ct) would cause too much lag tho ;/
17:22.35DrDreand i want ct's functionality
17:22.40*** join/#wowace ToastTheif (i=ToastThe@24-177-162-9.dhcp.mrqt.mi.charter.com)
17:22.53sciophobiathat's where oRA comes in handy :-P
17:23.04*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
17:23.42DrDrewell i could get rid of ct, the only real thing i use it for is MT window which i can live w/o
17:23.50sciophobiaoRA has that
17:24.08DrDreya but my guild doesnt even know wtf oRA is to set the mt windows :P
17:24.12sciophobialinks into ctra too, so you get all the stuff the raid leader has
17:24.13DrDredoes it let you set your own choice?
17:24.26sciophobiasame as ctra
17:24.42sciophobiaif you hit the little option for use ctra commands
17:24.43DrDreguess ima check it out then
17:24.56DrDrebah wheres SVNBot!
17:24.59sciophobiaoRA2 was on the svn
17:25.25DrDreTabMixPlus needs to fix this bug in Firefox 2.0 beta ><
17:25.34Xuerianmatts-hosting.com/addons/root/trunk/
17:25.42DrDreenter doesnt open website lol, have to actually click the go button
17:25.43Xuerianbrowse there, there should be a decently recent release :P
17:25.50DrDreya i was being lazy tho to get a direct link to click on :p
17:26.04Xuerianhttp://matts-hosting.com/addons/root/trunk/oRA2
17:26.08DrDrety :p
17:26.11Xuerianbum.
17:26.12Xuerian:P
17:26.39DrDreits the internet, shortcuts is the solution to everything
17:27.01Mikmaok
17:27.11Mikmai might get smited ALOT in forums after this last post
17:27.14oxmanhow i can prevent unregisterevent when the addon is disabled ?
17:27.16Mikmabut now i really don't care a fuck anymore
17:27.17Mikmahttp://www.wowace.com/forums/index.php/topic,1837.msg45188.html#msg45188
17:28.14Mikmahahahahahaa
17:28.22Mikmai locked the thread ;)
17:28.27*** join/#wowace Azgrim (n=a@c-24-125-126-43.hsd1.va.comcast.net)
17:28.52oxmani need to always listen even "EP_ANNOUNCECAST_UPDATE" to propage the configuration of the addon
17:30.16Xuerianlol, Mikma
17:30.30*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
17:30.30*** mode/#wowace [+o Cairenn] by ChanServ
17:31.05DrDreok
17:31.06DrDreIt will also let you use oRA_MainTankFrames in a regular party (no raid channel required).
17:31.10DrDrethat sold me, bye bye ctra
17:31.26XuerianoRA wins :)
17:32.36DrDreoRA MainTank basically a diff version of MainTankUI/Frames ?
17:32.48MikmaXuerian: i may have over-reacted a bit ;)
17:32.58XuerianYea, but it's still funny, Mikma :P
17:33.07XuerianDrDre: Are you using oRA2 or 1?
17:33.50DrDre2
17:34.06DrDreis there an ora2 all in one pack so i dont have to keep clicking each one of these 1by 1? :P
17:34.25XuerianI didn't know oRA got split up
17:34.30XuerianUsed to be all-in-one :p
17:34.34XuerianWait...
17:34.35sciophobiaoRA2 is all in one
17:34.49sciophobiaor it was on svn when I got it atleast
17:35.01Xuerianhttp://www.matts-hosting.com/addons/root/trunk/oRA2/oRA2-11242.zip
17:35.21XuerianIt IS all in one, the subdirs aren't addons, they're inluded by default till oRA2 is ready to be split up
17:35.27DrDreodd
17:35.36DrDrethe one i jus dl'd off trunk only had ora2 folder
17:36.00*** join/#wowace eternally777 (n=justin@pool-71-254-118-241.hrbgpa.east.verizon.net)
17:36.21DrDreoRA2-11242.zip only had oRA2 folder
17:37.41DrDrewait hmm
17:37.50DrDrehttp://www.wowinterface.com/downloads/fileinfo.php?id=4778 is the only one i actually found on WoWI
17:37.55DrDreis that 1 or 2?
17:38.00XuerianIt's only supposed to have a ora folder. Nothing in it?
17:38.02DrDrei didnt see an ora2
17:38.11sciophobiathat's oRA not oRA2
17:38.17sciophobiaoRA2 was only on svn
17:38.22DrDreohh ok
17:38.28DrDreso these ones im getting is for ora1 ><
17:38.33sciophobialol yea
17:39.19CartasHm, with the latest SCT and SCTD, my DoT dmg shows up in red, despite me changing the setting in SCTD
17:39.20DrDregotcha, the files are in Leader folder :P
17:39.52sciophobiaso when does that svn server that Kaelten did the fund page for go into service?
17:40.28tumetomDrDre  --> http://raidorg.lagcity.de/Addons/
17:40.32sciophobiaI don't want to actually go and make some new useless addon just do I can use svn :-P
17:40.42Mikmalolo wth :D after my post in bt2 i have got +2 applauds already
17:41.28GngskI shall smite thee
17:41.28Xuerianheheh
17:41.43Gemskihttp://forums.wow-europe.com/thread.html?topicId=41994567&sid=1
17:41.53*** join/#wowace pkey^ (n=fake@71-8-66-19.dhcp.leds.al.charter.com)
17:43.34*** join/#wowace mstrchief (n=nanobot2@CPE000d88e21619-CM000f9f7aad0e.cpe.net.cable.rogers.com)
17:44.36Gngsksup chief
17:45.10DrDregeezus the bigwigs folder needs a cleanup lol
17:45.55mstrchiefhey
17:46.38ShyvaWhy DrDre?
17:48.13DrDretheres like 20 diff .zip's in the trunk folder
17:48.20DrDrehttp://matts-hosting.com/addons/root/trunk/BigWigs/
17:48.26DrDrei meant that folder not the actual addon
17:48.38XuerianVersion history XD
17:48.56ShyvaAh, okay :p I thought you want the addon =)
17:49.04Shyva*want = meant
17:51.29DrDrei wish farmerfu would let you track multiple items in the bar and do it by icon like FarmersFriend does so i could get rid of farmers friend :(
17:51.57Gngskmake it happen, go gogo
17:52.15DrDrei dont know enough lua >_>
17:52.24DrDrewell correction, i barely know any lua
17:53.05DrDrewhoever works on PoisonFu here? got error ;/
17:53.20DrDreError:  Usage: GetItemInfo(itemID|"itemlink")File: Interface\AddOns\FuBar_PoisonFu\Core.luaLine: 203Count: 2
17:53.37DrDrewhen i left clicked on the panel
17:55.01yacoobDrDre: frankly speaking, I ditched it in favour of weaponrebuff
17:55.11DrDreya i use that too
17:55.15oxmanhow i can do the copy of an object ? if i do a = MYADDON.blabla, a is a ref to MYADDON.blabla and i only want a copy
17:55.18DrDrebut i kinda like freeing room up on screen
17:55.59DrDreif you can left click to apply the last used poison like weapon rebuff then its all i need
17:56.28Neronixoxman: for k,v in pairs(from) do to[k] = v end
17:56.40GngskoApplication ftw
17:56.43oxmanits a ref too
17:56.50NeronixNono
17:56.54Neronixto = {}
17:56.57Neronixthen run tehe above
17:57.08oxmani've init a to {} before
17:57.10Neronixdon't do to = from
17:57.27oxmani can't have a more nice way ? :|||
17:57.44NeronixI doubt it :(
17:57.58DrDrehmm
17:57.59*** join/#wowace malreth (n=triti@cpe-72-179-20-11.austin.res.rr.com)
17:58.31DrDreeven newest version is erroring, must have a conflict with another addon ;/
17:59.42SarozSVN down?
18:00.05*** join/#wowace Thorias (n=thorias@x1-6-00-e0-f4-12-91-e7.k234.webspeed.dk)
18:00.07Sarozhttp://svn.wowace.com/root/trunk/
18:00.08Saroz:p
18:00.08*** join/#wowace [dewd27] (i=spike@210.213.126.158)
18:05.23*** join/#wowace NinjaChimp (n=chemp@host86-135-164-176.range86-135.btcentralplus.com)
18:05.33KrteKSaroz, I've some xml erros accessing the SVN via web :( ^^
18:08.08malrethhmm... Babble-Spell doesn't have localizations for Polymorph: Pig or Turtle...
18:09.24eternally777Is it possible to do columns in Tablet tooltips?
18:10.17Shyvayea
18:10.22eternally777found it, ty
18:15.59Azgrimis SVNbot working?
18:16.54Gngsksvn down, guild server first
18:18.33Azgrim:(
18:18.37Mikmaooh
18:18.43Mikmai have raised some angry spirits with my post
18:19.03steino:O
18:19.11steinodont you always?
18:19.25Mikmanope
18:19.30Gngskincreased font size hurts my feelings n:(
18:19.34steino:p
18:19.36Mikmausually they have been happy but tonight it's time for angry
18:21.59pastamancerI like how Dunce took your post as a personal attack
18:22.12GngskReminds me of a quote by the great Leo Mazzoni. "There's a time and a place for everything. The time is now, the place is now."
18:22.26Mikmapastamancer: yeah lol
18:22.30Mikmai smited him
18:25.07chrisaPlayed with Sprocket last night
18:25.20XuerianHave fun with it? :P
18:25.39chrisaInitially it didn't really excite me, but after toying with it the idea of using it more as a means of using mouse gestures was interesting
18:26.20MikmaXuerian: did you see the raid-icons post?
18:26.38XuerianMikma: Don't think so
18:26.52Mikmaumh wait
18:27.02*** join/#wowace Fayno (i=user@cpe-065-191-192-071.nc.res.rr.com)
18:27.05Mikmait wasn't for XLoot :P
18:27.11Xuerianlol
18:27.17Mikmadreyruugr: you!
18:27.21Mikmait was meant for him lol
18:27.27Xuerianhehe
18:27.30malrethyour hate is strong
18:27.34malrethit will make you powerful
18:27.36Xuerianhaha
18:27.45[dewd27]anyone here using hostelbar 11635 and 11640 having problems? bars dont show on mine. 11628 works fine tho.
18:27.54Mikmamalreth: yes master
18:28.26Mikmadreyruugr: http://www.wowace.com/forums/index.php/topic,2232.msg44427.html#msg44427
18:28.27Mikmadreyruugr: put that in, right now :)
18:29.40XuerianOhhh, that would be nice
18:30.08chrisaI tried Hostel last night, it killed my options menu D:
18:30.43*** join/#wowace ckknight (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
18:30.44*** mode/#wowace [+o ckknight] by ChanServ
18:30.55ckknighthey all
18:31.02*** join/#wowace amro (n=amro@82.101.184.200)
18:31.04XuerianHeya ckknight
18:31.24ShyvaYow
18:31.31*** join/#wowace Elkano (n=elkano@ip-213-135-2-167.handshake.de)
18:31.45*** join/#wowace FtH|eagle (i=eagle@HSI-KBW-085-216-057-137.hsi.kabelbw.de)
18:36.32malrethBabble-Spell has no localizations for Polymorph: Pig or Turtle
18:36.37*** join/#wowace Delemos (n=techjoe_@cpkrouter.rh.rit.edu)
18:37.42chrisaI hate everyone with Polymorph: Turtle
18:38.18malrethi can't convince my raid org to ever try to summon the fish boss
18:38.24malrethi must have that spell
18:38.32chrisaIt doesn't drop for us
18:38.41chrisaWe do the fish boss on enchant runs, still no turtle
18:38.57malrethi also don't have the new bread spell
18:39.23malrethsomehow, it happened that i roleplayed my mage as being a bread maniac
18:39.23*** join/#wowace BoltR (i=BoltR@S0106000d615b23ea.cg.shawcable.net)
18:40.10malrethif she can't get the bread recipe, how can she be a true break maniac?
18:40.30malreths/break/bread/
18:42.12chrisaYou're going to hate me for it, but I got all the new ranks of fire ward, frost ward and food when I was 55
18:42.51*** join/#wowace ckknight_ (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
18:42.51*** mode/#wowace [+o ckknight_] by ChanServ
18:42.56malrethi have the frost ward and fireball spells
18:43.19ckknight_malreth, feel free to add the polymorph spells to babble
18:43.31malrethi have the icons for them...
18:44.22malrethi should probably get svn access someday... >_>
18:44.30malreth<_<
18:45.48sciophobiaif I had more time, I would help with ace2, but school and work is killing me, I barely have to time PLAY WoW
18:46.08malreth~dict sciophobia
18:46.21sciophobiafear of shadows
18:46.32malrethi don't believe you
18:46.34sciophobiaor the unknown
18:46.40malrethif it's not in the dictionary, you don't exist
18:46.54sciophobiahttp://www.answers.com/topic/sciophobia-sciaphobia
18:46.55malrethnope... not listening!
18:47.00sciophobialol
18:47.10malrethwho's laughing? it must be the wind.
18:47.10FtH|eagleanyone ever installed an svn server for windows with ssh suppport?
18:48.34sciophobiano but I tried to update svn today and it laughed at me
18:49.08*** join/#wowace Delemoose (n=techjoe_@res24853.rh.rit.edu)
18:51.53FtH|eagleI suppose the wowace svn server is running on linux?
18:53.03kergothi love FishPing
18:54.07GngskWhat's FishPing? Makes a ping noise when you get a bite?
18:54.28chrisaMakes a very loud noise when the bobber moves
18:54.45DrDre!trunk OzRaid
18:54.59kergothgnorlish: yep
18:55.03kergother, he left
18:55.07kergothgnorlish: nm, mistabcomplete
18:55.44Industrialkergoth: about tab completion; me gots my irssi back! <3 :D
18:55.52eternally777Is Tablet supposed to be a replacement for a regular tooltip?  In that I mean, can it do anything a regular tooltip could?  If not, what are its limitations?
18:55.56chrisaIndustrial is a better person for it
18:56.20DrDredamn is svnbot lagged ot hell?
18:56.35chrisaSpeaking of which, is there an idchat module that makes a channel tab light up for any activity? I have tells in one window, so the rest never blink if something is said in guild, raid, etc
18:56.43DrDreoh nvm msg log was scroled up
18:57.36kergothDrDre: whats it matter? svn is still down :P
18:58.09sciophobia<PROTECTED>
18:59.14chrisaThink anyone would mind if a spider spawn bar was added to BigWigs's Maexxna timer?
19:00.04eternally777From what I'm reading on the Wiki, Tablet has to be either attached to a frame, or detached from everything.  Does that mean there's no way to bind it to the cursor?
19:00.44Kebinusanchrisa, the module should be cleaned up with seperate bars for each thing instead of one bar for web wrap and warnings for each thing
19:00.54Kebinusanimo anyway :-)
19:01.22chrisaThat was my thinking, usually I watch the timer and flamestrike the second spiders spawn but it took me a couple stuns to notice what exact second they were coming up
19:02.00add\\Leialynchrisa
19:02.08add\\Leialynwhen the webspray bar reaches 10
19:02.12add\\Leialynthen spiders spawn
19:02.13add\\Leialynalways
19:02.18chrisaRight, I know that now
19:02.21add\\Leialyn^^
19:02.29chrisaBut I didn't initially last night using bigwigs on maexx for the first time :)
19:02.43add\\Leialyn:D
19:02.55add\\Leialynimho too many Bars are bag
19:03.14chrisaYes, but 2 or 3 is fine
19:03.20chrisaGothik has 4 and they're all still useful
19:04.51chrisaActually, I see event triggers for 3 maexx bars
19:06.54Kebinusanthats about correct
19:08.00*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
19:09.08chrisaPerfectRaid gets many bonus points for labeling SoR as "Imp Dying"
19:09.10ckknighteternally777, currently no, there is no cursor binding thingy. You could detach it then move it about based on an OnUpdate, if you want. Also, it can do everything a tooltip can do except scanning methods.
19:09.26chrisaWe have a priest who likes to die constantly and I got a kick out of seeing that on the raid status
19:10.22kergothSoR?
19:10.31chrisaSpirit of Redemption
19:10.42kergothah right
19:10.46*** join/#wowace Gngsk (n=gngsk@c-68-33-204-115.hsd1.md.comcast.net)
19:11.37chrisahm, I have to look up some methods but for the most part bigwigs is pretty straightforward
19:12.39*** join/#wowace malreth (n=triti@cpe-72-179-20-11.austin.res.rr.com)
19:13.22*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
19:17.46vhaarrSVN down?
19:18.14vhaarrckknight: hey, I think I've discovered some sort of bug with Dewdrop.
19:18.20ckknightk
19:18.25vhaarrhm, sec
19:18.32vhaarrhttp://www.curse-gaming.com/en/wow/modscreen-4356-10929-1-bigwigs-boss-options.html
19:18.55vhaarrnotice how in the 4th level, "Active" and "Frost Blast Alert" have no space between them
19:19.03vhaarrbut it should have
19:19.24vhaarrand if you use tekProber and inspect the options table, you'll see that it has the header item there with the correct order set
19:19.53ckknightscreenshots aren't loading
19:20.00vhaarrhttp://www.curse-gaming.com/en/wow/addons-4356-1-bigwigs-bossmods.html then
19:20.04vhaarrand click the screenshot
19:20.20vhaarryou probably need a session cookie to access it directly
19:21.06Mikmaaguf doesn't update the freaking pvp icon
19:21.18vhaarrckknight: If you just install BigWigs and open the menu yourself, you'll see that a random assortment of the boss submenus have this problem.
19:21.31vhaarrckknight: if you reload UI, it changes
19:21.40vhaarrthat is, some other bosses will have that problem, and the ones that did will not
19:23.06*** join/#wowace ckknight_ (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
19:23.06*** mode/#wowace [+o ckknight_] by ChanServ
19:23.20vhaarrbah, what did you get last that I wrote?
19:23.35Xuerian|Outdoors[15:21] <vhaarr> that is, some other bosses will have that problem, and the ones that did will not
19:23.40vhaarrright
19:23.44vhaarrah
19:23.49vhaarrXuerian|Outdoors: Not you, ckk.
19:23.55Xuerian|OutdoorsOh.
19:23.56Xuerian|OutdoorsXD
19:23.59vhaarrSince he disconnected.
19:24.08Xuerian|OutdoorsThought you did. Gogo not reading chat
19:24.20ckknight_<vhaarr> ckknight: if you reload UI, it changes
19:24.41vhaarrwell what Xuerian|Outdoors said then
19:25.29Elkano[Ammo]: CandyBar-2.0\CandyBar-2.0.lua:234: attempt to perform arithmetic on field `elapsed' (a nil value)
19:25.30*** join/#wowace [1]Braennan (n=Braennan@21stb12.codetel.net.do)
19:25.50ckknight_~internet
19:25.52purlthe internet is not something you can just dump on, it's not a big truck, it's a series of tubes.
19:26.25GngskFrom now one we will travel in TUBES!
19:27.22chrisaThese tubes can get clogged
19:27.45Elkano[Ammo]: SetBarTexture should also allow nil as #3 arg
19:30.52*** join/#wowace Caboose[FH] (n=Caboose9@cpe-66-8-166-76.hawaii.res.rr.com)
19:34.46Kebinusanhmm it seems somewhere along the way the oskin group loot frames got changed to something that doesnt resemble hastes work
19:35.23Elkano\o/ EBB2 is working :)
19:35.52FtH|eagleneed!
19:36.11vhaarrCommit!
19:36.21Elkanowell, it's far away from complete but at least my dvbuild isn't throwing anny errors atm :)
19:36.29vhaarrScreenshot? :D
19:37.11vhaarrckknight_: Just logged in here and can confirm that I still have the bug .. Let me know if you need more information.
19:37.24vhaarrAlthough you should be able to reproduce by just installing BW and opening the menu.
19:37.35FISKER_Qnerf blizzard
19:37.49BoltRYeah Kebinusan, it looks totally broken for me now
19:38.09FISKER_QI am mad :(
19:38.24FISKER_QJust found out blizzard removed Ring of the Qiraji Fury from sartura to viscidous
19:38.26FISKER_Q:(
19:38.37hasteKebinusan: what?
19:38.40Kebinusanyeah, I dunno what rev broke it
19:38.50Kebinusanthe group loot frames in oskin look totally wrong
19:39.00hasteI'll run a svn blame then
19:39.15Pucmelso, kill visc
19:39.17Pucmelnot a big deal
19:39.41BoltRFISKER_Q, that happened a long time ago :x
19:40.07chrisaViscidus is pretty easy though :O
19:40.59hasteokey, I can't run blame atm :(
19:41.05FISKER_Qwe still have some twins to beat
19:41.11FISKER_Qand i don't mean the olsen twins
19:41.41hasteI see the error tho'
19:41.54*** join/#wowace kov` (i=x@p5081F633.dip.t-dialin.net)
19:42.01hasteKebinusan: either hide the dragon, or remove the calling of the original function
19:42.21Elkanoteaser: http://img48.imageshack.us/img48/1007/ebb2001qf4.jpg
19:42.43hastejust replacing the calling of the original function would be the best, as you don't have to set the border every time it opens a roll frame
19:42.44*** join/#wowace Asniper (i=nn@CPE000129d493ff-CM00111ae57e92.cpe.net.cable.rogers.com)
19:43.27Mikmanevcairiel: kk
19:43.35Mikmasorry i should leave that channel
19:43.44nevcairielhehe
19:43.59*** join/#wowace Neronix_ (i=neronix@user-54409c7a.wfd75a.dsl.pol.co.uk)
19:44.06Mikmanevcairiel: anyway, when i change profiles the bars that are hidden in default won't be visible.
19:44.15nevcairielso change that :)
19:44.24Mikmanevcairiel: i have to 2x click on "show" to get them to show
19:44.28Mikmachange how?
19:44.41nevcairielcall the show functions
19:45.05Asniperback to the dreaded zip files :/
19:45.20*** join/#wowace ckknight_ (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
19:45.20*** mode/#wowace [+o ckknight_] by ChanServ
19:45.53Elkanoso what do you think of it FtH|eagle?
19:46.13FtH|eaglelooks nice
19:46.17Mikmahmmm
19:46.40Mikmanevcairiel: i do have a check in there, as far as i see
19:46.42Elkanowell, that's close to the best I can do with Candy atm
19:46.45FtH|eaglecan you attach the buff bars to the debuff bars like it is now?
19:47.38Mikmanevcairiel: i might look at a wrong function tho, since i don't know what place to look :D
19:47.50nevcairielOnProfileEnable
19:48.01nevcairielgets called when you change the profile
19:48.14Elkanonot yet, I've got to wait for ammo to implement that into Candy. the three labeled frames are anchors like the ones from HostelBar (copied that code from there) so atm only abs positioning is possible
19:48.57FtH|eagleok
19:50.30Elkanobut I was supprised how little errors the code has thrown 'thow it was 100% drycoded :)
19:52.43Mikmanevcairiel: i changed the function, now it works :D
19:53.10Mikmawoot woot
19:53.26Mikmanevcairiel: change line 279 to: if self.db.profile["Bar"..i].Hide then _G["Bar"..i]:Hide() else _G["Bar"..i]:Show() end
19:57.14*** join/#wowace dreyruugr (n=chatzill@66.77.144.6)
19:59.17Mikmadreyruugr: add us raidicons plzxzx
19:59.46dreyruugrnot rightly sure how to do that
19:59.52dreyruugrshort of just custom coding it
20:00.23Mikmacheck forums
20:00.35Mikmathere is a post about it
20:02.45SH|ShabadorAny news on the SVN, btw?
20:04.28*** join/#wowace Mery (n=metelman@p54AEDB47.dip.t-dialin.net)
20:08.12dreyruugrMikma: You mean the guy that edited the saved variables file?
20:08.28Mikmadreyruugr: umm dunno i did paste it for you earlier
20:08.40Mikmahttp://www.wowace.com/forums/index.php/topic,2232.msg44427.html#msg44427
20:08.59dreyruugryeah, that's the crazy guy, heh
20:09.31IndustrialWhy am I not seeing my buttons? http://pastey.net/1010
20:10.01JoshBorkeIndustrial: where's the show? :-P
20:10.37dreyruugrButton:Show()
20:10.42dreyruugrI would imagine
20:10.46GngskMikma, got a question about your minimap border texture
20:11.02dreyruugrwhen you hid the main menu bar while they were still children, they got hidden
20:11.08MikmaGngsk: i got an answer
20:11.14MikmaGngsk: http://wow.reaktio.net/Mikma
20:11.29GngskI know, I'm looking at it
20:11.33Gngskdid you make the texture yourself?
20:11.35*** join/#wowace Jarenthal (n=Bob@cpe-071-076-173-175.triad.res.rr.com)
20:11.52eternally777What's the difference between Crayon-2.0 and PaintChips-2.0?  I think I asked yesterday but don't remember an answer -- so I'm sorry if I missed it.
20:12.05chrisaI was impressed by the animation and presentation of sprocket
20:12.11ckknight_I wrote Crayon
20:12.18ckknight_I don't know what PaintChips is or does
20:12.35chrisaI wish I was cool enough to have named a mod "PaintChips"
20:13.52eternally777The SVN is down -- but fortunately I think I have 99% of the libs  on the SVN in my addons folder :D
20:14.00eternally777Finding them is the hard part :-\
20:14.22*** join/#wowace clad (i=jnwhiteh@fairfax.dreamhost.com)
20:14.27Mikmahi clad
20:15.22cladjesus
20:15.22cladhi
20:15.22cladBAH
20:15.27cladhow long has the svn been down?
20:15.33Gngskfew hours
20:15.48claddamnit
20:15.52Gngsksince maybe, noonish EST
20:16.46steinowooow
20:16.53steinosomething is throwing alot of errors :o
20:18.16hastesteino: pururin puru pururin
20:18.22steinoindeed
20:18.33hasteI just found it as a ringtone :D
20:18.37steinohahaha
20:18.48steinogivf!
20:18.58hasteI can upload it somewhere
20:19.12JoshBorkepurl, hug clad
20:19.14purlACTION hugs clad
20:19.14hasteit's a midi version tho' :p
20:19.48steinohmm
20:20.55hastesteino: http://www.beverpung.net/filer/plrin.mid
20:22.44SH|Shabadoro.O
20:22.50SH|ShabadorWhat a horrible name for a website
20:23.03SH|Shabador(In Norwegian at least)
20:23.07vhaarr^^
20:23.11haste(Is norwegian)
20:23.20steinoThe name owns
20:23.24steino!
20:23.24ckknight_I think of beaver pung.
20:23.25SH|ShabadorHehe
20:23.31hastespot on
20:23.41claddamnit i'll get this fixed.
20:23.42clad*vomit*
20:24.02vhaarr:D
20:25.42steinohaste: you dont have the mp3? :<
20:26.15hasteit isn't released yet
20:26.19hasteit might come when the anime does
20:26.24steino:o
20:26.24GngskMikma, ping!
20:26.31Mikmaaye?
20:26.31haste(and yes, the anime in NHK is going to be it's own anime)
20:26.38steinohaha
20:26.40steinolol
20:26.50steinoit must own
20:26.57Gngskwhen I do the MinimapBorder:SetTexture() call it puts the texture up with the blackbackground. How did you get around that?
20:27.23DrDrewhoevers working on oSkin needs to fix the Trade window ;( the buttons are overlapping the no trade slot
20:28.00MikmaGngsk: http://wow.reaktio.net/Mikma :D
20:28.18Gngsk;(
20:28.29MikmaMinimapBorder:SetTexture("Interface\\AddOns\\Mikma\\Mikma-Minimap")
20:28.29MikmaMinimapBorderTop:SetTexture("Interface\\AddOns\\Mikma\\Mikma-Minimap")
20:28.34Mikma(lovely tab)
20:29.06hastesteino: can see if I still have it's web page :p
20:29.09*** join/#wowace Amro (n=Amro@82.101.184.200)
20:29.29GngskMikma, background is black covering minimiap
20:29.31steinoBut isnt it copied off the nhk anime?
20:29.53MikmaGngsk: well, relog :P
20:31.32*** join/#wowace Silencer (n=Silencer@195.252.78.16)
20:32.20Mikmawtb svn before i go to bed
20:32.20hastesteino: http://www.kadokawa.co.jp/hikky/plrin/index.php :D
20:32.35hasteclick the link on the bottom right and you come to the NHK site
20:33.59steinowtf
20:34.05steinoscary shit
20:34.08steinoi so watching that
20:34.28hastethere's some images from it there also
20:34.46*** join/#wowace nuOHEP (n=nuohep@h54.ciscom.ru)
20:34.53steinohaha
20:34.58vhaarrclad left again? who will tell us when the SVN is back?!
20:35.00vhaarrt.t
20:35.16Shyvais there a speed difference between the _G = getfenv(0) and getglobal() thingies?
20:35.57ckknight_G = getfenv(0) is faster
20:36.08ThraeShyva: _G is smaller and should theoretically be faster unless getglobal() isn't a function call like you would suppose.
20:36.10ckknightseeing as it doesn't do a function call every time a global is accessed
20:36.35ckknightgetglobal is a C function call
20:36.37ShyvaThat's what I thought indeed ckknight, wasn't sure tho, thanks both :)
20:36.43ckknight_G[...] is a table access
20:39.21malreth_G will be much faster than calling getglobal()
20:39.29Mikmaso we can't use getfenv directly?
20:39.43malrethMikma: why?
20:39.43ckknightum, yes you can.
20:39.46ckknightthat was the point of this.
20:39.51FtH|eagleI wonder what's the speed difference in real time is, anyone measured it?
20:39.58Mikmawell i mean gefenv(something)
20:40.04ckknightyes you can.
20:40.08Mikmaneat
20:40.13Pucmelbah, detox cancelling the attack after every cleanse is rly rly annoying :(
20:40.13Mikmashould use that instead :P
20:40.20Mikmathen there's no need of using _G anymore
20:40.28ckknightFtH|eagle, it's about half the time
20:40.32ckknightMikma, no.
20:40.35ckknightjust, just no.
20:40.37Mikmawhy
20:40.39malrethMikma: that's not how you use getfenv
20:40.40ckknightyou don't know what you're talking about
20:40.42ckknightread the pil.
20:41.00Shyvain that case it's a function call again, right?
20:41.16malrethand even if you could do that... it'd be slower than using _G
20:41.26malrethfunction calls are expensive in Lua
20:44.33Tekkuberf
20:46.49Mikmahi tek
20:46.55Mikmahow's kub?
20:47.01*** join/#wowace FLAZX__ (n=a@user-0c6su91.cable.mindspring.com)
20:47.17FLAZX__is there a new link for the branches part of the site
20:47.23Mikmano
20:47.33Mikmaoh wait i lied
20:47.34hyperChipmunklol mikma
20:47.37FLAZX__http://svn.wowace.com/root/branches/ is broken
20:47.49*** join/#wowace Amro_ (n=Amro@82.101.184.200)
20:48.12vhaarrFLAZX__: Yes, the SVN is broken at the moment.
20:48.13MikmaFLAZX__: http://tinyurl.com/cxt55 there
20:48.16ThraeFLAZX__: You can download from http://www.matts-hosting.com/root/branches
20:48.20Thraeoops\
20:48.22hyperChipmunkthe entire point of setting _G is to avoid calling getfenv but once per run
20:48.25ThraeFLAZX__: You can download from http://www.matts-hosting.com/addons/root/branches
20:48.54Mikmaor just go to http://tinyurl.com/cxt55
20:48.57Mikmamuch easier
20:49.00FLAZX__Mikma: ur disgusting
20:49.01FLAZX__:(
20:49.15Mikmai am? thanks :D
20:49.24FLAZX__;/
20:49.38GngskMikma wins the internet
20:49.54Health:D
20:49.59FLAZX__im trying to find, http://svn.wowace.com/root/branches/Mer_MSN/ but its not on there Thrae
20:50.04ThraeMy site should be as up-to-date until the SVN went down
20:50.28*** join/#wowace Cartas (i=DEF@host86-133-63-237.range86-133.btcentralplus.com)
20:50.31ThraeFLAZX__: Well, only about a week's worth of commits are up there
20:50.39Mikmamer_msn hasn't been branches in thrae's site
20:50.57FLAZX__is there another side i can get mer_msn >
20:51.00ThraeSo Mer_MSN hasn't made any commits for about a week
20:51.01Kebinusanhttp://pr0n.encyclopediadramatica.com/images/d/d1/Garfield3.jpg
20:51.13Mikmahttp://www.wowace.com/forums/index.php/topic,1837.msg45279.html#msg45279
20:51.15*** join/#wowace maia (n=maia@chello084112137081.14.11.vie.surfer.at)
20:51.17*** join/#wowace Jarenthal (n=Bob@cpe-071-076-173-175.triad.res.rr.com)
20:51.21Mikmai really don't get it why people have problems with BT2
20:51.46ThraeKebinusan: Hahaha, perfect
20:51.52JoshBorkeMikma: because it stinks :-P
20:51.56FLAZX__i have no problems with BT2
20:52.03maiaevening... I hear the SVN is down - does that mean Kaelten and or Cladhaire are already moving it to the new server?
20:52.13JoshBorkemaia: no
20:52.48chrisaI'm presently using bongos, aside from the whole 'woo, another ace2 mod' bit is there good reason to consider bartender?
20:53.03vhaarrmaia: clad was just here and told us that it would be fixed asap
20:53.12maiaI see.
20:53.16FLAZX__chrisa
20:53.16Jagobahfrom what I understand Bartender doesn't use more than 5 bars
20:53.19FLAZX__are u a paladin
20:53.22chrisano
20:53.24hasteMikma: http://img.4chan.org/b/src/1158871205171.jpg !
20:53.28MikmaJoshBorke: yes it does, that's why i'm waiting until someone makes a better addon so i can halt it completely
20:53.28JagobahSo if you use more than 5 bars stick with Bongos
20:53.33maiavhaarr: ...because I'm waiting for your commit before I can commit my change to detox to fix the autoattack
20:53.33hasteI couldn't find anything to counter your image with Mikma :(
20:53.46vhaarrmaia: well don't want for me, wait for the SVN :)
20:53.47JoshBorkeMikma: <3
20:53.52maia;)
20:53.55vhaarrs/want/wait
20:54.03Mikmahaste: well rotten.com is a good place to start :D
20:54.08hasteMikma: nah
20:54.11Cartas:|
20:54.16Mikmahmm, haven't looked the latest mugshots in a while
20:54.17maiaI always want you, vhaarr
20:54.20haste4chan has lots of fun things while looking :D
20:54.22CartasHey, Mikma, old chap!
20:54.23vhaarr<3
20:54.41MikmaCartas: hi
20:54.52CartasYour map addon is coming along nicely? :p[
20:54.59Jagobahthe newest version of Bongos is pretty rad, I recommend it if you need more than 5 bars!
20:55.08Mikmahttp://www.mugshots.org/hollywood/keanu-reeves.html
20:55.09Mikmakekek
20:55.18MikmaCartas: yeah it is actually
20:55.20CartasCurse you, Mikma! You shall fall for it one day :O
20:55.21CartasOh...
20:55.26CartasIt is?
20:55.41Mikmayeah, i have like a name for it already!
20:55.47CartasWhat is it called? :O
20:55.57Mikmaacemetamap
20:56.01CartasWow.
20:56.04CartasGreat minds think alike, old chap.
20:56.13CartasAMM, great name.
20:56.24Healthhttp://www.youtube.com/watch?v=ik1NDo24mG0
20:57.28maiaMikma: why not call it "TheBigPicture"?
20:57.52maiaor "TheWorld"
20:58.05Mikma"the bestest addon of the world"
20:58.15Cartas"The World According To Ace"
20:58.24Mikmadon't those japanese have better things to do than spin pens
20:58.25maiaor MikMa-P
20:58.29Mikmakek
20:58.31Cartaslol
20:58.42CartasSpinning pens ftw.
20:58.45CartasI do that a lot :P
21:03.02yacoobHmm.
21:04.26*** join/#wowace frus (i=frus@082-146-097-209.dyn.adsl.xs4all.be)
21:08.52*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
21:08.52*** mode/#wowace [+o Cairenn] by ChanServ
21:09.09Neronixlol
21:09.17NeronixI love how EarPlug filters my own messages xD
21:09.42ThraeNeronix: Sometimes I find EarPlug filters ALL my own messages, even the LF* ones
21:10.28Mikmawhops wrong channel again:
21:10.30Mikmawhee +17/-2
21:13.43maiaanyone using Squishy? Does the new display for shields and hot spells work for you?
21:14.23*** part/#wowace Beladona (n=sluster@24.129.136.26)
21:14.28Mikmamaia you should add a keybind for "heal lowest in health with best quickheal"
21:14.40Mikmathe nall i have to do in raid is to press the keybind over and over
21:15.00Mikmaok going to bed now, will commit bartender2 changes tomorrow from school
21:15.07vhaarrmaia: works for me, I think
21:15.14Mikmai'm disabling the database reseting now so people can stop whining
21:15.16maiaMikma: I have some code that will use slow or fast heals, also usable for renew...
21:15.19vhaarrmaia: Anyway, I'm not at all happy with Squishy's prioritizing.
21:15.35maiaMikma: but, I won't release it until some other tasks are done
21:15.44maiavhaarr: details?
21:15.55Mikmamaia: oh, i was only joking but that's GOOD to hear actually!
21:16.18Mikmaafter you get it in i'm getting squishy back again :D
21:17.14Mikmagn now everyone, mikma is off to bed
21:17.52maiavhaarr: there's always room for improvement - but I guess you've taken a look at the priority code in Squishy, so you know what can be done and/or changed...
21:18.05Amrognight mikma
21:18.41*** join/#wowace AxiumKT (n=AxiumKT@hc652a8d2.dhcp.vt.edu)
21:20.30AxiumKTTekkub: does Perfect Targets handle making sure tanks have unique targets?
21:20.55Tekkubperfect targets just displays all known targets
21:21.08Tekkubtanks need to use their brains to find a unique one
21:21.23*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
21:21.23*** mode/#wowace [+o Cairenn] by ChanServ
21:21.32malrethAxiumKT: easy... look for any targets that have more than one tank's initials on it
21:21.43vhaarrmaia: I'm just not happy with the priority it assigns to people
21:22.05maiavhaarr: well, do you have any suggestions?
21:22.07vhaarrmaia: If I'm missing 400 hp it picks me in favor of a mage at 30% in another group, for example
21:22.10vhaarrmaia: Even if I don't have aggro.
21:22.13vhaarrThat doesn't make sense.
21:22.37vhaarrI haven't taken a look at the code yet, but I will.
21:22.39AxiumKTyeah I was thinking about writing a simple mod that displays a color bar for each MT, and if they're targeting a unique mob it's green, and if there are tanks that share that color it colors their bars the same non-green color
21:22.40maiavhaarr: have you taken a look at the priority code yet? It might explain why it's the case.
21:22.49AxiumKTjust didn't want to reinvent the wheel if there's already mods out there that can do that well
21:22.54vhaarrmaia: No, but I will.
21:23.12AxiumKTshare that target*
21:23.18maiavhaarr: (its probably because the more people in your raid, the higher your own group is priorized to reduce overhealing due to several healers healing the same person)
21:24.11vhaarrmaia: right, but that doesn't work since all healers except me are idiots, and I have to look after the entire raid
21:24.21maialol
21:24.22vhaarr:P
21:24.58maiavhaarr: edit the line:   if not isInBattleground and UnitInParty(u.unitid) then m = m - math.max(20, GetNumRaidMembers()) end
21:25.12vhaarrmaia: cool
21:25.51maiaor just remove it.
21:25.52maiathen your own group won't be priorized anymore
21:25.52vhaarrexcellent
21:25.52vhaarrmaybe make that an option
21:25.52vhaarr"Prioritize own group"
21:25.52vhaarror whatever
21:25.52maiaI'm still hoping for a release of AceGUI2 to add tons of options for the priority code.
21:26.24maiae.g. "priorize target", "priorize self",...
21:32.04*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
21:32.04*** join/#wowace AxiumKT (n=AxiumKT@hc652a8d2.dhcp.vt.edu) [NETSPLIT VICTIM]
21:32.04*** join/#wowace frus (i=frus@082-146-097-209.dyn.adsl.xs4all.be)
21:32.05*** join/#wowace Jarenthal (n=Bob@cpe-071-076-173-175.triad.res.rr.com) [NETSPLIT VICTIM]
21:32.05*** join/#wowace maia (n=maia@chello084112137081.14.11.vie.surfer.at) [NETSPLIT VICTIM]
21:32.05*** join/#wowace Cartas (i=DEF@host86-133-63-237.range86-133.btcentralplus.com) [NETSPLIT VICTIM]
21:32.05*** join/#wowace Amro (n=Amro@82.101.184.200)
21:32.05*** join/#wowace nuOHEP (n=nuohep@h54.ciscom.ru) [NETSPLIT VICTIM]
21:32.05*** join/#wowace Silencer (n=Silencer@195.252.78.16) [NETSPLIT VICTIM]
21:32.05*** join/#wowace Mery (n=metelman@p54AEDB47.dip.t-dialin.net)
21:32.06*** join/#wowace dreyruugr (n=chatzill@66.77.144.6)
21:32.06*** join/#wowace Neronix (i=neronix@user-54409c7a.wfd75a.dsl.pol.co.uk) [NETSPLIT VICTIM]
21:32.06*** join/#wowace kov` (i=x@p5081F633.dip.t-dialin.net) [NETSPLIT VICTIM]
21:32.06*** join/#wowace Caboose[FH] (n=Caboose9@cpe-66-8-166-76.hawaii.res.rr.com)
21:32.06*** join/#wowace Braennan (n=Braennan@21stb12.codetel.net.do) [NETSPLIT VICTIM]
21:32.06*** join/#wowace Arrowmaster (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
21:32.07*** join/#wowace Gngsk (n=gngsk@c-68-33-204-115.hsd1.md.comcast.net)
21:32.07*** join/#wowace Delemoose (n=techjoe_@res24853.rh.rit.edu) [NETSPLIT VICTIM]
21:32.07*** join/#wowace BoltR (i=BoltR@S0106000d615b23ea.cg.shawcable.net) [NETSPLIT VICTIM]
21:32.07*** join/#wowace Elkano (n=elkano@ip-213-135-2-167.handshake.de)
21:32.07*** join/#wowace NinjaChimp (n=chemp@host86-135-164-176.range86-135.btcentralplus.com) [NETSPLIT VICTIM]
21:32.07*** join/#wowace [dewd27] (i=spike@210.213.126.158) [NETSPLIT VICTIM]
21:32.08*** join/#wowace mstrchief (n=nanobot2@CPE000d88e21619-CM000f9f7aad0e.cpe.net.cable.rogers.com) [NETSPLIT VICTIM]
21:32.08*** join/#wowace pkey^ (n=fake@71-8-66-19.dhcp.leds.al.charter.com) [NETSPLIT VICTIM]
21:32.08*** join/#wowace eternally777 (n=justin@pool-71-254-118-241.hrbgpa.east.verizon.net) [NETSPLIT VICTIM]
21:32.08*** join/#wowace sciophobia (n=amweiss@resnet101-79.resnet.buffalo.edu) [NETSPLIT VICTIM]
21:32.08*** join/#wowace Gohei27 (n=Gohei27@242861hfc16.tampabay.res.rr.com) [NETSPLIT VICTIM]
21:32.08*** join/#wowace snurre (n=snurre@AVelizy-153-1-22-97.w83-199.abo.wanadoo.fr)
21:32.08*** join/#wowace KB1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net) [NETSPLIT VICTIM]
21:32.09*** join/#wowace ven (n=ven@dynadsl-080-228-73-076.ewetel.net)
21:32.09*** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl)
21:32.09*** join/#wowace andreasg (n=ag`@0x535bbfcb.bynxx18.adsl-dhcp.tele.dk) [NETSPLIT VICTIM]
21:32.09*** join/#wowace Soulmagae (n=dripdrip@d54C1D644.access.telenet.be) [NETSPLIT VICTIM]
21:32.09*** join/#wowace FryGuy- (i=fryguy@c-24-23-19-160.hsd1.ca.comcast.net) [NETSPLIT VICTIM]
21:32.09*** join/#wowace [Ammo] (n=wouter@connected.dnd.utwente.nl)
21:32.10*** join/#wowace Xuerian|Outdoors (i=Sky@12-196-151-151.psknet.net)
21:32.10*** join/#wowace bindi (i=indigo@d51A479A6.access.telenet.be)
21:32.10*** join/#wowace evl (n=fuckoff@unaffiliated/evl) [NETSPLIT VICTIM]
21:32.10*** join/#wowace MvA|Slayman (i=Slayman@c140039.adsl.hansenet.de) [NETSPLIT VICTIM]
21:32.11*** join/#wowace SH|Shabador (n=shabador@ti400720a080-5027.bb.online.no)
21:32.11*** join/#wowace quoin (n=quoin@202-136-99-219.ip.adnap.net.au)
21:32.11*** join/#wowace Andalia (n=xx@p54ADB158.dip0.t-ipconnect.de)
21:32.12*** join/#wowace Royal (n=m@84.25.18.210) [NETSPLIT VICTIM]
21:32.12*** join/#wowace sbu (n=sb@dslb-084-056-167-235.pools.arcor-ip.net) [NETSPLIT VICTIM]
21:32.12*** join/#wowace XLVII (n=XLVII@58.162.74.173) [NETSPLIT VICTIM]
21:32.12*** join/#wowace grzesieq (n=grzesieq@irssi/user/grzesieq) [NETSPLIT VICTIM]
21:32.12*** join/#wowace Cheads (i=chead@0x5731dc0f.virnxx18.adsl-dhcp.tele.dk) [NETSPLIT VICTIM]
21:32.13*** join/#wowace restored (i=restored@sherman.campus.luth.se) [NETSPLIT VICTIM]
21:32.13*** mode/#wowace [+o Cairenn] by irc.freenode.net
21:32.13*** join/#wowace nekoh (n=nekoh@pD9E001FB.dip0.t-ipconnect.de) [NETSPLIT VICTIM]
21:32.13*** join/#wowace jjungnickel (n=jjungnic@extgw.carmunity.de) [NETSPLIT VICTIM]
21:32.13*** join/#wowace Gamefaq|afk (i=Gamefaq@pD9527C5A.dip.t-dialin.net) [NETSPLIT VICTIM]
21:32.13*** join/#wowace steino (n=stein-iv@ti531210a080-7817.bb.online.no) [NETSPLIT VICTIM]
21:32.14*** join/#wowace Azurewrath (i=Azurewra@i577BD78A.versanet.de) [NETSPLIT VICTIM]
21:32.14*** join/#wowace Tem|AFK (n=tardmrr@ip70-177-40-169.br.br.cox.net)
21:32.14*** join/#wowace Tekkub (n=Tekk@ip70-178-135-244.ks.ks.cox.net) [NETSPLIT VICTIM]
21:32.14*** join/#wowace [Cu]Werik (i=werik@catv5403B540.pool.t-online.hu)
21:32.15*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
21:32.15*** join/#wowace PX_Hakker (i=UPP@a82-93-101-11.adsl.xs4all.nl) [NETSPLIT VICTIM]
21:32.15*** join/#wowace haste (n=haste@host-81-191-131-80.bluecom.no) [NETSPLIT VICTIM]
21:32.15*** join/#wowace Jagobah (n=jago7777@adsl-217-146-14.owb.bellsouth.net) [NETSPLIT VICTIM]
21:32.15*** join/#wowace kopple (n=mroc@c-599872d5.034-194-6e6b701.cust.bredbandsbolaget.se)
21:32.16*** join/#wowace blubbo (n=orbit@c-119-234-esk.cust.mdfnet.se) [NETSPLIT VICTIM]
21:32.16*** join/#wowace Saroz (n=Saroz@0x50a422a5.slnxx1.adsl-dhcp.tele.dk) [NETSPLIT VICTIM]
21:32.16*** join/#wowace vhaarr (n=chatzill@ghybel696.krs.hia.no) [NETSPLIT VICTIM]
21:32.16*** join/#wowace amoros (i=amoros@147.46.40.190) [NETSPLIT VICTIM]
21:32.17*** join/#wowace hyperChipmunk (n=staharaj@d14-69-214-77.try.wideopenwest.com)
21:32.17*** join/#wowace Asni (n=insa@235.49-242-81.adsl-dyn.isp.belgacom.be)
21:32.17*** join/#wowace edv (i=edv@unaffiliated/edv) [NETSPLIT VICTIM]
21:32.18*** join/#wowace Angeris (n=anger@ppp52-239.adsl.forthnet.gr) [NETSPLIT VICTIM]
21:32.18*** join/#wowace Cairenn|afk (n=Cairenn@CPE001217452e29-CM014500004571.cpe.net.cable.rogers.com)
21:32.18*** mode/#wowace [+oooo Tem|AFK Tekkub hyperChipmunk Cairenn|afk] by irc.freenode.net
21:32.18*** join/#wowace Thrae (n=generalm@c-68-48-83-98.hsd1.md.comcast.net)
21:32.19*** join/#wowace deci (n=hito@cpe-065-184-191-234.ec.res.rr.com) [NETSPLIT VICTIM]
21:32.19*** join/#wowace KaeltenAway (n=Kaelten@68.63.37.188)
21:32.19*** join/#wowace Kebinusan (i=Kebinusa@adsl-68-22-152-38.dsl.klmzmi.ameritech.net) [NETSPLIT VICTIM]
21:32.19*** join/#wowace yssrn (n=chatzill@resnet-17-214.dorm.utexas.edu) [NETSPLIT VICTIM]
21:32.20*** join/#wowace Snago (i=Snago@h71n2fls31o808.telia.com) [NETSPLIT VICTIM]
21:32.20*** join/#wowace chrippa (n=chrippa@ua-83-227-215-26.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
21:33.20*** join/#wowace Meleganis (i=WinNT@meleganis.rh.rit.edu) [NETSPLIT VICTIM]
21:33.20*** join/#wowace Meiun (n=CladaM@c213-89-54-240.cm-upc.chello.se) [NETSPLIT VICTIM]
21:33.20*** join/#wowace Industrial (n=tom@a80-100-243-86.adsl.xs4all.nl)
21:33.21*** join/#wowace phyber (i=phyber@irssi.co.uk)
21:33.21*** join/#wowace Mikk (n=opera@81-233-236-26-no19.tbcn.telia.com)
21:33.21*** join/#wowace DrDre (n=x@cpe-071-070-230-101.nc.res.rr.com)
21:33.21*** join/#wowace |Spanky| (i=bah@d154-20-186-211.bchsia.telus.net) [NETSPLIT VICTIM]
21:33.21*** join/#wowace Pucmel (n=nnnpucme@dwarf.dkm.cz) [NETSPLIT VICTIM]
21:33.21*** join/#wowace Fritti (n=stijn@pcbcf001.win.tue.nl) [NETSPLIT VICTIM]
21:33.22*** join/#wowace chrisa (n=chris@nullcode.org) [NETSPLIT VICTIM]
21:33.22*** join/#wowace spg (n=never@d5152A0C5.access.telenet.be) [NETSPLIT VICTIM]
21:33.22*** join/#wowace Sokurai (i=omgomg@hou157-51.sfsu.edu) [NETSPLIT VICTIM]
21:33.22*** join/#wowace CIA-11 (i=cia@cia.navi.cx) [NETSPLIT VICTIM]
21:33.22*** join/#wowace Health (n=thecooki@c-7619e655.132-1-64736c12.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
21:33.22*** join/#wowace pastamancer (n=kyle@vostok.13th-floor.org) [NETSPLIT VICTIM]
21:33.22*** join/#wowace mute^ (i=mute@mail.pbnation.com) [NETSPLIT VICTIM]
21:33.22*** join/#wowace gnorlish (n=jaydee@70-38-2-202.vnnyca.adelphia.net)
21:33.23*** join/#wowace Codayus (i=cody@66.90.106.40)
21:33.23*** join/#wowace tigg (n=tigg@salmi.tf.uni-kiel.de)
21:33.23*** join/#wowace nevcairiel (i=nevcairi@unaffiliated/nevcairiel)
21:33.23*** mode/#wowace [+o KaeltenAway] by irc.freenode.net
21:33.23*** join/#wowace _icetrain (n=icetrain@blackhole.se) [NETSPLIT VICTIM]
21:33.23*** join/#wowace Kemayo (n=kemayo@pool-71-103-168-20.lsanca.dsl-w.verizon.net)
21:33.24*** join/#wowace oxman (i=oxman@bau91-1-82-239-244-31.fbx.proxad.net) [NETSPLIT VICTIM]
21:33.25*** join/#wowace claviola (n=claviola@debian/developer/claviola)
21:33.25*** join/#wowace Natrak (i=kjartan@hydra.zind.net) [NETSPLIT VICTIM]
21:33.25*** join/#wowace yacoob (i=yacoob@hell.pl)
21:33.25*** join/#wowace kergoth (n=kergoth@neutrino.joshua-colp.com)
21:33.26*** join/#wowace trollied (n=phil@pdpc/supporter/active/trollied) [NETSPLIT VICTIM]
21:33.26*** join/#wowace Iceroth (n=tatexi@83.102.22.56)
21:33.26*** mode/#wowace [+o kergoth] by irc.freenode.net
21:33.53ThraeMy bot just quit without me :D
21:33.53*** join/#wowace PX_Hakker (i=UPP@a82-93-101-11.adsl.xs4all.nl)
21:33.54vhaarr~smack kornbluth.freenode.net
21:33.56purlACTION smacks kornbluth.freenode.net upside the head.
21:37.06maiaThrae: well, yeah, thats a good suggestion
21:38.16*** join/#wowace cladhaire (n=jnwhiteh@cpe-69-202-110-177.twcny.res.rr.com)
21:38.16*** mode/#wowace [+o cladhaire] by ChanServ
21:38.20cladhaireso
21:38.21cladhairetwo things
21:38.41cladhairenvm
21:41.15maiacladhaire!
21:41.28maiathink I havent seen you in here for a month. welcome back.
21:43.06*** join/#wowace ckknight (n=ckknight@198.199.136.119)
21:43.06*** mode/#wowace [+o ckknight] by ChanServ
21:43.15ckknighthey all
21:44.05vhaarrhey, wb
21:45.05vhaarrah, the svn online listing is back
21:45.10vhaarrcommitting is not, however
21:46.33*** join/#wowace amro (n=amro@82.101.184.200)
21:47.38maiagah, I wish Flyspray had a button: "show all tasks I added myself", it's a pain to keep track of the bugs you reported yourself.
21:48.17Gngskisn't there an option to have it send you a mail anytime something you reported gets altered?
21:48.36maiaso ckknight, did you have a chance to make sure the FuBarPlugin tooltip cannot be dragged outside of the screen? Think I reported it 2 weeks ago and currently have no way to test.
21:49.05ckknightmaia, theoretically, Tablet checks if it's outside the screen, and if so, it moves it back in
21:49.05maiaGngsk: well, yes, there is - but either my tasks aren't being worked on, or the mailing doesnt work reliably ;p
21:49.06*** join/#wowace Tuller (n=chatzill@c-68-57-185-39.hsd1.va.comcast.net)
21:49.26maiackknight: I see. I'll have to test that as soon as I have a chance.
21:50.50Thraeckknight: You manually check? Why not TabletFrame:SetClampedToScreen() ?
21:51.02Healthmaia: bugzilla does that! heh.. but it does everything
21:51.17ckknightThrae, because it also makes sure that it's lower than FuBar's bars, and above the main menu bar
21:51.18ckknightand such.
21:51.31ThraeAhh, true.
21:51.48*** join/#wowace Silv (n=Silvio@adsl-146-167-98.mem.bellsouth.net)
21:52.03Silvevenin'
21:53.06maiawell, Tekkup recently pointed me to code.google.com, so maybe we're moving there - dunno.
21:53.53maiahttp://code.google.com/p/wowace/issues/list
21:54.34hasteoO
21:54.40hastethat looks better then flyspray :D
21:55.06Mikkgoogle does SVN hosting? O.O
21:55.11Health:D
21:56.10vhaarrckknight: Is it a dewdrop bug or do I need to fix the BW code?
21:57.08maiaMikk: problem is that our SVN currently has 250MB (increasing), while google's max is 100MB.
21:57.31maiawhich is why the decision was made to buy a new server for svn
21:57.52Silvi totally donated!
21:57.52Silv<3
21:57.53Cartas<3
21:59.13Mikkmaia: Aye, and sf.net, while not having an upper limit per se, is painfully slow :<
21:59.34amrotoo slow :(
21:59.56MikkNo kidding. It works for wowbench but I would NOT want to use it for something that's pulling apeloads of externals.
22:00.26Pucmelmaia, cleaning in latest Detox versions stops the attack (if i am hitting the target i mean) .. intended or not ?
22:00.30cladhairemaia: Not entirely true
22:00.37ThraeI could give you my server as a backup server.
22:00.42cladhairemaia: We didn't move because you currently cant import a svn repo.
22:00.49maiaPucmel: read the Detox thread, I just replied to it an hour ago
22:00.52cladhairenot to mention KaeltenAway had his own aspirations for the website.
22:01.04maiacladhaire: I see.
22:01.04cladhaireMikk: you wshould use google imo
22:01.12MikkMyeah I was just thinking about it
22:01.36MikkI _might_ run into size problems down the road though
22:01.39ThraeSince I'm already pretty much mirroring the SVN.
22:01.48MikkSince I keep committing FrameXML
22:03.27cladhairethe proble i'm running into
22:03.33cladhaireis my host CPU limited my account
22:03.38cladhairebecause of you bastards =)
22:03.52cladhaireso now, I'm trying to troubleshoot, and fix things with confidence.. and my procs get killed =)
22:05.42maiacladhaire: any idea on the timeframe until the new server is up and running? is the new server 'plug&play', or does someone have to assemble the hardware, spend 2 weeks with installing gentoo and another month with doing the rest thats necessary?
22:06.06cladhairemaia: No, its not plug and pray
22:06.12cladhairebut it does require some setup
22:06.16cladhaireits a server with an OS and a web server
22:06.20cladhairelots has to be configured.
22:06.22cladhairetrust me.
22:06.27maiaah, okay. at least thats a good start
22:06.28cladhaireyou dont know how rabid this community is
22:06.34cladhairepeople will break things before they're even up =)
22:06.43Silv*begins frothing at the mouth*
22:06.45cladhairethe OLD svn will be up VERY soon
22:06.47*** join/#wowace ifritweg (n=huan1@p3EE23D84.dip0.t-ipconnect.de)
22:06.50cladhaireand the reason it went down is NOT my host
22:06.52cladhaireits my fault.
22:06.54cladhairei admit it.
22:06.58Silvscreenshotted
22:06.58cladhairebut i can resolve it as well
22:07.02Mikkhaha
22:07.08hastepoor clad
22:07.09cladhairehaha
22:07.21cladhaireat least this time =)
22:07.34cladhairei now have figured out WHY the svn crashed itself the first time tho
22:07.39maiaI just had quite a painful time when setting up a mailserver from scratch on gentoo 2 years ago - compiling the kernel with the right settings took me like a week (but I didnt know anything about linux before)
22:07.40cladhaireas horrible as it was
22:07.50cladhairemaia: Nah, it won't be anything like that.
22:08.05maiagood to hear.
22:08.31Silvi remember the good old days
22:08.37Silvwhen you had to be leet to run Linux
22:08.46Silvwant PPP?  gotta build your own kernel
22:08.54Silv(back in the glorious dialup days)
22:09.05cladhairei hate linux.
22:09.11cladhaireits a horrible tragedy
22:09.31Silvbefore Linksys entered the market, I used to build iptables (was ipchains) linux NAT boxes
22:09.43hyperChipmunk/doom cladhaire
22:10.12Silvfor extra cash (few hundred bux) - at the time there was no consumer / home solution to get multiple computers online on the same broadband connection without using like Internet Connection Sharing or something
22:10.19Silvit was my little cash crop for awhile
22:10.52haste/doom cladhaire
22:11.08cladhaire?
22:11.13cladhaire<PROTECTED>
22:11.14cladhaire?
22:12.09*** join/#wowace Entropism (i=chatzill@cpe-24-193-250-161.ucwphilly.res.rr.com)
22:13.05*** join/#wowace Insa (n=insa@121.17-201-80.adsl-dyn.isp.belgacom.be)
22:13.29jjungnickelI'm confused. HonorFu counts everything twice, but I cannot find out why.
22:14.01cladhairejjungnickel: You have rested honor.
22:14.04cladhaire150%
22:14.09Entropismlol
22:14.33jjungnickeldon't make fun of me :<
22:14.55cladhaireI'm not
22:14.56Entropismif you can't laugh at yourself...
22:15.00cladhaireit was a joke.. I'm sorry =(
22:15.02Entropismlaugh at the guy who just fell down
22:15.09Health:(
22:15.23Healthcladhaire: I played with perfectraid without groups yesterday :(
22:15.28jjungnickelentropism :)
22:15.33HealthAnd did you get a bug report that warriors have mana?
22:15.42cladhaireim not sure
22:15.44cladhairecheck the portal
22:15.49cladhaireif its not on the portal, it won't get fixed =/
22:15.56Healthhttp://85.230.25.118/img/raid.jpg
22:15.58cladhairesvn halfway done verifying.
22:16.05EntropismJjung, I work in a special ed. school.  One kid's nickname (given to him by his parents) is Ree-Ree.  Laugh at that
22:16.08jjungnickelanyhow, searching the forums provided me with nothing but a single thread - with the same problem described, but no answer.
22:16.12HealthI work with bugtools every day! I'm the bug reporter of bug reporters
22:16.16vhaarrcladhaire: And when did it start verifying?
22:16.28cladhaireHealth: I know it happens, just need a report =)
22:16.36jjungnickelHealth: I like that font. Which is it?
22:16.41cladhaireEntropism: eew that sick
22:16.46Healthclearfont
22:16.49cladhairevhaarr: a few minutes ago
22:16.55vhaarrah nice
22:17.06cladhaireyay for clearfont
22:17.29jjungnickelHealth: Plain Clearfont? I was using CF quite sone time and your screen looks nowhere like the CF i knw
22:17.51Healthhmm.. Yeah.. I've not done anything aobut it I think :p
22:18.14jjungnickelHmm. I remember latest cf breaking for me, so i was using the 1.11 one all th time
22:18.51EntropismStupid question, but every chat mod out there has that chat-arrows feature.  Does ANYONE use this?
22:19.06yacoobwhat chat-arrows?
22:19.21Entropismyou can scroll through the stuff you've said before using the arrow keys
22:19.34yacoobah, editbox history? I do.
22:19.40Entropismor, in my case, stop yourself along the road and send repeated tells to people  =/
22:20.22yacoober... I move with w/s/a/d, and most of the time I use autorun
22:20.27Entropismyeah, some mod (of the many) broke my chat mod, wont turn off the editbox history feature
22:20.41HealthI can't find the flyspray link!
22:20.47HealthI suck :(
22:21.11Entropismhttp://www.wowace.com/flyspray/index.php?tasks=all&project=0
22:21.17HealthHooray!
22:21.28EntropismSticky in the Ace2 addons section of the forums  ;)
22:22.02cladhairebugzilla ftw
22:22.47HealthYes.
22:22.51HealthBugzilla ftw!
22:23.02cladhaireSo.. who made the Sandbox commit about five hours ago?
22:23.03HealthMostly becuase I'm sued it :p
22:23.03cladhaireanyone know?
22:23.12HealthThat broke svn?
22:23.14cladhaireHealth: And you're used to it because its the de facto standard
22:23.19cladhaireHealth: Actually, yeah it did.
22:23.24cladhaireIt did an rm -fr on the svn :P
22:23.30Healthhmm =)
22:23.43cladhaireMy fault, I just want to know who triggered it heh
22:24.14vhaarrlol really?
22:24.15vhaarrrm -rf, haha
22:24.23cladhaireyeah
22:24.30cladhaire-fr
22:24.38cladhairei dont like -rf
22:24.45vhaarrhow on earth.. ? :P
22:24.51cladhairebecause, the svn post-commits operate under a different user than the web/shell user
22:24.53cladhaireone I can't do anything as
22:24.58cladhaireso when there were stranded commit files on the svn.. i needed to remove them.. and i couldn't wait for the host to do it..
22:25.08cladhaireso i made a post-commit script that did an rm-fr on the svn.. which solved the issue
22:25.14Healthheh.
22:25.16cladhairei guess i never deleted the pc script
22:25.26jjungnickelso, why does honorfu count twice? two instances of glory? me being stupid? or... *cry*
22:25.38vhaarrcladhaire: :P
22:25.42cladhairevhaarr: lol what?
22:25.42HealthHmm.. there is no PerfectRaid project in flyspray?
22:25.50cladhaireHealth: Nope,i dont like flyspray
22:25.53cladhairei use portals.
22:25.53EntropismClad, what's the story with the SVN these days?  it ever going to have the files section public again?
22:25.56cladhairecause they work perfect for me.
22:26.02cladhaireEntropism: the files sectrion has been public all week
22:26.05vhaarrGive me bugzilla.
22:26.06cladhairemore public than ever
22:26.13Entropism...
22:26.17EntropismI never got the memo!
22:26.24Entropismlol
22:26.29cladhaireheh
22:26.34cladhairei dont broadcast anything about the svn
22:26.38cladhairesince it breaks every other website i have
22:26.47cladhaireits going to take months to convince the host to restore my account.
22:26.51Healthcladhaire: Not sure what you mean.. where do I report? :P
22:26.54EntropismI spent the entire day feeling like a dumbass.  I'm now complete  =)
22:27.04cladhaireHealth: cladhaire.wowinterface.com
22:27.14cladhaireEntropism: lol.. k
22:27.22Entropismlol
22:28.42*** join/#wowace Estala (n=shadox@adsl-12-101-49.gsp.bellsouth.net)
22:29.06EstalaCan someone answer a question about the SVN please?
22:29.28hastespit it out and an answer might come
22:29.29cladhaireShadox: I will answer multiple.
22:29.46ShadoxLWell I tried looking around on the wow ace site
22:29.51ShadoxLand I see nothing about necessitating a log in
22:29.55*** join/#wowace Silencer (n=Silencer@195.252.78.16)
22:30.46ShadoxLbut Tortosie and everything keeps prompting me :/
22:30.46EntropismDownloading through TortoiseSVN through /root/trunk & whatnot is still dev access only?
22:30.46cladhaireShadoxL: BEcause its down at the moment
22:30.46cladhairefor maintenance.
22:30.46ShadoxLAh
22:30.46cladhaireEntropism: No, its down for maintenance
22:30.46ShadoxLGotcha
22:30.46Entropismsweet
22:30.47ShadoxLXWell that's good to know
22:30.47ShadoxLXI thought I was just stupid :P
22:30.49ShadoxLXand/or blind.
22:31.15Healthcladhaire: We all promise butseks if you get group seperators! :D
22:31.23ShadoxLX:-O
22:31.28cladhaireHealth: there's already a patch for it.
22:31.31cladhairejust need to commit it.
22:31.37HealthHooray!
22:31.56Galka_I promise butseks to Cladhaire for being CLadhaire
22:31.58Health~butseks cladhaire
22:32.45jjungnickelokay, okay. I give in. Can anyone point me into the right direction or do I have to bug the author?
22:33.07HealthThe problem is that everyone want to have their reports to different places :p
22:33.13cladhaireshit.
22:33.21Healthflyspray, forums, portals, irc, hand written mails
22:35.30Healthshit doesn't sound good :/
22:35.46HealthIt's snowing in sweden!
22:36.26sbuwoot? snow... *sigh*
22:36.28tiggjjungnickel: or fix it yourself and send patch ;)
22:36.43jjungnickeltigg, oooh, i would
22:37.35*** join/#wowace Justin[Tanaris] (n=jd@S010600134640e0bb.cg.shawcable.net)
22:37.46EntropismAnyone here edit the AGuf lua with the raid group info posted on page 46 of the thread?  Trying to find the right line to put it into
22:38.02Tekkubjjungnickel, if the mod has a wiki page with a bug tracker entry in the rightside box, report it there
22:38.18Tekkubif not, bitch at the author to get a wiki page with full links
22:38.21cladhaireOk.
22:38.28Justin[Tanaris]what's the proper URl for the SVN?
22:38.28cladhairewe may have lost data on this one.
22:38.32cladhaire*sigh*
22:38.34jjungnickelTekkub: yes, that would have been my next step :)
22:39.01Silvohnoes
22:39.15SilvSVN is afflicted by cladhaire.
22:39.19Silv=(
22:40.09pastamancerEntropism: search for ["raidcolor"] in ag_UnitFrames.lua
22:40.48cladhairewe're goign to lose the last 50 commits or so
22:40.59vhaarr50? :(
22:41.00vhaarrouch
22:41.10cladhaireyeah
22:41.12cladhairethe good news?
22:41.14cladhairethey should all be zipped up
22:41.16EntropismPasta, ["raidcolor"] = function blah blah blah?  That line?
22:41.17cladhaireor most of them :P
22:41.24cladhaireso i can re-commit them if i need to
22:41.56IndustrialWhy is b in idInterface:Buttons() not setting to the right scale? It stays at 1. http://pastey.net/1013
22:42.03cladhairewell, anything that was commited correctly
22:42.14Healthcladhaire: That sounds sucky! To manually add them again :p
22:42.22Tem|AFKyes, cladhaire got bug reports about warriors being low on mana
22:42.28Tem|AFKas well as no one reporting buffs
22:42.38Tem|AFKI was just useless to help fix it
22:42.48EntropismI get innervates all the time on my tank...
22:42.50cladhaireTem|AFK: Telling me is different from posting it =)
22:43.00EntropismEither we have mana or our druids are idiots  ;)
22:43.00Tem|AFKoh, another thing
22:43.17Tem|AFKArcane Power is reported by PRaid as Innervate
22:43.23cladhairethat's not a bug
22:43.24Tem|AFK(it's because they have the same icon)
22:43.27cladhairei just hate mages.
22:43.36Tem|AFKit's fine, I hate AP mages too
22:43.44Justin[Tanaris]what's the proper URl for the SVN?
22:43.53Tem|AFKgood lord
22:44.02Tem|AFKthe SVN is down for maintenance
22:44.17cladhairethis is true.
22:44.31cladhaire"maintenance" being a very .. loose.. word.
22:44.47*** topic/#wowace by Tem|AFK -> http://www.wowace.com | http://ace.pastey.net/ | http://www.lua.org/pil | http://www.wowace.com/flyspray/ | The SVN is down for maintenance. I will personally cut the next person who asks.
22:44.59hyperChipmunkyarr
22:45.03steinooO
22:45.07Tem|AFKI will cut you so bad you'll wish
22:45.09steinoSoo.. tempting..
22:45.13Tem|AFKI hadn't cut you so bad
22:45.17cladhaireTem|AFK: Whats the SVN address.. this just isn't working for me!
22:45.25hyperChipmunkO_o
22:45.32Tem|AFKreal, real bad
22:45.40steinopure evil
22:45.41steino!
22:48.48*** join/#wowace Odlaw (n=Waldo@c-24-8-99-131.hsd1.co.comcast.net)
22:49.22*** join/#wowace Minada (n=Minada@mut38-1-82-67-63-115.fbx.proxad.net)
22:51.25cladhaireHoly shit.
22:51.37cladhairethis machine just got a shitload faster, once I cut off web access
22:51.37TemSilv, you haven't been online in 18 hours.  how do you manage?
22:51.48TemI don't think I've evern been more than 12 when not out of town
22:52.24Minada!trunk oRA2
22:52.25*** join/#wowace BoltR_ (i=BoltR@S0106000d615b23ea.cg.shawcable.net)
22:54.20Healthweb access isn't really needed now that we can package stuff!
22:54.40cladhaireha
22:54.42cladhairetell that to THEM
22:54.52cladhairethe 3gigs that get downloaded every 18 hours or so :P
22:54.58Silvheya Tem
22:55.12hyperChipmunkweb access has nothing to do with packaging
22:55.26cladhairehyperChipmunk: except you need web access to package
22:55.38cladhairenow how in the FUCK am i going to restore these 50 commits =(
22:55.42hyperChipmunkweb access is for viewing logs and diffs and browsing the tree
22:56.03cladhairehyperChipmunk: the svn RUNS on the web.. its the only way it works.
22:56.21hastesvn:// !
22:56.28Healthhttp + dap
22:56.39hyperChipmunkwell, I consider web access the web frontend
22:56.47*** join/#wowace Tuller (n=chatzill@c-68-57-185-39.hsd1.va.comcast.net)
22:56.54cladhairehyperChipmunk: well ANY web cnnectino is bitchslapped right now.
22:57.06*** join/#wowace Kyahx (n=kyahx@144.13.213.33)
22:57.16hyperChipmunkas opposed to real access, which is done with a console
22:57.32*** join/#wowace Yuv (n=no@xdsl-213-196-209-73.netcologne.de)
22:57.54hyperChipmunkafk, dinner
22:58.09sbumhh - is there a way to run svn w/o apache/dav? (some light httpd + dav mod)
22:58.15Health"real access" goes through http still
22:58.18Healthfrom the console
22:58.49Healthapache + mod_ldap is popular!
22:59.44sbuyah i know that its http backend, but there is no way but apache?
22:59.46Minadaseems like the bot doesn't work :(
23:00.32HealthI'm sure you can use any httpd woth ldap support
23:00.47sbuldap??
23:00.51sbuyou mean svn
23:00.55sbuwhy ldap? :o
23:01.47*** join/#wowace Curney (n=chatzill@adsl-75-45-199-206.dsl.sfldmi.sbcglobal.net)
23:02.03*** join/#wowace mjc (n=mjc@c-24-127-197-121.hsd1.fl.comcast.net)
23:02.09KyahxIs the SVN down for maintenance?
23:02.11Kyahx:P
23:02.27mjcmoo
23:02.33Healthsvn uses ldap!
23:02.34mjcwhat's druidcom? :P
23:02.42HealthI might just be drunk
23:03.06sbuuhm
23:03.09sbuHealth: yep ;p
23:03.22Curneyi'm guessing it is since http://svn.wowace.com/files is also down
23:03.38sbutheres no ldap in standard svn
23:03.39KyahxCurney: I know, I read the channel topic.
23:03.40Kyahxhehe
23:04.05sbuits optional if you want auth via LDAP
23:05.00HealthI'm just drunk.. thinking of some other mod
23:05.09Healthaha!
23:05.10Healthmod_dav!
23:05.24sbuyep ;p
23:06.04HealthWas thinking of the file system thingy mod and just wrote the first name that came up in my head :p
23:07.09vhaarr"Ace2 RC2: AceLocale: Uses new API"
23:07.13vhaarrSo 2.0 is deprecated?
23:09.28vhaarreh nvm
23:09.49*** join/#wowace Hypatia (n=Hypatia@node30.170.136.64.1dial.com)
23:10.19vhaarrcladhaire: Can we commit or do you want to restore those 50 missing ones first?
23:10.49cladhairewell, you can't get anywhere near the svn at the moment.
23:10.55cladhaireand i'm not goign to be able to restore them
23:10.58cladhaireit sucks.
23:10.58cladhairebut
23:11.06cladhairei just dont have four more hours.
23:11.20vhaarrthen post a list of the commits that need to be redone somewhere
23:11.31cladhairehttp://groups.google.com/group/wowace
23:11.34vhaarrno thanks
23:11.40cladhairehuh?
23:11.48cladhairewhat does "no thanks" mean?
23:12.05vhaarrit means I don't want to read through that soup of text looking for commits I have to redo
23:12.14cladhairether'es no soup
23:12.17cladhairefor fucks sake
23:12.21cladhaireif you're unwilling to look there, then ic an't help you
23:12.30hyperChipmunkit means, 'I appreciate the offer, but I'm not interested at this time'
23:12.55*** join/#wowace Fwieg (n=no@80.229.217.90)
23:13.04cladhaireis it took damn difficult to look back through the last 50 commits, and see which ones you made.. then recommit those versions?
23:14.24Silvits only 50 or so?
23:14.38cladhaire11615 to 11650
23:14.48cladhaireand I'm horribly pissed that this has happened.
23:14.49HypatiaIf it's too difficult to browse the URL and see that it's nothing but commit logs, it's clearly too hard to do that, cladhaire.  ;>
23:15.04vhaarrI'd think scripting the commits would be easier from your side, especially since you seem to have some script capable of doing it already.
23:15.04cladhairebut vhaarr, I dont' get pissed off easily.. but that pissed me off.
23:15.14cladhairewell, you'd be wrong on all accounts.
23:15.22cladhairea.) there is no script
23:15.27cladhaireb.) i can't and won't script re-commits.
23:15.47cladhairec.) those emails are a.) the author, b.) the log message, and c.) a contextual diff of the commit.  I can't make it any easier.
23:16.43*** join/#wowace Thirsterhall (n=thirster@static-69-95-150-220.akr.choiceone.net)
23:17.58cladhaireeew.. i acidentally watched "Everybody Loves Raymond"
23:18.05cladhairei kinda hate myself.
23:18.08Silv-50 DKP
23:18.23cladhairethx.
23:18.26cladhairethat makes me feel better =)
23:18.31sbuuhm - we dont need exact THOSE commits, right? so it would be possible to just commit the changes (from current .zip files) to be up2date?
23:18.33ThirsterhallClad hey need to talk to you about SVN/wiki access if ya have a min
23:18.35cladhairetho i'm crazy low on my KP
23:18.37cladhairesbu: Absolutely
23:18.50cladhaireThirsterhall: sure, whats up
23:19.00cladhairesbu: and the zip files should exist on thrae's box.
23:19.07ThirsterhallI totaly forget what my password was LOL
23:19.12cladhairesbu: In theory.. i'm not sure what he's doing
23:19.13*** join/#wowace Ninetysix (n=ninetysi@216.184.121.70.cfl.res.rr.com)
23:19.35cladhaireThirsterhall: Well SVN is down for maintenance, i can reset it for you if you want.. and the wiki you'll have to go to Kael.. or see if it has a "Forgot password" link
23:19.36cladhairehrm
23:19.48*** join/#wowace Iorek (n=woowoo@207.155.49.144)
23:19.48*** join/#wowace Brandexus (n=null77@CPE0080c6f1f133-CM001225d8ae14.cpe.net.cable.rogers.com)
23:20.07sbuha! cleaned ragefire w/ my lvl 60 priest :/
23:20.29ThirsterhallOK np getting close to be ready to release an addon
23:20.56cladhaireLF Guild, 60 Priest, 5/8 T1, 3/8 T2, Benediction, attuned
23:21.00cladhaireThirsterhall: Good stuff =)
23:21.19cladhairei think my guild is breaking up.. again
23:21.22Kyahx=/
23:21.23Hypatia:(
23:21.25nevcairiel:(
23:21.30KyahxYou can join mine, but you have to move servers, haha
23:21.32cladhairehaha its not that sad
23:21.37cladhairejust happened a lot..
23:21.39Thirsterhallwhat server you on clad?
23:21.39HealthGet all zips from t-dude, unzip all in the trunk as they will be extracted to the right place.. delete all libs dirs!
23:22.01vhaarrcladhaire: I don't see why it should piss you off that I find the google groups interface hard to use for this kind of purpose .. Sorry if it did.
23:22.02Healthbut as the libs dirs aren't added to the repo, that's just thecleanup step
23:22.27Healthvhaarr: I think he meant svn breakage
23:22.38cladhairevhaarr: Its just a list of emails.  I'm not asking you to commit all 50 revs.. but it shouldn't be difficult to find your own, and re-commit those.
23:22.50cladhaireThirsterhall: Stormrage exclusively now.
23:22.53ThirsterhallI've been in the same guild since before WoW release
23:22.58cladhaireme too
23:23.00cladhairewell
23:23.11Healthcladhaire: I'm on EU-Stormrage :(
23:23.12cladhairei was in one at release, but i've been in the other one since a month after that
23:23.17cladhaireeven through guild splits, etc.
23:23.21cladhaireHealth: Your server suck too? =)
23:23.32HealthYeah.. a bit, we had hardware upgrade though :P
23:23.38nevcairielive been in a kinda small guild from 1-60, then my whole guild joined another for raiding, server first MC etc..
23:23.47HealthIf you mean server performanec.. but we suck at progression too!
23:24.06cladhairevhaarr: I apolgize for snapping, but people keep getting on my shit, when they have no idea how difficult these issues over the past few weeks have been.
23:24.13cladhaireHealth: We're at.. Satura.
23:24.23cladhaireSartura
23:24.26Thirsterhallya our guild teamed up with a couple others for MC and beyond but now we can prety much do them all solo
23:24.27HealthHeh. server wide?
23:24.33cladhaireoh no
23:24.42cladhaireserver wide we're very solid
23:24.47cladhaireexcept for the mass exodus of horde players
23:24.51cladhaireall three main guilds left :P
23:24.53nevcairielheh
23:24.54vhaarrcladhaire: I don't have experience maintaning SVN, but I have maintained a CVS server, so I think I know how it is.
23:24.56HealthHehe :p
23:25.19cladhaire*shrug*
23:25.22vhaarrIf anything, SVN should be easier.
23:25.30vhaarrConsidering its age and all.
23:25.33ThirsterhallClad will the idea of a new server offload all that work from you?
23:25.34cladhairethis has been a snowball
23:25.41cladhaireThirsterhall: We have a new server coming.
23:26.05Thirsterhallya but does that just mean more work for ya or will it offload some
23:26.20cladhaireit'll be easier.
23:26.29Thirsterhallthat's a plus
23:26.35cladhairepatch week killed us.
23:26.40cladhairedestroyed us.
23:26.42cladhairewell me
23:26.44cladhairepersonally.
23:27.04cladhairethis is a GREAT host.. and they've been insanely patient.
23:27.18cladhairebt the way people are using svn.. with the externals, and the volume.. it can't be done like this.
23:27.24*** join/#wowace [DiE]Celeb (n=zlkkiz@ti300720a080-4367.bb.online.no)
23:27.29ThirsterhallI'm hoping my work does block the new server so fast LOL
23:27.43nevcairielyay, TBC is cheaper now. it went down from 34,99 to 34,95
23:27.45cladhaireThirsterhall: Hehe bring it on =).. once we get the new one set up :P
23:27.51cladhairenevcairiel: yay!
23:28.12nevcairielstupid amazon .. why do they even care to send me a mail about that change
23:28.26Thirsterhallit kills me,  I sit for 8 hours a night with basicly nothing to do but no access to any of the wowace stuff
23:28.51cladhairenevcairiel: That means the date is likely close to solid.
23:28.56cladhaireThirsterhall: I'm sorry =(
23:28.57Silencerso any rumorz when will TBC get out ? :)
23:28.57nevcairielI hope
23:29.12nevcairielStill no change in their release date tho.
23:29.16nevcairielamazon still says 31.10
23:29.24cladhairehrm
23:29.49cladhairewill i figure out DD.MM dates if i live in england for four years
23:29.51vhaarrcladhaire: Files section down?
23:29.51cladhairecause it kills me now.
23:30.07cladhairevhaarr: the entire website is set to deny all right now.
23:30.17vhaarraha
23:30.26cladhaireotherwise i can't get this done.

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.