IRC log for #wowace on 20100203

00:00.37ShadowedThat will work but it's temporary
00:00.46Groktarso i have 4pc and 147 badges
00:00.47Groktar>.>
00:00.48Shadowedmight be easier to just go with locale
00:01.18GagorianTemporary?
00:01.22ShefkiThat's weird.
00:01.24Repo10honorcapitall: 03Shefki 07master * v0.5 HonorCapItAll.lua: [+1 commit] So UNIT_QUEST_LOG_CHANGED doesn't actually fire for objective progress
00:01.35ShadowedIf they add more zones like that you'd have to change it
00:01.36ShefkiWintergraps returns 1 for the 2nd value of that function.
00:01.43ShadowedBut wait a second Gagorian doign VoA
00:02.01ShadowedI think there's a WG specific function to check due to how the release/queue stuff works
00:02.15Arrowmasterdoesnt the pvp minimap icon do some special stuff if you are in WG?
00:02.18Arrowmasterjust figure out what it does
00:02.25ShefkiYup.
00:02.28Repo10honorcapitall: 03Shefki 04v0.5 * e9b97bc /: [new tag] Tagging as v0.5
00:03.22ShadowedThose are the functions I'm talking about Arrowmaster
00:03.28Shadowedalthough think those are only while it's active
00:03.33Repo10big-wigs: 03Rabbit * r7134 Plugins (2 files in 1 directory): Add in some xxx release comments.
00:03.38GagorianShadowed: Wouldn't that function return it for the new zones? And wouldn't the debuff also affect those zones?
00:03.47Arrowmasterwhich is what you would want
00:04.08Shadowedit may or may not, who knows
00:04.40GagorianSo basically it's impossible to make a solution that lasts? :)
00:05.16WobWorksimple solution =P
00:05.25WobWorkhave the addon cast a healing spell on zone change =P
00:05.46Gagorian"simple"
00:05.49WobWork^^
00:05.49Gagorian:D
00:05.54*** join/#wowace Balreign (~Balreign@ANantes-552-1-60-200.w92-139.abo.wanadoo.fr)
00:05.57*** join/#wowace jnds (~ljugo@74-141-114-16.dhcp.insightbb.com)
00:06.02GagorianOut of interest, what would GetZonePVPInfo return in a battleground?
00:07.59Arrowmasternil
00:10.05yoshimoif someone is 1 resilience point below critimmunity, how likely will he get a critical hit then?
00:10.33Shadowedon second thought Gagorian
00:10.39Shadowedgo with GetZonePVPInfo
00:10.55Shadowedit's going to change some cataclysm anyway, who cares
00:11.31*** join/#wowace Kilroo (~Kilroo@cpe-098-026-148-169.triad.res.rr.com)
00:11.47Gagorianyoshimo: 1/94.27 of a percent
00:12.04Gagorianif you're talking about 1 resilience rating below
00:12.30ShadowedGagorian: Do you know if it's a flat -10%?
00:12.32ShadowedI assume so
00:12.44GagorianI'll multiply everything by 0.9
00:12.49yoshimoso its rather unlikely?
00:12.52*** join/#wowace Fisker (brb@62.61.142.209.generic-hostname.arrownet.dk)
00:12.52Shadowedactually I can just check really quickly
00:12.56Shadoweddurr
00:13.13ShefkiWhat if the Wintergrasp debuff only applies when Wintergrasp is in progress?
00:13.25ShadowedThen I learn two things
00:13.30Shadowedboth useful
00:14.02Shadowedof course it could also be MG and I can't cast anything
00:15.37Repo10surgeon-general: 03Brimmstone * r93 SurgeonGeneral.lua: Added Toravon the Ice Watcher to VoA
00:15.58Shadowedoh combat log bug out
00:15.59Shadowedof course :|
00:16.07Gagorianwhy does that shit happen
00:16.15GagorianIf you mean combat log stops displaying anything
00:16.21Shadowedyes
00:16.26ShadowedNo idea, it's existed since 2.4
00:16.40GagorianIt's F'ing annoying
00:17.19Repo10surgeon-general: 03Brimmstone 041.9.1 * r94 : Tagging as 1.9.1
00:17.19GagorianArathi Basin seems to be "contested", nil
00:17.29Gagorianfor the GetZonePVPInfo
00:17.45Shadowedyea you're right
00:17.55Shadowedit's multiplicative  
00:20.12*** join/#wowace Raegx|sleep (Raegx@cpe-69-207-182-132.rochester.res.rr.com)
00:21.51*** join/#wowace kd3 (~kd3@wikia/kaydeethree)
00:22.06ShadowedIsInInstance and GetZonePVPInfo should be all you really need Gagorian
00:22.17Raegx|sleep...is there anyway to get the HP/MP of a mob via a combat log event that doesn't resut in using UnitGUID and comparing to Unit("target" / "focus" / etc )?
00:22.38ShadowedAlthough I need to check if GetZonePVPInfo is available on ZONE_CHANGED_NEW_AREA
00:22.57ArrowmasterRaegx|sleep: no
00:23.04Raegx|sleepfigures, too usefull
00:24.30GagorianShadowed: Yeah, that's what I did so far
00:24.43GagorianI was about to test it but got deserter while alt tabbed
00:24.52Gagorianso...
00:28.32*** join/#wowace Venara|afk (~venara@p4FECAFDE.dip.t-dialin.net)
00:29.07Shadowedhaha
00:30.44Repo10auctionlite: 03MerialKilrogg * r170 Locale (7 files in 1 directory): Switch to auto-localization macros.
00:33.52GagorianNow I only need to find a good event to trigger an update on
00:35.17ShadowedZONE_CHANGED_NEW_AREA and PLAYER_ENTERING_WORLD
00:35.42Shadowed(PEW Is to catch reloading)
00:37.04GagorianI wonder if the returns for those two funcs correct right after event trigger?
00:37.34Gagorians/correct/are correct/
00:38.14ShadowedIsInInstance definitely returns valid data at this points, I use those in pretty much every mod for that
00:38.22Shadoweddouble checking on GetZonePVPInfo
00:39.49Shadowedon initial login ZCNA has GetZonePVPInfo data, so yea i tshould be fine
00:40.54GagorianOk, thanks
00:43.48ShadowedYAY COMBAT LOG BUGOUT :|
00:48.01GagorianShadowed: Do I need to worry about ZONE_CHANGED_NEW_AREA triggering multiple times?
00:48.07Shadowednope
00:48.52ShadowedYou have to apply the -10% reduction last by the way
00:49.34GagorianI don't really have "an order"
00:49.38Shadowedwell
00:49.44GagorianBut I know what you mean
00:49.47ShadowedI was applying the 0.90 first then adding the other talents
00:49.51Shadowedand it didn't gimmie the right results
00:50.10GagorianI have separate variables for different types and merge them before calculation
00:50.17Gagorianso the order doesn't matter at all
00:50.18Shadowedahh
00:54.45GagorianIt simplifies things greatly
00:54.52Repo10libhealcomm-4-0: 03Shadowed 07master * v1.5.7-5-g9a0ddc2 LibHealComm-4.0.lua: [+1 commit] Added -10% healing modifier in Wintergrasp, Battlegrounds and Arenas
00:55.57Repo10dr-damage: 03Gagorian * r1276 / (2 files in 1 directory): - Added PvP 10% healing penalty
01:05.09Repo10mis-information: 03Anyia3 * r41 MisInformation.lua:
01:05.11Repo* Cooldown fix - now properly shows the 30 sec cooldown as applied after the
01:06.14Repothe spell is deactivated.
01:06.15RepoFix courtesy Bjoern Mueller - thanks!
01:06.16Repo10mis-information: 03Anyia3 043.3.1 * r42 : Tagging as 3.3.1
01:07.19Repo10dr-damage: 03Gagorian * r1277 / (2 files in 1 directory): - Use manual changelog
01:08.17*** join/#wowace Next96 (Next96@121.129.140.91)
01:09.03Repo10dr-damage: 03Gagorian 041.7.4_release * r1278 : Tagging as 1.7.4_release
01:19.15Repo10big-wigs: 03funkydude * r7135 / (8 files in 2 directories):
01:19.17RepoWarn the user if they are suffering from an out-of-sync combat log, which prevents all combat data being received by the client, breaking addons such as BigWigs.
01:20.06kandarzcould someone help me with some logic, this code (http://paste.wowace.com/1684/) I'm trying to get the top 'count' keys of 'rollers' (player names), this may not be the simplest way.
01:20.48Repo10questpointer: 03Kemayo 07master * v2-2-g0905bce QuestPointer.lua: [+1 commit] Error when rotating arrows around the minimap if TomTom isn't installed
01:22.03Repo10questpointer: 03Kemayo 04v3 * 8f0e49b /: [new tag] Tagging v3
01:25.34ShadowedFunkeh`: how are you detecting that?
01:25.45Shadowedare you just using a timer after entering combat basically
01:25.47Funkeh`awesomeness
01:25.58Funkeh`yes
01:26.04Kemayoif AWESOME() then
01:28.27NeoTronthe only fix is logging off right?
01:28.39Funkeh`yes
01:30.25koaschteni wonder how stuff like that even can happen in the first place
01:36.03Repo10dr-damage: 03Gagorian * r1279 / (10 files in 2 directories):
01:36.04Repo- Added playerLevel key to calculation table so modules don't have to call the function
01:37.38Gagorianhmm, shit.
01:37.46GagorianI guess leech spells get the penalty too?
01:37.56Repo10big-wigs: 03funkydude * r7136 Citadel (7 files in 2 directories): Citadel/BloodCouncil: Tweak target swap text.
01:41.00Repo10dr-damage: 03Gagorian * r1280 Caster.lua: - Added 10% penalty to spells with leech heal
01:42.05*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
01:43.09Repo10big-wigs: 03funkydude * r7137 Loader.lua: tweak timer
01:50.12*** join/#wowace cncfanatics1 (~cncfanati@51.38-200-80.adsl-dyn.isp.belgacom.be)
01:52.33*** join/#wowace cncfanatics (~cncfanati@WoWUIDev/cncfanatics)
01:56.44Groktarhttp://www.wowarmory.com/character-sheet.xml?r=Daggerspine&cn=Groktar
01:56.49Groktarcheck out my pro enchants!
01:57.36Megaloneverything hangs together
01:59.05Groktarwas that directed at me?
01:59.07Groktar'cause i don't get it
02:00.38quiescenso.o
02:00.42*** join/#wowace Laibcoms (~laibcoms@iwakura7.broker.freenet6.net)
02:07.37*** join/#wowace Myrroddin (~chatzilla@174.3.246.125)
02:11.06Repo10smartres2: 03myrroddin * r80 / (2 files in 1 directory): typo fixes - table expected, got nil
02:11.07Repoupdate localizations
02:15.03Repo10bad-boy: 03funkydude * r451 / (2 files in 1 directory): blacklist update
02:15.18*** join/#wowace Pucmel (~npucmel@dwarf.dkm.cz)
02:16.31Repo10bad-boy: 03funkydude 04v4.1.0.7 * r452 : Tagging as v4.1.0.7
02:18.17*** join/#wowace Kilroo1 (~Kilroo@cpe-098-026-148-169.triad.res.rr.com)
02:24.30*** join/#wowace Kilroo (~Kilroo@cpe-098-026-148-169.triad.res.rr.com)
02:26.11Repo10elitistgroup: 03Shadowed 04v1.7.1 * a0d04da /: [new tag] Tagging as release 1.7.1
02:27.38*** join/#wowace pompy (~Mike@c-68-38-45-3.hsd1.nj.comcast.net)
02:30.46*** join/#wowace Kilroo1 (~Kilroo@cpe-098-026-148-169.triad.res.rr.com)
02:35.52arkanesanyone done valrithia on 10 yet?
02:36.02arkanesportals do not seem to be working and not sure if its us or the encounter
02:43.51Groktarhttp://www.worldoflogs.com/reports/rt-p6kit2ahgz6tv982/sum/damageDone/?s=513&e=702
02:43.52Groktarroar!
03:05.15*** join/#wowace Kilroo (~Kilroo@cpe-098-026-148-169.triad.res.rr.com)
03:09.59Groktarholy crap
03:10.01Groktarhttp://www.worldoflogs.com/reports/rt-p6kit2ahgz6tv982/sum/damageDone/?s=1763&e=1939
03:10.05Groktari did 9200dps
03:10.07Groktarand was almost dead last
03:10.08GroktaroO
03:11.49Funkeh`i don't get this new 3.3.2 default
03:11.51Funkeh`about cpu cores
03:12.02Funkeh`does it mean it's changed to use all available cores or only one core
03:12.33Funkeh`or rather, set the affinity to all cores i should say
03:12.37Funkeh`like all other programs
03:12.44Groktaridk
03:12.48Groktari set it to 3 now
03:12.53Groktarand i'm getting 95fps in icc
03:13.05*** join/#wowace rmk` (~user@delusion.fourty.net)
03:13.14Funkeh`well that means nothing to me, since i get tha ton ultra
03:13.18Funkeh`is that up or down
03:13.27Funkeh`from what you had before
03:14.56Funkeh`well
03:15.00Funkeh`i just patched it
03:15.08Funkeh`it's set the affinity to all (4) cores
03:15.16Funkeh`i have no idea if that's better or worse
03:15.19Funkeh`sicne i can't log in
03:15.29Groktarlol
03:15.49Funkeh`so ill just leave it as is and change it if needed when they turn on
03:25.11quiescens3 is um
03:25.23quiescensits allowed to use first and second processors
03:25.42quiescensaka 1|2
03:26.35*** join/#wowace Funkeh` (~funk@82.111.118.132)
03:26.36*** join/#wowace Funkeh` (~funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
03:26.36*** mode/#wowace [+o Funkeh`] by ChanServ
03:27.47quiescensprocessor affinity used to be hard locked to "3"
03:28.00*** join/#wowace ckknight (~ckknight@c-71-207-201-84.hsd1.al.comcast.net)
03:28.00*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
03:28.00*** mode/#wowace [+o ckknight] by ChanServ
03:28.30quiescenswhich means processors 1 and 2
03:34.17*** join/#wowace digmouse (~chatzilla@124.205.157.50)
03:37.24*** join/#wowace Rayden (~rayden@ip68-5-22-175.oc.oc.cox.net)
03:41.36*** join/#wowace koaschten_ (~koaschten@i577A7863.versanet.de)
03:43.53Arrowmaster3 was previously the default on multi processor/core systems
03:51.22*** join/#wowace theoddone33 (~jimbob@71.109.111.213)
03:57.51*** join/#wowace Dessa (Dessa@mail.gmake.de)
04:01.50Repo10sdkp: 03NevetsNeirbo * r205 / (2 files in 1 directory):
04:01.52RepoAdded trigger for Frostwing Halls to Valithiria Dreamwalker.
04:31.27Repo10flight-hud: 03Barfolomeu * r276 / (3 files in 1 directory): Collaborate with myself.
04:34.11Groktardoh 91% wipe on dreamwalker
04:36.20Groktarright side tank disconnected
04:36.21Groktar><
04:36.25Brunershow is that a doh ?
04:36.28Groktarseems pretty ez
04:36.31Bruners1-2% would be doh
04:36.41Groktarwell she starts at 50%
04:36.44Groktarand you heal her to 100%
04:36.58Groktarshould have been a one shit
04:36.59Groktar*shot
04:37.02Groktarhe's pretty lol
04:37.08Brunersso you where at 8% then ?
04:37.15Bruners~9
04:37.16purlextra, extra, read all about it, 9 is less than 10. the standard port for DISCARD
04:37.44Groktari guess more like 18%
04:37.49Groktarbut we had it easy
04:45.51Groktarthere we go
04:45.56Groktaraaaaand nobody wants her loot
04:45.57Groktarde de de
05:00.59robotuschAny plate lewt? :3
05:05.18Groktarpally legs?
05:05.19Groktari think?
05:05.27Groktarwas all bad
05:06.46Groktarcreeps up behind robotusch
05:06.48Groktartrouts
05:10.07*** join/#wowace Archarodim (HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
05:12.09Repo10grid-status-raid-debuff: 03azelkeeber * r260 WotLK/IcecrownCitadel.lua: --Updated : The Lich King
05:14.01robotuscheh, just need the boots/belt out of frost wing :/
05:14.04*** join/#wowace kd3 (~kd3@wikia/kaydeethree)
05:14.48robotuschkinda curious to see gem slot bonus, given that both have 2xblue slots - nice for mah lil' tankadin
05:22.57*** part/#wowace Seerah (~Ryan@c-76-107-191-65.hsd1.tn.comcast.net)
05:23.44*** join/#wowace rmk` (~user@delusion.fourty.net)
05:27.02Killmorehttp://legendsguilde.com/wp-content/uploads//2010/02/lichking.jpg
05:32.29robotuschwat
05:42.46Silowyihmm
05:42.53Silowyino one killed the lich king today?
05:48.51Killmoreno :(
05:51.29*** join/#wowace robotusch (~robotusch@50A2D944.flatrate.dk)
05:52.37Killmorewhen EU get the patch ?
06:01.22pompyKillmore: id assume wednesday
06:03.14*** join/#wowace Lysithea (Lyset@c-67a772d5.017-172-73746f34.cust.bredbandsbolaget.se)
06:03.54*** join/#wowace KriLL3 (~chatzilla@unaffiliated/krill3)
06:23.50*** join/#wowace kd3 (~kd3@user-1121vmr.dsl.mindspring.com)
06:23.55*** join/#wowace kd3 (~kd3@wikia/kaydeethree)
06:24.41*** join/#wowace calrik (~calrik@dsl-58-7-102-220.wa.westnet.com.au)
06:27.19*** join/#wowace Kivnel (~lenvik@23.213.233.220.static.exetel.com.au)
06:36.16Repo10big-wigs: 03Pettigrow * r7138 / (4 files in 4 directories): frFR Update
06:56.32*** join/#wowace pschriner (~Miranda@xdsl-89-0-129-226.netcologne.de)
06:58.32*** join/#wowace rmk- (~user@delusion.fourty.net)
07:04.24*** join/#wowace rmk (~user@delusion.fourty.net)
07:18.50*** join/#wowace Aens|Superiority (~a@69-165-144-212.dsl.teksavvy.com)
07:22.26*** join/#wowace Elkano (~elkano@pool012.vpn.uni-saarland.de)
07:22.27*** join/#wowace Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
07:22.27*** mode/#wowace [+v Elkano] by ChanServ
07:24.07*** join/#wowace Shadowed (~Shadowed@li89-205.members.linode.com)
07:25.55*** join/#wowace Srosh (~Srosh@c209017.adsl.hansenet.de)
07:26.46*** join/#wowace Hjalte (~chatzilla@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
07:28.45*** join/#wowace CrazyBenny_ (~s_m@83.240.31.172)
07:29.19Repo10inline-aura: 03Adirelle * r96 ClassDefaults.lua: Show DK's Unholy Blight and Desolation talents.
07:30.27*** join/#wowace Xinhuan (~xinhuan@bb116-14-19-3.singnet.com.sg)
07:30.27*** join/#wowace Xinhuan (~xinhuan@WoWUIDev/WoWAce/xinhuan)
07:30.27*** mode/#wowace [+v Xinhuan] by ChanServ
07:34.59*** join/#wowace Archarodim (HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
07:35.00Repo10inline-aura: 03Adirelle * r97 ClassDefaults.lua: Show Paladins' Art of War proc on Exorcism.
07:52.48*** join/#wowace eoM_rM (~moe@p5489F7CA.dip.t-dialin.net)
07:56.04sb|workoh
07:56.14sb|workthere is a new weekly for 5 frostbadges!?
07:56.30*** join/#wowace Dessa (Dessa@kvirc/staff/kuja)
07:56.49olafskioO
07:56.53sb|workhttp://www.wowhead.com/?quest=24871
07:57.24olafskioh.. an actual "new" weekly
07:57.28sb|workIt can be picked up from an NPC that emerges from the elevator after you clear the first pull after Lady Deathwhisper.
07:57.30olafskiI thought you meant the one introduced with 3.3 :)
07:57.37sb|workICC weekly :o
07:59.26olafskinice stuff
07:59.34olafskiI don't do raids but the quests look nice
08:00.16sb|worki need summer, NOW :/
08:00.47sb|worki overslept like the thirrd day in 2 weeks now *sigh*
08:02.21*** join/#wowace Repo (~supybot@repos.curseforge.net)
08:08.10*** join/#wowace papyros (~madlener@iss63.vlsi.informatik.tu-darmstadt.de)
08:09.07Kemayopokes Repo.
08:10.26*** join/#wowace Wobin (~Wobin@124-168-153-130.dyn.iinet.net.au)
08:10.27*** mode/#wowace [+v Wobin] by ChanServ
08:10.38*** join/#wowace Repo (~supybot@repos.curseforge.net)
08:10.39*** join/#wowace Caleb| (~caleb@BC24BCF6.dsl.pool.telekom.hu)
08:12.14Repo10questpointer: 03Kemayo 07master * v3-1-g403d969 / (2 files in 1 directory): [+1 commit] Add a glow to the closest POI on the minimap.
08:22.59*** join/#wowace Kalroth (~kalroth@0x573f1066.cpe.ge-1-1-0-1101.hjnqu1.customer.tele.dk)
08:28.35*** join/#wowace Balreign (~Balreign@ANantes-552-1-60-200.w92-139.abo.wanadoo.fr)
08:28.51*** join/#wowace yoshimo (~Kassandra@p5B0C2B24.dip0.t-ipconnect.de)
08:30.22Repo10atlasloot-enhanced: 03Hegarol * r2538 Modules/WrathoftheLichKing/wrathofthelichking.lua: - Ashen Verdict IDs
08:30.23Repo- Season 8 sets started
08:32.21Repo10broker_wintergrasper: 03iceeagle 07master * v1.3.2-1-gb6856dd / (2 files in 2 directories): [+1 commit] frFR locals update (fix ticket 2)
08:35.35sb|workoh
08:35.38sb|workmultitouch on nexus one
08:36.12olafskiis that thing any good? I noticed that given my current subscription I would actually be cheaper off getting an iphone + new subscription :<
08:36.26olafskiso was thinking perhaps there are alternatives to apple stuff ;)
08:36.40*** join/#wowace Chosi (osxchosi@choseh.de)
08:36.49sb|workno idea :)
08:37.01sb|worki have an iphone and there are some really bad things about it...
08:37.07olafskioh do tell
08:37.08sb|workthe all-sync concept just annoys me
08:37.13olafskiI could use some incentive not to get one :P
08:37.29sb|workwell apple had that for years (ipod etc.)
08:37.45sb|workyou cant copy your music/ringtones/whatever to the phone...
08:38.02sb|workyou have to use a tool to sync then (pref. itunes :/)
08:38.14Grumno real cool tools, no frontal camera, jailbreaking is needed for it to be remotely useful, no background/multi processes
08:38.26olafskiyeah my gf got an ipod touch from her boss, itunes bugs the hell out of me
08:38.34Grumand yes, itunes is mandatory
08:38.48olafskiwhat do you do jailbreaking for exactly? it looked pretty useful to me so far :(
08:38.56Grumyou *need* itunes + registration to even use your phone (good luck if you have an os that doesnt support itunes ><)
08:39.12Grumyou just allow custom software to be installed
08:39.12olafskishe can sync her calendar and email with it.. I assume an iphone does that + make calls :)
08:42.47sb|workright, thats okay
08:43.06sb|worksyncing with exchange (or google mail/calendar/contacts) is great
08:43.06Fiskerslaps sb|work around a bit with a large trout
08:43.09Fiskerslaps Grum around a bit with a large trout
08:43.27sb|work(wll, you cant only sync to ONE exchange account, more would be better *sigh*)
08:43.45olafskihm
08:44.04olafskiI only use google for the calendar.. my mail is on a pop server
08:44.20olafskiI don't really see what other functionality I would need
08:44.32olafskithen again, I currently can only make phone calls and sms with my phone and I don't really miss anything either :P
08:50.49*** join/#wowace Adirelle|work (~Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
08:55.43*** join/#wowace faCe| (~face@p5489F7CA.dip.t-dialin.net)
09:01.07dieckis there any kind of "Loot Council" addon? What I have in mind: a piece of loot is announced, people do "+" or something in raid chat, and all loot council members are presented with a comparism of the pieces the requesting raiders are wearing now :)
09:02.51*** join/#wowace Worf (~worf@84.119.83.196)
09:05.43Zarnivoopdieck: http://www.wowinterface.com/downloads/info15727-LootCouncil_Lite.html
09:07.16olafskinifty addon
09:08.00Kuosiseeing LK loot table's, I'm not amused
09:08.15Kuosithey just forgot to put shadowpriest/ele shaman weapon in there again
09:08.18Kuosiadd moonkin
09:08.36olafskiheh it took a day for this to begin
09:13.43asmodaiKuosi: Itemization is a bit odd lately.
09:15.02quiescenswhat makes it a shadowpriest/ele shaman weapon?
09:15.20olafskiClass: Priest, Shaman
09:15.24olafskiand has +hit
09:15.26olafski;)
09:15.53olafskiit should probably also have something that makes it undesirable for enh shamans
09:16.01Kuosiquiescens: because there's nothing else for them? :o
09:16.08Kuosithan a sad mp5 mace
09:16.10Kuosithat nobody wants
09:16.17Kuosimp5+crit i may add
09:16.30Kuosibut ofc the caster sword is pretty much flawless
09:16.44olafskiI think this is a clear hint from blizzard, saying that priests are healers
09:18.52asmodaiolafski: take off +agi or +exp
09:18.56quiescensi haven't looked at teh drops
09:18.58quiescenso.o
09:19.01asmodaiolafski: that will make me lose interest as enh
09:19.39olafskiasmodai: let's do that then!
09:19.54olafskithen you too can become a healer :)
09:20.06olafskisilly hybrids
09:20.38asmodaikotowaru!
09:20.49asmodaiI refuse.
09:21.01olafskiikimashou
09:21.04olafskior whatever
09:21.37olafskiwtb online servers so I can play my druid.. who is not a hybrid.. :)
09:22.29quiescensgo to sleep
09:22.50olafskino :(
09:23.37quiescenssleep is good for you
09:25.30olafskiI slept all night
09:25.33olafskiwhy sleep during the day :(
09:39.21koaschten_asmodai odd is an understatement
09:39.30koaschten_they put a dagger with arp on arthas loot table...
09:39.42koaschten_no mutilate rogue would touch that
09:39.52koaschten_its damned to be a hunter stat stick
09:40.49Kuosipretty sure muti rogues will touch that
09:40.53Kuosias the ilvl is so much higher
09:41.25koaschten_264 vs 271? no
09:49.02*** join/#wowace Myrroddin (~chatzilla@174.3.246.125)
09:57.45yoshimoi still have a 200 libram, because ilvl is not all ;)
10:00.13Repo10smartres2: 03myrroddin * r81 / (2 files in 1 directory): forgot a local table
10:00.15Repomore localization updates
10:04.27Kuosiyoshimo: that libram will last until cata
10:06.05yoshimoi know
10:09.16olafskiwhich libram is that?
10:10.50sb|workhmm, wtf, val'anyr scaling rocks :o at the beginning it was like 3-4% of my healing, now its 8-9% - scales pretty well with haste and spellpower
10:11.16yoshimoolafski, the one that reduces manacosts for holylight
10:12.39olafskiah
10:12.55olafskithat would explain, I don't have a healing spec(yet) for my paladin
10:15.05yoshimothe new one isnt worth buying
10:16.16sb|workerrr so, LK only dropps weapons?
10:16.51Fiskerhe's a collector
10:17.04FiskerFrostmourne wouldn't let him use any of the other weapons though
10:19.41LysitheaShefki here?
10:20.09Elkanohe was 3hrs ago
10:20.17Lysitheaprobably asleep
10:21.49*** join/#wowace rbarreiros (~rbarreiro@87.196.144.17)
10:24.48Repo10grid-status-raid-debuff: 03azelkeeber * r261 WotLK/IcecrownCitadel.lua: -Add : some trash debuff.
10:28.31ShefkiLysithea: I'm around.
10:28.53Repo10big-wigs: 037destiny * r7139 / (2 files in 2 directories): koKR Update
10:28.56Lysitheagetting this http://pastebin.com/m35f7fed9
10:29.11Lysitheawhenever I change something with honor
10:29.42asmodaiI still cannot get used to the change:
10:29.44asmodaihttp://java.sun.com/
10:29.45Lysitheawith latest from the curse client
10:30.20Repo10dr-damage: 03Gagorian * r1281 Caster.lua: - Fixed error on line 254 in Caster.lua
10:33.39*** join/#wowace Schnaks (~Schnaks@p5486CFED.dip.t-dialin.net)
10:34.33harl|awaywhy does WoldMapFrame not react in any way in respects to IsControlKeyDown
10:34.35*** join/#wowace Natch| (~natch@c-97cde155.25-4-64736c10.cust.bredbandsbolaget.se)
10:34.38ShefkiLysithea: That's got to be an old bug you just didn't run into it before.
10:35.04Lysitheamaybe
10:35.25LysitheaI was getting it whenever I turned in a quest or used a wg token
10:35.44ShefkiYeah.
10:36.07ShefkiWhat's odd is I wasn't getting it and I did those same things.
10:37.55Lysitheamight be some conflict with any of my other addons?
10:38.03Lysitheadidnt test with hcia only
10:38.15ShefkiNo it's clearly my bug.
10:38.20ShefkiI'm just surprised I didn't get it.
10:38.41LysitheaIll check what I get once more
10:38.45Lysitheafor using one token
10:39.00Lysitheanow I didnt get any
10:39.01Lysitheawtf.
10:39.14ShefkiWell here's the deal.
10:39.25Lysitheaso.. got errors -> turned it off -> turned it on -> no errors
10:39.27LysitheaoO
10:39.38ShefkiIt'll only happen when the honor_cache table contracts in size.
10:39.53ShefkiBecuase I left some parameters off the clear call.
10:40.43Lysitheadidnt understand much of what you just said but I guess you knew what cause it :)
10:42.16*** join/#wowace vince` (vince@adsl-99-17-205-55.dsl.pltn13.sbcglobal.net)
10:42.23ShefkiThe honor_cache table has an entry in it for every line in the tooltip.
10:42.34ShefkiIf you say had a bunch of quests and then turned it in then those lines aren't needed.
10:43.35ShefkiAny extra lines I'm not using I clear out.
10:44.03ShefkiI added some fields to deal with quests vs currency but didn't add the parameters to one of my function call.
10:44.16ShefkiSo the honor and arena fields which were at the end of the function call didn't get set to 0 instead of nil.
10:44.48*** join/#wowace Whitetooth (~chatzilla@118-169-197-107.dynamic.hinet.net)
10:45.08*** join/#wowace Elmoe_ (elmoe@c-24-18-233-190.hsd1.wa.comcast.net)
10:46.10koaschten_is there a command to send text to the last active chat channel?
10:46.16koaschten_like if i was only hitting return?
10:46.31Repo10honorcapitall: 03Shefki 07master * v0.5-1-gdbd722a HonorCapItAll.lua: [+1 commit] Fix an error that happened when the number of lines in the tooltip went
10:49.17syerenWhat's the command to 'interact' with an NPC?
10:53.05*** join/#wowace Venara (~venara@p4FECB992.dip.t-dialin.net)
10:54.49koaschten_dunno, but you can keybind it afaik
10:55.49*** join/#wowace kappaccino (~UPP@71-93-135-79.dhcp.rvsd.ca.charter.com)
11:00.21Fiskernaw?
11:00.44Fiskeroh cool
11:01.04Fiskerwhy the fuck didn't they just let you right-click and interact instead?
11:06.56*** join/#wowace dieck (~dieck@h1057542.serverkompetenz.net)
11:08.01*** join/#wowace eoM_rM (~moe@wlan-client-131.informatik.uni-bremen.de)
11:14.10*** join/#wowace Sliker (~SlikerHaw@5aca6d7c.bb.sky.com)
11:16.03Repo10utopia: 03Zeksie * r203 / (3 files in 3 directories): Added some events for ICC bosses for the UpTime recorder.
11:19.09*** join/#wowace Mikk (~Mikk@78-73-111-137-no162.tbcn.telia.com)
11:19.09*** join/#wowace Mikk (~Mikk@WoWUIDev/mikk)
11:19.09*** mode/#wowace [+v Mikk] by ChanServ
11:20.47Mikkkoaschten_: just type the text in your macro without a "/"
11:20.53Mikkit'll go to the last used chat channel
11:20.59koaschten_yeah i just found out by trying :)
11:21.10olafskishame you can't do that with /in :(
11:22.02olafskithough something like smart groupchat (think that's what it's called) from Prat usually works better imo
11:22.11olafskidunno what koaschten_ is trying to do though ,)
11:22.55Mikkmy money is on silly ascii art
11:23.05Shefkikicks Repo
11:23.12ShefkiYo bot, do your job.
11:23.33ShefkiOhh that's why.
11:23.39ShefkiDXE has it turned off.
11:23.58olafskimikk: likely enough :)
11:23.59koaschten_I wanted to make a general purpose macro for this:
11:24.33koaschten_<MiaRose> gs is like making sure the person your having sex with has a REALLY awesome condom but not caring about the dick
11:24.44olafski:D
11:24.54koaschten_Funkeh` you should add that to the bigwigs tips :)
11:25.04olafskiwho's mia rose :<
11:25.27koaschten_!google world of whorecraft
11:27.55olafskiwow, that exists?
11:28.02olafskiI always thought it was just a joke :P
11:29.16KalrothI think they renamed to whorelore
11:29.32Kalrothsince Blizzard didn't appriciate whorecraft
11:30.52olafskihow unexpected ,)
11:36.19Repo10honorcapitall: 03Shefki 04v0.6 * 02f1fa0 /: [new tag] Tagging as v0.6
11:38.03*** join/#wowace mojosdojo (~gdbzet26@p4FEFCDA3.dip.t-dialin.net)
11:41.30*** join/#wowace cncfanatics (~cncfanati@WoWUIDev/cncfanatics)
11:43.17*** join/#wowace Silmano (~Silmano@95.18.30.182)
11:51.29*** join/#wowace Silmano (~Silmano@95.18.30.182)
11:52.00Fisker~seen Zeksie
11:52.03purlzeksie <n=zeksie@cpc2-nott9-0-0-cust23.nott.cable.ntl.com> was last seen on IRC in channel #wowuidev, 49d 12h 23m 36s ago, saying: '(enjoy)'.
12:18.43*** join/#wowace Megalon (~Megalon@d86-32-171-133.cust.tele2.at)
12:23.34*** join/#wowace Silker (~SlikerHaw@5aca6d7c.bb.sky.com)
12:27.58*** join/#wowace faCe| (~face@wlan-client-159.informatik.uni-bremen.de)
12:30.34*** join/#wowace Legorol (~legorol@cpc8-sgyl28-2-0-cust43.sgyl.cable.virginmedia.com)
12:32.58koaschten_Shadowed is there a reason you can't have a char on another realm as your main for instance achievement purpose?
12:37.56*** join/#wowace Dessa (Dessa@mail.gmake.de)
12:38.31*** join/#wowace vhaarr (~folk@WoWUIDev/WoWAce/Rabbit/vhaarr)
12:38.31*** mode/#wowace [+o vhaarr] by ChanServ
12:38.33*** join/#wowace Dessa (Dessa@kvirc/staff/kuja)
12:40.05*** join/#wowace vhaarr (~folk@WoWUIDev/WoWAce/Rabbit/vhaarr)
12:40.05*** mode/#wowace [+o vhaarr] by ChanServ
12:42.27*** join/#wowace Dessa (Dessa@mail.gmake.de)
12:48.13*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
13:02.39*** join/#wowace asq (~asq@unaffiliated/asq)
13:08.20*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
13:10.15*** join/#wowace eoM_rM (~moe@wlan-client-338.informatik.uni-bremen.de)
13:23.20*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
13:24.32koaschten_hey nevcairiel hows weather today? >.< http://i47.tinypic.com/aykob7.jpg
13:24.47nevcairielactually melt-y
13:24.50*** join/#wowace djnw (~56813474@gateway/web/freenode/x-ymwuxmfkxzrtkuha)
13:24.56nevcairielwe had that yesterday
13:25.42*** join/#wowace Dessa (Dessa@kvirc/staff/kuja)
13:26.51djnwafternoon all - don't suppose anyone knows if there's a problem with bugsack after the patch is there?
13:32.04yoshimoi havent seen a ui-diff yet
13:32.10yoshimo~seen tekkub
13:32.12purltekkub <~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub> was last seen on IRC in channel #wowuidev, 9h 15m 17s ago, saying: 'so was Adama'.
13:33.04arkanesbuggrabber never got a tock update for 3.2
13:33.20arkanesso if you forgot to turn back on out of date addons, that'll make bugsack fail
13:33.48djnwjust a sec, I'll drag up the error, something about sessionid
13:33.57arkanesah
13:34.10*** join/#wowace asqq (~asq@ool-182ee0c3.dyn.optonline.net)
13:35.09djnw3 errors, but it's all from getting a nil value on GetSessionId
13:35.39djnw[13:35:15]1. 1x BugSack-3.3\BugSack.lua:575: attempt to call method 'GetSessionId' (a nil value)
13:37.10*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
13:38.10*** join/#wowace Adamon (~Snake@pool-71-182-238-60.pitbpa.east.verizon.net)
13:40.57*** join/#wowace xilcoy (~xilcoy@59-115-97-55.dynamic.hinet.net)
13:45.39koaschten_djnw you are loading out of date addons arnt you?
13:45.46GagorianIs there a way to find out what exactly math.min does for example? I wrote my own min function and it's about 20% faster
13:46.35olafskidoes it really make your addon noticable faster?
13:47.43GagorianIf it made my addon noticably faster I'd have a pretty shitty addon ;)
13:47.45nevcairiela switch from Lua to C and back again always has some kind of overhead, and a min implementation is very trivial
13:48.09nevcairielits like .. a < b and a or b
13:48.13hastemath.min also works on varargs
13:48.17Gagoriannevcairiel: aye
13:48.28hastelua> math.min(3, 2, 1)
13:48.29GagorianYeah and math.min allows several arguments
13:48.30lua_bothaste: 1
13:48.46Gagorianmy function only takes two, but I only need two for all cases
13:49.15hasteyour function is most likely local as well
13:49.24arkanesmicro optimization is always fun
13:49.24nevcairieldid you remove the table and global lookup from your comparison?
13:49.27GagorianI made math.min local obviously
13:49.35hasteit isn't obvious :P
13:49.40mojosdojoDid someone already add Toravon to BB?
13:49.46Gagorianhaste: No? :D
13:50.05hasteover at #lua it is, in #wowace it isn't
13:50.21*** join/#wowace taleden (~alex@user-38q41i6.cable.mindspring.com)
13:50.21*** join/#wowace Vilkku (~Vilkku@88.193.199.46)
13:51.35GagorianPerhaps, but yeah, I like fooling around with optimization tests even if they have no practical application
13:51.55nevcairielfunny, in my test the C math.min is faster
13:52.11Gagorianhumm
13:52.58asmodairewrites nevcairiel as a small shell script
13:53.11nevcairiellua> local min = math.min; local s = os.clock(); for i=1,1e8 do local c = min(10,11) end print(os.clock() - s)
13:53.16lua_botnevcairiel: Your code exceeded set CPU limits
13:53.19nevcairielhm
13:53.24nevcairiellua> local min = math.min; local s = os.clock(); for i=1,1e7 do local c = min(10,11) end print(os.clock() - s)
13:53.25lua_botnevcairiel: 1.05
13:53.43nevcairiellua> local min = function(a,b) return a < b and a or b end; local s = os.clock(); for i=1,1e7 do local c = min(10,11) end print(os.clock() - s)
13:53.45lua_botnevcairiel: 1.17
13:53.48nevcairielsee!
13:54.09*** join/#wowace mojosdojo_ (~gdbzet26@p4FEFD959.dip.t-dialin.net)
13:54.19Gagorianhttp://paste.wowace.com/1685/
13:55.07Gagorianfirst is 5.92, second 4.56
13:56.48Mikki'd do that locally if i was you
13:56.57Mikkyou have no idea what that computer is doing
13:58.45*** join/#wowace Cavisty^gerber (~Cavisty@c-71-200-112-10.hsd1.md.comcast.net)
13:59.33*** join/#wowace Zyn (~zyn@h187n4-av-a11.ias.bredband.telia.com)
13:59.43nevcairieli did it locally before
14:00.12arkanesnevcairiels shortcut method is substantially slower than than the simple if/else version
14:00.25Repo10misspelled: 03nrpieper * r48 / (2 files in 1 directory):
14:00.29RepoCorrected a typo in the .toc file.  The addon Title entry was mistakenly mistyped. "Mispelled" was changed to "Misspelled".
14:00.33arkaneswhich is odd, to me, but not hard to understand
14:00.44Mikkit is?
14:00.47arkaness/shortcut/short circuiting
14:00.49arkanesit is here
14:00.56arkanesand it'd explain the results that Gagorian was seeing
14:01.04Mikklua> local min = function(a,b) return a < b and a or b end; local s = os.clock(); for i=1,1e7 do local c = min(10,11) end print(os.clock() - s)
14:01.05lua_botMikk: 1.18
14:01.09arkaneswhich I replicate locally
14:01.20Mikklua> local min = function(a,b) return a < b and a or b end; local s = os.clock(); for i=1,1e7 do local c = min(11,10) end print(os.clock() - s)
14:01.22lua_botMikk: 1.19
14:01.31arkaneswhat version of lua is lua_bot using?
14:01.37nevcairielmy local test says that the if/else is actually faster then the C min
14:01.41haste5.1.4 probably
14:01.43Mikklua> local min = function(a,b) if a < b then return a end return b end; local s = os.clock(); for i=1,1e7 do local c = min(10,11) end print(os.clock() - s)
14:01.44lua_botMikk: 1.1
14:01.51Mikklua> local min = function(a,b) if a < b then return a end return b end; local s = os.clock(); for i=1,1e7 do local c = min(11,10) end print(os.clock() - s)
14:01.53lua_botMikk: 1.11
14:01.53hastenevcairiel: the C min is a vararg version tho'
14:01.54nevcairielthe logic version is actually slower locally, who knows why
14:02.10hastehttp://www.lua.org/source/5.1/lmathlib.c.html#math_min
14:02.11Mikksame here. if-then slightly faster.
14:02.13arkanesinsufficently generic optimizer
14:02.47Fiskerhey haste
14:02.51Mikki'm guessing what actually happens is that it spends time doing type conversion
14:02.57Mikkin the logic shortcut case
14:03.09Mikkis only guessing though
14:03.59Mikkor maybe it's just an effect of where the related code is located in RAM and the number of CPU cache segments :o)
14:04.31arkanesunlikely to explain the difference that I saw
14:04.33arkanespossible, though
14:04.42Mikkwell i'll put it like this
14:04.50Mikkin a piece of networking software we've got at work
14:04.56Mikkwe had two alternatives in how to receive packets:
14:05.12Gagorianhumm
14:05.14Repo10charscanner: 03kunda * r35 / (2 files in 1 directory): new: added Toravon
14:05.16Mikk1. A nice array of packet buffer descriptors, pointing away to elsewhere in RAM where the actual data is
14:05.34Mikk2. An array of descriptor+data chunks, so the info is close to the data.
14:05.44MikkCase #2 increase the PPS throughput by 10%
14:05.45arkanesyes, I know how cache lines work :P
14:05.46*** join/#wowace digmouse (~chatzilla@124.205.157.50)
14:05.52Mikk10% <- relevant figure :P
14:06.15MikkGranted this was quite a long time ago and modern puters prolly have more cache lines
14:06.24arkanesthat doesnt explain the difference between the if/else and the and/or version
14:06.36arkaneswhich, really, can only be different because they're compiled differently
14:07.03Mikkthey would be
14:07.05arkanesI don't know enough about lua internals to speculate on what it might be doing differently
14:07.50Repo10charscanner: 03kunda 0430300-4 * r36 : Tagging as 30300-4
14:08.04Mikkreturn 1<2 and 1 or 2:
14:08.05Mikk<PROTECTED>
14:08.05Mikk<PROTECTED>
14:08.05Mikk<PROTECTED>
14:08.05Mikk<PROTECTED>
14:08.05Mikk<PROTECTED>
14:08.05Mikk<PROTECTED>
14:08.06Mikk<PROTECTED>
14:08.06Mikk<PROTECTED>
14:08.35asmodaiJesus, they already killed off the Lich King in 10 man mode :|
14:08.38sb|workhmmm what? :P
14:08.47Mikkif 1<2 then return 1 end return 2
14:08.57arkaneseveryone on our server had all the mobs in ICC despawn at about 11 pm server
14:08.57Mikk<PROTECTED>
14:08.57Mikk<PROTECTED>
14:08.57Mikk<PROTECTED>
14:08.58Mikk<PROTECTED>
14:08.58Mikk<PROTECTED>
14:08.58Mikk<PROTECTED>
14:08.58Mikk<PROTECTED>
14:09.10ThiefMasteranyone knows if the patch fixed the issue with some procs not generating combat log events?
14:09.11arkaneswhich was pretty irritating
14:09.22Mikkso yeah there's one "TEST" less in the if-then version
14:09.30Mikkwhich would explain the difference nicely
14:09.42nevcairielit has to test "a" for non-nil before it returns it
14:09.54Mikkyarr of course
14:10.00Gagorianmyeah
14:10.01Mikkor well non-false
14:10.07nevcairielyea
14:10.33Mikkgifv " ? : " operands!
14:10.40GagorianQuite a big percentual difference
14:10.52Mikkthen again, down that path lies PERL
14:11.03Mikk(see what i did there? perl? peril?
14:11.09GagorianI mean that that change makes the local function slower than the math.min, when the other variant is 20% faster
14:11.35hastethat's because they aren't equals
14:11.51GagorianIndeed
14:11.51hasteyour testing a function which can take varargs vs locked ammount
14:12.06nevcairielplus the C context switch
14:12.14GagorianYeah, but the initial point was that I don't need varargs
14:12.20hasteregardless!
14:12.25hastepremature optimization much?
14:12.35asmodaiarkanes: despawn? :|
14:12.35Gagorianirregardless!
14:12.39arkanesseems odd that varargs would be that much more expensive
14:12.42arkanesasmodai: yep
14:12.47arkanesasmodai: every mob just vanished
14:13.06Gagorianobviously it's more expensive since it has a for loop
14:13.37arkanesasmodai: we were speculating that it was an easter egg that happens when someone kills the lich king, no more scourge :P
14:13.37nevcairielyeah a min over variable number of arguments requires a loop pretty much
14:13.37arkanesGagorian: thats in C
14:13.51GagorianStill
14:13.54arkanesand it's a tight, local loop
14:14.18arkanesI'd actually suspect that swapping to C is blowing locality of reference more than the loop
14:14.34Gagoriananyhow, fastest would be not to use math.min at all and avoid the entire function call
14:14.46Gagorianthat's like actually a lot faster
14:14.48arkanesGagorian: luajit could inline it for you
14:15.15hasteluajit can do a lot of stuff, but not in WoW
14:15.21arkanesI know :(
14:15.24GagorianMakes the code look a ton cleaner with the math funcs though
14:15.38hastepremature optimizations, weeeeeee
14:15.39GagorianThat probably is worth more than the tiny optimization
14:15.42arkanesalthough if you can patch WoWs lua to remove the taint checking, maybe you can patch it to add lua jit
14:15.56MikkGagorian: the answer is preprocessing
14:16.00hastesounds like a lot more work :P
14:16.07MikkWrite the code and run .m4 on it
14:16.09arkanesMikk: yeah, some sort of compiler
14:16.14Mikkm4
14:16.36arkanesnah, why stop with just basic textual substitution
14:16.48Mikkbecause m4 preprocessing will actually work with wow? ;)
14:17.04arkanesyou could transform the code into some sort of intermediate representation that you can then optimize, and produce a more efficient lua form!
14:17.20GagorianOh my, what did I start...
14:17.36arkaneshaste: since Luas C api works by just passing the lua call stack to the C function, I don't see how varargs is more expensive
14:18.07hastearkanes: I was talking about profiling fairness
14:18.16arkanessure, but it should be fair
14:18.26Repo10libbossids-1-0: 03yoshimo * r40 LibBossIDs-1.0.lua: Toravon the Ice Watcher added
14:18.35arkanesbecause varargs shouldn't be any more expensive than not
14:18.54hasteI'm not going to write a quick C check for that :P
14:19.14hasteI have better stuff to do than worry about others premature optimization issues atm
14:19.35arkanesand besides you can pass any number of args to any function in lua anyway
14:20.06hastethere are some limits imposed by the stack afaik
14:20.13arkanesso just looping over however many you have is likely to be the more efficient solution
14:29.16Repo10ice-hud: 03Parnic * r456 modules/MirrorBar.lua: - added vertical offset option to the mirror bar handler
14:29.50arkanesI'm kinda bummed that the lich king weapons don't have unique models
14:29.56*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
14:32.04Repo10libbossids-1-0: 03yoshimo * r41 LibBossIDs-1.0.lua: Added The Lich King
14:32.48yoshimo~seen Elsia
14:32.50purlelsia <n=elsiarow@99.150.141.76> was last seen on IRC in channel #wowace, 49d 9h 41m 49s ago, saying: 'anyway, nite folks'.
14:37.28*** join/#wowace bbck (~bbck@pool-70-17-156-167.wma.east.verizon.net)
14:38.21*** join/#wowace Vilkku (~Vilkku@88.193.199.46)
14:40.29yoshimoi have time to execute which shows me in how many seconds rougly the boss will die, do we have something similiar for valithria?
14:43.14Mikk<PROTECTED>
14:43.34Mikkbah, too used to gmotd abuse ;)
14:44.35quiescensgo to sleep
14:47.27*** join/#wowace Silmano (~Silmano@95.18.30.182)
14:56.50Repo10big-wigs: 03mojosdojo * r7140 / (4 files in 4 directories): Citadel/BloodCouncil: optionHeaders and deDE stuff.
14:58.56*** part/#wowace Silmano (~Silmano@95.18.30.182)
14:59.56*** join/#wowace Silmano (~Silmano@95.18.30.182)
15:00.53*** join/#wowace Thaoky (Thaoky@91.176.86.245)
15:01.08*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
15:02.24*** join/#wowace Silmano (~Silmano@95.18.30.182)
15:05.27*** join/#wowace Silowyi (~silowyi_d@24-155-117-45.dyn.grandenetworks.net)
15:05.48*** join/#wowace Ghli_ (~Ghli_@32.158.25.201)
15:08.12steevmorning sirs
15:08.22Silmanoevening here... :P
15:08.23*** join/#wowace stolenlegacy (~stolenleg@d86-32-145-161.cust.tele2.at)
15:08.29arkanessteev!
15:08.33steevarkanes!
15:08.37arkanesI had a question for you
15:08.46steevI had an answer for you
15:08.48arkanesshadow aura on BQL eats bone shield charges, confirm/deny?
15:09.02steevcan't - we've not faced off against her yet :/
15:09.08arkaneshmph
15:09.13steevi'd assume, it does - but it shouldn't
15:09.16arkanesapparently it procs water shield, unlike most dots
15:09.19arkanesso I thought it might
15:09.47steeva lot of aoe aura types are causing bs to lose charges, instead of just damage reduce
15:10.17steevdidn't see anything in the patch notes, so i assume its still the case
15:11.12steevi'm up to 16 out of 25 primordial saronite :/
15:11.16arkanesyou done valrithia yet?
15:11.46steevno, last night we only cleared up to putricide and then did the new voa boss (wtf faceroll)
15:11.58steevand then the raid weekly (26 seconds to down anub)
15:12.01arkaneshaha yeah he's easy
15:12.15arkaneswe had our entire instance despawn just as we were getting good at it
15:12.20yoshimoone tank is enough for toravon, dont you think?
15:12.25arkanesyoshimo: DPS check
15:12.32Fiskernaw yoshimo
15:12.35Fiskerstacking debuff
15:12.39steevyoshimo: something about the stacking debuff
15:12.42arkanesfrostbite stacks fast
15:12.46steevvery fast
15:12.53Fiskerevery 5 seconds or so
15:13.04yoshimoi know it does, but our first try with one tank was at around 2 % health
15:13.13yoshimo20 stacks of that debuff i think
15:13.25Fiskeryou could probably do it with a pala tank
15:13.31arkanesyeah with enough DPS it's obviously possible
15:13.45*** join/#wowace bien| (~bien@p4FF459B2.dip.t-dialin.net)
15:13.47Fiskerwith a pala tank you can reset both debuffs :P
15:13.54Fiskerrequires some quick hands though if you're the only tank
15:14.12arkanesany protadin without a /cancelaura macro for bubble is no friend of mine
15:14.13*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
15:15.00Fisker:(
15:15.12Fiskeri thought it would hit a melee regardless
15:15.18arkanestiming
15:15.27arkanesget him between his swing timers and you're fine
15:15.37arkanesdo it right as he swings and latency might kill a melee
15:16.34arkanesfrostwing miniboss has some wierdness that we kind of facerolled through
15:16.45arkanesone of them has a conflag thing like razorgore in BWL
15:17.04arkanesnot sure how to handle that correctly, we just kinda ran around and died
15:17.12Groktarhttp://www.worldoflogs.com/rankings/players/Icecrown_Citadel/Lady_Deathwhisper/25N/Fury_Warrior/?page=2
15:17.14Groktarrawr!
15:17.15Groktar64th
15:17.34arkanes...
15:17.42arkanesrofl at the ad on that page
15:17.52arkanes"Click on the body parts to create your ideal woman!"
15:18.08Groktarhits refresh until he gets that one
15:18.26arkanesthe graphic is what really makes it, and I can't describe it in text
15:19.05arkanesguy in our guild has a world 8th DPS rating for faction champs
15:19.11arkanes.... sub rogue world 8th
15:20.10Groktarhttp://www.worldoflogs.com/guilds/11717/rankings/players/
15:20.15*** join/#wowace p3lim (~Miranda@85.108.34.95.customer.cdi.no)
15:20.32steevarkanes: you simply have to pass the debuff around
15:20.55arkanessteev: well theres 3 things to tank
15:21.11arkanesone of the NPCs ended up getting one, I guess
15:21.17steever
15:21.20steevoh frost wing
15:21.28steevi thought you meant the mini boss before the gunship battle
15:21.32arkanesoh no
15:22.00arkanesfrostwing trash is pleasantly rough
15:22.05arkanesabout the same as the other wings
15:23.17steevwe haven't attempted frost wing yet
15:23.26Groktarya, dreamwalker trash was pretty lol
15:23.34steevthursday, our other dk gets to be the abom
15:23.41Groktarwe won't attempt sindragosa/lich king until thur or sun
15:24.13arkanesour plan was to knock out all the non-end bosses last night
15:24.29arkaneswhich totally failed because dreamwalker was a) harder than expected and b) aargh patch day bugs
15:25.47steevwoulda been nice to do that
15:26.10steevbut we are without our top mage (hacked) - and our main druid tank and main priest heals took the night off
15:26.10arkanesfor the first time in a long time, I'm chalking our troubles up to tank failure, too
15:26.23arkanescouldn't keep the adds off the healers during the last 10%
15:26.35Groktarhmm
15:26.42Groktardoesn't seem like the tanking should be that bad
15:26.55Groktarthe adds don't come super fast
15:26.59arkanesat the end they do
15:27.07Groktarand it's not the end of the world if you don't pick up the casters
15:27.16Groktarjust get the aboms/festering
15:27.29arkanesconsisntely what happened is that the aboms and/or rot worms would get loose and eat the healers
15:27.30Groktarand do what you can on everything else
15:27.37Groktarya that's not good
15:27.40arkanesthe healing aggro they have at the end of the fight is insane
15:27.55arkanesand you pretty much have to use taunts instead of just high threat moves to pull them
15:28.03arkanesI think we can fix it with some repositioning
15:28.04steevhttp://www.worldoflogs.com/rankings/players/Ulduar/Flame_Leviathan/25N-2_Towers/Unholy_Death_Knight/?page=1#p-279801 lulz
15:29.20Repo10little-wigs: 03ulic * r721 Zul'Drak/King_Dred.lua: Correct a typo, probable fix for ticket #29
15:29.41arkaneshttp://www.worldoflogs.com/rankings/players/Ulduar/Mimiron/10N-Normal/Survival_Hunter/?page=1#p-107966
15:29.44arkanes#3!
15:31.37steevhttp://www.worldoflogs.com/reports/iq6gpavbmzzmquiy/sum/damageDone/?s=6621&e=6860 made me happy - only 11.5 dps behind the dk with shadow's edge
15:31.47arkanesnice
15:35.36steevstill need to get the raid weekly done on all my toons since its the first boss in spider wing for us
15:36.12olafskiignis here :(
15:36.13olafskibah
15:36.18arkanesanub for us
15:36.25arkanesirritating, since we all hate toc with a passion
15:36.48arkaneshey, did any of you guys notice anything different with trash or saurfang?
15:36.50olafskianub'arak? oO
15:37.04olafskiI thought they only did the first/second bosses for weekly raids
15:37.06arkaneswe had some trash in the first wing that doesn't normally pull that did, and saurfang seemed to get RP much faster
15:37.09steevarkanes: saurfang gained blood power *very* fast
15:37.12arkanesolafski: anub seems to be an exception
15:37.17olafskihm
15:37.20Mikkignis? anub?
15:37.36olafskisure you didn't see it wrong arkanes?
15:37.37Mikkeu has first guy in icc
15:37.38olafskiarkanes: http://www.wowhead.com/?search=must%20die
15:37.40arkanessteev: at the time I assumed our raid was just being fail, but others have said something too
15:37.43arkanesolafski: I'm sure
15:37.48olafskimikk: it isn't the same for all of eu
15:37.49arkanesignis is a "second" boss
15:37.56Mikkolafski: oho
15:38.02Mikknever knew
15:38.06olafskiarkanes: yes.. first/second boss as I said.. anub'arak must die is not part of that list I just posted though
15:38.24arkanesnot sure if its per server, or per battlegroup
15:38.38arkanesoh
15:38.43arkanesit is anub'rekhan
15:38.44arkanesheh
15:38.52Mikki'm in Blackout EU
15:38.53arkanesthe look the same :(
15:39.13olafskipadum tish
15:39.15Repo10broker_uberinventory: 03S1nless * r31 / (5 files in 5 directories): Deletle throu new code
15:40.51olafskiI'm in blackout too :)
15:41.08koaschten_because its not anub'arak but anub'rhekan (naxx) @ arkanes and olafski
15:41.21olafskithat's the point I was trying to make koaschten_ :P
15:41.24Repo10big-wigs: 03funkydude * r7141 Citadel (2 files in 1 directory): Citadel: Add unloaded LichKing module.
15:41.26arkanesyes I see know
15:41.31arkanes*now
15:41.35*** join/#wowace Keias (~bleh@pool-72-86-106-233.aubnin.fios.verizon.net)
15:41.51Fiskeradds reloaded LichKing module
15:41.58steevarkanes: yall should be able to kill him faster than we did :P
15:42.12steevwe (25) single tanked him, ignored the adds, and downed him in 26
15:42.28arkanesI'll probably grab my pocket healer and just duo him
15:42.40arkaneswe had sarth last week and man is that fight easier than it used to be :P
15:42.46Repo10broker_uberinventory: 03S1nless * r32 icons (5 files in 1 directory): v1.5 release
15:42.51olafskiI still don't have sarth+3 :<
15:43.00Fisker@project broker_uberinventory
15:43.01RepoFisker: http://www.wowace.com/addons/broker_uberinventory/. ExaileBroker. Game: WoW. S1nless (Manager/Author). Updated: 56 days ago
15:43.10arkanesolafski: our server regularly pugs zerg runs
15:43.58AckisFisker: have you killed the lick king? yet?
15:44.05arkanessteev: one of our other tanks tried to solo him, but the fall damage killed him :(
15:44.15steevheh
15:44.18olafskiI should try that sometime I guess arkanes
15:44.23Fiskeryes Ackis
15:44.30Ackisgrats
15:44.37Fiskerit wasn't hard
15:44.40arkanessteev: oh! and our DK is now unholy with some better trinkets and performing much better
15:45.10arkanesshe ended up getting whispering fanged skull last night so that pretty much took care of the trinket problem
15:45.21koaschten_Fisker doesnt kill the lich king, the lich king surrenders to Fisker....
15:45.32Repo10sell-o-matic: 03Silmano 04v1.1.27 * 1ff8409 /: [new tag, +1 commits] v1.1.27
15:45.48steevarkanes: nice!
15:45.53steevthat is an awesome trinket too
15:46.57arkaneshuh WoL doesn't track power gains for saurfang
15:47.00steevi got some tank offset
15:47.26steevIndomitable  42  234.3  97.6 %
15:47.27steevwoot
15:47.30steevpants*
15:47.40steevoff someone, don't recall whom
15:47.48steevmarrowgar maybe
15:47.53arkanessaurfang?
15:48.05arkaneshe has some pants
15:48.21arkaneshaha we missed a rune of blood swap
15:48.31arkaneshalf a million healing, maybe thats why we sucked so bad on the marks
15:49.14steevahh
15:49.24steevtell your tanks (if they use dbm) to enable the special warning
15:49.30arkanesI'm one of the tanks :p
15:49.36arkanesand I'm also probably the one who missed it
15:49.41steevfail!
15:49.41arkanesso go me
15:49.57arkaneswe had no marks last week, so we decided to single heal it and blow him up this week
15:50.07arkanesand ended up killing him just after second
15:50.14arkanesI still thikn he was gaining faster, though
15:50.24arkanesone rune wouldnt mean 2 marks
15:51.29steevhe was gaining faster
15:54.06pompy@ping
15:54.20pompyhmm
15:54.29steevfail@ping
15:55.03Repopong
15:55.09pompy~lart Repo
15:55.09purlexecutes killall -TERM Repo
15:55.49*** join/#wowace eoM_rM (~moe@p5489DF10.dip.t-dialin.net)
15:57.31Repo10broker_uberinventory: 03S1nless * r33 / (16 files in 6 directories): new release of Ebroker
15:58.11ulichehe, the wallop want us to "meat" and for us to "hunt" them down.
15:59.29*** join/#wowace ckknight (~ckknight@69.73.16.202)
15:59.29*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
15:59.29*** mode/#wowace [+o ckknight] by ChanServ
15:59.49*** join/#wowace harl (harl@dslb-092-072-228-028.pools.arcor-ip.net)
16:06.54Repo10broker_uberinventory: 03S1nless 04v1.4 Release * r34 : Tagging as v1.4 Release
19:14.55*** join/#wowace purl (ibot@rikers.org)
19:14.55*** topic/#wowace is http://www.wowace.com | http://paste.wowace.com | http://lua.org | Curse Client v4: http://clientupdate.curse.com/setup.exe | WoWInterface Minion: http://minion.mmoui.com/ | http://wowace.com/a/author-store-is-launched | Want your Username changed? http://www.wowace.com/request-name-change/ | Happy New Year!
19:17.31GagorianShadowed: No I didn't, thanks.
19:25.02*** join/#wowace kd3 (~kd3@wikia/kaydeethree)
19:25.05Groktarpounce
19:51.22Repo10big-wigs: 03funkydude * r7142 Citadel/Gunship.lua: Citadel/Gunship: Fix mage warning
20:03.28*** join/#wowace TradeMark (~trademark@121-72-164-255.dsl.telstraclear.net)
20:05.05*** join/#wowace Bibi (~Bibi@AVelizy-151-1-28-11.w82-124.abo.wanadoo.fr)
20:05.06*** join/#wowace Bibi (~Bibi@unaffiliated/bibi)
20:05.16Pneumatusholy saurfang buff batman
20:09.32NeoTronPneumatus: s/buff/bug/ it sounds like
20:09.42NeoTronunless they have come out and said it was intentional
20:09.55NeoTronhttp://blue.mmo-champion.com/13/22749002374-bug-saurfang-runic-blood-generation-bugged.html
20:10.06*** join/#wowace isman (~drag@mlr78-3-88-162-68-235.fbx.proxad.net)
20:10.37*** join/#wowace Repo (~supybot@repos.curseforge.net)
20:12.18Repo10big-wigs: 03funkydude * r7143 Citadel (7 files in 2 directories):
20:12.19RepoCitadel/Deathwhisper: Add half-done deformed fanatic warning.
20:12.58*** join/#wowace Groktard (~rg@c-98-192-171-122.hsd1.ca.comcast.net)
20:31.15*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
20:34.40*** join/#wowace Pucmel (~pucmel@dwarf.dkm.cz)
20:37.55*** join/#wowace Whitetooth_ (~chatzilla@118-169-192-35.dynamic.hinet.net)
20:45.35*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
20:45.46*** join/#wowace chiper (~chiper@wsip-70-183-99-102.sd.sd.cox.net)
20:51.24*** part/#wowace Thaoky (Thaoky@91.176.86.245)
21:03.36*** join/#wowace Pneumatus^ (~WiN@81.174.255.129)
21:05.01*** join/#wowace Vilkku (~Vilkku@88.193.199.46)
21:06.30*** join/#wowace Archarodim (HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
21:06.38*** join/#wowace Hjalte (~chatzilla@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
21:06.57koaschten_http://cache.gawker.com/assets/images/4/2010/02/500x_nipple-pad.jpg
21:08.31Mikkkoaschten_: bwhahaha
21:08.46nicoli_slol
21:08.55nevcairieli saw that last week already, so awesome
21:16.28*** join/#wowace nevcairiel (quasselcor@WoWUIDev/WoWAce/Ace3/nevcairiel)
21:16.28*** mode/#wowace [+o nevcairiel] by ChanServ
21:23.09Repo10big-wigs: 03funkydude * r7144 Citadel/Valithria.lua: Citadel/Valithria: bugfix
21:27.51*** join/#wowace Shadowed (~Shadowed@li89-205.members.linode.com)
21:30.01*** join/#wowace james33 (james33@bb-82-108-4-31.ukonline.co.uk)
21:30.28james33not familiar with lua, but can any of you gather what the following does
21:30.32james33"format("%.1f", timeLeft)"
21:30.54nevcairielsure
21:30.57james33I think it specifies 1 deci place
21:31.05nevcairielit does
21:31.14james33so to use only integers
21:31.19james330f ?
21:31.23james33or
21:31.29james33is it .i
21:31.34nevcairiel%f just means float, by specifing .1f it means float with one decimal
21:31.35james33guess the f is a float
21:31.46nevcairielif you just want integers, use %d
21:31.59nevcairiellua> string.format("%d", 10.123)
21:32.02lua_botnevcairiel: 10
21:32.07james33thanks nev, this wowace addon is using decimal places and it's annoying me silly :)
21:32.12nevcairiellua> string.format("%.1f", 10.123)
21:32.13lua_botnevcairiel: 10.1
21:33.23Repo10ebopie: 03S1nless * r4 plugins/exopie.lua: String Fix Icon
21:33.25james33:) yay
21:34.42Repo10ebopie: 03S1nless 04v1.3a * r5 : Tagging as v1.3a
21:44.51Repo10arl: 03Torhal * r2833 Frame.lua: Minor logic changes and removed some unnecessary comments.
21:46.50Mikklua> string.format("%.1f", 10.899)
21:46.50lua_botMikk: 10.9
21:46.54Mikk^yoink rounding!
21:47.45MikkTorhal_: so, are your services available for any addon? =P
21:49.08Torhal_Mikk: Like...?
21:49.30Mikkoh ... auctioneer perhaps? got lots of nasty code innit =)
21:49.47TorhalYou work on that?
21:49.53Mikkhaha yeah a little
21:50.06Mikkmostly the odd optimization and bugfix here and there when i get annoyed
21:50.21TorhalI'd actually have to use it to go to that level
21:50.44TorhalI quit using it roughly two years ago when I realized I didn't need all the bells and whistles.
21:50.50Mikknah was mostly being tired & silly
21:51.10ShadowedTRAP
21:51.25Mikkomg is it uncaught?
21:51.59Mikkgoes to bed before humor level drops further and crits someone
21:52.20Shadowed:p
22:08.45*** join/#wowace Adys (~Adys@unaffiliated/adys)
22:09.56AckisMikk: HANDS OFF
22:09.58Ackishe's MINE
22:10.00Ackishahaha
22:10.01AckisMINE
22:12.04pompy~lart Ackis
22:12.04purlslams Ackis against a large cement Tux
22:15.05*** join/#wowace Sliker (~SlikerHaw@5ac68426.bb.sky.com)
22:19.05*** join/#wowace WobWork (~Wobwork@136.136.233.220.static.exetel.com.au)
22:19.05*** mode/#wowace [+v WobWork] by ChanServ
22:22.50*** join/#wowace kandarz (~kandarz@c-98-247-178-230.hsd1.wa.comcast.net)
22:32.18*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
22:33.12ckknighthttp://cuteoverload.files.wordpress.com/2010/02/2.jpg
22:41.06Fiskercatmolester ckknight
22:41.13ckknightlol
22:42.46*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
22:46.06*** join/#wowace yoshimo (~Kassandra@p5B0C2B24.dip0.t-ipconnect.de)
22:47.18*** join/#wowace luigithekid (~chatzilla@201.208.44.87)
22:48.49*** join/#wowace wink (fhtagn@phobos.art-core.org)
22:49.19*** join/#wowace wink (fhtagn@unaffiliated/winkiller)
22:50.38HjalteI can take the cats place, if it worries you.
22:50.45*** join/#wowace Ruck (~bleh@pool-72-86-106-233.aubnin.fios.verizon.net)
22:53.53*** join/#wowace winkiller (fhtagn@unaffiliated/winkiller)
22:58.55steevwhat is another addon like Molinari? seems to not be working for me with latest patch
22:59.11*** join/#wowace wink (fhtagn@unaffiliated/winkiller)
22:59.16*** join/#wowace ckknight (~ckknight@69.73.16.202)
22:59.16*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
22:59.16*** mode/#wowace [+o ckknight] by ChanServ
23:03.53*** join/#wowace Jagobah (~ljugo@74-141-114-16.dhcp.insightbb.com)
23:04.01pompy@project prospect
23:04.02Repopompy: http://wow.curseforge.com/addons/prospect/. Prospect. Game: WoW. egingell (Manager/Author/Maintainer). Updated: 49 days ago. Tickets: 1/17
23:04.25*** join/#wowace Jagobah (~ljugo@74-141-114-16.dhcp.insightbb.com)
23:06.31WobWork@describe prospect
23:07.33Repo10big-wigs: 03Pettigrow * r7145 Citadel/Locales/frFR.lua: frFR Update
23:07.34RepoWobWork: http://wow.curseforge.com/addons/prospect/. Prospect. Prospect ore by right clicking on it
23:08.38Repo10big-wigs: 03funkydude * r7146 Citadel (6 files in 2 directories):
23:08.39RepoCitadel/Valithria: add engage trigger, half working supresser timer.
23:20.26*** join/#wowace Kilroo (~Kilroo@cpe-098-026-148-169.triad.res.rr.com)
23:26.15*** join/#wowace BWMerlin (~chatzilla@CPE-58-174-144-237.mjcz1.woo.bigpond.net.au)
23:29.53Repo10chatter: 03grum 07master * v1.1.1-4-g332161a / (2 files in 2 directories): [+1 commit] Added support for 'Dungeon Guide'. Translations still needed.
23:31.57*** join/#wowace vhaarr (~folk@WoWUIDev/WoWAce/Rabbit/vhaarr)
23:31.58*** mode/#wowace [+o vhaarr] by ChanServ
23:33.13Repo10chatter: 03grum 04v1.1.2 * 52931b4 /: [new tag] ChannelNames: Support for Dungeon Guide.
23:38.39*** join/#wowace Tuller (~muffins@pool-72-84-246-12.rcmdva.fios.verizon.net)
23:40.50*** join/#wowace Funkeh` (~funk@82.111.118.132)
23:40.51*** join/#wowace Funkeh` (~funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
23:40.51*** mode/#wowace [+o Funkeh`] by ChanServ
23:46.45*** join/#wowace Funkeh` (~funk@82.111.118.132)
23:46.45*** join/#wowace Funkeh` (~funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
23:46.45*** mode/#wowace [+o Funkeh`] by ChanServ
23:48.02ArrowmasterFunkeh`: use the server password method to identify to freenode, your client is joining channels before you are identifed to freenode so its join/quit/join everytime
23:48.41Arrowmasterckknight: you too ^^^
23:49.04ckknightk
23:49.09Funkeh`um, probably because i rebooted a minute ago?
23:49.44ArrowmasterFunkeh`: ill pm you what it looks like to everybody else
23:52.12*** join/#wowace Next96 (Next96@121.129.140.91)
23:53.31*** join/#wowace Funkeh` (~funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
23:53.31*** mode/#wowace [+o Funkeh`] by ChanServ
23:55.57winkArrowmaster: server password method?
23:56.44Arrowmasteryeah you can just put your nickserv password in as the irc server password and identify as you connect
23:56.49WobWorkclient option
23:56.56winkoh nice

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