IRC log for #wowace on 20100228

00:00.06Superfly_or i have to get the spellname via spellinfo, check it, and check if the spellids are the same?
00:01.16GnarfozSuperfly_: should be possible directly these days
00:01.18Gnarfoz!api unitaura
00:01.19lua_botFound 2 possible results for 'unitaura': UnitAura, GameTooltip:SetUnitAura
00:01.27Gnarfozwell, the first one
00:01.30Gnarfoz!api UnitAura
00:01.31lua_botUnitAura: Returns information about buffs/debuffs on a unit (http://wowprogramming.com/docs/api/UnitAura)
00:01.50Superfly_yeah but if i say dump UnitAura("player",spellid) that doesnt work
00:02.10Gnarfozwell
00:02.28Gnarfozoh, hm
00:02.37Gnarfozwell the page doesn't say that's possible, of course
00:02.42arkanesthats because thats not how UnitAura works
00:02.57Gnarfozit is how it *should* work because they already give us spellid now
00:03.04Gnarfozbut that's not how it works, indeed
00:03.17arkanesthere's some different APIs that work by name/spellid
00:03.30GnarfozUnitAura *returns* spellid
00:03.44Gnarfozbut doesn't take it for it's "check if unit has aura" functionality
00:03.57Gnarfozonly for "which aura does unit a have at index n?"
00:04.37Caleb|UnitAura(unitId,GetSpellInfo(spellId)) ?
00:04.50Caleb|should return nil if it doesn't have it
00:04.50GnarfozCaleb|: yes of course, but that's not what he asked
00:04.50arkanesUnitBuff can tank a name
00:04.53Caleb|and lots of shizzle if it has it
00:05.18Gnarfozor rather, he asked if you still have to do *that* or if you could finally do it directly by spellid these days ;)
00:05.34Caleb|don't think you can
00:05.36arkanesalthough apparently it cant take a spellid, which i thogh you could do
00:06.09Superfly_[01:02:28] < Caleb|> UnitAura(unitId,GetSpellInfo(spellId)) ?
00:06.16Superfly_the problem is there are around 25 well fed
00:06.30Caleb|that useses the spells name Superfly_
00:06.35arkanesSuperfly_: are you trying to detect one of them, or any of them?
00:06.41Caleb|the first return value of GetSpellInfo is a localized spellName
00:06.42Gnarfozseems like you still have to do if spellId = select(UnitAura(unitId,(GetSpellInfo(spellId))),11) then dostuff end :(
00:06.58Caleb|!api GetSpellInfo
00:06.58lua_botGetSpellInfo: Returns information about a spell (http://wowprogramming.com/docs/api/GetSpellInfo)
00:07.10Superfly_well bigbrother_ready seems to be broken, and just trying to fix it, the idea is check if the best food is on your char
00:07.19Superfly_or you are slacking with some prewotlk food stuff
00:07.29Gnarfozisn't that part of BigBrother itself, really?
00:07.39GnarfozI thought BB_ready was just a middleman to initiate the checks
00:07.43Gnarfozprofalbert: ^
00:08.05arkanesYou'll need to write a wrapper function
00:08.47Superfly_Gnarfoz: it was
00:09.04Superfly_bb doesnt support reporting expiring flasks
00:09.37Gnarfozhm. I'd have thought adding that to BB and leaving BB_ready as a middleman would have been a more logical choice, but hey, I'm not doing the work, so whatever :>
00:09.54*** join/#wowace SunTsu (~miyamoto@cl-1212.ham-01.de.sixxs.net)
00:10.53Superfly_im not familiar how this stuff works, i suppose you need to ask the developers or something, (it wasnt updated since 2009 tho)
00:11.34Superfly_but yeah extending bb would be better, but im not the author :)
00:27.16*** join/#wowace rmk (~user@delusion.fourty.net)
00:36.04*** join/#wowace eoM_rM (~moe@p5489DE2F.dip.t-dialin.net)
00:36.42Lysitheaanyone here know how much an honorable kill is worth?
00:36.46Lysitheaat 80 100%-0
00:46.39Shefki62
00:46.58ShefkiI should say 61.something.
00:47.02ShefkiI don't know the exact number.
00:48.31Gnarfoz42, obviously
00:49.26ShefkiThe problem with figuring out the honorable kill -> honor conversion is it's a float and then they round it up.
00:50.08winkdoes it matter if you get the rounded version?
00:50.24ShefkiYes since some objectives grant more than 1 honorable kill worth of honor.
00:50.29ShefkiAnd they round up after multipying.
00:52.11Shadowedthe hell
00:52.14Lysitheathanks
00:52.18ShadowedWhat kind of extractor program do these people have
00:52.51ShadowedSomeone has a ZIP extractor that's apparently converting \r\n into two line breaks
00:53.32vhaarryeah I've seen that many times in the past
00:53.41vhaarrI think it's a specific zip library that does it
00:54.04ShadowedBeen trying to figure out why random people have had issues with SUF, and that's it :|
00:54.46winklol
00:55.04vhaarrI wonder if it's related to your locale settings
00:55.12winkthat would be weird
00:55.34Shadowedvhaarr: What do you mean?
00:55.36winkshouldn't be too hard to get the people with the problem to tell OS version and unpacker?
00:55.55ShadowedIt's due to the fact that SUF puts \n into some of the localization keys, wowace packager turns that into a linebreak, and the unzipper is then adding more linebreaks
00:55.59Shadowedeasy to fix, but annoyign
00:56.10Shadoweds/annoyign/annoying/
00:57.15vhaarrI remember a long time ago I was dealing with some Java-based unzipping, and it was doing something like this, and it turned out to be a java server setting where it automatically converted line breaks or something
00:57.22vhaarror perhaps it was PHP, it's many years ago
00:57.39ShadowedJava used to have some weird issue with how it created ZIPs, but I think that was a while ago
00:58.00vhaarrthis was at least 9-10 years ago
00:58.00winkdon't touch my string :D
00:58.12ShadowedBut whatever, switch to |n and it's all good
01:03.51Repo10shadowed-unit-frames: 03Shadowed 07master * v3.2.5-10-g6d3b0fd / (3 files in 2 directories): [+2 commits]
01:03.53Repo6d3b0fd: Merge branch 'master' of git.wowace.com:wow/shadowed-unit-frames/mainline
01:03.54Repo9c25b10: Switched to using |n instead of \n for localization line breaks, because somewhere an incompetent programmer can't handle line breaks in his zip program
01:04.50Gnarfozdid you... merge master with master there?
01:04.52GnarfozOo
01:05.08arkanesShadowed: you see my thing earlier?
01:05.43*** join/#wowace Next96 (Next96@121.129.140.91)
01:05.46Shadowedarkanes no
01:06.13GagorianAnyone have 2p T10 moonkin?
01:07.18arkanesShadowed: well you fixed it anyway
01:09.29Shadowedwhat did I fix
01:10.15arkanesit was showing a tanking ring instead of my DPS one
01:10.19arkanesright tooltip, though
01:10.20Shadowedoh
01:10.21Shadowedyea
01:10.27ShadowedThe item data got corrupted somehow
01:11.01arkanesnewlines, probably
01:11.10Shadowedprobably, it is MySQL after all
01:11.11arkanessame problem everywhere >:(
01:11.15arkanesoh
01:11.22arkaneswell, no, that was probably because its Tuesday
01:11.30Shadowedbut it's SAturday
01:11.36arkanesexactly
01:11.46ShadowedLess drugs arkanes, less drugs
01:13.41Repo10fu-bar_converge-fu: 03Broliant * r149 / (4 files in 1 directory):  (Message trimmed by 2 lines)
01:13.42RepoFuBar_ConvergeFu:
01:13.44Repo+ Added: Buff Monitor functionality to check player buffs after a ready check is completed if you are the raid leader.
01:13.45Repo+ Added: Buff Monitor support (checks) for suitable rogue poisons. (Rogue specific.)
01:13.47Repo+ Added: New main menu convenience options: 'Quick Bidding' and 'Quick Raid Checks'.
01:14.52Repo10fu-bar_converge-fu: 03Broliant 04v3.61-release * r150 : FuBar_ConvergeFu: Tagging this as a proper release.
01:21.23quiescenso.o
01:22.54Shefki@describe wow/fu-bar_converge-fu
01:22.56RepoShefki: http://www.wowace.com/addons/fu-bar_converge-fu/. FuBar_ConvergeFu. A FuBar plugin for Converge Guild Officers.
01:23.54arkanes!api UnitAura
01:23.55lua_botUnitAura: Returns information about buffs/debuffs on a unit (http://wowprogramming.com/docs/api/UnitAura)
01:29.57*** join/#wowace Cavisty^gerber (~Cavisty@c-71-200-112-10.hsd1.md.comcast.net)
01:40.28*** join/#wowace Thrae (~ircuser@generalmx-1-pt.tunnel.tserv13.ash1.ipv6.he.net)
01:59.31Repo10drainsouler: 03kunda * r10 / (2 files in 1 directory): fix: texture layer changed to ARTWORK
02:01.38Repo10drainsouler: 03kunda 0430300-3 * r11 : Tagging as 30300-3
02:02.49*** join/#wowace Schnaks (~Schnaks@p5486E9CB.dip.t-dialin.net)
02:08.06*** join/#wowace eblume (~Erich@76.126.58.246)
02:39.22Repo10dr-damage: 03Gagorian * r1340 / (7 files in 2 directories):  (Message trimmed by 5 lines)
02:39.24Repo- Swiftmend is bugged: Improved Rejuvenation and Gift of Nature doesn't apparently apply any longer to the base healing portion of Rejuvenation Swiftmend
02:39.25Repo- Fixed Tree of Life Aura
02:39.26Repo- Added Glyph of Frenzied Regeneration
02:39.27Repo- Lifebloom pvp idol benefits from Tree of Life aura and Master Shapeshifter
02:43.40RepoNew addon: http://www.wowace.com/addons/broker_damagepercentmodifier/. Broker_DamagePercentModifier. Maat (Manager/Author). Approved by Torhal.
02:45.05Repo10dr-damage: 03Gagorian * r1341 Data (2 files in 1 directory): - Reverted Druid Starfall coefficients to 3.3.2 values
02:46.01RepoNew addon: http://www.wowace.com/addons/little-black-book/. Little Black Book. Xocide (Manager/Author). Experimental. Approved by Torhal.
02:50.49*** join/#wowace eblume (~Erich@76.126.58.246)
02:53.37Repo10dr-damage: 03Gagorian 041.7.6-beta_2 * r1342 : Tagging as 1.7.6-beta_2
02:54.50Wobin@describe little-black-book
02:54.51RepoWobin: http://www.wowace.com/addons/little-black-book/. Little Black Book. Your Little Black Book for WoW
02:55.18Wobintautological nominative descriptor is descriptive
02:55.37Wobinwait wait
02:55.45WobinThink of Black List as a little black book you put the names of people you dislike and don't want to socialize with.
02:56.05WobinDoes this person understand what a "Little Black Book" -is-?
02:56.21WobinEither that, or they're -really- into angrysex
02:57.35GagorianPfft, why are premade chars limited to 4 copies >:C
02:57.59GagorianHow the hell are you supposed to test all classes if you only can copy 4!
03:00.27DWSRIs it possible to list one addon in another addon's in .pkgmeta and then have it packaged on the top-level of the resulting package?
03:03.06*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
03:03.06*** mode/#wowace [+o ckknight] by ChanServ
03:03.10*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
03:03.43GnarfozWobin: it should simply be called "blacklist", AND it should probably be moved to curseforge just because of the stupid name ;P
03:06.06quiescensbecause its clearly the only project that has a vaguely confusing name
03:06.14koaschten_uuh you cant do /script LeavePaty() anymore?
03:06.25koaschten_instantly goes duuuh and adds a "r"
03:06.30quiescenso.o
03:06.35quiescensi wasn't going to say it
03:06.53DWSRPaty, sounds like somone with a hideous accent. (i.e. Southern US).
03:06.59DWSRYou wanna leave that Paaty?
03:09.21*** join/#wowace rmk (~user@delusion.fourty.net)
03:11.03*** join/#wowace koaschten (~koaschten@i577A8385.versanet.de)
03:21.41Repo10totemradius: 03Cyprias * r2 / (11 files in 2 directories): First commit
03:23.42Shadowedvhaarr: http://wuu.vagabonds.info/menu.php that's what causes it
03:24.21ShadowedWho does WUU, need to figure out who to hate
03:24.21Gnarfoz!api leaveparty
03:24.25lua_botLeaveParty: Exits the current party or raid (http://wowprogramming.com/docs/api/LeaveParty)
03:25.29Superfly_like wow ui updater?
03:26.59Superfly_ah i see you linked it before
03:27.06Superfly_is it more someone else has a huge lag on freenode?
03:27.14Superfly_is it me* or
03:27.37DWSRyou
03:28.31DWSR[22:27:46] CTCP PING reply from Superfly_ [~Superfly@89-vh-2-shost.hostoffice.hu]: 1 sec 61 msec
03:28.31DWSR[22:28:02] CTCP PING reply from Sh<gnip>adowed [~outlaw@c-98-207-200-159.hsd1.ca.comcast.net]: 0 sec 775 msec
03:28.36DWSRJust you
03:29.09Superfly_nice, 1sec sounds cool, but about 1 min ago i had 12-13sec
03:29.20DWSRwhere's .hu?
03:29.27Superfly_hungary
03:29.32DWSRah
03:32.25*** join/#wowace Seerah (~Ryan@c-76-107-191-65.hsd1.tn.comcast.net)
03:33.35Superfly_anyway, good morning/night
03:39.21*** join/#wowace cvan (~cvanlaw@99-3-184-9.lightspeed.miamfl.sbcglobal.net)
03:39.57cvanare the curse remote servers down? I can't get on the website or check for updates...
03:45.14Repo10debuff-alarm: 03starlon * r71 / (7 files in 1 directory):  (Message trimmed by 1 line)
03:45.16RepoDebuffAlarm:
03:45.17Repo- Update to Ace3.
03:45.19Repo- Use Blizzard's addon dialog instead of Fubar for config. Command line editing is still available.
03:45.20Repo- Update externals.
03:52.39*** join/#wowace starlon (~starlon@melody.lyrical.net)
04:06.21*** join/#wowace Aens|Superiority (~a@76-10-147-229.dsl.teksavvy.com)
04:43.40pompywth is causing this http://pastebin.com/iDhT43ex
04:44.27TrelaAn add on trying to access party or raid related API while not in a party or raid.
04:45.13pompyTrela: i am in a party
04:48.02DWSRpompy: Cross-server party?
04:48.42DWSRalso, might be a syntax issue and the author meaning to pass it as a UnitID, but instead passing it as a literal name?
04:51.52pompyDWSR: nope, normal party on my server
05:13.51*** join/#wowace RaydenUni (~rayden@ip68-5-22-175.oc.oc.cox.net)
05:34.37*** join/#wowace kd3 (~kd3@wikia/kaydeethree)
05:39.21*** join/#wowace unrealii (Next96@121.129.140.91)
05:47.05*** join/#wowace Next96 (Next96@121.129.140.91)
05:50.13*** join/#wowace Olison (olison@fukdruidsgrr.org)
05:56.04Repo10gathermate_data: 03kagaro * r260 version: GatherMate_Data: Weekly update
05:56.10Repo10gathermate_data: 03kagaro 04v1.88 * r261 : GatherMate_Data: weekly update
06:00.12*** join/#wowace Olison (olison@fukdruidsgrr.org)
06:03.46orionshockquestion: SecureCmdOptionParse("[pet:voidwalker]")   is that going to translate to other locales properly or am i going to have to translate it by hand?
06:10.10*** join/#wowace Ingela (~Ingela@90-230-173-174-no35.tbcn.telia.com)
06:11.53Repo10autopartybuttons: 03OrionShock 07master * v0.2-beta-13-g2872cc0 / (6 files in 1 directory): [+12 commits] (8 truncated)
06:11.55Repo2872cc0: remove some debug
06:11.56Repoe835d04: minor updates
06:11.58Repo7c8bfc1: add modules to toc
06:11.59Repo8dee2cc: rename "Set Tank as Focus" to a button no macro
06:19.18Repo10autopartybuttons: 03OrionShock 04v0.3-beta * e3760be /: [new tag] Tag v.3-beta, add rogue, mage, lock buttons
06:31.10*** join/#wowace tiik (~tiik@d206-116-224-16.bchsia.telus.net)
06:32.20tiikI'm sure this has been asked a couple hundred times, but what's going on with the website? ;/ I can't download anything.. Managed to find a 3.0v of Curse Client elsewhere on the web but it can't update or download any addons..
06:33.55tiikIt's working for people in some places of the globe - it seems like a DNS issue somewhere with static.curse.com - I can see the browser making requests to static.curse.com and it's timing out there
06:34.23Wobinnot working for me
06:37.35tiikFor someone it IS working for, can you ping static.curse.com and tell me the IP? I can manually override the (incorrect) IP ;/
06:40.08*** join/#wowace Tom` (~Vevix@CPE-124-191-160-183.oxqn1.cha.bigpond.net.au)
06:40.15Repo10arl: 03Torhal * r2873 Datamine.lua:
06:40.17RepoIn addon:TooltipScanRecipe(): Renamed "spell_info" to "recipe" and added quality level checking.
06:43.25*** join/#wowace Srosh (~Srosh@c222013.adsl.hansenet.de)
07:02.56*** join/#wowace Repo_ (~supybot@repos.curseforge.net)
07:04.43*** join/#wowace Yogibear75 (~Andreas@pD95DC278.dip.t-dialin.net)
07:06.44*** part/#wowace Yogibear75 (~Andreas@pD95DC278.dip.t-dialin.net)
07:07.00*** part/#wowace Seerah (~Ryan@c-76-107-191-65.hsd1.tn.comcast.net)
07:09.23*** join/#wowace Repo (~supybot@repos.curseforge.net)
07:25.36Repo10arl: 03pompachomp * r2874 Datamine.lua:
07:25.38Repohave it print out the name of the recipe when it says there's a quality discrepancy.
07:30.15*** join/#wowace sylvanaar (~sylvanaar@unaffiliated/sylvanaar)
07:33.11*** join/#wowace Thrae (~ircuser@generalmx-1-pt.tunnel.tserv13.ash1.ipv6.he.net)
07:34.53Repo10big-wigs: 037destiny * r7417 Citadel/Locales/koKR.lua: koKR Update
08:02.35*** join/#wowace Repo (~supybot@repos.curseforge.net)
08:10.38*** join/#wowace Repo (~supybot@repos.curseforge.net)
08:13.08*** join/#wowace asq (~asq@unaffiliated/asq)
08:17.31*** join/#wowace sylvanaar (~sylvanaar@unaffiliated/sylvanaar)
08:27.10quiescenshmm
08:36.06quiescenswebsite seems
08:36.07quiescensiffy
08:41.51*** join/#wowace Caleb| (~caleb@dsl4E5C05A2.pool.t-online.hu)
08:47.06*** join/#wowace TNSe (~evil@ti0042a380-0799.bb.online.no)
08:57.47*** join/#wowace yoshimo (~Kassandra@p5B0C074A.dip0.t-ipconnect.de)
08:57.56*** join/#wowace Kalroth (kalroth@d40aa4ae.rev.stofanet.dk)
08:58.11Repo10big-wigs: 03Maat * r7418 Citadel/LichKing.lua: bugfix (difficulty)
08:58.50Repo10broker_damagepercentmodifier: 03Maat 041.0 * r3 : Tagging as 1.0
09:09.24Repo10autopartybuttons: 03OrionShock 07master * v0.3-beta-2-g34c4ca2 / (9 files in 1 directory): [+2 commits]
09:09.26Repo34c4ca2: add warrior file; Intervene & Vigilance to healer
09:09.30Repo3c134f7: fixup button ordering; add Pally:HoP-Healer/RD-Healer; Priest: PainSupp-Tank; Druid:Rebirth-tank-healer
09:09.36Repo10grid2: 03Gaff3 06options * r330 Options/GridIndicators.lua: Resolved merge to r351
09:15.30*** join/#wowace TNSe (~evil@ti0042a380-4087.bb.online.no)
09:18.24*** join/#wowace Torhal (~callahan@74-141-240-27.dhcp.insightbb.com)
09:18.24*** mode/#wowace [+v Torhal] by ChanServ
09:18.30neon_Is there an Altoholic dev (or someone who knows the code) around? Having some problems with freezelags (0.5 - 5 sec depending on in what situation, solo/raid/wintergrasp) after dropping combat or accepting ressurections
09:19.15Repo10grid2: 03Gaff3 06options * r331 / (32 files in 7 directories): Merge to r385
09:23.36*** join/#wowace rmk (~user@delusion.fourty.net)
09:23.58*** join/#wowace unrealii (Next96@121.129.140.91)
09:34.53*** join/#wowace Next96 (Next96@121.129.140.91)
09:43.08Repo10quartz: 03Nevcairiel 07master * 3.0.2-1-g4a684ed / (2 files in 2 directories): [+1 commit] Move the "Target Name" option into the Player module.
09:44.03*** join/#wowace SunTsu (~miyamoto@unaffiliated/suntsu)
09:45.40asmodaiyawns
09:50.07Repo10quartz: 03Nevcairiel 07master * 3.0.2-2-gf3ede34 modules/Player.lua: [+1 commit] Properly disable the targetname option again.
09:50.44asmodaiNext96: busy bee
09:50.52asmodaigrrrr
09:50.54asmodainevcairiel: busy bee
09:51.16asmodaineon_: Not sure the altoholic dev visits here.
09:51.47nevcairieljust fixing a ticket
09:53.07neon_I already made up my mind about spending some time on writing my own addon to replace the (very few) parts of Altoholic that I use :)
09:53.15*** join/#wowace eoM_rM (~moe@p5489C575.dip.t-dialin.net)
09:54.38Fiskerslaps nevcairiel around a bit with a large trout
09:54.48neon_Just started using it as a way to keep track of VoA10+25 lockout/honor/arena points/daily BG q done/daily hc done/number of emblems per char, don't really use any of the other functionality so
09:56.09neon_Did an icc10+icc25 run with CPU profiling enabled(6+ hours of raiding total) a few days ago just to get a feel for performance hogs, what I saw both suprised and scared me. :P
09:57.11neon_Gave me that last push I needed to finally sit down and finish my own cooldown count (omnicc), deathlog (acheron) and altoholic alternatives
09:59.09nevcairieleh, the cpu profiling in wow is not as useful as one might think
09:59.22neon_I know it has problems with shared libs and stuff
09:59.31neon_But it still gives you a rough idea
09:59.39neon_Check this out for example: http://download.local.se/pic/profiling_after6hraid.jpg
09:59.48nevcairielrun something in an onupdate and you'll get pretty high numbers, no matter if it really has an impact on your game
10:01.23nevcairielsomething like OmniCC for example that has to constantly update the time numbers on spells will always show up pretty high, and you can only marginally reduce that
10:01.55neon_Running wow in Linux (via wine), and got pretty good performance when solo and in 5mans (80+ fps), 50+ in 10mans, but goes down to <15 in 25man raids
10:02.46nevcairielsticking to my omnicc example .. it doesnt matter how big a group is, it always shows your cooldowns ;)
10:02.55nevcairielacheron is pretty much a performance hog, though
10:02.56neon_My own cooldown count addon (slimmed down on features obviously) uses an order of magnitude less CPU than omnicc tho
10:03.22orionshockneon_, altoholic while it has good intentions is a monolithic addon that should be killed with fire
10:04.06Repo10grid2: 03Gaff3 06options * r332 Options/GridIndicators.lua: Missed the nooptions function.
10:04.07orionshocklike all monolithic addons that try to do everything in one, in the end it's bloated or buggy, ugly or simply will break after a patch
10:04.56orionshocknevcairiel, interested in expanding the flight module? i think i have an adaptation that would work nicely.. tho i could have written a complete hack of an addition :)
10:06.46neon_nevcairiel, I don't update(or even create) any timers that aren't above a certain iconsize, and I don't create any "shower" frames at all, I just let the underlying Cooldown-frame control that
10:06.57neon_Seems to be working pretty well.
10:07.31*** join/#wowace profalbert (~profalber@80-121-22-93.adsl.highway.telekom.at)
10:07.38nevcairieli don't even have cooldown models on my UF, so only my actionbars get timers anyway
10:08.40neon_I put in some debug code in omnicc, and it seems like it actually keeps timers going for completely hidden frames aswell, stuff like VehicleMainMenuButton1 and whatnot
10:09.08asmodaiIt's not bad that all your colleagues and so are being sick with stomach flu, flu or common cold, but now I get to use my immune system to beat it off. Jesus, feel like a 10-ton truck hit me. >_<
10:09.30neon_Since it creates its own "shower" frames with hooks into the onshow/hide, it can keep running its OnUpdate code for a while even after the Cooldown-frame has been hidden
10:09.49Repo10grid2: 03Gaff3 06options 04v1 * r333 : Tagging as v1
10:10.11asmodaiorionshock: Actually, altoholic was pretty stable during patches/updates.
10:10.23nevcairielneon_: its there so you can hide the cooldown model and still have numbers
10:10.33neon_ye I know
10:11.04neon_I don't need that functionality tho, I just let the original cooldown spiral be
10:11.13nevcairielanyway, omnicc is not affected by raid size, so its most likely not an addon causing any raid performance problems
10:12.21neon_Nono, I just got low FPS in raids in general. The bottleneck is my CPU
10:12.49yoshimomy favourite fps breakdown is wg when everyone joins the raid within 1second
10:13.02neon_While in windows on a decent computer you might get 100 fps with no addons in raids, and say 80fps with a shitload of addons, this difference doesn't matter at all obviously
10:13.06Wobinfirst room in gundrak =P
10:13.24nevcairieli have a decent computer and some areas in raids still make my fps crawl
10:13.35neon_But when I get 25-30 fps with no addons in linux with wine, and 15 with many addons, any performance tweak you can make to gain a few fps makes a noticable difference
10:13.35nevcairielespecially with a wide-angel view of outside area
10:14.10nevcairieli can't just fly across icecrown and keep the fps, something in the engine is eating fps there
10:14.29WobinThe Lich King
10:14.31WobinDuh =P
10:15.04neon_(This is on a core2duo E6600 OC'd to 3ghz, ssd hd, nvidia 9800GTX system)
10:16.21neon_I don't mind too much tho, I get 120+ fps in arenas, that's all that really matters ;)
10:17.23nevcairielI'm on a i7 and a GTX 260, and i can't keep constant 60 fps (vsync) when flying across zones
10:17.29nevcairielsomething is terribly wrong in the engine
10:17.43neon_Oh that's strange
10:19.48asmodainevcairiel: L}
10:19.51asmodaierrr :|
10:21.26neon_asmodai, I recognize your name from somewhere..
10:21.39asmodaiOh noes.
10:21.39neon_Don't you hang in #lighttpd?
10:21.45asmodaiUsed to from time to time.
10:22.05asmodaiBut mostly when I had found a bug or similar.
10:22.11neon_Aha :)
10:22.32neon_And #openbsd
10:22.33neon_:)
10:22.36asmodaiNope, FreeBSD
10:22.48asmodaiBut on Undernet.
10:22.53neon_Oh, well, I've seen you in #openbsd :P
10:22.59asmodaiSince I've been there for more than 12 years.
10:23.05asmodaiOh, can be. But rarely.
10:23.30asmodaiSince I've been a FreeBSD and DragonFly BSD committer, so would've been to keep up to date with some folks.
10:23.37neon_I used to hang there aswell, a long long time ago
10:23.56neon_Nowadays I'm just in #freebsd.se, #openbsd and #linux.se
10:25.07*** join/#wowace bien|| (~bien@p4FF44955.dip.t-dialin.net)
10:25.09Repo10grid2: 03Gaff3 * r386 / (13 files in 3 directories):
10:25.32asmodaineon_: heh, yeah, a long long time ago
10:25.36RepoMerge of the options branch into trunk. This allows grid2 to make better use of the blizzard options panel. See Ticket 59.
10:26.48neon_Must've been more than 4 years ago I last visited, that's how far back I've got irclogs from, and I can't find any entries of #freebsd in there. :)
10:27.05asmodaiHah, cool, bird protection in NL set up a bunch of webcams for various birds in NL: http://www.beleefdelente.nl/
10:27.29asmodaineon_: Heh, well, Undernet, not Freenode. Been an op in that channel for more than 12 years now.
10:28.08neon_Hrm, I don't even remember on what network I was on, freenode or efnet
10:28.24asmodaiI was on EFNet for a while too, but left in the end.
10:28.44neon_It's my "main" network
10:29.01neon_efnet, that is.
10:32.42asmodaiThat would explain why you don't see me there anymoer.
10:32.49asmodaiLast time was more than 5-7 years ago.
10:34.07Repo10autopartybuttons: 03OrionShock 07master * v0.3-beta-3-g18f0ff1 paladin.lua: [+1 commit] add Sacred Shield and Beacon of Light -- reformat pally module to use more GSI and less hardcoded localizations. If this looks weird in other locales then we'll need an adjustment
10:34.15*** join/#wowace Venara|afk (~nils.drea@p4FECB1A8.dip.t-dialin.net)
10:39.05*** join/#wowace Megalon (~Megalon@d86-32-5-104.cust.tele2.at)
10:42.13nevcairielasmodai: fun fact, the performance issues when hovering over a zone are not present when using opengl rendering
10:42.19nevcairielbut i can't stand the lack of hardware cursor =(
10:42.34asmodaieh
10:42.53asmodaiSo it might be some DX ineficiency or their engine does somethign weird
10:43.42orionshocknevcairiel, what's the difference with a hardware cursor ?
10:43.49nevcairieltry it
10:43.51nevcairielyou'll notice
10:44.03orionshockcan't i run openGL on linux :)
10:44.24Brunerslow fps and your mouse goes slow
10:44.30nevcairieldon't you notice that the cursor feels "slow" sometiems?
10:44.34Brunerswith hardware cursor the mouse will be smooth all the time
10:45.04orionshockhehe, i've got high fps all the time so... don't really notice it
10:45.05neon_There's workarounds for that via wine patches though
10:45.33neon_To add hardware support to opengl
10:45.41nevcairieltoo bad i don't play on wine =)
10:45.46neon_Or well, not true support, but emulation :)
10:46.09neon_Was mainly speaking to orionshock :)
10:46.12orionshockmeh @ wine.. i use crossover myself (yes a port of wine but quite different) :P
10:46.39vhaarrdifferent how?
10:46.46Brunersisn't it exactly the same just with an interface for the apps you have installed?
10:46.47vhaarrI've always used wine, always worked for me
10:47.12Brunersand maby some configurations for specific apps
10:47.23neon_Maby he means Cedega
10:47.40Brunersi think he means crossover
10:47.53orionshockwine has a terrible default setup, and the sound is bugie for me sometimes. Crossover-Games is specifically coded / designed for games and has optimized default settings for games
10:48.03vhaarrright, you are lazy then
10:48.06vhaarrwine is fine
10:48.37neon_But crossover doesn't have anything to do with wine patches? :P
10:49.08Brunerssince crossover is built upon wine i would say it has something to do with it
10:49.33orionshocki ran wine for ~4yrs playing wow.. it works sure, but often had strange problems and sound never worked really. With crossover-games it's been a near flawless experience.
10:49.46neon_I mean, wine patches should apply just fine to crossover? Isn't crossover basically just "settings tweaks" to hardcoded wine settings?
10:49.58vhaarrI don't think it is, neon_
10:50.13vhaarrthe crossover developers work on their codebase and push changes upstream to wine as they see fit
10:50.21nevcairieli believe they forked it off quite a while ago
10:50.24vhaarrand many of the DirectX developers on wine are paid by crossover
10:50.25nevcairielmight apply, or might now
10:50.39vhaarrit doesn't apply I think, that was a different project you are thinking of
10:50.56neon_Oh, yeah as you can see I'm not really up to speed on crossover :)
10:51.04neon_My bad ;)
10:51.07nevcairielisnt it still initially based on wine?
10:51.14Brunerssays so on their page
10:51.18vhaarrit's 100% based on wine and they rebase on every release
10:51.25neon_I always thought of crossover more like winetweaks
10:51.27nevcairielso it could still apply
10:51.34nevcairieldepending on how big their changes in those sections are
10:51.41Bruners"CrossOver Games is built on the latest versions of Wine, based on contributions from both CodeWeavers and the open-source Wine "
10:51.44vhaarrthey push changes upstream quite often
10:52.00nevcairielanyway, i want hardware cursor now!
10:52.12vhaarrinstall linux, patch wine and you're good to go
10:52.21nevcairielcant watch my blurays on linux :(
10:52.34vhaarrwho has blurays anyway
10:52.41nevcairielme, obviously
10:52.59vhaarrI was sure gstreamer had bluray support
10:53.00nevcairieli need to build me a HTPC so i can switch to linux completly again
10:53.19vhaarror was it ffmpeg
10:53.23nevcairielyou can watch the bluray files with mplayer just fine
10:53.24nevcairielhowever
10:53.28vhaarrright
10:53.30nevcairielthere is no realtime decoder for linux
10:53.42neon_Haha, just checked the crossover site, they list this as a "pro" in their feature comparison with wine
10:53.44nevcairielso you have to completly decode the 40gb onto your hdd first
10:54.03neon_Price  Wine: $0, and a lot of your time - Crossover: $39.95 - $69.95
10:54.13vhaarrI think there is now
10:54.51vhaarrhttp://forum.doom9.org/showthread.php?p=1327197
10:55.05nevcairieli switched wow to windowed mode, and it seems less sluggish then in fullscreen
10:55.57nevcairielits just a tad bit annoying having the 3d screen shine through my taskbar :P
10:56.00orionshockneon_, think of the 40$ as a donation to a good cause, the death of MS :)
10:56.42Brunersorionshock: good thinking
10:56.53orionshockthat and it's a yearly subscription
10:57.04Brunersorionshock: the donation bit at least
10:57.17BrunersMS still does a lot of good in this world
10:57.22neon_I'd rather donate that to the opensource wine project instead of a company who takes a share of the cut before letting some of the money trickle back to the wine devs :P
10:57.37Pucmelconsoles ...
10:57.45Brunersare for
10:58.09orionshockneon_, they don't make a whole lot if u think about it
10:59.21Arrowmasterneon_: codeweavers pretty much manages wine now, its all hosted by codeweavers and the lead developers work for codeweavers
10:59.37neon_I don't get why I should pay $40 for something that lists 2 changes compared to the wine to the only game I play
10:59.41neon_Add a dependency for World of Warcraft now required after the 3.3 patch
10:59.41nevcairielI'm still somewhat confused that i'm on my vsync cap with opengl now, while dx manages to bring me down to ~30 .. wtf is wrong with WoWs DX engine
11:00.07neon_Fix a problem with directory permissions in World of Warcraft in Ubuntu 9.10
11:00.37vhaarrthat last one is fixed in wine as well
11:00.42neon_Those 2 "problems" I sorted out in 30 seconds with wine
11:01.34Pucmelhmmm werent there some bans flying around for using wow under wine some time ago ?
11:01.34Arrowmasterblizzard is the one that should have fixed that one
11:01.34nevcairielthe dependency you just have to install manually with wine, who cares
11:01.34ArrowmasterPucmel: it was for using cedega and it was a long time ago but it was sorted out
11:01.37Pucmelyeye i know ... some time ago :)
11:01.40neon_If the new dep they're talking about is the "Microsoft.VC80.CRT.manifest" update
11:01.45Pucmelbut it can happen again i guess 0.o
11:01.47Brunershow about just playing native linux games instead of having the trouble with wine
11:02.00nevcairielbut we cant play WoW then!
11:02.09Pucmelvirtualbox+directx support
11:02.12Pucmelhere you go :)
11:02.22Arrowmasterthe manifest thing is also a blizzard problem
11:02.36Brunersget everyone playing with wine to stop untill they make a native client
11:02.40ArrowmasterPucmel: you do know that virtualbox's directx stuff IS wine
11:03.24nevcairielBruners: they actually had a client in development, but they stopped it, doubt they'll pick it up again
11:03.26Pucmelyes, but the point is .. its in windows sandbox
11:03.27neon_It's really about time for blizz to add native support for wow in linux
11:04.03*** join/#wowace Bibi (~Bibi@unaffiliated/bibi)
11:04.30Brunersnevcairiel: well it works well with wine
11:04.33neon_Instead of having their development team working on useless stuff like, oh say the in-game voice chat, they could easily sort out a linux client, as they did for mac.
11:04.35orionshocknot going to happen, best you'll get is them compromising with methods and wine
11:05.13Arrowmastersometimes i wonder how hard it would be to make something like wine but to run osx apps on linux
11:05.24Brunersneon_: just because you don't use the in-game voice chat doesn't render it useless
11:05.42Arrowmasterguessing very hard due to all the changes apple has made to stuff
11:05.44Brunersnobody wants to run osx apps so no point
11:05.46Bruners:P
11:05.54neon_Yes I know, I just used it as an example for a feature that took a lot of work, but that a very VERY small portion of the userbase actually uses
11:05.57neon_Like, Linux
11:06.01Arrowmasterwants to run textmate =(
11:06.27asmodaiArrowmaster: but you're on windows?
11:06.49Arrowmasterneon_: you do know that because blizzard added in-game voice chat a very very long standing bug in wine was discovered and fixed right?
11:06.53Arrowmasterasmodai: no im not
11:06.56asmodaioh
11:07.09asmodaiOtherwise I'd say: http://www.sublimetext.com/
11:07.16neon_Arrowmaster, Haven't heard about it, no
11:07.43neon_I'd rather let wine still have that bug if it means I could get a native wow client tho ;)
11:07.47nevcairielArrowmaster: it wouldnt be much harder then wine, but there is no real big point, as there rarely are apps that are exclusive to mac
11:09.47Repo10revelation: 03Torhal * r119 Revelation.lua: Added the ability to disenchant items from the menu.
11:09.49RepoEnchanting and Runeforging no longer require a second click on the item.
11:09.50RepoMinor code cleanup, and renamed some functions/variables.
11:10.04orionshock<PROTECTED>
11:10.50Repo10revelation: 03Torhal 043.3.2-1.4.0 * r120 : Tagging as 3.3.2-1.4.0
11:11.34RepoNew addon: http://www.wowace.com/addons/rezzmon/. RezzMon. Finghin (Manager/Author). Experimental. Approved by Torhal.
11:11.41RepoNew addon: http://www.wowace.com/addons/totemradius/. TotemRadius. Cyprias (Manager/Author). Approved by Torhal.
11:19.14*** join/#wowace Groktard (~rg@c-98-192-171-122.hsd1.ca.comcast.net)
11:23.02Repo10autopartybuttons: 03OrionShock 07master * v0.3-beta-5-gc39c5e9 / (2 files in 1 directory): [+2 commits]
11:23.04Repoc39c5e9: chnage to using GSI instead of hardcoded localizations
11:23.05Repo94c8f65: add methods to save frame width and scale
11:42.38yoshimoAddOn Ace3 attempted to call a protected function (VoiceChatTalkers:Hide()) during combat lockdown.  thats the unused inbuilt voiceserver isnt it?
11:43.35nevcairieli've been getting that too
11:43.39nevcairielsome addon must be tainting
11:44.42nevcairielExecution tainted by oRA3 while reading oRA3FrameTab5 - Interface\FrameXML\UIPanelTemplates.lua:19 PanelTemplates_UpdateTabs()
11:44.45nevcairieli knew it was oRA3
11:44.54nevcairiel[Ammo], vhaarr ^
11:46.25nevcairielhttp://paste.wowace.com/1766/
11:47.06yoshimosomething is tainting the questblobs on the worldmap as well, no idea why
11:47.35nevcairielthe quest stuff taints fast
11:48.15Repo10old-instance-finder: 03DrKazza * r10 / (34 files in 13 directories): Version for Debugging
11:49.17yoshimoit does but why? those small polygons showing me where the quest is cant be that dangerous , can they?
11:49.37nevcairieldunno, ask blizz why they made them secure
11:50.07asmodaiyoshimo: They can attack you
11:52.29Fiskerdon't troll me yoshimo
11:52.35Fisker@prject revelation
11:52.37Fiskerdamnit
11:52.40Fisker@project revelation
11:52.41RepoFisker: http://www.wowace.com/addons/revelation/. Revelation. Game: WoW. Torhal (Manager/Author). Updated: 40 minutes ago. Tickets: 2/10
11:53.26Fiskerthat's nice Torhal
11:53.44Fiskerhow can that addon have existed for 1½ years?
11:53.58sb|work@project blessed
11:53.59Reposb|work: http://www.wowace.com/addons/blessed/. Blessed. Game: WoW. Antiarc (Manager/Author). Updated: 54 days ago
11:54.02sb|work54.... :o
11:54.14Fisker:o
11:54.17AntiarcI'm busy with real work :(
11:54.20AntiarcOverly busy.
11:54.21Fiskerhe accept patches!
11:54.35Fiskerputs $5 on Antiarc's paypal
11:54.36Antiarc100+ hours-a-week-busy
11:54.40Fiskerthis is your real work now
11:57.48TorhalFisker: It can because that's when I made it.
11:57.50Torhal:D
11:59.55asmodaiAntiarc: Mind your health though.
12:00.12Antiarcasmodai: Yeah. I paid for it this week. Was sick for ~3 days. Didn't get anything done.
12:00.27quiescensso now you have to work more
12:00.38quiescensto catch up
12:00.46quiescensand then get sick so you're even more behind
12:00.52AntiarcI've been playing catch-up for 3 years now :P
12:00.58AntiarcIt's working okay for me.
12:01.03AntiarcMy work is energizing, for the most part.
12:01.06quiescensad infinitum
12:01.14*** join/#wowace Olison (olison@fukdruidsgrr.org)
12:01.14quiescensits a downward spiral
12:03.58AntiarcI tend to sprint for a while, then rest for a week or two to recharge.
12:04.06AntiarcAnd I keep several projects on my plate to keep me sharp
12:04.12AntiarcI'll cycle around to Blessed eventually
12:04.23AntiarcThe biggest part of it is that I'm not playing WoW much at all lately
12:04.30AntiarcI log in for raids, then log out and go back to work.
12:04.50nevcairielyou should stop raiding ,gives you alot of freetime
12:05.01AntiarcI probably should, heh
12:05.06AntiarcIt's a good mental release, though
12:05.06quiescensyeah
12:05.09quiescenswho raids these days
12:05.12AntiarcForces me to turn off my brain for a few hours a week.
12:07.00Fiskerso Antiarc you're saying you had 3 days to work on blessed, but didn't?!
12:07.00Fisker:D
12:07.19AntiarcI had 3 days where I couldn't stand to sit in front of a computer due to sinus pressure
12:20.36*** join/#wowace Lysithea (Lyset@c-d7a872d5.017-172-73746f34.cust.bredbandsbolaget.se)
12:28.03*** join/#wowace Thaoky (Thaoky@91.182.80.126)
12:39.16*** join/#wowace Pucmel (~pucmel@dwarf.dkm.cz)
12:42.49*** join/#wowace Schnaks (~Schnaks@p5486C5AF.dip.t-dialin.net)
12:44.46*** join/#wowace faCe| (~face@p5489C575.dip.t-dialin.net)
12:55.21*** join/#wowace cncfanatics (~cncfanati@WoWUIDev/cncfanatics)
12:59.03*** join/#wowace Torhal (~callahan@74-141-240-27.dhcp.insightbb.com)
12:59.04*** mode/#wowace [+v Torhal] by ChanServ
13:02.52*** join/#wowace DarkerAudit (~Brian@pool-74-99-17-204.clrkwv.east.verizon.net)
13:08.17Repo10castbars: 03xbeeps 042.37 * r95 : Tagging as 2.37
13:10.36Torhal@project castbars
13:10.38RepoTorhal: http://www.wowace.com/addons/castbars/. Castbars. Game: WoW. xbeeps (Manager/Author). Updated: 40 hours ago. Tickets: 5/48
13:16.06*** join/#wowace Sliker (~Sliker@5e03a27c.bb.sky.com)
13:25.15*** join/#wowace Kazie (~Kazie@port207.ds1-vg.adsl.cybercity.dk)
13:26.53*** join/#wowace p3lim (~Miranda@85.108.34.95.customer.cdi.no)
13:28.01*** join/#wowace bbck (~bbck@pool-71-161-130-52.spfdma.east.verizon.net)
13:35.05*** join/#wowace yoshimo (~Kassandra@p5B0C1A4C.dip0.t-ipconnect.de)
13:35.52*** join/#wowace mojosdojo (~gdbzet26@p4FEFFEE5.dip.t-dialin.net)
13:52.20*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
13:52.20*** mode/#wowace [+o ckknight] by ChanServ
14:03.25*** join/#wowace Adirelle (~Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
14:03.46*** join/#wowace koaschten (~koaschten@i577A8385.versanet.de)
14:07.07Repo10revelation: 03Torhal * r121 Revelation.lua: Added support for Prospecting.
14:07.09RepoFixed Disenchanting to no longer be English-only.
14:07.10RepoAdded comments to non-disenchantable list. Methinks there should be more entries.
14:12.30*** part/#wowace CrazyBenny (s_m@a02-0602b.kn.vutbr.cz)
14:14.56*** join/#wowace CrazyBenny (s_m@a02-0602b.kn.vutbr.cz)
14:22.28*** join/#wowace eoM_rM (~moe@p5489C575.dip.t-dialin.net)
14:23.56quiescensyay, people starting to design attacks around people that have authenticators
14:24.08ckknightquiescens: oh?
14:25.54quiescenshttp://forums.wow-europe.com/thread.html?topicId=12730404058&sid=1&pageNo=1#15
14:27.25quiescensi would think you could get quite a few minutes free after a successful attack of that sort, take the code they enter and use it to log in, make their game do a generic sort of "login is taking ages and/or disconnecting as usual" thing etc
14:27.28*** join/#wowace spode (spode@213-21-77-27.bon.t3.se)
14:31.00TorhalErk. I was going to make my level 1 bank toon a Scribe so I could add/test support in Revelation. Alas, must be level 5. I suppose I could drycode and hope for the best.
14:31.36TorhalSupport for Milling, that is.
14:35.59*** join/#wowace ausmara (~syeren@cpc4-oldh9-2-0-cust113.know.cable.virginmedia.com)
14:36.14*** join/#wowace Olog (~Olog@cs27088253.pp.htv.fi)
14:37.02Fiskeryou could ask me to help you
14:40.02harlwhat's happening to curse?
14:41.25*** join/#wowace syeren (~syeren@cpc4-oldh9-2-0-cust113.know.cable.virginmedia.com)
14:42.16FiskerDO YOU HEAR ME TORHAL
14:42.21FiskerOR DO I HAVE TO REPEAT MYSELF?
14:42.46SunTsuFisker: maybe you should _talk_ in the first place
14:42.56FiskerNO SunTsu
14:43.15TorhalFisker: What locale do you play in?
14:45.02quiescensrun torhal, run!
14:45.02SunTsuFisker: yeah, it happened, we finally agree on that you shouldn't talk :>
14:45.43winkhow can esES be fully translated and esMX 0% - is is that different? :P
14:46.07asmodaiwink: Yes.
14:46.16winkthat's interesting
14:46.18nevcairielI don't think its that different
14:46.21asmodaiIn general Mexicans can read Spanish Spanish, but there's definitely differences.
14:46.29asmodainevcairiel: There are definitely changes in idiom.
14:46.31nevcairielnot in game, anyway
14:46.44asmodaiSame with Portuguese and Brazilian Portuguese.
14:46.52winkwell, we have some Argentinian people and they can talk to Germans speaking Spanish very well
14:46.57asmodaiBut it is a safe bet to copy es_ES to es_MX for any kick start of translation.
14:47.09winkasmodai: that's what I meant :P
14:47.09SunTsuwink: it is different, yeah, and the translator probably didn't put esES sentences into esMX where it applies
14:47.26nevcairielif you're talking about the locale thing on wowace, it never does automagic translation copies
14:47.32nevcairieland the mexicans are lazy bastards
14:47.39wink"that different" is what I meant with "wtf, no comprende"
14:47.45winknevcairiel: WHERE'S MY enGB?
14:47.49winkI only see enUS
14:47.50wink!!111
14:47.51nevcairielits identical to enUS
14:47.56winklies :)
14:48.02winkArmour!
14:48.07nevcairielgo to stormwind harbor and try to find th u!
14:48.15TorhalFisker: Owell. Going to bed now.
14:48.23winkas someone said.. "eu.wowarmory.com should just be wowarmoury.com"
14:48.29asmodaiquiescens: That OP in the thread you posted is quite a smart technical cookie.
14:48.34Wobinagrees with wink
14:48.42asmodaiquiescens: Much better than the so-called experts  that tend to post.
14:48.44nevcairielthe aussies use u's too?
14:48.56asmodainevcairiel: They're descended from en_UK :)
14:48.57winkI was only writing British English.. until I discovered the internet
14:49.00asmodaior en_GB
14:49.09nevcairielasmodai: so are the americans, at some point
14:49.13Wobinnevcairiel, as it should be!
14:49.18asmodainevcairiel: But they're the corrupted cousin.
14:49.26asmodaiBlack sheep and all that.
14:49.27WobinAmericans don't speak english
14:49.31Wobinthey speak American
14:49.35quiescenseveryone thinks they're an expert
14:49.42winkAustralians don't speak English either
14:49.45quiescensthe ones that actually are never say they are
14:49.50asmodaiOztraljah!
14:49.54nevcairielmaybe thats why girls speaking both british english or australian seem kinda hot
14:50.07nevcairielthey are related!
14:50.20winkas if you cared if they spoke.. at all
14:50.47CrazyBennysome of them are better when not speaking ;)
14:50.53Wobinfor some reason, the american guildmates of a friend of mine thought she was asian
14:51.00Wobin(from listening over Vent)
14:51.04winkthat's the only reason I love to listen to Lily Allen songs, it's just the pronunciation
14:51.06asmodainevcairiel: And the UK girls have the biggest cup size in Europe too!
14:51.10Wobinaside from the fact she's blonde and blue eyed =P
14:51.12asmodaiAnd then the Danes and Dutch IIRC
14:51.15winkI hate the music and the texts, but the dialect is awesome
14:51.33nevcairielI should move to the UK :P
14:51.51winkinteresting statistics. asmodai
14:51.55winkgot any source? :)
14:52.02winktextual... ofc
14:52.06nevcairielhah
14:52.19winkdoesn't want to be spammed with boob pics now
14:52.23nevcairieli'll take visual comparisons for statistics too
14:52.40asmodaiwink: http://www.freerepublic.com/focus/f-news/1755538/posts
14:52.48Stanzillawink: http://en.wikipedia.org/wiki/Katie_Price ? :p
14:53.02winkrofl
14:53.15Wobinwink, http://www.youtube.com/watch?v=GZjcfZ2pWtM
14:53.23winkStanzilla: if you take her as an example, you could make a graph of GDP -> breast size
14:53.39asmodaiwink: rofl
14:53.45WobinStanzilla, as long as you don't list any A-cup for Australia
14:53.52*** join/#wowace syeren (~syeren@cpc4-oldh9-2-0-cust113.know.cable.virginmedia.com)
14:54.04Stanzilla^^
14:54.08winkhttp://www.extremefunnyhumor.com/pics/wish%20these%20were%20brains.jpg
14:54.14winkthe hat says "australian" to me
14:54.32Wobinwink, not especially
14:54.46nevcairielcould be a hot area in the US
14:54.48winkI'm prejudices :P
14:54.53winks/es/ed/
14:54.58*** join/#wowace taleden (~alex@user-38q41i6.cable.mindspring.com)
14:55.20winkasmodai: still not sure if that is a credible source
14:55.29Wobinyou could probably track it down from here http://www.tineye.com/search/3278b6f5cb853da3cf6529fd73afd43bcb0c35ad
14:56.14*** join/#wowace Olison (olison@fukdruidsgrr.org)
14:56.47winkhttp://www.expatica.com/nl/news/local_news/dutch-womens-breasts-getting-bigger-35043_32359.html sounds better
14:56.59winkANP - ANP ist eine Abkürzung für: Algemeen Nederlands Persbureau
14:57.07*** join/#wowace ausmara (~syeren@cpc4-oldh9-2-0-cust113.know.cable.virginmedia.com)
14:57.07winkoops
14:57.13winkdamn google
14:57.17nevcairielthats the same text
14:57.39*** join/#wowace Schnaks (~Schnaks@p5486A698.dip.t-dialin.net)
14:58.44winkhttp://www.youtube.com/watch?v=DKWdSCt4jGE
14:59.32*** join/#wowace vhallac (~user@78.176.83.206)
15:00.10vhallacHello. Does anyone know anything about Curse Client 4 blowing up addons.txt?
15:01.04vhallacThere is a ticket for it that say "restart, and it will be fixed". Needless to say, it didn't work. :)
15:01.58vhallacIt seems to happen when I uninstall an addon.
15:03.02yoshimowink , i dont think that size should matter that much ;)
15:03.40WobinThat's what -he- said
15:04.16harli actually can't use the curse client for anything right now.
15:04.22harlwonders how anyone else could
15:04.39winka guildy also told me he had problems yesterday
15:04.48winkthat it somehow threw errors all the time
15:04.56winkbut worked for 2 others when we tried
15:05.22winknevcairiel: same text, but the source of the first text, and with another source
15:06.16vhallacHm. I can install and uninstall things. I haven't done anything special with it.
15:06.31vhallacThe addons.txt disappear when I tell it to blow away saved data of an addon.
15:06.39yoshimoi have updated all my addons earlier today, no problems
15:06.51vhallacI think I will refrain from using it for a while. :)
15:08.22asmodaiharl: Given the update server can't be reached, yea, surprised if people can use it at all.
15:08.32asmodaiPoor premium subscribers.
15:08.42DWSR*shrug*
15:08.47DWSRI'm quite happy with Curse so far.
15:09.01DWSRI understand that Premium is not an SLA guarentee.
15:09.24harlneither is connecting on a non-premium basis
15:10.02DWSRIt also happens I don't have WoW this weekend, so *shrug*
15:10.10DWSRAs long as WA's repository system's online, that's all I really care about right now.
15:13.12yoshimocurse&wa always have problems during weekends, its nothing unusual ;)
15:13.43winkneeds more torrenting
15:14.29asmodaiFear not the psyker.
15:20.21*** join/#wowace profalbert1 (~profalber@80-121-18-120.adsl.highway.telekom.at)
15:24.48Fiskerdamnit Torhal
15:24.55Fiskeryou must be here when i'm not busy :P
15:27.07*** join/#wowace Bighoof (~chatzilla@17.231.121.70.cfl.res.rr.com)
15:40.18*** part/#wowace Bighoof (~chatzilla@17.231.121.70.cfl.res.rr.com)
15:40.36asmodaiFisker: It's his Fisker radar.
15:43.58Fiskernaw
15:55.44*** join/#wowace Kalroth (kalroth@d40aa4ae.rev.stofanet.dk)
16:03.50*** join/#wowace Odlaw (~ozzy@c-98-245-3-204.hsd1.co.comcast.net)
16:04.41*** join/#wowace cncfanatics (~cncfanati@WoWUIDev/cncfanatics)
16:05.34*** join/#wowace bien| (~bien@p4FF44955.dip.t-dialin.net)
16:06.19*** join/#wowace bien| (~bien@p4FF44955.dip.t-dialin.net)
16:07.02Ackisanyone having issues with wowace/cf?
16:07.23*** join/#wowace syeren (~syeren@cpc4-oldh9-2-0-cust113.know.cable.virginmedia.com)
16:10.10neon_Which is currently the "best" tooltip mod in terms of code quality and number of features vs performance? Anyone got a recommendation? :)
16:11.04Ackis09:09RepoNew announcement: http://www.curseforge.com/announcements/curse-com-server-problems/
16:11.08Repo10zomgbuffs: 03Zeksie 043.3 Release 2 * r151 : Tagging as 3.3 Release 2 (because I forgot before)..
16:11.16yoshimowhats wrong with the default tooltip neon?
16:11.23yoshimozeksie is alive? ;)
16:12.03neon_I've gotten used to a certain layout in the tooltip that's all :)
16:17.45SunTsuZeksie's alive?
16:18.04SunTsuparties
16:18.05yoshimoSunTsu, how would you see repos most recent announce? ;)
16:18.49Killmoresince yesterday my curse client is stuck at "preparing download..." when I click update and then "download failed" anyone else ?
16:19.04AckisKillmore: lots of people
16:20.54*** join/#wowace Adremma (~adremma@66.43.223.169)
16:24.02Fiskerzeksie is too late (executos)
16:25.59yoshimothe quote is wrong fisker ;)
16:26.39nevcairieltoo soon, you've awakend me too soon, executos!
16:29.06*** join/#wowace bien| (~bien@p4FF44DBF.dip.t-dialin.net)
16:36.08*** join/#wowace Next96 (Next96@121.129.140.91)
16:38.33*** join/#wowace Vilkku (~Vilkku@dsl-tkubrasgw1-ffc7c100-46.dhcp.inet.fi)
16:39.30*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
16:39.30*** mode/#wowace [+o ckknight] by ChanServ
16:39.34Pneumatus^anyone know if seal of justice stuns the valks on LK?
16:42.16*** join/#wowace unrealii (Next96@121.129.140.91)
16:44.33ckknighthey, are people still having issues with curse.com?
16:45.53asmodaickknight: static.curse.com seems to throw a hissy fit
16:46.09ckknighthow so?
16:46.26asmodaickknight: Tries to connect, but seems to be timing out
16:46.41asmodaickknight: Same for media.curse.com
16:47.48ckknightwhere do you live?
16:48.05asmodaickknight: NL
16:48.11asmodaickknight: static and media die for me after reaching:
16:48.13asmodaipo1-30g.ar2.nyc3.us.nlayer.net
16:48.34asmodaiyet www.curse.com also passes that node
16:48.39asmodaiand continues on without any problems
16:48.51asmodai12  po1-30g.ar2.nyc3.us.nlayer.net (69.31.95.154)  104.003 ms  104.270 ms  105.172 ms
16:48.54asmodai13  as25653.ge1-2.ar2.nyc3.us.nlayer.net (69.31.95.26)  105.929 ms  105.013 ms  104.281 ms
16:48.56*** join/#wowace Kilroo (~Kilroo@174.111.58.51)
16:49.07asmodaivs
16:49.08asmodai12  po1-30g.ar2.nyc3.us.nlayer.net (69.31.95.154)  102.433 ms  126.233 ms  102.694 ms
16:49.12asmodai13  * *
16:50.00asmodaickknight: Hope that helps a bit, if you want full traces, I can paste 'm for ya
16:50.09ckknightyea, paste em
16:50.12asmodaimoment
16:51.13quiescensoh since you're on the subject th website doesn't load for me either
16:51.20quiescensthe*
16:51.21ckknightwhere do you live, quiescens?
16:51.26quiescensaustralia
16:52.00asmodaickknight: http://paste.pocoo.org/show/183902/
16:52.12*** join/#wowace Tuller (~muffins@pool-72-84-246-12.rcmdva.fios.verizon.net)
16:54.15quiescenstechnically
16:54.25quiescensit could just be really very slow
16:54.32quiescensbut I gave up after a couple minutes
16:55.34*** join/#wowace Silker (~Sliker@5e03a27c.bb.sky.com)
16:57.15quiescensinterestingly enough, the as25653 hop is giving over 80% packet loss when tracerouting to static.curse.com, but gives 0% packet loss on the same hop if the traceroute's destination is www.curse.com
16:58.53quiescensso it doesn't seem to be total failure, or just consistently slow so much as losses of some sort
17:03.43quiescensits probably asmodai's fault somehow
17:10.19*** join/#wowace Schnaks (~Schnaks@p5486ABA2.dip.t-dialin.net)
17:11.04silentium~seen zeksie
17:11.07purlzeksie <n=zeksie@cpc2-nott9-0-0-cust23.nott.cable.ntl.com> was last seen on IRC in channel #wowuidev, 74d 17h 42m 40s ago, saying: '(enjoy)'.
17:15.32yoshimodo the new s8 items include a healing mace?
17:16.44*** join/#wowace Funkeh` (~funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
17:16.44*** mode/#wowace [+o Funkeh`] by ChanServ
17:16.53CrazyBennyyes
17:22.28nevcairielman its harder then i thought to find a proper mainboard for my old c2d
17:23.00quiescensdefine "proper"
17:23.06quiescenso.o
17:23.20quiescenswhat's wrong with any old mobo
17:23.50koaschtennevcairiel i have a spare GA-G33m-ds2r ;)
17:25.21nevcairieli'm looking for one with 2 gigabit lan connections and preferably 8 sata ports
17:25.24nevcairieland its hard
17:26.30sb|workGA DS4
17:26.39sb|workbut not available anymore :o
17:26.53nevcairielyeah i found some board on the gigabyte page that would do what i want
17:26.57nevcairielbut cant buy them anymore
17:27.08sb|workyou can buy my old DS4 :p
17:28.13nevcairieli would prefer having full warranty, fwiw :d
17:29.08asmodaiheh
17:29.33*** join/#wowace Stew_a (~Stewart@unafilliated/stewa/x-008753)
17:29.37sb|workwell i would also like to have enough money for i7 + BOARD :P
17:29.51asmodaiquiescens: Yea
17:29.51nevcairielGA-EP45-DS5 would be nice, it comes with 2 GbE and 10 SATA2 ports
17:29.54asmodaiquiescens: Blame me! :D
17:30.05*** join/#wowace Silowyi (~silowyi_d@24-155-117-45.dyn.grandenetworks.net)
17:30.10quiescensblames asmodai
17:30.13nevcairielI guess i could buy it from the UK
17:30.22nevcairielthey still have it
17:32.16*** join/#wowace Stew-a (~Stewart@unafilliated/stewa/x-008753)
17:33.27*** join/#wowace chiper (~chiper@ip72-197-215-172.sd.sd.cox.net)
17:34.00nevcairielHm ASUS has an interesting board, and they provide a EFI bios for people that want to try
17:35.11*** join/#wowace RaydenUni (~rayden@ip68-5-22-175.oc.oc.cox.net)
17:35.33sb|workwhat happened to your mainboard?
17:35.48nevcairielit broke last year, and i upgraded to an i7
17:36.00ckknighthey all, try pinging curse now
17:36.01nevcairielbut i want to use the old c2d and ram and all for a server now
17:36.08asmodaickknight: moment
17:36.27asmodainevcairiel: I still need to start ordering my gear
17:36.46Fiskerwhat board is that nevcairiel ?
17:36.54asmodaickknight: that works for me
17:36.59nevcairielIf i had money growing out my ears i would just buy some board and use a dual-link intel server NIC, and a 8 port raid controller
17:37.02Thaokyckknight: for me too
17:37.24asmodaickknight: as an aside
17:37.40asmodaickknight: This seems to fix the problems with the curse client update server being unreachable as well
17:37.55asmodaiJups, works.
17:37.58Fiskeri'd buy a killernic
17:38.01asmodaiCan update addons again
17:38.10Fiskerbtw nevcairiel what motherboard are you talking about?
17:38.20nevcairieleh, the p5q deluxe
17:38.26Fiskerbah
17:38.28koaschtenhttp://forums.wow-europe.com/thread.html?topicId=12730404058&sid=1&pageNo=4#71
17:38.48Fiskeris that you koaschten ?
17:39.15nevcairielOn another note, i raided today with opengl, and my performance really improved alot over the silly directx engine
17:39.16*** join/#wowace rmk (~user@delusion.fourty.net)
17:39.22nevcairieljust have to live with a software cursor
17:39.27koaschtenno, i just thought that info would be interesting
17:39.30asmodai*achoo*
17:40.10nevcairieleither wow or the nvidia driver seem to seriously screw up some DX handling there
17:40.12quiescensso why did you break it in the first place asmodai
17:40.29sb|workkoaschten: well its not!! :p
17:40.47sb|workand there is no solution to fix that keylogger/account hacking thingie :/
17:41.02asmodainevcairiel: the hovering?
17:41.07asmodaioh
17:41.09asmodaithe entire engine
17:41.11nevcairielnot only that
17:41.17nevcairielbut that was a perfect example
17:41.22quiescenssure there is, its called "stop installing keyloggers"
17:41.45sb|workbecause even one-time passwords would not fix it, the program could just grab your keys, send a "wrong" authenticator key to the server, so you wont use your generated key -> its still active/valid :o
17:41.54sb|workyea quiescens :/
17:41.55koaschtensb|work sure
17:42.09nevcairielthey still have to be really fast
17:42.11koaschtensb|work you could tell your router to route all traffic to that ip to 127.0.0.1
17:42.16nevcairielthe key times out aftera  minute or so
17:42.21sb|workhmm right to THAT ip
17:42.46sb|workso they could just use like another 1 million possible ips? :p
17:42.59koaschtenyeah, but currently it's hardcoded to that one ip ;)
17:43.12sb|workbut right, its a fast fix for THIS trojan
17:43.38sb|workbut honestly, someone who knows how to blacklist that ip.. should never be in that situation :p
17:44.38asmodaickknight: So, what did ya do?
17:44.50ckknightour hoster fucked up the iptables
17:44.54nevcairielhah
17:45.01nevcairielnever change iptables in a friday!
17:45.14asmodaickknight: Figures.
17:45.24asmodaiNo big changes on Friday, period.
17:45.25quiescensthey inexplicably caused 80% packet loss?
17:46.24Repo10bigbrother_ready: 03profalbert 07master * v0.9-21-g186ab3d Core.lua: [+1 commit] fix auracheck, to really check spellids
17:46.48*** join/#wowace pschriner (~Miranda@xdsl-89-0-156-148.netcologne.de)
17:47.23quiescensnevcairiel: how much verification is there when someone tries to remove an authenticator from an account?
17:47.32nevcairiel2 keys
17:47.38quiescensah
17:50.20*** join/#wowace Sliker (~Sliker@5e03a27c.bb.sky.com)
17:50.21quiescensit probably wouldn't be too hard to trick most people into trying to log in a couple of times
17:51.12quiescensif you just make wow give some sort of soft error like the generic connection failed things most people would try to log in a couple times before they try to find out why it didn't work
17:52.19yoshimoshouldnt a firewall block a man in the middle attack ?
17:53.03koaschtenas fisker lined out it so nicely on that thread
17:53.07koaschtenits not a true MITM
17:53.09arkanesshort answer is no
17:53.22koaschtenits a software that intercepts the traffic already on your machine
17:53.26koaschtenso its more a trojan
17:53.47quiescensan appropriately configured firewall could pick up on it and/or block it
17:53.56quiescensbecause there would be a connection to something else
17:53.58arkanessome time ago, a common feature of firewalls like ZoneAlarm was blocking outgoing connections in an attempt to catch this kind of thing
17:54.03quiescensbut that could easily be worked around
17:54.18quiescensopen up a little internet explorer window and submit it to a website instead
17:54.22arkanesit's not as common anymore because a) it's really annoying and b) trivial to bypass
17:54.23quiescenssend an email or an im
17:54.26yoshimoi have agnitums outpost firewall pro ;)
17:54.40quiescensrather than an arbitrary connection
17:55.00quiescensmost people have their firewalls set to allow their email clients and/or browsers
17:57.15koaschtenquiescens but probably wouldnt pick up it because the thread creating the connection would be wow.exe which probably got whitelisted by the user before
18:00.54yoshimoif something else than my mailprogram wants to send mail, shouldnt i get an alert?
18:01.13quiescensbut what stops something from using your mail program to send mail?
18:02.55yoshimoi would say i should get a warning if someone else than me wants to use it, asking for my password maybe
18:03.24yoshimoi cant stand the idea, that they do it without me noticing ;)
18:03.36quiescensor even easier, what stops something from making your default browser open a url of "http://www.somewebsite.com/somescript?user=[something]&pass=[something]"?
18:09.14yoshimocan they do that invisible without opening up a window?
18:10.33quiescensyou could pretty easily
18:12.11yoshimomhmm, too many criminal minds out there.. i wonder why my account still belongs to me
18:12.29*** join/#wowace Thaoky_ (Thaoky@91.181.160.229)
18:14.07*** part/#wowace Thaoky_ (Thaoky@91.181.160.229)
18:15.54quiescensbecause the solution is to not let the computer get compromised
18:16.13quiescensrather than trying to prevent a compromised computer from phoning home
18:16.51*** join/#wowace mojosdojo| (~gdbzet26@p4FEFFF81.dip.t-dialin.net)
18:18.14Gnarfoz<koaschten> sb|work you could tell your router to route all traffic to that ip to 127.0.0.1 <-- how about binding authenticator requests to the requesting client IP instead?
18:18.43sb|workuhm?
18:18.55Gnarfoz(that'd be on blizzard's side)
18:19.19Gnarfozand would totally eliminate this problem, afaict
18:19.37sb|workwell, how?
18:19.52sb|workwhats the "requesting client ip"?
18:20.01Gnarfozyour ip
18:20.10sb|workcould also be attackers ip
18:20.20Gnarfozno?
18:20.25sb|workwhy? :p
18:21.27Gnarfozyou start logging in, the server knows now it should expect an authenticator key from your IP soon and it can compute which those will be... so don't accept *those* keys from anywhere but your IP?
18:22.02sb|workhmmm okay, right, so bind login time + next 1 minute to your ip
18:22.29Gnarfozit's probably a moot point, the trojan could just do the stuff in account management on your computer instead
18:23.03Gnarfozthere really is no security to be hand as soon as your box is already compromised ;X
18:23.46yoshimowell, getting it compromised is easier than preventing it ;)
18:23.53yoshimofor most people
18:27.49quiescenspasses out the plates of malware and biscuits
18:28.11Gnarfozhmmm malware.
18:28.23yoshimoi prefer biscuits ;)
18:37.23koaschtencookies anyone?
18:45.04Repo10mini-pet: 03LordFarlander * r206 AutoSummon.lua: MiniPet:
18:45.06Repo- Autosummon fix stealth buff checking
19:07.54*** join/#wowace kd3 (~kd3@wikia/kaydeethree)
19:11.47*** join/#wowace Tuller (~muffins@pool-72-84-246-12.rcmdva.fios.verizon.net)
19:18.01*** join/#wowace Stew-a (~Stewart@unafilliated/stewa/x-008753)
19:20.05sag_ich_nicht.reverse wiki.alliedmods.net
19:20.09Repo10smartmount: 03akazik * r101 / (3 files in 1 directory):  (Message trimmed by 1 line)
19:20.11RepoSmartMount:
19:20.12Repo- fixed wintergrasp problem (tickey #62)
19:20.13sag_ich_nichtwait wrong command
19:20.14Repo- fixed the 280+310% random mount code (ticket #63)
19:20.15Repo- added a few mounts (ticket #64)
19:20.18sag_ich_nicht~reverse wiki.alliedmods.net
19:21.47Repo10smartmount: 03akazik 04v3.3-102 * r102 : Tagging as v3.3-102
19:22.54*** join/#wowace KriLL3 (~chatzilla@unaffiliated/krill3)
19:25.32*** join/#wowace Greencoat1982 (~Zach@adsl-99-72-136-186.dsl.rcsntx.sbcglobal.net)
19:26.23Greencoat1982This is warcraft wow right?
19:27.07Greencoat1982if so can someone tell me how man f'n patches I"m going to have to go through just to try this game?
19:27.56Arrowmasterwhat did you install?
19:28.44nevcairielif you used the webinstaller, you'll need about 3 or so
19:28.49nevcairielone big one, two smaller ones
19:29.14Arrowmasterthere is a streaming trial client that shouldnt need patched but its a bit weird
19:29.53Arrowmasterbut the full installer is probably wow 3.0 or 3.3, if its 3.0 then there is a big patch that will take it from 3.0 to 3.3
19:30.07*** join/#wowace nichdu (~nichdu@nerdcraft.eu)
19:33.22Greencoat1982Well I went through the communty site
19:33.37Greencoat1982I think I finally got it all done
19:33.47Greencoat1982if it says play it should be ready right?
19:34.21Greencoat1982Talk about frustrating, att is being crap so I only had a fraction of my normal bandwidth
19:34.48Greencoat1982I had to dL everything at only about .1 Mbps
19:37.19*** join/#wowace pompy (~Mike@c-68-32-134-121.hsd1.pa.comcast.net)
19:39.51*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
19:39.51*** mode/#wowace [+v tekkub] by ChanServ
19:40.32IngelaOlog, if i have a bigwigs scene up and bigwigs enabled will i see goo on putricde?
19:42.54*** join/#wowace TradeMark (~trademark@121-72-192-33.dsl.telstraclear.net)
19:56.11*** join/#wowace zoktar (~zoktar@78-72-46-225-no186.tbcn.telia.com)
19:56.49*** join/#wowace kandarz (~kandarz@c-98-247-178-230.hsd1.wa.comcast.net)
19:57.08zoktarnyone know a simple addon to track combat rez, need it for my dk, so i know when its ok to raize ally.
19:58.32Repo10ice-hud: 03Parnic * r457 / (2 files in 2 directories):
19:58.34Repo- added user-submitted "reverse direction" option that lets bars fill top to bottom instead of bottom to top
19:58.35Repo- added user-submitted horizontal position slider to lacerate count module
20:01.43*** join/#wowace Dashkal (~dashkal@WoWUIDev/Nexus/dashkal)
20:03.42OlogIngela maybe
20:03.54Ingelawhy maybe+ :D
20:04.06OlogI haven't actually tested it in a real raid :D
20:04.18Ologwill in half an hour or so
20:04.22Ingelaoh
20:04.25Ingelabut that's how to do it right
20:04.29Ologyeah
20:04.36*** join/#wowace Zyn (~zyn@h187n4-av-a11.ias.bredband.telia.com)
20:04.49Ingelai will try it now then aswell
20:05.12Ologand there's also the problem that you only get it on one of the goo targets
20:10.40*** join/#wowace Repo (~supybot@repos.curseforge.net)
20:14.15Ingelaoh yeah Olog it worked at least!
20:14.35Ingelabut yeah, it's quite buggy sometimes, and as said it's only one
20:16.31Ologit did work though?
20:16.41Ologwas kind of expecting it not to :D
20:18.51Ingelayeah it worked
20:18.58Ingelasaw some red circles on the ground!
20:20.14*** join/#wowace ausmara (~syeren@cpc4-oldh9-2-0-cust113.know.cable.virginmedia.com)
20:25.52*** join/#wowace syeren (~syeren@cpc4-oldh9-2-0-cust113.know.cable.virginmedia.com)
20:27.27Venara|afkvhaarr: You're "rabbit", right?
20:29.07Venara|afkHm, will ask again later
20:29.19Venara|afk(Got a slight problem with BW_SindragosaIcons)
20:32.22vhaarryes I am
20:32.30Venara|afkah just lovely :>
20:33.23Venara|afkSo BW_SI is using other icons than those BigWigs used to use before. If i set "local current" to 8 and current = current - 1 it should set them in reverse order, right?
20:33.28Venara|afkmeaning, starting with skull
20:33.39vhaarryes
20:33.49Venara|afknice, thank you very much :-)
20:34.53*** join/#wowace TradeMark (~trademark@121-72-192-33.dsl.telstraclear.net)
20:35.58Fiskerwe just pew pew'd sindragosa
20:38.25*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
20:39.21*** join/#wowace kd3 (~kd3@wikia/kaydeethree)
20:44.01*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
20:44.01*** mode/#wowace [+o ckknight] by ChanServ
20:52.54*** join/#wowace mitchnull (~mitchnull@catv3EC944A1.pool.t-online.hu)
20:56.48*** join/#wowace TradeMark (~trademark@121-72-192-33.dsl.telstraclear.net)
20:58.52*** part/#wowace mitchnull (~mitchnull@catv3EC944A1.pool.t-online.hu)
21:00.05Pneumatus^hmm, i should disable fubar2broker at some point and see what i've got still using it
21:00.22PProvostFunny... was thinking the same thing just the other da
21:00.27*** join/#wowace Pneumatus^ (~WiN@unaffiliated/pneumatus)
21:00.58Pneumatusim sure i've got it running for something, but i've got no idea what
21:05.28winkhm, I have a lot I think
21:06.34winkso much I can't even find anything in my addon dir spontaneously
21:07.54winkwhy the hell is my screeny folder empty? o_O
21:08.17asmodaiwink: You have no interesting things to screenshot.
21:08.23winkoh, wrong harddisk, wrong wow folder
21:10.58winkOptiTaunt has FuBarPlugin, AddonSpamFu, MailExpiryFu
21:11.01winkthat was it
21:17.56*** join/#wowace Fisker (brb@62.61.142.209.generic-hostname.arrownet.dk)
21:24.07*** join/#wowace Wobin (~Wobin@124-168-153-130.dyn.iinet.net.au)
21:24.07*** mode/#wowace [+v Wobin] by ChanServ
21:30.18*** join/#wowace mitchnull (~mitchnull@catv3EC944A1.pool.t-online.hu)
21:31.10*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
21:31.10*** mode/#wowace [+o ckknight] by ChanServ
21:35.26*** join/#wowace rmk (~user@delusion.fourty.net)
21:39.03*** join/#wowace Zyn (~zyn@h187n4-av-a11.ias.bredband.telia.com)
21:42.58*** part/#wowace mitchnull (~mitchnull@catv3EC944A1.pool.t-online.hu)
21:47.48*** join/#wowace Groktar|laptop (~gr@c-98-192-171-122.hsd1.ca.comcast.net)
22:04.34asmodaiFisker: http://www.youtube.com/watch?v=I_3huc2AAwg&hd=1
22:07.47sb|workhmmm.. whats the trick for frostmourne realm in lk encounter? :o
22:07.59Stanzilladispel/kick/counter etc
22:08.07sb|workits easy as healer, but dds keep failign
22:08.13sb|worknot possible as hunter :o
22:08.19Stanzillapet?
22:08.30Stanzillastun or charge or so?
22:09.53*** join/#wowace Groktard|laptop (~gr@c-98-192-171-122.hsd1.ca.comcast.net)
22:14.23*** join/#wowace bien| (~bien@p4FF47948.dip.t-dialin.net)
22:20.14*** join/#wowace kd3 (~kd3@wikia/kaydeethree)
22:23.28*** part/#wowace Greencoat1982 (~Zach@adsl-99-72-136-186.dsl.rcsntx.sbcglobal.net)
22:25.51zoktaranyone know an addon to track raid rebirth cd' or when there offcd?.
22:26.23Caleb|ora?
22:28.58*** join/#wowace WobWork (~Wobwork@136.136.233.220.static.exetel.com.au)
22:28.58*** mode/#wowace [+v WobWork] by ChanServ
22:31.05koaschten@addon ora3
22:31.11zoktarill try it thnx
22:31.26*** join/#wowace KriLL3 (~chatzilla@unaffiliated/krill3)
22:32.34Fiskerslaps koaschten around a bit with a large trout
22:38.33asmodaiFisker: heh
22:38.58asmodaiFisker: that 3d thor portrait where he raises the metal hand greeting, got to be inspired by Chris Metzen
22:39.06asmodaiHe always does that in interviews
22:39.41KriLL3asmodai: what 3d thor portrait?
22:40.27asmodaiKriLL3: SC2 you have the Thor unit
22:40.37asmodaiKriLL3: And every unit has this 3d moving portrait, right?
22:40.46KriLL3ah
22:40.47asmodaiKriLL3: So the one for Thor does this metal hand gesture
22:41.03asmodaiThat Chris Metzen also does whenever you see an interview with him.
22:41.09asmodaiAlso wears earrings, et cetera.
22:41.13KriLL3gotcha
22:41.16asmodailooks a lot like Metzen in fact XD
22:41.43KriLL3http://images3.wikia.nocookie.net/starcraft/images/3/3f/Thor_SC2_Head1.jpg
22:41.45KriLL3yeah it does
22:42.13KriLL3http://cache.kotaku.com/assets/resources/2007/08/chris_metzen.jpg
22:42.15asmodaihttp://www.gamer-source.com/image/news/2009/6-15/metzen.jpg
22:42.21asmodaiyeah
22:42.30asmodaiKriLL3: Got to be him right? :)
22:42.37KriLL3yeah, same glasses even
22:42.45KriLL3though they're shades instead of transparent
22:45.15*** join/#wowace Hjalte (~chatzilla@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
22:45.20asmodaiomg
22:45.24asmodaithis is painful to watch
22:45.30asmodai2 vs 2 match
22:45.56asmodaiand 3 people are pretty ok rts players, and one real beginner
22:46.15asmodaiimagine how much it sucks to play with that beginner XD
22:46.46KriLL3bad if the 2 opponents figure it out and just pile on him
22:46.56asmodaiOh they did
22:47.12asmodaivoidrays + marines/siege tank to wipe his base away
22:47.20asmodaiother player had to rush in with marines, marauders and thors.
22:47.41asmodaiguy just keeps building photon cannons instead of units. >_<
22:47.53asmodai3000 crystal and 1000 gas in his 'bank'.
22:48.05KriLL3is it good tactically to defend a total noob? wouldn't it be better to hold back and save up your units?
22:48.43*** join/#wowace Trela_ (~Alexia@user-24-214-136-218.knology.net)
22:51.21asmodaiKriLL3: 2 vs 1 you almost always lose.
22:52.22KriLL3is it because you can't keep up if they attack from different flaks at the same time?
22:53.45asmodaiEconomy-wise it's 200% against yours.
22:53.53asmodaiSo you have less units in the end anyway.
22:54.05asmodaiIt's possible, but if they're decent, it's very hard :)
22:54.14KriLL3but if you got as many bases etc as the 2 opponents wouldn't you have the same economy? or is there a per player cap?
22:55.59asmodaihmm
22:56.01asmodaifair point
22:56.06asmodaiAssuming you manage to do that ;)
22:56.19asmodaibut you're still pitting your actions per minute vs 2 other people
22:56.20asmodaihahaha, omg
22:56.27asmodaithis beginner guy was wiped
22:56.35asmodaiand now built a nexus in the ally's base >_<
22:56.46KriLL3asmodai: not at all hard if you're a crazed korean on speed
22:56.56*** join/#wowace Silker (~Sliker@5ac2725b.bb.sky.com)
22:58.21*** join/#wowace Cavisty^gerber (~Cavisty@c-71-200-112-10.hsd1.md.comcast.net)
22:59.50asmodaiKriLL3: *grin*
22:59.54asmodaianyway, beddie time
23:03.41Fiskeri troll u asmodai
23:13.28p3limhttp://www.facebook.com/photo.php?pid=4804558&op=2&o=global&view=global&subj=729715794&id=729715794#!/photo.php?pid=4804558&id=729715794&fbid=258892580794
23:13.32p3limwups
23:15.16Zynis dis sum jailbait?
23:15.27Zyn(I would not hit it)
23:19.06Repo10bad-boy: 03funkydude 04v4.2.0.0 * r460 :
23:19.08RepoAdded a basic "art" remover feature, simple removal of lines with nothing but symbols.
23:19.09RepoBlacklist update.
23:19.14*** join/#wowace Groktard (~rg@c-98-192-171-122.hsd1.ca.comcast.net)
23:23.16Pneumatusbad times, only 7th disc in the world for LK25 :<
23:24.50PneumatusIngela: i beat you!
23:28.48Groktarhrm?
23:30.47*** join/#wowace profalbert (~profalber@188-23-209-114.adsl.highway.telekom.at)
23:53.11*** join/#wowace eidolarr (~zls@c-71-61-178-129.hsd1.pa.comcast.net)
23:55.26IngelaPneumatus, :(

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