IRC log for #wowace on 20080620

00:00.08Gnarfozwell, just make a macro to equip a closetgnome set then?
00:01.01ben__When I call closetgnome to equip a set, it equips it once, and then equips it again once I drop out of combat.
00:01.09ben__This kind of fucks up if I switch to another weapon before combat ends.
00:01.29CIA-4403nevcairiel * r77111 10Bartender4/locale/ (8 files):
00:01.29CIA-44Bartender4:
00:01.30CIA-44- update babelfish script to work with embeded escape chars (\n, \t, \", etc)
00:01.30CIA-44- bar creation now takes a name to avoid translation issues
00:01.30CIA-44- re-run babelfish script - If you find missing translations, just add the L[] wrapping around it and run the babelfish script!
00:01.30memeyouhow do you equip something that's already equiped?
00:01.37ben__memeyou: I mean it equips the same set again.
00:02.09ArrowmasterGnarfoz: umm theres a newer itemrack
00:02.24GnarfozArrowmaster: which doesn't have event based switching
00:02.36Arrowmastertrue
00:02.37memeyoui see, missed the last part - if u unequip it requips it
00:02.39Gnarfozoh, he wasn't actually requesting something that needs event based switching, my bad
00:03.02Gnarfozthat was just the topic in #wowuidev thus my pointing to the older version
00:03.24CIA-4403nevcairiel * r77112 10Bartender4/ (8 files): Bartender4: commit the other half of that <.<
00:05.23Funkeh`Snago, http://ace.pastey.net/89747
00:10.24vithosFunkeh`: you said i should still be able to see the spam messages that BadBoy reports right?
00:10.43Funkeh`not unless you enable debugging
00:10.49vithosoooh.
00:10.54vithosi'm dumb then :P
00:11.06Funkeh`it would be a bit pointless if you saw them
00:11.17ben__Does lua compile and cache patterns?
00:11.21Funkeh`and jesus I'm going to sleep for real now
00:11.35ben__ie is it faster to use string.find with the same pattern multiple times?
00:11.50Funkeh`no
00:11.52vithosis debug only in a branch version?
00:12.08Funkeh`vithos, uncomment the line ine the lua file and reload ui
00:12.32vithosthanks
00:15.23ben__Is there a more straightforward way to equip an item than PickupContainerItem and EquipCursorItem?
00:16.56*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
00:16.56*** mode/#wowace [+o ckknight] by ChanServ
00:17.47Arrowmaster!api EquipItemByName
00:17.47lua_botDocumentation for 'EquipItemByName' can be found at http://wowprogramming.com/docs/api/EquipItemByName
00:18.02ben__Yeah, well, I need to equip by slot.
00:18.15Arrowmasterclick the link
00:18.35ben__Nothing happens.
00:18.58Arrowmasterclad|sleep: your api page for EquipItemByName is wrong, it doesnt mention the 2nd arg for slot
00:19.08ben__By slot, I meant the bag slot.
00:19.44Arrowmasterwhy do you need bag slot?
00:19.47ben__... I mean, the slot within my bags that the item that is supposed to be equipped is currently occupied.
00:20.00ben__Arrowmaster: Because I am trying to equip two items that share the same name into main and offhand.
00:20.35Gnarfozit probably won't try to equip an item you're already wearing
00:20.38Gnarfozso just call it twice?
00:20.50Gnarfozonce with MH and once with OH slot
00:21.10*** join/#wowace Shirik (n=nospam@70.44.95.176.res-cmts.sm.ptd.net)
00:21.12ben__Yeah. That does not work.
00:21.13Gnarfozor at least try doing that, if it actually swaps your MH to your OH, then somebody needs a ~larting
00:21.23ben__I am not willing to wait until the client registered that the server actually let me equip the item.
00:21.34*** mode/#wowace [+v Shirik] by ChanServ
00:21.45ben__It just equips my main hand and then stops there
00:22.10ben__presumably because EquipItemByName chose the same actual item twice for two different slots and the server ignored the second one because the item was already being used
00:23.01Arrowmasterdo they have the same enchants?
00:23.17ben__Currently, neither is enchanted  <:)
00:23.24ben__I'm cheap! They are offspec items!
00:23.38Arrowmastertry doing /dump "itemlink" for each one and see if the itemlinks are exactly the same
00:23.59ben__Well, okay, I did not gem one of them yet :S
00:24.02ben__But that is subject to change!
00:24.04Arrowmasternot sure if using itemlinks would make it work if they have different uniqid parts of the itemlink
00:24.26*** join/#wowace Chaud (i=chaudhar@71-85-132-130.dhcp.spbg.sc.charter.com)
00:24.32*** part/#wowace Chaud (i=chaudhar@71-85-132-130.dhcp.spbg.sc.charter.com)
00:25.00ben__The itemlinks do not fit my macro :[
00:28.01*** part/#wowace profalbert (n=profalbe@91-113-21-126.adsl.highway.telekom.at)
00:29.11ben__This uniq thing, does it stay unique forever?
00:35.13Arrowmasterthe part of the itemlink? yeah it doesnt change
00:35.33ben__I guess that is going to be more useful once I get these enchanted with different things.
00:36.33Arrowmasteri have no clue if EquipItemByName will see them as different items
00:37.42ben__Well, I can still look them up manually then :/
00:38.37ben__I also suppose I should come up with a better configuration interface than writing item names into a macro body
00:40.48*** join/#wowace Nechckn (n=N@c-98-218-229-122.hsd1.dc.comcast.net)
00:41.57*** join/#wowace Sekkyo (n=sekkyo@dsl092-250-144.sfo4.dsl.speakeasy.net)
00:42.22ben__Well!
00:42.24ben__So far it works!
00:42.24*** mode/#wowace [+v Nechckn] by ChanServ
00:46.09ben__EquipItemByName goes by unique id, by the way
00:51.43breserYeah despite the name EquipItemByName will take item_strings too.
00:52.35PrimerDoes anyone recall Medallion of the Alliance making you immune to fear/etc for 5 seconds once you activated it?
00:52.52ben__No.
00:53.14PrimerI find it highly annoying that a rogue can CC me, forcing me to pop my trinket, then CCing me again immediately afterwards
00:53.18Primerwell, it once did that
00:53.33Primerbut I think it was when it dispelled specific types of CC
00:53.41ben__Are you sure? I got my Insignia of the Alliance pretty soon after they were introduced and I do not recall them doing it. :/
00:54.05Arrowmasteryeah it was alway a break i thought and never an immunity
00:54.20PrimerI do recall it once did this
00:54.39Arrowmasterwell it is an immunity but without a duration, that way it can always break and not be resisted like a dispell
00:55.10PrimerI even remember that it'd go "immune" once I tried to re-apply fear
00:55.14Primerif I did it too soon
00:55.29ben__Are you sure you are not confusing  it will Will of the Forsaken?
00:55.56Primermaybe
00:56.45Arrowmasterthe immune when reapplying was probably from DR
00:58.13Primerbrain fart...DR?
00:58.24ben__Diminishing returns
01:00.12*** join/#wowace copystring (n=user@p548A2FA6.dip0.t-ipconnect.de)
01:00.14*** join/#wowace ciyne (n=ciyne1@210.107.232.169)
01:02.33thulhmm, how is the nvidia geforce 9800 gtx 512? anyone tried it?
01:02.52copystringgts?
01:03.24thul<PROTECTED>
01:03.35copystringah k
01:03.41copystringi have the gts
01:03.42thulit is on sale, and cost about the same as the 8800 GT i was planning to get
01:03.58thulis it worth the upgrade from an 8800gt?
01:04.19copystringi think the gts is a bit faster then the gts and cheaper
01:04.28copystringthen gtx sorry
01:04.37thulhmm, ok
01:08.45*** join/#wowace DARKGuy_ (n=DARKGuy@201.242.99.96)
01:09.01memeyoudepends on what ur doing, for some things it's slower
01:09.51*** join/#wowace DARKGuy (n=DARKGuy@201.242.99.96)
01:10.26ben__Yay, slash command interface
01:10.44*** join/#wowace quoin (n=quoin@219-90-211-74.ip.adam.com.au)
01:10.49ben__This was a moderately efficient use of a bit more than an hour
01:11.08memeyouwhat is?
01:11.56copystringgts is a hell of a lot cheaper tho :\
01:12.19ben__I wrote an addon that has a slash command to remember what is in my mainhand and my offhand slot either with or without a shield
01:12.26ben__and I can poke it with a macro to switch to one or the other
01:16.48ben__... except that my shield does not have a unique id? What the hell
01:19.35DARKGuyYay?
01:19.48DARKGuyHey, I want your addon :D
01:20.13*** join/#wowace Draele (i=4898e080@gateway/web/ajax/mibbit.com/x-0f18b5a3699e21c9)
01:20.46Draelequick question- I'm trying to move the framerate text with Visor- What's the name of the frame I need to grab? I did it several months back but forget the name of the frame.
01:20.49AckisDARKGuy: http://ackis.myminicity.com/sec :D
01:21.26DraeleIt was something like FrameratetextFrame, but that's not it
01:21.55DARKGuyAckis: there :P
01:21.59ben__Okay but seriously
01:22.06ben__why does my shield have an uniqueid of 0?
01:22.47ben__Do only drops get them?
01:22.54memeyouis it FramerateText or FramerateLabel?
01:22.59*** join/#wowace Drundia_ (n=drewndia@92.113.91.95)
01:23.19ben__Goddamnit >:[
01:23.29memeyouI damn thee....
01:24.38memeyoui think it's the latter, drae
01:25.13ben__So what am I supposed to do now?
01:25.20ben__Hope that I will never dualwield vendor weapons?
01:25.20ben__;|
01:25.26*** join/#wowace Next96 (i=Next96@121.129.140.171)
01:26.26vithosben__: vendor items have itemids too i'm sure?
01:26.37ben__vithos: Not "uniqueIds"
01:26.50ben__Neither my SSO shield nor my SSO necklaces nor my sporeggar shield have one (besides 0)
01:27.21ben__I guess I am just going to store itemId .."/".. uniqueId
01:27.22ben__:/
01:27.56p3lim|awayanyone here good on hooks?
01:28.01DARKGuyJust use a name?
01:28.17vithoswhat is a uniqueid?
01:28.52p3lim|awayI need to hook a OnEnter script to add in a argument to it, how do I do that?
01:29.28Arrowmasterben__: youll want to store the entire itemlink probably
01:29.32ben__DARKGuy: That is how the problem started. I have two Breeching Comets and want to equip them both on the touch of a button
01:29.49ben__Arrowmaster: I figure it is easier if I do not have to reassign the items when I change the gems or enchants
01:30.04ben__I just hope I am not going to have two vendor bought items
01:30.07Arrowmasterben__: then atleast store the suffix too
01:30.09ben__of the same type
01:30.18ben__Oh, right. :|
01:30.31DARKGuyxD
01:30.39DARKGuyWaht if you have two Swiftsteel Bludgeons ?
01:31.00ben__That is a drop, that has a unique id!
01:31.21DARKGuyd'oh, my bad
01:31.26Arrowmastersome things have uniqids some dont
01:31.31Arrowmastermost all raid drops do
01:31.37*** join/#wowace Paene-Laptop (n=jim@71.238.241.206)
01:31.41vithoswhat's the API to get the uniqueid?
01:31.42Arrowmasterall crafted items do
01:31.48Arrowmasterits part of the itemlink
01:31.55vithosah
01:31.58ben__vithos: Get the item link, grep for :-?\d+|
01:33.53digmouseLF a rogue alt name
01:34.25Arrowmaster:%-?%d+|
01:34.38Draelethanks meme
01:34.39ben__- is magical too? goddamnit
01:39.48*** part/#wowace Paene-Laptop (n=jim@71.238.241.206)
01:40.18Arrowmasterwell it is inside []'s
01:40.27Arrowmasterits safer to just always escape it
01:47.04elite3vilIs there a mod that'll throw a skull or something on whoever is targeted with Encapsulate on Felmyst?
01:47.18elite3vil*addon
01:47.52memeyouwhat is encapsulate on felmyst?
01:48.11*** join/#wowace pasmero (n=pasmero@dslb-088-067-031-041.pools.arcor-ip.net)
01:49.48elite3vilEncapsulate (Arcane)
01:49.48elite3vilThis ability has a 25-30 second cooldown. Felmyst will turn and Encapsulate anyone in the raid for 6 seconds, placing a pink glowing sphere around them, and dealing 3500 damage every 2 seconds to that person, and everyone in a 20 yard range of them. The Encapsulate itself cannot be out ranged, and only Iceblock, Cloak of Shadows and Divine Shield remove it. During the spell, Felmyst channels a pink beam at the target.
01:49.48CrazyBenny|<elite3vil> bigwigs maybe?
01:50.05elite3vilI'm using DBM, it doesn't have a setting for it.. do you know if bigwigs does?
01:51.03CrazyBenny|yea, just checked in bigwigs, it throws the icon
01:54.21*** join/#wowace DARKGuy (n=DARKGuy@201.242.99.96)
01:56.51CIA-4403daviesh * r77113 10AtlasLoot/Core/AtlasLoot.lua:
01:56.51CIA-44AtlasLoot:
01:56.51CIA-44- Bugfix for searching and the wishlist
01:57.02elite3vilk, thanks. I had our MT turn his bigwigs announce on. =P
01:57.14CIA-4403broliant * r77114 10FuBar_ConvergeFu/ (4 files): FuBar_ConvergeFu: Added crowd-control tool and reorganised the tools menu.
01:58.04p3lim|awayI need to hook a script, anyone that can help me?
01:58.11*** join/#wowace Paene-Laptop (n=jim@71.238.241.206)
02:00.20CIA-4403chuanhsing * r77115 10RBM/ (7 files in 6 dirs): RBM: add zhTW locale (thanks to s8095324)
02:01.08*** join/#wowace Tenchworks (n=none@69.183.47.6)
02:01.12*** join/#wowace Matrix110 (n=bla@pD957D29C.dip.t-dialin.net)
02:02.23CIA-4403chuanhsing * r77116 10RBM_BadgeWatch/BadgeWatch.lua: RBM_BadgeWatch: add zhTW locale (thanks to s8095324)
02:04.35CIA-4403chuanhsing * r77117 10RBM_BlackTemple/locales/ (locales.xml zhTW.lua): RBM_BlackTemple: add zhTW locale
02:05.52CIA-4403LordFarlander * r77118 10MiniPet/MiniPet.lua:
02:05.52CIA-44MiniPet:
02:05.52CIA-44- Will now update when button is hidden
02:06.14CIA-4403chuanhsing * r77119 10RBM_DrumWatch/DrumWatch.lua: RBM_DrumWatch: add zhTW locale
02:06.27CIA-4403LordFarlander * r77120 10Mount/Mount.lua:
02:06.27CIA-44Mount:
02:06.27CIA-44- Will now update when button is hidden
02:06.28pasmerogn8
02:06.56*** join/#wowace Dark_Elf (n=Dark_Elf@206.169.253.151)
02:07.21CIA-4403LordFarlander * r77121 10MiniPet/MiniPet.lua:
02:07.21CIA-44MiniPet:
02:07.21CIA-44- Will now update when button is hidden for real
02:07.53CIA-4403chuanhsing * r77122 10RBM_Gruuls/locales/ (locales.xml zhTW.lua): RBM_Gruuls: add zhTW locale
02:10.04p3lim|awayis there a way to force a script to run?
02:10.11p3lim|awaylike my OnEnter script
02:10.29Yssarilp3lim|away: just call the function?
02:11.11p3lim|awaything is, the script is not a global
02:11.20p3lim|away(im calling it from another addon)
02:11.47*** join/#wowace mykx (n=Shelton@unaffiliated/mykx)
02:13.00Yssarilhmmm no idea then
02:14.06p3lim|awayhm
02:14.45*** join/#wowace aestil (n=holycall@cpe-76-95-133-5.socal.res.rr.com)
02:15.30Civrock_Can anybody help me out with various memory allocation errors? http://www.wowace.com/forums/index.php?topic=14020.0
02:15.44aestilwhat is a core 2 duo 3000?
02:18.44ulicaestil: I'd say it's 2 3ghz cpus
02:19.23VonhintenHOME`2 cores
02:19.37*** part/#wowace Paene-Laptop (n=jim@71.238.241.206)
02:20.22ulicyea, one physical unit with basically 2 processors inside, the OS will see to cpus.
02:21.21aestilturns out its an E8400
02:21.26CIA-4403cwdg * r77123 10ButtonFacade_Vol/ (11 files in 2 dirs):
02:21.26CIA-44ButtonFacade_Vol:
02:21.26CIA-44-Add Vol skins for ButtonFacade
02:22.50ulichmm, that doesn't mean anything to me, but I haven't kept up on my hardware knowledge lately.
02:25.01vithosthe E8400 is pretty much the sweet spot of midrange price/performance from intel, but of course that's just my opinion
02:25.11vithosi've been researching hardware for a friend lately
02:25.33vithosi do wonder how well WoW utilizes quad core though
02:26.37DARKGuyAFAIK, it only uses 2 cores :(
02:26.51vithosshitty.
02:27.05vithosthat's what i've heard before too
02:27.20vithos1 core for sound and everything else on the rest
02:28.24*** join/#wowace Kirkburn (n=Kirkburn@wikia/Kirkburn)
02:30.01digmousemy 975X cant support Penryn T.T
02:35.15*** join/#wowace Robot-Chicken (n=robotchi@c-24-15-233-104.hsd1.il.comcast.net)
02:35.29*** join/#wowace DARKGuy (n=DARKGuy@201.242.99.96)
02:36.18CIA-4403daviesh * r77124 10AtlasLoot/ (3 files in 2 dirs):
02:36.19CIA-44AtlasLoot:
02:36.19CIA-44- Fixed remaining Quicklooks bugs, added support to the loot browser and Alphamap, added tooltips to the Quicklook buttons.
02:37.38*** join/#wowace p3lim|away (n=p3lim@084202208125.customer.alfanett.no)
02:37.50*** join/#wowace Kirkburn (n=Kirkburn@wikia/Kirkburn)
02:38.27*** join/#wowace Baraius (n=bhuddles@cpe-70-112-230-186.austin.res.rr.com)
02:38.57CIA-4403daviesh * r77125 10AtlasLoot/Documentation/Release Notes.txt:
02:38.57CIA-44AtlasLoot:
02:38.58CIA-44- Updated documentation
02:44.53*** join/#wowace icemoon (n=chatzill@218.80.240.218)
02:47.08CIA-4403cwdg * r77126 10ButtonFacade_VolGlod/ (12 files in 2 dirs):
02:47.08CIA-44ButtonFacade_VolGlod:
02:47.08CIA-44--Add VolGlod skins for ButtonFacade
02:47.39Dark_Elfglod?
02:47.50Dark_Elfshouldnt that be gold
02:50.04ulicI'm gonna get my fiance a glod engagement ring, save a little cash
02:50.13*** join/#wowace kaelten (n=kaelten@c-68-62-218-86.hsd1.al.comcast.net)
02:53.45*** join/#wowace DARKGuy (n=DARKGuy@201.242.99.96)
02:54.59icemoonmaybe its gold border for button
03:01.38*** join/#wowace dieck_ (n=dieck@p5B22F33C.dip.t-dialin.net)
03:01.40CIA-4403cwdg * r77127 10ButtonFacade_VolM/ (11 files in 2 dirs):
03:01.40CIA-44ButtonFacade_VolM:
03:01.40CIA-44Add VolM skins for ButtonFacade
03:01.40*** join/#wowace profalbert (n=profalbe@91-113-21-126.adsl.highway.telekom.at)
03:01.54*** part/#wowace profalbert (n=profalbe@91-113-21-126.adsl.highway.telekom.at)
03:01.59*** join/#wowace profalbert (n=profalbe@91-113-21-126.adsl.highway.telekom.at)
03:03.24Dark_Elfi thought they were added but got renamed cause original author wanted the names or something
03:04.03Dark_Elfoh well guess it dont matter
03:09.40*** join/#wowace Paene-Laptop (n=jim@71.238.241.206)
03:12.09*** part/#wowace Paene-Laptop (n=jim@71.238.241.206)
03:17.38vithosyeah, that's correct
03:17.52vithosalso there's no need for the matte version, since gloss is controllable
03:18.16vithosnor is there any need for different colors, since colors can be changed for each layer too right?
03:26.35Arrowmasterso delete them from the svn then
03:26.44Arrowmasterand bitch at the damn asians
03:27.43Arrowmasterdo those really already exist under different names?
03:28.39*** join/#wowace icemoon_ (n=chatzill@218.80.240.218)
03:29.33*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
03:29.33*** mode/#wowace [+v MentalPower] by ChanServ
03:33.49*** join/#wowace Tenchworks (n=none@69.183.47.6)
03:37.02*** join/#wowace Gendr (n=borleman@adsl-76-214-212-42.dsl.emhril.sbcglobal.net)
03:38.04*** join/#wowace icemoon_ (n=chatzill@218.80.240.218)
03:38.22*** join/#wowace ulic_ (n=ulic@71-218-39-125.hlrn.qwest.net)
03:39.52*** join/#wowace digmouse (n=whhao198@222.94.149.34)
03:40.34CIA-4403cwdg * r77128 10/trunk/ (ButtonFacade_VolGlod/ ButtonFacade_VolGold/):
03:40.34CIA-44ButtonFacade_VolGlod:
03:40.34CIA-44-rename ButtonFacade_VolGlod
03:41.46Dark_Elfhehe i knew it was gold, wipes the sweat from my brow lol
03:43.03*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
03:43.03*** mode/#wowace [+v MentalPower] by ChanServ
03:46.07*** join/#wowace icemoon_ (n=chatzill@218.80.240.218)
03:46.16*** join/#wowace Codayus_ (i=chaoshaw@even.the.kittens.hate-you.net)
03:49.01*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
03:49.01*** mode/#wowace [+v MentalPower] by ChanServ
03:53.16ArrowmasterDark_Elf: were those names suppost to be reserved?
03:54.12Arrowmasterin the middle of a raid so cant really look through a long ass thread
03:54.25Dark_Elfi dunno i just saw one by storm
03:54.41Dark_Elfand storm renamed some
03:58.29Arrowmasteri see a post about it
03:58.56*** join/#wowace Matrix110| (n=bla@pD957F422.dip.t-dialin.net)
04:00.07*** join/#wowace dieck (n=dieck@p5B22F72B.dip.t-dialin.net)
04:01.46*** join/#wowace ciyne (n=ciyne1@210.107.232.169)
04:05.01*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
04:05.01*** mode/#wowace [+v MentalPower] by ChanServ
04:05.36digmouseis it able to get a spell's id by its name? I dont find such an API
04:15.21breserNot really.
04:15.55memeyoudebug combat log?
04:16.15memeyouthats where i get my spell ids
04:17.04CIA-4403LordFarlander * r77129 10MiniPet/MiniPet.lua:
04:17.04CIA-44MiniPet:
04:17.04CIA-44- Missed a change from char to profile :(
04:20.23Arrowmaster00:16:39 Big Wigs: Raineroct, Maiev Shadowsong has Agonizing Flames!
04:20.25Arrowmasteri loled
04:26.27*** join/#wowace theoddone33 (n=jimbob@pool-71-109-128-149.lsanca.dsl-w.verizon.net)
04:29.45CIA-4403arrowmaster * r77130 10/trunk/ (ButtonFacade_Vol/ ButtonFacade_VolGold/ ButtonFacade_VolM/): .ButtonFacade_Vol*: the Vol namespace is reserved for Zeal, the original author, and skins based on the original already exist for ButtonFacde. Please see http://www.wowace.com/forums/index.php?topic=13279 for more info.
04:30.03Arrowmasterthere
04:30.08Arrowmasterstupid translators
04:36.11*** join/#wowace kudakeru (n=jake@97-113-6-197.tukw.qwest.net)
04:39.06*** join/#wowace Guillotine (n=Guilloti@cpe-76-167-203-65.socal.res.rr.com)
04:42.49*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
04:54.24*** join/#wowace Guillotin1 (n=Guilloti@cpe-76-167-203-65.socal.res.rr.com)
04:55.58*** join/#wowace ncd|Aileen (n=Dave@213.216.23.2)
04:56.05*** join/#wowace isman (i=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
04:57.02*** join/#wowace Daemona (n=koaschte@i577A16FE.versanet.de)
04:58.27*** part/#wowace DARKGuy (n=DARKGuy@201.242.99.96)
05:00.04*** join/#wowace mortimer (i=c28a273c@gateway/web/ajax/mibbit.com/x-043e52dbe4b3200f)
05:01.35*** join/#wowace Groktar (n=Groktar_@c-71-195-127-129.hsd1.ca.comcast.net)
05:03.41*** join/#wowace Nefarion (n=chatzill@ppp-det-01-52.algx.net)
05:04.08Nefarionckknight: You there?
05:05.16Nefarionckknight: Nevermind, I'll Jira it.
05:08.21breserNefarion: Just curious what are you looking for ck for?
05:08.33NefarionDogTag bug
05:08.43breserAhh
05:09.40*** join/#wowace Thelyna (n=burp@222-152-90-186.jetstream.xtra.co.nz)
05:11.03Groktarhehe i just blew up the raid
05:11.18CIA-4403odlaw * r77131 10BangItHarder/ (. BangItHarder.lua BangItHarder.toc embeds.xml): BangItHarder: Going to use LibBars for awhile to see how it goes.
05:11.29NefarionWhat?
05:11.31*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
05:15.23Ackiswot
05:17.51*** join/#wowace ScoTTie (n=scott@220-253-55-223.VIC.netspace.net.au)
05:18.59*** join/#wowace Dashkal (n=dashkal@S0106000476e7af4b.vc.shawcable.net)
05:19.30*** join/#wowace Seera1 (n=Ryan_L@adsl-221-141-103.mem.bellsouth.net)
05:24.35*** join/#wowace HolgerDK (n=markj@0x57372af1.nfnqu1.broadband.tele.dk)
05:28.27*** part/#wowace Seera1 (n=Ryan_L@adsl-221-141-103.mem.bellsouth.net)
05:38.49breser:q
05:38.54breserww
05:47.48*** part/#wowace fridgid (n=fridgid@75.76.14.158)
05:49.58*** join/#wowace bill_` (n=bill@adsl61-134.ath.forthnet.gr)
05:56.28*** join/#wowace fridgid (n=fridgid@75.76.14.158)
05:57.11*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
06:01.13*** join/#wowace ncopystri (n=user@p548A110D.dip0.t-ipconnect.de)
06:03.20*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
06:04.52Ackis26% on KJ
06:04.55Ackisfuck
06:04.56*** join/#wowace Pkekyo| (n=bsm89mod@062016163025.customer.alfanett.no)
06:10.00*** join/#wowace fridgid (n=fridgid@75.76.14.158)
06:11.54ElkanoAckis, you are still not prepared ;)
06:14.10*** join/#wowace Ackis- (n=asdf@S0106000ea64881e9.ed.shawcable.net)
06:16.20*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
06:17.22*** join/#wowace Srosh (n=Srosh@c222070.adsl.hansenet.de)
06:23.14*** join/#wowace fridgid_ (n=fridgid@75.76.14.158)
06:24.40CIA-4403Kriery 07Kriery * r77132 10IceHUD/:
06:24.40CIA-44IceHUD:
06:24.40CIA-44- made a new branch to fix some locale problems
06:24.42*** join/#wowace shingo (n=shingo@p5B0571E6.dip.t-dialin.net)
06:26.05NeoTronTwins => /dead
06:29.03NeoTronholy trash
06:29.33NeoTronon the 2xpriestess of torment pull
06:29.37NeoTronouch
06:30.23*** join/#wowace grzesieq (n=grzesieq@asg162.neoplus.adsl.tpnet.pl)
06:31.13*** join/#wowace ncd|Aileen (n=Dave^@213.216.23.23)
06:31.51CIA-4403Kriery 07Kriery * r77133 10IceHUD/IceHud/:
06:31.51CIA-44IceHUD:
06:31.51CIA-44- made a new branch to fix some locale problems
06:33.22*** join/#wowace Elkano_ (i=Elkano@p0211.public.uni-saarland.de)
06:43.32*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
06:45.30*** join/#wowace fleetfoot (n=fleetfoo@c-a0e6e455.014-202-6e6b701.cust.bredbandsbolaget.se)
06:50.35*** join/#wowace BEEEES (n=ftef@d57-70-151.home.cgocable.net)
06:50.35BEEEESCan I make money on google adsence by putting it on my website and then clicking it over and over again using proxies
06:51.17Aiianeyou better have a lot of free time on your hands, and a lot of proxies
06:51.48Aiianethe per-click rate on the ads served to little-known sites is miniscule
06:52.03*** join/#wowace mikezter (n=Miranda@drms-4d00678b.pool.mediaWays.net)
06:55.40Elkanodo you really think that googl can be exploited that easy and that you would be the first person having that idea?
06:56.13*** join/#wowace sun\ (n=sun@ARouen-256-1-68-206.w90-51.abo.wanadoo.fr)
06:57.27Elkanobtw: Why do mathematics and computer scientists often mix up Halloween and Christmas?
06:57.29*** join/#wowace Matrix110 (n=bla@pD957F422.dip.t-dialin.net)
06:57.41Megalonmhm
06:58.01BEEEESplease  tell me how cause my grandma is dying and she said I have to fraud google adsense to make up enough money for her cancer surgury
06:58.43ismanrest in peace :(
06:58.47*** join/#wowace Sekkyo (n=sekkyo@dsl092-250-144.sfo4.dsl.speakeasy.net)
06:58.49fleetfootId say grandma is done for if thats youre plan
07:01.12*** join/#wowace odt (i=odt@ns.ericsson.ee)
07:01.17Elkanowrt my question: oct 31 = dec 25
07:01.18*** join/#wowace dabujo (i=xx@p4FDB1CC2.dip0.t-ipconnect.de)
07:01.35Elkanowrt granny... you still have two kidneys ;)
07:02.21*** join/#wowace fridgid (n=fridgid@75.76.14.158)
07:02.22durcyndid you seriously just make an octal joke
07:02.54Elkanome and serious?
07:04.43*** join/#wowace Snago (i=kvirc@81-231-141-234-no32.tbcn.telia.com)
07:07.56*** join/#wowace sun\ (n=sun@ARouen-256-1-10-70.w90-51.abo.wanadoo.fr)
07:09.02*** join/#wowace papyros (n=madlener@iss63.vlsi.informatik.tu-darmstadt.de)
07:10.27SnagoFunkeh`: http://ace.pastey.net/89747 <-- That's irrelevant. You're showing the differance between a local and a global.
07:11.08*** join/#wowace _Berti (n=berti@vs156121.vserver.de)
07:11.26SnagoWe were talking about a local vs function() end directly
07:11.28*** join/#wowace Tupsi (n=Miranda@217.7.101.202)
07:11.58*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
07:11.58*** mode/#wowace [+o Cairenn] by ChanServ
07:13.51SnagoAnd it wasn't about calling this function alot of times. We're sending this function to SetScript, so SetScript will save the function reference in the same way no matter what.
07:14.47Elkanowell the time difference most likely comes from the table lookup
07:15.12Elkanobut I haven't seen the initial discussion, so what was this about?
07:16.18*** join/#wowace Diskmaster (n=YOURFACE@CPE-76-85-147-197.neb.res.rr.com)
07:17.21*** join/#wowace elaa (n=ela@p54B4E567.dip.t-dialin.net)
07:18.40SnagoElkano: frame:SetScript("OnEvent", forward) with forward being a local function VS frame:SetScript("OnEvent", function(...) stuff() end)
07:19.28SnagoFunkeh` said in the latter case the OnEvent function would be treated as a global and called as a global everytime it would get an event.
07:19.53Xinhuanhe's wrong :)
07:20.07Xinhuanbecause if you change "forward = someotherfunction"
07:20.21Xinhuanthat doesn't change the original forward being set in the setscript
07:20.34SnagoXinhuan: exactly
07:20.53*** join/#wowace [ND] (n=[ND]@h062040167062.gun.cm.kabsi.at)
07:21.59*** join/#wowace Zedde (i=mircwars@h-91-126-55-156.wholesale.rp80.se)
07:22.07Elkanocall-by-value vs call-by-reference?
07:22.27Pkekyo|where should I go level my shammy at lvl 31?
07:22.53ElkanoA? H?
07:23.19[Ammo]STV
07:23.19Xinhuanboth are called by reference as far as i can see
07:23.21*** join/#wowace Warcraft3 (n=Warcraft@210.51.45.200)
07:23.21[Ammo]pewpew
07:23.29Pkekyo|H
07:23.40ElkanoSTV/ 1k needles?
07:23.50XinhuanSTV or thousand needles.. i'll say both in fact
07:24.02Pkekyo|which one's better? (pvp server)
07:24.06Xinhuanand alterac hills
07:24.13Xinhuan1000 needles has less pvp
07:24.14[Ammo]Pkekyo|: STV is best!
07:24.21*** join/#wowace pb_ee1 (n=nospam@meilleu015869-2.clients.easynet.fr)
07:24.21Pkekyo|and why the hell am I in gadgetzan? :p
07:24.27Xinhuanas for which is best, it would depend on how you view pvp :)
07:24.54Pkekyo|my view is that ganking != pvp
07:25.09ElkanoXinhuan, does lua handle functions like strings meaning only keep one copy per function?
07:25.10*** part/#wowace fridgid (n=fridgid@75.76.14.158)
07:25.11sicaganking is the fun part of pvp ;)
07:25.26*** join/#wowace fridgid (n=fridgid@75.76.14.158)
07:25.28Elkanosica, only if I gank you ;)
07:25.31Xinhuannope, it handles it like tables
07:25.34Snagolocal function forward() stuff() end is the same as local forward = function() stuff() end
07:25.47Xinhuanevery { } is a new table and every function() end is a new function
07:26.24Xinhuana variable holding a table or a function, is really just a 4 byte memory address reference to it
07:27.01Pkekyo|sica: you're a complete tits-up retard in my book then :)
07:27.03Elkanoin that case I think it's call-by-value then and doesn't matter since SetScript will most likely see a new function object in both cases
07:27.29Elkanois SetScript even done in lua or is there C involved directly?
07:27.38Xinhuanframe:SetScript("OnEvent", forward) <-- a 4 byte memory address is passed in
07:27.57Pkekyo|but hell...if oneshotting people with rank 4 frostbolts or whatnot makes you feel less insecure about the size of your penis, I guess it's ok....
07:27.57Xinhuanframe:SetScript("OnEvent", function(...) stuff() end) <--- a new function is compiled, and the 4 byte memory address is passed in
07:28.14SnagoSetScript will get a reference to a function in either case, and will do exactly the same in both cases
07:29.25Elkanoat least as long as there is no special treatment based on memory positions
07:29.30Xinhuanthe difference is thus... 4 bytes for that variable.. and if that 4 bytes is a local variable in a function, then its really on the stack space and is free
07:30.06SnagoNow I'll just have to keep Funkeh` pinged until he admits I was right ;D
07:30.52*** join/#wowace mikezter_ (n=Miranda@drms-4d00678b.pool.mediaWays.net)
07:31.07Elkanoyeah, for the events it shouldn't make a difference since in both cases the memory address is directly available and hasn't to be looked up in global space
07:31.15Pkekyo|wtf, blizz gave instant ghostwolf back? :D
07:31.47*** join/#wowace Warcraft3 (n=Warcraft@210.51.45.200)
07:35.59BEEEESIf I had a program that would empty my bowels on girls that pass me by, I would release  the source code. <3
07:36.15Pkekyo|bitter much? :p
07:38.25*** join/#wowace pasmero (n=pasmero@dslb-088-067-046-023.pools.arcor-ip.net)
07:40.11NeoTronso turns out the m'uru trash wasn't bad at all
07:40.24NeoTronjust took a few mihuts to figure out a pull
07:41.05*** part/#wowace BEEEES (n=ftef@d57-70-151.home.cgocable.net)
07:43.09EihristerPkekyo|: what? instant ghost wolf? awesome!
07:45.10*** join/#wowace Nargiddley` (n=narg@203-97-236-74.cable.telstraclear.net)
07:45.57Pkekyo|Eihrister: indeed...logged onto my shammy for the first time in six months...instant GW :D
07:46.19Eihristerhaha my shammy hasn't been logged into for ages either
07:46.45Pkekyo|I just got the new incentive to resume leveling him :p
07:46.51Pkekyo|also: next patch = mounts at lvl 30 methinks
07:47.15NeoTronyep
07:47.54Pkekyo|awsum ^^
07:48.04NeoTronso I wonder if it's LibBars that's weird but Magic Target bars remain when you hide the UI
07:48.05*** join/#wowace [dRaCo] (n=drc@p5B229F31.dip0.t-ipconnect.de)
07:48.30NeoTronhad to kick a member from the raid because he kept targeting a mob for out twins killshot :P
07:49.06Pkekyo|lopsilols
07:53.28NeoTronhave to fire the author
07:55.35Pkekyo|cute...five lvl 70 allies to kill one lvl 31
08:00.37NeoTronstill so fricking glad to got twins down
08:00.50NeoTronI think it's the fight we had the most wipes, at least including stage 1- the ledge boss
08:02.31breserNeoTron: That bad ehh?
08:02.44NeoTronyeah
08:03.02*** join/#wowace Vilkku (n=Vilkku@86-60-157-18-dyn-dsl.ssp.fi)
08:04.57*** join/#wowace Ncl8 (n=Ncl@dsl-tkubrasgw1-fe38fa00-5.dhcp.inet.fi)
08:05.00NeoTronguess only 108 wipes
08:06.57Primer!rating 1519
08:06.57Xinhuan1519 rating gives 365(5s), 321(3s) and 277(2s) arena points. (Use !points for inverse calc)
08:07.46*** join/#wowace Fatalis (n=fatalisd@68-188-76-94.dhcp.stls.mo.charter.com)
08:09.25*** join/#wowace vithos (n=nnscript@unaffiliated/vithos)
08:13.36*** join/#wowace ncd|Aileen (n=Dave^@213.216.23.23)
08:16.59*** join/#wowace [dRaCo] (n=drc@p5B229F31.dip0.t-ipconnect.de)
08:17.25CIA-4403neotron * r77134 10LibBars-1.0/LibBars-1.0/LibBars-1.0.lua: LibBars-1.0: Make UIParent the parent of the bar group (otherwise bars remain despite the UI being hidden with Alt-Z).
08:18.00*** join/#wowace Guardix (i=martin_j@87.59.122.144)
08:19.43*** join/#wowace copystring (n=user@p548A110D.dip0.t-ipconnect.de)
08:19.59*** join/#wowace Cartas (n=nnscript@host86-137-82-85.range86-137.btcentralplus.com)
08:22.26Olisonm/w 31
08:25.53*** join/#wowace Cyrez (i=Cyrez@c-71-202-134-224.hsd1.ca.comcast.net)
08:26.47CIA-4403pettigrow * r77135 10Bartender4/locale/ (FAQ.lua frFR.lua): Bartender4: frFR Update
08:31.40*** join/#wowace Kulaar (n=182Kulaa@p5B155726.dip.t-dialin.net)
08:32.43CIA-4403nikkodemus * r77136 10BuffEnough/Config.lua:
08:32.43CIA-44BuffEnough:
08:32.43CIA-44- run a new check when profile is changed
08:35.21clad|sleepArrowmaster: so fix it, or give me a chance to fix it.  We never said everything was 100% accurate, just that we tried to get every single function could done as best as we could given the time crunch.
08:35.22clad|sleepthanks.
08:35.36cladhaireArrowmaster: but you can edit the pages to update it as well,  when you see issues
08:35.40cladhaireif you're so inclined
08:35.45cladhaireotherwise, posting on the forums is the best bet
08:35.51cladhaireto make sure i see it
08:36.06Arrowmasterk
08:38.07[Ammo]cladhaire: the book is awesome
08:38.12[Ammo]I got my package yesterday :)
08:38.13cladhaireglad you're enjoying it!
08:38.15cladhaireyay!
08:39.27NeoTronhmm doh. making libbars use UIParent as parent makes the bars take scalig into account
08:39.30NeoTronhmm
08:39.36NeoTronnot a bad thing really but still
08:39.38[Ammo]as they should
08:39.40[Ammo]imho
08:41.12NeoTronright
08:41.20NeoTronit was clearly a bug
08:41.33NeoTronbut it's backwards incompatible per se. Ah well who cares >:)
08:41.35*** join/#wowace mikezter (n=Miranda@drms-4d00678b.pool.mediaWays.net)
08:41.38NeoTronadds scale to Magic Targets.
08:42.48breserReminds me I need to fix another scaling bug I found in EnhToolTip /sigh
08:46.12CIA-4403neotron * r77137 10MagicTargets/MagicTargets.lua:
08:46.12CIA-44MagicTargets:
08:46.12CIA-44- Added setting to limit the number of bars to show.
08:46.12CIA-44- Added a scale option to resize the bars as a whole.
08:46.12CIA-44- Added option to ignore non-elite mobs.
08:52.07*** join/#wowace Civrock (n=Civrock@24-182-74-089.dhcp.hckr.nc.charter.com)
08:54.43Gibbonz|Workhmm, so will that mean travel form for druids at 20? :P
08:56.36*** join/#wowace ncopystrig (n=user@p548A07E1.dip0.t-ipconnect.de)
08:56.58*** join/#wowace mortimer (i=c28a273c@gateway/web/ajax/mibbit.com/x-4aa0f8a0ff194762)
08:57.30SunTsuGibbonz|Work: Doesn#t look like it
08:58.05SunTsuGibbonz|Work: And there really is no need, travel form is better than a mount in so many situations
08:58.38Gibbonz|Workfor fleeing from mobs you dont want to fight, i agree
08:59.50SunTsuAnd short distances, where you lose too much time from getting onto the mount
09:00.12Gibbonz|Workyeah, and lets not forget its usefulness in pvp :)
09:00.59Gibbonz|Workbut still.. some the 'magic' for druids is gonna be killed by that change
09:01.09*** join/#wowace Demon (n=Corgan@cpe-66-91-6-220.hawaii.res.rr.com)
09:02.15*** join/#wowace Scorpion (n=Miranda@118-232-237-5.dynamic.kbronet.com.tw)
09:02.28SunTsuGibbonz|Work: Magic that lasts 10 levels, which at the current level rate is half a day *g*
09:02.54Gibbonz|Workhehe
09:02.57*** join/#wowace NM|Xinhuan (i=xinhuan@adsl1500-16.dyn83.pacific.net.sg)
09:03.49*** join/#wowace Kody (n=kody@c-98-210-154-155.hsd1.ca.comcast.net)
09:05.53Gibbonz|Workat least we'll still have our 68 flight form :)
09:06.38[Ammo]it doesn't matter what you have during levelling
09:07.18SunTsunot to forget, that we are the only ones with an epic flight (form) obtainable by a quest
09:07.18[Ammo]5k fee still stands :p
09:07.18*** join/#wowace Civrock (n=Civrock@24-182-74-089.dhcp.hckr.nc.charter.com)
09:07.18SunTsu[Ammo]: Right, but giving the current amount you can get by doing dailies...
09:07.31[Ammo]flight form is cool due to being instant
09:07.36SunTsus/giving/given/
09:07.38[Ammo]but that's where the advantage ends :)
09:08.14SunTsu[Ammo]: right, but it's a huge advantage. Druids can get into flight form while falling
09:09.15*** join/#wowace ncopystrig (n=user@p548A06C6.dip0.t-ipconnect.de)
09:09.40odti have 3 lvl70s and 2 lvl 60s from before tbc... and thinking bout leveling my 34 druid before woltk
09:11.36Gibbonz|WorkSunTsu: as long as we're not in combat, of course ;)
09:11.57SunTsuI'll have my 5th lvl 70 today and the third one with epic flying mount, and it didn#t cost sweat to get the gold for it, I had to get excalted with SSO for three chars anyway
09:12.24SunTsuGibbonz|Work: Yeah, but most of the time you are. Like the dragons in Blade edge or the race on nether wing
09:14.24*** join/#wowace copystring (n=user@p548A06C6.dip0.t-ipconnect.de)
09:15.32Pkekyo|what does 'Set Main' in the right-click player name menu? :/
09:15.53Tehpurgeron what?
09:15.55Pkekyo|Player vs. Player
09:15.55Pkekyo|Reset all instances
09:15.55Pkekyo|Set Main
09:15.55Pkekyo|Cancel
09:15.56SunTsuPkekyo|: Links alts to mains
09:16.01odti think it's a chatter option
09:16.10Pkekyo|SunTsu: how, exactly?
09:16.12SunTsuPkekyo|: Chatter or Prat installed?
09:16.23Pkekyo|chatter
09:16.49SunTsuPkekyo|: A Chatter internal database which will show you which mains an alt belongs to when he is writing
09:17.20Pkekyo|so I can do it to other people's char as well?
09:17.36SunTsuPkekyo|: Yes, that's the main reason for it
09:17.48Pkekyo|ooh
09:17.50Pkekyo|shiny
09:18.16SunTsuUnfortunately there doesn't seem to be any way besides grep to search through that database like I can in Prat
09:18.18odteveryone should know the alts and mains of their 500 guildmates by heart imho
09:18.56Pkekyo|thought it was a new blizz addition
09:19.03Gibbonz|Worki use the recently added notes feature if they're on my friends list
09:19.04*** join/#wowace mikezter (n=Miranda@drms-4d00678b.pool.mediaWays.net)
09:19.24SunTsuodt: So, you too have guildmates horradin, horradîn and hôrradin belonging to different persons, like I do? ;)
09:19.55Gibbonz|Workbut yeah, if the name is really similar theres no need :)
09:20.25mjcis the tattle dataminer busted?
09:20.31*** join/#wowace sun\ (n=sun@ARouen-256-1-10-70.w90-51.abo.wanadoo.fr)
09:21.14*** join/#wowace evl (n=evl@ANice-251-1-41-220.w86-206.abo.wanadoo.fr)
09:21.37NM|Xinhuanpeople stopped using tattle (discontinued) when you could arena inspect ppl's spec directly
09:21.41Gibbonz|Workhaha misread you.. thankfully I dont have that situation to contend with *yet*
09:21.56mjcah
09:22.17mjcXinhuan: bleh
09:22.39mjcXinhuan: can you do that mid-fight though? :P
09:22.47Xinhuancan't do it anymore
09:22.53mjcI should probably fix it then
09:22.57Xinhuanyou still can inspect them if you manually type /ins
09:23.02Xinhuanapparently
09:23.14mjcmaybe make tattle collect specs
09:26.46odtSunTsu: yeah, we had people name their alts after some other's mains
09:26.55odtand then start raiding with those alts too
09:27.43*** join/#wowace {RN}Terra (n=none@69.183.47.6)
09:30.58*** join/#wowace evl_ (n=evl@ANice-251-1-41-220.w86-206.abo.wanadoo.fr)
09:31.57*** join/#wowace Tehpuger (i=Land@adsl-76-193-182-44.dsl.chcgil.sbcglobal.net)
09:34.30*** join/#wowace ncopystrig (n=user@p548A0454.dip0.t-ipconnect.de)
09:36.03CIA-4403Tunga * r77138 10BuffBot/BuffBot.lua:
09:36.04CIA-44BuffBot:
09:36.04CIA-44*Fixed event tracking and added event for (re)load.
09:36.04CIA-44*Added basic shift+click to report functionality.
09:36.25*** join/#wowace sun\\ (n=sun@ARouen-256-1-9-167.w90-51.abo.wanadoo.fr)
09:39.31*** join/#wowace dJe781 (n=dje781@ves78-1-89-85-60-113.dsl.club-internet.fr)
09:43.17*** join/#wowace Chompers (n=Chompers@cpc1-cove9-0-0-cust541.brhm.cable.ntl.com)
09:44.09*** join/#wowace Civrock (n=Civrock@24-182-74-089.dhcp.hckr.nc.charter.com)
09:50.53*** join/#wowace felesya (n=chatzill@p4FE5BC2B.dip.t-dialin.net)
09:53.17*** join/#wowace calaveraDeluxe (n=chatzill@85.183.16.97)
09:57.12*** join/#wowace cncfanatics (i=51f0e2eb@gateway/web/ajax/mibbit.com/x-21a0ee37e6f3cc32)
09:57.42cncfanaticsyo ppl
09:59.01*** join/#wowace mikezter (n=Miranda@drms-4d00678b.pool.mediaWays.net)
10:03.37*** join/#wowace mikezter (n=Miranda@drms-4d00678b.pool.mediaWays.net)
10:09.03*** join/#wowace Worf (n=worf@84.119.69.179)
10:12.01CIA-4403pettigrow * r77139 10kgPanels/kgPanels.lua: kgPanels: fix frFR
10:13.17*** join/#wowace Sliker_Hawk (n=SlikerHa@212.32.77.48)
10:14.17*** join/#wowace cncfanatics (i=51f0e2eb@gateway/web/ajax/mibbit.com/x-ba18799cb25359c0)
10:15.42Pkekyo|fucking retards've been corpsecamping me for 40 minutes...I fucking hate 14 year-olds sitting around fapping to their female nelfs
10:15.53thulPkekyo|: server? :-P
10:15.57thulI SHALL TRANSFER AND HALP!@
10:16.44Pkekyo|Bloodfeather EU
10:16.51Pkekyo|don't -ever- transfer here, it's shite
10:23.41*** join/#wowace _Warcraft (n=Warcraft@210.51.45.200)
10:34.28cncfanaticsPkekyo|: you come to kazzak
10:34.55[Ammo]yeah come to kazzak so I can gank you and camp you and fap on your dead skull
10:36.23Pkekyo|cncfanatics: can't afford to transfer :p
10:37.07Funkeh`Snago, and I quote exactly, 'When using events that could potntially triggers a lot you should use a local function' to which you replied it was no more optimal
10:37.58CIA-44037destiny * r77140 10GridStatusRaidDebuff/GridStatusRaidDebuff.lua:
10:37.58CIA-44GridStatusRaidDebuff:
10:37.58CIA-44- Azgalor: typo fix
10:37.58CIA-44- Azgalor: Added Howl of Azgalor
10:37.59CIA-44- Added Hyjal Summit boss some spell duration
10:39.02*** join/#wowace Venara|afk (n=e-mailto@p5B3F6EA1.dip.t-dialin.net)
10:40.17cncfanaticsPkekyo|: you horde ?
10:42.21Funkeh`Snago, my pastey is wrrong there even, that what you get when you code tired
10:47.51*** join/#wowace kalahassi (n=chatzill@p5B0C2406.dip0.t-ipconnect.de)
10:47.57Pkekyo|cncfanatics: aye
10:48.05*** join/#wowace Warcraft3 (n=Warcraft@210.51.45.200)
10:48.27cncfanaticsPkekyo|: if you corpsecamp ammo with me for a few hours I'll pay your transfer (a)
10:48.37*** join/#wowace Lemming2K (n=winblock@port-83-236-58-13.dynamic.qsc.de)
10:51.33SnagoFunkeh`: frame:SetScript("OnEvent", globalFunction) is only one global lookup (once) slower than frame:SetScript("OnEvent", localFunction).
10:52.35Funkeh`actualy they are both global lookups
10:53.25Funkeh`since you're running frame.fnc whether the func is local or not
10:53.38Snagono, there's no global lookup in the latter if both frame and localFunciton are local references
10:53.42*** part/#wowace pasmero (n=pasmero@dslb-088-067-046-023.pools.arcor-ip.net)
10:54.28Snagowrite the code and check the luac output
10:54.58Funkeh`it's in the pastey
10:55.06Funkeh`global.func = func end
10:55.15Funkeh`global.func2 = local func
10:55.57Funkeh`tje differende is about 1ms
10:56.36Snagoyes, global lookup is slower than local.. but that's not what we're talking about
10:56.47Funkeh`yes it was
10:56.57SnagoThere's no global lookup in frame:SetScript("OnEvent", localFunction)
10:57.05Funkeh`dude...
10:57.11Funkeh`there is always a global lookup
10:57.15Funkeh`the frame lookup
10:57.19Snagoor in frame:SetScript("OnEvent", function() end) for that matter
10:57.24Snagonot if frame is a local
10:57.54Funkeh`how can the frame be local, you're telling wow to run the function when X hapens
10:58.08Snagolocal frame = CreateFrame("Frame")
10:58.16Funkeh`sigh
10:58.23Funkeh`that maks a global frame
10:58.42SnagoThere's no reference to that frame in _G
10:58.59Funkeh`yes there is
10:59.08Funkeh`how do you think wow executes it
10:59.10*** join/#wowace TNSe (n=evil@cm-84.212.153.1.getinternet.no)
10:59.28SnagoIt gets called from C code
10:59.37*** join/#wowace sun\ (n=sun@ARouen-256-1-9-167.w90-51.abo.wanadoo.fr)
10:59.44Funkeh`which is global away from lua
10:59.50Nargiddley`are you really calling :SetScript often enough for this to matter ?
11:00.14Funkeh`probably not no, bu thats not the point
11:00.14SnagoNargiddley`: the issue is that Funkeh` says it matters AFTER the SetScript call
11:00.38Nargiddleyscope of the function should make 0 difference
11:00.41Funkeh`no why do you keep changing the issue
11:00.54Nargiddleyscope of the frame should make 0 difference
11:00.55Funkeh`the issue is that you're rong about it not being more optimal
11:01.06Funkeh`and you change the debate to suit yor needs
11:01.58SnagoFunkeh`: no, it was you who changed the issue from local referece vs function() end directly to local vs global
11:02.08Funkeh`can we finish this and just agree local func end setscript func is better than setscript func end
11:02.13Funkeh`you're boring me
11:02.34Snagofine
11:02.50Snagobut you were still wrong :P
11:03.01Funkeh`about the global lookup, ok
11:03.13NargiddleyI'm still totally lost as to what the actual issue is
11:04.16*** join/#wowace sun\ (n=sun@ARouen-256-1-9-167.w90-51.abo.wanadoo.fr)
11:04.48*** join/#wowace neenee (n=neenee@a82-95-120-195.adsl.xs4all.nl)
11:06.11SnagoI think both me and Funkeh` really wanted to sleep last night but we couldn't http://xkcd.com/386/ :P
11:06.34*** join/#wowace Obelixprime (n=Obelixpr@CPE0018f86c695d-CM0011aea76396.cpe.net.cable.rogers.com)
11:06.50Funkeh`rofl
11:07.36Pkekyo|cncfanatics: corpsecamp [Ammo] as prot? :p
11:07.39*** join/#wowace Vulcanus (n=Vulcanus@212251189074.customer.cdi.no)
11:09.30*** join/#wowace sun\ (n=sun@ARouen-256-1-9-167.w90-51.abo.wanadoo.fr)
11:09.48*** join/#wowace nekoh (n=nekoh@drms-590c9770.pool.einsundeins.de)
11:10.04*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
11:10.39Pkekyo|hmm...                         does this crappy irc client                abbreviate multiple spaces                  ?
11:10.42Pkekyo|yeah :<
11:11.20Brunersnever tried the opera client
11:11.33Pkekyo|it's decent
11:11.37Drundia"local function foo() end; frame:SetScript("script",foo)" and "frame:SetScript("script", function() end)" have 2 differences: 1st eats extra memory and internally names function
11:11.38Pkekyo|just lacks configuration options
11:11.41LukianPkekyo|, it doesn't from our point          of         view
11:11.58Pkekyo|it doesn't? so ascii is a go? :p
11:12.06Lukianyup go for it
11:12.24Pkekyo|<PROTECTED>
11:12.24Pkekyo|<PROTECTED>
11:12.24Pkekyo|<PROTECTED>
11:12.24Pkekyo|<PROTECTED>
11:12.24Pkekyo|<PROTECTED>
11:12.25Pkekyo|<PROTECTED>
11:12.27Pkekyo|<PROTECTED>
11:12.29Pkekyo|<PROTECTED>
11:12.31Vulcanusfale
11:12.31Pkekyo|<PROTECTED>
11:12.33Pkekyo|<PROTECTED>
11:12.33Vulcanusf
11:12.34Vulcanussdf
11:12.35Pkekyo|<PROTECTED>
11:12.36Vulcanussdf
11:12.37Pkekyo|<PROTECTED>
11:12.38Vulcanussdf
11:12.39Pkekyo|<PROTECTED>
11:12.41Vulcanuskek
11:12.41Pkekyo|<PROTECTED>
11:12.43Vulcanusbur
11:12.43Pkekyo|<PROTECTED>
11:12.45Pkekyo|<PROTECTED>
11:12.47Pkekyo|<PROTECTED>
11:12.47Nargiddleyfirst one doesn't eat memory at all, unless you mean the 4 byte local ?
11:12.49Pkekyo|<PROTECTED>
11:12.50Vulcanusin ur irc breakin ur art
11:12.51Pkekyo|<PROTECTED>
11:12.53Pkekyo|<PROTECTED>
11:12.55Pkekyo|did it work? :p
11:12.56Lukianthe opera client buffers outbound? nice
11:12.57Pkekyo|no? :<
11:13.04Brunersit worked here
11:13.07Pkekyo|Lukian: wth does that mean? :p
11:13.11DrundiaNargiddley, yes 4-byte local
11:13.12Brunersexcept for Vulcanus spamming
11:13.17Pkekyo|Bruners: what does it look like?
11:13.22LukianPkekyo|, it came through slowly and the bots didn't kick you for flooding
11:13.26NargiddleyDrundia, thats nothing
11:13.27Brunersa big O ?
11:13.35Pkekyo|cool :D
11:13.36SunTsuPkekyo|: Like the upper part of a ribbon
11:13.40Pkekyo|brb, getting some more ascii
11:13.46Pkekyo|it's the aperture science logo
11:13.51NargiddleyDrundia, compared to the closure the 2nd creates each time its called rather than once for the 1st
11:14.06Drundiaif you spam it yes
11:14.11Pkekyo|<PROTECTED>
11:14.11Pkekyo|<PROTECTED>
11:14.11Pkekyo|<PROTECTED>
11:14.11Pkekyo|<PROTECTED>
11:14.11Pkekyo|<PROTECTED>
11:14.12Pkekyo|<PROTECTED>
11:14.14Pkekyo|<PROTECTED>
11:14.15Drundiaif you need one frame it's better
11:14.16Pkekyo|<PROTECTED>
11:14.18Pkekyo|<PROTECTED>
11:14.20Pkekyo|<PROTECTED>
11:14.20*** kick/#WoWAce [Pkekyo|!n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh] by Funkeh` (Funkeh`)
11:14.41SunTsuPlaytime over? ;)
11:14.42*** join/#wowace Pkekyo| (n=bsm89mod@062016163025.customer.alfanett.no)
11:14.46Pkekyo|:P
11:14.53Lukianyeah you probably should test in another channel :p
11:14.56Pkekyo|reckon I was pushing it a bit :p
11:14.58Brunersthat last one didnt work Pkekyo|
11:15.04Lukianworked here
11:15.05Pkekyo|aw fucksake
11:15.21Pkekyo|:p
11:15.28SunTsuYeah, it looks like it was cancelled
11:15.36Lukianduh.. he was kicked :p
11:15.41Pkekyo|most likely due to me getting booted?
11:15.41Pkekyo|x)
11:16.05SunTsuLukian: Still it didn't work, the reasons don't matter ;)
11:16.14Funkeh`Nargiddley, the general idea is if you have a few events that could potentially be called often you should use a local function
11:16.14LukianSunTsu, lol
11:16.27Funkeh`i guess it would matter for things like cleu also
11:16.36Pkekyo|I hate abbreviation of spaces :<
11:16.42Nargiddleyhow would a local function change performace when called ?
11:17.02Brunersis there any news on season 4 ?
11:17.02Funkeh`wouldn't it be faster?
11:17.24SunTsuBruners: 5 days left, I think
11:17.25Nargiddleythe global lookup happens at the time :SetScript is called, it won't know the difference once it has the function ref
11:18.48Funkeh`i was testing accessing a global.func = local vs global.func = func end and there was a 1ms ifference
11:19.10Nargiddleythis http://ace.pastey.net/89747 ?
11:19.12CIA-4403diablohu * r77141 10AtlasLoot/Constants/constants.cn.lua:
11:19.12CIA-44AtlasLoot:
11:19.12CIA-44- zhCN update
11:19.32Funkeh`similar to that
11:19.46DrundiaFunkeh`, did you account for overhead of creating closure right there for second case?
11:20.10Nargiddleythe lookup of the function is inside the loop, which is not how SetScript would work
11:20.15SnagoLike Xin said it: SetScript("OnEvent", localFunction) passes in a 4 byte reference, SetScript("OnEvent", globalFunction) looks up a 4 byte reference in the global table and pass that.
11:20.40Snagothe global lookup happens once
11:21.19Funkeh`Nargiddley, how would it work
11:21.50SnagoThe SetScript get a reference to a function and saves that no matter what.
11:22.31Snagoeven if you later do globalFunction = someOtherGlobalFunciton the function called OnEvent won't change because it still has the old reference
11:22.43*** join/#wowace bindi (n=indigo@d54C6BA41.access.telenet.be)
11:24.48Pkekyo|cookies
11:25.44Nargiddleyhttp://narg.pastey.net/89770 would be closer to how it works
11:27.55Funkeh`Nargiddley, what time results did you get
11:28.07Nargiddleydon't have lua installed
11:28.43Nargiddleywhich i'm fixing atm
11:29.03SnagoI get 0.031 for both
11:29.15Snagoconsistently (sp?)
11:29.41Nargiddleythe only difference is a single global + table lookup in the 2nd case, it shouldn't be noticable
11:30.43*** join/#wowace nuoHep (n=nuoHep@89.222.156.36)
11:31.22Funkeh`thats wierd
11:31.32Funkeh`I'm getting a lot of .31 but also variances
11:31.39Funkeh`where the first is faster then the 2nd is
11:31.59Funkeh`usually at 15 or 16
11:32.53*** join/#wowace Ncl8s (n=Ncl@dsl-tkubrasgw1-fe38fa00-5.dhcp.inet.fi)
11:33.41Snagoyeah, I'm getting the odd 0.076 and 0.053 as well :P
11:34.17Snagoif I closed all other running processes maybe I'd get more accurate results
11:35.05NargiddleyI get around 14, with variances on both sometimes
11:35.41Snagobut reading the luac output show the differances..
11:36.28Snagohttp://narg.pastey.net/89771
11:36.56Snagoline 15 vs line 19
11:38.10Nargiddleywhich is meaningless
11:39.52Nargiddleythats the difference between what would be the :SetScript lines
11:40.27Nargiddleythe function with the loop doesn't care how you got the func ref to pass it
11:40.49*** join/#wowace blay (n=KevFlow@50.206.8.67.cfl.res.rr.com)
11:40.58*** join/#wowace Warcraft3 (n=Warcraft@210.51.45.200)
11:42.17Funkeh`my instinc tells me that using a local function would be better especially for an event like cleu but it actually seems the exact same assuming the variances are just the pc?
11:42.59Nargiddleyfunction SomeGlobal() end; local SomeLocal = SomeGlobal
11:43.04Nargiddleyis the function global or local ?
11:44.11*** join/#wowace Maki (n=shingo@p5B0571E6.dip.t-dialin.net)
11:47.09Vulcanusboth I think
11:47.26Vulcanusyou have a local var that's acopy of the global
11:47.34Vulcanusa copy*
11:47.55*** join/#wowace EvilJohn (n=eviljohn@67.110.71.4.ptr.us.xo.net)
11:50.16Funkeh`Nargiddley, wll you woudln't be doing a global lookup
11:50.33Funkeh`but not sure how that relates
11:50.44Nargiddleywhen are you worried about a global lookup, on calling :SetScript or the event firing
11:51.29Funkeh`I'm trying to figure which is faster
11:51.42Nargiddleyfaster when ?
11:51.50Funkeh`each other
11:52.02NargiddleyOn the event firing, or setting the handler ?
11:52.09Funkeh`firing
11:52.11SnagoNo matter how you call SetScript (localFunciton, function() end or globalFunction) it will recieve a reference to a funciton and it won't know the difference
11:52.19Nargiddleythen there is no global lookup nomatter how you do it
11:52.55Nargiddleyunless you do something like :SetScript("OnEvent",function() SomeGlobalFunction() end)
11:53.24Nargiddleyin which case you have more troubles than worrying about the global lookup
11:53.28Snagoyeah, that'd be bad >.<
11:53.45Funkeh`so you're saying it's the same event for a frequent event
11:53.55Funkeh`even for *
11:54.28[Ammo]it doesn't matter what function you use for :SetScript a reference is stored, so the calling is the same speed
11:54.34[Ammo]shrug
11:54.42Snagowell.. I'm off now.. I have a wedding to sing at :)
11:54.51Funkeh`lol...
11:55.11Funkeh`have fun
11:59.36*** join/#wowace sb (n=sb@78.42.203.247)
12:00.31Funkeh`lol
12:00.37Funkeh`http://secunia.com/advisories/30761/
12:01.12Funkeh`so quickly after release
12:01.40Vulcanusnotice it also affects FF2, and reported on the 19th, you can't expect them to guess that shit because if they could, they would have fixed it
12:02.17Funkeh`true
12:07.36*** join/#wowace copystring (n=copystri@p548A3859.dip0.t-ipconnect.de)
12:19.22*** join/#wowace Worf (n=worf@84.119.74.156)
12:20.42*** join/#wowace Lopen (n=Lopen@c-68-60-55-138.hsd1.mi.comcast.net)
12:22.28*** join/#wowace SunTiger (n=MoonWolf@i209133.upc-i.chello.nl)
12:22.28*** mode/#wowace [+o SunTiger] by ChanServ
12:23.56*** join/#wowace nuoHep` (n=nuoHep@89.222.156.36)
12:24.55*** join/#wowace Matrix110| (n=bla@pD957E71E.dip.t-dialin.net)
12:29.33*** join/#wowace Worf (n=worf@84.119.76.206)
12:30.53*** join/#wowace kenlyric (n=kenlyric@iu-itpo-vreris.itpo.iu.edu)
12:33.13*** join/#wowace blay (n=KevFlow@50.206.8.67.cfl.res.rr.com)
12:35.41*** join/#wowace Zynderps (n=faggotry@217-209-42-83-no89.tbcn.telia.com)
12:43.14*** join/#wowace profalbert (n=profalbe@80-123-11-46.adsl.highway.telekom.at)
12:43.40*** join/#wowace Kazie (n=k@port207.ds1-vg.adsl.cybercity.dk)
12:45.57*** join/#wowace Zyndrome (n=faggotry@217-209-42-83-no89.tbcn.telia.com)
12:52.05*** join/#wowace Lopen|Wooork (n=lopen@207.74.131.76)
12:55.17*** join/#wowace isman (i=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
13:03.36*** join/#wowace revv (n=Miranda@fctnnbsc14w-142167083175.pppoe-dynamic.nb.aliant.net)
13:05.14Funkeh`~framexml
13:05.15purlGet the official Blizzard Interface AddOn Kit here: http://www.worldofwarcraft.com/ui/ or view it online at http://wowcompares.com/
13:06.14*** join/#wowace Legorol (n=legorol@stud-nat-blk12.trin.cam.ac.uk)
13:09.59Funkeh`how exactly does the whole |4; thing work again
13:11.28*** join/#wowace Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
13:11.28*** mode/#wowace [+o Kaelten] by ChanServ
13:12.11*** join/#wowace Gngsk (n=Gngsk@c-68-55-245-105.hsd1.md.comcast.net)
13:14.24*** join/#wowace Baraius (n=bhuddles@150.105.84.5)
13:20.04*** join/#wowace Lyn_ (n=Lyn@Ldf55.l.pppool.de)
13:22.28breserFunkeh`: %d |4Singular:Plural;
13:22.57Funkeh`number has to be on front?
13:23.05breserNot sure on that.
13:23.09*** join/#wowace Lyn__ (n=Lyn@Ldf55.l.pppool.de)
13:23.21breserI seem to recall people said it was the nearest number.
13:25.43CIA-4403Kriery 07Kriery * r77142 10IceHUD/IceHud/modules/ (FocusCC.lua TargetCC.lua):
13:25.43CIA-44IceHUD:
13:25.43CIA-44- added koKR localized spell names
13:25.43CIA-44- Using "LibBabble-Spell" is better, I think
13:28.21*** join/#wowace Dark_Elf (n=Dark_Elf@206.169.253.122)
13:28.55CIA-4403funkydude * r77143 10BasicComboPoints/ (BasicComboPoints.lua Libs/ embeds.xml): BasicComboPoints: cleanups, re-arranged config, added some localization
13:36.43*** join/#wowace Vegeta]Bt[ (n=Vegeta-G@62.80.24.154)
13:40.21*** join/#wowace sun\\ (n=sun@ARouen-256-1-89-36.w92-132.abo.wanadoo.fr)
13:41.40*** join/#wowace nuoHep` (n=nuoHep@89.222.156.36)
13:41.53*** join/#wowace profalber1 (n=profalbe@91-113-22-211.adsl.highway.telekom.at)
13:52.44*** join/#wowace RaydenUni (n=bozartmp@cpe-74-74-225-9.rochester.res.rr.com)
13:56.42CIA-4403funkydude * r77144 10BasicComboPoints/ (4 files in 2 dirs): BasicComboPoints: finished locale
13:57.21*** join/#wowace Vulcanus (n=Vulcanus@212251189074.customer.cdi.no)
14:06.35CIA-4403warloxx * r77145 10FlexBar2_PetBar/PetBar.lua:
14:06.35CIA-44FlexBar2_PetBar:
14:06.35CIA-44- Changed Print to Debug to kill the spamy debug massages
14:10.09*** join/#wowace Beutju (n=tus@p57A7BB58.dip0.t-ipconnect.de)
14:13.10Dark_Elfhttp://wow.qj.net/World-of-Warcraft-Undocumented-changes-for-patch-2-4-3/pg/49/aid/121333
14:14.40*** join/#wowace Elkano_ (i=Elkano@client00778.vpn.uni-saarland.de)
14:15.06laegaw man
14:15.12laegaccount suspension for swearing
14:15.48profalber1laeg: how long?
14:16.15laeg48 hours
14:16.18laegpeople swear all the time
14:16.43profalber1laeg: guess somebody really doesn't like u at all, and reported you ;)
14:16.50laegya
14:17.03*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:17.03*** mode/#wowace [+o ckknight] by ChanServ
14:17.09laegnoobs in wsg were saying "forget the healers go straight for the flag carrier"
14:17.29*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
14:17.29profalber1laeg: happens all the time
14:17.32laegi probably used colourful language :)
14:18.01laegbut if i can get a 48 ban for that does that mean they will act on every report i make of someone saying 'fuck'?
14:18.17laegi would have thought gms have better things to be dealing with
14:18.52cncfanaticsthey don't
14:18.59cncfanaticsseriously, why do you think there are 3h queues for tickets ?
14:19.11cncfanaticsdo you think there are that much people that mislooted stuff or are stuck ?
14:19.28laeglol
14:19.36laegno everybody is reporting everybody else i guess
14:19.41Funkeh`you can't get abnend for saying fuck
14:19.46laegi just did
14:19.47Funkeh`thats why there's a swear filter
14:19.52Funkeh`then the gm s an idiot
14:19.56laegthey said i was "swearing all over the battlegrounds"
14:20.06Funkeh`or you're not telling the full truth
14:20.16laeg"Type of violation:  Obscene/vulgar language despite previous warnings on account "
14:20.28laegi am, that last quote is from the suspension notification violation
14:20.38Funkeh`find in the ToS where it says you're not allowed to swear
14:22.50laeghttp://www.wow-europe.com/en/policy/harassmentp2.html#i
14:23.09laegthought that's the policy, and not the ToS
14:23.23cncfanaticsthe ToS just says they can ban you whenever they feel like it, so
14:23.25VonhintenHOME`it's hard not to swear at the fucking mouthbreathers in my battlegroup
14:24.22*** join/#wowace faCe| (n=f@pD955E74A.dip.t-dialin.net)
14:24.53laeg"go straight for fc and leave the healers" - how could i not swear at that
14:26.08laegalso, the ignore list is limited
14:26.36laegthere has to be more people worth ignoring on every server than the amount of people allowed on our ignorelists
14:26.55*** join/#wowace Odlaw (n=ozzy@c-98-245-75-224.hsd1.co.comcast.net)
14:26.55Pkekyo|laeg: download IgnoreMore
14:27.32*** join/#wowace mikezter (n=Miranda@drms-4d00a1ba.pool.mediaWays.net)
14:27.43SunTsuHm, I should, too. My ignore list is maxed out on every single toon
14:28.34Pkekyo|I'm fairly sure I'm getting close to maxing out IgnoreMore as well :p
14:29.03profalber1Pkekyo|: ignoreMore has a limit?
14:29.12Pkekyo|doubt it
14:29.19Pkekyo|let's just say there's alot of arsehats on my server :)
14:29.33SunTsuPkekyo|: s/on my server//
14:29.35*** join/#wowace Next96 (i=Next96@121.129.140.226)
14:29.40*** join/#wowace ngipon (n=ngipon@mail.bomgar.com)
14:29.42profalber12147483647 would be the limit i guess
14:30.07SunTsuHm, looks like I could beat it
14:30.14Pkekyo|profalber1: how'd you figure?
14:30.21Worfnah, not that much people playing wow currently
14:30.21profalber12^31-1
14:31.33Pkekyo|and how do you figure that applies here? is -everything- in wow limited by that formula?
14:31.58SunTsuPkekyo|: Well, the counters may be
14:31.59profalbertthe signed int is limited by that formula
14:32.06profalbertgold for example
14:32.23profalbert214748g36s47c is max
14:32.33Pkekyo|SunTsu: including all addons?
14:32.53laegPkekyo|: 'arse' lol
14:32.55profalbertfor a single table i think
14:32.55SunTsuPkekyo|: If they use signed int as a counter, then, yes
14:33.01laegalso, i used ignoremore before but it was buggy
14:33.20Pkekyo|laeg: ...?
14:33.21*** join/#wowace Seerah (n=Ryan_L@adsl-155-209-142.mem.bellsouth.net)
14:33.22laegit would be cool if it notified people they were being ignored
14:33.33laegPkekyo|: you live in canada, right?
14:33.37Pkekyo|no?
14:33.49Pkekyo|where the hell did you get that idea? :p
14:33.56laeghmm
14:34.00SunTsulaeg: No, it was not ;) I'd be reported for spam, then ;)
14:34.17laegyou told me you lived somewhere but you use lots of british/irish terms like 'arse'
14:34.17memeyouwhy notify someone ur ignoring them?  doesn't that defeat the point?
14:34.34laegso that they know they're not annoying/trolling you
14:34.48Pkekyo|laeg: aye...I'm norse though
14:35.01Pkekyo|also: the queen's english is the dog's danglies!
14:35.48SunTsulaeg: They know if you don't answer
14:35.51memeyoubut regularly ignoring them perfectly fixes that.  informing them is feeding the troll/passive aggressive nonverbal communication
14:36.47nevcairielregarding numbers: lua uses double precision floats to store its numbers, its higher then the int limit
14:40.32*** join/#wowace cog|away (n=cogwheel@WoWUIDev/WoWProgramming/morlando/cogwheel)
14:41.31laegmemeyou: regularly ignoring them? i'd just ignore them and leave them ignored
14:42.52Pkekyo|same :)
14:43.15memeyoui meant regular as in plain, not repeatedly
14:44.05CIA-4403odlaw * r77146 10BangItHarder/embeds.xml: BangItHarder: fix embeds
14:44.11SunTsunevcairiel: Looks like I will have a hard time beating that limit, but I promise to try ;)
14:45.50laegi need to get my alt to level 60 before october for a brewfest ram
14:46.23Lukianhow do you know rams are available this year? ;)
14:48.21*** join/#wowace Elkano_ (i=Elkano@client00605.vpn.uni-saarland.de)
14:48.34durcyni thought it was a kodo this time around
14:49.34laegi didn't know they switch :)
14:49.40laegi've only seen one!
14:49.44*** join/#wowace varaman (n=Miranda@62-47-51-154.adsl.highway.telekom.at)
14:49.52Lukiandurcyn, it could be both
14:50.19Lukianit'd be nice if the ram was only available last year though ;) but I'd say they'd keep it "fair" and have both
14:50.55SunTsuI still habe all my brewfast tickets
14:51.22SunTsuHope I still can use them this year and they have something I'd like ;)
14:51.32laegi only want to take part in festivals if i can get things i can keep and use after especially if i can using them again and again
14:51.57VonhintenHOME`festivals can lick my sack.. I don't have bag space for that crap
14:52.19Pkekyo|lol agreed
14:52.32VonhintenHOME`though, beerfest was my favorite one so far
14:52.37memeyousok with enough of those 20 slot bags
14:53.32SunTsuVonhintenHOME`: Yeah, but sometimes they have one or the other jewel as a price
14:53.43CIA-4403LordFarlander * r77148 10Mount/ (Mount.lua Mount.xml):
14:53.43CIA-44Mount:
14:53.43CIA-44- LibStickyFrames support temporarily disabled
14:53.44CIA-4403LordFarlander * r77147 10MiniPet/ (MiniPet.lua MiniPet.xml):
14:53.44CIA-44MiniPet:
14:53.44CIA-44- LibStickyFrames support temporarily disabled
14:54.01laegi would have loved a brewfest ram that you could whip like you could in the quest
14:59.06*** join/#wowace Godzmack_ (n=Godzmack@157-157-212-97.dsl.dynamic.simnet.is)
15:00.52*** join/#wowace ZealotOnAStick (n=zoas@adsl-074-239-065-141.sip.hsv.bellsouth.net)
15:00.59*** mode/#wowace [+v ZealotOnAStick] by ChanServ
15:01.43*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
15:05.03Ackis<+CIA-48> - Using "LibBabble-Spell" is better, I think
15:05.04Ackis?
15:05.21[Ammo]hmm?
15:05.31Ackisjust looking at backscroll commit notes
15:05.36laegcan you guys make it so auctioneer can automatically take items for which there is no competition from our mailboxes?
15:05.45[Ammo]laeg: #norganna
15:05.51laegsorry wc
15:05.53[Ammo]:)
15:05.57laeg:)
15:06.02laeglol i'm in there and everything :P
15:06.03Ackisyou better be sorry! rawr
15:06.05[Ammo]Ackis: I spot another idiot!
15:06.21Ackis[Ammo]: so with him and me, that makes 2? lol
15:06.23*** join/#wowace kd3 (n=kd3@user-11fap3a.dsl.mindspring.com)
15:06.30[Ammo]Kriery does not pass start, goes directly to prison and won't receive the 'OK' stamp
15:06.31*** join/#wowace LordFarlander (n=chatzill@ns2.pyramidpeak.com)
15:07.43AckisI wonder how that is easier than spell IDs?
15:08.25CIA-4403pettigrow * r77149 10kgPanelsConfig/ (3 files in 2 dirs): kgPanelsConfig: Added french translation
15:08.37[Ammo]Ackis does not pass start, goes directly to prison and won't receive the 'OK' stamp
15:08.44Ackis:(
15:08.46[Ammo]if you even have to wonder that......
15:08.54AckisI'm trying to figure it out :P
15:09.26[Ammo]closes the door and throws away the key
15:09.38Ackislol
15:09.44Ackislock yourself in with me *wink wink*
15:09.57Ackiswow I am so gay
15:10.13[Ammo]I have a couple of friends I'll lock you in with
15:10.17[Ammo]they're friendly bears
15:10.17Ackislol
15:10.19[Ammo]you'll enjoy it
15:10.26CIA-4403ckknight * r77150 10LibDogTag-Unit-3.0/Categories/Cast.lua: LibDogTag-Unit-3.0 - Fix an issue where oldStart could be nil
15:10.30Ackisdamnit need to reroll druid
15:11.01[Ammo]not those kinda bears
15:11.26Ackisoh ...
15:11.58[Ammo]lets say: http://www.furbacks.com/
15:12.16*** join/#wowace ncd|Aileen (n=Dave@213.216.23.2)
15:12.26Ackiswe had a back hair discussion here a couple weeks ago
15:12.31AckisI think nevcairiel suffers too
15:12.36Stanzillathx Ammo
15:12.44[Ammo]you're welcome stan
15:12.47Stanzilla*rips out eyes*
15:13.07Ackisyou actually clicked it? :P
15:13.20Stanzillasure :P
15:13.39*** join/#wowace dabujo_ (i=xx@p4FDB1909.dip0.t-ipconnect.de)
15:13.53Ackissince you click things click http://ackis.myminicity.com/ind :P
15:14.23SunTsuAckis: You're quite obsessive with it ;)
15:14.37Ackislol
15:15.13StanzillaAckis: nah, I don't click Ackis-friendly links
15:15.25Ackis:(
15:16.11Ackiswow, hellgate or aoc?
15:16.48[Ammo]msww
15:16.58[Ammo]mad sex with wife
15:17.32Ackislol
15:18.00Ackisbut what will you do after those 2 minutes are up?
15:18.02*** join/#wowace [ND]1 (n=[ND]@h062040167062.gun.cm.kabsi.at)
15:18.23*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
15:18.28VonhintenHOME`sleep
15:18.57Ackiscuddles with Elkano
15:19.19[Ammo]Ackis: read a book on cunnilingus and make it last longer than 2 minutes :p
15:19.46Ackisrofl
15:19.59Ackisom nom nom nom
15:20.37*** join/#wowace Zyndrome (n=faggotry@217-209-42-83-no89.tbcn.telia.com)
15:21.14Ackisyou scared poeople away with that comment sheesh
15:21.27VonhintenHOME`lol, LordFarlander was here
15:21.49AckisI posted in his thread and he joined irc
15:22.02*** join/#wowace Yasuo (n=Yasuo@dslb-088-072-216-238.pools.arcor-ip.net)
15:22.50CIA-4403pettigrow * r77151 10kgPanelsConfig/Locales/kgPanels-frFR.lua: kgPanelsConfig: frFR Update
15:22.51*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
15:24.28Funkeh`Ackis, WHY
15:24.40Ackisso he learns?
15:25.45Ackisi also told him that he can just pm Funkeh` with any questions he has
15:25.58CIA-4403pettigrow * r77152 10kgPanels/kgPanels.lua: kgPanels: frFR Update
15:27.06*** join/#wowace gix (i=gix@e180047166.adsl.alicedsl.de)
15:27.27*** join/#wowace Naschtok (n=MoonWolf@a62-251-18-240.adsl.xs4all.nl)
15:27.42durcynthat's rather impolite
15:27.50Funkeh`# 16. If something we said can be interpreted two ways,
15:27.50Funkeh`57    and one of the ways makes you sad or angry,
15:27.50Funkeh`58    we meant the other one.
15:28.15Funkeh`that brings to mind situations !
15:28.19Ackislol
15:28.27*** join/#wowace Worf (n=worf@84.119.74.140)
15:29.13*** join/#wowace Warcraft3 (n=Warcraft@210.51.45.200)
15:29.33Funkeh`<PROTECTED>
15:29.34Funkeh`80    We know you are lying, but it is just not worth the hassle.  
15:29.38Funkeh`ding ding ding
15:29.47Ackisis that a book about females?
15:31.19Funkeh`no i just pastey it in the wrong window
15:35.54*** join/#wowace Fatalis (i=fatalisd@68-188-76-94.dhcp.stls.mo.charter.com)
15:36.06*** join/#wowace dabujo (i=xx@p4FDB1BF4.dip0.t-ipconnect.de)
15:38.10*** join/#wowace Fatalis (n=fatalisd@68-188-76-94.dhcp.stls.mo.charter.com)
15:40.17*** join/#wowace Vegeta]BT[ (n=Vegeta-G@137.226.248.218)
15:43.53*** join/#wowace evl (n=evl@ANice-251-1-11-34.w86-200.abo.wanadoo.fr)
15:47.53*** join/#wowace Iboong-Kenzo (n=user@77.87.207.194)
15:49.53Odlawany ideas on a function to pass variable number of arguments, and to check against a table (return Table[arg1][arg2][arg3])?
15:50.29CIA-4403pettigrow * r77153 10SmoothQuest/ (SmoothQuest.toc libs/ libs.xml locale/frFR.lua):
15:50.29CIA-44SmoothQuest:
15:50.29CIA-44- Added french localization
15:50.29CIA-44- Added AceDB-3.0 to externals
15:55.36memeyouis there a constant for the player's GUID or what's the best way to fetch that?
15:55.49nevcairielUnitGUID("player")
15:55.52dylanmOdlaw: Read up on ... and the select() function.
15:56.02memeyouthanks
15:56.08*** join/#wowace Worf_ (n=worf@84.119.48.16)
15:57.30*** join/#wowace midway` (n=midway@ool-18bcdb33.dyn.optonline.net)
15:57.59Odlawuhm
15:58.08Xinhuannote that UnitGUID("player") is only valid after PLAYER_ENTERING_WORLD
15:58.35*** join/#wowace Vegeta]BT[ (n=Vegeta-G@137.226.248.218)
15:59.43Odlawnm, i was hoping for a slightly elegant solution, rather than using a for loop to try to check each level of the table
16:00.07Odlawbut yes, i already am using ...
16:02.36dylanmAnything easier than that would be a little too magical.
16:03.06*** join/#wowace ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
16:03.33*** join/#wowace Worf__ (n=worf@84.119.44.165)
16:03.53memeyouwell i'm calling it within the combat_log_event so i dont' think that'll be a problem, ya?
16:03.57*** part/#wowace ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
16:04.42Xinhuannot a problem
16:04.53Xinhuanbut if you're calling it EVERY combat log event, then that's a problem
16:05.04nevcairielnah its not
16:05.16memeyouno not on every, just on aura_applied
16:05.18nevcairielthe call itself doesnt cost much
16:05.28nevcairielyou essentially only have a function call
16:05.33Xinhuanits not necessary to call it more than once, and store it in a local upvalue
16:06.13memeyouyea, was thinking there might be something stored already - such a common value
16:07.10*** join/#wowace hydrogen (n=hydrogen@66.152.113.44)
16:07.38Funkeh`Xinhuan, actually it's perfectly valid after player login
16:08.20Xinhuanyou sure? it didn't work for me
16:08.27Xinhuani tried it in omen
16:09.01profalbertwhen is OnInitialize executed?
16:09.13Xinhuanduring ADDON_LOADED
16:09.17memeyouif anything the cryo2 is a bit faster - so far deleted 4 event handlers all used for the same thing...  one used a string search on ever DAMAGE XD
16:09.31profalbertah, that's before PLAYER_LOGIN then
16:09.49nevcairieldepends when your addon loads :p
16:09.53nevcairielbut generally, yes
16:10.19profalbertif it's not LOD or AddonLoader supported, it applies I think
16:10.34Funkeh`Xinhuan, works for me :P
16:10.41Xinhuanit'll work on a reloadui
16:10.44Xinhuanbut not on a fresh login
16:10.47Funkeh`it does
16:10.49Funkeh`i tested it
16:20.29CIA-4403hegarol * r77154 10AtlasLoot_WorldLoot/WorldEvents.en.lua:
16:20.29CIA-44AtlasLoot_WorldLoot:
16:20.29CIA-44- small change for Midsummer Fire Festival section
16:24.09*** join/#wowace p3lim (n=p3lim@ti500710a080-2524.bb.online.no)
16:25.31CIA-4403pettigrow * r77155 10BasicComboPoints/ (BasicComboPoints.toc Locales/frFR.lua): BasicComboPoints: Added french localization
16:26.22p3limmoo
16:26.35*** join/#wowace LordFarlander (n=chatzill@ns2.pyramidpeak.com)
16:29.48*** join/#wowace Worf__ (n=worf@84.119.76.144)
16:30.59*** join/#wowace YourMomsHero (n=cirish@74.202.196.195)
16:32.28CIA-4403pettigrow * r77156 10BetterInbox/ (BetterInbox.toc locale/frFR.lua): BetterInbox: Added French localization
16:33.38*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
16:33.43*** join/#wowace DARKGuy (n=DARKGuy@201.211.45.36)
16:35.07DARKGuyo/
16:45.22*** join/#wowace MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
16:45.23*** mode/#wowace [+o MoonWolf] by ChanServ
16:52.32*** join/#wowace sylvanaar (n=sylvanaa@12.179.203.116)
16:53.31VonhintenHOME`Ok, everyone says that the Shard of Contempt and the Dragonspine Trophy are the best combo you can get pre-sunwell for a rogue...
16:53.57VonhintenHOME`why the hell does this rogue DPS spreadsheet still put me at doing more DPS with the Tsunami Talisman and Dragonspine Trophy?
16:54.29*** join/#wowace Megalon (n=starfox@d90-129-192-21.cust.tele2.at)
16:57.11Jyggaexpertise and chance on hit ap are not calculated properly by the spreadsheet?
16:57.29VonhintenHOME`either that or everyone is wrong
16:57.32Jygga:)
16:58.05breserYou lose your hit cap when not using the Tsunami Talisman?
16:58.31VonhintenHOME`no, I'm below the hit cap by a good bit
16:58.42*** join/#wowace nappy- (n=Nyri@ip-78-94-63-167.hsi.ish.de)
16:58.48*** join/#wowace Berti (n=berti@vs156121.vserver.de)
16:59.00breserThat may be it.  The spreadsheet is probably valuing hit before everything else.
16:59.10breserSo it thinks since you are hit capped that the Talisman is better.
16:59.14breseraren't*
16:59.19*** join/#wowace _Berti (n=berti@vs156121.vserver.de)
16:59.33*** join/#wowace Keias (i=Saiek@c-69-245-192-208.hsd1.in.comcast.net)
16:59.42VonhintenHOME`nah hit isn't valued hugely at this gear level, it's pretty close to Agi actually
16:59.46VonhintenHOME`higher, but close
17:00.04breserIf you can arbitrarily add in hit somewhere else try that and see if you make it think you're hit capped and see if it changes what it thinks is better.
17:00.21breserVonhintenHOME`: That may be but the spreadsheet may not be written that way.
17:01.00VonhintenHOME`that's what I'm saying, already plugged in extra hit, it's valued pretty close to Agi
17:02.51breserPerhaps the spreadsheet has the wrong values for the proc rate of the shard (too low) or the talisman (too high)
17:03.31VonhintenHOME`I don't think its valuing the 44 exp
17:05.06*** join/#wowace Dashkal (n=dashkal@209.90.184.174)
17:05.43*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
17:11.05*** join/#wowace NeoTron (n=neotron@c-76-121-238-204.hsd1.wa.comcast.net)
17:14.25*** join/#wowace kalahassi (n=chatzill@p5B0C2406.dip0.t-ipconnect.de)
17:16.54*** join/#wowace QQngsk (n=Gngsk@c-68-55-245-105.hsd1.md.comcast.net)
17:21.55Gnarfozit's valuing the 44exp, rather sure of that.
17:26.19VonhintenHOME`nah, Assassin's Alchemist Stone is giving more DPS than the Shard of Contempt.  It's listed as 108 AP, the Shard of Contempt is listed as 92.13 AP
17:26.45VonhintenHOME`There's no way 44 exp is worth that little
17:27.08Gnarfozyou're using the latest off rogue.raidcal.com, right?
17:27.11VonhintenHOME`yep
17:29.24vithosthere's an expertise cap right? maybe you've reached it at least partially without the shard of contempt?
17:29.50VonhintenHOME`there is, and I don't have any expertise that isn't from the shard
17:30.56vithoswhat does it say your chance to hit is with the shard selected?
17:31.40VonhintenHOME`doesn't change, chance to hit is tracked as hit rating
17:31.49*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
17:32.20NeoTronso a friends guild just had a (long time and founding) member ninja the chest token and skull off Illidan and then gquitting
17:32.31NeoTronthey use FFA loot because "master loot is too hard"
17:32.51nevcairiellearning the hard way =P
17:32.55memeyouthey all fail
17:33.00NeoTronthey won't hcange
17:33.08memeyouas i said
17:33.10NeoTronbecause it's still "too hard"
17:33.45NeoTronI don't get it but alas
17:34.05NeoTronseems like it's just asking for problems, even if they were unintentional
17:34.37VonhintenHOME`I could see doing it for warglaives, but... a token and the skull?
17:38.57*** join/#wowace Paene-Laptop (n=jim@71.238.241.206)
17:39.05*** part/#wowace Paene-Laptop (n=jim@71.238.241.206)
17:39.08*** join/#wowace sun\ (n=sun@ARouen-256-1-12-144.w90-51.abo.wanadoo.fr)
17:40.44aestilNeoTron: we use FFA
17:41.02aestilsomeone who would do that, just because they can, is someone i don't want to play with anyways.
17:41.17aestili'll take the loss of an item
17:43.23aestilwhaaa, did charon fix taunt/growl resists from pets in threat 2?
17:44.12*** join/#wowace mort_ (n=mort@azureus/mort)
17:44.45NeoTronaestil: the main problem is, once it has happened it's too late
17:45.05NeoTronlike maybe they have better luck but my guild has seen the skull twice in 6.5 months
17:45.16SunTsuNeoTron: So what? It's not that those Items will drop never ever again
17:45.29NeoTronthat's my point
17:45.41NeoTronit might very well be that those items, well the skull at least, never fucking drops
17:45.48NeoTronbecause it's random
17:46.28NeoTron'
17:46.32breserWe've gotten in 6 times.
17:46.35SunTsuNeoTron: And it might very well be that it drops ten times in a row, because it's random ;)
17:46.42breserBut have had horrible lock on glaives.
17:46.54NeoTronpoint is, they lost one of the few items people keep coming back for
17:47.09NeoTronillidan holds for us: the glaives, skull, memento, staff
17:47.14SunTsuNeoTron: So, it's a trade off I am willing to take anytime. An item for getting rid of an asshole. Sounds like a great deal to me
17:47.18NeoTronand that's 98% of the reason we still do BT at all
17:47.30breserWe also use FFA.
17:47.36NeoTronML is quick and easy
17:47.39durcynNeoTron: you don't sell items to fund SWP consumables/repairs?
17:48.32breserNeoTron: As someone who used to be ML for a previous guild.  ML is a pain in the butt.  Not so much on bosses but on trash it's annoying.
17:48.32NeoTronno?
17:48.43NeoTronpeople do dailies to fund their consumables/repairs
17:48.51NeoTronthe guild bank pays for all enchants and such
17:49.03NeoTronbreser: I'm the ML for my current guild. it's fine.
17:49.14NeoTronI'm also the one marking trash.
17:49.17NeoTronand leading the raid.
17:49.19NeoTronand doing DKP.
17:49.20NeoTronit's all fine.
17:49.51breserThen your raid must move like molasiss because we chain pull.  There's no way we could do that with ML.  And interestingly enough the previous guild that used ML moved like molasis.
17:50.09VonhintenHOME`yep
17:50.30NeoTronbreser: no
17:50.40VonhintenHOME`at least having all that being done by one person is slow
17:50.42NeoTronit works fine. I sometimes do a bit of looting while stuff dies
17:50.54NeoTronI mark stuff while killing the current target
17:51.05NeoTronwe pretty much chainpull SWP
17:51.40breserI understand the desire to use it.  It makes it safe you don't have to worry about someone "stealing" stuff.  But if people are asses and want to steal stuff who's to say your ML can't be an ass?  For that matter who's to say your ML can't make a mistake.  Either way shit happens.
17:51.42NeoTronas far as healers can handle it, and scout patrols allow
17:52.15NeoTronI'd rather have a ML error (can be fixed by blizzard) than a ninja loot/gquit (which won't be fixed)
17:52.33vithosML is one person's job. what does that have to do with not chain pulling?
17:52.35aestili have no problem with FFA, as i said, its just game items
17:52.43breserSeriously anyone that is ninjaing loot off Illidan at this point is pretty dumb.
17:52.52aestili'd rather lose the item, and the piece of shit person
17:52.59NeoTronbreser: everyone hasn't farmed illidan for months
17:53.26*** join/#wowace Lopen (n=Lopen@c-68-60-55-138.hsd1.mi.comcast.net)
17:53.37Chomperssome people are still stuck on RoS
17:53.40breserIf he wanted it that bad he could just transfer to a guild that has and he could probably have anything he wanted.
17:53.41NeoTronand what vithos says, one person MLing doesn't make pulling slow. it's not like everyone waits for it to happen
17:53.42Chompers:<
17:54.02NeoTronbreser: except some guilds have seen two skulls ever
17:54.06NeoTronso that doesn't work eithr
17:56.30NeoTronironically I think ML is faster for trash looting. FFA: one person has to check all corpses and if an epic is found, do the bidding. Then the winner has to run back to wherever the body is to pick it up. ML: One person has to check corpses, do bidding and then give the item to the winner who doesn't have to lift a finger.
17:57.18breserExcept what you left out is that the looting can be done by anyone.
17:57.26*** join/#wowace Ackis (n=asdf@S0106000ea64881e9.ed.shawcable.net)
17:57.33breserAnd you don't have to assign gems you just pick them up.
17:57.54NeoTronthat's just asknig for trouble
17:57.57vithosthere are fewer corpses for the ML to check, and fewer corpses for random people to loot garbage off of
17:57.58nevcairielwith proper ML addons, you can instantly assign gems to yourself too
17:58.08*** join/#wowace MoonWitch (n=Kay@83.101.2.110)
17:58.15vithosbecause not everything is sparkling
17:58.17NeoTronnevcairiel: is there such an ML addon by chance?
17:58.34breserExcept that ML bugs out and makes mobs that have nothing on them sparkle.
17:58.38NeoTronbecause that is one thing I've considered making.
17:58.41*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
17:58.46nevcairielI think i saw one
17:58.46breserI don't know how many times I've looted a mob running back from a wipe that had nothing on it.
17:58.49nevcairielsome time back
17:58.50NeoTronbreser: mouse over tooltip doesn't bug out
18:00.51PrimerHas the armory site been gimped recently?
18:00.52*** join/#wowace Cartas (n=nnscript@host86-137-82-85.range86-137.btcentralplus.com)
18:01.42NeoTronPrimer: if by recently you mean "since it was first released", then yes
18:01.45PrimerI've been told my spec isn't quite SL/SL. Could someone please link their SL/SL spec?
18:02.05*** join/#wowace ngipon (n=ngipon@intranet.bomgar.com)
18:02.10*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub)
18:02.10*** mode/#wowace [+v Tekkub] by ChanServ
18:02.38NeoTronI'm SL/Emberstorm!
18:03.08PrimerI'm pondering going 42/7/11 for 3's
18:03.31NeoTron0/31/30 is where it's at
18:05.17*** join/#wowace deadlock (n=branden@12-214-50-87.client.mchsi.com)
18:05.17*** join/#wowace Yasuo (n=Yasuo@dslb-088-072-230-180.pools.arcor-ip.net)
18:06.22CIA-4403ananhaid * r77157 10LittleWigs/HellfireCitadel/ (Maker.lua Omor.lua):
18:06.22CIA-44LittleWigs:
18:06.22CIA-44- zhCN update.
18:06.28*** join/#wowace Kyahx|Work (n=Kyahx@mayo-nat4.mayo.edu)
18:06.29*** join/#wowace Shadowed| (n=outlaw@12.157.177.162)
18:10.22*** join/#wowace dabujo_ (i=xx@p4FDB1EFD.dip0.t-ipconnect.de)
18:18.13*** join/#wowace Sliker_Hawk (n=SlikerHa@212.32.77.48)
18:18.22*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
18:18.22*** mode/#wowace [+v MentalPower] by ChanServ
18:18.35p3limwho was it that needed ItemID on tooltip?
18:18.36p3limhttp://yleafmods.googlecode.com/svn/trunk/Tipleaf/
18:20.28NeoTrontonight is our first "bt takeover" (we're taking over a RoS->Illidan instance from another guild who can't clear more). I feel some glaives dropping
18:21.10VonhintenHOME`you pay them for that?
18:21.38NeoTrontheir price was 2 HoD's and 1-2 of their people in the raid
18:21.51VonhintenHOME`not bad
18:21.58NeoTronour counter is half the HoD's, all patterns they can use (BoE + BoP they can use) and probably some epic gems
18:22.09NeoTronbasically we're "paying" more than they asked
18:22.33VonhintenHOME`not bringing thier toons?
18:22.33NeoTronunless we have really crappy luck on HoD's
18:22.40NeoTronbringing two
18:22.45NeoTronleft that out it seems
18:22.51nevcairielwe have so many HoDs in our bank
18:22.53NeoTronso they get gear we don't need to
18:22.57nevcairielwhy dont you just pay them? :P
18:23.00NeoTronHoD's is our primary guild funding
18:23.12NeoTronmeaning the primary source of income today
18:23.12nevcairielwe are near 100k gold
18:23.16nevcairieland nothing to spent it on
18:23.17NeoTronso are we
18:23.22NeoTronbut we're going down slowly now
18:23.26Zyndromeknits a dress out of HoD's
18:23.27NeoTrondue to paying for all enchants
18:23.31NeoTronincluding shoulder/pants
18:23.35nevcairielwe dont do that :p
18:23.37*** join/#wowace dabujo_ (i=xx@p4FDB1197.dip0.t-ipconnect.de)
18:23.56NeoTronwe don't do repairs or consumables (we do SOME consumables but far from fully)
18:24.00nevcairielwe randomly push out stuff to members
18:24.01NeoTronlike some food and wizard oils
18:24.04nevcairielpotions etc
18:24.35NeoTronwe ahave members pay the ongoing cost of raiding while payign the big items
18:24.37nevcairiellike when we learned brutallus, we provided potions for half the trys
18:24.39NeoTronvs the opposite
18:24.49nevcairielmeh enchants are cheap :P
18:24.57NeoTronso are consumables :P easy to farm too
18:25.27NeoTronfree epic gems too
18:25.30nevcairielyeah not really sure what we plan to do with the money
18:25.34nevcairielyeah epic gems are free too
18:25.36nevcairielfor main gear
18:25.36NeoTronalso we want to have a buffer for wotlk to buy up patterns and such
18:25.38nevcairielanyway
18:25.40NeoTronyeah
18:25.41VonhintenHOME`we've had guilds asking us for our instance when we can't get archimonde done... I've considered asking for them to bring a couple of our better players along
18:25.54VonhintenHOME`btw, how far are they in BT? right before illidan?
18:25.58NeoTronVonhintenHOME`: it's a no-lose situation
18:26.13NeoTronthe guild we're going with has bloodboil down
18:26.15NeoTronso we start on RoS
18:26.17VonhintenHOME`well, it's a lose if those 2 die and cause everyone to get owned :)
18:26.30NeoTronhave them suicide :P
18:26.37NeoTronbut a good guild can handle a few deaths
18:26.42NeoTronthe key isn't (necessarily) to avoid dying
18:26.49NeoTronit's to avoid chain dying.
18:26.59NeoTronwe've had kills (one shot in fact) where 5-6 people died
18:27.01genetik-just have them sit in the lake
18:27.02genetik-heh
18:27.14NeoTroncan you not die if you sit in the lake?
18:27.28genetik-unsure
18:27.47VonhintenHOME`One death does my guild in
18:27.53NeoTronyeah
18:27.55VonhintenHOME`but we're not leet
18:28.06NeoTrontakes practice to live it
18:28.14NeoTronand having extra levels of gear help of course
18:29.38nevcairielyou get no fire in the lake, but thats about it
18:29.39nevcairieli think
18:30.08NeoTronso we've come to a new enlightenment in the guild
18:30.21nevcairielwhats that?
18:30.24NeoTroninstead of having extra X for 1-2 fights, we're looking at having people geared for two roles
18:30.40nevcairielthat usually sucks
18:30.41NeoTronso our elemental shaman is also resto shaman for twins
18:30.47genetik-how's that working out?
18:30.49NeoTronour resto druid will likely work to become occasional feral druid
18:30.51nevcairielbecause people that play two rules usually sucks at one
18:31.06NeoTronthe shaman is an awesome player
18:31.22NeoTronhe excelled elemental, enhancement and is good resto (played holy priest before)
18:31.30NeoTronhe has gear and skill to play all three specs
18:31.41nevcairielwell shaman is a two button class in all specs
18:31.43NeoTronwe have a ret pally that's also a good healer (last resort).
18:31.44nevcairiel:)
18:31.59NeoTronthe druid's main was a mage. we brough him for his alt druid
18:32.16NeoTronhis mage had to step in for bgrutallus once and was very competetive and he's a good resto druid (was feral before coming to us)
18:32.28VonhintenHOME`Some people can play anything well
18:32.30NeoTronso we just have a few players that simply are "good" regardless of class
18:32.31VonhintenHOME`I can pretty much
18:32.47NeoTron"good" players are good pretty mcuh regardless of class
18:33.03NeoTronI'm a good tank (pally), dps (warlock) and healer (pally, priest/druid pre-bc)
18:33.10VonhintenHOME`Only hurdle for me is just spending the time to learn everything about said class
18:33.39NeoTronbut for our would be feral druid, we have one oft he most skilled feral druids in the world probably in our guild (not meaning to boast, she's just that good)
18:33.48*** join/#wowace dabujo (i=xx@p4FDB17A8.dip0.t-ipconnect.de)
18:34.00odtazael played on FDDs 3s lock/rogue/warr
18:34.14VonhintenHOME`I was willing to believe you, till you said "she"
18:34.23VonhintenHOME`lol
18:34.26odtthat's skill to play a different class at the highest arena level basically 5min between games
18:34.30NeoTronshe is more like a guy than a gal
18:34.31NeoTron:P
18:34.44NeoTronshe has spreadsheets, uses rawr and does an insane amount of theory crafting
18:36.21nevcairielwe had a rogue of those
18:36.38nevcairielgirly that played for perfection :p
18:36.50nevcairieland managed to do so
18:36.53nevcairielbest rogue i've ever seen
18:38.50*** join/#wowace Groktar (n=Groktar_@ppp-69-232-174-87.dsl.frs2ca.pacbell.net)
18:41.36VonhintenHOME`So, I'm an Umbral Shiv and 4 epic gems away from having my rogue tanking set complete
18:41.49VonhintenHOME`give gruul a try =P
18:48.14NeoTronI will gladly admit though
18:48.30NeoTronthat most female players we've had have been, at best, average
18:48.35NeoTronsome of them being outright bad
18:48.50NeoTronand also the amount of drama caused by female players has been propotionally a lot higher
18:49.55durcynyeah, but they have tits, so it balances out.
18:50.12VonhintenHOME`I've found that the female players are nearly as good as their husband/boyfriend
18:51.22kenlyricpeople like to say "an excellent female player is an exception"
18:51.28kenlyricbut honestly, that's true of the males, too.
18:51.34kenlyricthere are just more of them.
18:51.49Vulcanusthere are no gurls on the interweb
18:51.59kenlyrics/girls/fbi/g
18:52.16VulcanusXD
18:52.36*** join/#wowace dabujo_ (i=xx@p4FDB0F6B.dip0.t-ipconnect.de)
18:52.39VonhintenHOME`plenty of girls on the interweb, at www.empflix.com
18:52.42VonhintenHOME`(NSFW)
18:53.14Vulcanustnaflix or youporn imo
18:53.30*** join/#wowace WyriHaximus (n=webmaste@i131220.upc-i.chello.nl)
18:53.35Vulcanusor so my friends tell me
18:53.37Vulcanus*cough*
18:54.53NeoTronkenlyric: there is some truth to it however
18:55.02kenlyricnope
18:55.14NeoTronthere is. More guys, still, play games than girl
18:55.21kenlyricI bet if you did stats, the average skill curve would be the same
18:55.22NeoTronor I should rephrase
18:55.28NeoTronWoW attract more non-gamers than gamers
18:55.36NeoTronthan other games I mean
18:55.52NeoTronguys are more likely to be gamers, still
18:56.07NeoTronand esp sicne our guild is mostly 25-35 yo's
18:56.21kenlyricok
18:56.30kenlyricthat doesn't mean the per-capita failrate is higher or lower
18:56.58NeoTronyou're probably mostly correct
18:57.26NeoTronhowever in WoW you can be more certain to find a fail female player than fail male due to the propotions of good/bad players being similar but absolute numbers differing
18:57.40kenlyricmy own experience is that girls are less delusional about their relative skills than males are.
18:57.58NeoTronand I think that, in general, guys are usually more into theorycrafting and using spreadsheets and, to be frank, maximizing theri epeens
18:58.18kenlyricactually, in that case you'd be more likely to find a fail male player, since there are more of them.
18:58.25NeoTronthere's probably a psycology thesis waiting to be done in this area
18:58.38kenlyricyou know how hard it is to type "fail male"
18:58.44NeoTronhehe
18:58.44kenlyricI'm never doing it again.
18:59.02NeoTronstill what I've noticed a lot is mostly a biological factor
18:59.30breserWhat that girls have vaginas and boys have pensises?
18:59.32NeoTronfemale players of the past in my guild often had a "bad week" every 4-5 weeks on a regular schedule
18:59.41NeoTronbreser: bluntly put, yes :)
18:59.49Vulcanusken: how about wanting to go to hotmail and then end up going to hotmale >_<
18:59.59NeoTronbut we've had people that are perfectly fine turn into a hellion bitch "that time of the month"
19:00.01kenlyricbut science has proven that men follow the same kind of cycle in terms of moods
19:00.33nevcairielmen just bottle them up more, its not men-ish to be so moody all the time :P
19:00.33NeoTronbut still what's funny is hearing our feral druid complain at other women in the guild "Acting like a woman"
19:01.00NeoTronor "as much as I don't want to say it, that's very typical woman behavior" type comments
19:01.12NeoTronliek when a player felt slighted she gave us the "silent treatment"
19:01.26NeoTronand made sure to be online just before the raid, logging 2 minutes before invite
19:02.28breserWhat are your members 5 because this might explain the ML thing too.
19:04.12breserI had a member in a previous guild (male) who didn't get his on time DKP (he was late, was online but was not in the raid, at the instance and was apparently doing an enchant for some reandom person in town) and just logged off becuase of that.
19:04.19NeoTronshe's like 30-35 or so
19:04.33*** join/#wowace ZealotOnAStick (n=zoas@adsl-070-154-141-174.sip.bna.bellsouth.net)
19:04.40*** mode/#wowace [+v ZealotOnAStick] by ChanServ
19:05.05breserAnd it was a piddly amount of dkp.  He cost himself probably 10 times more dkp by just not coming than missing the ontime bonus.  
19:05.16NeoTronand no that was an example of "typical female behavior" according to our female druid tank
19:05.29NeoTronandI do ML because it's faster and easier
19:05.35NeoTronnot because I expect people to ninjaloot
19:05.38durcynpeople still use dkp?  how quaint.
19:06.08NeoTronnothing wrong with DKP
19:08.01breserWell it was actually EP but whatever.  Most of time if I say EP a lot of people are like "What is that?"
19:09.04Pkekyo|~dkp
19:09.06Pkekyo|~ep
19:09.07purlStop!!!  Using!!!!  So!!!!!  Much!!!!!   Punctuation!!!!!!!!!!!  It's ..... Irritating ..... As ..... All .... Hell!!!!!!!!!!!
19:09.15Pkekyo|wtf? :p
19:09.31Pkekyo|gz on making sense purl
19:09.32breserThank you purl.
19:12.03*** join/#wowace Ticondrius (n=chatzill@189.161.48.19)
19:12.53Kaeltenwhere is the new arena vendor?  I think its just on the PTR, but it may already be on live
19:13.02ValantilAnyone in here able to help me with a problem migrating from PeriodicTable-2.0 to 3.1?
19:13.02*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
19:14.10NeoTronKaelten: next to C'thun
19:14.16Valantillol
19:14.27NeoTronspice it up a little
19:14.43Fisker-hey Kaelten you're turned on by genetalia that looks like children
19:14.44Valantil"Are you REALLY worthy to have S4?"  :P
19:14.45NeoTroncommon mistake though - he doesn't spawn if you skip the optional bosses!
19:14.45Fisker-O_o
19:14.48*** join/#wowace Tenchworks (n=none@69.183.47.6)
19:14.48CIA-4403hegarol * r77158 10AtlasLoot_RepFactions/rep.lua:
19:14.48CIA-44AtlasLoot_RepFactions:
19:14.48CIA-44- added new rep items from 2.4.3
19:15.06NeoTronFisker-: you confuse me sometimes...
19:15.10KaeltenFisker-: um, wtf?
19:15.16NeoTronand with sometimes I mean all the times.
19:15.28Fisker-indeed
19:15.47KaeltenNeoTron: next to a raid boss?
19:15.50nevcairielfisker needs his weekly kick, i guess
19:16.07*** kick/#wowace [Fisker-!n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten] by Kaelten (it's time... btw, wtf?)
19:16.09*** join/#wowace Fisker- (i=bawww@62.61.142.209.generic-hostname.arrownet.dk)
19:16.11Fisker-yeah
19:16.18Fisker-and by weekly you mean daily
19:16.27Kaeltenand by daily I mean wtf?
19:16.32Fisker-wtf indeed
19:16.49ValantilSo there's no help for PeriodicTable in here?
19:16.56CIA-4403profalbert * r77159 10/branches/FuBar_WhoRollFu/ (15 files in 6 dirs):
19:16.56CIA-44FuBar_WhoRollFu:
19:16.56CIA-44- shows who rolls Greed/Need/Pass on the current Loot
19:16.56CIA-44- initial commit
19:17.04nevcairielisnt -2.0 really outdated by now?
19:17.08Valantilit is
19:17.09nevcairieltbh i've only ever used 3.0
19:17.13ValantilI'm modernizing an ancient addon
19:17.19NeoTronKaelten: wishful thinking
19:17.26Valantil2.0 uses a single lua to do all of the work
19:17.35Valantil3.1 uses a host of them..and I'm a bit lost
19:17.37nevcairielThere were wiki pages describing the changes
19:17.37KaeltenNeoTron: huh?
19:17.48ValantilWTF is LibSStub, why is the actual PT buried in the tree?
19:17.53nevcairielbut i guess they were all lost in the big Kaelten related fuckup of 2007 =P
19:17.56ValantilI cannot find such pages
19:18.03NeoTronKaelten: reply to  "NeoTron: next to a raid boss?"
19:18.37ValantilAlso, why does the PT file itself contain no itemids?
19:18.47KaeltenNeoTron: um, huh?  Is that where the new arena vendor is?
19:18.57Kaeltenthe wishful thinking context made no sense :(
19:18.57nevcairielhe is pulling your leg, so to speak
19:19.22Kaeltennevcairiel: do you know where it is?
19:19.29ValantilAll I want is what PT2 had, uncompressed and raidly acessible array of itemids
19:19.30nevcairielno
19:19.35nevcairielbut i know where it is NOT
19:19.38ValantilIf there's a better lib, lemme know
19:19.39nevcairielnext to a raidboss 0P
19:19.42NeoTronKaelten: I have no idea where it might be. :)
19:19.57Valantil*readily
19:20.01Kaeltenbah
19:20.19nevcairielKaelten: next to the S3 vendor in netherstorm..? :)
19:20.45*** join/#wowace wlx (n=d@ALagny-151-1-3-10.w82-121.abo.wanadoo.fr)
19:20.53nevcairielbut i have no idea
19:20.56ValantilPT 3.1 refers to http://www.wowace.com/wiki/PeriodicTable-3.1/API, but that page doesn't exist
19:21.01nevcairielmaybe on the sunwell island
19:21.13nevcairielValantil: yeah we kinda lost some wiki content :(
19:21.28nevcairieland by we i mean .. nvm :P
19:21.32Valantil=\
19:21.40Kaeltenya.... just a little
19:21.42Kaeltenwe got a lot of it back
19:21.44Kaeltenbut some of it was never restored
19:21.49NeoTronI wonder if there's a useful auto-doc type system that works with lua
19:21.55ValantilWell, the missing bit I need led me here...
19:21.56Kaeltenluadoc
19:22.12NeoTronimagine that
19:22.18NeoTronmight be useful to use for libs at least
19:22.28CIA-4403trasher * r77160 10Necronomicon2/Locales/frFR.lua:
19:22.28CIA-44Necronomicon2:
19:22.28CIA-44- frFR update
19:22.29ValantilAll I keep getting is that PT 3.1 is an invaild mixin, error from ACE OO
19:22.36CIA-4403profalbert 07FuBar_WhoRollFu * r77161 10FuBar_WhoRollFu/Libs/:
19:22.36CIA-44FuBar_WhoRollFu:
19:22.36CIA-44- externals
19:22.42durcynValantil: how are you invoking the lib
19:22.44NeoTrongot his hunter to level 60.
19:22.50NeoTronso nice to have an epic mount
19:22.54ValantilThe same way it was before...
19:22.56Valantillemme find the code
19:23.23Valantiloh, and is pt 3.1 compatible with Ace 2?
19:23.27durcynValantil: LibStub("LibPeriodicTable-3.1")
19:23.32Valantilor should I drop in upgrade to Ace3?
19:23.32durcynnot AceLibrary
19:23.41durcynnor Ace3, it's not a framework-dependant lib
19:23.51Valantil<PROTECTED>
19:23.53Valantil<PROTECTED>
19:23.54Valantil<PROTECTED>
19:24.04NeoTrondoes anyone have a page listing XP per level for WoW btw?
19:24.09ValantilWould upgrading to Ace3 hurt me?
19:24.11durcynlocal PT = LibStub("LibPeriodicTable-3.1")
19:24.15durcynyou can use it with any framework.
19:24.19Valantilok
19:24.30Valantillocal PT instead of self.PT?  It's in a function
19:24.56durcynso?  if the local PT is scoped in your addon's namespace, your function will be able to access it
19:25.05Valantilk
19:25.05durcynunless you're invoking it from a callback
19:25.16ValantilI'm not sure.  lol
19:25.30ValantilAs I said a bit ago, I'm trying to modernize an ancient abandoned addon
19:25.53ValantilPT is being called into a function inside of a addon specific lib
19:26.02Valantilwhich function is then used in the main lua
19:26.53ValantilI've never worked with Ace before, and it's a bit confusing when I can't find API pages.  :P
19:27.28profalberthttp://www.wowace.com/wiki/LibStub ?
19:28.28Valantileh
19:28.30Valantillol
19:28.59ValantilSo PT2 was an Ace2 lib, and PT 3.x is an Ace3 lib?
19:29.18durcynno, there is no such thing as an ace3 lib
19:29.26Valantilok
19:29.37durcynLibStub is a framework-independent library loader that also happens to be used for ace3
19:29.39Valantil"Specifically for Ace3 libraries, any library capable..."
19:29.57durcynright, but LS is the only dep you pull in for the library, and it's tiny.
19:30.04Valantilok.
19:30.11ValantilIt was included with PT3.1
19:30.17durcynas it should be
19:30.30Valantilok
19:30.53aestilnevcairiel: did the name of the pet bar in BT4 change?
19:31.15nevcairielpossible
19:31.22nevcairieli moved some stuff around
19:31.24ValantilSo in the addon's toc, I only need to reference the PT lib, or do I need to add a line for libstub too?
19:31.30aestilcould you help me out here?
19:31.35aestila anchor a panel to that frame
19:31.37nevcairielnot right now, no
19:31.44*** part/#wowace kalahassi (n=chatzill@p5B0C2406.dip0.t-ipconnect.de)
19:32.41NeoTronI think it's cool the ptr patch shows the stormwind harbor being constructed
19:32.42ValantilSo I need:
19:32.46ValantilLibs\LibPeriodicTable-3.1\LibStub\LibStub.lua
19:32.47ValantilLibs\LibPeriodicTable-3.1\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua
19:32.55ValantilIn the addon's toc?
19:33.25ValantilDo I also need all the data addons added as well, instances, rep, etc etc?
19:34.34durcyntake a look at http://svn.wowace.com/wowace/trunk/Mendeleev/embeds.xml for an example
19:34.59NeoTron22 slot bag for 1200g
19:35.09NeoTrontalk about a "let's burn some money before wotlk" bag
19:35.23*** join/#wowace DARKGuy (n=DARKGuy@201.211.45.36)
19:35.39ValantilThere's none of that in my addon's XML
19:35.44durcynNeoTron: they inflated their own economy to trivialize gold farmers, adding in a method of dumping the excess gold is actually smart
19:35.56NeoTronnot saying it's not
19:36.03NeoTronthey said they would add some stuff to burn money on
19:36.07durcynValantil: you don't have to do it in embeds.xml, you can use toc, but those ar ethe files you want
19:36.13Valantilok
19:36.14durcynare*
19:36.18NeoTronI just can't decide if it's worth it for me
19:36.26durcyni thought you played a warlock
19:36.29CIA-4403philosound 07philosound * r77162 10Poppins/Poppins/ (5 files in 2 dirs):
19:36.29CIA-44Poppins:
19:36.30CIA-44- Tooltip options
19:36.30NeoTronI do
19:36.35durcynthen it's worth it
19:36.38NeoTronI just got all 20 slot bags
19:36.44NeoTronbut I'm also the tank warlock
19:36.54NeoTronwhich means I have more sets of gear to carry about
19:37.16ValantilThis addon used a bunch of Ace libs...some of which kinda elude me as to their function
19:37.29genetik-i decided that it's not worth it to me to buy the 22 slot bags.. they're probably going to be quest rewards in the expansion anyways, and i'm not hurting for space right now
19:37.40ValantilFor example, Mertognome.
19:37.44Valantil*Metrognome
19:37.46*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
19:37.59durcynmetrognome is highly deprecated, what addon is it?
19:38.09ValantilAll I know about it is, I had to update it for 2.3 because this addon stopped working due to the addon trying to load timers
19:38.14ValantilThis is Venantes
19:38.21ValantilLast public release was for WoW 2.0.0
19:38.34ValantilI've been updating and tweaking here and there since then and it still works..
19:38.46Valantilbut I'm missing a lot of data, so I finally decided it was time to overhaul it
19:38.47NeoTronwait, when one of the eredar twins does, the other one resets to full health?
19:38.52durcynyes
19:39.03NeoTroninteresting
19:39.32NeoTronso much for having some excess (due to threat constraints) dps go to the other twin
19:39.51durcyn6/17 22:26:03.562  SPELL_HEAL,0xF13000624E0026D1,"Grand Warlock Alythess",0xa48,0xF13000624E0026D1,"Grand Warlock Alythess",0xa48,45366,"Empower",0x1,6000000,nil
19:39.54durcyn6/17 22:48:58.015  SPELL_HEAL,0xF13000624E002BC3,"Grand Warlock Alythess",0xa48,0xF13000624E002BC3,"Grand Warlock Alythess",0xa48,45366,"Empower",0x1,6000000,nil
19:39.55NeoTronI use ShardAce and it still uses metrognome
19:39.59NeoTronkind of sad
19:40.00durcynthusly.
19:40.02NeoTronnod
19:40.06NeoTronI trust
19:40.10NeoTronit to be correct
19:40.13ValantilWhat do I replace Metrognome with?
19:40.33ValantilBTW, Venantes uses:
19:40.36ValantilLibs\Babble-Spell-2.2\Babble-Spell-2.2.lua
19:40.38ValantilLibs\Compost-2.0\Compost-2.0.lua
19:40.39ValantilLibs\Dewdrop-2.0\Dewdrop-2.0.lua
19:40.41ValantilLibs\Gratuity-2.0\Gratuity-2.0.lua
19:40.42ValantilLibs\LibFuBarPlugin-3.0\LibFuBarPlugin-3.0.lua
19:40.44ValantilLibs\Metrognome-2.0\Metrognome-2.0.lua
19:40.45ValantilLibs\Tablet-2.0\Tablet-2.0.lua
19:40.49durcynnotice the amount though, NeoTron, 6 million =(
19:40.52durcynValantil: use pastey please
19:40.52ValantilI'm responsible for updating it to Fubar 3
19:40.58NeoTronyeah
19:40.58ValantilI did
19:41.02durcynno, pastey.net
19:41.05ValantilChatzilla does it that way
19:41.08NeoTrondefinitely a full heal
19:41.08Valantiloh
19:41.33ValantilShouldn't need to paste anything that big again though
19:41.42NeoTronfor future reference
19:41.45Valantilkk
19:41.50ValantilApologies
19:42.06durcynanyway, why do you need FBP-3
19:42.06ValantilI've not been using IRC for...hmm..6-7 years?
19:42.19durcynFBP-2 works fine with FuBar 3, and you don't have to pull in Rock crap
19:42.41ValantilBecause I'm updating everything to begin extending the addon..
19:42.43NeoTrondurcyn: FBP-2 depends on ace2?
19:42.43durcynit's most assuredly not a drop-in replacement
19:42.49durcynhe's already using ace2?
19:42.54ValantilUsing Ace2
19:43.02cncfanaticsWTB LibStub fubar thingy ?
19:43.03NeoTronusing ace2 def use fbp2
19:43.13NeoTroncncfanatics: that's what fbp3 is, at least on some branch
19:43.18durcynhm, what ever happened to FBP3-mod branch
19:43.20NeoTronOmen and Magic Targets uses it
19:43.36NeoTronit's not perfect. For example it doesn't work with the ace2 version of FuBar
19:43.41ValantilAh, that reminds me, a bit off topic, but WHY does my raid have to update Omen every raid?
19:43.47ValantilPisses em off
19:43.47NeoTronValantil: they dont?
19:43.52*** part/#wowace cncfanatics (i=51f0e2eb@gateway/web/ajax/mibbit.com/x-ba18799cb25359c0)
19:43.58ValantilThey do, or we notice people not showing up
19:44.11NeoTronOmen barely changes atm
19:44.14NeoTronor rather, threat
19:44.22durcynThere's been... one Threat lib update in the past two weeks?
19:44.24*** join/#wowace lifetapt (n=lifetapt@adsl-153-197-67.mia.bellsouth.net)
19:44.24NeoTronwe haven't had to do "forced update" for quite some time
19:44.30vithosyou must raid like once every few months?
19:44.31ValantilOur MT and 2 healers had versions 3 days old, and weren't showing on it last night
19:44.48ValantilUpdated and they did
19:45.40durcynsounds like they lied to you
19:45.59ValantilNo, because we were in the raid 3 days prior and they were showing up.  :P
19:46.17ValantilIt's really bizzare
19:46.36ValantilHappens to about 4-5 folks who forget to update daily about every week or two
19:47.25*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
19:47.25*** mode/#wowace [+o Cairenn] by ChanServ
19:48.04ValantilLemme see if I can't get PT 3.1 working, then I'll get back with any fuirther problems
19:48.36durcynit should be a drop-in replacement, depending on what calls it's using
19:48.39aestilwhats the mod that tells you the name of a frame when you mouse over it?
19:48.42ValantilJust quick Q first...
19:48.46wlxexcuse me, but is there any topic related to some bug happening with wowace updater or i am alone having issue with it ?
19:48.51vithosaestil: devtools
19:48.55vithos~devtools
19:48.56purlIriel's DevTools, a highly useful set of debugging tools for developers on WoW. Found at   http://www.wowinterface.com/downloads/fileinfo.php?id=3999  Why isn't it in the default client yet?
19:48.59ValantilLibs\LibPeriodicTable-3.1\LibStub\LibStub.lua needs to be in the addon's toc?
19:49.16durcynYes, you need to load LibStub before you can use it to load LPT
19:49.19Valantilk
19:49.29Valantillemme give this a shot
19:50.44wlxexcuse me, but is there any topic related to some bug happening with wowace updater or i am alone having issue with it ?
19:50.51*** join/#wowace Antiarc|Laptop (n=Chris@wsip-70-184-82-98.ph.ph.cox.net)
19:51.00ValantilOperator Error.  :P
19:51.10wlx:(
19:51.40ValantilOk, if Ace2 is fine to use, why was Ace3 made?
19:51.45ValantilCouldn't find that info anywhere either
19:52.19ValantilPT3.1 is working.  :)
19:52.26Valantiland the bag lag from 3.0 is gone
19:52.33aestilwhat is the slash command to see the frame names with devtools?
19:52.39vithosValantil: a very vague answer is because "works" isn't the same as "couldn't be better"
19:52.47vithosaestil: /dtframestack
19:53.01durcyngrep SLASH DevTools/*.lua imo
19:53.02ValantilVithos, I figured as much, so what makes Ace3 BETTER than 2?
19:53.31vithosValantil: did you read http://www.wowace.com/wiki/Ace3 ?
19:54.07ValantilAH..nice read
19:54.13ValantilHmm...
19:54.21ValantilPT 3.1 is still missing the info for Naruu Rations
19:55.21aestillol, it went from BT4BarPet
19:55.26aestilto BT4BarPetBar
19:55.46nevcairielthe names are autogenerated
19:55.48nevcairieland dont matter
19:55.49nevcairiel:)
19:55.58*** join/#wowace copystring (n=copystri@p548A18B0.dip0.t-ipconnect.de)
19:56.00aestilyeah
19:56.22aestilthey matter.
19:56.24aestiljust not to you.
19:57.05Valantilooo..I could replace Metrognome with AceTimer-3.0?
19:57.17ValantilOr am I mssing the point of Metrognome?
19:57.36durcynmetrognome was a misguided attempt at librarifying onupdate handlers
19:57.46Valantilk.
19:57.51ValantilGot a better one?
19:58.00Valantilor a better method?
19:58.41ValantilIt generates errors often, usually looking like: Metrognome-2.0: A timer with the name "xxxx" already exists
19:59.02*** join/#wowace philosound (n=philosou@u13-161.dsl.vianetworks.de)
20:02.17*** join/#wowace Belazor (n=Vulcanus@212251189074.customer.cdi.no)
20:04.20ValantilHmm Tekkub seems to ahev written most of this stuff
20:05.06*** join/#wowace ncopystri (n=copystri@p548A1460.dip0.t-ipconnect.de)
20:05.13ValantilAnyone know how to add new items to the PT 3.1 files?
20:05.21ValantilThey all say not to edit them manually
20:08.54philosoundwell, there´s a dataminer.lua inside PT3.1, but that´s all I can say about that :(
20:09.10*** join/#wowace Draxyl (n=draxyl@c-71-235-152-173.hsd1.ma.comcast.net)
20:11.19Valantilic
20:11.29Valantilno idea what to do with it either
20:11.40erikhhey folks, is there someone with intimate pitbull knowledge in here?
20:12.03erikhjust a usability question, I don't want to monopolize anyone's time
20:12.16philosoundlike unsuccessfully writing a module? that´d be me ;)
20:13.45erikhphilosound: I apologize.. it's more mundane than that. I just am curious why my export layout options are greyed out.
20:15.13*** join/#wowace Vilkkuu (n=Vilkku@86-60-157-18-dyn-dsl.ssp.fi)
20:15.39*** join/#wowace Drool (n=drool@87-194-188-170.bethere.co.uk)
20:16.57philosoundI wish I could tell actually..
20:17.48philosoundI´ve been highly unsuccesull using layouts too unfortunately
20:19.04erikhdamn.
20:19.06erikhok, thanks for your time
20:27.24CIA-4403funkydude * r77163 10BasicComboPoints/Locales/frFR.lua: BasicComboPoints: minor bugfix
20:29.10*** join/#wowace Zedde (i=mircwars@h-91-126-55-156.wholesale.rp80.se)
20:30.01ValantilCan I load Ace3 as a normal addon and have it be availible to everything, and would doing so save memory when I have man addons using it?
20:30.10Valantil*many
20:31.00NeoTrondumb question perhaps but how the heck do you create a link on the blizzard forums?
20:31.08NeoTronno markup doesn't work and [url] doesn't work?
20:31.27*** join/#wowace Cheads (i=chead@0x57327e6b.virnxx18.adsl-dhcp.tele.dk)
20:31.35ValantilI can't recall offhand
20:31.47ValantilI thought it was [url=theurl]sometext[/url]
20:32.20ValantilI've been avoiding the wow forums for awhile
20:32.26ValantilGot fed up with the hordes of idiots
20:34.34NeoTronmaybe they removed the ability to make links
20:34.35philosoundValantil: That´s loading Ace3 disembedded - the WAU Updater supports this, and there´s an Ace3 folder on files.wowace.com
20:34.48NeoTronto avoid all the phising, trojan etc links
20:35.01philosoundit just saves file space actually ;)
20:35.06NeoTronsaves load time
20:35.12NeoTronbut no real difference on memory
20:35.14Valantilok
20:35.19Valantilload time would be good
20:35.27ValantilI've got some 70 or so addons
20:35.35Valantiltakes 3-4 mins to load wow
20:35.39philosoundyou use WAU?
20:35.43Valantilnot yet
20:35.55ValantilI have too much old an antiquidated stuff to use it yet
20:35.55Pkekyo|"Let me get this straight...That woman over there was trying to get to her balls that were inside the knees of that black kid who's father is a dolphin?"
20:36.01ValantilAfraid to break things
20:36.21philosoundwell, that´s entirely possible ;)
20:36.40philosoundwhy not back up your entire addons folder - then you´ll see
20:36.40Valantil:P
20:36.54ValantilI'd rather finish modernizing stuff
20:37.11DashkalNeoTron: Unless something changed, url linking is still blocked on their forums (only works in sigs) thanks to the flash exploit
20:37.25ValantilI'm trying to modernize, extend and cleanup.  Also, trying to move functionality out of other addons into a few key ones of which I'm the only maintaner
20:37.57ValantilVenantes is one of those key addons, actually, the entire set of sphere addons I've made are
20:38.20ValantilVenantes is the only one I didn't make.
20:38.31ValantilIt was designed to be very modular
20:38.35*** join/#wowace p3lim (n=p3lim@ti500710a080-2524.bb.online.no)
20:38.44philosoundwell, wau won´t overwrite anything that isn´t on wowace by default
20:38.51ValantilCopy the addon, make a new name, change the spell and class specific info in it and wham..new class addon
20:39.04ValantilI know
20:39.48VulcanusCryolysis 3 is currently in development and will be a sphere addon that works for all classes ;p
20:39.48ValantilI'm building around FuBar, the sphwere addons and Xperl
20:39.57ValantilReally?
20:40.03Vulcanusye its in branches atm
20:40.04ValantilToo bad.,..beat ya to it.  :P
20:40.11ValantilI have all 9 classes.
20:40.18ValantilJust need to get the core of it updated
20:40.35NeoTronso the world is about to fall apart
20:40.38Vulcanusye but we use modules and aim to make a better menu system as well as being more streamlines
20:40.40Valantilheh
20:40.49NeoTronwe got an app from a hunter who seems capable of doing dps
20:40.59memeyouis still cheering on cryo2
20:41.01philosoundthey´re real?
20:41.02ValantilYeah, right now the addons for each class stand alone, as does the sphereloader
20:41.03philosound;P
20:41.16Valantil<< Is a hunter that can DPS
20:41.23ValantilI'm my guild's Survival hunter though
20:41.41NeoTronValantil: we've had such hunters. have one left
20:41.42Vulcanussphereloader? Dont tell me you're the guy who wrote "sabella" or whatever that loader system that was on wowui
20:41.43ValantilAlso it's progression raid leader..which is an anomoly in itself
20:41.47NeoTronbut we'ev gotten some really bad apps
20:41.50Valantil*I'm a
20:41.50philosoundthat´s an unusual choice isn´t it?
20:42.03ValantilNo VUlcanus
20:42.42ValantilSphere Loader is a very tiny custom addon made specifically for Venantes, and sopports a number of other sphere addons
20:44.03Valantilbigwigs is an ace addon, right?
20:44.12philosoundight
20:44.14Valantilkk
20:44.30Vulcanusah well, we looked at other mods when deciding to do Cryo3 and none of them could conform to the menu system we liked from Cryo2 nor could they match us in flexibility so we decided to go for it XD hell it even works without a single class module loaded, then you'll just get a basic sphere that tracks health/mana/energy/rage in whatever way you want it to, 3 customiseable buttons and a mount button that I am almost finished with making s
20:44.30Vulcanusmart (ie determining texture and functionality based on your location)
20:44.35philosoundace2 atm if i recall right
20:44.41ValantilI need to finish my mass of clarification improvements to it I borwwed from DBM and upload em
20:45.05Vulcanusok you said improvement and DBM in the same sentence
20:45.09memeyougrat... all the features i disable
20:45.17philosoundhehe
20:45.22ValantilVulcanus: The Venantes Series can be seen in action at www.amodernpirate.com/1.jpg
20:45.35*** join/#wowace copystring (n=copystri@p548A115D.dip0.t-ipconnect.de)
20:45.41Valantiland 2.jpg
20:46.34ValantilOne of it's problems I'm working on too aside from the PT3.1 problem I was having, is getting it to take icons from the game instead of from a folder
20:46.58VulcanusI had problems with PT as well, spellids has a bloody dash in them
20:47.02philosoundlike GetSpellIcon?
20:47.07ValantilCatch is, I think the reason that was done originally was because the saved icons have been modified
20:47.10Valantilyeah
20:47.27*** join/#wowace ncopystri (n=copystri@p548A1161.dip0.t-ipconnect.de)
20:47.58ValantilSo I've been thinking to adopt a square form instead of remaining circular
20:48.12ValantilIt'd allow more room inside too for additional information
20:48.22ValantilMore rings for example
20:48.34Vulcanusyou go with square and we'll stick with circle, then we'll let speed and memory efficiency determine the winrar in the end
20:48.57Valantilhehe
20:49.03ValantilI'm working on it
20:49.44Vulcanusgorram it I should be working on cryo as well, mount detection is about 75% done, then I just have to make the macro and do the button texture and its done
20:49.56ValantilI've only done it because Venantes was the only shpere addon forever
20:50.14ValantilHow do you do mount detection?
20:50.27VulcanusPT3.1 table of all mounts then loop through inventory
20:50.44*** part/#wowace ncopystri (n=copystri@p548A1161.dip0.t-ipconnect.de)
20:50.44Vulcanusits a real pita for efficiency but we want to avoid people having to input their own shite
20:50.47ValantilI chack what the player has in his bags, then put the flying mount on left lcikc, ground mount on right, and wheel is hearthstone..it's configurable though
20:51.01ValantilSame deal
20:51.09*** join/#wowace elite3vil (i=elite3vi@c-71-233-102-98.hsd1.ma.comcast.net)
20:51.37durcynyou should both give up and use Opie, imo
20:51.40Valantillol
20:51.48durcynonce it's actually released =(
20:51.56Vulcanusin cryo2 you could put whatever on whatever button, but in Cryo3 Im going to make it so that left click = ground or flying based on [flyable] and right click will be HS, then middle click will be Astral Recall for shamans and nothing for the others
20:52.13*** join/#wowace Civrock (n=Civrock@24-182-74-089.dhcp.hckr.nc.charter.com)
20:52.28Valantilah
20:52.34Vulcanusand I made it so that you can configure what modifier is middle click, alt crtl or ctrl
20:52.40ValantilI found having ground and flying NOT automatically changing was better
20:52.48ValantilEspecially if said player only has normal flying
20:53.09Vulcanusthat's why Im gonna make a checkbox to disable automatic matching after Ive actually done it
20:53.22durcynhttp://www.go-hero.net/opie/ in case you were wondering
20:53.26ValantilWhich accomplishes what?
20:53.43Vulcanusrevert to what you said there
20:53.53Valantilah, so you have 3 clicks
20:54.08*** join/#wowace Worf (n=worf@84.119.76.144)
20:54.25ValantilI'd put Astral Recall as a modclick..
20:54.27Vulcanusye in the event of no automatic matching Ill toss HS from middle click for shamans as I believe AR triggers 15 mins of CD on your hs anyways
20:54.34ValantilSHIFT-click on the hearth
20:54.44memeyouless talk and more /trunk/
20:54.49Valantillol
20:55.03Vulcanusrather have shit working before I toss it in trunk
20:55.03VulcanusXD
20:55.34philosoundit doesn´t, they´re independent
20:55.40philosoundAR and HS
20:55.46Vulcanuswell balls
20:55.54ValantilYeah, they are on sep CDs
20:56.01Vulcanusmaybe Ill just stuff AR then, they can put it on one of their custom buttons if they want
20:56.12VulcanusIm not going to hassle with alt-shift-click, thats just weird
20:56.12VulcanusXD
20:56.17Valantillol
20:56.29Vulcanusitll be like the mac version of cad
20:56.36VulcanusCLOVER LEAF SPACEBAR PERIOD THING
20:56.57ValantilThe way I did it for the Shaman was the middle click flips out an additional button that has heart and AS on left and right clicks
20:57.07Valantilmiddle clicking the original button makes it go away
20:57.36Vulcanusthats one more click than what is needed, imo
20:57.59*** join/#wowace LordFarlander (n=chatzill@ns2.pyramidpeak.com)
20:58.06Valantil*shrug*  options
20:58.23vithoswhy not track the cooldowns and use whichever is appropriate?
20:58.41memeyouother addons do is why they say
20:58.45ValantilWhat if both are?  use AS isntead?
20:59.00Valantilerm..both not on CD that is
20:59.14philosoundif i have the choice i usually go for ar
20:59.33vithoswell obviously you're going to choose one to prioritize over the other.. technically you're better off using HS first right?
20:59.38philosoundi wonder if it´d be wiser the other way round if i think about that...
20:59.51philosoundi´d think so
20:59.58vithosit's a longer cooldown, so better to use it sooner so it can be up again sooner
21:00.02ValantilBTW, plz tell me how to merge pet with owers with Recount
21:00.13ValantilI checked the box I thought did it, but nothing changed
21:00.33ValantilMerge pets w/owners didn't do a thing
21:00.43*** join/#wowace ncopystri (n=copystri@p548A12EB.dip0.t-ipconnect.de)
21:00.46vithospretty sure merge pets is on by default
21:00.58Valantilturning it on or off does nothing
21:01.01Valantilfor me
21:01.16vithosi don't use recount anymore so i'm not sure, maybe the option only affects new data?
21:01.29philosoundi would guess so too
21:01.35vithosor maybe it's just broken
21:01.45philosoundthat´s another option ;)
21:01.59*** part/#wowace ncopystri (n=copystri@p548A12EB.dip0.t-ipconnect.de)
21:02.54ValantilAh..I see
21:03.02ValantilI had to completely delete Recount
21:03.08Valantilthen install the latest
21:03.16ValantilI must had a bugged version
21:04.37ValantilHow can I get Recount to show the raid's DPS on a given target?
21:04.45Valantillike I could with SWstats?
21:05.03ValantilI could see incoming DPS on NPCs
21:05.35NeoTronin the config UI you can pick to display NPC data
21:06.45ValantilWTB tooltips in rcount
21:06.49Valantilugh
21:09.03*** join/#wowace copystring (n=copystri@p548A12EB.dip0.t-ipconnect.de)
21:11.28Valantilin the NPC group, non-trivial are elites, or are they ones around you level, ergo, not grey?
21:11.28Xinhuanyou can click on the cogwheel, go to one of the tabs to display a raid DPS real time graph
21:11.43ValantilYeah, I saw that, but it doesn't display DPS vs a given target
21:11.58Xinhuanthink you're out of luck if you want to go into such specific detail
21:11.58ValantilWhat if we're AoEing down Muerlocs for example?  :P
21:12.06ValantilI found the way to do it
21:12.21Xinhuanbut i'll suggest trying Damage taken or something ;p
21:12.28Xinhuanand showing NPCs in it
21:14.57Valantilwas trying that..not showing up
21:15.21Valantillol..was showing, but not recording any datsa.  :P
21:16.27NeoTronSo M'uru is one of those fights where everyone needs to be top of the line to even try the fight - i.e similar to how vashj was - if you weren't buffed during tries, you likely would fail phase 2
21:16.37Valantilhmm..
21:16.40NeoTronI guess you can work with muru where dps is simply ignoring M'uru to learn the other aspects
21:16.42ValantilShowing now, problem is...
21:17.03ValantilIt only shows dmg taken and the % of the total..no DPS
21:17.35NeoTronis there no option for DtPS?
21:17.40NeoTronDTPS rather
21:17.42ValantilI suppose what I need is a DPS taken
21:17.56ValantilI only see Damage Done, DPS, and Damage Taken
21:18.02ValantilNo DTPS
21:18.28ValantilAnd I wish I could configure the filters on a per tab bassis
21:18.34Valantillike SWstats allows
21:18.44ValantilIt's just SWstats is less accurrate than recount
21:19.47Valantil..or add custom pages
21:21.47ValantilAlso, WTB RecountFu
21:23.07*** join/#wowace Kirkburn (n=Kirkburn@wikia/Kirkburn)
21:23.31vithoshttp://files.wowace.com/FuBar_RecountFu/
21:23.47VulcanusXD
21:23.58*** join/#wowace JoshBorke (n=josh@WoWUIDev/WoWInterface/LegoBlock/joshborke)
21:24.06VulcanusI take paypal
21:24.30Valantillol
21:24.32Valantilthanks
21:25.18*** join/#wowace Tuller (n=muffins@c-76-27-160-125.hsd1.va.comcast.net)
21:26.47Megalonoh
21:28.17Megalonsomeone in here who is responsible for RBM
21:28.27ValantilTryingt to look at how to add another page to Recount for DPTS
21:28.51Megalonfound a way to crash my wow, from the config window
21:29.16NeoTronhttp://tinyurl.com/5sjxz6 itneresting, thottbot still bears wowhead.com
21:29.44DARKGuyMegalon: whee, how? :D
21:30.19Gary1NeoTron: Quantity > quality in this case.
21:30.43Gary1There's still a lot more people that use thott
21:30.53MegalonDARKGuy: with the config for the cooldown watch plugin
21:30.54Gary1not really that shocking :P
21:31.05NeoTronit is to me
21:31.17NeoTronsince wowhead ws so clearly superior than thottbot when it first came out
21:31.17DARKGuyMegalon: ouch :(
21:31.21DARKGuyshall try it at home :D
21:31.43Megalonreproducable :x
21:32.24Megalonwell, i'll post it in the rbm thread, after naxx, if there is a rbm thread :>
21:38.23*** join/#wowace DARKGuy (n=DARKGuy@201.211.45.36)
21:42.54*** join/#wowace Worf (n=worf@84.119.76.144)
21:44.35*** join/#wowace durcyn_ (n=torgo@70.114.132.85)
21:49.10*** join/#wowace Yssaril (n=Yssaril@adsl-76-238-3-194.dsl.emhril.sbcglobal.net)
21:53.25*** join/#wowace Daemona (n=koaschte@i577A16FE.versanet.de)
22:00.05*** join/#wowace hiflyer (n=hiflyer@c-8670e255.033-45-73746f32.cust.bredbandsbolaget.se)
22:09.32*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
22:12.48*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
22:13.36*** join/#wowace Thelyna (n=burp@222-152-90-186.jetstream.xtra.co.nz)
22:18.00CIA-4403funkydude * r77164 10BadBoy/ (BadBoy.lua BadBoy.toc): BadBoy: updated blacklist
22:21.24*** join/#wowace Gary13579 (n=Gary1357@c-66-41-234-235.hsd1.mn.comcast.net)
22:23.42CIA-4403Insomniax * r77165 10RepTracker/ (Core.lua RepTracker.toc):
22:23.42CIA-44RepTracker:
22:23.42CIA-44<PROTECTED>
22:23.43CIA-44<PROTECTED>
22:26.58*** join/#wowace spode (n=spode@85.134.127.203)
22:39.30*** join/#wowace Josh_Borke (n=jk275@WoWUIDev/WoWInterface/LegoBlock/joshborke)
22:42.10*** join/#wowace |Yssaril| (n=Yssaril@adsl-76-238-3-194.dsl.emhril.sbcglobal.net)
22:44.42*** join/#wowace Yssaril (n=Yssaril@adsl-76-238-3-194.dsl.emhril.sbcglobal.net)
22:46.09*** join/#wowace Guillotine (n=Guilloti@cpe-76-167-203-65.socal.res.rr.com)
22:51.00*** join/#wowace Dotted (i=Dotted@bureaucrat.wowwiki.dk)
22:51.25CIA-4403sayclub * r77166 10Bartender4/locale/koKR.lua:
22:51.25CIA-44Bartender4:
22:51.25CIA-44- koKR Update
22:54.33*** join/#wowace ncopystrig (n=copystri@p548A0B5F.dip0.t-ipconnect.de)
23:04.09*** join/#wowace Zedde (i=mircwars@h-91-126-55-156.wholesale.rp80.se)
23:04.09CIA-4403ulic * r77167 10LittleWigs/ (9 files in 3 dirs): (log message trimmed)
23:04.09CIA-44LittleWigs:
23:04.10CIA-44- Auch/Ikiss: Fix icon for the poly
23:04.10CIA-44- Auch/Maladaar: Removed an old message & added a health based warning for the Avatar spawn
23:04.10CIA-44- Auch/Pandemonius: Fixed CombatListener
23:04.10CIA-44- Auch/Tavarok: Added this new boss, announces and icons players that get put in a Crystal Prison
23:04.14CIA-44- TK/Gyrokill: Removed an extra Shadow Power message, changed some variable names and text, will need new translations
23:06.53*** join/#wowace ncopystrig (n=copystri@p548A0B5F.dip0.t-ipconnect.de)
23:14.16*** join/#wowace DARKGuy (n=DARKGuy@201.242.99.96)
23:15.35*** join/#wowace |Yssaril| (n=Yssaril@adsl-76-238-86-195.dsl.emhril.sbcglobal.net)
23:15.51*** join/#wowace |Yssaril| (n=Yssaril@adsl-76-238-86-195.dsl.emhril.sbcglobal.net)
23:17.44*** join/#wowace Gary1 (n=Gary1357@c-66-41-234-235.hsd1.mn.comcast.net)
23:20.13*** join/#wowace Ackis (n=asdf@S0106000ea64881e9.ed.shawcable.net)
23:22.17Pkekyo|anyone here seen Stephen Lynch's live at the El Rey?
23:22.30*** join/#wowace copystring (n=copystri@p548A0B5F.dip0.t-ipconnect.de)
23:24.54*** join/#wowace Shirik (i=nospam@conspiracy/developer/Shirik)
23:24.54*** mode/#wowace [+v Shirik] by ChanServ
23:25.23Pkekyo|where the hell are the amerifags at these hours? :p
23:25.37*** join/#wowace Vulcanus (n=Vulcanus@212251189074.customer.cdi.no)
23:27.03*** join/#wowace Hjalte (n=Hjalte@0x5731955e.svgnxx3.adsl-dhcp.tele.dk)
23:30.05*** join/#wowace abug (n=ABUGABUG@c-71-207-39-61.hsd1.pa.comcast.net)
23:30.41Josh_Borkewho?
23:31.21abugwhen?
23:31.50abugoh nm you're an owl
23:31.54*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
23:31.54*** mode/#wowace [+o Funkeh`] by ChanServ
23:34.32abugis there any documentation for ace3 other than on wowace and the sparse amount in comments?
23:35.25*** join/#wowace Yssaril (n=Yssaril@adsl-76-238-86-195.dsl.emhril.sbcglobal.net)
23:41.08Josh_Borkeno, but you can ask
23:41.11Josh_Borkewhat is your question?
23:41.26Josh_Borkethe code was intentionally split up and kept simple so it would be easy to understand
23:41.39Josh_BorkeAceGUI / AceConfig not withstanding
23:41.46*** join/#wowace DARKGuy (n=DARKGuy@201.242.99.96)
23:41.56abugah AceGUI is actually what I was wondering about
23:42.13Josh_Borkelook at how others do it
23:42.23abugwhich addons have used it?
23:42.35durcynstart with AceConfigDialog
23:42.44abugah thank you
23:42.51Josh_Borkethat's going to end badly imo ;-P
23:43.44abughttp://ace3.net/ is what I see when I look at AceGUI
23:44.26Josh_Borkelol
23:46.14*** join/#wowace Dark_Elf (n=Dark_Elf@ip72.net253.mw.net)
23:50.58DARKGuylmao
23:51.08DARKGuythat's some skillz yo
23:51.18DARKGuywish I could throw out people like that
23:51.20DARKGuy>:D
23:56.24DARKGuyrofl! -> http://img59.imageshack.us/img59/1663/wowscrnshot062008171031dm7.jpg
23:56.48Camcilol
23:56.55ckknightDARKGuy: I didn't think you could mount and be in shapeshift form at the same time...
23:57.37DARKGuyckknight: yeah, that's what the guy who posted the screenshot was puzzled about
23:58.02DARKGuyfunny tho, boomkin + raptor = boomraptorkin ? :P

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