irclog2html for #wowace on 20060923

00:00.03KemayoIndustrial: The parentheses aren't required -- how would you tell the end of the condition and the start of the block?
00:00.05Industrialfirst is always the expressions, second can be anything until end or else
00:00.17ckknightyea, how do you tell the separation?
00:00.20Industrialspace
00:00.21Mikmahttp://wow.reaktio.net/agufport.jpg
00:00.21Kemayo(Well, okay, you could use a semicolon.  But hates them we does.)
00:00.24ckknightspace?
00:00.27MikmaKemayo: there's my layout :D
00:00.33ckknightyou mean if x == y block end?
00:00.34Industrialyes whitespace
00:00.39Industrialyeah
00:00.43ckknightexpressions can include whitespace.
00:00.52KemayoMikma: looks good!
00:00.57Industrial>_<
00:01.00ckknightand they don't have to be statements, so it doesn't always work.
00:01.23Industrialbut an operator cant be after the statement
00:01.31KemayoIf nothing else, it would make reading one-liners a lot harder.
00:01.32MikmaKemayo: now just force ag` to get the portraits in asap
00:01.34Industrialso everything after an operator can be considered part of the statement
00:01.44HealthYou don't always need an operator
00:01.55Healthif penis then ... end
00:01.57Industrialyou still have the space
00:02.10HealthYou don't want to fuck with the whitespace :)
00:02.49TainI love how Industrial has gone from stealing other people's addons and hacking away at them to arguing syntax with people.   (And no that's not a knock or insult, I really think it's cool.)
00:02.51Industrialcan be spaces tabs lfs or crs
00:03.13ag`Mikma, you're right about the dropshadow
00:03.17ag`it seems to be missing on macs
00:03.22ag`it's here on my PC though
00:03.31TainThat's because Macs have no souls.
00:03.35KemayoMikma: I need to get someone to test it to make sure that it's working in raids first (or, rather, emphatically not working in raids).  Also, someone on the forums mentioned that targetoftarget is showing with an empty portrait frame... so I need to fix that.
00:03.35TainThey can't cast a shadow.
00:03.37ckknightif quiet (a)(b) end
00:03.40IndustrialTain: heh, but where did i steal something except for ChatScroll?
00:03.49TainI don't know!  You're the one who always used to say t.
00:03.53ckknightIndustrial, now, what does that describe?
00:03.55ckknight:-P
00:04.12Kaeltenckknight: why are you making up a language?
00:04.15Mikmaag`: lol :D
00:04.16Industrialckknight: id quiet a b end
00:04.21ckknightKaelten, because I can.
00:04.22Industrialshould evaluate to the same right?
00:04.39MikmaKemayo: and btw, i see the portrait with my PerfectRaid layout (ToT) .. it's small, and it's cute :D
00:04.46*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
00:05.41ckknightIndustrial, no, since it could be calling quiet(a)
00:05.50ckknightor quiet(a)(b)
00:06.15KemayoMikma: So long as it's not massively spiking memory usage / KiB/s, that's probably okay. I have no idea how memory-intensive the modelframe is...
00:06.17Industrialthen it should be a false statement :P
00:06.53MikmaKemayo: the only thing that bugs me is that i have to checkout the whole frame and rename it when i update it :P
00:06.55ckknightit doesn't matter, it needs "then" to do it properly
00:07.28Industrialit would be wrong syntax and like you said call quiet(a)(b)
00:07.30Industrial:D
00:07.33KemayoMikma: ...I don't follow.  ;_;
00:07.42MikmaKemayo: http://svn.wowace.com/root/branches/ag_UnitFrames/Kemayo/
00:07.56Mikmai need to checkout that and rename it to ag_UnitFrames
00:08.07hasteMikma: svn co http://... ag_UnitFrames
00:08.10ckknightbasically, what I want to convey is if alpha then (bravo)(charlie) end
00:08.10hasteproblem solved!
00:08.23ckknightwithout then, it can be ambiguous
00:08.32KemayoYeah, at least with TortoiseSVN you can checkout to arbitrarily named directories.
00:08.32Mikmahaste: there, i asked that before and nobody answered. them gheys
00:09.07hasteI'm installing BF2 now :D
00:09.08KemayoFor that matter, even if you renamed it, svn up from inside it should still have worked. :)
00:09.08ckknightalso, I think that then makes it clearer for the human eye.
00:09.29MikmaBigFoot2?
00:09.34CIA-1103thiana * r11699 10FuBar_tcgTradeskills/ (Cooldowns.lua Core.lua):
00:09.34CIA-11FuBar_tcgTradeskills:
00:09.34CIA-11* Fixed typo in cooldowns which was causing alerts to spam
00:09.34CIA-11* Changed the way skills are scanned so that headers are expanded/collapsed.
00:09.34CIA-11* Fixed typo HasTransation() -> HasReverseTranslation() when scanning skills, will hopefully fix non-enUS clients
00:09.43Tainhaha awesome!  http://www.popgadget.net/2006/09/halfsuit_for_bo.php
00:11.00MikmaKemayo: ag_UnitClass.lua:545: attempt to index field 'Portrait' (a nil value)
00:11.02Industriallol !
00:11.03CIA-1103jncl * r11700 10oSkin/ (AOElements.lua AddonFrames.lua UIElements1.lua): oSkin: GroupLoot mini back by popular demand :), fixed resizing bug finally, I hope :)
00:11.21Industrialckknight: cant think of a solution right now
00:12.06ckknight:-P
00:12.11*** join/#wowace MentalPower_ (i=chatzill@host-70-45-82-92.onelinkpr.net)
00:12.31CIA-1103kemayo 07Kemayo * r11701 10ag_UnitFrames/ag_UnitClass.lua: ag_UnitFrames (Kemayo): Fix "ag_UnitClass.lua:545: attempt to index field 'Portrait' (a nil value)".
00:12.39ckknightalso, I don't plan on whitespace having any real meaning :-P
00:12.42Industrialwell, 'if a (b)(c) end' whats wrong with that?
00:13.17Industriali=t'd just be 'id a(b)(c) end'
00:13.21ckknightIndustrial, because it's ambiguous whether it does if a(b)(c) then end or if a then (b)(c) end
00:13.33*** join/#wowace steino_ (n=stein-iv@ti531210a080-0410.bb.online.no)
00:13.55MikmaKemayo: perfect!
00:14.02KemayoScore!
00:14.10Industrialthats if you dont give meaning to whitespace yes, but what if you dont allow a () to do a() ?
00:14.33CIA-1103thiana * r11702 10/trunk/ (FuBar_uFriends/ FuBar_uGuild/): FuBar_{uFriends,uGuild}: Fixed externals
00:15.00Industrial(i dont see why youd want to write it like that anyway)
00:16.20SilencerACE2 fucked up my FrameXML shit for Channels :<
00:16.23Silencerdunno why :<
00:16.27Silencerneed to disable it
00:16.38IndustrialidChat2_ChannelNames is broken.
00:16.39Industrialagain.
00:16.42*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
00:16.43Silencerno no no
00:16.48hasteyes yes yes!
00:17.02Industrialit really is though
00:17.03Industrial:P
00:17.08MikmaKemayo: selecting another layout doesn't hide the portraits, but /rl takes care of it :)
00:17.08Silencerwhen i enable ace2
00:17.11Silencerstandalone modul
00:17.16ckknightgood idea, though
00:17.20SilencerI got error when i want to do something with channe;s
00:17.27Silencerwhen i disable it works fine :/
00:17.29ckknightI still would like to keep then, though
00:17.35Industrialckknight: :D
00:17.45ckknightSilencer, yea, that's probably my bad
00:17.48ckknightit's AceComm's doing
00:17.49hastepatching Bf2 takes AGES
00:17.53ckknightI can't figure out the bug, though
00:17.53Industriallearning scheme basics got me to the idea
00:17.55Silencerckknight, fix it pls :)
00:17.56hasteone patch is 560mb :<
00:17.57DrDreya i told him bout that last night silencer lol
00:18.00Silencerlol :)
00:18.01Silencerffs ;)
00:18.02Silencerhahahaha : )
00:18.25SilencerI wonder why I put all ace2 addons to use ace2 standalone version :)
00:18.31Industrialme too
00:18.32Silencernow I will use embadded one :P
00:18.37Industrialgood
00:18.45Industrialad never touch !!!Libraries again
00:18.48Industrialand*
00:18.58ThianaCK, for Babble-Spell-2.0 there are two english translations registered for one german one. (a) What is GetReverseTranslation() going to return, and (b) should there be two different english transations for one skill?
00:19.00Silencerwell faster loading
00:19.08Silencerwhen u put addons to use ace2 standalone
00:19.11DrDreonly reason i had ace2 standalone was to test it for ckk lol
00:19.13Silenceras I tested
00:19.16Industrialand howmany times do you load?
00:19.21Silencerlol DrDre hahahahaha
00:19.26Industrial3 times a session?
00:19.27Thiana(Angeln = "Fishing" and "Fishing Poles")
00:19.28Silencerwell :)
00:19.32Silencersince :) i have shity internet
00:19.46Silencerand recive the Disconnect 10 times in one hours ;) when i am in raid
00:19.47Silencer<PROTECTED>
00:20.03Industrialthen thats the real problem
00:20.04Industrial:P
00:20.14ckknightThiana, odd, that's kinda up in the air.
00:20.18Silencerahahaha :)
00:20.21ckknightI'm not too worried, though
00:20.38KemayoMikma: Okay, something I changed broke that.  I'll fix it up when I get home.
00:20.42Silencerbtw; ) what is better vchat or idchat ? :)
00:20.42KemayoSpeaking of which...
00:21.01Thianackknight: I'm wondering because it's going to mess up my tradeskill scanning on german clients if it returns 'Fishing Poles' first
00:21.14ckknightit might
00:21.44CIA-1103xuerian * r11703 10XLoot/XLoot.lua: XLoot: Fixed lingering info text
00:23.20Silencerfubar loot addon works now ? :0
00:23.22Industrialckknight: thats why i want to go to uni (but sadly cant), i love thinking about crap :P
00:23.23Silencersome1 using it
00:23.43DrDrei need to learn more lua so i can edit those fubar plugins myself lol
00:23.54Neeblerwoah, sprocket is neato. I love the explosion thing it does when selecting an icon
00:23.56Industrialand to be taught crap is way cool :> I've learnt to program myself so I just stay at one level
00:24.00XuerianFubar loot addon, Silencer? GroupFu?
00:24.01TainDon't ever let schooling get in the way of your learning.
00:24.14ckknightIndustrial, I'm having issues at my university.
00:24.16XuerianYes Neebler, Sprocket is great.:P
00:24.24ckknight:-P
00:24.39ckknightturns out I am a bit too advanced for their tastes
00:24.53ckknightthe classes I'm taking now I already know the material for
00:24.57IndustrialTain: its hard to learn more and i cant really point out the problem
00:24.59pastamancerag`: self:RegisterEvent("UNIT_FACTION","UpdatePvP") needs to be added, I don't think the other registered events really reflect pvp status changes
00:25.07ckknightand I'll be running out of classes pretty soon.
00:25.19Industrialckknight: fast certs:D
00:25.21ag`pastamancer, I thought I had that event?
00:25.32SilencerXuerian, oh :) that is loot addon : )L OL :)
00:25.37DrDredoes KCI have a feature like auctioneer to do a ?[link] command to check price on items (let other players check price by using that)
00:25.39Industrialkergoth: take art class or something :P
00:25.44Industrialerr, ckknight *
00:25.46Silencerand who develop hostelbar ? )
00:26.15Xuerianhttp://www.wowace.com/index.php/XLoot , Silencer :P
00:26.20MikmaKemayo: http://wow.reaktio.net/agufport1.jpg
00:26.25IndustrialNeebler: you can turn it off in the options
00:26.44ckknightlol
00:27.09pastamancerag`: I'll double-check
00:27.11ckknightI'm taking Writing, Communications, a Math class (that I don't go to), and 3 computer science classes.
00:27.13ckknight:-P
00:27.21Industrial;o
00:28.07ckknightI really wish I could do independent studies or something
00:28.27Mikmalol my friend is having fun
00:28.34Mikmahe's going to kill wow-botters with his shaman
00:28.41pastamancerag`: I see UPDATE_FACTION, PLAYER_FLAGS_CHANGED, UNIT_PVP_UPDATE
00:28.46*** join/#wowace pkey (n=fake@71-8-66-19.dhcp.leds.al.charter.com)
00:29.00ag`feel free to add it
00:29.16Mikmaag`: fix teh damn pvp-flag update :(
00:29.31Mikmait's not updating when the flag goes away
00:29.32pastamancerI don't have a cvs account :p
00:29.34Mikmathe icon stays on
00:29.39mjcCVS!?!?!?!?!?
00:29.43pastamancererr svn
00:29.45pastamancerI use cvs at work
00:29.45mjcwhat kind of drugs
00:29.46mjc:P
00:30.59Industriallol
00:32.34*** join/#wowace ckknight_ (n=ckknight@198.199.136.119)
00:32.35*** mode/#wowace [+o ckknight_] by ChanServ
00:32.48ckknight_gah
00:33.35*** join/#wowace pkey^ (n=fake@71-8-66-19.dhcp.leds.al.charter.com)
00:34.14mjcwb ck.
00:40.54CIA-1103kemayo 07Kemayo * r11704 10ag_UnitFrames/ag_UnitClass.lua: ag_UnitFrames (Kemayo): Make portraits hide on layoutchange if the new layout doesn't use 'em again.
00:41.18chrisa!trunk XRS
00:42.20SVNBotYou can already find the latest revision of XRS at http://www.matts-hosting.com/addons/root/trunk/XRS/
00:44.48Mikma<PROTECTED>
00:44.55Mikmaanyone tested the XAD from svn?
00:44.57Kemayockknight: You're lucky with the math class. In my school they drop you after you miss three classes.  :-P
00:44.59Mikmawhat's wrong with it :P
00:45.18ckknightKemayo, the teacher said not to come
00:45.23ckknightand that I'd still get credit
00:45.26ckknightcause I know it all
00:45.30*** join/#wowace ven (n=ven@dynadsl-080-228-66-135.ewetel.net)
00:46.04KemayoI have a physics class like that.  But I still have to go.  ;_;
00:46.44ckknightactually, I should probably report back to the teacher
00:46.48ckknighttelling her what I've "learned"
00:46.57ckknightI'm supposed to do something outside of class
00:47.05ckknightlike study proofs or something
00:49.12ckknightwhich turns out, I already know as well.
00:49.14ckknight:-P
00:50.28Industrial*sigh*
00:50.47ckknightlol
00:50.59ckknightyou'd be purged with the rest of the unwashed masses.
00:51.06Industrial:P
00:51.38KemayoMikma: Well, I'm using it now and I can't see how to move it...
00:51.39ckknightwhile I rule from my crystal throne, unnerving
00:52.31MikmaKemayo: /xad lock
00:52.48Industrialckknight: ill be the underdog and in some at first seemingly random way receive a super duper robot friend. well travel for a few months real time and become a real 'strong' team, friends. And then i'd beat you.
00:53.08KemayoMikma: Yeah... but that doesn't do anything.  The bar doesn't become draggable.
00:53.10IndustrialThe end. Next anime series :P
00:53.20ckknightexcept the robot is really my spy, due to the mandatory chip implanted in all robots
00:53.26ckknightmwahaha
00:53.36Industriallol were geeks :3
00:53.42CIA-1103jncl * r11705 10oSkin/AOElements.lua: oSkin: Fix to skinMCP code, allow for Rophy's version
00:55.13Industrialor kids - but thats arguably the same :D
00:55.27chrisaIs there a list of oskins textures people have made somewhere?
00:55.34XuerianRobots, computers, big shiny things. All win.
00:55.41CIA-1103mikma * r11706 10XAD/ (. XAD.toc): XAD: Updating externals again
00:56.09Gngskchrisa, oSkin doesn't use textures
00:56.17yssrnit uses one
00:56.23Gngskglaze
00:56.25yssrnglaze.tga
00:56.26Gngskand krka
00:56.45ckknightIndustrial, I don't watch anime, I'm just making this up as I go along
00:56.45Gngskthe majority if it's just gradients set via wow API
00:56.57Industrialckknight: I know :D
00:57.12Industrialyssrn, Gngsk, krka; anoying names
00:57.23Industrialidstrl ?
00:57.27Mikmafixing externals for addons made by others is a bitch
00:57.27Gngskaye
00:57.28*** join/#wowace Jarenthal (n=Miranda@cpe-071-076-173-175.triad.res.rr.com)
00:57.32Industrialckngt?
00:57.34yssrnI stole mine from gng
00:57.37Industrialjrntl?
00:57.38yssrngng, where are ya'll
00:57.38chrisaSo, how does the fact that it uses 1 texture change my question at all :O
00:57.47chrisaI'm still curious if others are available that people like
00:58.56Industrialchrisa: any multilayered tga of dimenseions of multiples of two will do
00:58.56SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/XAD
00:59.27KemayoTekkub: Squeenix\Squeenix.lua:169: attempt to index local `self' (a nil value)
01:00.10*** join/#wowace Jens (n=jens@unaffiliated/jens)
01:00.37*** join/#wowace Jarenthal (n=Miranda@cpe-071-076-173-175.triad.res.rr.com)
01:01.10Industrialckknight: im reading some boo pdf. if I can do t = a for b in c, what type is t?
01:01.22ckknightt is what it is meant to be.
01:01.45CIA-1103mikma * r11707 10XAD/: XAD: fruit fix
01:01.46ckknightactually, it might be a tuple.
01:01.51JensI just had an idea... wouldn't it be possible to have a hardcoded list of TOC Inerface values, check those against current value in .TOC file, and then bitch at clueless morons who use WoWToc...
01:01.53ckknightyea, that seems about right
01:01.53Industrialok
01:01.56JensI hate WoWToc so much.
01:02.09HealthHnn.. any ace addon known to kill the client atm? freezes just after entering world unless I have all addons disabled.. I guess I'll have to try to disable a few at a time to debug
01:02.20ckknightright now I'm writing a brainfuck compiler for .NET
01:02.27*** join/#wowace Tain (n=pmallett@c-71-192-0-19.hsd1.ma.comcast.net)
01:02.34IndustrialLOL
01:02.38Industrialokay..
01:02.45IndustrialHealth: use something like LoadIT
01:02.58Industrialto not have to log out and in but just /rl
01:03.10*** join/#wowace Weslocke (n=weslocke@c-68-59-228-252.hsd1.tn.comcast.net)
01:03.41ckknightmessing up with trying to convert a keypress to a byte
01:03.48*** join/#wowace Jarenthal (n=Miranda@cpe-071-076-173-175.triad.res.rr.com)
01:03.52ckknightI think I gotta convert to ANSI or something...
01:04.50Health:(
01:06.45ckknightoh God that's complicated
01:08.13JensWhat's this super secret addon Norganna released to donators and developers?
01:08.20CIA-1103kemayo 07Kemayo * r11708 10ag_UnitFrames/ag_UnitClass.lua: ag_UnitFrames (Kemayo): Fix portrait hiding/creation on layout switch.
01:08.42chrisaKemayo: You're not driving home, your secret is exposed
01:08.48Shilla!trunk oRA2
01:08.56SVNBotYou can already find the latest revision of oRA2 at http://www.matts-hosting.com/addons/root/trunk/oRA2/
01:08.59CIA-1103mikma * r11709 10XAD/Core.lua: XAD: It's ALIVE! a working standalone of XAD!
01:09.11Mikma!trunk XAD
01:09.19SVNBotYou can already find the latest revision of XAD at http://www.matts-hosting.com/addons/root/trunk/XAD/
01:09.28*** join/#wowace Jarenthal (n=Miranda@cpe-071-076-173-175.triad.res.rr.com)
01:09.35Kemayochrisa: No, no.  I have a very short commute.  :-D
01:09.49*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
01:09.58chrisaGoing to try ag instead of nurfed, is svn in a non-exploding state?
01:10.15KemayoMikma: XAD - if I change the scale the borders go all wonky.
01:10.29Jenschrisa: WFM.
01:10.54Kemayochrisa: agUF trunk seems perfectly stable to me.
01:11.05IndustrialKemayo: XAD -> Thirsterhall
01:11.07chrisaI don't think I understood Jens
01:11.18Industrialditto
01:11.32MikmaKemayo: yeah thristerhall is doing it, i'm only SVN'ing it :D
01:11.49Kemayookay, I'll go complain in the thread then.  :-D
01:13.58KemayoActually, it's probably some weird interaction with Bartender2_Dreamlayout...
01:14.35Mikmathristerhall should come online right now
01:15.39MikmaKemayo: well no wonder, it's coded in couple of hours and the code is sucky
01:15.49MikmaBeladona tried to make it better but it's borked too hehe
01:15.59Mikmahttp://www.wowace.com/forums/index.php/topic,2309.msg45730.html#msg45730
01:16.04Kemayo...actually, it's not working at all.  I shall make not of this, too.
01:17.01Mikmawas?
01:17.53KemayoMikma: When I click on any XAD button Bartender2 prints "All ActionBars enabled", and the XAD button blinks to empty, then doesn't actually use the item.  It's weird.
01:18.38MikmaKemayo: "All ActionBars enabled" = comes after 10 seconds from login, it's a timer to enable them
01:18.58KemayoAh, ok.  Timing. :)
01:19.03MikmaKemayo: i just tried the /xad lock. works perfectly. adds a black background which can be used to drag it
01:19.09Mikmai'll mod the code abit
01:20.14mjcxad?
01:20.50XuerianAutobar replacement
01:21.53WeslockeMikma: I'm guessing that there's something wrong with Hunterbars right now?  Or just me?
01:22.20MikmaWeslocke: i have no idea, not using it at all
01:22.41WeslockeBtw, the latest Circle mod for Bar2 is phenomenal.  First one had the pet bar looking goofy, but have that taken care of
01:23.07MikmaWeslocke: /clap sairen :)
01:23.38WeslockeMikma: Well crap...  was switching perfectly before I put in the new Bar2 and _Circled, now it's like it's not even enabled.
01:27.37XuerianIs a single IF, or are nested if's more efficient?
01:29.38CIA-1103murazorz * r11710 10oSkin/AOElements.lua: oSkin: added skinning of the EQL3 options frame
01:29.58CIA-1103dreyruugr * r11711 10ItemClassLib/ItemClasses-2.0/ItemClasses-2.0.lua:
01:29.58CIA-11ItemClassLib
01:29.58CIA-11* GetCount() functions now return an int instead of tostring() values of the ints
01:30.00kergothgoddamnit, did anyone figure out what was causing the broken escape button behavior?
01:30.19kergothwas it xloot?
01:30.51CIA-1103dreyruugr * r11712 10Sprocket/ (Sprocket.toc SprocketClasses.lua):
01:30.51CIA-11Sprocket 0.8.6
01:30.51CIA-11* UseItems not in your inventory now draw on the menu, but are greyed out
01:31.00kergothyep, its xloot.. and only after updating it
01:31.08kergothtime to revert to one that didnt ruin my escape key
01:33.20kergothand does someone want to explain why they removed my code in oskin that made it so you could enable/disable skinning of battlechat and kombatstats?
01:33.32kergothpersonally, i think its utterly idiotic to not be able to disable skinning of specific addons
01:34.00dreyruugrthey hate you?
01:34.09kergothclearly
01:34.23dreyruugrwas it removed, or do you think someone may have not merged properly?
01:35.36kergoththe kombatstats and battlechat support remains, but the block of code that made it conditional does not
01:35.37HealthBah.. my client still crashes
01:35.41kergothand its in the exact same place in the code
01:35.43kergothsomeone removed it
01:36.07CIA-1103mikma * r11713 10XAD/Core.lua: XAD: local ticking gnomes, beware
01:36.16chrisaNo mention in the commit logs?
01:36.23kergothadmittedly, itd be cleaner to consolodate the code to make any arbitrary addon skinning conditional, instead of having blocks of code for each, but removing useful functionality is bad
01:36.59kergothis jncl on irc?
01:38.29Mikmaok gn peeps, uncle is tired now
01:38.36kergothnight
01:38.45Gngskfarewell
01:39.39*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
01:44.38chrisaIs the target of target option hidden deep in a menu in ag_unitframes? I see the menu for its options, but not the actual option to enable it
01:45.01ckknightkergoth, maybe it was in the SVN crash?
01:45.16ckknightthe revisions that were lost
01:50.27*** join/#wowace ckknight_ (n=ckknight@198.199.136.119)
01:50.27*** mode/#wowace [+o ckknight_] by ChanServ
01:51.08eternally777I have another question regarding Tablet-2.0.  I notice that you're required to register things like titles and subcategories, so if I had a list of players and I wanted the title of the tooltip to update to reflect the name of the currently moused over player, do I have to register several different tablets?
01:52.25CIA-1103murazorz * r11714 10oSkin/AOElements.lua: oSkin: forgot the EQL3 options frame buttons
01:52.58kergothckknight: good idea, but nope :)
01:57.22TainSo I just started playing Disgaea 2.  Single player RPG game.
01:57.46ckknight_eternally777, no, you just do a tablet:SetTitle("monkeyman") as you please
01:57.46TainAnd in the shop buying new weapons.  Main character uses fist weapons.  And each weapon has a description.
01:58.15TainThe fist weapon I'm looking at has a description of, "Sorry baby!  Why you make me do that?"
01:58.57kergothhahahah
01:59.03Healthckknight_: hmm.. strange.. fubar is crashing my client I think.. it stopped when I disabled it..
01:59.19ckknight_sure it's not a plugin?
01:59.20Healthand the FrameXML.log stopped when loading PerformanceFu
02:00.38HealthI'll try to disble a few of the plugins
02:02.15HealthBah.. something is screwing bad with my client..
02:02.29Healthjust updated a few addons from trunke and it broke
02:04.15Healthhmm
02:04.15Health9/23 04:03:38.389  Error loading Interface\AddOns\SimpleCombatLog\Libs\AceEvent\AceEvent-2.0.lua
02:04.19Health9/23 04:03:38.389  Error loading Interface\AddOns\SimpleCombatLog\Libs\AceDB\AceDB-2.0.lua
02:04.33HealthI get error loading alot of ace stuff
02:04.38HealthMight be related?
02:06.15*** join/#wowace malreth (n=triti@w-mob201-128-62-98-78.public.utexas.edu)
02:06.52malrethrar!
02:07.00KebinusanDown to my last fubar1.2 plugin, rawr
02:07.59Kebinusanhttp://www.wowinterface.com/downloads/fileinfo.php?id=4824
02:09.26*** join/#wowace Tuller (n=chatzill@c-68-57-185-39.hsd1.va.comcast.net)
02:10.52HealthHmm.. is the SVN adding the externals right?
02:11.08HealthSome of the new addons I downloaded are missing some of the libs
02:11.41Healthbah.. I dunno, I'm clueless
02:12.06nekohdoes someone tnow if there is a way to _not_ load modules automatically, instead wait for the self:ToggleModuleActive("xyz", true) by the core to enable them?
02:12.30nekohs/tnow/know/
02:14.29Tekkubnek, toggle them off in the core's OnInit
02:14.51nekohwill try that, thanks
02:15.29HealthI'm not sure how the FrameXML.log usually looks like.. but is
02:15.35Health9/23 04:12:54.555  ** Loading table of contents Interface\AddOns\BigWigs\BigWigs.toc
02:15.38Health9/23 04:12:54.555  Couldn't open Interface\AddOns\BigWigs\
02:15.43Healthcommon for addons? heh.
02:15.47*** join/#wowace Silencer (n=Silencer@195.252.78.16)
02:17.58*** join/#wowace Jarenthal (n=Miranda@cpe-071-076-173-175.triad.res.rr.com)
02:19.37nekohyeah its working.. thanks a lot, Tekkub!!!
02:24.08eternally777Is "DebuffTypeColor" a global Blizzard table? I can't find it in the MPQ files.
02:26.09*** join/#wowace pkey (n=fake@71-8-66-19.dhcp.leds.al.charter.com)
02:26.39*** join/#wowace Jarenthal (n=Miranda@cpe-071-076-173-175.triad.res.rr.com)
02:28.11*** join/#wowace Tuller (n=chatzill@c-68-57-185-39.hsd1.va.comcast.net)
02:30.30*** join/#wowace hlprmnky (n=hlprmnky@dsl093-016-227.msp1.dsl.speakeasy.net)
02:37.52*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
02:42.48Tekkubeternally777, yes it's in... uh... the buff frame lua in framexml I think
02:42.58Tekkubit's like a whole 4 colors
02:46.31eternally777Tekkub.. I just wrote the documentation for PaintChips-2.0, because I saw it still wasn't in the API Documentations index...
02:46.35*** join/#wowace [Wobin] (i=Wobin@218-214-59-86.people.net.au)
02:46.46eternally777And then I found that you had already written it, but it was in your own index :(
02:46.48Tekkuboh I forgot a category didn't I?
02:47.31Tekkubfixed :)
02:47.40eternally777:-P
02:47.48eternally777~whaleslap Tekkub
02:47.50purlACTION beats Tekkub upside and over the head with a freakishly huge killer whale named Hugh
02:48.00eternally777That'll teach you.
02:48.13TekkubI'd whalefuck you, but ckk wouldn't let me add it
02:48.33eternally777haha
02:48.39*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
02:49.12Kebinusanwhalefornicate
02:49.24Tekkubpurl, whalefuck is "<reply>Damned furries..."
02:49.25purlokay, Tekkub
02:50.32eternally777How do you get your own category in the Wiki?
02:51.07Tekkubwaht the by author ones? you write a wiki page for one of your addons
02:51.22Tekkuband use {{Addon Infobox|addonname}}
02:52.02Industrial<PROTECTED>
02:52.07Industriallol neronix
02:52.07Industrial:D
02:52.29*** join/#wowace KB1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
02:52.31eternally777Neronix's comments crack me up.
02:53.13eternally777I'm scared to ask: is AceGUI-2.0 stable-ish?
02:53.29Industrialhis description of the addon
02:53.30Industrial<PROTECTED>
02:53.42Industrial:')
02:55.21KebinusanI think I found your avatar tekk.. http://encyclopediadramatica.com/images/e/e6/Ballsofdeath.gif
02:57.31Industriallol
03:01.05*** join/#wowace ven (n=ven@dynadsl-080-228-78-235.ewetel.net)
03:01.18eternally777Ckk, in response to what you said earlier, about "just call tablet:SetTitle() as needed"... Yeah that doesn't work.
03:01.27eternally777Says I have to do that within a registration.
03:04.13eternally777Oh, I think I see.
03:05.14chrisaI've gotten ag_uf to the point where I like it enough to use it instead of nurfed
03:05.16[Wobin]Kebinusan: I can just hear the 'blip' as Mario gets hit =P
03:09.08[Wobin]rofl
03:09.09[Wobin]I recently found myself COMPLETELY unable to access my WoW account at all. I finally (after two days) was able to reset my password and gain access to my account.
03:09.09[Wobin]Only I found that among ALL my characters, ALL OF MY GOLD WAS GONE!!!!!!!! MMOBAY was the ONLY service that ever had access to my account/password as I have bought gold and power leveling from their company before (via audrey_mmobay on Yahoo Messenger). Theirs was the ONLY company that access to my account information. I am pretty sure that I will NEVER GET MY GOLD BACK and I am VERY SURE I will NEVER use MMOBAY again.
03:09.19[Wobin]Mmm, yes honey.
03:09.41KemayoWe have great sympathy.  Yes.
03:09.52eternally777:( Sorry to hear that Wobin.
03:10.15chrisaI suspect he pasted that from elsewhere
03:10.20CodayusWobin is clearly quoting someone else's misfortunes. :-)
03:10.24Kemayoeternally777: Note the "rofl".
03:10.25Kebinusanok, I am completely amused that Praid lists spirit of redemption as Imp. Dying
03:10.29[Wobin]I am =P
03:13.20Tekkubhehe
03:13.35TekkubI'd call it Dead++, but that's the programmer in me
03:14.07Prophyhmm the latest hostelbar11640 isn't showing the bars when u do /hb anchors or /hb test
03:14.35eternally777Yeah, well...
03:14.37eternally777I knew that.
03:15.31Tem|AFKhow do you move elkbuffbar?
03:16.13yssrn./elkbuffbar unlocked true
03:16.34Industrialhow do you add a slash command?
03:16.35IndustrialSLASH_IDMEMORYDISPLAY = '/mem'
03:16.36IndustrialSlashCmdList['IDMEMORYDISPLAY'] = function() ChatFrame1:AddMessage(string.format('Mem: %.2fMiB',(gcinfo()))) end
03:17.07Prophywhat r the custom values you can enter for AG_Unitframes? like [name] [raidgroup] ??
03:17.21KebinusanProphy, yep just use 11625 or older hostel bar I think
03:18.55Prophyok thx
03:19.29Industrialnm
03:20.23Industrialcrap
03:20.23CIA-1103id * r11715 10/trunk/ (idMemory.lua idMemory.toc): Initial commit
03:20.27Industrial:(
03:22.21CIA-1103id * r11716 10/trunk/ (idMemory.lua idMemory.toc): Removed file/folder - sorry
03:22.49*** join/#wowace Xuerian (n=Xuerian@12-196-151-29.psknet.net)
03:23.22CIA-1103id * r11717 10idMemory/ (. idMemory.lua idMemory.toc): idMemory: Import
03:23.26Industrialthere we go
03:23.31SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/idMemory
03:23.33Industrialhave fun!
03:23.36Industrial:D
03:23.41Industrialoo just in time
03:24.10CIA-1103rabbit * r11718 10DeuceLog/DeuceLog.lua: DeuceLog: Apparently WoW doesn't like TargetByName(nil), which in my opinion should just do nothing, but apparently errors.
03:24.21*** join/#wowace Galka (n=Galka@pool-72-88-131-121.nwrknj.east.verizon.net)
03:24.31SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/DeuceLog
03:25.00[Wobin]rofl
03:25.01[Wobin]Rogue disconnects in the middle of the fight.
03:25.01[Wobin]Rogue comes back after a min.
03:25.01[Wobin]Raid Leader : why did you d/c?
03:25.01[Wobin]Rogue: Not my fault, vanish critted.
03:25.09mjcnice.
03:25.11vhaarrhaha
03:25.20Industrial:-O
03:25.32kergothhahah
03:26.27*** join/#wowace ven (n=ven@dynadsl-080-228-78-235.ewetel.net)
03:35.08Tekkubhuzzah
03:35.22Tekkubgot a lil lua shell script to mine drop data off alla
03:35.22Thiana~seen Rophy
03:35.34purlrophy <n=Miranda@218-170-25-121.dynamic.hinet.net> was last seen on IRC in channel #wowace, 1d 18h 52m 24s ago, saying: 'so minimal maintained i think.'.
03:35.39Tekkubit's pulling item info from mob pages, now I just gotta build the boss lists
03:35.53Gngsk:o
03:35.58Gngskcan you do the same for resource nodes?
03:36.14Tekkubuhm... 1) why?
03:36.17Tekkub2) no
03:36.17XuerianI wanna pause for a moment, and say, [Will of Arlokk].
03:36.20Tekkub3) why?
03:36.38Gngskoh, right
03:36.55GngskI want a list of all the resouce nodes
03:37.00*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
03:37.03Tekkub*eyeroll*
03:37.09Tekkubagain, why
03:37.34Gngskso I can look at the map and see which way I need to go when I'm farming herbs or mining
03:37.44mjcKebinusan: BoD is totally my avatar nnow
03:38.01Tekkubthere's already mods that'll track those for you
03:38.14Tekkubthey're better than trying to use alla's data
03:38.15vhaarrnevcairiel: No, it's not supposed to do that :)
03:38.22Tekkuballa's locations are far from exact
03:38.33vhaarrAnswering 9 hour old questions ftw.
03:38.40Gngskwell, you have to go to the node once to capture the x, y value
03:38.40Tekkuband nodes are fairly well random and evenly spread out
03:38.46Gngskthey're not random at all
03:38.49Gngskthey're static
03:38.54*** join/#wowace sbu_ (n=sb@dslb-084-056-128-040.pools.arcor-ip.net)
03:39.06TekkubI didn't mean their localtion changes
03:39.14TekkubI mean, look at a map of nodes in a zone
03:39.21Tekkubit's a big random smattering
03:39.23Neebleroh my god! I just ate the greatest TV dinner in history
03:39.46NeeblerAmy's Bowls: Country Cheddar
03:39.47Gngskhttp://www.wowhead.com/?object=176584
03:39.56Gngskdoesn't look random to me
03:40.20[Wobin]It's random as to which are currently spawned
03:40.27Gngskyea
03:40.34[Wobin]which doesn't really help you
03:40.37Tekkublooks fairly damn random to me
03:40.46Gngskbut that doesn't matter, if you know where they can spawn you just check them all
03:40.50Gngsksome will be up
03:40.52Tekkubthey're not all in one clump
03:40.54yssrnthere are a limited number of herbs that can be up per zone, I think
03:40.59[Wobin]by basically walking all over the map
03:41.05yssrnbut yeah, the nodes are constant
03:41.26[Wobin]You'd have to walk all over the map anyway to figure out which had spawned
03:41.28Tekkubokey fine, let me rephrase
03:41.35[Wobin]And also, not all of those nodes are always dreamfoil
03:41.49Tekkubif you look at a zone, you'll find that nodes are fairly evenly distributed in most cases
03:41.51Gngskyea, sometimes they spawn as sungrass
03:41.59[Wobin]So again, that doesn't help you
03:42.10Gngskor in the case of minerals truesilver
03:42.27Tekkuband yes, nodes do follow patterns, like earthroot is always on hillsides and peacebloom in fields...
03:42.33vhaarrTekkub: I think you broke Squeenix
03:42.43Tekkubbut that's the only "consistancy" amongst them
03:42.51[Wobin]Your best bet for farming any herb/metal, is simply harvest every single node you come across to force the others to spawn what you hope will be your herb
03:42.52Tekkubvhaarr, what now?
03:42.54mjcARE YOU READY FOR THE GOO
03:42.56mjcsorry it slipped
03:43.01mjc;)
03:43.08vhaarrTekkub: It errors with |self is nil| or something on startup
03:43.14vhaarrline 169
03:44.31CIA-1103tekkub * r11719 10Squeenix/Squeenix.lua:
03:44.31CIA-11Squeenix
03:44.31CIA-11- Oh go screw your 'self'
03:44.35Tekkubmight fix it
03:45.01Tekkubwait prolly won't
03:45.32*** join/#wowace Xuerian (n=Xuerian@12-196-151-56.psknet.net)
03:45.40CIA-1103tekkub * r11720 10Squeenix/Squeenix.lua:
03:45.40CIA-11Squeenix
03:45.40CIA-11- I bet this one actually fixes something...
03:45.43Tekkubokey now
03:45.54Neeblerfullfil all your wishs with my taco flavored kisses!.. taco taco burrito burrito
03:47.01vhaarrworks now, thanks
03:48.10*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
03:55.46eternally777Why does Tablet create a new tooltip everytime I call tablet:Refresh?
03:58.32DrDreyou guys heard of LazyRogue? this is pretty nice, programmable button
04:00.43mjcit sucks
04:00.47mjcautorogue is a little less suck
04:00.53mjcbut they both can't dps to save their asses
04:01.11DrDrenah this is really nice, better than autorogue
04:01.20DrDrejus requires more work
04:01.24mjcyou a sword rogue by chance?
04:01.27DrDreyes lol
04:01.56DrDrei see it useful for managing SnD for dagger at least
04:02.10DrDrebut i guess AR be easier for that
04:02.20mjcmacro
04:03.13CIA-1103rabbit * r11721 10BigWigs/Naxxramas/Maexxna.lua: BigWigs: Maexxna: Fix engage sync.
04:03.34Meleganiswhy would you want something managing SnD for you
04:03.56Meleganisarent too many fights in the game that you can hold a consistant cylce anymore
04:05.48mjctrue
04:06.05mjcDrDre: swords pretty much suck before BWL if you're not a human :p
04:06.07*** join/#wowace Gohei27 (n=Gohei27@242861hfc16.tampabay.res.rr.com)
04:06.32Meleganisyou got Vis'kag and Bruatlity Blade
04:06.37Meleganisunless you get a thunderfury
04:07.00mjcI have those, before viskag, I had an empyrean demolisher
04:07.11CIA-1103wobin * r11722 10FuBar_HeyFu/ (Core.lua FuBar_HeyFu.toc Libs/): Fubar - HeyFu: Tooltips now wrap.
04:07.12mjcstill almost twice as much dmg w/ CHT in mainhand brut in off
04:07.38SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/FuBar_HeyFu
04:09.26Meleganiswell dagger rogues generally have to work slightly harder due to the positional aspect
04:09.39Meleganisbut there is more +skill itemization for a dagger rogue
04:10.28mjcsword rogues should be behind the mob anyways due to the whole parry thing
04:11.02[Wobin]riposte =(
04:11.09mjcuseless in raids
04:11.15[Wobin]probably
04:11.29mjcand rupture/cheap shot are not so useful either
04:11.29Gngskthat doesn't work
04:11.30[Wobin]I want nicer (more attainable) high end maces
04:11.36Meleganisrupture is decent
04:11.42Meleganisbut only useful in a couple fights
04:11.44mjclot of immune mobs
04:11.46Gngsk[Wobin], can't kill Ossirian?
04:11.56[Wobin]Gngsk: Well, I'm not even 60 yet
04:11.57MeleganisServo Arms are about top of the line as you can go
04:12.02Meleganisand a Castigator
04:12.10mjcI like my  empyrean demolisher
04:12.12mjchits like a truck
04:12.17[Wobin]Nor is my guild anywhere near that level
04:12.27[Wobin]I'd like a few nice level 60 weapons
04:12.31Gngskmass of mc'gowan to you
04:12.34[Wobin]aye
04:12.40[Wobin]damn world drops =(
04:12.44MeleganisI've been a dagger rogue for a long time
04:12.49Gngskis there a way to tell if you have one of those furry pets out or not?
04:12.54Gngskguess I should look at zookeeper or whatever
04:13.08mjcyeah.
04:13.34*** join/#wowace Jagobah (n=jago7777@adsl-217-155-13.owb.bellsouth.net)
04:13.43GngskI made a macro that calls my snowshoe rabbit when I mount and dismisses it when I dismount
04:13.57Gngskbut if I get dazed and knocked it doesn't dismiss, so it screws up the rotation
04:18.08*** join/#wowace MentalPower (i=chatzill@host-70-45-82-92.onelinkpr.net)
04:27.08*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
04:27.09*** join/#wowace Azurewrath (i=Azurewra@i577BD198.versanet.de)
04:35.23KB1ibtanyone know if some of the LUA5.1 improvements were lost in the rollback
04:39.53KB1ibtwow it's quiet tonight
04:40.11[Wobin]we had lua 5.1 improvement?
04:40.13[Wobin]s?
04:40.16KB1ibtyes
04:40.18*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
04:40.41[Wobin]what were they?
04:41.18KB1ibtand they were being testing in a non-existent alpha version by non-existant people,  setn is depreciated so much that it no longer even is usable
04:41.41[Wobin]oh
04:41.50[Wobin]well who uses setn?
04:41.57KB1ibtalso math.mod was changed
04:41.58CIA-1103rabbit * r11723 10BigWigs/ (10 files in 3 dirs): BigWigs: Lets stop getting this sync wrong.
04:42.00[Wobin]and who doesn't use i/pairs?
04:42.16KB1ibtAce2's AceLibrary
04:42.24[Wobin]O.O
04:42.30eternally777haha
04:42.34eternally777that's funny
04:42.47[Wobin]I figured ck and the others would use for i,v in ipairs et al
04:42.59[Wobin]since I've been using that since the beginning =P
04:43.02XuerianCK was working on updating it, doubt he got finished
04:43.25KB1ibthe and xuer were working with the lua5.1 stuff
04:44.36KB1ibtXuerian: did you find a fix for the new FrameXML?
04:44.44XuerianNope, there's no clue as to why it doesn't work
04:45.49Industrial<3 old vids http://video.google.com/videoplay?docid=1478124855785817890&q=muay+thai
04:46.00eternally777Tekkub still here?
04:46.03Industriallike 15 year old :D
04:46.10Industrialeternally777: /names
04:46.12Tekkubeh?
04:46.29eternally777I meant attention-wise.
04:46.37KB1ibtXuerian there are some other bugs that you won't notice later but make it impossible to use XLoot right now
04:46.44eternally777Tekkub, no way to unregister colors after they're registered?
04:46.54Tekkubno, why?
04:47.17XuerianGreat X.x
04:47.47*** join/#wowace MentalPower (i=chatzill@host-70-45-82-92.onelinkpr.net)
04:47.59eternally777Just curious.  Plan on implementing one?
04:48.15[Wobin]colour registratoin?
04:48.26eternally777PaintChips
04:49.39Tekkubno, why?
04:49.59eternally777Again, just curious.
04:50.05Tekkub:P
04:50.09Tekkubthere should be no need
04:50.16Tekkubdifferent color, different name
04:51.10eternally777Well I figured most of the stuff that you register in an addon (i.e. events, etc.) get unregistered when your addon is disabled, or you know for sure that you won't need it anymore.
04:51.32Industrialhttp://video.google.pl/videoplay?docid=-7902627959133113498
04:51.43Industrialmuay thai > *
04:51.55Gngskanyone here have talisman of ascendance?
04:59.18[Wobin]rofl
04:59.26[Wobin]LSATSB
04:59.29[Wobin]er
04:59.33[Wobin]Snatch quote
04:59.51[Wobin]The announcer is completely uncomprehensible
05:01.07[Wobin]Like other famous Muay Thai boxers: (follows is a list of names of non thai people)
05:02.45CIA-1103kemayo 07Kemayo * r11724 10ag_UnitFrames/ag_UnitClass.lua: ag_UnitFrames (Kemayo): Tiny tweak to UpdatePortrait to help frames without a portrait.
05:03.13[Wobin]He's pretty damn fast though
05:05.11[Wobin]hehe knee to the head
05:22.26*** part/#wowace hlprmnky (n=hlprmnky@dsl093-016-227.msp1.dsl.speakeasy.net)
05:24.42[Wobin]How do I figure out someone is AFK?
05:25.17XuerianIn what scope?
05:25.26XuerianLike, who, guildie, friend? Target?
05:25.26[Wobin]When they go afk
05:25.29[Wobin]self
05:25.51XuerianORA has a example of that, I think
05:28.57XuerianI was mistaken.... >_>
05:29.41*** part/#wowace Natrak (i=kjartan@hydra.zind.net)
05:41.43*** join/#wowace Gamefaq|afk (i=Gamefaq@pD9E60A87.dip.t-dialin.net)
05:41.59Gamefaq|afkgood morning
05:42.57*** join/#wowace ckknight_ (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
05:42.57*** mode/#wowace [+o ckknight_] by ChanServ
05:44.06ckknight_hey all
05:44.26Gamefaq|afkhi ck, do you fixed  in the last hours something in AceComm ?
05:45.18Gamefaq|afki ask because with the last fix i now (yesterday) i get errors from squishy
05:48.12Gngsksomeone should write PortraitLib
05:49.10ckknightwhat errors?
05:49.46[Wobin]Gngsk: what would it do?
05:50.18GngskI dunno, make it so you could easily add 2d or 3d textures to unitframes?
05:50.24Gngskor is that not hard to do as it is
05:50.52Gamefaq|afkck: wait i logg ingame and copy it from bugsack (i just stand up here in germany :) )
05:52.09Gamefaq|afkthis one
05:52.11Gamefaq|afk[2006/09/22 19:20:50-406]: AceComm-2.0\AceComm-2.0.lua:2514: bad argument #1 to `strlen' (string expected, got boolean)
05:52.11Gamefaq|afk<in C code>: in function `strlen'
05:52.11Gamefaq|afkAceComm-2.0\AceComm-2.0.lua:2514: in function <...face\AddOns\Squishy\libs\AceComm-2.0\AceComm-2.0.lua:2512>
05:52.11Gamefaq|afk<unknown>:
05:52.11Gamefaq|afkSW_Stats\SW_Sync.lua:283: in function `SW_SyncDoOneUnit'
05:52.12Gamefaq|afkSW_Stats\SW_Sync.lua:335: in function `SW_HandleHandshake'
05:52.14Gamefaq|afkSW_Stats\SW_Sync.lua:323: in function `SW_DoIncSync'
05:52.16Gamefaq|afkSW_Stats\SW_core.lua:448: in function `SW_Stats_OnEvent'
05:52.18Gamefaq|afk<string>:"SW_CoreFrame:OnEvent":1: in main chunk
05:54.54ckknightline doesn't exist, Gamefaq|afk
05:55.01Gamefaq|afkO.o
05:55.42Gamefaq|afkcould it then be that sw_stats created this error?
05:55.55ckknightwell, it is
05:55.58ckknightthat's already clear
05:56.10ckknightit's basically calling SendChatMessage improperly.
05:56.19Gamefaq|afkits beta and has a seperate addon to change some logs
05:56.21ckknightone of the arguments is `true`, when it shouldn't be.
05:57.48Gamefaq|afkok nevermind then, i will  border our raidleader then since HE wanted that we install this "new" version from sw stats...
05:59.04Gamefaq|afkand then he poke me (hie is priest) about squishy since i introduced it to him^^
06:01.02ckknightit's an issue with ChatThrottleLib.
06:01.13ckknightsorta.
06:01.22ckknightlemme fix it.
06:10.50CIA-1103ckknight * r11725 10ChatThrottleLib/ChatThrottleLib.lua:
06:10.50CIA-11ChatThrottleLib - local'd some global functions. Now no longer crashes when someone messes up calling SendChatMessage/SendAddonMessage.
06:10.50CIA-11Upped version number
06:11.21CIA-1103ckknight * r11726 10Ace2/AceComm-2.0/AceComm-2.0.lua: AceComm - upgraded ChatThrottleLib.
06:11.29Prophywhat r the custom values you can enter for AG_Unitframes? like [name] [raidgroup] ??
06:15.15*** join/#wowace dreyruugr (n=chatzill@68-171-44-192.vnnyca.adelphia.net)
06:19.40Gamefaq|afkthx ck :)
06:19.41pastamancerProphy: read the wiki page
06:23.08XuerianHmm.... Is using nested if's or single multiple-condition if's more efficient, or does it matter?
06:24.25ckknightit'll still error, Gamefaq|afk
06:24.39ckknightit'll just be more clear that it's SW's fault
06:25.26CIA-1103dreyruugr * r11727 10ItemClassLib/ItemClasses-2.0/ItemClasses-2.0.lua:
06:25.26CIA-11ItemClassLib
06:25.26CIA-11* fixed an issue with picking up spells from the standard action bars
06:25.32FISKER_Qpretty funny they talked about world of warcraft in stargate: atlantis :P
06:25.37FISKER_Qkinda newbish though
06:25.37KemayoOpinion request:  portraits on targettarget frames?
06:25.44FISKER_Q"I'm a level 75 mage"
06:25.45FISKER_Q:P
06:26.13FISKER_Qapparently they didn't know the expansion only raised to 70
06:26.50ggilbertNor that there was a 2 profession limit? :p
06:27.44FISKER_Qheh yeah
06:27.53FISKER_Qjewelcrafter, engineer and enchanter :D
06:28.37ckknightwait, the limit was raised?
06:29.49FISKER_Qno
06:31.22CodayusHeh, trial recruit got BA and wiped the raid.  That leaves a good impression....
06:32.12Gngskbonus
06:34.33CIA-1103dreyruugr * r11728 10Sprocket/ (Sprocket.toc SprocketClasses.lua):
06:34.33CIA-11Sprocket 0.8.7
06:34.33CIA-11* fixed an issue with invalid calls to GetInventoryItemCooldown
06:34.57SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/Sprocket
06:35.31dreyruugrIt says that, but my wiki page still lists version 0.8.1
06:35.48dreyruugrnm
06:43.38*** join/#wowace Sinvin (n=chatzill@71-12-26-087.dhcp.gnvl.sc.charter.com)
06:48.03[Wobin]Xuerian|Dark: pastey?
06:48.21Xuerian|DarkHuh?
06:48.37[Wobin]Although single multiple condition ifs are processed less often than nested ones, nested ones are often easier to read
06:49.57Xuerian|DarkSo, singles are more efficient? I'm referring to the code I use for shift-loot detection in XLoot, lines 413-500. Can paste it if you want.
06:50.59[Wobin]swiftmouseevents?
06:51.25Xuerian|DarkAnd all the condition checking below it
06:51.45[Wobin]It's generally more readable that way
06:51.50[Wobin](the way you've done it)
06:52.02[Wobin]since it's more obvious the order of filtering you're trying for
06:52.14[Wobin]and disregard what I said earlier
06:52.16Xuerian|DarkWell, I thought I'd try to check what seemed like the least intensive thing first
06:52.20[Wobin]I was referring more to loops than ifs
06:53.04[Wobin]I'm not sure about the exact processing difference in that regard, you could ask Iriel perhaps, but I suspect that it all boils down to the same in the end
06:53.47[Wobin]as long as you place the broadest filter first, you'll be doing the best you can in terms of efficiency
06:54.54*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
06:55.08Xuerian|DarkI tried to go with booleans I set, then dead, seemed like the next lightest, but yeah along those lines. I think the worst problem it has right now is only hooking when it really needs to.... But I'm kinda a little tired to be looking at it any other than crosseyed <blinks>
06:55.28*** join/#wowace Shinja (n=raphaelr@60.229.102-84.rev.gaoland.net)
06:55.31Shinjahi
06:56.06Xuerian|Dark[Wobin]: Thanks a bunch for looking it over and telling me as much as you knew, though. :). Have fun, and have a good morning. --- Hi Shinja :P
07:00.44*** join/#wowace snurre (n=snurre@AVelizy-153-1-56-38.w86-205.abo.wanadoo.fr)
07:02.12*** join/#wowace ckknight_ (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
07:02.12*** mode/#wowace [+o ckknight_] by ChanServ
07:13.47*** join/#wowace Sir_Homer (n=kvirc@wikipedia/Masterhomer)
07:14.25*** part/#wowace Sir_Homer (n=kvirc@wikipedia/Masterhomer)
07:21.52*** join/#wowace Amro (n=Amro@82.101.184.200)
07:24.27*** join/#wowace ckknight (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
07:24.27*** mode/#wowace [+o ckknight] by ChanServ
07:30.45*** join/#wowace Royal (n=m@84.25.18.210)
07:32.33*** join/#wowace grzesieq (n=grzesieq@irssi/user/grzesieq)
07:34.00*** join/#wowace sbu_ (n=sb@dslb-084-056-151-153.pools.arcor-ip.net)
07:36.31CIA-1103rabbit * r11729 10Bartender2/Bartender2.lua: Bartender2: Can click the bars in unlocked mode to toggle show/hide (colors the bars green/red while unlocked). Just like BT1! <3
07:36.59SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/Bartender2
07:38.07RoyalMikma, XAD, before trying it out, does it also use zonechecks and that sort of stuff for, for example, battle standards or Warsong bandages etc
07:38.14CIA-1103dreyruugr * r11730 10ItemClassLib/ItemClasses-2.0/ItemClasses-2.0.lua:
07:38.14CIA-11ItemClassLib
07:38.14CIA-11* fixed an issue preventing proper embedding of library
07:38.59snurrewtb an aced ArmorMeter :p
07:39.47[Wobin]what is armormeter?
07:41.44dreyruugrprobably a durability tracker
07:41.50dreyruugr:)
07:49.45CIA-1103rabbit * r11731 10Bartender2/ (Bartender2-Locale-enUS.lua Bartender2.lua): Bartender2: Everything should be localized now.
07:53.31*** join/#wowace sbu (n=sb@dslb-084-056-128-153.pools.arcor-ip.net)
07:56.50snurre[Wobin]: it tracks the armor of your target
07:57.01snurreand shows how much you'd gain from Sunder, faerie fire and CoR
07:57.37snurrecalcs it from non-variable attacks like Bloodthirst, Hamstring, Kick, Gouge
07:58.32snurreprobably not needed to ace it, but it could use a better UI, and Im quite sure you guys would make it better than anyone else
07:58.46snurre(as usual)
08:01.12Kebinusansounds cool, do you have a link for it?
08:02.09*** join/#wowace Cartas (i=DEF@host86-133-169-111.range86-133.btcentralplus.com)
08:02.22snurrehttp://forums.elitistjerks.com/viewtopic.php?id=5843&p=57 is the only place ive seen it
08:06.53*** join/#wowace sbu_ (n=sb@dslb-084-056-132-141.pools.arcor-ip.net)
08:07.26*** join/#wowace mass (n=blah@c-68-82-239-172.hsd1.pa.comcast.net)
08:09.24Kebinusanhmm neat
08:10.20snurreit would own with some config settings, better ui and fubar plugin :p
08:13.54*** join/#wowace add\\Leialyn (n=sry@p54B4EAF6.dip.t-dialin.net)
08:18.05kergothgetting an acemodulecore error from bartender2 now
08:18.13kergothsometing about oninstanceinit being called twice
08:18.28vhaarrwhat bt2 modules do you use?
08:20.18kergothjust pagemaster, adn didnt update that, only updated bartender2 and it broke
08:20.40*** join/#wowace Jens (n=jens@unaffiliated/jens)
08:21.41*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
08:22.13kergothhrm
08:30.55*** join/#wowace restored (i=restored@sherman.campus.luth.se)
08:31.21vhaarrdon't really see how I could've broken that with my last commits, so I'll assume someone else broke it
08:32.06snurremeh, some guildies of mine are begging me to make a compilation for them
08:32.10snurresounds like work :(
08:32.35*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
08:33.05*** join/#wowace ChOcO-Bn (n=choco@choco.homelinux.org)
08:33.11ChOcO-Bnhi
08:33.18ChOcO-BnI have few questions about AceGUI :)
08:34.25ChOcO-BnI can't had a child to a AceGUIDDialogTemplate :s
08:34.26ChOcO-Bnhttp://ace.pastey.net/1041
08:38.45vhaarrMikma: awake yet?
08:38.47vhaarr^^
08:40.07*** join/#wowace FtH|eagle (i=eagle@HSI-KBW-085-216-057-137.hsi.kabelbw.de)
08:43.20FtH|eaglehi
08:48.26vhaarrmorning
08:51.23CIA-1103moonsorrow * r11733 10DontBugMe/DontBugMe.lua:
08:51.23CIA-11DontBugMe:
08:51.23CIA-11- updated to new hook format
08:53.54snurrehm
08:54.03snurreXLoot shows Thorium Lockbox as quest item o.O
08:54.53FISKER_Q:O?
08:54.54Icerothwartorn scraps from naxx were "junk" :)
08:55.01FISKER_Qit is :)
08:55.04hastenoes!
08:55.09FISKER_Qatleast until you kill the first boss :)
08:55.18hastethe boss drops are also junk
08:55.21Icerothdruid set is :-/
08:55.23hasteepic junk!
08:55.59*** join/#wowace Sairen (n=Miranda@p549E50E2.dip.t-dialin.net)
08:56.28*** join/#wowace Mery (n=metelman@p54AEE920.dip.t-dialin.net)
08:56.39FISKER_QI hope this slipstream of XP works :O
08:56.42FISKER_Qonly cd i have left
08:58.04*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
08:59.23hastehehe
08:59.35hasteat least you didn't burn the minimal livecd of gentoo on a DVD
08:59.46FISKER_Qi don't have any dvd's that work
08:59.47FISKER_Q:P
08:59.53hasteI only have DVDs :p
08:59.54FISKER_Qit's so retarded
09:00.00hasteso I burned a 50MB file on a DVD
09:00.06FISKER_Qbought 10 dvds and none of them can be read even at 2x burnspeed
09:00.10hastefelt like such a waste
09:06.37*** join/#wowace maia (n=maia@chello084112137081.14.11.vie.surfer.at)
09:07.27CIA-1103maia * r11734 10Detox/Detox.lua: Detox: possible fix for auto-attack (drycoded)
09:13.23FISKER_Qwhat the hell is drycoding?
09:13.37maialol
09:14.10hasteFISKER_Q: you code something, but you aren't able to check it for errors
09:14.13hastenot even syntax errors
09:14.13*** join/#wowace Nickenyfiken (n=Miranda@83.145.59.23)
09:14.26hastefor example, you code at work
09:14.43hasteyou don't have a lua binary, and you can't run it on WoW to check
09:15.02FISKER_Qah
09:15.27FISKER_Qwe don't even have a term for it where i'm from
09:15.31FISKER_Qatleast i've never been told it
09:16.00decidont believe them, drycoding is done when its not raining
09:16.17FISKER_Qobviously
09:16.51maiawell, i *drycoded* it because I don't have a paladin to check :)
09:17.10FtH|eagleIs there a target assist addon for ace2?
09:17.34*** join/#wowace AxiumKT (n=axium@IP229036.DIALUP.WVNET.EDU)
09:17.41maiaPerfectTargets?
09:17.57FtH|eagleI mean pressing a key and supporting somebody
09:18.00FISKER_Qora2 has one inbuilt as well
09:18.00AxiumKT@clad: you around?
09:18.00FISKER_Qoh
09:19.24FISKER_QSnakes on a Plane was awesome btw
09:19.34hasteit was?
09:19.37CIA-1103moonsorrow * r11735 10FuBar_AnkhTimerFu/ (AnkhTimerFu.lua FuBar_AnkhTimerFu.toc libs/):
09:19.37CIA-11FuBar_AnkhTimerFu:
09:19.37CIA-11- using SE-Bags now, better performance
09:19.43FISKER_Qimo yeah :P
09:20.01hasteCan't imagen that movie being any good :p
09:20.04FISKER_QI can't remember seeing that much violence in a while
09:20.07SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/FuBar_AnkhTimerFu
09:20.29maiathanks, SVNBot.
09:21.51FISKER_Qhopefully almost time to install windows vita
09:21.52FISKER_Qvista
09:22.30FISKER_Qomfg crappy laptops
09:22.50FISKER_Qsomehow i skipped the introduction where you put in usernames and stuff
09:23.09sbuFISKER_Q: hmm - you need much memory ;p
09:23.17sbu(vista)
09:23.23FISKER_Qgot 2GB
09:23.27sbuok, thats just fine
09:23.45FISKER_Qneeed drivers :o
09:23.46sbuw/ 1gb you have 85% used after booting ;o
09:23.50FISKER_Qlol
09:24.18sbubut WIN+Tab just rocks ;o (expose like task switching)
09:24.58snurrewtb vista
09:26.19FISKER_Qso obviously i threw away my driver cd
09:26.22FISKER_Qwho needs drivers anyways
09:26.47Pucmelmaia, wtb 'clear all' button in priority list :) or in every submenu ... to remove checked players
09:26.49sbumhhh, there are 2-3 things that stop me from switching
09:27.10sbumain reason is that there are no drivers for my HP LJ 1010 :/
09:27.16sbu+working
09:27.53sbuKemayo: NICE aguf portraits , thx :)
09:27.54maiaPucmel: if you want to priorize an entire class, use the first option "every warrior" instead of checking them all manaully
09:27.58FISKER_Qomfg
09:28.12FISKER_Qi just remembered i deleted my only copy of vs.net 2005 and office 2003 :(
09:28.26Pucmelmaia, i dont want to priorize them .. i want to get rid of all priorities i made :)
09:28.58maiayeah, uncheck the "priorize every warrior"
09:29.28*** join/#wowace Sokurai (i=omgomg@hou157-51.sfsu.edu)
09:29.58Pucmelhmmm, something to simply delete entire priority list would be nice :(
09:32.22maiaPucmel: how many classes do you priorize? I doubt more than maybe three, so you'll only have to click three times.
09:32.59Pucmelwell i priorize random ppl from random classes, like priest in my group, mt .. some random dude there
09:33.09*** join/#wowace ven (n=ven@dynadsl-080-228-78-235.ewetel.net)
09:33.17oxmanDo you know a nice way to remove code color in a text variable ?
09:33.24Pucmelwell it is easy to uncheck them if i am still in raid, but i leave there is no way to get rid of it
09:33.31oxmanlike |cff888888blablabla|r = blablabla
09:34.31vhaarrPucmel: It doesn't matter until you're in a raid again anyway.
09:35.26Pucmelyes, but it is annoying .. coz i always forget to do it
09:35.38vhaarrthen show the priority list in the live display
09:35.58Pucmelehm, lets do it simply pls :(
09:36.02Pucmelsimple
09:44.54*** join/#wowace nuOHEP (n=nuohep@h54.ciscom.ru)
09:45.30maiaPucmel: options > Live List > Show Priorities
09:46.36KebinusanWow, sprocket is pretty damn sexy
09:47.26CIA-1103rabbit * r11736 10DeuceLog/DeuceLog.lua: DeuceLog: Add MSBT support.
09:47.53*** join/#wowace frus (i=frus@082-146-097-100.dyn.adsl.xs4all.be)
09:49.50Pucmelthe drycoded auto attack support doesnt work btw
09:50.39*** join/#wowace Greywind (n=chatzill@74.131.107.214)
09:51.52AxiumKTcan someone look at a small function and confirm/deny that I'm not crazy?
09:52.22AxiumKTwow's saying that this function is missing an 'end', and when I append an extra one everything is peachy, but i can't for the life of me find out where that extra end is paired ><
09:52.23maiaPucmel: so you have an enemy targetted, auto attack on and hit the detox keybinding to clean the target, then auto-attack stops, right?
09:52.27AxiumKThttp://ace.pastey.net/1042
09:53.21FryGuy-else if (id > table.getn(self.frames) or id < 0) then
09:53.24FryGuy-elseif
09:53.41AxiumKTnice catch, thanks
09:53.43CIA-1103nevcairiel 07Nevcairiel * r11737 10RaidTools/RaidTools.lua: RaidTools: changed /rt to /rtools, was conflicting with raidtracker
09:53.43AxiumKTwas driving me crazy
09:53.57FryGuy-:p
09:54.30*** join/#wowace Soltanis (i=Soltanis@81.168.16.197)
09:55.14sbuwtf
09:55.25sbuwhats 'delta source'? (svn)
09:55.25SoltanisHello all
09:56.25maianevcairiel: is RaidTools usable, at least somewhat?
09:56.45Soltanisno idea sbu , it's not on the wiki
09:58.19*** join/#wowace deci (n=hito@cpe-065-184-191-234.ec.res.rr.com)
09:58.25FISKER_Qoooh ooh
09:58.25hastesbu: remove and re-checkout
09:58.30FISKER_Qvista almost installed
09:59.38hasteit will eat your babies
10:07.19CIA-1103ammo * r11738 10/trunk/ (CandyBar/CandyBar-2.0/CandyBar-2.0.lua EyeCandy/EyeCandy.lua):
10:07.19CIA-11CandyBar:
10:07.19CIA-11* Added OnClick support to CandyBar.
10:07.19CIA-11* Updated EyeCandy with an example.
10:07.19CIA-11* passing nil as second argument to SetOnClick will disable it again.
10:07.19CIA-11* OnClick is disabled per default ofcourse
10:08.36phyberhey hey.
10:11.20[Ammo]Let Elkano know there's OnClick in CandyBar now btw :)
10:12.37*** join/#wowace Insa (n=insa@226.212-201-80.adsl-dyn.isp.belgacom.be)
10:13.26AxiumKTok--so i have a table of n frames.  I'm working on the "deletion" of a frame from 2..n, and i'm having a retarded time for some reason
10:13.28AxiumKTcode: http://ace.pastey.net/1043
10:13.38phybertwo weeks of updates.  is it heug?
10:13.56Greywindok i need to use SpecialEventsAura-2.0, how do i register its SpecialEvents_PlayerBuffGained and SpecialEvents_PlayerBuffLost events? I'm trying to create a Prowler type module for Bartender2 but the documentation for SEAura-2 is a bit lacking for my newbishness to grasp >.<
10:14.04AxiumKTit's the resetting of the Points of the other frames that's being rough
10:14.13CIA-1103maia * r11739 10Detox/Detox.lua: Detox: now attempts to dispel any enemy (with detect magic) as long as no friendly unit needs a cure. No more need to target bosses to clean them.
10:14.56deciwill that work in pvp? :o
10:14.58decilol
10:15.16maiadeci: only on enemy units with "detect magic" on them
10:15.30decinice
10:15.33AxiumKTthat's a nice feature though
10:15.45AxiumKTdetox looking better and better everyday
10:15.50CIA-1103rabbit * r11740 10BigWigs_CommonAuras/CommonAuras.lua: BigWigs_CommonAuras: Can now click the shield wall/CS/CR bars to target the user.
10:15.51AxiumKTeven though i'm a loltank :P
10:15.52maiait will simply loop through all enemies targetted by anyone in your raid
10:15.55*** join/#wowace Amro (n=Amro@82.101.184.152)
10:16.01deciyea its a nice feature
10:16.04*** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl)
10:17.35*** join/#wowace grzesieq_ (n=grzesieq@irssi/user/grzesieq)
10:19.19Sairenmaia, can that feature be turned off?
10:19.48maiaSairen: not at the moment, why?
10:20.07Sairenmaia, don't need that rly
10:20.32maiaSairen: then just dont hit the detox keybinding when noone needs to be decursed?
10:20.42Sairenmh
10:21.11vhaarrI don't like it, I spam the keybinding randomly.
10:21.28deciis there added priorities for offensive dispelling?
10:21.32vhaarrI don't have to show the live list, I just cure between heals and if there's something there I cure again.
10:21.36vhaarrdeci: No.
10:22.00Soltanisshould be too hard to make an option to turn it off
10:22.04Soltanisshouldn't*
10:22.35vhaarrShouldn't be a feature in Detox at all, I think
10:23.03maiaI find it very convenient not having to switch targets to dispel a boss.
10:23.24ShyvaI use a old version of detox.. offensive dispelling is like, bah
10:23.30maiabtw, I don't even know if it works properly, so lets test it first ;)
10:24.03maiaDetox/Decursive always had offensive dispelling - but until today only on your target. now the only difference is that it will also attempt to dispel other raid targets too
10:24.11*** join/#wowace bindi (i=indigo@d51A479A6.access.telenet.be)
10:25.04JensYay... dispelling Shazzrah should be non-annoying now.
10:25.52AxiumKTeww mc
10:26.29maiadoes GMail have all the CT_MailMod features?
10:26.45AxiumKTyeah
10:26.50AxiumKTthat i know of
10:26.58maiaincluding auto-stacking?
10:27.02AxiumKTused it to organize 4 guild bank chars the other day, nice addon
10:28.04Soltanisdidn't know ctMM was what was auto stacking.
10:28.04Soltanishaha
10:29.47Greywindok i think i have the events set up correctly so i can start the meat of the addon http://ace.pastey.net/1044
10:31.31AxiumKTlooks about right
10:31.39*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
10:31.50Greywindnow to go to wowwiki and get the actionbar functions, I have never worked with them before >.<
10:32.31maiagah, GMail has the same problem CT_MM has: it hangs on an item (aka it's greyed out, expiration set to 3days) and doesnt do anything anymore. the only way to retrieve that item is to /rl
10:32.51vhaarrthat's a WoW problem
10:33.24maiawell, I have to /rl about once every 5 items.
10:33.56maiaisnt it possible this is related to latency, gmail/ctmm trying to do something too fast?
10:39.01Mikma*yawn*
10:39.04Soltanismaybe, can't say I ever have that problem
10:39.20Mikmavhaarr: yes yes?
10:39.27vhaarrMikma: I did some BT2 commits :D
10:39.31Soltanissince i normaly do my mass mail in Elfdom or Taurendom
10:39.33MikmaRoyal: should, i'm not the authot ;)
10:39.37Mikmavhaarr: love ya :)
10:39.43vhaarrwell
10:39.44Greywindumm if im making a module for something and its dependency uses a library, do i have to add that library to my module or can i just use it because the dependency has it?
10:39.49vhaarrMikma: I'm not sure if you agree with them
10:39.53vhaarrMikma: please take a look
10:39.56Mikmai do i do
10:41.03Mikmavhaarr: clickable bars only? nothing else?
10:41.11vhaarrMikma: I did 3 commits
10:41.19Mikmaok i saw 2
10:41.39vhaarrhm think it was 3
10:42.49Mikma<1036> <CIA-11> rabbit * r11729 Bartender2/Bartender2.lua:
10:42.55Mikma<1049> <CIA-11> rabbit * r11731 Bartender2/
10:42.56vhaarrcia didn't catch one
10:43.36RoyalWhat's the slash command to open the Main Menu? ;)
10:43.37Mikmakek the last one is pretty good
10:43.52vhaarrthnaks
10:44.05Mikmaits for teh noobies
10:45.39vhaarrMikma: let me know if you don't like some of the changes and I can revert and branch
10:45.52Mikmahmm i should go and surprise my wite by actualyl tying our cappuccino machine for the first time
10:46.21Mikmavhaarr: while you're at it, make toggleable SetClampedOnScreen and StickyFrames in too ;)
10:46.33vhaarro_O
10:47.31Mikmawell i'll do the setclampedonscreen today
10:47.50vhaarrbut it's not possible to toggle it?
10:47.55Mikmabut i'm not so fond of doing the stickyframes :P
10:48.04vhaarrsticky?
10:48.08vhaarrlike bt1?
10:48.12Mikmavhaarr: it is yes, frame:SetClampedOnScreen(on)
10:48.16Mikmayeah. like bt1
10:48.55vhaarrBT2 supports it already?
10:49.04Mikmanope
10:49.09vhaarrah
10:49.24vhaarrwell I don't have the bartender1 code any more since you *removed* it from the SVN
10:49.35vhaarrso I don't know how you did it
10:49.43Mikmame neither since kergoth did it :D
10:49.54vhaarrwell if we had the code it would be no problem
10:50.08Mikmamy gf has the code so np on that one
10:50.31*** join/#wowace Andalia (n=xx@p54ADB343.dip0.t-ipconnect.de)
10:50.55vhaarrthen you can fix it :)
10:51.22Mikmanoooooooo!
10:51.28vhaarrgive me the code then
10:51.33Mikmai'll put the code online and disappear for 24h
10:52.43maianevcairiel: why aren't you using RosterLib for RaidTools? It'll send an event when a unit changes, and it's only one line you'd need to track any group changes.
10:54.07KebinusanOk, just started playing around with BT2, can you disable tooltips?
10:54.30vhaarrKebinusan: You can do that from the standard interface options?
10:54.36GreywindI feel stupid, how do i grab the argument passed from a TriggerEvent() from AceEvent?
10:54.41Mikmavhaarr: wan't it in svn or in my site
10:54.54vhaarrMikma: I don't see why it shouldn't be in the SVN.
10:54.59vhaarrbut no matter
10:55.11vhaarrless work to just upload I guess
10:55.16Mikmaaye
10:55.26Kebinusanhmm can you? Im trying to re-work my ui finally to get rid of DAB
10:55.41KebinusanI'll keep fiddling then
10:56.05vhaarror with TinyTip.
10:56.37*** join/#wowace jjungnickel (n=jjungnic@extgw.carmunity.de)
10:56.42Mikmavhaarr: http://wow.reaktio.net/Bartender.zip
10:56.47vhaarrty
10:58.18Greywindit seems RegisterEvent() only gets the name of the event but not the argument, do I catch the argument in the function that i call from the event like this http://ace.pastey.net/1047
10:59.51Greywindi also hope im making sence, my brain stops working after 4 am and its 7 am now >.<
11:00.25vhaarruse AL2.0
11:00.34vhaarrand you don't need an instance of seaura for just events
11:00.39vhaarrjust reference it in your TOC
11:01.23vhaarrbut other than that, it should work just fine
11:01.29Greywindah yes forgot to remove that line, i have it removed from my other copy hehe
11:02.24vhaarrbut you don't have to rename the events either, unless you want to
11:02.47Greywindoh
11:02.55Greywindmeh might as well
11:03.04vhaarryes it doesn't matter
11:03.15vhaarrso the code is not working?
11:03.36*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
11:04.19Greywindhavent loaded it up yet hehe, ill add a debug line and test it, thanks :)
11:08.41*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
11:08.41*** mode/#wowace [+o Cairenn] by ChanServ
11:11.41ThianaHow does Bartender2 compare to Bongos?
11:11.57Mikmawe don't compare
11:12.17ThianaThats ambiguous
11:12.57vhaarrBT2 doesn't do scripts and snapping (yet)
11:13.48ThianaScripts I dont care about. Are the buttons resizable and movable, and are the bars limited to particular shapes?
11:14.22vhaarrIndividual buttons are not resizable or movable.
11:14.32vhaarrBut the bars are.
11:14.44add\\LeialynMaia ?
11:14.54vhaarrThe bars can he set as horizontal or vertical.
11:14.58maiaya?
11:15.09ThianaOk, thanks :)
11:15.11Shinja:o
11:15.23add\\Leialyncan you please add a target priority for Detox ?
11:15.32add\\LeialynI'm used to it from Decursive
11:15.55Shinjalol.. 6.69Go 1597 Screenshoot :D
11:16.34Mikmabang bang
11:17.10maiaadd\\Leialyn: target has always #1 priority.
11:17.20add\\LeialynOo
11:17.46add\\Leialynwe just did MC and at Shazzrah I had MT in my target and was in Range but my grp got decursed not MT
11:18.17add\\Leialynhmm need to check
11:18.44vhaarrhe was probably not in range for decurse but in range for the live list to display him
11:18.48vhaarrthere is a 4 yard difference
11:18.54venLast time I tried Detox, I targetted someone (he was the onlyone debuffed in the group) and then I hit "Clean". It always said "Out of Range". Then I deselected him and tapped "Clean" again and it worked.
11:19.13add\\LeialynoO
11:19.15maiaven: this has been fixed
11:19.22maiaabout 2-3 days ao
11:19.24maia*ago
11:19.38venok.. my version must be older then.
11:21.40*** join/#wowace AxiumKT (n=AxiumKT@IP229051.DIALUP.WVNET.EDU)
11:22.20*** join/#wowace AxiumKT (n=AxiumKT@IP229051.DIALUP.WVNET.EDU)
11:30.32*** join/#wowace Gemski (n=Gemski@c-24-129-45-142.hsd1.fl.comcast.net)
11:30.45Greywindhehe anyone know the buffname for Moonkin form?
11:30.54*** join/#wowace Gemski (n=Gemski@c-24-129-45-142.hsd1.fl.comcast.net)
11:31.39GreywindI would hate to have to respec my druid just to find out :P
11:31.49AxiumKTmoonkin form?
11:32.17Greywindyeah the balance druid's 31 pt talent
11:32.36AxiumKTno i mean that's the name
11:32.55AxiumKThttp://thottbot.com/?sp=24858
11:33.22AxiumKTApply Aura: Shapeshift (Moonkin Form)
11:34.33GreywindI'll try that out, thanks mate :)
11:34.55Greywindand thanks for that link, i always forget about thottbot >.<
11:39.16Mikmadum di dum
11:39.28*** join/#wowace Cheads (i=chead@0x5734688d.virnxx18.adsl-dhcp.tele.dk)
11:39.42MikmaGreywind: busted, you're making prowler ;)
11:40.45AxiumKTlawl
11:41.15*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
11:41.52Greywindyup :D
11:42.01Greywindas a druid i cant live without it :P
11:42.11Greywindbut i love the look of dreamlayout
11:42.23Greywindsoo i got off my ass and started coding :P
11:43.06HealthThere are specific window mode saved variables?
11:43.24nevcairiel~seen maia
11:43.39purlmaia <n=maia@chello084112137081.14.11.vie.surfer.at> was last seen on IRC in channel #wowace, 24m 15s ago, saying: '*ago'.
11:45.10Greywindwell ill be darned, the module worked first time. thats a first for me hehe
11:45.55Greywindand hooray for SEAura2, maded my job a whole lot easier
11:46.09Greywinderr *made >.<
11:47.28HealthWhat's up with
11:47.29Health9/23 13:46:46.667  Loading add-on oRA2
11:47.29Health9/23 13:46:46.667  ** Loading table of contents Interface\AddOns\oRA2\oRA2.toc
11:47.30Health9/23 13:46:46.667  Couldn't open Interface\AddOns\oRA2\
11:47.42HealthBut the addons seems to load? But my client crash
11:49.49hasteYou're doing it wrong. Somehow
11:51.04*** join/#wowace AxiumKT (n=AxiumKT@IP229035.DIALUP.WVNET.EDU)
11:52.28Healthhaste: It all started when I updated some ace2 addons..
11:52.33Healthnow my client crashes :/
11:52.49HealthAnd that's what's in the FrameXML.log
11:52.54HealthNot sure if it usually like that
11:54.04CIA-1103wobin * r11741 10FuBar_HeyFu/FuBar_HeyFu.toc: Fubar - HeyFu: fixed typo
11:54.26SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/FuBar_HeyFu
11:55.40CIA-1103greywind * r11742 10Bartender2_DruidBar/ (. Bartender2_DruidBar.toc core.lua libs/ locals.lua):
11:55.40CIA-11Bartender2_DruidBar: initial import
11:55.40CIA-11a prowler module for all you druids out there hehe
11:58.34hasteHealth: try to re-checkout oRA2
12:00.13CIA-1103greywind * r11743 10Bartender2_DruidBar/ (. Bartender2_DruidBar.toc core.lua libs/ locals.lua): Bartender2_DruidBar: added externals
12:00.33SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/Bartender2_DruidBar
12:00.53vhaarrMikma: Want the ClampedToScreen settings per-bar or global?
12:01.59vhaarrMikma: Are you on MacOSX?
12:02.23AxiumKTlet's hope so :P
12:02.39AxiumKTis metrognome overkill for just catching PLAYER_TARGET_CHANGE events?
12:02.57KebinusanOk, I started fiddling with my ui again, opions welcome :-) http://img174.imageshack.us/my.php?image=wowscrnshot092306075522fp9.jpg
12:03.05vhaarrMetrognome doesn't have anything to do with events, I thought.
12:03.15vhaarrJust repeating timers.
12:03.34vhaarrKebinusan: It needs ErrorMonster.
12:04.15vhaarrAnd BT2_BindingSwap
12:04.25vhaarr^^
12:04.54AxiumKTyeah, that's pretty much what it does
12:04.56*** join/#wowace kovi (i=x@p5081E14B.dip.t-dialin.net)
12:05.00Kebinusanwhats errormonster?
12:05.03AxiumKTwas thinking of using it to update bars ala perfect targets
12:05.16Healthhaste: Seems to be CleanMinimap that for some reason just destroyed my UI
12:05.23Healthcan have everything active but it :P
12:05.44vhaarrAxiumKT: Then your question makes no sense.
12:05.50HealthI'm still getting errors like
12:05.51vhaarrKebinusan: It eats errors1
12:05.52Health9/23 14:04:56.420  ** Loading table of contents Interface\AddOns\BigWigs\BigWigs.toc
12:05.55Health9/23 14:04:56.420  Couldn't open Interface\AddOns\BigWigs\
12:05.56HealthBut it still loads
12:06.17AxiumKTi agree :P i was thinking about the wrong library ><
12:08.17CIA-1103rabbit * r11744 10Bartender2/Options.lua: Bartender2: Just fix line endings in Options before I do anything else.
12:11.19Greywindokies off to sleep i go, cya all laters
12:13.42CIA-1103nevcairiel 07Nevcairiel * r11745 10RaidTools/ (RaidTools.lua libs/): RaidTools: now using RosterLib for group change notify
12:13.47CIA-1103rabbit * r11746 10Bartender2/ (Bartender2.lua Bartender2.toc StickyFrames.lua): Bartender2: First attempt at sticky frames support. Thanks to cladhaire for the wonderful library. Just delete StickyFrames.lua if you don't want this.
12:14.10SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/Bartender2
12:14.46Gngskwho wouldn't want sticky frames? that's like someone not wanting a sticky bun!
12:15.46nevcairielis ~= in lua unequal ? looks more like a binary operator to me :D
12:16.17Gngskas far as I know it's unequal
12:16.28AxiumKTthat is a binary operator
12:16.31AxiumKT~ or not is unary
12:16.33purlAxiumKT: I think you lost me on that one
12:16.33AxiumKTiirc
12:17.06AxiumKTpurl: yeah that was confusing and it's kinda irrelevant now :P
12:17.38AxiumKTreally i'm just looking for clean ways of catching PLAYER_TARGET_CHANGED events and using that to update target frames
12:18.08nevcairielThe operator ~= is exactly the negation of equality (==).
12:18.11nevcairielthere it says
12:18.12nevcairiel:)
12:19.27AxiumKTyeah
12:19.41AxiumKTbut it is a binary logical operator RE: your original question :P
12:19.52Healthhaste: I think it was related to that I resized the minimap frame and stuff around it with CleanMinimap
12:20.33HealthCleanMinimap has been working great for weeks.. unitl yesterday.. when I also resized the minimap
12:21.13*** join/#wowace Dhraga (n=chatzill@213-64-237-45-o871.telia.com)
12:21.25DhragaHi all
12:22.26AxiumKThi2u
12:22.38Gngskmorning
12:24.02sbuwohhoo, sprocket animations are just amazing :o
12:24.13*** join/#wowace Tekcub (n=Tekk@ip70-178-135-244.ks.ks.cox.net)
12:24.51CIA-1103nevcairiel 07Nevcairiel * r11747 10RaidTools/RaidTools.lua: RaidTools: fixed some bugs.
12:25.04*** join/#wowace Rophy (n=Miranda@218-170-25-121.dynamic.hinet.net)
12:31.44Mikma-- XXX Unused function?
12:31.52Mikmaused function within FuBartender2
12:33.12Mikmaor, atleast it SHOULD be used :D
12:33.29Mikmayeah, it is
12:36.30Kebinusansbu, yeah Im in love with sprocket
12:37.02sbubut some build-in autobar hook is missing (just like that builtin raid icon menu) :)
12:38.24Kebinusanyeah Im going to be making an autobarish menu for it too
12:38.43KebinusanI just started playing with it this morning, its alot of fun
12:40.15Mikmafunny
12:40.27Mikmai do keep getting the normaltexture's back in my actionbars
12:42.38Gngsksome crazy conversations in the LFG channel this morning
12:42.57Gngskaccusations of racism, seeds of hatered and the colonization of mars
12:43.47*** join/#wowace Gemski (n=Gemski@c-24-129-45-142.hsd1.fl.comcast.net)
12:43.52CIA-1103mikma * r11748 10Bartender2/Bartender2.lua: Bartender2: Trying to keep the NormalTextures from appearing all the time
12:44.40CIA-1103mikma * r11749 10Bartender2_Dreamlayout/ (Bartender2_Dreamlayout.toc Dreamlayout.lua): Bartender2_Dreamlayout: Trying to keep the NormalTextures from appearing all the time
12:47.42*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
12:48.09phyberdid you change the order of the bars again?! :p
12:48.25phyberso much reordering ;)
12:48.58vhaarrMikma: I'm fixing up in Options.lua atm
12:49.06Mikmavhaarr: okies
12:49.19Mikmaphyber: no order has not been changed AFAIK
12:49.48Gngsksaw a commit where someone added another swap or something
12:49.49Gngsk12-1
12:50.17Mikmayeah it's only swap-thing
12:51.26AxiumKTis there an event specifically for joining a raid? couldn't seem to track one down explicitly on wowwiki
12:51.40Gngskyou mean, besides RAID_ROSTER_UPDATE?
12:51.49AxiumKTyeah
12:51.54Gngsknot that I know of
12:51.59AxiumKTok
12:52.29phyberMikma: oh?  my bars on the right are upside down again.  like last time when you changed something.  no biggie :)
12:54.33Mikmaphyber: well, i didn't change anything :P
12:54.52CartasThe bars on the right were always upside down? :o
12:54.59Mikmayeah they were
12:55.28Mikmait was like that because i wanted the button nr1 to always stay on it's place
12:56.09CartasMikma! Great job btw.
12:56.14CartasStill using your bars and they're Godlike! <3
12:56.32CIA-1103nevcairiel 07Nevcairiel * r11750 10RaidTools/RaidTools.lua: RaidTools: fixed an error when someone left the raid
12:56.34Mikmai still can't believe that people actually use it ;)
12:56.36GngskMikma, ever think you'll add an option to make a bar of type 'floating' or something. So that you can put the buttons anywhere on the screen that you wish and they don't get sorted?
12:56.39*** join/#wowace evl (n=fuckoff@c85-196-101-98.static.sdsl.no)
12:56.42CartasYou can't?
12:56.46Gngskor detached I guess would be a better term
12:56.55Mikmait started as a addon for myself + my friend
12:56.57CartasHey, maybe if you added a sort of metamap as an optional addon, more people would use it.
12:57.02CartasGreat idea, Mikma! :O
12:57.17GngskMaMi ftw!
12:57.18CartasWell, I always had some annoying problems with CardBars.
12:57.22MikmaGngsk: i didn't follow you on that one actually
12:57.28CartasI would never have changed if I didn't get those problems :o
12:58.10GngskSo you can move singular buttons around wherever you want. Kinda takes away from the whole 'bar' thing, but in some situations I think it'd be useful.
12:58.30*** join/#wowace Gemski (n=Gemski@c-24-129-45-142.hsd1.fl.comcast.net)
12:58.39MikmaGngsk: well, no, haven't thought about it :P
12:58.50CartasThen it'd be called like: RandomplacementTender :(
12:58.59Mikmahttp://wow.reaktio.net/MAMi_1.0-rc1.zip <- don't use it ;)
12:59.10Gngskwell, it'd prolly be easy to set as an option, like swap
12:59.31CartasMikma: You shouldn't add much more to the bars, old chap :O
12:59.39Gngskso that you can manually place buttons and have that bar be ignore calls that sort
12:59.39CartasNeed them as small as possiblé!
12:59.51MikmaGngsk: if you like that idea, make a module of it ;)
13:00.14GngskI'd guess it would require changes to core
13:01.07CIA-1103ammo * r11751 10BigWigs/ (10 files in 7 dirs):
13:01.07CIA-11BigWigs:
13:01.08CIA-11* When the broadcaster gets Burning Adrenaline or other abilties that give a 'You are ...' warning the correct Blah is .. is broadcasted and the person still gets the 'You .. ' warning.
13:01.08Mikmapropably, but you can just hook them with ace2
13:01.43Gngskbecause as it stands, you can manually move a button somewhere. but that button will get moved back to the bar upon reload or even if you hover over say 'scale' in the dewdrop options
13:01.50*** join/#wowace [ven] (n=ven@dynadsl-080-228-78-235.ewetel.net)
13:02.03GngskI think it's padding actually, not scale
13:02.11CIA-1103ammo * r11752 10BigWigs/Sound.lua:
13:02.11CIA-11BigWigs:
13:02.11CIA-11* don't play a sound on a broadcastonly message
13:04.15CartasMikma: The other day, I went on a mage alt, and the action bars were in the default bottom-left position, as I'd not played on that char since a reformat of my computer. I was only staying on for a short while, and so I didn't move them. When I went onto my main guy the bars were in the bottom-left position :O
13:04.27CartasI guess it didn't take me too long to put them back how they were, but... why did that happen?
13:04.51Gngskyou using default profile on your main guy?
13:04.57CartasErm
13:05.04CartasI don't think I'm using any profiles? :o
13:05.09Mikmayes you are
13:05.10Gngskoh, but you are
13:05.15Mikmayou are using "default"
13:05.21CartasWell, on every addon I'm using 'Default' then.
13:05.34Gngskswitch to 'char' on your main guy and that won't happen
13:05.44CIA-1103ammo * r11753 10BigWigs/ZG/Jindo.lua: BigWigs: typo fix in jindo
13:05.47CartasBut, will I have to set everything up again? :o
13:05.55GngskI don't think so
13:06.01Cartasand why wasn't the mage's bars put to where they should be in the 'Default' profile?
13:06.09*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
13:06.31Gngskthat's a valid question
13:07.55restoredmikma is there a buttoncooldown addon that you recommend for your addon ?
13:07.59Mikmarestored: no
13:08.04CartasOmniCC!
13:08.06Mikmawe jus wiped at ZG boss nr.1
13:08.06CartasI recommend it.
13:08.17Cartas:O
13:08.29CartasIs that Jindo or the bat lady?
13:08.30sbuMikma: gratz ;o
13:08.36Mikmabat lady
13:08.37sbubat thingy ;o
13:08.41Cartas:P
13:08.43Mikmai feel proud of this guild
13:08.44sbujindo is not that easy ;p
13:08.50CartasDepends on which way you go
13:09.00GngskI'd assume he mean jek'lik
13:09.04CartasYeh, sbu, which is why they're more likely to wipe there :D
13:09.17Mikmacock'lick
13:09.22CartasHaha
13:09.57Gngskalways fun when all your healers are in a group and she charges it and immediately silences
13:10.20MikmaGngsk: that's what happened
13:10.38Gngsklrn2spread!
13:10.47CartasThis always happens to me, the moment I get silenced a hunter/warlock gets aggro... :(
13:10.59CartasSo I can't taunt :(
13:11.08CartasNever had a wipe on the boss though :O
13:11.14Gngskmocking blow!
13:11.23CartasWe had a bug where we killed her and then the bombbats didn't stop
13:11.31CartasSo most of the raid died afterward :P
13:11.36Mikmahmm
13:11.39MikmaBartender2 needs a dewdrop :(
13:11.43CIA-1103nevcairiel 07Nevcairiel * r11754 10RaidTools/RaidTools.lua: RaidTools: group change notify should work perfectly now
13:11.46CartasWhy?
13:11.53Mikmarightclick on bar = pop up a menu for that bar
13:12.00CartasHmm
13:12.09nevcairielthats easy
13:12.10CartasYou really need that, do you think?
13:12.10nevcairielactually
13:12.12Gngskctrl-rightclick
13:12.23Mikmactrl+rightclick is too hard
13:12.30Mikmarightclick is just fine when the bars are unlocked
13:12.37*** join/#wowace Syko^ (n=syko@0x535fe00a.boanxx20.adsl-dhcp.tele.dk)
13:12.54CartasBut... you can just type /bar barX etc.? :o
13:13.07Mikmayes but i'm talking about gui
13:13.15CartasIt doesn't need one :(
13:13.21Mikmai know
13:13.37Syko^I need help on how to properly hook SendChatMessage, self:Hook("SendChatMessage") does not work, cant find the handler - but Im not quite sure what the handler is
13:13.43Gngsk<Mikma> Bartender2 needs a dewdrop :(
13:13.53Gngskliar
13:14.02Mikmai didn't lie
13:14.13Mikmait's just because i wan't the rightclick to open a menu for that bar
13:14.16nevcairielsome real GUI would be cool
13:14.18Mikmajust like ag has for aguf
13:14.18GngskSyko^, does your mod have self:SendChatMessage() ?
13:15.03Syko^it does if I correct the typo, doh
13:15.05Syko^thx :)
13:16.10Cartasbrb old chaps :O
13:16.12Mikmavhaarr: good job on the stickyframes. jsut need to add the values to there will be no space between the bars
13:16.26*** join/#wowace Cartas (i=DEF@host86-133-169-111.range86-133.btcentralplus.com)
13:16.49vhaarrMikma: you know those values better than me I think
13:17.29Mikmavhaarr: well no not really but i still mod them :) so don't worry i will commit the changes soon
13:17.38hasteMC cash run, hoo~
13:17.46vhaarrMikma: cool
13:19.00GngskI think I'm gonna fraps myself farming elemental earth
13:19.14sbuuhm, why? :o
13:19.31RoyalIs it doable to make some addon when you hold for example ALT, and then rightclick an item while having a bankwindow open it will use the item instead of putting it in bank? Or is the "use" 'putting it in bank' cant explain rly :P
13:19.34Gngskbecause I have so much fun doing it, maybe I can inspire others to have as much fun as me
13:19.46CIA-1103mikma * r11755 10Bartender2/Bartender2.lua: Bartender2: Wabbits StickyFrames -> changed values so the bars snap together without spaces between them. Dayum that sounded like a bad song
13:21.25vhaarrMikma: gah, it's hard to code between 4min WSG queues
13:21.43KebinusanGngsk, heh I cant stand farming that stuff
13:22.02*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
13:22.19GngskKebinusan, roll a mage :p it's zen
13:22.26Kebinusanyeah Id imagine so
13:22.44Mikmavhaarr: yeah i bet :) but you did a good job anyway
13:22.53KebinusanI dont like these quicker bg queues though, you really cant farm between the queues anymore
13:22.53vhaarrMikma: I'm trying to fix up the options
13:23.02Mikmanow i need to gather all the information about updates after last upload to ui-sites
13:23.03Gngskmy main is a rogue, my 2nd 60 was a mage
13:23.11Mikmathen i need to put them in a .txt file so i can paste changes there
13:23.13Gngskpretty much just use her for farming elemental earth now :D
13:23.36Mikmabut, atleast people haven't been whining about reseting layouts now
13:24.26NA|LiquidorGuys, how do I handle special signs such as ¨´`.... ?
13:24.39NA|LiquidorMy addon goes crazy because of some guild names
13:28.58nevcairieli have the same problem with playernames
13:29.27[Ammo]bt2: translation for Are you sure you want to reset all .. does not exist
13:30.34NA|Liquidornevcairiel, know how to solve it too? :)
13:31.04MikmaAre you sure you want to reset all Bartender2 settings?
13:31.12Mikmawhen has it been changed to that? :D
13:31.19Mikmait's not all it's just profile
13:31.19[Ammo]argh
13:31.28[Ammo]someone split off the locales :p
13:31.38[Ammo]oh and stop resetting the settings!
13:31.49Mikmait doesn't
13:31.57Mikmai disabled it yesterday
13:31.59vhaarrI changed it, and I did localize it
13:32.14vhaarrso ammo didn't restart WoW after the TOC update ;)
13:32.19Mikmawell, change it to something else since it doesn't reset all settings, it resets just profile :P
13:32.28vhaarrwell that's what it said
13:32.36vhaarrit originally said "Reset ALL settings?"
13:32.42vhaarrI just made it a bit more descriptive
13:32.45Mikmayeah that was my bad after all
13:32.48vhaarryep
13:32.53Mikmabut now i need to change it to something
13:33.24MikmaAre you sure you want to reset this Profile?
13:33.25Mikmathere we go
13:33.41*** join/#wowace Cartas (i=Cartas@host86-133-169-111.range86-133.btcentralplus.com)
13:33.58nevcairielcia is broken
13:34.10Mikmahow come
13:34.49nevcairieldunno
13:34.52nevcairieljust doesnt spam here
13:34.53nevcairiel:)
13:35.15Cartas(02:34:59 PM) <nevcairiel> dunno
13:35.15Cartas(02:35:02 PM) <nevcairiel>
13:35.18CartasWhoops.
13:35.48nevcairielbtw, i hate farming chimaerok tenderloin
13:36.02NA|Liquidornevcairiel, what do you do to fix your issue then?
13:36.09Mikmai think everyone does nevcairiel :D
13:36.16GngskI enjoy it
13:36.45nevcairielNA|Liquidor: dunno, not fixed yet :D
13:36.51GngskI'm a farmin fu though
13:37.09nevcairielfu?
13:37.11NA|Liquidornevcairiel, well how do we fix it then? =) The ppl in this channel doesn't want to help out or give us a tip :>
13:37.49Gngskfoo'
13:38.17MikmaCommitted revision 11757.
13:38.40Mikmaeveryone should checkout the latest BT2 :P
13:38.43Mikma!trunk Bartender2
13:38.56Mikmawhy?
13:38.58SVNBotThe latest revision of Bartender2 is now zipped up at http://www.matts-hosting.com/addons/root/trunk/Bartender2/
13:39.02Mikmajust because it rocks
13:39.06*** join/#wowace FtH|eagle (n=eagle@HSI-KBW-085-216-057-137.hsi.kabelbw.de)
13:39.36NA|LiquidorARGH !! this is killing me
13:39.47*** join/#wowace Zeraph (n=Zeraph@c-66-41-127-36.hsd1.mn.comcast.net)
13:39.58Mikmaanything in your mind that should be added to version-history?
13:40.04NA|LiquidorHow the hell do I fix this issue guys? Playernames with special characters are killng my addon
13:40.18Zeraphhello every, I'm new...
13:40.29MikmaZeraph: oh can i do you from behind?
13:40.38GngskuNF!
13:42.09Zeraph.................. anyway, I just started looking at AddOn code a couple of weeks ago, learning fast, I'm seeing that most of the stuff I wanted to do is already there, but there are still some I haven't found..
13:42.21CIA-1103mikma * r11757 10Bartender2/ (Bartender2-Locale-enUS.lua Bartender2.lua): Bartender2: finetuning
13:42.43GngskZeraph, don't worry about Mikma. He's recently married and regreting it.
13:43.15Zeraphya, I'm used to that sort of random thing unfortunately >.< lol
13:43.34NA|LiquidorSo what do you want us to help you with Zeraph?
13:43.47Mikmayeah
13:43.51Mikmai wanna do men instead
13:43.53Mikmawomen are dull
13:43.57NA|LiquidorEven though, if it's about the Playername issue, I can't help you there. Don't think anyone in this channel can -.-
13:44.03Zeraphwell, mostly just introducing myself around here, I might become a regular...
13:44.14MikmaZeraph: you use thongs?
13:44.14nevcairieloh no!
13:44.36NA|Liquidor"¤#¤"#%& (foul lang.) Now... anyone?
13:44.59Mikmacock.
13:45.06Syko^As I understand it, there is no "switch or select case" funtions in LUA - so how would I get around making such logic? Can I break/return from an if then else ?
13:45.07NA|LiquidorGoogle isn't my friend any longer :( Neither is WoWwiki
13:45.17Mikmahmm
13:45.25Mikmais there a embed version of DeuceCommander? :D
13:45.32nevcairielNA|Liquidor: specials chars are automagically converted to their utf-8 escape string, just use that
13:45.37NA|LiquidorSyko^, create a function and use return
13:46.02ZeraphMikma, 1st I'm only interested in females. * puts up an shield *
13:46.09NA|Liquidornevcairiel, I know but I need a little more info(code) on how to do that since I haven't touched that subject before
13:46.19MikmaZeraph: that's not a issue
13:46.26NA|LiquidorOh noes, Zeraph prolly comes from an RP realm !
13:46.58Mikma7 lines of changes already in my log
13:47.02NA|Liquidornevcairiel, know any place where I can read more about that? Wowwiki isn't helpful at all
13:47.08nevcairiellua manual
13:47.11nevcairiellua howtos
13:47.12Mikmanow all i need to do is add the setclampedonscreen
13:47.14nevcairielgoogle :)
13:47.35NA|Liquidorgoogle hasn't helped me at all either :O but okay haven't been searching for the utf part
13:48.30*** join/#wowace Halid (n=davor@83-131-40-175.adsl.net.t-com.hr)
13:48.31Zeraphlol, I've played on one, but mostly on PvP, mostly still have some residual RP in me from  #planeshift (freenode) were they develope a free mmorpg, basically they releaased a version were all you could do is walk around & chat with people, so now it has a Huge RP comunity >.>
13:49.28nevcairiela 3d chat room, great :D
13:50.29ZeraphI see Planeshift as, WoW as an infant, they are still in some kind of alpha stage of development to my knowledge...
13:50.42Mikmaok a question
13:50.57Mikmashould i add SetClampedOnScreen to apply to ALL bars at once or not?
13:52.05vhaarrnot
13:53.39CIA-1103mikma * r11759 10Bartender2/Tables.lua: Bartender2: all bars added to table 'AllBars'
13:53.43ZeraphThere is one thing someone might be able to help with, Were can I get my hands on ZooKeeper? I tried to download it from the link in it's post but it's dead.... I can't find it any ware else on the web....
13:55.18NA|Liquidornevcairiel, if I save a playername into a table/variable/whatever and then use the variable, will it then break the addon?
13:55.18Mikmacoding while raiding ZG = priceless
13:55.35sbuhmm google video rocks ;p
13:55.35Gngskeven moreso as a priest
13:55.44Mikmalol now i managed to use some superduper -keycombination to shut wow down
13:55.48sbujust uploaded a sprocket demo video ;o
13:56.00Mikmacool. link or it didn't happen
13:56.08sbuuhm
13:56.10sbudidnt happen :/
13:57.09nevcairielNA|Liquidor: no it shouldnt, it will simply store it with the escaped chars
13:57.15NA|LiquidorWeird thing to lie about sbu :S
13:57.23sbumh right ;o
13:57.24NA|Liquidornevcairiel, that's what I thought too
13:57.33NA|Liquidornevcairiel, so basicly it shouldn't be a problem =)
13:58.01*** join/#wowace Cartas (i=DEF@host86-137-81-23.range86-137.btcentralplus.com)
13:58.34NA|LiquidorTesting with the änñaíìü name :>
13:59.09NA|LiquidorOkay seems to be working now. Great!
14:02.03hasteCartas: you there?
14:02.08CartasYep
14:02.10CartasHi old chap.
14:02.41hastemah, forget it :D
14:02.47Cartas:'(
14:03.02Mikmanext commit of BT2 is going to rock socks of from noobies legs
14:03.12Mikmaof=off
14:03.29Mikmalet's try that again
14:03.36Mikmanext commit of BT2 is going to rock socks off from noobies legs
14:03.46CartasIs it really? :o
14:04.01MikmaFrame:SetClampedToScreen(clamped)
14:04.03Mikmayes..
14:04.10CartasWhy? :o
14:04.18GemskiMikma, what more can you do to it o_O
14:04.38*** join/#wowace Tekkub (n=Tekk@ip70-178-135-244.ks.ks.cox.net)
14:04.38*** mode/#wowace [+o Tekkub] by ChanServ
14:04.55MikmaGemski: well not me but vhaarr :D Frame:SetClampedToScreen(clamped) for newbs!
14:05.52*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
14:06.47Mikmais teh author of Swifter2 in da house?
14:06.53CIA-1103maia * r11760 10Detox/Detox.lua: Detox: now only shows units in a 100-150yrd range in the live list for warlocks with summoned pet, instead of people far, far away.
14:07.05*** join/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
14:07.08*** join/#wowace maia (n=maia@chello084112137081.14.11.vie.surfer.at)
14:07.20maiaping
14:07.22maiaerr.
14:08.02MikmaShifter2 :P
14:10.21nevcairielmaia: does rosterlib send an event when some raid member changes his target ?
14:10.29maianope
14:10.38*** join/#wowace Cartas (i=DEF@host86-137-81-23.range86-137.btcentralplus.com)
14:10.46nevcairielthat wouldve been too easy :)
14:11.22Mikmahey pro's..
14:11.27maiawell, it would result in quite a lot of events which aren't necessary for all the other addons that are using this library
14:11.29Mikmahow can i check is the player a druid?
14:11.37nevcairielyea
14:11.49vhaarrMikma: local _, class = UnitClass("player")
14:11.51nevcairielUnitClass("player") ?
14:11.52nevcairiel:)
14:11.53vhaarrif class == "DRUID" then
14:12.11Mikmavhaarr: thanks. adding that to Shifter2 now
14:12.33sbuMikma: did it happen? :/
14:12.51Mikmasbu: yeap. but you should be in party/raid when trying the raidicons ;)
14:12.58sbui know ;p
14:13.46CIA-1103prandur * r11761 10FuBar_TransporterFu/ (FuBar_TransporterFu.toc libs/): FuBar_TransporterFu: fixed AceLocale error
14:15.04*** join/#wowace Braennan (i=HydraIRC@DialUp-StoDgo89.tricom.net)
14:15.20*** join/#wowace Yuv (n=no@xdsl-195-14-206-57.netcologne.de)
14:15.24clad|outi think i'm still drunk
14:15.25clad|outO.o
14:15.42Mikmaclad|out: way to go! i'm thinking if joining your mood soon
14:15.47clad|outheh
14:15.52maiaclad|out:  don't mess with the svn! :)
14:16.03maiaregen first
14:16.24clad|outlol
14:16.26clad|outi'm not doing shit
14:16.30clad|outprobably going to go back to bed.
14:16.35clad|outwas a tough night =)
14:17.09Mikmayeah drinking booze is hard ;D
14:18.42Mikmaanyone use Shifter2 and is playing druid?
14:18.52*** join/#wowace XLVII (n=XLVII@CPE-58-162-74-192.qld.bigpond.net.au)
14:21.24CIA-1103laotseu * r11762 10tekProber/libs/:
14:21.24CIA-11tekProber: Added libs folder and svn:externals definition
14:21.24CIA-11- Closes: #376 -- http://www.wowace.com/flyspray/?do=details&id=376
14:22.10SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/tekProber
14:22.31vhaarrclad|out: hey, was just wondering, do you have a more recent version of that StickyFrames library than the one on WoWi?
14:23.33CIA-1103wobin * r11763 10FuBar_HeyFu/Core.lua: Fubar - HeyFu: typo =(
14:25.40*** join/#wowace Soulmagae (n=dripdrip@d54C1D644.access.telenet.be)
14:26.48CIA-1103wobin * r11764 10FuBar_HeyFu/Core.lua: Fubar - HeyFu: REv keyword
14:27.21Icerothhmhp, who modified the oSkin loot frame? i liked the "old" one better
14:27.26Icerotherm, not loot, roll
14:28.00hasteIceroth: define old
14:28.10hasteas the original blizzard, or the original oSkin
14:28.12nevcairieli liked it "un-skinned", but you cannot turn the new verison off.
14:28.30[Wobin]<PROTECTED>
14:28.32Iceroththe one where need/greed/pass buttons were in one line
14:28.33[Wobin]so tired
14:28.40Shinjahi there
14:28.55[Wobin]Just had a Iron Chef cookout between a couple of my friends
14:29.05[Wobin]we made enough food to serve ten =P
14:29.11nevcairiellol
14:30.08CIA-1103mikma * r11766 10Shifter2/Core.lua: Shifter2: attempt to disable errors while trying to use keybinds with other characters than druid
14:34.04*** join/#wowace M4rku5 (n=markus@p5492E82F.dip.t-dialin.net)
14:34.36hastewe're using a warrior to pull in Mc :p
14:34.39hastethe trash after Garr
14:35.25Gngskonce we used a mage to tank the one with the frontal cone
14:36.00CIA-1103rabbit * r11767 10Bartender2/ (Bartender2-Locale-enUS.lua Bartender2.lua Options.lua): Bartender2: Clean up some code, reduces size a bit, I think. Needs testing and further cleanup.
14:36.18Mikmatest that commit and tell us if it assplodes
14:37.35*** join/#wowace Curney (n=chatzill@adsl-75-45-199-206.dsl.sfldmi.sbcglobal.net)
14:38.09Curneymorning
14:38.45Mikma[Wobin]: so did you downgradeto AL 2.0?
14:38.45maiackknight: ping
14:39.05[Wobin]I'm not even using AL in that addon =P
14:39.13Mikma[Wobin]: heyfu?
14:39.14[Wobin]but yes
14:39.46Mikmahey,fu!
14:41.10*** join/#wowace andreasg (n=ag`@0x535bbfcb.bynxx18.adsl-dhcp.tele.dk)
14:42.18Syko^When using AceOptions, is there any way to make the console output NOT to be sorted alphabetically?
14:42.26[Wobin]use 'order'
14:42.28nevcairieluse order
14:42.29Syko^order only applies to GUI, right ?
14:42.39[Wobin]hm, never tested it
14:42.43nevcairielnot sure, try it
14:42.49Syko^says so in the wiki
14:42.55Syko^and it doesnt seem to matter what order I set
14:44.48CIA-1103greywind * r11768 10Bartender2_DruidBar/locals.lua: Bartender2_DruidBar: added frFR locale thanks to Faerian
14:45.36Xuerian|DarkMm? DruidBar?
14:46.26*** join/#wowace AxiumKT (n=AxiumKT@IP229048.DIALUP.WVNET.EDU)
14:47.13*** join/#wowace Sokurai (n=hssf7@hou157-51.sfsu.edu)
14:47.55*** join/#wowace SH|Shabador (n=shabador@ti400720a080-5027.bb.online.no)
14:48.08nevcairielProwler
14:50.04*** join/#wowace mjc (n=mjc@c-24-127-197-121.hsd1.fl.comcast.net)
14:50.15mjcadsf.
14:51.00JoshBorkeaeou
14:51.23JoshBorkev
14:52.34*** join/#wowace Slayman (i=Slayman@d003050.adsl.hansenet.de)
14:53.24Mikma[Wobin]: Core.lua:11: attempt to concatenate field 'version' (a nil value)
14:53.38*** join/#wowace AxiumKT (n=AxiumKT@IP229020.DIALUP.WVNET.EDU)
14:53.50[Wobin]hm
14:53.55[Wobin]why doesn't that ever work? =P
14:54.08CIA-1103maia * r11769 10Detox/ (Detox.lua locals_enUS.lua): Detox: reorganized menu
14:54.19[Wobin]Shouldn't HeyFu.version pull the versoin from the toc?
14:55.35Xuerian|DarkHm.... I might have to switch to Bartender after all.. That sounds nice :P
14:56.28Mikmaholy crap
14:56.30Slaymanmmh i get errors from my svn client while trying to check out bartender2 "Delta Source ended unexpectedly" anyone know the reason therefor ?
14:56.34Mikmagreywind uses AL 2.1 in DruidBar
14:56.36AxiumKTit's been hard to use anything other than bongos for a while personally
14:57.34CIA-1103wobin * r11770 10FuBar_HeyFu/Core.lua: Fubar - HeyFu: Try the version in the oninit instead
14:58.11*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
14:59.46*** join/#wowace Clovenhoof (n=klaas@213.219.156.244.adsl.dyn.edpnet.net)
14:59.58Xuerian|DarkYeah, AxiumKT, I have too. =P. And what's good/bad about using AL2.1, Mikma?
15:00.11MikmaXuerian|Dark: it's not supported by ckknight :D
15:00.24Xuerian|DarkLol, that could be a minor problem XD
15:00.39AxiumKThaha
15:02.29KebinusanIve made the plunge from DAB to bartender2
15:02.39Kebinusanmostly thanks to sprocket
15:02.45AxiumKTgetting rid of discord was a happy day for me
15:03.01mjcsprocket?
15:03.06Curneyquestion about acedb and RegisterDefault().  anyone have a moment to help me?
15:03.10[Wobin]~acesprocket
15:03.15purlmethinks acesprocket is A radial icon/action menu designed for speed and efficiency displayed around the current cursor position: http://www.wowace.com/index.php/Sprocket
15:03.15CIA-1103mikma * r11771 10Bartender2_DruidBar/ (. Bartender2_DruidBar.toc core.lua libs/ locals.lua): Bartender2_DruidBar: AL2.1 -> AL2.0, also added externals to have all the needed libraries in
15:03.25KebinusanYeah, the wiki really doesnt do it justice
15:03.30Kebinusandownload it and play with it for a bit
15:03.55Mikmackknight: can't you just remove AL2.1 from svn? :P
15:04.00Xuerian|DarkWe're all getting behind on wiki pages, lol
15:04.09Xuerian|DarkExcept bartender2 =O
15:04.15Xuerian|DarkDamn nice wiki page /grumble
15:04.23Mikmablame tekkub :D
15:04.25AxiumKTshoot curney
15:04.30Mikmahe made it pretty
15:04.40Tekkub:P
15:05.01Curneyi am trying to register defaults for a variable.  but when i try to set something like "myvariable[1] = 12" it gives me an error
15:05.10Kebinusanhmm, I need Fubar_Tracker converted to FubarPlugin2.0 stuffs anyone up to the challenge :-)
15:05.14Mikmaoh boy i hope i didn't fuck the DruidBar up now :D
15:05.22Xuerian|Darkmyvariable { 12}
15:05.24Xuerian|Darker
15:05.28Mikmabut why ofc i did :D
15:05.30Xuerian|Darkmyvariable = {12}
15:05.46Xuerian|Darklol, what did you do Mikma?
15:06.03Mikmawell i changed AL2.1 to AL2.0 ... wasn't that easy job after all
15:06.13Curneyoh but i want myvariable[1] to be 12, myvariable[2] to be 15, etc
15:06.15Mikmaseems like AL2.0 doesn't have AceLocale:RegisterTranslation
15:06.21Xuerian|DarkYeah, definately a hard one :P
15:06.24`-FISKER_Q\Has anyone made an addon that can extend the chatframes or perhaps make the chatframes an area instead_
15:06.24`-FISKER_Q\?
15:06.34AxiumKTmyvariable = {12, 15, etc}
15:06.36Curneyi get `}' expected to close `{'
15:06.37`-FISKER_Q\like you know duf always has like these 3 beautifully made chatframes
15:06.42`-FISKER_Q\but with another addon
15:06.49Curneyoh okay i get it..
15:06.49`-FISKER_Q\not duf but just discord of course
15:06.51`-FISKER_Q\:P
15:07.21Kebinusan`-FISKER_Q\, like this: http://img174.imageshack.us/my.php?image=wowscrnshot092306075522fp9.jpg or something?
15:07.45Kebinusanexcept I got rid of my third one, that pic is a little old
15:07.53Xuerian|DarkCurney: Tables are indexed numerically starting at one by default, but you can also set the keys manually like myvariable = {1, 2, 5 = 5}
15:07.58Kebinusanbut you mean tossing chat frames in a viewport or something?
15:08.09AxiumKTCurney: yeah when you say variable[index] that's assuming the array already contains data associated w/ index.
15:08.15`-FISKER_Q\2 sec just gonna check the picture
15:08.44`-FISKER_Q\yeah something like that
15:08.56*** join/#wowace Mikk (n=opera@81-233-236-26-no19.tbcn.telia.com)
15:09.05KebinusanI just use confab and minimalist and a little oskin for eye candy
15:09.31Kebinusanconfab cause my edit box is detached and floating somewhere center screen, minimalist gets rid of the chat buttons and such
15:09.33Curneyyou guys rock.  i am used to writing for vb and vbscript but i like lua too im just green on it still
15:09.45Kebinusanoh and TheLowDown, thats a must have imo
15:10.11AxiumKTyou can always say variable = {}, and then variable[1] = something later.  Or if you don't want to manage indices you can say table.insert(variable, newValue) and if you don't specify an index there it just appends it to the array
15:10.47AxiumKTlua has a lot of syntactic sugar--pretty enjoyable to code in tbh
15:11.40Mikmahmm
15:11.47Mikmai have no idea what i broke within this addon :D
15:13.16JoshBorkemeh, that's why it's on the SVN, it's easy to undo :-)
15:13.31*** join/#wowace Halid (n=davor@83-131-40-175.adsl.net.t-com.hr)
15:13.31Mikmawell i need to learn how to revert changed first ;)
15:13.33`-FISKER_Q\how do i make a proper string from the profile stuff?
15:13.36CIA-1103tekkub * r11772 10FuBar_CorkFu/ClassPaladin.lua:
15:13.36CIA-11FuBar_CorkFu
15:13.36CIA-11- Added Righteous Fury for pallies, thanks clovis6780 on WoWI
15:13.37Halidhola guys
15:13.52JoshBorkehallo
15:14.17`-FISKER_Q\/squeenix profile choose  {Character: Bubblebubble of Boulderfist}
15:14.21`-FISKER_Q\that doesn't work :o
15:14.28`-FISKER_Q\lol
15:14.38`-FISKER_Q\don't even start saying anything :)
15:14.54Syko^What can be wrong if I just tested my ace2 addon on one server, close wow, logs in again on another server, and then get errors that the system cant find the handler IsDoSay (isdosay is a function exceuted via a chat command) ?
15:15.33Gngsk`-FISKER_Q\, get rid of the curley braces
15:15.41CIA-1103tekkub * r11773 10PeriodicTable/Elements/Misc/PTEmbedElemMisc.lua:
15:15.41CIA-11PeriodicTable
15:15.41CIA-11- Added new naxx AD Commission items
15:16.19MikmaWTF really
15:16.40Mikmalocals.lua:1: attempt to call method 'New' (a nil value)
15:16.46Mikmalocal L = AceLibrary("AceLocale-2.0"):New("BT2DruidBar")
15:17.07Curneyhmm okay if i want to set an array of strings is it myvariable={"hi", "my", "name", "is", "dog"}?
15:17.15[Wobin]<PROTECTED>
15:17.17Mikmawhat is wrong with that one and why does it nag about it
15:17.22Meleganisquick question
15:17.29Meleganisis it possible for an addon to keylogg someones password?
15:17.35[Wobin]Mikma: isn't it just local L = AceLibrary("AceLocale-2.0") ?
15:17.35hasteno
15:17.37Meleganisi thought the wow ui was sandboxed
15:17.46Mikma[Wobin]: i have no idea
15:17.50Mikmaeveryone uses that line i pasted
15:17.54[Wobin]Well, in that case, yes it is =P
15:18.12hasteMeleganis: Add ons can't change the GlueXML or whatever its called
15:18.21[Wobin]oh
15:18.22[Wobin]hm
15:18.37[Wobin]I see
15:18.39[Wobin]it's new
15:18.40Meleganisone of my guildies thinks he got hacked by an addon, trying to explain to him that thats not possible but just wanted to 100% confirm it
15:18.40[Wobin]not New
15:19.04*** part/#wowace AxiumKT (n=AxiumKT@IP229020.DIALUP.WVNET.EDU)
15:19.09[Wobin]Meleganis: There was a keylogger attached to an image from one of the forums
15:19.13[Wobin]but not from an addon
15:19.32[Wobin]Since addons aren't loaded until you actually select a character
15:19.41Curneyanyone know if they way i am setting an array of strings is right?  myvariable = {"hi", "my", "name" , "is", "dog"}
15:19.56[Wobin]Curney: That's fine
15:19.57Mikma[Wobin]: good eyes ..
15:20.00Mikmanow i got another error :D
15:20.04[Wobin]yay
15:20.23Mikmaoh nvm!
15:20.27Mikmait was just heyFu :D
15:20.29Mikmalolo
15:20.30CurneyWobin: thanks!  =)
15:20.32[Wobin]hehe
15:20.34*** join/#wowace Neebler (n=bum@adsl-64-169-154-243.dsl.chic01.pacbell.net)
15:20.36[Wobin]what was the error?
15:20.43[Wobin](cause I think I fixed it, didn't I?)
15:20.47Mikmaversionerror
15:20.58[Wobin]ah
15:21.01[Wobin]pull the latest
15:21.04Mikmai will
15:22.16Mikmayay
15:22.22Mikmabeer!
15:22.48Gngskyou mean hooray?
15:22.52CIA-1103moonsorrow * r11774 10XRS/ (XRS_BuffClass.lua XRS_Locales.lua XRS_TooltipClasses.lua):
15:22.52CIA-11XRS:
15:22.52CIA-11- new option: Unit is visible for buff buttons to remove player which aren't in range
15:23.28CIA-1103mikma * r11775 10Bartender2_DruidBar/ (core.lua locals.lua): Bartender2_DruidBar: Fixed my errors. sorry. now it works
15:23.56Curneyokay another question.  does RegisterDefaults right that data to the actual database file OnInitialize?
15:24.08Curneyright=write =p
15:24.49*** join/#wowace grzesieq (n=grzesieq@irssi/user/grzesieq)
15:24.56Kebinusanvhaarr, this armormeter does seem pretty cool really want to try it out in a raid
15:25.10vhaarrarmormeter?
15:25.21[Wobin]Curney: yes
15:25.26*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
15:25.26Kebinusanwasnt it you that pasted the link earlier?
15:26.00Curneyhmm okay i must be doing something wrong.  the datafile isnt showing my registered defaults
15:26.21vhaarrno
15:26.21[Wobin]pastey your code?
15:26.45*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
15:26.49Kebinusanoh it was snurre
15:27.01Mikmaoh boy
15:27.03Curneyoh wait miracle of miracles i may have found my own problem =)
15:27.10mjcCurney: woot
15:27.20[Wobin]hehe, cool =)
15:27.20Mikmai hope Greywind don't crack my head open and eat my brains now that i changed AL2.1 to AL2.0
15:27.23mjchmm
15:27.42KebinusanIts from an EJ, ui thread: http://forums.elitistjerks.com/viewtopic.php?id=5843&p=57  about halfway down the page there are a couple mods someone wrote
15:27.44mjcit'd be nice to have a mod that forces a fresh WTF or something
15:27.49KebinusanArmorMeter, which uses non-variable damage attacks (Bloodthirst, Hamstring, Kick, Gouge, etc) to measure an enemy's AC and to provide projections of how much damage will be gained from combos of Sunder/Faerie Fire/Curse of Recklessness. I use it to beat our warlocks upside the head to make them put CoR up. It synchs with the raid, so they first warrior to Bloodthirst an enemy will measure the enemy
15:27.49Kebinusan's AC and broadcast that data to the rest of the raid so everyone running the mod gets AC data.
15:27.52mjcso I can test what stuff will look like with a blank WTF
15:27.56Kebinusanthats what it does anyway
15:28.22mjcKebinusan: neat
15:28.46oxmanL("Var", "reverse") work with AceLocale-2.1 ?
15:28.51Kebinusanyeah, sounds pretty cool
15:29.37Mikmackknight: please just delete the AL2.1 off from SVN xD
15:30.03oxmani need it for babble-spell-2.1
15:30.04oxman:p
15:30.23[Wobin]oxman: yes
15:30.41mjchttp://foosic.org/query_user.php?user=mjc
15:30.45oxmanstrange, it seems not :(
15:30.49JoshBorkebye all
15:30.50*** part/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
15:31.00[Wobin]Well if ck puts in the 'improvements' that 2.1 offers, why not just merge the two?
15:32.40Mikmawobin has way too much + compared to - at forums
15:32.44Mikmai must smite him
15:32.50[Wobin]=(
15:33.03[Wobin]maybe cause people like me =(
15:33.11Mikmawell that's wrong, plain wrong
15:33.12[Wobin]Don't hate me cause I'm beautiful!
15:33.18Mikmai must make them think otherwise
15:33.20Mikmawtf mate
15:33.38oxman[Wobin] if i try to get a reverse translation without success, i get an error or no translation ?
15:34.01[Wobin]oxman: I wouldn't know =) I'm just working off the wiki docs for the answer to your last question
15:34.08oxman;p
15:37.56maiaAFKMikma: I havent updated Bartender2 since aug-10. do I need any of the additional addons for the functionality that was part of bartender previously? (e.g. _Pagemaster or _BindingSwap)
15:38.01*** join/#wowace nekoh (n=nekoh@pD9E02E43.dip0.t-ipconnect.de)
15:38.17Zeraphso I was just looking at "ZooKeeper" it seams to get ace 1.3.1 in trouble with Blizzard UI... :(
15:38.32MikmamaiaAFK: depends on what do you wan't it to do :D
15:39.14maiaAFKnothing more than I had previously. Or does it now replace ReactionBar too?
15:39.29Gngskpagemaster does reactionbar stuff
15:39.32maiaAFKah.
15:39.34nevcairielall the other addons are new features, nothing got moved out of the core
15:40.02maiaAFKso I theoretically could replace ReactionBar with Pagemaster? nice. one more Ace2 addon
15:40.26MikmamaiaAFK: what class do you play?
15:40.33maiaAFKpriest only
15:40.54oxmanand you make an addon for us ? :)
15:41.01maiaAFKat the moment I'm having 3 bars: healing (default), dps (when targetting enemy) and buff (when holding a key)
15:41.05nevcairielthats interesting, most of the coders actually play healers.
15:41.20[Wobin]hehe
15:41.22MikmamaiaAFK: ok well.. i myself use the dreamlayout + pagemaster + fubartender2 :P
15:41.23oxmandps (when targetting enemy)
15:41.28oxmani don't like that
15:41.28[Wobin]My main is a priest also
15:41.31maiaAFKI'm sick of leveling classes, which is why I only have a priest.
15:41.32oxmani use that :
15:41.41vhaarrMy main is also a priest.
15:41.49oxmanhold ctrl : show the dps bar (so ctrl+number to cast a dps spell)
15:42.02*** join/#wowace [LS]Alizia (n=errh@182.80-203-6.nextgentel.com)
15:42.05CIA-1103rabbit * r11776 10DeuceLog/DeuceLog.lua: DeuceLog: Prints when you gain a kill as well now, mainly for testing purposes.
15:42.07maiaAFKoxman: so the new bartender supports meta keybindings?
15:42.08[LS]AliziaMorning.
15:42.23oxmanI dunno maiaAFK, I use pagemaster edited by me xD
15:42.27maiaAFKoh
15:42.33Mikmaoh damn
15:42.33oxmani've add this function and a two state bind key
15:42.39Mikmai need to make a new announcetarget -addon
15:42.40*** join/#wowace sbu (n=sb@dslb-084-056-132-141.pools.arcor-ip.net)
15:42.47maiaAFKI had to switch from alt to a normal key when switching from DAB to Bartender
15:42.50oxmanone push show the buff bar, push again and you see your health bar again
15:42.50oxman:)
15:42.51Curneyis there anything special i should be adding to my addon files for the svn?
15:43.03oxmanMikma you don't, i made on ;)
15:43.09oxmanEP_AnnounceCast, soon released
15:43.14maiaAFKoxman: well, I only show the buff bar as long as I'm holding down the key. no need to push it again
15:43.20oxmana "new" version aced2, you can get an old version on wowinterface
15:43.21Mikmaoxman: and it does what?
15:43.32nevcairielmaiaAFK: that works perfectly with pagemaster
15:43.32oxmanI like two state maiaAFK when I must buff the raid ;)
15:43.55oxmanMikma announce spell with duration, health average, rank (you can edit the type of announce)
15:44.00Mikmano
15:44.04Mikmai don't need that
15:44.07oxmanyou can select each spell to show only in raid, in party, in normal or never
15:44.07Mikmai need announcetarget :P
15:44.14oxmansorry
15:44.15oxmanlike what ?
15:44.30Mikmapress a key and see stats of your target
15:44.48maiaAFKwhy is FuBartender2 not named FuBar_FuBartender2 in the SVN? its the only fu plugin not using the naming convention
15:44.49oxmanmaiaAFK my resurrection spells is in buff bar, so I push "*" then only 1 to rez my raid ;)
15:44.52Mikmaname <guild> Health: xx% PvP: On/Off Location: foo
15:45.05maiaAFKoxman: I'm using SmartRes to res, no need for a button on the bar ;)
15:45.06oxmanoh ok
15:45.06MikmamaiaAFK: because it alreadyh has the FuBar in it :P
15:45.06oxman:)
15:45.15oxmanI prefer a button :)
15:45.19*** join/#wowace Xuerian (n=Xuerian@12-196-151-6.psknet.net)
15:45.36Mikmaargh
15:45.36[LS]AliziaQuick question about Fubar. How on earth do I get those plugins that stick on the buttom bar, to the top bar?
15:45.45nevcairielmaiaAFK: its not the only one, ItemRackFu as well :)
15:45.51maiaAFKsigh
15:45.52[LS]AliziaDont answer!
15:45.53[LS]Alizia:p
15:45.55[LS]AliziaI found it.
15:46.03Mikmaseems like you didn'y understand oxman
15:46.17Mikmaoxman: http://www.curse-gaming.com/en/wow/addons-541-1-announcetarget.html
15:46.31mjcckknight: ping0r.
15:46.46MeyrinmaiaAFK: FuTextures
15:46.46oxmani had understood
15:46.47oxman:)
15:48.48maiaAFKMikma: Bartender2 doesnt like /bartender about
15:48.54Curneyis there a way to have the svn automatically put the version of the commit into the TOC file?
15:49.07oxmansomething like $Revision $ Curney
15:49.26Curneyis there a wiki page for this that i am missing or overlooked ?  that would rock
15:49.28oxman## Version: 2.0.$Revision$
15:49.32oxmanyep its that Curney
15:49.32oxman:)
15:49.32maiaAFKCurney: it will only update the revision number if you change something in that file though
15:49.36MikmamaiaAFK: does what?
15:50.14maiaAFKprints an error regarding PrintAddonInfo not available or something like that. but maybe wow loaded when I semi-overwrote the old bartender
15:50.25nevcairielhm
15:50.27nevcairielworks for me
15:50.29maiaAFKas I logged in while moving files
15:50.30nevcairielthat /bar about
15:50.41[LS]AliziaIs there planned to make a FubarPerformance?
15:50.42Mikmawell that was selfpwnage maia
15:50.46maiaAFKlol
15:51.09mjc[ls]alizia: fubar_miniperfsfu
15:51.17[LS]Aliziao.O
15:51.20[LS]Alizia*goes to find it*
15:51.22[LS]AliziaThanks mjc :)
15:51.25mjcand your nick is irrtating to my tab complete.
15:51.32mjc:P
15:51.39Mikmamjc: just type ls and press tab
15:51.42Mikma[LS]Alizia: poing
15:51.51*** join/#wowace BuM (n=bum@adsl-64-169-154-243.dsl.chic01.pacbell.net)
15:51.57mjcMikma:  []s break colloquy's tab complete
15:52.05LSAliziaThere you go :)
15:52.07Mikmamjc: looool, irssi ftw :P
15:52.11nevcairielhaha
15:52.21[Wobin]LSAlizia:
15:52.21mjcI submitted a patch but it hasn't been accepted yet
15:52.34Kebinusanhmm Eavesdrop needs an option to hide the frame when out of combat or something
15:52.41[Wobin]night!
15:52.44nevcairielthat reminds me
15:52.46nevcairielnite wobin
15:52.49Mikmabattlechat needs the same too
15:52.51mjcLSAlizia: yay
15:52.52nevcairieli wanted to try msbt
15:52.57mjcWobin: thanks :P
15:53.00nevcairielsvn, is it?
15:53.10mjcyeah.
15:53.13mjcthink so
15:53.28*** join/#wowace Jarenthal (n=Miranda@cpe-071-076-173-175.triad.res.rr.com)
15:53.30nevcairieli am blind then
15:53.34maiaAFK[] also breaks Conversation's tab complete - i hate ammo for not having a normal nickname.
15:53.46oxmanmaiaAFK use a good irc client
15:53.51Kebinusanis battle chat just eavsedrop w/o the pretty icons?
15:53.54oxmani write am + tab = [Ammo]
15:53.55oxman:)
15:54.05nevcairieljust type ammo, its not that hard.
15:54.09MikmaKebinusan: no, 2 completely different addon doing just the same job
15:54.13oxmana + tab = [Ammo]
15:54.14oxman:D
15:54.19Mikmaoxman: aye
15:54.23oxmanweechat irc client : weechat.flashtux.org
15:54.24nevcairieli bet he hates us already
15:54.25Mikmawell, i get Arrowmaster
15:54.27Mikmaamoros|Lab2:
15:54.29oxmanits like irssi client :)
15:54.29Mikma[Ammo]:
15:54.31Mikmahehee
15:54.37Mikmaamm tab worked :P
15:54.42oxman;)
15:54.46nevcairielno msbt in svn, wowi eh?
15:54.47MikkTab completion should look at who sent messages most recently
15:54.58MikmaMikk: i agree on that one. code it
15:54.58oxmanbof
15:55.06MikkI HAVE TOO MUCH TO CODE ALREADY :-P
15:55.07oxmanmy tab completion skip _ ' - | etc char
15:55.14oxman:)
15:55.37nevcairiel~msbt
15:55.39purli heard msbt is Mikord's Scrolling Battle Text, a possible SCT replacement, found at http://www.wowinterface.com/downloads/info5153-2.0.html
15:55.47nevcairielah thx purl
15:56.08sbuwtb deuced CTRT :?
15:56.09oxmani've a very strange bug !
15:56.10sbu:/
15:56.15maiaAFKam+tab =
15:56.16maiaAFKamoros:
15:56.20nevcairiel~botsnack
15:56.20purlnevcairiel: thanks
15:56.28oxmanmy addon work on FR client, i try it on an US client, then the hook don't work
15:56.29nevcairielhm sbu raidtracker?
15:56.34sbunevcairiel: yah
15:56.39oxmani've put a print at the top of my hook and i see nothing :|||
15:56.39maiaAFKamm+ tab = nothing
15:56.55oxmanhum forget :p
15:56.59oxmanmaiaAFK buy an irc client
15:57.00oxman:p
15:57.07HealthIs Hostelbar actually working?
15:57.10maiaAFKoxman: name me a good irc client for OSX
15:57.11HealthI never get any bars :P
15:57.21oxmanweechat can be compiled on osx i believe
15:57.21oxman:)
15:57.35oxmanweechat.flashtux.org
15:57.36Mikmavhaarr: lol Bar5 is broken in AceOptions :D
15:57.47Mikmavhaarr: it's missing liek 50% of the options to configure it
15:57.52vhaarroeo
15:58.40maiaAFKoxman: weechat is ugly as hell. ;p
15:58.46CIA-1103rabbit * r11777 10Bartender2/Options.lua: Bartender2: Fix bar5 options.
15:58.47vhaarrMikma: fixed
15:58.53Mikmavhaarr: fast mofo!
15:58.53oxmanvery cool to do ssh + screen
15:58.54oxman:)
15:59.18mjcGotWood. haha
15:59.31mjcHIM - Stigmata Diaboli
16:00.19KebinusanHealth, run 11628 or earlier and it works fine
16:00.48sbuoh and btw - is there a GOOD alternative to eqdkp? i dont like it anymore ;o
16:01.09maiaMikma: I don't understand Pagemaster. if I press alt, it'll swap the buttons from page5 into page1, why?
16:01.12HealthI see.. I'm running r11640 atm
16:01.20ThraeWhy is SVNBot giving me errors about "RaidTools"?
16:01.21oxmanwhat the hell ??
16:01.38oxmanBS:HasReverseTranslation("Holy Light") => false
16:01.49oxmanin bs.lua : ["Holy Light"]="Holy Light",
16:01.50oxman:|||
16:02.00oxmanit has a reverse translation !!
16:02.16Mikmamaia: because i wanted it like thet :P
16:02.18maiaoh. no. Mikma, it defaults to bar1, on targetting a friendly unit it swaps to 5, and on pressing hotkey it swaps to bar4
16:02.38mjcoxman: http://gcc.gnu.org/wiki/SSH%20connection%20caching
16:02.43CIA-1103gamefaq * r11778 10Detox/locals_deDE.lua: Detox - Updated deDE Translation
16:02.46oxmanthen mjc ?
16:02.48Mikmamaia: i wanted it to use the visible bars for easier configuration
16:02.59Mikmaand still, the shift+click on button takes the button off from the bar
16:03.29maiaMikma: and when switching, it will always show the bar1 in par10 too
16:03.43maiaand I cant turn off bar10
16:03.58*** join/#wowace Jarenthal (n=Miranda@cpe-071-076-173-175.triad.res.rr.com)
16:03.59Mikmamaia: well you can code it better :)
16:03.59maia<PROTECTED>
16:04.06maiawhen trying to disable bar10
16:04.11mjcscratch that
16:04.14mjcoxman: http://www.linux.com/article.pl?sid=06/05/19/145227
16:04.20oxmanthen mjc ?
16:04.24Mikmamaia: works for me just fine :P
16:04.39mjc?
16:04.45HealthMikma: You have your bottom oSkin frame addon public? :p
16:04.48Thrae~seen cladhaire
16:05.00purlcladhaire <n=jnwhiteh@cpe-69-202-110-177.twcny.res.rr.com> was last seen on IRC in channel #wowace, 1d 12h 12m 24s ago, saying: 'lol'.
16:05.00maiaI'm reverting to ReactionBar - don't want to move all my icons and stuff to different bars. :(
16:05.01MikmaHealth: /oskin bottomframe show
16:05.06Healthnice
16:05.06Mikmait's not mine tho
16:05.16Healthmaia: I just edited pagemaster source for my needs
16:05.35Healthjust flip a few numbers :p
16:05.56oxmanahhhhhhhhhhhh
16:05.58oxmanckknight  !!!
16:06.02oxmanAceLocale-2.1 is buggy !!!
16:06.06mjcpowerbook:~ mjc$ time ssh mjc@325i.org uptime > /dev/null
16:06.06mjcreal    0m0.129s
16:06.08*** join/#wowace Shilla (n=Gohei27@242861hfc16.tampabay.res.rr.com)
16:06.10maiaI auto-update addons from the SVN, it would just be another addon I'd have to take care of to not update.
16:06.54maiagrrr, with the latest Bartender2 I can't hide bar10  /cry
16:07.03mjcmaia: he changed the names
16:07.25maianames?
16:07.29mjcof the bar
16:07.30Mikma:D
16:07.36Mikmabar10 = bonusbar
16:07.48Mikmagood one mjc
16:07.53Mikmapurl: mjc++
16:07.57mjc:P
16:08.24maiaMikma:  /bartender bonusbar doesnt worl
16:08.25mjcouch
16:08.26Prophywhat r the custom values you can enter for AG_Unitframes? like [name] [raidgroup] ??
16:08.29maia*doesnt exist
16:08.40maiaand /bartender bar10 gives you options, but errors out then
16:08.51Mikmaoh well
16:08.53Mikmait's /bar bar10
16:08.54Mikma:P
16:08.55oxmanBS("Holy Light") => Holy Light, BS("Holy Light", "reverse") => error no reverse translation :||||
16:08.57oxmanckknight !!!
16:08.59oxmanI need you
16:09.00oxman:D
16:09.14oxmanthe reverse method is buggy
16:09.14oxman:'(
16:09.15Mikmaoxman: remember to say that you are using AL2.1
16:09.17mjcckknight doesn't support AL2.1
16:09.29oxmanreverse don't exist in AL2.0 so...
16:09.33Curneyhmm i get a commit error telling me that my file already exists.  am i doing something wrong/
16:09.35Curney?
16:09.40oxmanyou must use GetReverseTranslation in AL2.0
16:09.41maiaMikma:  /bar Bar10 show =
16:09.42maia[2006/09/23 18:09:19-914]: Bartender2\Bartender2.lua:380: attempt to index local `arg1' (a string value)
16:09.42maiaBartender2\Bartender2.lua:380: in function `HideBar'
16:09.42maiaBartender2\Options.lua:80: in function `set'
16:09.42maiaAceConsole-2.0\AceConsole-2.0.lua:1090: in function <...ns\Bartender2\Libs\AceConsole-2.0\AceConsole-2.0.lua:851>
16:09.42maiaAceConsole-2.0\AceConsole-2.0.lua:1625: in function `value'
16:09.44maiaFrameXML\ChatFrame.lua:2170: in function `ChatEdit_ParseText'
16:09.46maiaFrameXML\ChatFrame.lua:1941: in function `ChatEdit_SendText'
16:09.48maiaFrameXML\ChatFrame.lua:1963: in function `ChatEdit_OnEnterPressed'
16:09.49oxmanno "reverse" arg
16:09.50maia<string>:"ChatFrameEditBox:OnEnterPressed":2: in main chunk
16:09.52CIA-1103rabbit * r11779 10DeuceLog/DeuceLog.lua: DeuceLog: Throttle wins and losses since we get death events from everyone in the party. Resets the throttle list when you change area.
16:09.52maia<PROTECTED>
16:09.53*** join/#wowace Xuerian (n=Xuerian@12-196-151-67.psknet.net)
16:10.03Mikmamaia: /script BarDB = nil   and /rl :P
16:10.08Mikmashould work just fine
16:10.09Mikmaand relog :ÖP
16:10.19maiaMikma: then I'd have to recreate all my bars.
16:10.25vhaarrI see the bug
16:10.27vhaarrsec maia
16:11.28maiaah well, I just edited the savedvariables
16:11.31Curneyis there something special i need to do in order to update my files on the svn?  im getting an annoying "file already exists" issue
16:11.33*** join/#wowace Shyva (n=n0time@sd511586e.adsl.wanadoo.nl)
16:11.43*** join/#wowace Jarenthal (n=Miranda@cpe-071-076-173-175.triad.res.rr.com)
16:11.59nevcairieluse svn update, not checkout
16:12.10Curneyi am
16:12.19CIA-1103rabbit * r11780 10Bartender2/Bartender2.lua: Bartender2: Fix show/hide.
16:12.23sbumah... IS there an eqdkp alternative somewhere? :/ (and no, no ndkp ;p)
16:12.26maiavhaarr: thanks :)
16:12.27Curneyoh wait i am using svn commit
16:12.30HealthGngsk, there?
16:12.46HealthWhere in the source do I change the opacity of the bottom frame? :)
16:12.56HealthoSkin:applySkin(frame, header, bba, ba, fh)
16:13.02HealthAny of those values?
16:13.10nevcairielsbu: whats wrong with eqdkp?
16:13.30nevcairielHealth: ba ( backgroundalpha)
16:13.55maiaMikma: well I'd like to suggest to add some options to Pagemaster: which bar to show on default, which to show on a certain metakey (plus add options for the metakey),...
16:13.56vhaarrmaia: no problem
16:14.09Healthnevcairiel: Thanks
16:14.22Mikmamaia: yes please :)
16:14.36maiaMikma: it's your addon, not my addon :p
16:14.52Mikmamaia: it's kyahx's addon originally :D
16:15.10Mikmai only added names for it hehe
16:15.23maiaah...
16:15.25mjcwoot
16:15.38CIA-1103curney * r11781 10idChat2_FontSize/ (idChat2_FontSize.lua idChat2_FontSize.toc): idChat2_FontSize : converted to using a db namespace
16:15.39nevcairieli still have Minimalist
16:15.42nevcairielsomeone deuce that
16:15.47maiaI still have myBindings
16:15.48mjcnevcairiel: considered it
16:15.53BuMwhat the deuce?
16:15.54mjcmaia: never used that
16:16.20maiaand AceNameToggle and ItemCompare
16:16.27mjcI don't use those too
16:16.56nevcairielive been using equipcompare, but got rid of it completly now
16:16.59nevcairielwhats acenametoogle?
16:17.13vhaarrwhat did you replace EquipCompare with?
16:17.23nevcairielnothing
16:17.24nevcairiel:)
16:17.27vhaarr><
16:17.46nevcairieldunno, i somewhat know the items i am wearing
16:17.55CIA-1103curney * r11782 10idChat2_Justify/ (idChat2_Justify.lua idChat2_Justify.toc): idChat2_Justify : converted to using a db namespace
16:19.58HealthCan you get rid of the stupid chat window "highlight" stuff?
16:20.07nevcairielvhaarr: did you think about marking people on cthun green beam with raidicons?
16:20.37vhaarryeah I think it'll be too spammy, and the problem is that there's no combat log event, he just changes target
16:20.45maianow thats interesting. my first death in AV disconnects me. always.
16:20.51vhaarrI don't like to depend on target monitoring for bosswarnings
16:21.14nevcairielisnt there some cast event?
16:21.38Kebinusanmjc grats, Im down to two Bulkmail and Fubar_Tracker
16:21.38vhaarryes when it happens, but I don't think it has a cast time
16:21.38vhaarrbut he pretargets
16:21.41mjcKebinusan: I dumped bulkmail
16:21.56mjcand AH_MailCollect
16:22.14KebinusanYeah I was going to try gmail
16:22.21mjchaven't tried gmail yet.
16:22.25sbunevcairiel: hm dont know - strange behaviour ;o are there any addons like ctrt for importing data?
16:22.35KebinusanI really like being able to use periodictable tradeskill stuff in bulkmail
16:22.37mjcsbu: none yet apparently
16:22.40sbumh :/
16:22.47Kebinusanits handy for autosending herbs to one alt and ore to another alt, etc
16:23.04mjcI could never get that to work rigght
16:23.06mjcright
16:23.46Kebinusanyeah I had to open the PT library to find the right reference, but it was worth it
16:24.04*** join/#wowace Silencer (n=Silencer@195.252.78.16)
16:24.17nevcairielvhaarr: mh seems you are right, no cast time. checked other boss mods and they check target.
16:24.46nevcairielvhaarr: well, at least aggro alert fires at that time :D
16:25.03vhaarryeah, which we need to  seperate into its own mod, hm
16:25.10vhaarrmaybe I'll do that
16:25.11SilencerDid u fix ace2 channel errors ?
16:25.18vhaarrSilencer: wut?
16:25.32nevcairielsomeone did fix some problems with AceComm, if you mean that.
16:25.34Silencerthe error u get when u want todo something with channe;l
16:25.40Silencerye AceComm :)
16:25.49Silencerkk gona svn update it ;)
16:29.08CIA-1103gamefaq * r11784 10Bartender2/Bartender2-Locale-deDE.lua: Bartender2 - Updated deDE Translation to fix the improper translation errors introduced with recent changes in base local.
16:29.41Mikmanow we need the koKReans to do the same
16:30.11nevcairielyou should at least make it working, like copy paste the english in there so it doesnt error :)
16:30.23Mikmahmm
16:33.45nevcairielMikma: how is sticky frames supposed to be working?
16:33.58clad|outheh using my lib or another one?
16:34.04CIA-1103gamefaq * r11785 10Bartender2/Bartender2-Locale-koKR.lua: Bartender2 - Updated koKR Translation to fix the improper translation errors introduced with recent changes in base local.
16:34.08Gamefaq|afkdone...
16:34.10DrDre!trunk Bartender2
16:34.12Mikmalol
16:34.24*** join/#wowace Fwieg (n=no@gwief.plus.com)
16:34.25DrDrebah we need bot back ;p
16:34.29ThraeI'm working on the bot, give me a moment.
16:34.31nevcairielcladhaire: yours
16:34.35cladhaireDrDre: get it off the website.
16:34.41DrDredoes it auto zip to the folder now on commit?
16:34.41nevcairielcladhaire: but i dont see it doing anything
16:34.45cladhaireDrDre: its not difficult =)
16:34.47cladhairenevcairiel: heh.
16:34.55DrDrei didnt know if it auto zipped :P
16:34.57cladhaireDrDre: has been for quite some time.
16:35.07cladhairehttp://svn.wowace.com/diles/Bartender2
16:35.09cladhairefiles
16:35.15cladhaire<PROTECTED>
16:35.57nevcairielmy bar1 wont snap to bar2
16:35.59DrDrenow to check my commit logs to see what else was updated
16:36.00nevcairielstupid thing
16:36.16DrDre[2:11am] ckknight * r11726 Ace2/AceComm-2.0/AceComm-2.0.lua: AceComm - upgraded ChatThrottleLib.
16:36.16*** join/#wowace Tuller (n=chatzill@c-68-57-185-39.hsd1.va.comcast.net)
16:36.22DrDredid that fix the channel hover bug?
16:36.38Gamefaq|afkno
16:37.27Gamefaq|afkhe done this because the addon "SW Stats 2.0 Beta1" changes the logs
16:38.03Gamefaq|afkbut it´s do this not proper
16:38.55*** join/#wowace Tuller (n=chatzill@c-68-57-185-39.hsd1.va.comcast.net)
16:38.59Gamefaq|afkif u use squishy and sw stats 2.0 without this change it could create a endles error spam...
16:39.46nevcairielMikma: stickyframes isnt working at all for me
16:40.01Mikmarelog
16:40.08nevcairieldid twice
16:40.25Mikmawell something fucks. works for me :P
16:41.30vhaarrworks for me too
16:42.13*** join/#wowace Amro (n=Amro@82.101.184.152)
16:42.52CIA-1103mikma * r11786 10Bartender2/Bartender2-Locale-koKR.lua: Bartender2: updated some. hope it didn't mess up
16:42.59mjcHealbot Assist breaks DeuceCommander
16:43.14nevcairielif i move one bar next to another it _should_ snap, right?
16:43.17nevcairielit doesnt :(
16:43.35mjcand FuBar_KCIFu attempts to index KC_Common
16:43.56mjc:p
16:45.00*** join/#wowace SVNBot (n=generalm@c-68-48-83-98.hsd1.md.comcast.net)
16:45.17nevcairielstupid stickyframes, /me moves frames to previous positions
16:47.14mjcbartender2 circle thing doesn't work quite right
16:49.17Sairenmjc: what's wrong with it?
16:49.55mjcit doesn't get rid of the original borders or make the icons fit inside the circle
16:50.19vhaarrit probably just need to be updated
16:50.36SoltanisHi All
16:50.40vhaarrSairen: the Bartender2 methods take the bar name now, not the bar object
16:50.45vhaarrif that matters for circled
16:50.57Mikmawell
16:51.01Mikmasome names have been changed, again
16:55.54*** join/#wowace Loppzor (n=Jower@c-2f29e055.627-1-64736c11.cust.bredbandsbolaget.se)
16:55.59Sairendownloaded BT2-11780 and seems to be fine
16:56.13Mikmakek
16:56.19Mikmamjc: lok
16:56.29Mikmalol* , you propably have Dreamlayout enabled
16:56.40Sairenyeah that could be
16:56.56mjcpossible
16:57.02Sairenexcept if you scale your bars to 2.0 or higher, then you see two pixels hanging out, but you don't see them on 1.0
16:57.02Mikmabut.. there was some weird problems with bt2 today
16:57.13Mikmait kept showing the freaking NormalTextures over and over
16:57.27Mikmai had to add self:HideNormalTexture() everywhere :P
16:58.33mjcew?
16:59.46DrDreeh
17:00.19DrDrewhy does warmup say GFW_Linkerator was biggest addon with 3.6mb when all it does is let you use auto-complete links from typing and the folders 56kb O.o
17:00.37ThraeDrDre: Linkerator keeps its own, uncompressed database.
17:00.46DrDreoh
17:01.00DrDrethought it just used the wdb cache
17:01.02ThraeDrDre: Note that KCI can also do what Linkerator does, except KCI has a compressed database which you can disable.
17:01.06ThraeNope.
17:01.28DrDrewell i would switch back to KCI if it had Auctioneers AskPrice feature :(
17:01.33DrDremy guilds grown attached to that >_>
17:02.04LSAliziaI just have to say, I love you all for making Ace2 what it is.
17:02.05ThraeDrDre: Just remove the "auction" module if you don't want KCI to handle auctions
17:02.19LSAliziaI`Ve spent the last two days changing out most my addons with Ace2 addons..
17:02.28LSAliziaAnd have gone from 44 mb memory usage to 21..
17:03.33LSAliziaAnd my average FPS has gone from 19 to 39..
17:03.35DrDresame Ls lol
17:04.00NA|LiquidorIs changing of the RaidLeader affecting RAID_ROSTER_UPDATE ?
17:04.03DrDreditching CTRA was my biggest fps increase
17:04.35LSAliziaI do have a question about oRA2. And scripting for this. Since I cant seem to find any emergency monitor on it.
17:04.51oxmanuse squishy
17:04.58LSAliziaOk, cheers.
17:05.08*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
17:05.40LSAliziaAnd if I could fine something to switch out Cryolisis, I would running on only Ace2 addons :)
17:05.47maiaNAIL,yes
17:05.47DrDrelol
17:05.48*** join/#wowace Laric (i=Laric@217-13-2-126.dd.nextgentel.com)
17:05.50vhaarrI don't even know what that is.
17:05.53DrDreyoull never replace crylosis :p
17:05.56LSAliziahehe
17:05.58DrDre<3 Crylosis
17:06.01LSAliziafind even.
17:06.08DrDreMage version of Necrosis
17:06.08LSAliziaIts not that bad either memory wise it seems DrDre.
17:06.22mjcick
17:06.35KebinusanDrDre, I bet I could get you to replace it
17:06.37Kebinusancheck out sprocket
17:06.40LSAliziaBut the one thing that really made a difference.
17:06.45LSAliziaKebinusan: Yeah, i saw that one.
17:06.48LSAliziaMight go for it.
17:06.56oxmanagain one of mine addon to convert to ace2
17:07.07KebinusanLSAlizia, its pretty hot Id recommend checking it out
17:07.12LSAliziaWill do.
17:07.21LSAliziaJust doing some more barons 45 for money first xD
17:08.10DrDreI dont think sprocket can replace it unless it was designed to be a mages addon :P
17:08.28mjcit doesn't need to be
17:08.45*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
17:09.05*** join/#wowace darkShrimp (n=Miranda@p549E694B.dip.t-dialin.net)
17:09.20LSAliziaI barely use the Spell thingies on cryolisis tho DrDre.
17:09.36LSAliziaMostly only Evo, mana stones, make water, and food, and mount.
17:09.41wf|Sairenstupid 24h discon -.-
17:09.42LSAliziaRest is bound up on keys :)
17:09.50*** join/#wowace Rophy (n=Miranda@218-170-25-121.dynamic.hinet.net)
17:09.54mjcWaterboyLoc is pretty cool too.
17:11.34*** join/#wowace Arrowmaster` (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
17:11.55DrDrei should remove the naxx/aq40 folders from bigwigs since i wont be there for a while lol
17:12.38mjcDrDre: bigwigs doesn't load individual bosses until they are targetted or moused o ver
17:12.41mjc*over
17:12.53DrDrei mean for game login
17:13.16DrDrebigwigs longest loading addon according to warmup
17:13.56ShyvaIt does load them mjc, but they aren't enabled yet
17:14.29DrDrei just went and edited all my .toc's to remove ace lines to use standalone
17:15.07DrDreany status update on KCI? Thread said back in june/july itll be new ver released in few weeks
17:15.43mjcKaeltenAway: ping
17:16.24cladhaireKaeltenAway: I agree.. ping
17:17.19*** join/#wowace Entropism (i=chatzill@cpe-24-193-250-161.ucwphilly.res.rr.com)
17:17.31DrDrehes been away for like past 4 days :p
17:18.08cladhairenah, he just doesn't like you
17:18.12DrDre>_>
17:18.20cladhaire=)
17:22.51CIA-1103maia * r11787 10PerfectTargets/Core.lua: PerfectTargets: only shows targets in a 100-150yrd range ( UnitIsVisible() ) - helps in battlegrounds.
17:23.24LSAliziaFuBar_LocationFu-r9539 <--- does this have coords?
17:23.39SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/PerfectTargets
17:23.41nevcairielyes
17:23.46LSAliziathank you :)
17:25.22LSAliziaAnd, ofcourse I have another question.
17:25.25LSAliziaAbout oRA2.
17:25.36LSAliziaOur shaman uses macros for healing with the emergency monitor.
17:25.46LSAliziaAnd someone suggested squishy.
17:25.52LSAliziaBut we cant really find a way to implement that.
17:26.13nevcairielLSAlizia: ask maia
17:26.24LSAliziaSo I was wondering: /script ClearTarget();  - /script CT_RA_Emergency_TargetMember(1);  - /cast Lesser Healing Wave(Rank 6);
17:26.26LSAliziaAh, ok.
17:27.01maiaLSAlizia: /script Squishy:TargetSquishyUnitByPriority(1); /cast ...
17:27.52oxmanuse click casting with squishy
17:27.56oxman(squishy + clique)
17:28.01vhaarreasier with a macro
17:28.05vhaarrlike maia said
17:28.16oxmanmaia i test squishy, its seems fine now ;)
17:28.28oxmanhow about the range detection ? You modify the range of combatlog ?
17:28.52vhaarrthe range checking is done with GetInteractionDistance
17:29.18LSAliziaah, thanks maia :)
17:29.20nevcairielisnt the highest distanec you can get with that like ~28 ?
17:29.24vhaarrno
17:30.24vhaarror CheckInteractionDistance, maybe
17:30.26*** join/#wowace zigmund555 (n=bb@c-69-250-138-243.hsd1.md.comcast.net)
17:30.26vhaarrdon't remember
17:30.37nevcairielhttp://www.wowwiki.com/API_CheckInteractDistance
17:30.40nevcairielthat?
17:30.49oxmanno it change the combatlogrange
17:31.02*** part/#wowace zigmund555 (n=bb@c-69-250-138-243.hsd1.md.comcast.net)
17:31.38MikmaAnyone has idea how to remove the original "shift+click picks up a skill from actionbar" ??
17:31.46Mikmai would REALLY need that in Pagemaster
17:31.51vhaarrnevcairiel: Ah, I was certain there was a ~40y check as well.
17:31.55snurrelol.. funny to see "Randomguy has left the guild" and the only responses in gchat is "he sucked anyway" :p
17:32.02vhaarroxman: What does?
17:32.15oxmanlook the code vhaarr
17:32.23vhaarrThe code for what?
17:32.29*** join/#wowace NA|Liq (i=_Liquido@port227.ds1-sg.adsl.cybercity.dk)
17:32.31oxmanMikma it check IsShiftKeyDown()
17:32.36oxmanchange the range detection vhaarr
17:32.39maiaSquishy is using ProximityLib - which is using CheckInteractDistance for 28yrds plus watching the combat log
17:32.44vhaarrThe range detection for *what*?
17:32.47vhaarrExactly.
17:32.53oxmanto show the emergency player
17:33.04oxmanmaia no option to remove the header of squishy ? :(
17:33.09maiaalso Squishy offers a range slider to change the combat log range (as some people move it to 200 in BigWigs, not realizing they brake Squishy)
17:33.14oxmanso when no emergency no squishy visible at all
17:33.21maiaoxman: header hides at alpha <0.1
17:33.33maias/brake/break/
17:33.46oxmanbut the background too maia
17:33.48oxmanand i don't want :(
17:34.04maiamake it transparent and the header will disappear too
17:34.15Mikmaoxman: yeah, found the damn bastard :D
17:34.23oxmanMikma ? :)
17:34.26oxmanmaia ?
17:34.29maiaya?
17:34.46Mikmaif ( IsShiftKeyDown() ) then PickupAction(ActionButton_GetPagedID(this)) ...
17:34.55oxmani want the background of squishy but without the header
17:35.02maianot possible
17:35.08oxmanadd an option please
17:35.14maiaand no, I won't add another option. Squishy has too many options already
17:35.23oxmanMikma scan the blizzard file :)
17:35.29oxmanits a very little option
17:35.37Mikmai just pasted it..
17:35.56CIA-1103krtek * r11788 10idChat2_Who/ (Frame.xml idChat2_Who.lua idChat2_Who.toc):
17:35.56CIA-11idChat2_Who :
17:35.57CIA-11<PROTECTED>
17:35.57CIA-11<PROTECTED>
17:35.57CIA-11<PROTECTED>
17:36.02MikmaKemayo: order of pictures don't refresh
17:36.03*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
17:36.06oxmanoh ok Mikma sorry :)
17:36.15SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/idChat2_Who
17:36.42TullerMikma: for all buttons, do a SetScript("OnClick", YourNewClickFunctionThatDoesntDoTheShiftThing)
17:36.49maiaguys, addons are like cars. either you buy them and live with the options they have (color,...), or buy a different car. But don't continue to ask the dealer if the mercedes can maybe have an option to look like a BMW.
17:37.02LSAliziahehe
17:37.05oxmanso i will do a fork maia
17:37.07oxmanits stupid.
17:37.18*** join/#wowace Mery2 (n=metelman@p54AEF833.dip.t-dialin.net)
17:38.00Tullerif you wanted to make people cry, IsShiftKeyDown = function() return; end;
17:38.25Pucmelif you are doing a fork add an option to make the squishy frame non transparent again :(
17:38.40oxmanhum ? :)
17:38.42Pucmeli hate if i click through by mistake and select somebody
17:38.56oxmanoh ok :)
17:39.06Pucmelusing click casting ... so it happens a lot
17:39.10oxmani want that too, squishy background but without squishy header ;)
17:39.50mjchmm so I take that back
17:39.53mjcKCI is my only ace1 mod
17:41.19Pucmelludwig is for you :)
17:42.00oxmanwhat does mean the letter maia in squishy ?
17:42.03oxmanR = Renew ?
17:42.05oxmanA = Aggro ?
17:42.14oxmanWhere i can find an help ?
17:42.19maiathread page 1
17:42.27oxmanwoot.
17:42.32oxmani don't like go into the forum :p
17:42.43oxmanbut R in blue isn't very nice :p
17:42.49oxmanit must be in green :D
17:43.01maiaH is green
17:44.02Thrae!seen kergoth
17:44.10Thrae~seen kergoth
17:44.31purlkergoth is currently on #wowi-lounge (1d 11h 46m 46s) #wowace (1d 11h 46m 46s). Has said a total of 32 messages. Is idling for 9h 22m 18s, last said: 'hrm'.
17:44.31oxmanH = unit is being healed by someone this
17:44.31mjcMikma: looks like bar10 is back
17:44.32oxmanif someone use squishy, right ?
17:44.41Xuerianoxman: I know i'm interjecing here, but have you ever -used- squishy as a healer? >_>
17:45.02Xuerians/jecing/jecting/
17:45.37oxmanactually yes Xuerian ;p
17:45.43cladhaire<PROTECTED>
17:45.49oxmanmy main is a healer :p
17:46.09Xuerian'Kay ^_^. Just seemed like erroneous questions if you had ;P
17:46.22oxmanlike what ?
17:46.24EntropismHey guys, is there a mod that mimics CTRA's playertank function?
17:46.35oxmanEntropism like what ?
17:46.51Entropismit's like personal tank frames
17:47.07oxmanno help about the R on forum maia :(
17:47.09Entropismyou have the MT frames, then your own, personally configurable tank frames
17:47.13oxmanora2 do that Entropism
17:47.18oxmanhum not configurable frame :D
17:47.43Entropismyeah, the MT frames we have set.  
17:48.00Entropismbut these let you set up MT boxes (just on your own screen) for whatever players you choose
17:49.37Mikmamjc: is that a good or a bad thing? :D
17:49.51mjcactually
17:49.56mjcnot sure if it's bar10 or what
17:50.08mjcor even another addon
17:50.27mjcbut my hearthstone, health pot, and bandages are showing over everythign else ;P
17:51.22cladhairei wish there was a bar addon that did what i needed =(
17:51.29cladhairevisor has been the only one so far :(
17:51.35Thraecladhaire: Like what?
17:52.06cladhaireWell, first it has to correspond DIRECTLY to the bars in the default UI, i.e. the bottom bar, bottomleft, bottom rigth, rightside and rightside2
17:52.30cladhaireso when i'm NOT using the mod.. i can enable those and it works perfectly =)
17:52.45*** join/#wowace Nightdew (n=nightdew@c-69-241-14-232.hsd1.ga.comcast.net)
17:52.54oxmanI don't understand the option "tank iitials" for ptarget
17:52.57oxmanwhat is this ?
17:53.01nevcairielcladhaire: bartender does that
17:53.03cladhairethe first bar needs to work for stealth, shapeshifting, and stances
17:53.15nevcairielthat too
17:53.21cladhaireand ideally i like being able to have a pop-bar
17:53.28nevcairielpop-bar?
17:53.40Mikmamouseover -> more bars
17:53.46cladhaireone button shows.. when i mouse over it, the bar opens up
17:54.23nevcairielwe planned that for bartender
17:54.28nevcairielbut never finished :P
17:54.32cladhaireheh
17:54.35Mikmayeah, too much bloody work... not :P
17:54.37cladhairelemme find a ss
17:54.44oxmanptarget is not compatible with ora2 ?
17:54.45oxmanright ?
17:54.50oxmanit seems use ora1 mt table
17:55.04cladhairenevcairiel: http://imagelink.org/info/4896
17:55.41vhaarrcladhaire: That StickyFrames library of yours on WoWi, is that the most recent version or do you have some deuced copy floating around?
17:55.54cladhaireDOINT USE THE FUCKING WORK DEUCED I HATE IT
17:55.54cladhairesorry
17:55.58nevcairielman even priests can live with less buttons then me
17:56.02cladhaireand no, because its NOT an ace mod.
17:56.10cladhairenevcairiel: only priests who clickcast
17:56.18Mikma:D
17:56.22vhaarrDon't blame me, I've just picked it up from the channel :P
17:56.31nevcairieli need 4 bars
17:56.32nevcairiel:)
17:56.32cladhairei hate "Aced surfed deuced"
17:56.33cladhaireheh
17:56.36cladhairenevcairiel: I have four on the ss
17:56.38cladhairenevcairiel: the bottom is the default bar.. the second from the bottom is the bottomleft bar, the third is the bottomright bar..   Where the water is, that's a popbar with the Blizzard RightBar buttons.., When I mouseover the bag
17:56.52cladhairethe bags show, along with the micro buttons
17:56.59ThraeOoo, I just thought of something cool. An option to only show buttons that are out of range/invalid or cooling down.
17:57.25nevcairielthat would certainly be possible with bt2, if someone would write an module for it.
17:57.31ThraeI don't need to see my 1-12 buttons since I have them all keybound, but I would like to know if they are out of range/cannot be used or are cooling down.
17:57.32cladhairewell get writing =)
17:57.52Mikmahttp://wow.reaktio.net/ui.jpg
17:57.53nevcairieli am gathering fadeleaf for loatheb :/
17:57.55Mikmathis is from today
17:58.02*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
17:58.02*** mode/#wowace [+o Cairenn] by ChanServ
17:58.12ThraeBar2 can do scaling, right?
17:58.18Mikmayeap
17:58.19nevcairielevery bar can
17:58.29ThraeBar2 meaning Bartender2 ;)
17:58.38nevcairielah
17:58.39nevcairiel:D
17:59.00nevcairielHm, i tried perfectraid once, and for some reason couldnt really play with it
17:59.11cladhairenevcairiel: any particular reason?
17:59.14nevcairieldunno
17:59.18Mikmacladhaire: you need to fix the mouseover-coloring :P
17:59.27cladhairewhats wrong with it?
17:59.37ThraeMy bash script hates directories that start with !.
17:59.45*** join/#wowace Parak (i=PROFI@user-0cev737.cable.mindspring.com)
17:59.51CIA-1103curney * r11789 10idChat2_Justify/idChat2_Justify.toc: idChat2_Justify : fixes issue with toc file
17:59.59Mikmacladhaire: if person gets poisoned/cursed/etc/etc the mouseover color changes to the color he had on his bar after when mouseovering him in PR
18:00.00nevcairielive been raiding for more then a year with the ctra group display, and sRaidFrames works for me .. maybe i should simply force myself onto perfectraid and l2p :P
18:00.30cladhaireMikma: that's a one-lie fix.. submit a bug report
18:00.41Mikmacladhaire: where shall i submit it?
18:00.50cladhaireMikma: wowi
18:00.53Mikmaroger
18:01.07mjcROFL
18:01.09mjcmikma you jerk
18:01.12mjcmurloc noise
18:01.14nevcairieldoes that simulate mod work in praid now?
18:01.23cladhaireit's always worked =)
18:01.27cladhairefrom the day i put it in
18:01.30cladhairei wrote it cause i needed it
18:01.39nevcairielhm, weird, maybe some other addon broke it :D
18:01.49oxmanI don't understand the option "tank initials" for ptarget, could you explain me ?
18:01.50nevcairieltrunk is the ace2 now, right?
18:01.55cladhaireyes
18:02.37nevcairielalthough i am really hoping on xraid2, if eagle gets all the stuff in he plans for, it will be great :)
18:03.18cladhaireso umm
18:03.20cladhaireyeah
18:03.51nevcairielthats one thing the blizzard raid ui is great at, you can drag groups and classes you want simply out of the ui
18:03.58nevcairielbut everything else about the raid ui sucks :D
18:04.15oxmanI don't understand the option "tank initials" for ptarget, could you explain me ?
18:04.17Mikmamjc: owned!
18:04.29Mikmamjc: don't blame me, idea was from me but nevcairiel coded it in <3
18:04.48nevcairieloxman: it displays the initals of the tank behind the target
18:04.52CurneyIndustrial: ping
18:04.53*** join/#wowace Silencer (n=Silencer@195.252.78.16)
18:05.12oxmanI don't understand nevcairiel
18:05.25oxmanIf i set to 3 i see the three first letter of mt who target the target ?
18:05.37nevcairielyes
18:05.44NA|LiquidorIs it okay to name a function aaaaa.bbbbb() ?
18:05.46oxmanwell thanks :)
18:05.57oxmanaaaaa:bbbb() is better
18:06.01oxmanbut you can do your stuff
18:06.12NA|LiquidorWell explain to me how it's better :)
18:06.17NA|LiquidorSo I know why
18:06.31mjcaha
18:06.36mjcMikma: it's XAD
18:06.45Mikmamjc: what?
18:06.56mjcthe thing on top of my bars was XAD
18:07.06Mikmalol
18:07.14nevcairielwhats XAD?
18:07.38ckknighthey all
18:07.46mjcX Automated Dispenser
18:07.48nevcairielhi ckk
18:07.56XuerianHeya ckknight.
18:07.58nevcairielautobar replacement?
18:08.09XuerianYeah, nevcairiel
18:08.28Mikmai've been updating it in svn, and don't know why :D
18:08.29nevcairielcan i define my own item sets ?
18:08.40Mikmamaybe to keep Thrisrirsrirtfallhalltall hapy
18:09.09nevcairielwhy doesnt he just get a svn account?
18:09.17XuerianI think that's in the rewrite he's doing now (Or was doing, according to the forum thread)
18:09.18ckknightMikma, regarding AL2.1, I wish I could, but I'm not allowed
18:11.04ThraeI never knew the fascination with AutoBar, I like to keybind everything.
18:11.15Curneyi have a newb question (again).  if i commit a change for someone elses addon, does it automatically create a branch?
18:11.23vhaarrno
18:11.37oxmanIn perfecttarget, an option growup will be fine
18:11.37oxman:)
18:12.32oxmanno ? :p
18:12.39NA|Liquidorj=j+1 or j++ ?
18:12.46nevcairielfirst
18:13.02Curneychaarr: thanks
18:13.17CIA-1103rabbit * r11790 10DeuceLog/DeuceLog.lua: DeuceLog: Reset target faster.
18:13.28NA|Liquidorok
18:13.34nevcairielno ++ in lua
18:17.18Curneyis this valid?  myvariable={mysubvalue{true,true,true},mysubvalue{true,true,true},mysubvalue{true,true,true},mysubvalue{true,true,true}}?
18:17.42nevcairielmysubvalue={
18:17.48IndustrialCurney: yo
18:18.30CurneyIndustrial: do you mind if i possibly add some per-chatframe options for some of the idchat modules?
18:18.39LSAliziaCant you add names directly to Detox, for the prio list?
18:19.06Industrialno i dont :D
18:19.32Curneyfor instance, if i wanted chatframe1 buttons visible but not chatframe3 i would like to be able to do that
18:19.57Curneyif that makes sense.  =)
18:20.12Industrialyeah
18:20.17Industrialalready did that for the timestamps
18:20.20Industrialafaik
18:20.38Curneycool.  im working on buttons atm.  ill put it in a branch
18:20.59Industrialits ok if you put it in the trunk - I mean if it works..
18:21.12maiaLSAlizia: Detox will show all unit names you're currently grouped with for priorization
18:21.26Curneyindustrial: /nod
18:22.41ThraeHmm, are there any Square Minimap mods which fix the position of minimap buttons?
18:22.53*** join/#wowace Entropism (i=chatzill@cpe-24-193-250-161.ucwphilly.res.rr.com)
18:22.56mjcsqueenix?
18:23.13ThraeSqueenix doesn't do anything to the positions of minimap buttons, it seems.
18:23.18Entropismcladhaire: have a sec to answer a perfectraid question?
18:23.25ckknightoxman, having issues?
18:23.36ThraeAhh wait, I just need to move them again.
18:23.41GngskThrae, which buttons do you mean? zoom?
18:23.42EntropismFinally figured out WTF my priest was asking for with the raid frames...
18:23.46Gngskoh, herpes?
18:23.49oxmanckknight switch to 2.0 :p
18:24.24EntropismShe wants a way to have the raid sorted by groups, then be able to move individual people off into their own group.  So basically have JUST the warrs grouped, then the rest of the raid as group 1-8
18:24.30Curneyit would really be nice is fubar minimap buttons could be sizeable and works for square minimaps. =)
18:24.34Entropismanyone know if any mod does that?
18:24.44ThraeGngsk: Buttons mods put on the minimap.
18:24.44oxmanEntropism praid do this
18:24.56oxmanif cladhaire have not remove my advanced sorting function
18:25.00oxmanyou have take praid from svn ?
18:25.05oxmanwait i will check that
18:25.15ckknightoxman, wait, what?
18:25.40Entropismoxman: no shit?  I wasnt aware of that.  I never use raidframes, and she's a modnoob
18:25.40oxmanckknight sorry ?
18:25.40ckknightit seems like you were telling me to switch to 2.0
18:25.51oxmanno i have switch to acelocal 2.0 :)
18:25.59Entropismoxman: if you tell me you can keybind individual people in the raid, I think she'd take you out back for a good time  =p
18:26.26oxmanuse ora2 :p
18:26.27ckknightoh, okay
18:26.30oxmanmaybe keybind for mt
18:26.37ckknightyea, that would've been my solution
18:26.46*** join/#wowace Cheads (i=chead@0x5734688d.virnxx18.adsl-dhcp.tele.dk)
18:27.11oxmanhum
18:27.14oxmanfor the sort Entropism
18:27.17oxmani can give you my praid version
18:27.21oxmanthen you can do your sort
18:27.23Entropismyeah, we usually have 4 tanks set as the MT boxes, but she also needs to track the other 2-3 tanks and the feral Deludeds...I mean druids
18:27.41Entropism;)
18:27.54nevcairieldoes anyone know a real good place to get fadeleaf ? swamp of sorrows and strangle suck :P
18:28.02oxmangive me your email Entropism for my praid version
18:28.24Cheadsnevcairiel SM armory  =)
18:28.25EntropismXuerian: I joke, one of the druids in my guild is simply the best feral I ever saw.  top 5 dps in cat, best tank we have in bear
18:28.36nevcairielCheads: isnt there only one spawn?
18:28.45Cheadssure.. but you can reset the instance
18:28.46Entropismoxman: sent you a msg with it
18:29.08nevcairielCheads and wait the rest of the hour once iam done, fun :p
18:29.12Cheads/script resetinstances()
18:29.15Xuerianlol, I know. I was joking too :p. There's some absolutely great ferals, but just like any group, there's the bad eggs that spoil the omlette :p
18:29.38Cheadsgo to some other place meanwhile
18:30.00EntropismFunny thing is, of the 5 druids we have, 1 is resto, 1 is OOMkin
18:30.04Entropismthe rest are feral
18:30.15Entropismand they all want to tank in Naxx  =/
18:30.32nevcairieli will go back to my cycle then, SM armory and the undead part for gravemoos, then watch 2 episodes of simpsons :p
18:30.57XuerianAll the druids in my guild are more feral, than restro, but they use it for the Heart of the Wild build.. Don't even have any pure restro's any more, and we do have a OOMkin, but we're not to Naxx yet :P.
18:31.40FISKER_Qany heal addon out there taking care of +healing and the rank to be used?
18:31.44nevcairielwe have 4 resto and one moonkin druids. resto is definately needed in naxx. one moonkin is fine for dmg-critical bosses tho
18:31.44FISKER_Qthat's aced of course
18:32.11DrDreah good ol mount hyjal
18:33.14nevcairielIMO Feral isnt good for tanking in high-end instances anymore.
18:33.28FISKER_Qlol?
18:33.32nevcairielAnd I am a druid myself :)
18:33.33ThraeHow do I bring up BT2's menu?
18:33.47DrDreFuBartender2
18:33.53DrDreor /bar
18:34.17cladhaireoxman: excse me?
18:34.24cladhaireEntropism: Sure, whats up?
18:34.27cladhaireoxman: What did i remove from PR?
18:34.33oxmanthe advanced sort
18:34.50oxman<PROTECTED>
18:34.55oxmanups cut
18:34.57DrDrecould you put tooltips on PR on hover t osee like what zone they are in and such :( ?
18:34.57cladhaireyeah
18:34.59oxmanthat possibility
18:35.03FISKER_QNo addon that can heal based on target health and +healing?
18:35.05cladhairei didn't remove it.. i wrote the mod from scratch
18:35.09cladhaireand they're supported by default.
18:35.14cladhaireDrDre: Post a feature request
18:35.16oxmanin which version ?
18:35.21cladhairewowi
18:35.21cladhairetrunk
18:35.25XuerianFISKER_Q: I don't know of any ACE'd ones.
18:35.26cladhaireeverywhere
18:35.37oxmanreally ?
18:35.39oxmani look again
18:35.40XuerianClique can account for health, but not +Healing
18:35.47cladhaireits always been in there.
18:35.52*** join/#wowace KB1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
18:35.56cladhaireXuerian: someone could write a bonus scanner plugin for clique.. i'd accept it
18:35.59cladhairethen it would handle plshealing
18:36.03XuerianYeah, I was thinking that
18:36.35oxmanhttp://svn.wowace.com/root/trunk/PerfectRaid/PerfectRaid.lua
18:36.39cladhaireeven just as simple as grabbing the bonusscanner global variable.
18:36.40oxmanI see nothing about that here cladhaire
18:36.55cladhaireoxman: THats because its not in that file.
18:36.59CIA-1103fenlis * r11791 10Detox/locals_koKR.lua: Detox/locals_koKR.lua - update locals koKR
18:37.00oxmanhey hey ok
18:37.02ThraeThere is no "FuBar_Bartender2" anything in trunk or branches.
18:37.03oxmanwhich file please ? :)
18:37.10cladhaireoxman: The options one.. http://svn.wowace.com/root/trunk/PerfectRaid/PerfectRaidOptions.lua
18:37.12XuerianWhen I get time, I'll tryan write one if no one has yet, I've managed to get myself pretty busy as of late :P
18:37.13nevcairielThrae: FuBartender2
18:37.27ThraeBah, badly named.
18:37.29KB1ibtXuerian: can you send me the Lua5.1 version of XLoot that had fullsize buttons
18:37.42oxmanit seems very well cladhaire
18:37.44oxmanhow does it work ?
18:37.58cladhairewhat do you mean how does it work?
18:38.07oxmanhow i can use the advanced sort ?
18:38.12cladhaire<PROTECTED>
18:38.19oxmani can do :
18:38.20CIA-1103fenlis * r11792 10BigWigs/AQ40/Ouro.lua: BigWigs(AQ40) - Ouro.lua - update locals koKR
18:38.21XuerianKB1ibt: Full size buttons? Ever since I made it 5.1 capable, it's stayed that way. You mean non-shrinking buttons?
18:38.32oxman<PROTECTED>
18:38.40cladhaire<PROTECTED>
18:38.44oxmanok very well
18:38.49cladhaire<PROTECTED>
18:38.52oxmanEntropism you can take the version from svn :)
18:38.57KB1ibtyea there was one verion that had reguale size but no click
18:38.58oxmanits very fine, i test the svn version
18:39.04cladhaireits on wowi
18:39.07cladhaireno need to take from svn
18:39.09cladhairebut svn is most current
18:39.16oxmani prefer the svn with tortoise :p
18:39.25ThraeIs the trunk most current, or Ace2 branch?
18:39.29cladhairetrunk
18:39.33cladhairei'm deleting the branch version
18:39.36cladhairenow as a matter of fact =)
18:39.51CIA-1103fenlis * r11793 10BigWigs/AQ20/Ossirian.lua: BigWigs(AQ20) Ossirian.lua - update locals koKR
18:40.01SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/BigWigs
18:40.07KemayoMikma: You mean the pictures tied to the party members?
18:40.17CIA-1103cladhaire 07Ace2 * r11794 10PerfectRaid/: PerfectRaid: Removing branch entry
18:40.41CIA-1103cladhaire 07Lucen * r11795 10PerfectRaid/: PerfectRaid: Removing lucen branch entry
18:40.50oxmanho cladhaire, no maintank sort ? :(
18:40.55cladhaireno,
18:40.59cladhairewrite the function and send it to me
18:41.00CIA-1103cladhaire 07Unstable * r11796 10PerfectRaid/: PerfectRaid: Removing Unstable branch entry
18:41.00oxmanbad :/
18:41.01cladhaireand i'll add it in.
18:41.05oxmanok
18:41.10CIA-1103fenlis * r11797 10BigWigs/ZG/Jindo.lua: BigWigs (ZG) Jindo.lua - update locals koKR
18:41.12nevcairielIs there a simple ace2 addon which would replace ct_timer ?
18:41.32FISKER_Qso what non-aced addon is there for healing then? :P
18:41.40SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/PerfectRaid
18:42.34cladhaireoxman: You have the code hanging out anywhere?  I can commit it now
18:42.45oxmanno no wait :D
18:42.56oxmani will send you that tomorrow i believe
18:42.59oxmanor maybe in 10mn
18:43.01oxmani dunno again
18:43.24oxmani test the maintank support, wait :p
18:43.47cladhaireit should be straightforward
18:44.03cladhairesince you already had it coded.
18:44.27*** join/#wowace LSAlizia2 (n=errh@182.80-203-6.nextgentel.com)
18:44.29CIA-1103fenlis * r11798 10XRS/ (XRS.lua XRS_BuffClass.lua XRS_Locales.lua): XRS : update localization for koKR
18:45.38SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/XRS
18:45.46KB1ibt!trunk Ace2
18:45.49SVNBotYou can already find the latest revision of Ace2 at http://www.matts-hosting.com/addons/root/trunk/Ace2/
18:46.44Entropismcladhaire: Whats the feasibility of mimicing CTRA's function where you can right click on someone and set up a personal MT box for them, that only shows on your screen?
18:46.59cladhaireEntropism: It'll be a bit off
18:47.07Entropismhow so?
18:47.16cladhaireJust dont have the framework for it at the moment
18:47.33oxmani've write the function cladhaire, i need do some test, and i give you
18:47.40ThraeI'm having trouble getting the exact same setup with Bartender2 I had with Visor. For instance, the BonusBar is shown even when BonusBarOffset == 0.
18:47.54CIA-1103curney * r11799 10idChat2/idChat2.toc: idChat2 : added "OptionalDeps: Ace2", "X-Website: wiki page", and "X-Embeds: Ace2"
18:48.15EntropismClad, Ace doesnt?
18:48.29cladhaireEntropism: Well, what were you asking?
18:48.50Entropismif either perfectraid, or ANY raidframe mod really, can mimic that function
18:48.57cladhaireora_mtf does that
18:49.00cladhairewithout ctra
18:49.05cladhairelets you set up personaltargets
18:49.07ThraeAh, seems reloading fixed that problem. Lemme try a relog...
18:49.09Entropismsetting up personal MT boxes?
18:49.25EntropismOra2 as well?  or just ora?
18:49.37cladhaireEntropism: ora2 should have it =)
18:49.39Gamefaq|afkclad did you cange something in priad or clique?
18:49.51Entropismwell sonofabitch  ;)  Time for me to test that out  =)
18:49.52cladhaireGamefaq|afk: Thats a reasonably ambiguous question =)
18:50.03Gamefaq|afki can´t clik on a player in raid
18:50.04Entropismthanks SO much ox, Clad
18:50.18Gamefaq|afklast click version and last praid evrsion...
18:50.32cladhaireGamefaq|afk: gimme a second
18:50.50cladhaireGamefaq|afk: I'll update both
18:50.56oxmanyou're welcome
18:51.25Gamefaq|afkwhen i hover with mouse over praid the players will eb higlithed from praid but click is imposible
18:51.44cladhairek
18:51.49cladhairegimm ea sec
18:52.18oxmanstrange
18:52.20oxmanits dont work :(
18:52.31CIA-1103fenlis * r11800 10SimpleCombatLog/ (core.lua localization.lua): SimpleCambatLog : Add localization for koKR
18:53.00cladhaireGamefaq|afk: I have trunk latest of both mods, and I'm able to click on the members of my raid, and do click casting.
18:53.09Entropismcladhaire: yeah, not in ora2.  If you're not promoted, you cant make an MT box
18:53.21oxmanwell its ok cladhaire :)
18:53.27SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/SimpleCombatLog
18:53.46Entropismand if you ARE promoted, everyone sees the MT box, not just you.  hmmm
18:53.53cladhaireEntropism: No, there's PERsonal targets too
18:54.02cladhaireoxman: What do you mean?
18:54.11oxmanthe function for mt sort ;)
18:54.19cladhaireoh ok
18:54.25*** part/#wowace KB1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
18:54.35*** join/#wowace KB1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
18:55.11Entropismcladhaire: yeah, that's what I need.  personal targets.  Know of anything besides CT that'll do that?
18:55.35*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
18:56.02cladhaireEntropism: ora =)
18:56.12Entropismthe first ora.  Hmm
18:56.13cladhaireEntropism: I'll look it up, its been a while, but i know they'r ethere.
18:56.18cladhaireora2 probably has it.
18:56.30Entropismno, cant find personal targets in ora2, tried  =/
18:56.46cladhairehrm
18:56.49cladhairegimme a moment
18:56.57nevcairielcladhaire: how do i activate the simulate again ? :D
18:57.07tiggEntropism: there are no personal targets in ora2 iirc
18:57.07cladhairehttp://svn.wowace.com/root/trunk/oRA_EasyPTs/
18:57.12Entropismcladhaire: oRA EasyPTs, you mean?
18:57.13cladhairenevcairiel: /praid simulate in trunk
18:57.17cladhaireEntropism: Yeah
18:57.20nevcairieldid that, didnt work
18:57.29cladhairewhy not?
18:57.36Entropismyeah, going to tell her to revert back to ora1, hopefully they add it to ora2 soon
18:57.38nevcairieldunno
18:57.40[Ammo]oRA2 can't do personal targets yet
18:57.45[Ammo]and 'they' is ammo
18:57.53Gamefaq|afkclad yes clickcasting works but i cant select a player
18:57.55Entropismohhh, sorry Ammo, didnt see you there  =)
18:58.01cladhairenevcairiel: on trunk?  if not /script PerfectRaid:Simulate()
18:58.03cladhaireGamefaq|afk: I can.
18:58.04nevcairiel[Ammo]: you are a "they" now, gratz :)
18:58.06[Ammo]yes it's planned, but working on it :)
18:58.07[Ammo]yeah
18:58.16Entropismand since I sound like a pestering bitch right now, any timeframe for it to be in ora2?  ;)
18:58.19Gamefaq|afkmhh i checkout both new
18:58.29Entropismnvm, just answered
18:58.49nevcairielcladhaire: erroring like hell :D
18:58.53[Ammo]timeframe? pff next month!
18:58.55nevcairielcladhaire: yes trunk
18:59.04[Ammo]I can add them fairly quickly, but I want to flesh out the MTs first a bit
18:59.10[Ammo]and then it's a simple copypaste
18:59.43[Ammo]btw Cartas, my paladin dinged 48, so is now worth honor! come get me!
18:59.49Cheads[Ammo] considered doing a drag&drop thing for MTs like EasyRaid has?
18:59.58Cartas:D
19:00.01Cartaslol, [Ammo]!
19:00.03CartasRaiding atm.
19:00.14CartasWait just outside LHC for me.
19:00.16[Ammo]Cheads? a what?
19:00.20CartasI'll only be a few hours.
19:00.21[Ammo]Cartas, naah
19:00.26[Ammo]Cartas, questing :)
19:00.30CartasAww, c'mon.
19:00.37Cheadsthey way to select who to set as the MTs: http://3base.com/easyraid/screenshots/screenshot_03.jpg
19:00.59Cheads..  in some form =)
19:01.14[Ammo]well not really
19:01.29*** join/#wowace Neebler (n=bum@adsl-64-169-154-243.dsl.chic01.pacbell.net)
19:01.44nevcairielcladhaire: after doing that script command i get repeating errors in SEE-Auras
19:01.46[Ammo]I'll try and hook into the rightclick menu on the radiframes
19:01.50HealthThat's one strange language!
19:01.50[Ammo]as in the raidoverview
19:01.53[Ammo]and add it there
19:01.53hasteadding stuff to the dropdown would work tho'
19:01.58hasteI was planning on doing it on oRA1 :p
19:01.58Cheadsgood idea
19:02.01hastebut never came to it
19:02.05CartasHaste <3
19:02.21HealthAmmo think i's bloated tho!
19:02.22nevcairieli wonderd if you could hook the raidoverview dropdown and add stuff
19:02.25hasteI can probably write some base for it right now
19:02.35hastehave nothing to do, but I'm starting to become pretty useless
19:02.37HealthI think Ammo is bloated!
19:02.52*** join/#wowace Rophy (n=Miranda@218-170-25-121.dynamic.hinet.net)
19:02.53[Ammo]haste: gogogo :)
19:02.57[Ammo]haste: I'll polish it
19:03.01Mikmahttp://wow.reaktio.net/scottysucksdonkeydickalot.jpg
19:03.12hasteI started drinking at 13:00 today :p
19:03.16Mikma(my guildleader is called 'scotty' or something)
19:03.24hasteI'll write something up
19:03.45MikmaKemayo: i forgot what i said to you
19:04.42Gamefaq|afkclad: it works again , dunno what cause this
19:05.48cladhaireGamefaq|afk: Okay.. it was probably an old version of PR.. there was some odd code in there.
19:06.26CIA-1103fenlis * r11802 10XLoot/ (XLoot.toc localization.koKR.lua):
19:06.26CIA-11XLoot: update locals for koKR
19:06.27CIA-11add AceDB-2.0.lua in toc
19:07.07HealthMikma: Can you get rid of the chat frame stuff? like when you mouse over it you see a frame..
19:07.19Health(looking on your screenshot)
19:07.28SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/XLoot
19:07.36*** join/#wowace Caboose[FH] (n=Caboose9@cpe-66-8-166-76.hawaii.res.rr.com)
19:07.47CIA-1103cladhaire * r11803 10PerfectRaid/ (PerfectRaidOptions.lua RaidSimulation.lua locals.lua):
19:07.47CIA-11PerfectRaid:
19:07.47CIA-11* Added /praid simulate, which will simulate a 20 man raid
19:07.47CIA-11* Added MAINTANK as a custom sort option
19:07.47CIA-11* Made the option handlers for sort custom work as intended
19:07.48MikmaHealth: ... what?
19:07.59cladhaireSorry, I hadn't commited the /praid simulate change yet =)
19:08.05CIA-1103fenlis * r11804 10HostelBar/HostelBar-locale.lua: HostelBar : update locals koKR
19:08.14HealthI just added that bottombar from oskin.. but it looks fugly when I hover the chatbox...
19:08.33nevcairielhah
19:08.42Healthcladhaire: you can seperate groups now, but no pretty numbers? :P
19:08.45Mikmawell, umh, i changed the background of chat to 0%
19:08.51cladhaireHealth: Still trying to figure out how to do the numbers
19:08.52Mikmaso it's transparent
19:08.58Mikmadunno what are you talking about
19:09.01HealthYeah, I set it to that too.. but when you mouse over it you still see it
19:09.10HealthI'll show!
19:09.17Mikmayeah i know
19:09.33Mikmait's still visible but i don't mind about it since i don't hover over it much
19:09.50SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/HostelBar
19:10.54nevcairielcladhaire: its still causing errors in SpecialEvents-Aura .. but you shouldnt use simulate in fight anyway i guess :)
19:11.04nevcairielbut at least its showing :D
19:11.10Mikmaoh yeah and that picture i pasted was to prove my GL that we did actually won the AV in 43mins
19:11.18Mikmahe didn't believe me :P
19:11.22cladhairenevcairiel: its causing issues SEAura?
19:11.33cladhaireMikma: 27 minutes 40 v 40 was the best we've done.
19:11.49nevcairiel[2006/09/23 21:09:24-1168]: SpecialEvents-Aura-2.0\SpecialEvents-Aura-2.0.lua:242: Usage: UnitBuff("unit", index [,raidFilter])
19:11.49nevcairiel<in C code>: in function `UnitBuff'
19:11.51Mikmacladhaire: damn, that's fast
19:11.57nevcairielalways starts when i do simulate
19:12.03cladhairenevcairiel: I may not pass stuff.. gimme a second.
19:12.22Mikmaooh, pr update
19:12.45Healthbah.. got ninja invited to ZG!
19:12.47Healththe pain
19:13.18cladhairenevcairiel: Hrm.. that doesn't seem to make sense, i go nowhere near unitbuff in the recent version.. hrm
19:13.47XuerianLol, I feel it, Health
19:14.39nevcairielcladhaire: not that bad, simulate should be used at some quite place setting it up only :)
19:14.47CIA-1103kemayo 07Kemayo * r11805 10ag_UnitFrames/ (5 files in 2 dirs): ag_UnitFrames (Kemayo): Add portraits option to the dropdown menus.
19:15.00nevcairielcladhaire: is there a option to change the font of the health text?
19:15.15cladhairenevcairiel: Not at the moment.
19:15.25KemayoMikma: you said "Kemayo: order of pictures don't refresh".
19:15.37Mikmacladhaire: this may sound rediculous to you, but i did get a PR error while i was in the AV.. can't remember what it was or what did cause it :P
19:15.53MikmaKemayo: oh yeah, the portraits don't change
19:16.22CIA-1103fenlis * r11806 10TinyTip/ (TinyTip.toc TinyTipLocale_koKR.lua): TinyTip - update locals for koKR & toc
19:16.27Mikmaif you got 1 partymember with you and you get another one (which goes ontop of the previous member) he get's the old partymember portrait
19:16.31nevcairieli will try to heal with PR tomorrow in AQ40, dont want to learn a new raid frame in Naxx :D
19:16.38CIA-1103cladhaire * r11807 10PerfectRaid/PerfectRaid.lua: PerfectRaid: Border debuff coloring now clears when the user no longer has a debuff.
19:16.40SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/TinyTip
19:16.46Mikmawoot woot!
19:16.52cladhaireMikma: If it continued working after the error, it was likely a bad lcass error.. i'll fix it.
19:16.58cladhaireMikma: Just note the line for me please next time =)
19:17.05CIA-1103fenlis * r11808 10TinyTipExtras/ (TinyTipExtras.toc TinyTipExtrasLocale_koKR.lua): TinyTipExtras - update locals for koKR & toc
19:17.24Mikmacladhaire: yeah i was in middle of spreading terror around so i didn't realize to take SS :( sorry
19:17.31cladhaireheh
19:17.37KemayoMikma: So they both have the same portrait?
19:17.39HealthWill XRS use team buffs too?
19:17.58CIA-1103fenlis * r11809 10TinyTipOptions/ (TinyTipChatLocale_koKR.lua TinyTipOptions.toc): TinyTipOptions - update locals for koKR & toc
19:18.08MikmaKemayo: no, the new partymember gets the old partymembers portrait and the old partymemeber doesn't have portrait at all
19:18.11SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/TinyTipOptions
19:18.15*** join/#wowace Tazmanyak (n=chatzill@ken66-1-82-242-251-85.fbx.proxad.net)
19:18.36KemayoAh, okay.  I'll have to go see how party frames are handled...
19:18.47Tazmanyakhello everybody :)
19:18.49nevcairielyay praid has bantobar as well
19:18.51oxmanhum squishy bug
19:18.51oxman:(
19:19.29TazmanyakCan someone please tell me wher a Checksum error can come from whith tortoise ?
19:20.06Mikmackknight: "<@ckknight> Mikma, regarding AL2.1, I wish I could, but I'm not allowed" why are you not allowed?
19:20.28nevcairielTazmanyak: maybe due to the svn rollback, try checkout of the addon again.
19:20.33cladhaireMikma: what was the original question?
19:21.13Tazmanyaknevcairiel: the only way seems to delete the folder, and re-import totally
19:21.20Tazmanyaknevcairiel: thank you
19:21.26Mikmacladhaire: moving it to branches or so
19:21.38cladhaireMikma: hrm.. *shrug*
19:22.07Mikmathey seem to be 2 completely different libraries doing the same thing and people use them both
19:22.19Mikmawould be nice if they would use only 1 of them
19:22.29nevcairiel2.1 has some features some people like
19:22.33cladhaireMikma: Well I believe that was the crux of the issue
19:22.46vhaarrnevcairiel: Like what?
19:22.58nevcairieleasier reverse translations :D
19:23.01Mikmaseems like oxman lives reverse
19:23.03vhaarrHow?
19:23.09ckknightreverse translations are easy in 2.0
19:23.14*** join/#wowace Braennan (n=Braennan@56stb12.codetel.net.do)
19:23.17ckknightL:GetReverseTranslation("Thing")
19:23.34vhaarrIndeed.
19:23.35oxmanreverse translation bug in 2.1
19:23.46oxmanlong function ckknight ;/
19:23.57vhaarrThen shorthand it locally.
19:24.03CIA-1103fenlis * r11810 10OneRing/locals.lua: OneRing - update locals koKR
19:24.08ckknightlocal rev = L.GetReverseTranslation
19:24.12ckknightrev(L, "Thing")
19:24.16vhaarrright
19:24.22SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/OneRing
19:24.23vhaarrSo 2.1 is better because it has :GetReverse?
19:24.43ckknightactually, 2.1's uses the syntax L("poo", "reverse")
19:24.44Shyvasounds like a good reason vhaarr (lol xD)
19:24.48vhaarr^^
19:24.54cladhaire"better" is a relative term
19:24.59cladhairethey both do about the same thing
19:25.04vhaarrI think he was being sarcastic.
19:25.08cladhairewith the same efficiency =)
19:25.09CIA-1103fenlis * r11811 10OneBank/locals.lua: OneBank - update local koKR(UTF-8)
19:25.09oxmanmore sense in the 2.1
19:25.09oxman:)
19:25.12cladhairevhaarr: I know :P
19:25.19vhaarr:P
19:25.26SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/OneBank
19:25.54Shyvawell, maybe ckknight, you can also add the 2.1 syntax to 2.0, and then make a poll in the ace team to remove 2.1 so we don't have bullcrap with 2 versions? :)
19:26.05ckknightcan't do that, sorry
19:26.10Shyvaoh :(
19:26.13ckknightnot allowed to
19:28.36DrDreanyone here using Vista RC1 ?
19:28.45nevcairielwho is the overall project leader ?
19:29.04ckknightKaelten, technically
19:29.29packetlssDrDre: on one of my comps. yes
19:29.32vhaarrThe numbers speak for themselves.
19:29.38vhaarr2.0 is still used by new projects.
19:29.43vhaarrThere's no room for 2.1 here.
19:30.11oxmancladhaire there is a little bug about border color when you mouseover an unit. The border is often the border of a previous debuff, but without debuff
19:30.15cladhaireThat an opinion
19:30.19cladhaireoxman: I just fixed that, last commit
19:30.33vhaarrcladhaire: So where are the facts? I haven't seen any posts.
19:30.34DrDrehows performance with wow? better or worse than xp?
19:30.35nevcairielI didnt see a real reason for 2.1, and since all my ace2 addons ( besides OneBank ) use 2.0, i used that.
19:30.46oxmanok
19:30.49Mikmalol
19:30.52vhaarrcladhaire: And no, it's not opinion. You can poll yourself how many addons on the SVN use 2.1
19:31.05Mikmaoxman: that was funny harrrrr!
19:31.12cladhairevhaarr: That in reality means nothing
19:31.15ShyvaI think the facts about where there is room for are only in kaeltens head.. his opinions are the ones that matter when it comes to Ace I think
19:31.23cladhairevhaarr: I'm not arguing the merits of either one, they're exactly the same thing.
19:31.24packetlssDrDre: no real difference, but remeber it eats like 600 mbs more mem than XP, so if you're low on mem it will be worse
19:31.25vhaarrOf course it means something.
19:31.40cladhairevhaarr: Look on curse/wowi... because they have more "Ace" addons on them.. does that mean there's no room for Ace2?
19:31.42vhaarrcladhaire: In essence, yes, but introducing a new API is not the same thing as keeping the old one.
19:31.45cladhaireIn itself, it means nothing
19:31.49ckknightah, I don't want a debate here.
19:31.50cladhaire*shrug*
19:32.04MikmaI like cake.
19:32.08nekohcladhaire: bugreport for perfectraid -> when someone dies and had a debuff while dying. when u mouseover a unit it reshows the debuff border and does not clear it when mousing out of the unitframe
19:32.10vhaarrThe whole point is that introducing a new API when the old one is working perfectly makes no sense.
19:32.10ckknighthey, me too
19:32.13cladhairei like kittens
19:32.13ckknightcake is awesome
19:32.20nevcairiellets all go and debate with cide, thats always fun :)
19:32.32ckknighthehe
19:32.33ckknightit is
19:32.33nekohcladhaire: u con fix it by putting "f.Highlight.shown = false" at about line 150
19:32.34cladhairenekoh: .. oxman just reported that, like two seconds ago.. its the same bug =)
19:32.42nekohno its not ..
19:32.45Mikmacladhaire: http://mikma.reaktio.net/kitties.jpg
19:32.45cladhairenekoh: Oh yes
19:32.47cladhairei re-read =)
19:32.48Mikmathat's for you <3
19:32.49nekohthe same
19:32.50nekohxD
19:32.58cladhaireMikma: hahaha
19:33.02ckknightlol
19:33.12DrDrerofl
19:33.32CIA-1103laotseu * r11812 10AllPlayed/AllPlayed.lua:
19:33.32CIA-11AllPlayed:
19:33.32CIA-11- It's true, not TRUE damn it!
19:33.32CIA-11- The tablet now display without FuBar but it doesn't update and it cannot be closed...
19:33.33vhaarr"I don't want to debate" is not a good way of solving API problems, but whatever, it's not my library.
19:33.50oxmanit seems ok ckknight :)
19:33.55oxmanno the target selector ;D
19:34.11CIA-1103laotseu * r11813 10AllPlayed/AllPlayed-enUS.lua: AllPlayed: forgot to commit the localisation file
19:34.17*** join/#wowace Caboose[FH]2 (n=Caboose9@cpe-66-8-166-76.hawaii.res.rr.com)
19:34.21cladhairenekoh: you think                 f.Highlight.shown = false will fix it?
19:34.27*** join/#wowace Galka (n=Galka@pool-72-88-176-206.nwrknj.east.verizon.net)
19:34.28nekohyes
19:34.42CIA-1103cladhaire * r11814 10PerfectRaid/PerfectRaid.lua: PerfectRaid: Maybe properly clear the highlight showing on death
19:35.05Mikmalots and lots of praid love
19:35.05Tem|AFKholy balls
19:35.15Mikmanow we need NUMBERS for groups!
19:35.16Tem|AFK3600 frostbolt crit on an FC
19:35.16cladhairenot really
19:35.22cladhairetons of bugs i haven't fixed yet
19:35.28Mikmago go cladhaire go code numbering :D
19:36.28Mikmathis was funny too
19:36.29Mikmahttp://mikma.reaktio.net/avatar.jpg
19:36.42Mikmai was thinking of using that too on wowace forums :D
19:37.14nekohfix the bug with lowMana on melee classes ~~
19:37.17nekohits udlier
19:37.20nekoh*uglier
19:37.25oxmancladhaire whats the difference between odd|even and myside ?
19:37.26Healthcladhaire: All bars doesn't seem to look the same. I guess it's related to scaling?
19:37.59Mikmanekoh: yeah lol! that's funny one actually. i just watched my friend-rogue to be low on mana :D
19:38.16cladhaireoxman: myside will sort the side that you're on.. if you don want to look at your group num
19:38.25cladhaireoxman: I.e. /praid sort custom myside
19:38.31cladhairewill sort the raid into odd/even, with your side being first
19:38.34oxmanbut odd and even sort also pair/impair
19:38.37oxmanok
19:38.53oxmanwith myside i'm always at the top
19:39.37cladhairecorrect =)
19:39.39cladhairesame with mygroup
19:39.47cladhairei forgot if i put myclass in there =)
19:40.04oxman:D
19:40.21oxmani like this sort : MAINTANK HEALER WARRIOR
19:40.21oxman;)
19:40.39Mikmain the garden of eden honey...
19:40.42CIA-1103fenlis * r11815 10Bartender2/Bartender2-Locale-koKR.lua: Bartender2 : update locals koKR by gygabyte
19:40.48Mikmayay!
19:40.54MikmakoKRean update!
19:41.00cladhairelol
19:41.08cladhairefenlis has been going nuts lately
19:41.12Mikmayeah
19:41.14cladhaireif i could just make him code like me =)
19:41.21Mikmahe's doing a huge job on localizing all addons
19:42.34phyberwhat's the Ace2 equivalent of                                 ace.CopyTable(tPvP, t)
19:42.37phyberif there is one.
19:43.05ckknightum, I just recommend coding your own
19:43.47phyberckknight: it's something I missed in TopScoreFu.  someone reported it on WoWi.  Would t = tPvP work?
19:43.49ckknightlocal function copyTable(t) local x = {}; for k,v in pairs(t) do x[k] = v end; table.setn(x, table.getn(t)); setmetatable(x, getmetatable(t)) end
19:43.53phyberor do I have to loop and copy each part.
19:43.58phyberok.
19:44.03ckknightcrap
19:44.07ckknightalso, return x on the end
19:44.25Mikmameh, i need to rape all actionbuttons in pagemaster :P
19:44.31nekohcladhaire: i think i have to remind u again of the missing "%s" in StatusText generation for the missing Int statText :(
19:44.52cladhairenekoh: yeah, lemme do that now.
19:45.13nekohthx :)
19:45.30CIA-1103cladhaire * r11816 10PerfectRaid/PerfectRaid.lua: PerfectRaid: Added %s in UpdateStatus
19:46.53Mikmai wonder.. is there a page for those koKReans where they paste the locals hehe
19:46.59oxman%s ?
19:47.13oxmanoh ok
19:47.27Mikmahttp://www.google.fi/search?q=bartender2
19:47.28Mikmahehe
19:48.21Mikmaholy crap! http://cia.navi.cx/stats/author/mikma
19:48.26Mikmai have my own SVN page! <3
19:49.33oxmanlol
19:50.03MikmaLOL hahaha http://wow.somegate.com/topic.php?topic_uid=58315
19:50.06Mikmacheck out that one
19:50.24Cartas^o)
19:50.37TullerI've seen that before when a person linked me one of my addons :)
19:51.02CartasBartender2_Dreamlayout ????? ???? ???? -0-
19:51.02Cartas?? ??? ?? ??? ??????.. ??
19:51.04CartasI agree :O
19:51.15*** join/#wowace coalado (n=tumetom@dslb-084-057-087-214.pools.arcor-ip.net)
19:51.32CartasAFK [Ammo] is updating BigWigs this week, right? :O
19:51.57Mikmagoogling is funny :D
19:52.01tumetomurgs.. lots of file "updates" today
19:52.33Mikmahttp://www.zabzaa.com/sticker/sticker.php?id=86 <- bartender2
19:53.32CIA-1103phyber * r11817 10FuBar_TopScoreFu/TopScoreFu.lua:
19:53.32CIA-11TopScoreFu:
19:53.32CIA-11- Created a local copyTable() function (thanks ckk) to replace the old ace.CopyTable that I managed to miss.
19:54.15SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/FuBar_TopScoreFu
19:54.27phyber:o
19:54.32DrDreneed critline import feature for topscore :O
19:54.56Mikmaoxman: busted! http://forum.hardware.fr/hardwarefr/JeuxVideo/Mmorpg-World-Of-Warcraft-sujet-76361-2601.htm
19:55.25DrDrewhats that say
19:56.31Mikmai have no idea
19:57.16Shyvawoot, I can still read some french!
19:57.31Mikma"but i'm le tired"
19:57.39nekohcladhaire: did you forget to remove the debugline about int found spamming, or wanted to still keep it in ? (its kind of annoying :O)
19:57.43oxmanMikma  ;)
19:57.45ckknightback
19:58.03cladhairenekoh: bah
19:58.46CIA-1103cladhaire * r11818 10PerfectRaid/PerfectRaid.lua: PerfectRaid: Removed spam
19:58.52DrDrethat was fast lol
19:59.11Mikma~literal cladhaire
19:59.13purl"cladhaire" is "the current author of WatchDog, PerfectRaid, and a number of smaller addons.  He is also a core developer of the Ace project."
19:59.41nekohyay almost perfect :D
19:59.49DrDre~literal Mikma
19:59.50purl"mikma" is "<reply> Mikma is NOT the guy that wrote MSBT either"
19:59.54DrDrelol
19:59.58Mikmapurl: no, cladhaire is <reply> the current author of WatchDog, PerfectRaid, and a number of smaller addons.  He is also a core developer of the Ace project. People in #wowace also know him as 'Mr. Lightningfingers'
19:59.59purlokay, Mikma
20:00.30DrDre~literal cladhaire
20:00.31purl"cladhaire" is "<reply> the current author of WatchDog, PerfectRaid, and a number of smaller addons.  He is also a core developer of the Ace project. People in #wowace also know him as 'Mr. Lightningfingers'"
20:00.34DrDrerofl
20:00.45DrDresmart bot
20:00.49ckknightI don't know him as Mr. Lightningfingers.
20:01.00Mikmanow you do ;)
20:01.06Shyvapurl is the best bot ever DrDre
20:01.24MikmaWPT! woot
20:01.36DrDre~wtf WPT
20:01.38Mikma6 players, 3 mil. $
20:01.43cladhaireokay
20:01.43cladhairesomeone
20:01.44cladhairequick
20:01.47Industrialmememe
20:01.48Industrial?
20:01.49cladhairenvm
20:01.50Mikmano
20:01.54Industrial:<
20:01.58Mikma~rand
20:01.59cladhaireanyone have a list of smileys out there?
20:02.05Mikmacladhaire: google has!
20:02.11cladhaireMikma: link pls.
20:02.18Mikmacladhaire: http://www.google.com
20:02.22DrDre:) :( :P :D :d :o :p :x ;s ;p
20:02.28DrDretheres a good enough list :p
20:02.37ckknightI typically include noses in mine
20:02.41ckknight:-) and such
20:02.42DrDrelol
20:02.49ckknightwhich allows for :'(
20:02.55ckknightsniffles.
20:02.57Mikmaaww, broken
20:03.12*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
20:03.22Shyvahttp://www.torrentbytes.net/pic/smilies/whacky.gif that ones rocks :)
20:03.23Mikma<|:^E <- witch with bad teeth
20:03.32DrDreharddrive cleanup is always fun ;(
20:03.51DrDrethose kind of sites is why my HDD is full >_>
20:03.58MikmaShyva: KING of smileys!
20:04.14DrDretorrent-damage.net ftw :P
20:04.26Industrialeyes : ; 8 x % # = noses - < > + ' mouths ) ( P O E D B Z ] [ } { | \ /
20:04.29Industrialgo mix and match
20:04.41Mikmano limit texas hold'em
20:04.48Mikmathis is always fun to watch
20:04.51DrDreive never seen #wowace used as an eye
20:04.52Gngsk8-
20:04.57ckknight@<:-D~~~~~
20:05.00ckknightdrooling clown.
20:05.02FISKER_Q:D~~~~~~~~~~~
20:05.08Gngsk8-Z
20:05.10FISKER_Q:E
20:05.13Industrialcladhaire: 525 possibilities, that enough?
20:05.15DrDrewtf did it complete #wowace to wow ace for lol
20:05.17DrDregrr
20:05.20DrDrepound sign 54%$@
20:05.23Mikmai usually do this sort of drooler:  :P~~ ~ ~
20:05.26cladhaireIndustrial: I'm trying to find something parsable.
20:05.26ckknightlol, DrDre
20:05.42Industrialcladhaire: for what, no understandey :P
20:05.55FISKER_Qthe tubes can be filled :(
20:06.02Mikma~theinternet
20:06.08Mikma~internet
20:06.09purlthe internet is not something you can just dump on, it's not a big truck, it's a series of tubes.
20:06.18DrDrelolol
20:06.53Mikmait's always funny how these pokerpro's use sunglasses to hide their eyes
20:07.22Mikma"i am not lying.. i am not lying.. oh crap"
20:08.03FISKER_Qlol
20:08.13FISKER_QDetox tooltip "Filter pets -> Pets are also your friends"
20:08.14FISKER_Q:P
20:08.57*** join/#wowace Xuerian (n=Xuerian@12-196-151-181.psknet.net)
20:09.39DrDre[4:04pm] <Industrial> eyes : ; 8 x % #wowace = noses - < > + ' mouths ) ( P O E D B Z ] [ | \ /
20:09.59DrDreforgot like every letter of alphabet for mouths :P
20:10.24DrDre;a ;s ;x ;d ;c ;o ;q
20:10.34DrDreya my old FFXI ls made tons of new smileys >_>
20:10.43Mikmaok here's a christmas smiley: 0*4<:)
20:11.03cladhairehttp://cladhaire.pastey.net/1062
20:11.05Mikmaand lol
20:11.07MikmaThe Turtles: 0,7:0,3) Michaelangelo, 0,12:0,3) Leonardo, 0,13:0,3) Donatello, 0,4:0,3) Rafaello
20:11.16cladhairethat's a preliminary list of who uses the most smileys in the channel :P
20:11.17XuerianRofl
20:11.34cladhairemikma wins
20:11.35cladhairebtw
20:11.46MikmaYAY!
20:11.48ckknightlol
20:11.58DrDreLOL
20:11.58cladhairei need a more comprehensive smiley list
20:12.03cladhaireif someone wants to write a table for me to parse with
20:12.05cladhaire=)
20:12.12cladhairebrb shower
20:12.15Cartas~Mikk
20:12.19purlmikk is, like, NOT the guy that wrote MSBT
20:12.23CartasDamn...
20:12.35Mikma"is, like, "
20:12.42Mikmasomeone has watched way too many teenmovies
20:12.48Cartas~Mikma
20:12.50purlMikma is NOT the guy that wrote MSBT either
20:12.55Cartas... damn :(
20:13.10Xuerianrofl
20:13.22DrDreyay im in top 150 :P
20:13.36CartasAnyone here know how to do font-outlines/shadows?
20:13.37DrDreand ive been here a total of um 3 days? :p
20:13.41Mikmai'm smileypro, which means i show my feelings
20:14.14Mikma,,!,. (O_o) .,!,,
20:14.54Xuerian<-- ¬.¬
20:15.01DrDrethat script auto export it to lua format or something? lol
20:15.12CartasHey, Mikma.
20:15.18CartasLet's assume you are the guy who wrote MSBT...
20:15.18MikmaCartas: i didn't do it
20:15.19ckknightXuerian, shifty eyes from mathematical symbols, eh?
20:15.24CartasHow do I add font-outlines to text?
20:15.26Xuerianyep :P
20:15.35MikmaCartas: i would have to respond the following:
20:15.57DrDrei wish i never deleted my mirc folder back in the days :( lost all my kickass scripts
20:15.58Mikma0,0XXXXX12,12XX0,0XX
20:15.58Mikma12,12XXXXXXXXX
20:15.58Mikma0,0XXXXX12,12XX0,0XX
20:16.01Mikmalol
20:16.07Xuerianlol.
20:16.25DrDre4,2r3qt3q1t43t
20:16.34Cartas4,2qt3q1
20:16.39Xuerian0_o
20:16.46Cartas1,2r3qt3q1t43t
20:16.48Cartaslol
20:16.50kergothMY EYES
20:17.10DrDreyou know the flag doesnt look that special for ppl with white background mikma ;p
20:17.13DrDrebut i have black bg
20:17.19CartasMe also!
20:17.29CartasDrDre: You know about font-outlining, right, old chap?
20:17.38DrDrefont outlining?
20:17.38MikmaDrDre: yeah, thank god atleast 1 other than me has black bg then ;D
20:17.46MikmaCartas: /msbt
20:17.48CartasYes. Somewhat similar to... putting outlines on fonts.
20:17.57DrDrein mirc? no lol
20:17.57hastekergoth: /set hide_colors ON
20:18.01CartasIn-game!
20:18.03hastethat's what I have :3
20:18.04DrDreojj
20:18.06DrDreohh
20:18.08hasteand I have hihglight on CIA
20:18.09CartasHASTE!
20:18.12CartasMy good pa.
20:18.13CartasPal*
20:18.16hastehello
20:18.21CartasYou know how to outline text, right?
20:18.23DrDreim not much of a scripter with lua lol
20:18.28hasteyes?
20:18.32CartasOr, as it's called in SCT lua: Fontshadow, or something :O
20:18.33CartasYou do?
20:18.34DrDrewith SCT yea thru its gua :p
20:18.39DrDregui*
20:19.06DrDreif your meaning code, i dont know anything bout it
20:19.13DrDremy lua knowledge is extremely low
20:19.15Mikmahaste: then you missed me flag :(
20:19.26hasteMikma: yes, poor me
20:19.33cladhairehttp://cladhaire.pastey.net/1063
20:19.34cladhairethat's wowi
20:19.37Mikmawell i can take a screenshot of it and show you!
20:19.41CartasMake a Nazi symbol, and I might give you some money, Mikma.
20:19.44cladhairethere's got to be a pattern that can capture smileys
20:19.45DrDremy name replier is broke
20:19.46cladhairesomeone work on that =)
20:20.07MikmaCartas: no, that will get me banned for sure
20:20.13CartasSurely not?
20:20.30cladhairethe number is NOT the number of smileys btw
20:20.31cladhairejust the index
20:20.34Mikmawho likes nazies, hands up
20:20.37CartasSend it me in a PM then, old chap.
20:20.48Mikmakick hiiiiiiim!
20:20.50Cartas:O
20:20.55CartasYou can't kick someone for that.
20:20.58nevcairielyou are weird.
20:21.11nevcairielwell, basicly you can kick for any reason you want
20:21.17CartasWho can?
20:21.20CartasI can?
20:21.28nevcairielno you cannot
20:21.28Mikmathe ones with the power
20:21.34nevcairielbut cladhaire could
20:21.40Mikmathey can sing snap's "I got the power" and kick you
20:21.45oxmancladhaire still a bug
20:21.49kergothhaste: but then how will i kick people that use color? :P
20:21.53oxmanmultiple mouseover background at the same time
20:22.06DrDreerr misclick
20:22.06*** kick/#wowace [DrDre!n=kergoth@neutrino.joshua-colp.com] by kergoth (kergoth)
20:22.07*** join/#wowace DrDre (n=xdrdre@cpe-071-070-230-101.nc.res.rr.com)
20:22.09Cartaskergoth: You just ask people if they've used colour.
20:22.12DrDre>_>
20:22.12kergothDrDre: do that again and you'll be banned.
20:22.13MikmaAUTOJOIN!
20:22.14CartasI'm sure they'll be honest.
20:22.15Mikmakick him again!
20:22.23DrDrei clciked wrong thing :(
20:22.28cladhaireoxman: I'll have to look at it.. or submit a patch
20:22.33cladhaireits due to the death change i just added.
20:22.39MikmaDrDre: you're Tuplad, right vlad?
20:22.46DrDrehuh ?
20:22.51nevcairielhaha Mikma
20:22.51oxmanok cladhaire
20:23.22DrDre<confused
20:23.22*** join/#wowace Cairenn (n=Karen@CPE00045a2bfcbc-CM000f212f84be.cpe.net.cable.rogers.com)
20:23.22*** mode/#wowace [+o Cairenn] by ChanServ
20:23.38nevcairielkergoth you could just set +c and get rid of colors :)
20:23.38vhaarr~seen tuplad
20:23.41purltuplad <n=tuplad@d54C52170.access.telenet.be> was last seen on IRC in channel #wowace, 13d 22h 36m 5s ago, saying: ':P'.
20:23.46vhaarr^^
20:23.48Mikmahe got teh internets ban!
20:24.02Mikmaman with 7 banned accounts
20:24.50Mikmaclad is footbaal
20:24.55Mikma+ toyp
20:26.06kergothnevcairiel: where's the fun in that?
20:26.18MikmaDrDre: nice touch on spamming your script on ALL channels you are in...
20:26.28nevcairielwhy did i expect that answer :D
20:28.15DrDrelol it has the damn advertise shit right beside away, i was trying to figure out why the nick respond isnt working
20:28.24DrDredeleting it from menu now
20:29.17Mikma"whooooops" /me is running WI-n-v-i-s-i-o-nW ...
20:29.44oxmanhow i can use /cmdaddon in a macro ?
20:29.57DrDreand Kergoth id write my own scripts if i didnt fully forget the entire language >_> I hadnt used mirc in like 3 years so i just grabbed invision to have some basic functionality and then working on relearning it
20:30.26DrDreim far from script kiddy
20:30.26Mikmawhy not grab a real irc-client while you're at it
20:30.27vhaarr"whooops" /me is running "I-don't-know-how-to-google-for-other-irc-clients-that-are-better"
20:30.40XuerianSo, what is a real IRC client? :p
20:30.43DrDrelike what? lol
20:30.43M4rku5lol
20:30.45MikmaIrssi 0.8.10 (20051211) - http://irssi.org/
20:30.49oxmanweechat is a real irc client
20:31.15Mikmazomg!
20:31.15Mikkooo warezclient
20:31.18Mikmakergoth: wake up!
20:31.25oxmanhow i can use /cmdaddon in a macro ?
20:31.47DrDrei think its like SlashCmdList['cmdaddon']? or something?
20:32.00oxman?
20:32.13DrDreor, if its in a macro, just type /cmdaddon lol
20:32.24oxmanno i have an error in my if
20:32.47oxman<PROTECTED>
20:32.48oxmandon't work
20:32.53*** join/#wowace Amro (n=skaarj_h@82.101.184.152)
20:32.53oxmanif () then
20:33.18Mikkno, it's because you're parsing Lua after /script
20:33.26Mikkyou'll need to go find the function being called in the addon
20:33.27Mikkand call it
20:33.32DrDreyou could examine praids code and find exactly what praid calls and manually call it your self
20:33.41*** join/#wowace malreth (n=triti@cpe-72-179-20-11.austin.res.rr.com)
20:33.46oxmannot good ok
20:34.08MikkI suppose you could call the chat input parser with "/praid" also
20:34.18oxman?
20:34.20XuerianIrissi site: "This is the most funniest"
20:34.36MikkYou can feed slash commands to FrameXML code
20:34.39Mikksec, I'll go dig
20:35.34Mikkhm, no, that's lots of code to make that happen
20:35.43Mikkjust go see what "/praid" calls. it'll be shorter.
20:37.12oxmanPerfectRaid:OptionSort(arg)
20:38.38*** mode/#wowace [+b *!*n=markus@*.dip.t-dialin.net] by kergoth
20:38.39*** kick/#wowace [M4rku5!n=kergoth@neutrino.joshua-colp.com] by kergoth (kergoth)
20:38.42Mikmawhee!
20:38.47*** join/#wowace Meyrin (n=wizardof@adsl-69-209-193-237.dsl.chcgil.ameritech.net)
20:38.49Mikmawelcome back kergoth
20:40.00oxmanlol
20:41.18*** join/#wowace steino (n=stein-iv@ti531210a080-7263.bb.online.no)
20:41.51DrDrewee free'd 25gb on my D drive from backing up stuff to CD lol
20:41.56DrDreback to wow :o
20:42.42ckknightkergoth, who's M4rku5?
20:43.51DrDrehe didnt see kergoth warn me bout advertising Invision script and he hit his advertise
20:43.51ckknightoh.
20:44.03Mikmahe got owned. badly :D
20:44.16ckknightI wrote mIRC scripts back in the day
20:44.24Mikma2 things which owned him
20:44.29DrDreso did i :p but ive forgot everything
20:44.29ckknightones to download porn automatically, ones to serve porn, etc.
20:44.34DrDrebut its kinda coming back to me
20:44.35DrDrerofl
20:44.36Mikmawe were talking about REAL irc-clients
20:44.55Mikmaand kergoth told he will ban users advertising their invasions
20:44.59XuerianHydraIRC is nice if you hex out the quit messages...
20:45.36DrDreoh thanks for reminding me gotta go find the advertising on quit messages :p
20:45.52Mikmai know where it is
20:46.01Mikmait's located in the same dir than mIRC is
20:46.05ckknightI don't like colors on my irc client :-P
20:46.06Mikmadelete mIRC and it's gone
20:46.36CIA-1103fenlis * r11819 10BigWigs/AQ20/Ossirian.lua: BigWigs (AQ20) : Ossirian.lua - update locals koKR
20:47.19DrDreno its part of the script fires on :exit: if im not mistaken
20:47.28Mikmait's quite amusing
20:47.49DrDrelol then thats another language to learn :p
20:47.49Mikmathose pokerpros throw like 5 chips in the table and they say "120.000 raise!"
20:47.55DrDrei know mircs language
20:49.04*** join/#wowace Nyvia (n=sherlok@ool-45735311.dyn.optonline.net)
20:49.18Mikmaall in
20:49.26oxmanone
20:52.23Nyvia!trunk PerfectRaid
20:52.26SVNBotYou can already find the latest revision of PerfectRaid at http://www.matts-hosting.com/addons/root/trunk/PerfectRaid/
20:52.49*** join/#wowace Xanikas|TdMoG (n=tim@p50811785.dip0.t-ipconnect.de)
20:54.03Neeblerhttp://www.youtube.com/watch?v=gx-NLPH8JeM&NR
20:54.04Neeblerrofl
20:54.09maiaAFKcan anyone remember the name of the Fu plugin that will show the time you're spending in combat? (might be helpful for comparing raids and how much time is wasted with looting, buffing and ressing)
20:55.06*** join/#wowace Neronix (i=neronix@user-514c6ad3.l4.c5.dsl.pol.co.uk)
20:55.47*** join/#wowace Silencer (n=Silencer@195.252.78.16)
20:55.57Silencerem
20:56.07Silencersome1 have working version of hostelbar ???
20:56.35Nyviacan't say i do
20:56.51Nyviaanyone try that ozraid thingy yet? looks kinda like the rdx windows
20:56.54Silencerwell not work when /hb sd is on
21:00.23TazmanyakmaiaAFK: Nanostats do that
21:00.43maiaAFKTazmanyak: Nanostats will only show your own combat time, but not track the entire raid
21:00.45NeronixNS does what?
21:00.47DrDreNyvia i didnt like ozraid, i just grabbed perfectraid instead and i love that
21:00.55*** join/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
21:00.56Neronixoh >.<
21:00.59TazmanyakmaiaAFK: oh ok, so i ont know ^^
21:01.10maiaAFKthanks anyway :)
21:01.15TazmanyakJoshBorke: Hello josh ^^
21:02.18TazmanyakQuestion please: is there a way to have ChatTabs always showing ?
21:03.01HealthAmmo, so.. you deleted my bug report to ptargets or actually did something about it? :p
21:04.10JoshBorkeTazmanyak: heya :-)
21:05.22NeronixzOMG
21:05.33ckknightzomg!
21:05.34NeronixPT only showing targets in UnitIsVisible range?!
21:05.57NeronixMaia, if this works as well for BGs as I think it would, I'll <3 you forever
21:06.57maiaAFKNeronix: from what I've seen in AV today is that UnitIsVisble() has quite a large radius. basically it will be true until the client flushes its cache it seems.
21:07.19maiaAFKNeronix: but its still better than before.
21:07.24*** join/#wowace Jens (n=jens@unaffiliated/jens)
21:09.44*** join/#wowace PProvost (n=PProvost@pool-71-112-41-131.sttlwa.dsl-w.verizon.net)
21:11.44*** join/#wowace [FH]Birdemani (n=chasingb@adsl-68-255-96-78.dsl.chcgil.ameritech.net)
21:13.14maiaAFK~seen maia
21:13.29purlmaia <n=maia@chello084112137081.14.11.vie.surfer.at> was last seen on IRC in channel #wowace, 2h 52m 17s ago, saying: 'LSAlizia: Detox will show all unit names you're currently grouped with for priorization'.
21:13.30maiaAFKerr.
21:13.30nevcairielheh
21:13.41maiaAFKwell, now I know what the "FIND ....." option in my GUI does
21:14.01maiaAFKg'night.
21:14.45nevcairielPerfectRaid question and custom sort, how would i sort it, that my group is on the top, and all other groups below that, but with seperators ? will sort custom mygroup 1 2 3 4 5 6 7 8 list mygroup twice then or just skip it later on ?
21:15.04oxmani try
21:15.27oxmanmy group
21:15.31oxmanthen all the group
21:15.33oxmannot twice
21:15.38oxmanskip my group after
21:15.47oxmanbut you can use /praid custom sort mygroup
21:15.49oxmansame effect ;)
21:15.59oxmanhum not, sorry
21:16.08oxmansort by class after with only "sort mygroup"
21:16.08oxman:)
21:16.17oxmanbut with your example my group isn't twice
21:16.47nevcairielok
21:16.49nevcairielthanks
21:16.56nevcairieldont have a raid right now :)
21:17.26Laricis there a way to make tooltip detached follow the profile of fubar? I want questsfu on one char detached but not on another
21:17.37oxmanyou can use /praid simulate
21:17.40oxmanor going in a bg :p
21:17.55nevcairielyeah i simulated, but since none of the groups is "mygroup" there ..
21:18.02oxmanlol yep its true :)
21:18.20DrDreis there a command for perfect targets?
21:18.29nevcairielptargets i think
21:18.37DrDrethink i tried that
21:19.00nevcairielptarg
21:19.00nevcairielit is
21:19.27Nyviafor praid is there a command to show numbers yet? thought that command dissappeared with the new version
21:19.36oxmanno command
21:19.39oxmanbut its useless
21:20.00oxmanwhy do you want see the number ?
21:20.05DrDregroup #?
21:20.09Nyviafor group forting in raids
21:20.14oxmanfortin ?
21:20.16DrDreid like some kind of seperator for groups ><
21:20.17oxmanfortin
21:20.25DrDrefortitude
21:20.27DrDre=fortin
21:20.28oxmanpraid sort group
21:20.36oxmanso you have space between each group
21:20.36DrDretheres no seperator tho
21:20.39oxmani don't see the problem
21:20.40oxmanthere is;
21:20.41Nyviayea i guess i gotta make some binds then
21:20.47DrDrehmm coulda swore i did that command
21:20.50oxman<PROTECTED>
21:20.52DrDreoh
21:20.54oxmanyou will see the separator ;)
21:20.56DrDrenever did that :p
21:21.23oxmanhum 30 is the max
21:21.26oxmanyou can't try 50 lol
21:21.29DrDrelol
21:21.37DrDrewell ill go join a bg and get it looking right ;
21:21.38DrDre:p
21:21.40oxmanbut you will see the big separator ;D
21:21.44oxmanuse praid simulate ;)
21:21.51DrDreah ok
21:22.27*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
21:22.28DrDreremind me to never parse an entire download folder with foobar and only choose music folders
21:23.05oxman;o
21:24.02*** join/#wowace Deviad (n=Deviad@85-18-14-25.fastres.net)
21:24.12Deviadhello
21:24.18Deviadcan anyone tell me how to mask a blocked package?
21:24.22DrDrehuh?
21:24.32DeviadI did echo "sys-apps/coldplug" > /etc/portage/package.mask
21:24.38nevcairielhm
21:24.44nevcairieldo we look like gentoo support ? :D
21:24.50oxmanlol
21:24.52DeviadDrDre, when I launch emerge -uDva world it tells coldplug is blocked
21:24.53oxmangentoo sux
21:24.56oxmanarchlinux rox
21:24.57oxman:D
21:25.01Deviadoops
21:25.09Deviadwrong channel. :D
21:25.13oxman;)
21:25.46oxmanpacman -Syu
21:25.47oxmanxD
21:26.05ckknightadding the coldplug to the package mask should've worked
21:27.40CIA-1103joshborke * r11820 10HealWatch/ (4 files):
21:27.40CIA-11HealWatch:
21:27.40CIA-11- Added french localisation file (hopefully it works)
21:27.40CIA-11- Fixed a text field bug with names (happened when it was small and had health information)
21:32.07NeronixAnyone had checksum errors while updating recently?
21:32.08Silencerwho is doing xloot ?
21:32.10Silenceraddon
21:32.21Silenceror some1 who have it
21:32.26Silenceroh :0
21:32.30DrDrewe need ability to make targets go up instead of down from the ptarget box :(
21:32.30Silencerimba looking addon :0
21:32.34Silencerjust one question
21:32.39XuerianMm?
21:32.40Silencerwill it not fucked me up with BoP shits :
21:32.41Silencer???
21:32.46Silencerto loot it automaticly
21:32.51Silencerlike being ML in raids
21:33.01Silenceris it safe addon ? :)
21:33.07XuerianSafe addon, yes :P
21:33.12Silencerok :)
21:33.16XuerianIt's buttons mimc Blizzard's precisely right now.
21:33.23XuerianMeaning: Master looter is the same as normal.
21:33.35HealthHmm.. is there a more modern Square mini map than square minimap? :P
21:33.36XuerianNo, it doesn't loot BoP yet, and if it does, It will never do it in a group.
21:34.02Silencerok
21:34.04TazmanyakHealth: try SimpleMinimap
21:34.10HealthThanks
21:34.14Xuerians/if it/if it ever/
21:34.48Silencerok when I am ml i have groups who to give items etc like the same blizz scheme ?
21:35.02DrDresimpleminimap is nice, has multiple modes for skins
21:35.15DrDrei jus dont square mine cuz making buttons go around it gets wacky
21:35.48XuerianSilencer: XLoot doesn't touch the master looter dropdown menu. Blizzard still handles it, even though I'm working on one. EasyMasterLoot should work just fine with it too.
21:36.04Silencerok ok :)
21:36.16SilencerI am then your favorite user of addon ><
21:36.22Xuerian<3
21:37.26JoshBorkebye all
21:37.31*** part/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
21:39.29*** part/#wowace Nyvia (n=sherlok@ool-45735311.dyn.optonline.net)
21:40.15chrisahm, can sprocket's menu be brought up via a macro?
21:42.14Gngskprobably
21:43.14HealthTazmanyak: You know if the author idles here? :P Pretty strange behaviour.. 4 extra frames..
21:43.18*** join/#wowace hyperChipmunk (n=staharaj@d14-69-214-77.try.wideopenwest.com)
21:43.18*** mode/#wowace [+o hyperChipmunk] by ChanServ
21:44.11TazmanyakHealth: Smm also gives way to move around
21:44.15Tazmanyakquest traker
21:44.18Tazmanyakquest timer
21:44.27Tazmanyakthe little armored man
21:44.34Tazmanyakand i dont know what
21:44.47HealthI see
21:44.58Tazmanyakit seems it's because they are parented to mimnimap
21:45.07HealthFound out how to disable it now
21:45.20Tazmanyakso if you move it bottom of your screen, you will never see all them again
21:45.30*** join/#wowace Amro (n=Amro@82.101.184.152)
21:46.02XuerianChrisa: Looks like Sprocket:ShowMenu(x, y) does it... In combination with Sprocket:SetActiveMenu(menu) ?
21:51.12HealthHmm.. itemrack fu for fubar 2?
21:51.15HealthIs there one? :P
21:51.23nevcairielyes
21:51.25Gngskyep
21:51.28Gngsknev totally did it!
21:51.31nevcairielItemRackFu in trunk is fubar2
21:51.47Healthyay
21:51.54nevcairieli converted it a while back
21:51.58Healthbutsekz for you
21:52.08DrDrepff item rack, outfitter only
21:52.22Healthnevcairiel: touch it for me? :)
21:52.22nevcairieloutfitter is weird
21:52.28DrDrewhy? lol
21:52.34Health!trunk ItemRackFu
21:52.38SVNBotYou can already find the latest revision of ItemRackFu at http://www.matts-hosting.com/addons/root/trunk/ItemRackFu/
21:52.51Healthnevermind.. that worked too
21:52.52CIA-1103nevcairiel * r11821 10ItemRackFu/ItemRackFu.toc: ItemRackFu: touch
21:52.56nevcairielmeh
21:52.58nevcairiel:)
21:53.05HealthNow it's on both places though! :p
21:53.07*** join/#wowace [POW]Arjor (n=arjor@bzq-179-108-17.cablep.bezeqint.net)
21:53.19nevcairieland it looks newer
21:53.20nevcairiel:)
21:53.34Tazmanyaknevcairiel: what did you modify in itemrackfu please ?
21:53.54Tazmanyakoh for the zip !
21:54.50nevcairieli just installed WIM, man that addon is great
21:55.32Xuerianwim?
21:56.22DrDrewow instant messenger
21:56.23XuerianOhhh, Wow-Im
21:56.24*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
21:56.25Xuerianderp
21:56.37DrDreima make 1 more change to auctioneer then get that
21:57.04ckknight~literal internet
21:57.05purl"internet" is "<reply>the internet is not something you can just dump on, it's not a big truck, it's a series of tubes."
21:57.13DrDrei was using forgotten chat and had to ditch that lol
21:57.17Xuerianlol
21:57.31CIA-1103curney * r11822 10idChat2_Buttons/ (idChat2_Buttons.lua idChat2_Buttons.toc): idChat2_Buttons : - added options to toggle displaying buttons per chatframe, added options to control chat menu by itself.
21:57.55XuerianI like Chatr, it's nice any tiny =)
21:57.57ckknightpurl, no, internet is <reply>The internet is not something that you just dump something on. It's not a big truck. It's, it's a series of tubes.
21:57.59purlokay, ckknight
21:57.59SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/idChat2_Buttons
21:58.19Xuerians/any/and/
22:00.37nevcairielso, i have one non-ace2 addon hooking my ChatFrame_OnEvent, and my aceaddon doing the same, could i somehow get my hook called first ?
22:01.09HealthAnyone know if there is a "show only in group" setting in perfect targets these days?
22:01.53XuerianI didn't see one when I updated earlier.
22:02.38HealthNope.. nothing about it in the changelog either
22:03.09*** join/#wowace Shabador (n=shabador@ti400720a080-5027.bb.online.no)
22:04.59Laricckknight is it possible to save the detached tooltip state per profile in fubar addons?
22:05.18ckknightum, does it not do that currently?
22:05.22CIA-1103mikma * r11823 10XAD/Core.lua: XAD: ok THIS is 100% bugfree standalone version. I really promise that one. I even tried it with only XAD enabled and it works
22:05.23Mikmaselfownage hurts
22:05.27Laricnot that I can get it to do
22:05.30*** join/#wowace Cursedflame|ill (i=Mriswth2@c-8432e353.123-1-64736c10.cust.bredbandsbolaget.se)
22:05.38oxmanwhat's xad ?
22:05.50ckknightMikma, did you statistically prove that it's bugfree?
22:06.15Laricckknight the problem mainly lies for me in questsfu (the only one i tried it on). soem chars I wanna see the tooltip on. but not others.. and the all have different fubar profiles
22:06.22Neronixckknight: I don't think Tablet is saving detached tooltip positions
22:06.25SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/XAD
22:06.29Laricckknight and it seems to be non profile based
22:06.43Mikmackknight: well atleast it loads properly hahaha
22:06.49Mikmaand that's bugfree for me
22:06.51oxmanMikma whats xad ?
22:07.01Neronixoxman: Autobar replacement
22:07.07oxmanok sorry
22:07.24oxmanvery good the detox priority system :)
22:07.36Cursedflame|illanyone thats hardcore on the sct event config ? :P
22:07.58Xuerian~xad
22:08.01oxman19mb memory usage :')
22:08.07ckknightI don't like it when three or more people talk to me at once
22:08.19MikmaXuerian: http://www.wowace.com/forums/index.php/topic,2309.0.html
22:08.23Mikmackknight: what
22:08.24XuerianI know :P
22:08.39Xuerianpurl, xad is a autobar replacement found here: http://www.wowace.com/forums/index.php/topic,2309.0.html
22:08.41purlokay, Xuerian
22:08.58oxmanxad
22:09.00oxman?
22:09.02oxmanpurl xad
22:09.03purlextra, extra, read all about it, xad is a autobar replacement found here: http://www.wowace.com/forums/index.php/topic,2309.0.html
22:09.04oxmanxD
22:09.40Healthhttp://85.230.25.118/img/ui/idle.jpg - idle ui.. slacker ammo didn't add a only in group option
22:09.48HealthI guess I'll have to add it myself
22:12.51nevcairielyou dont even show your own hp ? :)
22:13.52oxmanuseless with EP_VoileMortel
22:13.52oxman;p
22:14.00Silencerem
22:14.02SilencerXuerian,
22:14.20Silencerwhy xloot don't have same postion as normal loot bllizz frame ?
22:14.31nevcairieli need to clean my UI again .. i still have default minimap ..
22:14.32SilencerI locked it and he popup all in diff place
22:15.52*** join/#wowace NinjaChimp (n=chemp@host86-135-164-176.range86-135.btcentralplus.com)
22:16.53Health!trunk ElkBuffBar
22:16.56SVNBotYou can already find the latest revision of ElkBuffBar at http://www.matts-hosting.com/addons/root/trunk/ElkBuffBar/
22:19.02Silencerwhat is elkbuffbar ?
22:19.17*** join/#wowace malreth_ (n=triti@cpe-72-179-20-11.austin.res.rr.com)
22:19.21ckknight~elkbuffbar
22:19.43ckknightit's a buff frame addon
22:19.45ckknightvery pimp
22:21.24*** part/#wowace Curney (n=chatzill@adsl-75-45-199-206.dsl.sfldmi.sbcglobal.net)
22:21.56Silencerummmmm
22:23.23HealthYou can be pimp ck!
22:23.47ckknightcan be?
22:23.50ckknightI am.
22:23.52HealthYeah!
22:23.54HealthHeh.
22:24.10Mikmapimp my ui
22:24.12HealthMy client crash was related to resizing the minimap with CleanMinimap btw.. not fubar
22:24.48Silenceridchat2 or vchat
22:24.51Silencerwhat u say ppl
22:24.54Silencerwhat be better ?
22:24.59Mikmai use vchat
22:25.04XuerianSilencer
22:25.10SilencerXuerian, ye
22:25.17XuerianOne of the whole points was to be able to move the loot frame :)
22:25.26Silencerok ok :)
22:25.27SilencerI move it
22:25.32Silencercan he stay @ that place all time :)
22:25.35Silencerwhen i lock it ;)
22:25.39MikmaLOL HAHAHAHAHAA
22:25.44XuerianIf you don't like it positioning at your mouse, Alt-Right click the loot, or right click the loot border, and under Behavior, uncheck Snap to Mouse
22:25.45Mikma"the pimp master general"
22:25.54Mikmanice name for a program
22:26.06Mikmajust started from tv.. "love for sale" is the name of this series
22:27.05kovican you move the chat edit box to the top of the frame with vchat?
22:27.05HealthMikma: Hmm.. not sure the most optimal bar to show with no target is the attack bar.. as most attack options give "I do not have a target" :p
22:27.12kovii'm currently using confab for that
22:27.21Healthkovi: you can do that with idchat at least
22:27.28Healthone of the many modules to it
22:27.29mjchum
22:27.39Healthwith pagemaster that is
22:27.39mjcI'd like to be able to provide a set of default settings for all my mods
22:27.40kovimight try that one then :>
22:27.47mjcother than handing out a WTF folder, is there a better way?
22:27.50mjcthey are all ace2
22:27.54Xuerianmjc
22:28.15mjcX
22:28.31Xuerianself.dbDefaults = { all, your, settings, per, profile }
22:28.34Xuerianjust after RegisterDB
22:28.53mjcI can do like Bartender2.dbDefaults ?
22:28.58mjcor whatever setting bar2 uses
22:29.15mjcI'd like to provide them in a separate mod
22:29.23mjcparticularly fubar style ones ;P
22:30.08Xuerianactually
22:30.15XuerianI was wrong.
22:30.30Xuerianself:RegisterDefaults("profile", tableWithDefaultOptions)
22:30.43oxmanself.defaults often
22:30.44oxman;)
22:30.55MikmaHealth: k
22:31.04HealthHeh
22:31.10HealthBut thath I can change myself to fit my needs!
22:31.21HealthNot really sure what bar I want to show..
22:31.36HealthMaybe my heal bar..
22:32.02mjcXuerian: hm. am I able to set that on other mods as they load or something?
22:32.08HealthI more ofthen click my heal spells before I heal someone than attacking
22:32.12mjcother than self
22:32.28mjcHealth: try sprocket :)
22:32.38yssrnsprocket<3
22:32.48HealthI use sprocket.. but too slow for actions other than like drinking, trade skill menues and such
22:33.25MikmaHealth: well it's a lovely thing about that svn, you can mod the addons to be better and commit them in
22:33.27mjcI use clique for healing and sprocket for dps
22:33.33Mikmalike, add config for Pagemaster
22:33.53*** join/#wowace ckknight_ (i=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
22:33.53*** mode/#wowace [+o ckknight_] by ChanServ
22:33.58mjchey ckk
22:34.17HealthI didn't mean you suck, you already know I think you do! :D
22:34.19ckknight_svn updates destroy my connection
22:34.32Mikmayeah but if you don't like it, go to russia :)
22:34.32mjcckknight_: impossible
22:34.38Health:(
22:34.42ckknight_quite possible, mjc
22:34.43Tazmanyaktime to sleep here in france, have a good day/night all :)
22:34.47mjcckknight: wrt54g
22:34.47mjc?
22:34.49Tazmanyakbye
22:34.50ckknight_yep.
22:34.55mjcip conntrack problem
22:35.05oxmanbonne nuit tazmanyak
22:35.05oxman:p
22:35.09ckknight_but it's the modem's fault, not the router
22:35.14ckknight_afaik
22:35.17mjcdoubtful
22:35.18oxman0:34 am in france :)
22:35.20ckknight_you sure?
22:35.22mjcckknight_: http://utorrent.com/faq.php#Special_note_for_users_with_Linksys_WRT54G_GL_GS_routers
22:35.24ckknight_then how would Ifixit?
22:35.28ckknight_alright
22:35.29ShyvaI got a wrt54g here, bo problem with updating
22:35.35Mikmaeat some stickbreads frenchies
22:35.38mjcit keeps connections open for up to 5 days w/ the default settings :P
22:35.50ckknight_yea, but I updated my whole addons folder (w/o externals)
22:36.04mjcsvn update --ignore-externals * ?
22:36.30mjcdoes p2p do the same thing/
22:37.02Xuerianmjc, no I don't think you can
22:37.13XuerianOr well
22:37.14Silenceromg ; )
22:37.15CIA-1103tazmanyak * r11824 10HealWatch/localisation.fr.lua: HealWatch - Fr localization done.
22:37.20Xuerianckk says you can. So you can ^_^
22:37.22SilencerI want hostilebar to work !!!!
22:37.25mjcckknight_: I was just asking X about setting profile defaults for other addons.. possible? :P
22:37.27Silencerwhy Self debuff don't work :<
22:38.10oxmanhostilebar sux
22:38.50mjchow do you figure
22:39.16ckknight_mjc, I have a v5 firmware...
22:39.30mjc<PROTECTED>
22:39.50mjcsame problem, different OS
22:40.03*** join/#wowace malreth (n=triti@cpe-72-179-20-11.austin.res.rr.com)
22:40.20*** join/#wowace KB1ibt (n=kb1ibt@c-24-61-9-71.hsd1.nh.comcast.net)
22:40.21ckknight_I have WRT54GS v5
22:40.33mjcsame OS as the Gv5
22:40.36mjcsame issue
22:40.46KB1ibti have a WRT54G running OpenWRT
22:40.53KB1ibtv3 i believe
22:41.23ckknight_I already have the latest firmware, mjc
22:41.32mjcsexy
22:42.43mjcnot sure what you can do then
22:42.50mjcother than plug into the modem and see if it does the same thing :P
22:44.37TekkubI had the most greatest idea at work today
22:44.52Tekkuba Zookeeper module in Cork :)
22:45.26oxmanlol
22:47.16CIA-1103tekkub * r11825 10tekSupport/tekSupport.toc:
22:47.16CIA-11tekSupport
22:47.16CIA-11- Wiki, TOC, blah blah blah
22:48.04mjc<3 tek.
22:48.05SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/tekSupport
22:48.11CIA-1103tekkub * r11826 10PerfectTargets/PerfectTargets.toc:
22:48.11CIA-11PerfectTargets
22:48.11CIA-11- TOC, wiki, etc...
22:48.30HealthYou salcker Tekkub!
22:48.36SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/PerfectTargets
22:48.42HealthStill no show in group option in ptarg :(
22:48.43Tekkubfuck you, I hear that all day at work, about lick of it
22:48.48mjchaha
22:48.54Tekkubshow in group?
22:49.20Tekkuboh
22:49.22Tekkubyea
22:49.25Tekkubkinda
22:49.47HealthThere's been an ignored bug for 2½ weeks in flyspray about it!
22:49.49Tekkubwhenever I finish Supply antd Demand PTarg will become LOD
22:49.54*** join/#wowace Shabador (i=shabador@ti400720a080-5027.bb.online.no)
22:50.01Tekkubwhen it does you'll have in group from S&D
22:50.19mjcTekkub: get crackin
22:50.19mjc:P
22:50.25HealthI have no idea what that is.
22:50.28Tekkubscrew you
22:50.33mjc<3
22:50.34Tekkub:P
22:50.50mjcI might like that >_> <_<
22:50.53CIA-1103rabbit * r11827 10BanzaiLib/ (. Banzai-1.0/ Banzai-1.0/Banzai-1.0.lua Banzai.toc libs/): BANZAI! Initial import. Aggro notification library. Proof-of-concept addon coming soon.
22:51.01mjcLOL
22:51.01SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/BanzaiLib
22:51.14mjcrabbit++
22:51.28TekkubBANZAI!!!!!!!!!
22:52.32Shyvahaha, cool name xD
22:52.41HealthSo.. no texture lib yet? all addons have their own bantobar loaded in memory? :P
22:52.54CIA-1103rabbit * r11828 10BanzaiLib/ (Banzai-1.0/Banzai-1.0.lua Banzai.toc libs/): BanzaiLib: Set svn properties.
22:53.11SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/BanzaiLib
22:53.26mjcHealth: BantoBar this. BantoBar ALL OF THIS!
22:54.02ckknightTekkub, join #wowace-dev
22:54.10Tekkubno
22:54.22MikkAeuhmmmmmmmmmmmm.... The SVNBot seems borky
22:54.27ckknightwhy not?
22:54.27MikkThere's nothing in that URL
22:54.32Tekkub* Cannot join #wowace-dev (Requires keyword).
22:54.39hastenow fuck you vhaarr
22:54.41Tekkuboh yea
22:54.53vhaarr?
22:54.54hasteI was going to rename oUF to Banzai
22:55.09vhaarrhahaha
22:55.26hastenow I need to figure out a new name also :(
22:55.30mjcfuck you and the horse you rode in on
22:55.42*** join/#wowace Kemayo (n=kemayo@pool-71-103-168-20.lsanca.dsl-w.verizon.net)
22:55.45CIA-1103rabbit * r11829 10BanzaiAlert/ (. BanzaiAlert.lua BanzaiAlert.toc aggro.wav libs/): BanzaiAlert: Initial import, BanzaiLib proof-of-concept.
22:55.57SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/BanzaiAlert
22:56.22mjcf your fan ;)
22:56.31Mikmagoooooooooo firefox
22:56.40mjcvhaarr: you're on magtheridon!?
22:56.52mjchaha
22:57.15Pucmellagtheridon
22:57.36Xuerianmjc: Wouldn't "Fuck yourself with the horse you rode in on" be more effective?
22:57.44mjcXuerian: sure.
22:57.49mjclagtheridon indeed.
22:57.53mjcwhich side?
22:58.04vhaarrmjc: yes
22:58.07CIA-1103rabbit * r11830 10BanzaiAlert/ (BanzaiAlert.lua BanzaiAlert.toc libs/): BanzaiAlert: svn stuff.
22:58.21vhaarrmjc: I take it you are as well?
22:58.35mjcMelodi, Hope, alliance.
22:58.56vhaarrus?
22:59.01vhaarrI'm EU
22:59.02mjcahhh
22:59.04mjcUS. :(
22:59.11Pucmellesser realm :(
22:59.16MikkXuerian: Argh. Now I get flashbacks of shock content videos :<
22:59.19oxmanwhats the name of itemrack ace2 ?
22:59.22XuerianXD
22:59.34MikkOr "porn videos" if you swing that way
22:59.35Mikk>.<
22:59.52vhaarrNow GOGO test BanzaiAlert!
22:59.53Xuerian¬.¬
23:00.16oxmanwhats the name of itemrack ace2 ?
23:00.17vhaarroxman: There is none.
23:00.23vhaarrDon't ask twice, we can read.
23:00.34oxmannone ? :[[
23:00.46mjcmrplow is still ace1 :(
23:00.49HealthOnly a fubar plugin for it
23:00.55vhaarrmjc: No, there's a branch.
23:01.59oxmanand acewardrobe ?!!
23:02.05Kemayovhaarr: What does it do?
23:02.24hastehttp://www.s126850528.onlinehome.us/hokuten/gallery/albums/userpics/10001/classbalance.JPG
23:02.35vhaarrKemayo: Apparently nothing yet, because I screwed up a if statement, sec.
23:03.36Shyvalol, nice one haste :-D
23:03.37CIA-1103rabbit * r11831 10BanzaiAlert/BanzaiAlert.lua: BanzaiAlert: Fix logic.
23:03.39FryGuy-i don't understand that picture
23:03.40vhaarrKemayo: It's a aggro notifier.
23:03.44FryGuy-mage beats both rogue and warrior :/
23:03.46ckknightlol, haste
23:03.59Xuerianhaha.
23:04.31vhaarrhaha nice
23:04.51mjcmage vs. rogue is dependant on first shot
23:04.59FryGuy-eh?
23:05.17FryGuy-mage will win generally unless the mage is afk :/
23:05.20mjcrogue can win anytime if it's ambush, backstab, evisc.
23:05.26FryGuy-eh
23:05.30FryGuy-ambush backstab blink
23:05.33FryGuy-gg :p
23:05.41mjcmost mages are dead before my evisc
23:05.52FryGuy-5k hps? :/
23:06.02mjchah
23:06.03FryGuy-4*
23:06.16mjcyou have to be tier2 to get 4k hp as a mage, or craploads of pvp gear
23:06.17mjcI said most
23:06.34yssrnI have t2.5 and I have 3660 hp
23:06.43yssrnmages don't get that high HP
23:06.48mjcmy point exactly
23:06.56Pucmelpvp armor mages do ofc
23:07.02yssrnyea, around 5k
23:08.08mjcI love standing in the WSG tunnel in my mage and taking out like 5 people w/ aoe on the way in
23:08.30mjcthey're like wtfrape and I'm like zomg nuke :D
23:09.18mjcheh.
23:10.50*** join/#wowace Zacard (n=x@c-71-197-28-95.hsd1.mi.comcast.net)
23:12.32CIA-1103rabbit * r11832 10BanzaiAlert/BanzaiAlert.lua: BanzaiAlert: Another oops.
23:13.30yssrnis banzai based off the aggro alert code in squishy?
23:13.52yssrnI remeber someone saying something about makng it standalone
23:14.37vhaarryes
23:15.18*** join/#wowace PX_Hakker (i=UPP@a82-93-101-11.adsl.xs4all.nl)
23:15.30mjc?
23:20.40XuerianThat would be blissfull in PerfectRaid...
23:20.42vhaarr!TOC BanzaiAlert
23:20.47SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/BanzaiAlert
23:20.50kergothsweet, i need to try that on my rogue
23:21.19vhaarrTekkub: http://www.wowace.com/index.php/BanzaiAlert wassap?
23:21.35decihttp://i73.photobucket.com/albums/i236/xArrow/Roguevshunter.gif
23:21.36HealthHmm, I'm prettu sure I have mail.. but the mail fubar plugin tells me 0 :/
23:21.47CIA-1103nevcairiel 07Nevcairiel * r11833 10RaidTools/ (RaidTools.toc libs/): RaidTools: Added BanzaiLib to externals and .toc, will be using that soon
23:21.51Tekkub{{Addon Infobox|{{BanzaiAlert}}}} should be {{Addon Infobox|{{PAGENAME}}}}
23:22.13vhaarroh
23:22.22vhaarrI thought PAGENAME was like "insert pagename here"
23:22.25vhaarrthanks
23:22.26Tekkub{{PAGENAME}} is a special template call
23:22.36vhaarryeah I read it as "<pagename>"
23:22.43Tekkubif you don't use it, you need to drop the {{}} around it
23:25.38Tekkubdon't forget to make wiki links when you reference other mods, I put em in for you
23:25.47CIA-1103ckknight * r11834 10FuBar_AmmoFu/AmmoFu.lua: AmmoFu - update for 2.0.0 API GetItemInfo change
23:25.55vhaarrTekkub: ah
23:26.01CIA-1103ckknight * r11835 10FuBar_BagFu/BagFu.lua: BagFu - update for 2.0.0 API GetItemInfo change
23:26.17vhaarrTekkub: nice, thanks
23:26.26ckknightshh...
23:26.33vhaarr^^
23:26.37Cursedflame|illanyone know how to add "whispers" to your sct config ?
23:26.37SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/FuBar_AmmoFu
23:26.46nevcairielvhaarr: the event gets triggerd over and over again as long as i have aggro?
23:26.53vhaarrnevcairiel: that is correct
23:27.09vhaarrnevcairiel: you should probably throttle it by unitId.
23:27.24vhaarrIt will fire every 0.5sec
23:27.42vhaarrnevcairiel: I'm going to be adding more to the library tomorrow, probably
23:27.48vhaarrnevcairiel: I'm not sure you should be using it right away
23:28.41nevcairieljust testing :)
23:29.23*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
23:30.03vhaarr!TOC BanzaiLib
23:30.06SVNBotERROR: BanzaiLib.toc could not be parsed!
23:30.10vhaarrhrm
23:30.31nevcairielyou named it Banzai.toc
23:30.32nevcairielwont work
23:30.33nevcairiel:)
23:30.34vhaarrI know
23:30.46XuerianWait. vharr == rabbit? >_>
23:30.54nevcairielyea
23:31.10CIA-1103ckknight * r11836 10Ace2/AceConsole-2.0/AceConsole-2.0.lua: AceConsole - lua 5.1 upgrades to for loop
23:32.08CIA-1103rabbit * r11837 10BanzaiLib/ (Banzai.toc BanzaiLib.toc): BanzaiLib: Rename toc.
23:32.13vhaarr!TOC BansaiLib
23:32.17SVNBotERROR: BansaiLib.toc could not be parsed!
23:32.18vhaarr!TOC BanzaiLib
23:32.20vhaarr><
23:32.25SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/BanzaiLib
23:32.35vhaarrwicked
23:32.38vhaarrhttp://www.wowace.com/index.php/BanzaiLib
23:33.46CIA-1103rabbit * r11838 10BanzaiLib/BanzaiLib.toc: BanzaiLib: TOC update.
23:40.06Healthhttp://85.230.25.118/img/ui/idle.jpg - anyone see what's displayed tho not needed?
23:40.47yssrnhow did you make that black box at the bottom that houses your chatframes
23:40.58CIA-1103rabbit * r11839 10BanzaiLib/Banzai-1.0/Banzai-1.0.lua: BonzaiLib: Update doc link
23:41.10KB1ibtdiscord art
23:41.19vhaarrget oSkin
23:41.29vhaarrI believe that is oSkin, actually
23:41.32KB1ibtthat works too (i guess)
23:41.53HealthIt's oskin..
23:42.01yssrnis that oskin viewport?
23:42.03HealthIt's ptarget with no option to hide not in raid :(
23:42.04KB1ibti'm not used to all the ace2 mods compared to their predecessors
23:42.15Health/oskin bottombar show
23:42.16Healthor something
23:42.19XuerianNo viewport, just bottombar
23:42.29Healthbottomframe
23:42.38Xuerians/bar/frame/
23:43.06yssrnaa, cool
23:43.37yssrnadds a degree of cleanness to an otherwise messy bar arrangement, but does reduce your viewable area a bit
23:43.50CIA-1103rabbit * r11840 10BanzaiAlert/BanzaiAlert.toc: BanzaiAlert: TOC update
23:44.25HealthJust make it a bit transy!
23:44.58yssrnwhat did you use to move the minimap
23:47.01KB1ibtsqueeniz then unlock it
23:47.19KB1ibts/squeeniz/squeenix
23:47.38KB1ibts/squeeniz/squeenix/
23:47.47KB1ibtlol never mind
23:47.49mjchahaha
23:47.54mjcyou noob
23:48.05yssrnwhat's squeenix's slash command
23:48.39KB1ibt./squeenix
23:49.05*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
23:49.17Tekkubor squee
23:49.33*** join/#wowace vhaarr (n=chatzill@ghybel696.krs.hia.no)
23:49.41*** join/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
23:50.17yssrnguess I need to update
23:50.21mjcwb vhaarr
23:50.33vhaarrty
23:54.18CIA-1103tekkub * r11841 10FuBar_CorkFu/BuffTemplate.lua:
23:54.18CIA-11FuBar_CorkFu
23:54.18CIA-11- Should fix "Unknown unit name: Group 2" bug
23:55.41SVNBotThe TOC wiki entry has been updated -- http://www.wowace.com/index.php/TOC_Data/FuBar_CorkFu
23:56.28JoshBorkeis Ace2 Praid in trunk?

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.