IRC log for #wowace on 20100413

00:02.48vhaarryou need to use a secure button
00:05.45miicahow that happens?
00:09.07Zynyou need to lock yourself into a vault and run it
00:10.21miicaO,o
00:11.55miicai found this http://wowprogramming.com/docs/secure_template/SecureActionButtonTemplate
00:11.58*** join/#wowace Baraius (~bhuddlest@70.114.233.79)
00:13.56miicais it like this local button = CreateFrame("Button", nil, PortalFrame, "SecureActionButtonTemplate") ? :D
00:14.06Cypriasyep
00:14.21Cypriasit won't have textures though
00:14.25miicabut i need to give attributes funny way?
00:14.31miicabut it shows text?
00:15.29*** join/#wowace Baraius_ (~bhuddlest@nat-alf.inovisinc.net)
00:15.58CypriasI think you can do
00:15.59Cypriaslocal button = CreateFrame("Button", nil, PortalFrame, "SecureActionButtonTemplate", "UIPanelButtonTemplate2")
00:16.13Cypriasso it'll look like a normal button and be able to cast spells.
00:16.52miicadon't work :(
00:18.03miicaneed to add texture then :P
00:19.10Cypriastry
00:19.10Cypriaslocal button = CreateFrame("Button", nil, PortalFrame, "SecureActionButtonTemplate, UIPanelButtonTemplate2")
00:19.55miicaIt shows textures now..
00:20.46miicabut casting isnt working
00:21.30Cypriascan't use CastSpell(), need to use SetAttribute().  sec
00:21.59miicaoh
00:22.56Cypriasbutton:SetAttribute("type1", "macro")
00:22.56Cypriasbutton:SetAttribute("macrotext1", "/cast Hearthstone")
00:23.03Cypriaswould work
00:23.23Cypriasbutton:SetAttribute("macrotext1", "/cast Hearthstone")
00:23.25Cypriasmt
00:24.35Cypriasbutton:SetAttribute("type1", "spell")
00:24.36Cypriasbutton:SetAttribute("spell1", "Hearthstone")
00:24.36Cypriaswould work too I think.
00:25.27miicait works <3<3
00:25.54miicaCyprias: thank you :)
00:26.47TorhalHrm
00:26.49CypriasYou can only set attribute outside of combat. You can do a PostClick script to change what the button does as you click it but it'll only work out of combat.
00:26.59CypriasPreClick*
00:27.34TorhalThis torrent of Lost is in Russian. Bleargh.
00:27.56TorhalAh, it can be turned off.
00:29.16miicanice
00:35.20*** join/#wowace Archarodim (HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
00:45.22*** join/#wowace Groktar (~rg@c-67-182-103-122.hsd1.ca.comcast.net)
00:54.22WobWorkIn Soviet Russia, Bear Loses YOU!
00:55.51*** join/#wowace Groktar (~rg@c-67-182-103-122.hsd1.ca.comcast.net)
01:05.17*** join/#wowace Next96 (Next96@121.129.140.88)
01:11.18*** join/#wowace Daduke (~mark_mil@S0106001d7e6ee4cc.ed.shawcable.net)
01:18.30*** join/#wowace yaroot (~chatzilla@116.234.194.11)
01:21.37miicalocal background = button:CreateTexture(nil, "BACKGROUND", nil);
01:21.37miicabackground:SetTexture(GetSpellTexture(53140, BOOKTYPE_SPELL))
01:21.39miicahmm..
01:25.00Superfly_hey, anyone knows an addon which hides errors but collect them so you can view it later?have an addon which disabled all error, so i cant see why cant i kick someone from dungeon with vote to kick
01:28.29Dadukethere is a lot, bugsack
01:29.28miicagod can get one damn spell icon on button :D
01:29.39Superfly_bugsack collect addon errors only, isnt it?
01:31.28*** join/#wowace TheDude22 (~joe@24-241-226-252.dhcp.mdsn.wi.charter.com)
01:34.08DadukeTo be honest, I'm not sure
01:34.57CypriasI use !ImprovedErrorFrame. it hides errors and adds a icon to the minimap, when clicked a window appears with all the errors and the number of times it happened.
01:35.28TorhalMinimap herpes!
01:35.31Torhalflees!
01:35.44Cyprias:)
01:36.15Superfly_that sounds cool, thanks Cyprias
01:36.39pompy~lart Torhal
01:36.39purldecapitates Torhal conan the destroyer style
01:36.56Torhalpompy: Why the fuck are you larting me? Minimap herpse is BAD.
01:37.33quiescenso.o
01:39.53Torhalx.x
01:40.16*** join/#wowace Codayus (cody@lilly.csoft.net)
01:42.55*** join/#wowace Stew-a (~Stewart@unafilliated/stewa/x-008753)
01:44.34Superfly_its only for addon errormessages as well :(
02:02.49*** join/#wowace Aeyan| (~pancake@cpe-174-098-002-214.triad.res.rr.com)
02:10.49*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
02:32.07*** join/#wowace Ingela (~Ingela@90-230-173-174-no35.tbcn.telia.com)
02:38.37*** join/#wowace Stew-a (~Stewart@unafilliated/stewa/x-008753)
02:43.46*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
02:49.27*** join/#wowace Aeyan| (~pancake@cpe-174-098-002-214.triad.res.rr.com)
03:01.48*** join/#wowace rmk` (~user@delusion.fourty.net)
03:12.53*** join/#wowace rmk (~user@delusion.fourty.net)
03:17.11Repo10tab-alerts: 03Torhal 07master * 3.3.2-1.1.0-15-g06d278e / (15 files in 2 directories): [+15 commits] (11 truncated)
03:17.13Repo06d278e: Added a "Fade Inactive" option - if toggled off, inactive tabs will have the same alpha level as active tabs.
03:17.14Repoac11344: Fixed alpha level and highlight texture anchoring when switching between "Always Show" modes.
03:17.16Repo43ab9aa: Update the tab border states in UpdateChatFrames()
03:17.17Repo754e7ec: Added support for always showing the tabs - needs a bit of work still.
03:22.49Repo10tab-alerts: 03Torhal 043.3.3-1.2.0 * 3ffea39 /: [new tag] Tagging new release.
03:35.21*** join/#wowace taleden (~alex@user-38q41i6.cable.mindspring.com)
03:48.21*** join/#wowace Daduke (~mark_mil@S0106001d7e6ee4cc.ed.shawcable.net)
03:49.08DadukeHmm, has anyone looked at AVR and coding shadow traps? I'm rather sure I saw it done in a video, but we've been trying to redo the code section and no joy
03:49.54DadukeI know the co-orindates are fucked from phase 2 forward, but I was under the impression that otherwise AVR should work perfectly for Shadow Traps
03:49.56Repo10pxhud (experimental): 03Parnic * r2 / (6 files in 3 directories): - addon foundation
04:12.35*** part/#wowace Seerah (~Ryan@c-69-247-191-26.hsd1.tn.comcast.net)
04:23.57*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
04:26.49starlonlol @ minimap herpes
04:27.35*** join/#wowace pompy (~Mike@c-68-38-51-80.hsd1.nj.comcast.net)
04:27.56*** join/#wowace Codayus (cody@lilly.csoft.net)
04:33.57Torhalstarlon: It's true!
04:37.02*** join/#wowace Nechckn (~N@WoWUIDev/Norganna/Admin/Nechckn)
04:37.02*** mode/#wowace [+v Nechckn] by ChanServ
04:45.14*** join/#wowace syeren (~syeren@cpc4-oldh9-2-0-cust113.know.cable.virginmedia.com)
05:07.38miicai was doing whole night my addon :D
05:07.48miicadamn freaky fealing now :)
05:18.21Repo10pxhud (experimental): 03Parnic * r3 / (16 files in 3 directories): - more infrastructure setup and loc testing
05:20.32*** join/#wowace Kalroth (kalroth@3e6baa22.rev.stofanet.dk)
05:36.11*** join/#wowace Codayus (cody@lilly.csoft.net)
05:36.11*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
05:36.11*** join/#wowace Daduke (~mark_mil@S0106001d7e6ee4cc.ed.shawcable.net)
05:36.11*** join/#wowace rmk (~user@delusion.fourty.net)
05:36.11*** join/#wowace TheDude22 (~joe@24-241-226-252.dhcp.mdsn.wi.charter.com)
05:36.11*** join/#wowace Next96 (Next96@121.129.140.88)
05:36.11*** join/#wowace Archarodim (HydraIRC@lev92-4-88-164-134-95.fbx.proxad.net)
05:36.11*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
05:36.11*** join/#wowace DarkAudit (~Brian@pool-74-99-30-165.clrkwv.east.verizon.net)
05:36.11*** join/#wowace Kilroo (~Kilroo@174.111.58.51)
05:36.11*** join/#wowace Repo (~supybot@repos.curseforge.net)
05:36.11*** join/#wowace Cairenn (~Cairenn@MMOI/Administratrix/Cairenn)
05:36.12*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
05:36.12*** join/#wowace T-Chip (~johannes@0x5551f6c9.adsl.cybercity.dk)
05:36.12*** join/#wowace Aikawa (~Aikawa@odin.physik.uni-bielefeld.de)
05:36.12*** join/#wowace gix (~gix@p5B204093.dip.t-dialin.net)
05:36.12*** join/#wowace [SW]Dodge`oFF (dodge@ip01.vserver01.remolus.at)
05:36.12*** join/#wowace asmodai (asmodai@dhammapada.xs4all.nl)
05:36.12*** join/#wowace harl (harl@dslb-088-077-208-102.pools.arcor-ip.net)
05:36.12*** join/#wowace Silowyi (~silowyi_d@24-155-117-45.dyn.grandenetworks.net)
05:36.12*** join/#wowace arkanes_ (~arkanes@adsl-69-151-204-197.dsl.hstntx.swbell.net)
05:36.12*** join/#wowace SNiLD (snild@2001:14b8:124::1)
05:36.12*** join/#wowace Cavisty^gerber (~Cavisty@c-71-200-112-10.hsd1.md.comcast.net)
05:36.12*** join/#wowace Dessa (Dessa@kvirc/staff/kuja)
05:36.12*** join/#wowace Higdur (~nike@fttp1-stoc.85.cust.blixtvik.net)
05:36.12*** join/#wowace eidolarr (~zls@c-71-61-178-129.hsd1.pa.comcast.net)
05:36.12*** join/#wowace Droolio (~drool@87-194-188-170.bethere.co.uk)
05:36.12*** join/#wowace Aens|Superiority (~a@69-165-135-16.dsl.teksavvy.com)
05:36.13*** join/#wowace Ackis (~Ackis@WoWUIDev/WoWAce/ARL/Troll/Ackis)
05:36.13*** mode/#wowace [+oovv ckknight Cairenn tekkub Ackis] by farmer.freenode.net
05:36.13*** join/#wowace Pneumatus (~WiN@unaffiliated/pneumatus)
05:36.13*** join/#wowace ThiefMaster (thief@unaffiliated/thiefmaster)
05:36.13*** join/#wowace kagaro (~kagaro@cpe-173-095-131-224.nc.res.rr.com)
05:36.13*** join/#wowace Adys (~Adys@unaffiliated/adys)
05:36.13*** join/#wowace Lienne (~Lienne@pool-96-237-1-226.bstnma.east.verizon.net)
05:36.13*** join/#wowace sztanpet (~sztanpet@142.58ec54.tvnetwork.hu)
05:36.13*** join/#wowace Fisker (n_a@62.61.142.209.generic-hostname.arrownet.dk)
05:36.13*** join/#wowace Windaria (~Denial@unaffiliated/windaria)
05:36.13*** join/#wowace kapowaz (~kapowaz@89.145.97.194)
05:36.13*** join/#wowace Grum (~grum@codebase2.xs4all.nl)
05:36.13*** join/#wowace Natch| (~natch@c-97cde155.25-4-64736c10.cust.bredbandsbolaget.se)
05:36.13*** join/#wowace maqr (~maqr@httpcraft/hax)
05:36.13*** join/#wowace Colin_T (~ColinT@69-11-97-130.regn.static.sasknet.sk.ca)
05:36.13*** join/#wowace Cyprias (~Administr@S010600002846e8ab.ed.shawcable.net)
05:36.13*** join/#wowace SunTsu (~miyamoto@unaffiliated/suntsu)
05:36.13*** join/#wowace Tinyboom (~nahh@5.84-49-172.nextgentel.com)
05:36.14*** join/#wowace nicoli_s (~nsinkule@69.73.16.202)
05:36.14*** join/#wowace plexiglass (~plx@93-33-128-183.ip44.fastwebnet.it)
05:36.14*** join/#wowace zoktar (~zoktar@78-72-46-225-no186.tbcn.telia.com)
05:36.14*** join/#wowace nevcairiel (quasselcor@WoWUIDev/WoWAce/Ace3/nevcairiel)
05:36.14*** join/#wowace felipe` (~felipe@my.nada.kth.se)
05:36.14*** join/#wowace Tuikku (~tuikku@tuikku.tontut.fi)
05:36.14*** join/#wowace Elmoe_ (~elmoe@c-71-231-58-235.hsd1.wa.comcast.net)
05:36.14*** join/#wowace Elmoe (~elmoe@c-71-231-58-235.hsd1.wa.comcast.net)
05:36.14*** join/#wowace ulic (~ulic@97-124-208-120.hlrn.qwest.net)
05:36.14*** join/#wowace nichdu (~nichdu@nerdcraft.eu)
05:36.14*** join/#wowace kappaccino (~UPP@71-93-135-79.dhcp.rvsd.ca.charter.com)
05:36.14*** join/#wowace mitch0 (~mitch@drvolomdental.hu)
05:36.14*** join/#wowace [Ammo_] (wouter@ringbreak.dnd.utwente.nl)
05:36.14*** join/#wowace Kaelten (~Kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
05:36.14*** join/#wowace malifae (~malifae@fallout.pyrocumulus.org)
05:36.14*** join/#wowace Zhinjio (~Zhinjio@67.23.21.108)
05:36.15*** join/#wowace AKX (akx@dsl-tkubrasgw1-fe90f800-13.dhcp.inet.fi)
05:36.15*** join/#wowace Yon (Yon@c80-217-245-178.bredband.comhem.se)
05:36.15*** join/#wowace Rockj (rockj@rockj.net)
05:36.15*** join/#wowace Kuosi (kuosi@shelli.fi)
05:36.15*** join/#wowace industrial (~industria@205.189.72.45)
05:36.15*** join/#wowace Kemayo (~kemayo@adsl-76-236-158-91.dsl.stlsmo.sbcglobal.net)
05:36.15*** join/#wowace Gnarfoz (smallbrain@WoWUIDev/WowAce/Gnarfoz)
05:36.15*** join/#wowace krka (krka@bissa.eu)
05:36.15*** join/#wowace NeoTron (~neotron@pool-173-64-144-164.sttlwa.fios.verizon.net)
05:36.15*** join/#wowace Diao (vince@adsl-99-50-126-163.dsl.pltn13.sbcglobal.net)
05:36.15*** join/#wowace tlund (~tlund@envy.nxs.se)
05:36.15*** join/#wowace WyriHaximus (~WyriHaxim@unaffiliated/wyrihaximus)
05:36.15*** join/#wowace haste (haste@hirano.ixo.no)
05:36.15*** join/#wowace wink (fhtagn@unaffiliated/winkiller)
05:36.15*** join/#wowace Superfly_ (~Superfly@89-vh-2-shost.hostoffice.hu)
05:36.15*** join/#wowace ajmitch (~ajmitch@ubuntu/member/ajmitch)
05:36.16*** join/#wowace Bruners (lasseb@colargol.tihlde.org)
05:36.16*** join/#wowace NivFreak (~niv@gw-105.extranet.sea01.isilon.com)
05:36.16*** join/#wowace Zarnivoop (~stmo@custchecker.rixport80.se)
05:36.16*** join/#wowace kadrahil (~kad@xor.pablotron.org)
05:36.16*** join/#wowace frontendloader (~queue@207-118-179-197.dyn.centurytel.net)
05:36.16*** join/#wowace olafski (~egrimm@dream.student.utwente.nl)
05:36.16*** join/#wowace sbu (~sb@80.67.20.227)
05:36.16*** join/#wowace tim_l (Timothy003@ool-45753fcd.dyn.optonline.net)
05:36.16*** join/#wowace Navv (9e85aafc5b@a88-115-96-199.elisa-laajakaista.fi)
05:36.16*** join/#wowace Dotted37 (Dotted@bureaucrat.wowwiki.dk)
05:36.16*** join/#wowace qwesto (qwesto@stalin.acc.umu.se)
05:36.16*** join/#wowace Parnic (user@2001:470:1f05:381::3)
05:36.16*** join/#wowace julian__ (9574julian@looves.to.mooo.com)
05:36.16*** join/#wowace ramoz (~ramoz@195.70.183.61)
05:36.16*** join/#wowace Stanzilla (Stan@irc.kuja.in)
05:36.16*** mode/#wowace [+oov nevcairiel Kaelten Kemayo] by farmer.freenode.net
05:36.16*** join/#wowace Olison (olison@fukdruidsgrr.org)
05:36.17*** join/#wowace starlon (~starlon@melody.lyrical.net)
05:36.17*** join/#wowace copystring (11794copy@212.224.67.39)
07:42.47*** join/#wowace purl (ibot@rikers.org)
07:42.47*** topic/#wowace is http://www.wowace.com | http://paste.wowace.com | http://lua.org | Curse Client v4: http://www.curse.com/client | WoWInterface Minion: http://minion.mmoui.com/ | Blizzcon 2010 Oct 22 & 23
07:43.01quiescenso.o
07:43.20AlleidunI just got about 11 of those for dk's :P
07:43.28SunTsuAlleidun: you _could_ do your own shortening service, but still, as mitch0 said, disk space is cheap
07:43.58AlleidunIt's not as much disk space, more memory for the client I'm thinking about :)
07:44.21mitch0you think too much
07:44.42SunTsuAlleidun: "Premature optimization is the root of all evil" - Donald Knuth
07:44.58AlleidunI do :P I don't want to create a crappy addon that kills the client :)
07:45.43SunTsuAlleidun: Instead you don't mind the client multiplying it's connections done to get the information?
07:46.01*** join/#wowace faCe| (~face@wlan-client-107.informatik.uni-bremen.de)
07:46.22*** join/#wowace tim_l_ (Timothy003@ool-45753fcd.dyn.optonline.net)
07:46.25AlleidunYou need to explain that SunTsu:)
07:46.31SunTsuIf your database is big this might be a size difference of 4 or 5 mb RAM
07:47.03SunTsuAlleidun: You need to connect to bit.ly, to get the information you are looking for, and _then_ you need to get the information you are looking for
07:47.49AlleidunAah yearh, but that's outside the wow client :P
07:49.08*** join/#wowace tim_l (Timothy003@ool-45753fcd.dyn.optonline.net)
07:49.21AlleidunMind you, I haven't done any programming of this sort before, so trying my best to try and do it the right way, although I might fail hard on some points :P
07:49.25SunTsuAlleidun: will your database change a lot during game play?
07:49.39quiescens1+1=3
07:49.50*** join/#wowace asq (~asq@unaffiliated/asq)
07:50.19AlleidunIt won't at all, I only want it to load during a "raid session" from invite starts to end of raid and then flush it from the memory
07:51.46SunTsuAlleidun: I really wouldn't care much about it. Just think about it and compare your database size to the one in lightheaded...
07:53.02AlleidunHaha good point.
07:55.26SunTsuAlleidun: AFAICS static memory consumption is hardly a problem, you seldom need garbage collection, don't strain the memory allocation by copying large amounts of data, expanding arrays and such
07:55.47*** join/#wowace Adirelle|work (~Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
07:56.18*** join/#wowace asqq (~asq@ool-182ee0c3.dyn.optonline.net)
07:57.45AlleidunI won't be needing much of that as I only have an table / array with raid member data much like the way Grid works. Ofc some data will be updated into that array but only when players enter and leave the raid + when data has been updated, like average gear item level and spec and so on.
08:00.41orionshockAlleidun, your question earlier, did u see the AceAddon API  :SetEnabledState(state) ?
08:01.29AlleidunYes I have been looking at it orionshock.
08:02.08orionshocki use a profile table in the main db & core alone with that API in SickOfClickingDailies for it's modules
08:02.30orionshockto conditionally enable/disable the modules, works well
08:02.31*** join/#wowace unrealii (Next96@121.129.140.88)
08:02.33AlleidunI just made a db variable defaultet to false, so whenever someone install the addon the module will be disabled. If they choose to enable the module it will then enable it from the wtf variable.
08:02.58*** join/#wowace Repo (~supybot@repos.curseforge.net)
08:03.40Alleidunyearh it works as it should orionshock
08:09.27*** join/#wowace Shadowed- (~Shadowed@li53-10.members.linode.com)
08:09.42*** join/#wowace Higdur (~nike@nl119-203-25.student.uu.se)
08:10.40*** join/#wowace Repo (~supybot@repos.curseforge.net)
08:15.52*** join/#wowace Vilkku (~Vilkku@88.193.199.46)
08:16.30*** join/#wowace WyriHaximus (~WyriHaxim@i157183.upc-i.chello.nl)
08:21.09AlleidunI have been trying to figure out whether or not it's possible to automatically know if a player changed spec in a raid, but haven't found any information. Is it at all possible ?
08:23.53orionshockinspect
08:27.10Alleidunofc. but if it has to run "automatically" I have to inspect players on a timer during an entire raid.
08:28.03orionshockyep
08:28.30orionshockcould always check if hey mostly cast friendly or harmfull spells and adjust accordingly
08:30.23AlleidunI don't follow what you mean about that
08:34.41MegalonNow You're Thinking With Portals http://asset.soup.io/asset/0781/3037_17d9_500.jpeg
08:50.04*** join/#wowace kappaccino (~UPP@71-93-135-79.dhcp.rvsd.ca.charter.com)
08:51.40*** join/#wowace Shadowed (~Shadowed@li53-10.members.linode.com)
08:54.13TorhalHrm. Guess I'll see what SmartRes2 is all about, considering I've been added as a maintainer.
08:55.22Alleidunhehe
08:57.42TNZe!wuts smartres2
09:02.30pompy@project smartres2
09:02.31Repopompy: http://www.wowace.com/addons/smartres2/. SmartRes2. Game: WoW. myrroddin (Manager/Author), Morgalm (Maintainer), Torhal (Maintainer). Updated: 10 days ago. Tickets: 5/38
09:04.50*** join/#wowace rbarreiros (~rbarreiro@87.196.133.136)
09:10.16*** join/#wowace profalbert (~profalber@80-121-50-198.adsl.highway.telekom.at)
09:26.09*** join/#wowace koaschten (~koaschten@i577A8CE5.versanet.de)
09:27.12winkso I just came across the Blood Elf Rogue with Combat Dagger spec that shouted Need for a 2h Axe
09:27.38winkOne day I'm gonna do SpamAssassin for WoW, and for every thing you do you'll get a + or - score
09:27.47winklike Blood Elf Death Knight is an instant -5
09:27.49SunTsuwink: maybe he needs to vendor it
09:27.59winkSunTsu: "its beter than my dagger"
09:28.15SunTsuSure, why would he vendor his dagger?
09:28.24winkbut actually, this could work. Like ignoring Expertise = -
09:28.31winkno raids, only VoA = -
09:28.40winkTraveller's Tundra Mammoth = -
09:28.43TNZeWink, do  make this addon
09:28.54winkI think I'd drown in rules
09:28.55TNZemake it talk in raid/guild channels behind peoples back, syncing people
09:28.58TNZeeven cross server
09:29.10winkthen again you could also assign the CAPSLOCK threshold in /2
09:29.18TNZethen make bars that display over peoples heads
09:29.20TNZeand call it epeen
09:29.25TNZeoh wai-
09:29.50winkI didn't actually check their RFC for it
09:29.52winkjust the headline
09:29.57SunTsuI thought that's what GS is?
09:30.10olafskiwhy does having no raids on your profile mean you're a spammer/idiot?
09:30.17winkolafski: never said that
09:30.26winkit's one -1 out of 50 rules
09:30.35olafskisure, but why is it -1?
09:31.03olafskiI was thinking about some kind of gmail plugin that could tell if you're drunk.. more so than the one they have in place that is
09:31.08winkbecause, as much as I hate achievement linking, I wouldn't want anyone who never cleared *any* raid
09:31.09olafski(kind of unrelated)
09:31.22olafskioh, this is to make pug groups? could've mentioned that :P
09:31.22Fiskerimma firin my laser
09:31.28winkofc it is
09:31.38olafskioh yes, of course it is.. you're right, everybody pugs :P
09:31.43winkor when I join a random heroic
09:31.47winkI want a WARNING WARNING
09:31.50SunTsuwink: So, playing the umpteenth alt would be -1? ;)
09:31.54winkif tank or healer has -20
09:32.04olafski"warning, you're doing a pre-raid dungeon with someone who hasn't raided!"
09:32.05winkSunTsu: if one is horribly low, I'd ask for alts
09:32.06Repo10squire: 03Adirelle * r114 / (5 files in 1 directory):
09:32.08RepoGeneralized handling of adaptive mounts, like Headless Horsemen's or Big Blizzard Bear.
09:32.09RepoShould handle 280% flying mounts that upgrade to 310% when a 310% mount is learned.
09:32.10RepoUpdated the dataminer to detect adaptive mounts, ran it.
09:32.11RepoSwitched to tekDebug for debugging.
09:32.15olafski(on this char)
09:32.20winkolafski: well, no one complains about spamassassin
09:32.29winkit also has moronic subrules
09:32.32winkbut the system works
09:32.33olafskiI've never used it
09:32.35wink:(
09:32.39SunTsuwink: maybe you _could_ just use EG
09:32.42olafskiyeah
09:32.44olafskiEG works fine :P
09:32.50olafskiand has no moronic rules
09:33.02winkSunTsu: a) I didn't like it that much
09:33.11winkb) it's been done
09:33.20winkI'm searching for an addon idea for years :)
09:33.20olafskihaving a traveller's tundra mammoth is clearly a reason for considering someone a bad player too
09:33.30winkbayesian moron-search would be interesting
09:33.40olafskibayesian anything is fun :P
09:33.49olafskiso go write that drunk filter for gmail!
09:34.13winkSorry, no invite, my addon assigned you 55% moronic score
09:34.30winkwhisper me on your alt to train my filter!
09:36.15winkwhat I dislike most about EG is that it could influence my decision based on metric I didn't set myself
09:36.26winkwhen I inspect people's gear and achievements, I do by hand
09:36.32winkso I'm only biased by my own bias :)
09:36.56winkwith the consequence that I have to do my own addon
09:37.06SunTsuolafski: I wish I could afford one of those mammoths, maybe for each of my alts one - and yeah, I admit I am the worst player there is
09:37.38winkno. it's an easy check
09:37.38olafskisuntsu: I wouldn't consider myself such a bad player.. I don't raid though and I do have a mammoth ;)
09:37.46winkmammoth or hog = check for cheap gems/enchants
09:38.18winkI only have a hog :)
09:38.25winkMammoths are annoying
09:38.31olafskiwink: how does EG influence your decision? I only use it to check if people enchanted/gemmed properly, which you can still do "manually" by holding your mouse over the percentage
09:38.44olafskia hog would've meant I had to ask an engineer to make me one
09:38.48olafskimammoth was from a vendor
09:38.50olafskieasy decision :)
09:38.54winkmade it myself :P
09:39.22olafskiah I don't consider engineering a very good profession to have at lvl 80
09:39.28winkit's awesome
09:39.29olafskione of my alts has it but he's not exalted with whatever faction you need
09:39.32winkgot it on warrior and mage
09:39.42wink885 armor on gloves is sweet
09:39.59winkmy EoF gauntlets have 1.5x the armor of an average clothie now :P
09:40.33winkwhich means I could probably win a fist fight with just my gloves and a loincloth
09:40.37winkfwiw
09:41.24olafskithat sounds awesome
09:42.23winkmhm, they have strength too, that'd be unfai
09:42.34winkand the clothie would still have 10k hp more
09:42.38winkdamn you, flawed logic
09:47.56*** join/#wowace Higdur_ (~nike@2002:82f3:c840:b:225:ff:fe49:8c3e)
09:48.33Aeyanolafski: Actually, if you're psycho about it, engineering is probably the best endgame profession for a lot of melee DPS
09:48.56olafskibecause of the bombs?
09:49.11AeyanYeah and the haste gloves.
09:49.15olafskihm
09:49.18AeyanCloak and boots aren't bad too
09:49.22olafskihaste doesn't help most melee a lot iirc
09:49.22*** join/#wowace Cairenn (~Cairenn@MMOI/Administratrix/Cairenn)
09:49.23*** mode/#wowace [+o Cairenn] by ChanServ
09:49.30olafskinot me as a DK anyway
09:49.31AeyanRocket boosts have a surprising amount of uses =P
09:49.33olafskiand I mostly tank I guess
09:49.42AeyanIt's best for DKs and Rogues
09:49.45AeyanProbably Warriors too
09:49.54olafskiI'm alch/JC, like those.. free flasks and better gems ;)
09:50.00olafskinot to mention alch makes me nice money
09:50.00AeyanBut yeah, you have to be a little pyscho about it
09:50.26AeyanWeaving bombs in rune lockouts, syncing the gloves with summonable pets, etc
09:50.39olafskiwhat's psycho about that?
09:50.41AeyanI like my passive bonuses for nearly as much utility =P
09:50.59olafskiseems like simple minmaxing
09:51.07AeyanFine, you have to be active about it
09:51.10olafski:)
09:51.19olafskiaren't bombs off the gcd?
09:51.23AeyanJC, Alch, BS are the lazy man's path to glory!
09:51.26AeyanYep.
09:51.35olafskithen why weave them in rune lockouts =(
09:51.46olafskican just use them whenever they're off cd
09:52.02AeyanWell, I play Unholy and I've got a lot of those
09:52.14AeyanGood time for things like that
09:52.27AeyanBut, I'm not an engineer so moot point
09:52.59olafskimm.. blood/frost for me
09:53.04olafskibut I don't need to minmax as I don't raid :)
09:53.56AeyanI'm a Blood (formerly Frost) tank and Unholy DPS
09:55.06olafski+)
09:55.11olafski2h frost tanking ftw!
09:55.42AeyanI did, then I switched to DW for a while and liked the feel of that
09:56.06AeyanThen I got the axe off Saurfang so I figured I'd finally make the switch to Blood since 2h Frost tanking felt weird again, heh
09:56.42AeyanGood to keep myself flexible, anyway
09:57.14olafski+)
09:57.16olafskiI never liked unholy
09:57.27olafskiI'm blood dps and frost tank.. been that way since I hit 80 I think =)
09:57.37olafskiI tried blood tanking a bit but didn't like it
09:57.59AeyanI've been unholy since WoTLK release
09:58.11AeyanTank, originally, till they finally manage to nerf that into the ground
09:58.33AeyanStayed unholy for DPS with my dual spec
09:59.17*** join/#wowace Sliker (~Sliker@5ad81c5e.bb.sky.com)
09:59.25SunTsuI switched from unholy tank to blood tank, too, at the day I tanked along a blood tank who was equipped slight worse than I was and survived where I went down easily
09:59.49SunTsus/slight/slightly/
10:00.34AeyanI didn't raid tank much and frost was awesome for 5-mans =P
10:00.44AeyanHB glyph is the shiniest
10:01.04*** join/#wowace Legorol (~legorol@cpc8-sgyl28-2-0-cust43.sgyl.cable.virginmedia.com)
10:02.28olafskiyep
10:02.33olafskiI only use one disease
10:02.40AeyanYeah, so did I
10:02.53olafskirocks for heroics.. and I tanked some raids with it, was clearly the best tank in my guild but I'm not sure what that will tell you
10:02.58AeyanWell, I used two for bosses after 3.3
10:03.20AeyanThat was another reason I swapped to blood. Felt I wasn't getting much benefit out of the IT changes the way I was doing it.
10:03.22olafskimy guild used to do ulduar and I tanked everything there with frost
10:03.42olafskithough we never did get YS down =)
10:04.01AeyanThat pisses me off to this day
10:04.32AeyanI was part of the first Algalon kill of my faction on my server (priest, not DK)
10:04.38*** join/#wowace Schnaks (~Schnaks@p54B574B8.dip.t-dialin.net)
10:04.40AeyanAnd I've still never killed Yogg =(
10:04.51AeyanNobody does it anymore, heh
10:05.50olafski:P
10:05.58AeyanMy friend who's terrible has killed Yogg
10:06.00AeyanBleh
10:06.14AeyanWe affectionately refer to him at the boomtotem
10:06.22olafskiI've never killed yogg nor algalon
10:06.26olafskinor anub or any boss in ICC
10:06.35AeyanAs long as he manages not to get himself killed, at least he provides the group with 5% crit
10:06.45SunTsuHey, I killed Marrowgar once ;)
10:07.11AeyanI don't have time for much raiding anymore
10:07.17AeyanI have a casual 10 man crew though
10:07.38AeyanWe do stuff one or two nights a week, I guess
10:07.40SunTsuyeah, me neither - my guild is dead anyway
10:08.00AeyanHeh, my guild has never had more than 5 or 6 active people
10:08.09AeyanI merc with other guilds that like me when I want to raid
10:08.49olafskiI could try to merc with my gf's guild
10:08.51olafskibut they kind of suck
10:08.56olafskiI don't think I'd last more than one raid
10:09.10olafskithey have still not killed rotface or festergut on 25man
10:11.33*** join/#wowace Thrae (~ircuser@generalmx-1-pt.tunnel.tserv13.ash1.ipv6.he.net)
10:12.59SunTsuAeyan: I don't think I will find pugs easily: "lfm ICC, at least 10/13 bosses, link achievements" "Hey, I killed Marrowgar, please take me with you, as a tank"
10:14.32Fiskertomorrow is the day olafski
10:14.41Fiskerhow do you get 10/13?
10:15.33SunTsuFisker: or whatever it is, as I said, I was there once ;)
10:16.54Fisker:3
10:16.55Fisker12
10:17.24Fiskerhaste
10:17.26Fiskerparty with me
10:18.13TorhalFisker: Give me gummi bears.
10:18.30Fiskerno
10:18.31hasteFisker: no!
10:18.34Fiskerl2english
10:18.52Torhalstabs Fisker with a Pop-Tart.
10:20.41*** join/#wowace rmk` (~user@delusion.fourty.net)
10:20.47*** join/#wowace Caleb| (~caleb@dsl4E5C05BF.pool.t-online.hu)
10:28.41Megalonrefills Torhal's Pop-Tart stack
10:28.53TorhalWoo!
10:28.56*** join/#wowace harl (harl@dslb-088-077-206-174.pools.arcor-ip.net)
10:31.42FiskerMegalon Torhal
10:31.49FiskerIMMA GETTIN MAH GTX 480 TOMMORROW
10:31.55TNZeWHY?
10:32.09TNZeI mean, Crysis 2 ain't ready yet? :P
10:32.29Fiskerwhy not?
10:34.50*** join/#wowace faCe| (~face@wlan-client-101.informatik.uni-bremen.de)
10:35.02TNZebecause its going to be 1/3 the price when you really need it .p
10:42.57Fiskerno it won't
10:44.21TNZeAnyway, polygraphics is on the way out! zomg
10:44.33TNZedotgraphics will rule (render?) the world!
10:44.58Chosibullshit
10:45.08Chosianother one that believes the hype
10:45.13Chosipseudohype that is
10:47.35TNZetsk
10:47.53TNZewhen you live under your jagged edge rock in 2011 you will see who was right.
10:49.35Fiskerright now they can't even get 30FPS in 800x600
10:49.44Fiskeror was it 648x480?
10:50.10Fiskerand that's just with a static world
10:50.42Fisker640*
10:51.14Repo10smartres2: 03Torhal * r108 .pkgmeta:
10:51.16RepoConverted tabs to spaces around the LibAboutPanel entry in the .pkgmeta
10:51.29Repo10smartres2: 03Torhal * r109 / (11 files in 2 directories):
10:51.31RepoFixed up file encoding so my luac program will work with the files.
10:51.35Repo10smartres2: 03Torhal * r110 SmartRes2.lua: Changed upvalue handling.
10:51.52Chosiyup. static
10:51.57Chosino animations at all
10:52.06Chosihow would you apply physics to that for example?
10:52.12*** join/#wowace Higdur (~nike@fttp1-stoc.85.cust.blixtvik.net)
10:52.18Chosihow would you add properties to certain parts of the environment etc
10:52.22Chosiso many stuff that can't be done
10:52.23Chosi:p
10:53.18TNZeits not problematic tbh.
10:53.35TNZeI just love how they just claimed that 64 bit of adressable memory is enough for foreseeable future
10:53.41TNZeand then you get technology like this
10:53.52Fiskeri don't think it would be impossible but we already know that point-physics are slow as hell even on low resolutions
10:54.04TNZeyeah, its slow as hell
10:54.05TNZethe problem is
10:54.23TNZethey have already started designing chips that can reprogram themselves, both do code and memory in the same system
10:54.24Megalonthe solution is in the cloud
10:54.32Chosibut they have that awesome search algorithm!
10:54.38Chosi:p
10:54.41ChosiINFINITE
10:54.45TNZewhich means, each particle in the cloud knows how do deal with itself
10:54.45ChosiUNLIMITED
10:54.51TNZein parallell
10:54.57Fiskernot sure how relevant 64-bit is in voxel graphics
10:55.09TNZeits mostly relevant in the amount of adressable memory
10:55.32Megalonand if you have INFINITE pointclouds
10:55.36Megalonhow much bit do you need for that
10:55.45TNZeyou need an Universe.
10:55.46TNZe:D
10:55.59TNZeoh wai-
10:56.13TNZeYou just called the universe a cloud system computing device
10:56.17TNZeI see what you did there.
10:56.36*** join/#wowace robotusch (~robotusch@50A2E67F.flatrate.dk)
10:56.39TNZeThe universe is nothing more than a hugeass calculator.
10:57.22Torhalcasually tosses a cloud of sulphur dioxide on Fisker's head.
11:06.31Fiskeris this bad?
11:06.52Fiskerwell google chrome crashed when i searched for it
11:07.47RepoKnowledge base page update: http://kb.wowace.com/projects/what-to-do-after-creating-a-project/ by Torhal
11:10.46*** join/#wowace lolinternet (bitch2k@85-127-111-31.dynamic.xdsl-line.inode.at)
11:24.19*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
11:24.19*** mode/#wowace [+o ckknight] by ChanServ
11:25.09Repo10smartres2: 03Torhal * r111 SmartRes2.lua:
11:25.11RepoIn SmartRes2:ResComm_ResStart(): use SendChatMessage() with "targetName", not "target". Fixes ticket 37.
11:28.11*** join/#wowace Cavisty^gerber (~Cavisty@c-71-200-112-10.hsd1.md.comcast.net)
11:39.17*** join/#wowace Kivnel (~lenvik@23.213.233.220.static.exetel.com.au)
11:45.53*** join/#wowace vhaarr (~folk@WoWUIDev/WoWAce/Rabbit/vhaarr)
11:45.53*** mode/#wowace [+o vhaarr] by ChanServ
11:57.29KriLL3Fisker: it would make your face melt
12:01.00*** join/#wowace gix (~gix@p5B204093.dip.t-dialin.net)
12:09.35*** join/#wowace Caleb| (~caleb@dsl4E5C05BF.pool.t-online.hu)
12:15.28*** join/#wowace Caleb| (~caleb@dsl4E5C00BE.pool.t-online.hu)
12:16.42*** join/#wowace Cavisty^gerber (~Cavisty@c-71-200-112-10.hsd1.md.comcast.net)
12:18.16*** join/#wowace Thrae (~ircuser@generalmx-1-pt.tunnel.tserv13.ash1.ipv6.he.net)
12:27.38Repo10reflux: 03kagaro * r47 Reflux.lua:
12:27.40RepoAdding a ignore/unignore function. This is to allow you to ignore certain addons during switching.
12:27.47sbu@describe reflux
12:27.48Reposbu: http://www.wowace.com/addons/reflux/. Reflux. Addon to switch all your AceDB profiles via slash command. This tool also allows you to emulate profiles for non AceDB addons.
12:28.40kagarohey vhaarr you around?
12:28.46*** join/#wowace Caleb| (~caleb@dsl4E5C07CD.pool.t-online.hu)
12:31.39*** join/#wowace kapowaz (~kapowaz@sequoia.wyredforest.net)
12:33.12*** join/#wowace koaschten (~koaschten@i577A8CE5.versanet.de)
12:35.36Repo10lazyleader (experimental): 03Alleidun * r16 / (4 files in 2 directories):  (Message trimmed by 7 lines)
12:35.38Repo#Inspects.lua
12:35.39Repo- Moved EJ function to Modules/EJCalculator.lua
12:35.40Repo#LazyLeader_Core.lua
12:35.41Repo- Added PrintError function
12:49.52*** join/#wowace stolenlegacy (~stolenleg@d86-33-7-18.cust.tele2.at)
12:52.40mitch0didum
12:54.31*** join/#wowace Lysithea (Lyset@c-55a272d5.017-172-73746f34.cust.bredbandsbolaget.se)
13:00.00*** join/#wowace Mihau (~alexia@69.73.16.202)
13:07.02olafski@describe lazyleader
13:07.04Repoolafski: http://www.wowace.com/addons/lazyleader/. LazyLeader. LazyLeader is a read leader helper that will automate commonly used tasks for a leader.Features:Auto inspect playerShow avera...
13:07.46olafskinice =)
13:11.42*** join/#wowace profalbert1 (~profalber@80-121-7-250.adsl.highway.telekom.at)
13:16.12*** join/#wowace Aens|Superiority (~a@69-165-129-183.dsl.teksavvy.com)
13:16.43kagaro[Ammo]:  you around?
13:19.46Repo10libperiodictable-3-1: 03jerry * r286 dataminer.lua:
13:19.48RepoEncapsulate the generation of query URL into a function, to ease a future update to wowhead's URL format.
13:19.49RepoRewrite the last miner not using the API so that it does use it.
13:19.51RepoChange the elixir miner to only calculate "Both" set once.
13:19.52RepoNo change to the data.
13:20.15*** join/#wowace faCe| (~face@wlan-client-352.informatik.uni-bremen.de)
13:35.09Repo10big-wigs: 03kagaro * r7467 Citadel/Sindragosa.lua:
13:35.11RepoAdded small change so sindragosa event will place raid icons on frost beacon targets. Changes start at line 126 end on line 128. This is a temp fix
13:39.00Repo10ensidiafails: 03Maat * r225 / (2 files in 1 directory): add another after combat report style
13:45.06Repo10ratings: 03jerry 04v1.3.3-release * r62 : Tagging as v1.3.3-release
13:53.32*** join/#wowace Higdur (~nike@81-224-156-37-no110.tbcn.telia.com)
13:53.50zoktarmy guilds looking for some way to track raid attendance(and penaltys) for our 25man weekly raids. any addon suggestion?.
13:55.54mitch0yeah, the "Search-for-nicer-guild" addon
13:56.47*** join/#wowace Lienne1 (~Lienne@pool-96-233-25-44.bstnma.east.verizon.net)
13:58.21zoktar=)
13:59.34zoktarwe are nice, but we are going through alot of applicants, and ppl signing and not showing etc.
14:04.13*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:04.13*** mode/#wowace [+o ckknight] by ChanServ
14:12.59*** join/#wowace Thrae (~ircuser@generalmx-1-pt.tunnel.tserv13.ash1.ipv6.he.net)
14:17.33mitch0lua> while true do for i in iparis {} do print(i) end end
14:17.35lua_botmitch0: luabot:1: attempt to call global 'iparis' (a nil value)
14:17.43mitch0lua> while true do for i in ipairs {} do print(i) end end
14:17.49lua_botmitch0: Your code exceeded set CPU limits
14:23.06*** join/#wowace p3lim (~Miranda@85.108.34.95.customer.cdi.no)
14:25.59Repo10big-wigs: 03Ammo * r7468 Citadel/Sindragosa.lua: revert
14:28.31kagaro[Ammo]:  you had an issue with my change?
14:28.35[Ammo]yeah
14:29.00[Ammo]it was already once removed explicitly
14:29.13[Ammo]it's non-configurable, and unneeded
14:29.50kagarothe config shows an option to mark frost beacon targets
14:29.53Adirelle|workanyone toyed with AceGUI and AceConfigDialog ? i'm wondering at which moment the widget gets acces to the option table
14:29.56kagarojust doesnt do anything
14:29.56[Ammo]it doesn't
14:30.07[Ammo]there is nothing in our code that adds that config
14:30.32[Ammo]{70126, "FLASHSHAKE"}
14:30.38[Ammo]which means it gets message, bar, flashshake
14:33.14kagaroi could have sworn it said mark with icon
14:33.28*** join/#wowace Silowyi (~silowyi_d@24-155-117-45.dyn.grandenetworks.net)
14:33.28[Ammo]must be your brains
14:48.33Megalonhm.. brains
14:49.43kagaroill just make a module for my guild them ammo, i cant get people to move to the right spot without a mark on thier head :(
14:51.47*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:51.47*** mode/#wowace [+o ckknight] by ChanServ
14:59.02*** join/#wowace Higdur (~nike@81-224-156-37-no110.tbcn.telia.com)
14:59.03[Ammo]kagaro: gremove is used for that
14:59.29kagarolol i wish i could ammo
14:59.51*** join/#wowace p3lim (~Miranda@85.108.34.95.customer.cdi.no)
14:59.53[Ammo]those icons are completely unneeded
15:00.12[Ammo]spread out and boom
15:00.32kagarofor the most part ive got too many people who have low awareness and if i drop them ill be short for 25 man
15:00.48*** join/#wowace Higdur_ (~nike@81-224-156-37-no110.tbcn.telia.com)
15:00.52[Ammo]like I said, gremove
15:03.15Caleb|kagaro http://www.wowace.com/addons/bigwigs_sindragosaicons/
15:03.23kagarothat works
15:03.53*** join/#wowace ckknight (~ckknight@69.73.16.202)
15:03.59*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
15:03.59*** mode/#wowace [+o ckknight] by ChanServ
15:04.47Grumkagaro: only thing missing then is http://dl.dwim.org/~ebroes/icons.png =)
15:05.56*** part/#wowace CrazyBenny_ (~s_m@83.240.31.172)
15:08.28*** join/#wowace groktar (~gr@209-234-197-181.static.twtelecom.net)
15:09.55*** join/#wowace koaschten (~koaschten@i577A8CE5.versanet.de)
15:12.24[Ammo]icons will probably confuse my guild more than anything
15:12.37groktarnibbles on [Ammo]
15:12.45[Ammo]we use the people with icon stay and spread, people without get the fuck back to the wall
15:12.48[Ammo]http://www.youtube.com/watch?v=eU9owjjok1I
15:13.20*** join/#wowace arkanes__ (~4aca4dd3@gateway/web/freenode/x-qfrukifcypmyqqhs)
15:13.40[Ammo]not my PoV btw ;p
15:14.28groktarimo, icons really help
15:14.35groktaridk what it's like with the 10% buff now
15:14.51groktarbut when we were first doing hardmode w/o that dps was really tight on the blocks
15:17.52arkanes__finally got my kingslayer
15:18.50arkanes__on my alt :(
15:19.09winkI got Prof and Queen yesterday.. on my alt
15:19.25winkso hooray, so much for achievements, eh? :P
15:20.01arkanes__we did HM fester and bql on the same run
15:20.10arkanes__oh, and prices
15:20.25arkanes__fester and bql were surprisingly easy, princes was sucky
15:20.41groktarye
15:21.01groktarwe had 4 sub 5% wipes to enrage the night before the 5% on fester
15:21.09groktarone shot it the next with the buff
15:21.11groktar:p
15:21.13arkanes__we were doing it on 10 with some overgeared dps
15:21.27arkanes__so enrage wasnt really a problem
15:22.02arkanes__I like how they went with the encounter design for HM princes
15:22.08arkanes__but it really does feel sadistic to melee
15:22.34*** join/#wowace Odlaw (~ozzy@c-98-245-3-204.hsd1.co.comcast.net)
15:23.35*** join/#wowace rmk` (~user@delusion.fourty.net)
15:48.25*** join/#wowace rmk (~user@delusion.fourty.net)
16:00.24*** join/#wowace Baraius (~bhuddlest@150.105.84.5)
16:06.53*** join/#wowace Natch| (~natch@c-97cde155.25-4-64736c10.cust.bredbandsbolaget.se)
16:06.54*** join/#wowace WyriHaximus (~WyriHaxim@unaffiliated/wyrihaximus)
16:18.16*** join/#wowace eidolarr (~zls@c-71-61-178-129.hsd1.pa.comcast.net)
16:18.38*** join/#wowace Dashkal (~dashkal@WoWUIDev/Nexus/dashkal)
16:32.22*** join/#wowace Ingela (~Ingela@90-230-173-174-no35.tbcn.telia.com)
16:38.33Repo10vamparrow: 03Allara * r13 Core.lua: - Change circle to a line marker
16:38.34*** join/#wowace CrazyBenny_ (s_m@a02-0602b.kn.vutbr.cz)
16:39.24Repo10vamparrow: 03Allara 04r13-beta * r14 : Tagging as r13-beta
16:59.38sbuGrum: http://img696.imageshack.us/img696/6769/sindragosa.png thats what we are using :p
17:05.01hastewe just use flares and logic
17:06.47*** join/#wowace sylvanaar_atwork (~sylvanaar@unaffiliated/sylvanaar)
17:06.49*** join/#wowace Olog (~Olog@cs27088253.pp.htv.fi)
17:08.00Mikkour rule is "BigWigs: Frostblah: 111,222,333,444,555" where 1,2,3 = bottom of stairs and 4,5 = middle of stairs, in that order
17:08.09Mikkwhich could just as easily translate to bigwigs marks
17:08.19Mikkexcept we think order in the message is easier to remember than marks
17:08.29arkanes__we use the marks
17:08.38arkanes__except we orient on the side of the room, not at the stairs
17:09.02Mikkoh? doesnt the explosion hit there?
17:09.56arkanes__not any more than it hits anywhere else
17:10.55Mikkwell it never lands in the stairs
17:11.12Mikkit can land just in front of the bottom stair
17:11.15Mikkbut never in the stairs
17:11.40arkanes__we dont like being that far from the landing site
17:11.46arkanes__dodging explosions is really easy
17:17.33groktarhaha, someone got win95 on an ipad
17:18.51*** join/#wowace Athrynn (~athryn@206.47.201.189)
17:22.18*** join/#wowace faCe| (~face@p5489FF90.dip.t-dialin.net)
17:26.30*** join/#wowace Athrynn (~athryn@206.47.201.189)
17:26.30OlogI have a strange problem with camera auto follow
17:26.48Ologsomeone complained that AVR breaks it, I ended up commenting code to see what exactly it is
17:26.59Ologeventually I had literally everything commented out from the toc file and it's still broken
17:27.10Ologthen I threw out wtf and interface folders and it's still broken
17:27.54groktarwas it turned off?
17:28.06Ologwell if I login and turn it on it works
17:28.15Ologthen when I logout to char selection screen and back in it doesn't work
17:28.24Ologeven though it's still set to follow in interface options
17:31.59Mikkcamera autofollow is evil
17:32.02Mikkwhy enable to begin with
17:32.33OlogI don't use it but someone else does and complains my mod breaks it somehow
17:32.45Ologso was just trying to find out what's going on
17:32.51Mikkwell thanks for the heads up =)
17:33.06Mikknow we know it's not only crap, it's also broken. and any complaints can be safely ignored =)
17:42.06starlonOlog, http://wow.curse.com/downloads/wow-addons/details/camera-follow-fix.aspx -- That fixed a similar issue for me.
17:43.45Ologis that some known bug in wow or something?
17:44.54starlonI'm not sure. Nobody else I asked had the same problem. I thought it was due to running WoW through Wine, but then I found this addon. Whatever was causing it may have been fixed in the last patch as well.
17:46.17starlonBasically every time I reloaded the UI or changed characters the auto follow feature would break.
17:47.16*** join/#wowace arkanes__ (~4aca4dd3@gateway/web/freenode/x-xfgdwjdcdlpoqjys)
18:08.48*** join/#wowace isman (~drag@mlr78-3-88-162-68-235.fbx.proxad.net)
18:09.18*** join/#wowace chiper (~chiper@wsip-70-183-99-102.sd.sd.cox.net)
18:17.07*** join/#wowace koaschten_ (~koaschten@i577A8CE5.versanet.de)
18:18.57*** join/#wowace profalbert (~profalber@91-113-12-118.adsl.highway.telekom.at)
18:19.00*** part/#wowace profalbert (~profalber@91-113-12-118.adsl.highway.telekom.at)
18:24.32*** join/#wowace taleden (~alex@user-38q41i6.cable.mindspring.com)
18:28.26*** join/#wowace Nechckn (~N@WoWUIDev/Norganna/Admin/Nechckn)
18:28.26*** mode/#wowace [+v Nechckn] by ChanServ
18:29.35*** join/#wowace Athrynn (~athryn@206.47.201.189)
18:30.38*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
18:30.38*** mode/#wowace [+v tekkub] by ChanServ
18:34.03*** join/#wowace Higdur (~nike@81-224-156-37-no110.tbcn.telia.com)
18:36.58*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
18:48.27Repo10wow-graffiti (experimental): 03Ryuuis * r6 / (3 files in 3 directories):
18:48.29Repopuy yards.lua into LibCoordinator-1.0.lua and added aspectratio and player heights( unchecked for classes )
18:49.59zoktarsince when do druids get 2ap per strength?
18:50.29KriLL3vanilla
18:50.54zoktarodd ;P
18:50.55*** join/#wowace rmk (~user@delusion.fourty.net)
18:52.08SunTsuKriLL3: wasn't it 2 AP from agility, one AP from strength before they decided that Blizz wants druids to wear rogue gear?
18:57.57zoktarevery feral druid iv inspected has always had agility 2hander
18:58.08zoktarnow im seeing druids with strength 2handers ;P
18:58.33sylvanaar_atworkdid someone really name thier addon with a "_" as the first char
18:58.56sylvanaar_atwork@project _VirualPlates
18:58.57Reposylvanaar_atwork: No project found that matches '_virualplates'
18:59.01sylvanaar_atwork@project 'VirualPlates
18:59.02Reposylvanaar_atwork: No project found that matches ''virualplates'
18:59.05sylvanaar_atwork@project VirualPlates
18:59.06*** join/#wowace Groktard (~gr@209-234-197-181.static.twtelecom.net)
18:59.07Reposylvanaar_atwork: No project found that matches 'virualplates'
18:59.35pentium166cat form used to get no AP from agility
19:00.09sylvanaar_atworkson of a bitch http://www.curse.com/search/SearchResults.aspx?q=virtualplates
19:00.58pentium166but they changed that back in like 2005
19:01.39*** join/#wowace Lenvik (~lenvik@23.213.233.220.static.exetel.com.au)
19:01.45groktarbubonic plague pentium166
19:02.14hastetyping correctly is a great start for finding stuff sylvanaar_atwork
19:02.17pentium166meteor groktar
19:02.43groktariceblock
19:03.06sylvanaar_atwork@project _VirtualPlates
19:03.08Reposylvanaar_atwork: No project found that matches '_virtualplates'
19:03.15pentium166meteor dispells immunities :|
19:03.20sylvanaar_atwork@project VirtualPlates
19:03.22Reposylvanaar_atwork: http://wow.curseforge.com/addons/virtualplates/. _VirtualPlates. Game: WoW. saiket (Manager/Author). Updated: 125 days ago
19:03.37sylvanaar_atworkhisses
19:03.58Repo10acp: 03sylvanaar * r36 ACP.lua: add '_' to the special case list.
19:04.06nevcairielhaha
19:04.22nevcairielits not even a typo or something, he uses it all through the description
19:04.30hasteand on all his other add-ons
19:04.33sbuso whats the deal with pristine black diamonds?
19:04.33sylvanaar_atworkyeah he uses it like !
19:04.39sbuthey are like 100g+ each :/
19:04.49hastesylvanaar_atwork: doesn't _all_ his add-ons have _ in the start?
19:04.54sylvanaar_atworki dont know
19:05.00hasteas in HURR DURR I'M _
19:05.11pentium166sbu, we're back in 2005
19:05.16sbu\
19:05.18sylvanaar_atworkor hai let me break ACP's grouping logic
19:05.36hasteI should start doing that
19:05.40sylvanaar_atworkyou should
19:05.45sylvanaar_atworkname your addon ______________
19:05.51durcynuse a unicode character
19:05.51Dessalol
19:05.57haste<PROTECTED>
19:06.01hastethat was my thought
19:06.32Stanzillasbu: reputation stuff
19:06.48durcynlike http://xn--df-oiy.ws/ is supposed to be a star, thanks gruber
19:07.09groktarcowers from durcyn's url
19:07.35*** join/#wowace Axodious (~73e@modemcable106.115-23-96.mc.videotron.ca)
19:07.40durcyngroktar: it's just daringfireball, he's being cute with his url shortener
19:08.07groktarit still looks very suspicious
19:09.46nevcairielit looks better when you actually see the unicode char
19:10.05nevcairielbut someone was afraid of phishing
19:20.29*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
19:20.30*** mode/#wowace [+o ckknight] by ChanServ
19:21.37*** join/#wowace sag_ich_nicht (bitch2k@85-127-111-31.dynamic.xdsl-line.inode.at)
19:24.31Repo10acp: 03sylvanaar * r37 / (3 files in 1 directory): added localization for 'close' per suggestion by zzjbcn
19:24.51ckknightis there an addon out there to replace BetterQuest? it's just too broken as-is
19:26.03groktarwaits for ckknight to spend all week rewriting it so he can never update it again
19:26.17ckknightno, I don't plan on doing that
19:26.18*** join/#wowace Athrynn (~athryn@206.47.201.189)
19:26.23groktarehe
19:26.23Torhalckknight: Agreed. I was using tomquest2 but switched to BetterQuest while he was re-writing things. 3.3.3 really put a smack-down on it though
19:26.37*** join/#wowace Aeyan (~pancake@cpe-174-098-002-214.triad.res.rr.com)
19:26.39nevcairielwhat features are you looking for?
19:26.40TorhalThinking of checking out the latest tomquest2
19:26.46*** join/#wowace Lienne (~Lienne@pool-96-237-77-239.bstnma.east.verizon.net)
19:26.54*** join/#wowace Silker (~Sliker@5ad82931.bb.sky.com)
19:38.34*** join/#wowace Schnaks (~Schnaks@p54B57431.dip.t-dialin.net)
19:39.14ckknightnevcairiel: talking to a quest giver, I like seeing the quest level. I like the tracking frame BetterQuest provides
19:40.09nevcairielI use SmoothQuest for the simple features like quest level and stuff
19:40.21nevcairielthe default tracking frame is enough for me, though
19:46.56groktardoesn't understand why quest level isn't in the default ui
19:50.31nevcairielWhy would anyone in their right mind use Dreamweaver for Lua development <.<
19:50.55groktarpoints at NivFreak!
19:51.02groktarpokes NivFreak
19:52.50sylvanaar_atworki still cant find anything better than my text editor - not even the plugin i wrote for intelliJ
19:53.28sylvanaar_atworkthough its a little better at handling the extended quote & string syntax
19:53.56nevcairielyeah, i'm all for texteditor
19:54.10nevcairielbut even then, i can see a plugin in eclipse or intellij or whatever
19:54.12nevcairielbut dreamweaver
19:54.14nevcairiel<.<
19:54.32Ac-townvim all the way
19:54.40sylvanaar_atworkone i get my intellij plugin doing code formatting and whatnot - i'll probably switch
19:56.23nevcairieli guess some of that stuff is rather hard for lua
19:57.10Repo10wow-graffiti (experimental): 03Ryuuis * r7 libs/LibCoordinator-1.0/LibCoordinator-1.0.lua: added Coordinator.RemoveOverlay function
19:57.50nevcairiel@describe wow-graffiti
19:57.50Reponevcairiel: http://www.wowace.com/addons/wow-graffiti/. WoW Graffiti. Takes what you draw to the world.
19:58.11ShadowedIt's kind of interesting how addons work
19:58.22Shadowedall it takes is one person to do it before 10 more come along
19:58.29sylvanaar_atworkyeah, but im getting there. i want to do something cool like show some coloring based on how complex each line is
19:58.38nevcairieli bet avr is much better though
19:59.44Shadowedthat's how it usually works nevcairiel :P
20:01.00hasteI bet perl is much better than *perl*!
20:01.22hastejust because it's from the old ages, when we used to OnUpdate poll UnitHealth() and friends!
20:01.56nevcairielold ages?
20:01.59nevcairielwe do that now
20:02.06nevcairielfrequentUpdates ftw!
20:02.32hasteyes, but back in the dark times we didn't have events for it, and UnitHealth returned throttled values!
20:02.34*** join/#wowace Athrynn (~athryn@206.47.201.190)
20:02.44sylvanaar_atworkgotta admit - the lua for dreamweaver looks nice
20:02.55hastes/times/ages/ !
20:03.05nevcairielbut its dreamweaver
20:03.08nevcairielits such an awful UI
20:03.12sylvanaar_atworkhttp://s.wowinterface.com/preview/pvw38552.jpg
20:03.16sylvanaar_atworkthats nivce
20:03.22sylvanaar_atworklook at the api hint
20:03.55nevcairielsadly thats all assumptions, happen to create a func with a API name, and you get confused :(
20:04.32hasteholy shit, they've made dreamweaver uglier
20:04.44sylvanaar_atworkhaha
20:04.45nevcairielwhich was really hard
20:04.49hasteit was!
20:04.57hastethe UI was horrible years ago
20:05.00sylvanaar_atworkthey made it look more mac like
20:05.10sylvanaar_atworkgrey
20:05.11haste(last version I saw was MX btw :p)
20:05.15sylvanaar_atworkand barren
20:06.02sylvanaar_atworkquittin' time..
20:06.04industrialremembers Dreamweaver 4 layers
20:06.21industrialnp: Denki Groove - Rainbow (Eureka Seven OST)
20:07.00hastenp: Kashiwa Daisuke - [Program Music I] Stella (35:58|flac)
20:07.03hasteI'll join your spam!
20:07.44*** join/#wowace mitchnull (~mitchnull@catv3EC944A1.pool.t-online.hu)
20:07.55MegalonMOBY - Knulla Kuk!
20:09.03*** join/#wowace Athrynn (~athryn@206.47.201.190)
20:09.57hasteindustrial: http://www.youtube.com/watch?v=hh6eT_zhmRg&fmt=22 last the first ten min and be purified!
20:10.04krkam0get Megalon!
20:10.23industrialhaste: i have it!
20:10.35*** join/#wowace Repo (~supybot@repos.curseforge.net)
20:10.50hasteit was the song that started the downtempo search :p ?
20:12.03industrialnope, I listen to Groove Salad radio frequently
20:12.22hastedoesn't listen to any radio stream.
20:12.34industrialI'm lazy in picking music
20:12.36industrialD:
20:12.44hasteI spend too much time searching :(
20:13.14hastebut man, so worth it when you find something that just tears your soul apart >:3
20:13.56Megalonwhen I watched the first xxx movie made in japan
20:14.01MegalonTHAT tore my soul apart
20:14.09Megalon>:3
20:14.12haste>:3
20:14.42groktaroffers you a bacon donut
20:15.49Megalonadds baconnaise
20:19.14*** join/#wowace sylvanaar (~sylvanaar@unaffiliated/sylvanaar)
20:19.17*** join/#wowace Higdur (~nike@fttp1-stoc.85.cust.blixtvik.net)
20:37.14*** join/#wowace Kilroo (~Kilroo@cpe-174-111-058-051.triad.res.rr.com)
20:46.57Repo10grid2-broker: 03Azethoth * r15 Grid2Broker.toc: Add LibDataBroker-1.1 dependency
20:49.46*** join/#wowace Seerah (~Ryan@c-69-247-191-26.hsd1.tn.comcast.net)
20:51.29*** join/#wowace Athrynn (~athryn@206.47.201.188)
21:12.27*** join/#wowace sylvanaar (~sylvanaar@unaffiliated/sylvanaar)
21:25.42Gnarfoz~seen antiarc
21:25.47purlantiarc <~Antiarc@ip70-190-192-186.ph.ph.cox.net> was last seen on IRC in channel #wowuidev, 6d 9h 28m 30s ago, saying: 'well, yeah, it'll do that depending on how the EP values shift around'.
21:25.56GnarfozAntiarc1: dude
21:26.15GnarfozAntiarc1: does !!!Zoom!!! do anything... worth installing it?
21:26.54nevcairielonly if you have addons that do shit
21:27.28nevcairieliow, addons that cause a full gc cycle during load
21:27.37Gnarfozall I see is it replacing _G.collectgarbage on P_E_W
21:28.02nevcairielit says that in the description
21:28.11*** join/#wowace luigithekid (~chatzilla@201.208.44.87)
21:28.14nevcairielit stops addons from doing gc during load
21:29.13Gnarfozwell
21:29.21Gnarfozit also says something about rock
21:29.45Gnarfozanyway, someone from my guild installed it and claimed massive fps improvements o_O
21:29.52nevcairielrock at least used to force gc during load
21:29.57Gnarfoz(but he doesn't use rock addons xD)
21:30.00nevcairielwhich caused all that to spawn
21:30.11nevcairielyou wont get any fps improvements
21:30.13nevcairielat all
21:30.18nevcairielits just for load times
21:30.31Gnarfozthat's what I gathered from both the description and the code
21:30.58nevcairielit basically just spawned back then to fix the evil login lag with rock
21:31.04nevcairieldue to its gc behaviour
21:31.08nevcairielno idea if it was ever fixed
21:31.14nevcairielnever used any rock addon
21:31.16Gnarfozmy box must be too pro to have ever experienced that :p
21:31.48Gnarfozhe had a rather minimal addon setup before (Shadowed's UFs, BigWigs... well, rarely anything tbh)
21:32.15nevcairielsend him to SSS for a real big improvement *rolleyes*
21:32.17Gnarfozand I don't know how the guy who made him do it got him to do it, but he installed, like, a handful of other addons
21:32.21Gnarfozand has nearly doubled FPS
21:32.30Gnarfoznevcairiel: heh, that's what I thought at first when I heard "Zoom"
21:32.55nevcairielits definately not zoom, whatever it is :p
21:33.39AeyanSSS
21:33.42AeyanClearly
21:33.43GnarfozI really don't understand it
21:33.44Gnarfoz:p
21:34.34nevcairielSSS would be obvious for me, since it would increase the 60 fps at vsync, which would be kinda .. wrong :p
21:35.31Gnarfozyeah.
21:43.23*** join/#wowace Hjalte (~chatzilla@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
21:46.21*** join/#wowace Silker (~Sliker@5addc8fe.bb.sky.com)
21:48.06*** join/#wowace luigithekid_ (~chatzilla@201.208.44.87)
21:50.56*** join/#wowace gTosh (gtosh4@D-128-208-55-191.dhcp4.washington.edu)
21:51.14Repo10tab-alerts: 03Torhal 07master * 3.3.3-1.2.0-3-g4b6232f / (2 files in 2 directories): [+3 commits]
21:51.16Repo4b6232f: Added a default button to the tab options.
21:51.17Repodee1e76: Fixed the disabling of the alert flash.
21:51.19Repo4f27962: Added support for three alert flash textures, setting the color of the texture, and disabling the texture.
21:51.22gToshis there a way to get from action slot to the button frame?
21:54.20gToshI'm trying to write a small addon to use the button attribute to set the target to mouseover to conserve my macro space. Is there a way to get from the action slot (1-120) to the button (eg "BT4Button4" or "ActionButton1")?
21:54.59TorhalgTosh: Look at how Buffet or Squire handle macros.
21:55.11gToshWill do, thank you.
21:57.49*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
21:57.49*** mode/#wowace [+v tekkub] by ChanServ
22:02.23*** part/#wowace CrazyBenny_ (s_m@a02-0602b.kn.vutbr.cz)
22:05.55*** join/#wowace ArrowmasterClass (~arrow@WoWUIDev/WoWAce/ResponsibleForEverythingAndNothing/Arrowmaster)
22:06.11gToshTorhal: Buffet and Squire aren't quite what I'm looking for. I'm looking to replace the need for mouseover macros (one for every healing spell fills my macro slots) by using an addon to use Button:SetAttribute("unit", "mouseover")
22:07.06gToshIs there a way to go from action slot to button frame, or only from the frame to the action slot.
22:07.28TorhalgTosh: The code for each handles non-static macros. What you need should be in either AddOn - with the requirement to adapt of course.
22:07.40zoktargTosh i have the same problem, all my macro slots are used :(
22:07.42*** join/#wowace Shadowed (~Shadowed@li53-10.members.linode.com)
22:07.51*** part/#wowace kagaro (~kagaro@cpe-173-095-131-224.nc.res.rr.com)
22:08.37zoktarthey should give us like 1k macro slots tbh
22:08.37gToshTorhal: As I understand it, both have a finite number of macros that can only function as one action at a time, thus being limited to being only a few spells while in combat.
22:09.06*** join/#wowace Antiarc (~Antiarc@ip70-190-192-186.ph.ph.cox.net)
22:09.06*** mode/#wowace [+v Antiarc] by ChanServ
22:10.06*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
22:10.06*** mode/#wowace [+v tekkub] by ChanServ
22:10.30TorhalHrm
22:10.33gToshAt the moment, I've got 14 mouseover macros that almost all get used while in combat and the only way I know to implement them via macros is to have 14 different macros.
22:10.38TorhalOwell, those were the only two I could think of
22:11.00gToshWhat I'm trying to implement is a MacroTexter that works with bar addons.
22:11.01*** join/#wowace Shadowed (~Shadowed@li53-10.members.linode.com)
22:12.08gToshIn MacroTexter, it iterates through the default action button frames, which makes it unable to function properly in conjuction with bar addons. I would like to make it addon inspecific if possible.
22:13.52vhaarr\o/ Ragnaros is back!
22:15.39groktarMultipass Nickname is already in use.
22:15.40groktar:(
22:20.05*** join/#wowace koaschten (~koaschten@i577A8CE5.versanet.de)
22:25.23*** join/#wowace Adirelle (~Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
22:25.51Adirelleis it possible that some Blizzard textures have some internal offset/scaling ? specifically the Interface/Button/UI-* one ?
22:33.09*** part/#wowace mitchnull (~mitchnull@catv3EC944A1.pool.t-online.hu)
22:43.06Repo10tab-alerts: 03Torhal 07master * 3.3.3-1.2.0-6-ge36228a TabAlerts.lua: [+3 commits]
22:43.08Repoe36228a: Added option to toggle mouseover highlighting of tabs.
22:43.09Repoe51fbaa: Removed RefreshActiveColor(), RefreshInactiveColor(), and RefreshAlertColor() - all of this is handled in UpdateChatFrames()
22:43.11Repo552bed2: When disabling "Always Show", don't hide tabs which are currently flashing.
22:43.28Repo10tab-alerts: 03Torhal 043.3.3-1.2.1 * 1f931ae /: [new tag] Tagging new release.
22:45.50industrialIs there an addon that enables sound when you get the HC finder popup to enter a dungeon?
22:52.25*** join/#wowace zomgwtf (~Zack@96-42-93-98.dhcp.roch.mn.charter.com)
23:01.27HjalteBesides making the ready check sound? ;)
23:02.04vhaarr"enables sound"
23:02.46groktarheh, i wonder if it would also be able to enable sound in background just for that
23:03.04groktarso you can hear it when you're tabbed out without all the other noises
23:14.11*** join/#wowace Codayus (cody@lilly.csoft.net)
23:15.39*** join/#wowace Stew-a (~Stewart@unafilliated/stewa/x-008753)
23:15.43*** join/#wowace sag_ich_nicht (bitch2k@85-127-116-242.dynamic.xdsl-line.inode.at)
23:20.17*** join/#wowace p3lim (~Miranda@85.108.34.95.customer.cdi.no)
23:25.51Torhalgroktar: Not that I'm aware of.
23:26.43groktar:(
23:28.54koaschtenhmmm anyone ever noticed that you actually can buff the abo in the putricide encounter and it then will do quite respectable dps if the puddle locations are a tiny but lucky or the boss gets moved around abit?
23:29.47groktaryes
23:32.01*** join/#wowace profalbert1 (~profalber@188-23-33-124.adsl.highway.telekom.at)
23:36.40Fiskerbtw koaschten
23:36.46Fiskerimma getting my gtx480 tomorrow
23:36.48Fisker(i hope)
23:37.03koaschtenphoto or it didnt happen
23:49.33*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
23:49.33*** mode/#wowace [+o ckknight] by ChanServ
23:58.33*** join/#wowace ckknight (~ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
23:58.33*** mode/#wowace [+o ckknight] by ChanServ

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