IRC log for #wowace on 20101125

00:00.27Repo10rw2: 03mangeg 07master * 1.42-beta2-33-g6aa9d65 .pkgmeta: [+1 commit] Remove ignore on RaidWatch_BWD in pkgmeta.
00:00.32vhaarrjust start spamming his forum through multiple botnets, he'll notice soon enough
00:00.43GagorianI still need to write parsers for all tooltips though, but this makes it a real pain in the ass
00:00.57MegalonGagorian: extract the values from the dbc files yourself?
00:01.17GagorianIf someone already did that I'd rather use that
00:01.23GagorianThan spend time doing it again myself
00:01.30ZasurusThe dbc files don't have area locations do they!?
00:01.39Megalonhttp://code.google.com/p/simulationcraft/source/browse/#svn/branches/cataclysm/dbc_extract
00:02.06kagaroZasurus:  for points of interet?
00:02.06Megalonbut this extracts every spell, and every effect
00:02.18YssarilPrimer: could yes will no
00:02.32Wobindoes anyone use Outlook 2003?
00:02.34MegalonI think you'd only need the spell you actually can cast/use?
00:02.43YssarilPrimer: it would break all ldb feeds that have a click menu
00:03.04Zasuruskagaro: as in where each area in a zone is (so I don't need to map them all manually for WorldExplorer)
00:03.05*** join/#wowace Caleb| (~caleb@fibhost-66-83-191.fibernet.hu)
00:03.32YssarilPrimer: you should however be able to click anywhere on the screen to hide it or simply press the ESC key
00:04.48kagaroAreaTabl.dbc
00:04.56kagaromight give you what your looking for
00:04.58Megalonthe file for simcraft is about 3.2MB
00:05.05Zasurus:O that would suck and be great lol
00:05.25Megalonbut it has every thing for spells effect, and a few thousands of spells
00:05.26ZasurusAll the weeks I have spent mapping outlands would be wasted but save time on the rest!
00:06.05kagaroAreaTable should do it, but for that data to make sense you also need to parse Map.dbc
00:06.06Zasuruskagaro: is that link megalon posted the best place to start or do you have somewhere else with info/prog
00:06.17Connor1Is the day deathwing came really only for horde?
00:06.28*** join/#wowace Jerub (~gideon@python/psf/Jerub)
00:06.39kagarothat link shoud be fine, i use a windows program to patch the dbc files
00:07.00kagarobut parsing the dbc data ive got ruby scripts
00:07.02Zasuruswindows program? as in the simulationcraft program
00:07.12kagarono
00:07.18kagaroits a dbc extractor
00:07.24Zasurus? :)
00:07.53ZasurusSorry for sounding stupid didn't even know about these dbc files till an hour ago!
00:07.57kagarolemme see if i can find the name, dont wana fire up my VM to see
00:08.11ZasurusThanks could save me months! LOL
00:08.47*** join/#wowace mort_ (~mort@nrbg-4d0766a6.pool.mediaWays.net)
00:09.17kagaroeither case you need to extract the dbc file you want in a usable format. that pythong script should do the patching and give you the appropiate results
00:09.52ZasurusOK thanks I will see if I can find a "DBC Extractor" and come and bug ppl if I can't work something out! ;-)
00:10.21*** join/#wowace kapipi (~kapipi@raichu.netlab.jp)
00:10.27Connor1Nevermind you can do it as Alliance
00:11.24kagaroeasiest case is extract a valid dbc file, then convert to csv and parse it
00:11.24Repo10mminimap: 03mangeg 07master * 2.0.1 Modules/QuestTracker.lua: [+1 commit] Add the missing AceEvent-3.0 to the QuestTracker module.
00:11.30Repo10mminimap: 03mangeg 042.0.1 * e138d1c /: [new tag] Tagging
00:11.49ZasurusCool that sounds good I can work from csv!
00:13.28*** join/#wowace sylvanaar_work (~sylvanaar@tut.qvssoftware.com)
00:24.33*** join/#wowace djDef (~tim@ip68-107-198-240.mc.at.cox.net)
00:30.20*** join/#wowace quiesense (~quiescens@203-217-28-61.perm.iinet.net.au)
00:32.21HjalteIs there a daily quest for peacebloom versus undead?
00:34.12*** join/#wowace Next96 (Next96@118.32.87.167)
00:36.17Repo10xpgainnotify: 03xbeeps 041.5 * r14 : Tagging as 1.5
00:36.52harlwhat the hell.. i'm stuck at the loading screen again for 5 minutes after getting kicked from the server
00:37.09Zasurusharl: have you let the game finish the download?
00:37.18harlyes, i always do
00:37.26ZasurusK i'm out of ideas! ;-)
00:38.16ZasurusKagaro: I now have the dbc files extracted but don't have Python so was wondering if there was another way of converting it to a format I can browse / work out! :)
00:39.54vhaarrwhy not install python?
00:40.41kagaro^^
00:41.31Zasurus:| Was hoping to avoid that I don't need to learn another thing LOL to much to do with what I know! LOL So no other easy way to convert it to something readable? 8-) <--puppy dog eyes ;-)
00:42.07vhaarrthere's nothing to learn, it's just a interpreter, you just need to run it
00:42.36kagaroif you really need it http://www.zezula.net/en/mpq/download.html is a mpq editor you can use on windows to extract
00:43.55ZasurusI have a mpq extractor and have the dbc files out (including the areatable one you mentioned) I just can't read the dbc files :) (Or does that also read them?)
00:44.10ZasurusIn fact that is the program i have :D
00:44.25kagarowell it will extract the dbc files for you
00:45.20bluspacecowhttp://www.darklegacycomics.com/13.html
00:46.07ZasurusYou mean it gets the dbc files out of the mpq files? Which is what I have done.. its the reading the dbc files after they are out of the mpq file I am stuck on
00:46.34harlnarf.. i hate it when my nose sizzles.
00:47.54kagarojust goolge dbc to csv for a convertor
00:48.33Zasuruslol soz had a brain freeze! I was googling dbc readers... dbc editors... never thought of a converted! :|
00:48.42Zasurusputs head down and walks off
00:50.58ZasurusOK I have csv stuff... I will now work it out! Thanks! :D
00:54.18*** part/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
01:06.12*** join/#wowace Gagorian (~k@104-172.turkunet.fi)
01:06.39Repo10raidbuffstatus: 03oscarucb * r423 Core.lua:
01:06.40Repofix the durability errors for real this time - drycoding ftl
01:06.47Repo10ora2: 03oscarucb * r687 Leader/Durability.lua:
01:06.48Repofix the durability errors for real this time - drycoding ftl
01:07.37Repo10raidbuffstatus: 03oscarucb * r424 Buffs.lua: remove vigilance check
01:07.38Repovigilance has been nerfed into the ground, and is no longer a "bad" thing on anyone
01:07.39Repoin fact it does almost nothing now
01:07.50Nivhaha
01:07.58Nivgreat commit
01:12.54*** join/#wowace Thrae (~ircuser@generalmx-1-pt.tunnel.tserv13.ash1.ipv6.he.net)
01:14.36ZasurusKagaro: Thanks for that help. I don't think the info I need is in these files though (or at least the ones I have looked thought that might be close) The only file that contains info on area subzones is AreaTable.dbc as you said and that only has one row per area (I would expect 1-50 rows per subArea). It is linked into other dbc but none of those contain any more info (they are all even more
01:14.37Zasurusgeneral files :(
01:15.04ZasurusI suspect it would be in the map files them selfs... don't know if they are readable?
01:15.35Primerdammit, Talented still has taint
01:15.40Primerhaving to reloadui all the time
01:42.07*** join/#wowace Sliker[Bed] (~ponies@84.93.164.82)
01:49.48*** join/#wowace Dashkal (~dashkal@WoWUIDev/Nexus/dashkal)
01:57.55vhaarrwhat was this with sounds again, did blizzard remove the ability to play mp3, or was it wav?
01:58.33vhaarrthink it was wav
02:00.09*** join/#wowace yossa_ (~yossa@p57958B23.dip.t-dialin.net)
02:06.29Stanzillawav
02:21.27Repo10fishing-ace: 03Sutorix 04Release 0.5.5e * r130 : Tagging as Release 0.5.5e
02:30.15*** join/#wowace Tuller (~tuller@c-69-143-52-174.hsd1.va.comcast.net)
02:47.38*** join/#wowace Hell-Razor (~Hell@unaffiliated/hell-razor)
03:00.43*** join/#wowace the-golem (~Darrin@c-24-23-41-179.hsd1.ca.comcast.net)
03:00.57*** join/#wowace _EvilGrin_ (~Geoff@87-194-195-47.bethere.co.uk)
03:28.37*** join/#wowace felipe` (~felipe@my.nada.kth.se)
03:56.21harlwhy is it that i have to put a trap to an action bar for it to work with the trap launcher.. that doesn't make much sense..
03:58.33Repo10libperiodictable-3-1: 03MuffinManKen * r301 LibPeriodicTable-3.1-Misc/LibPeriodicTable-3.1-Misc.lua: More updates to quest items
04:03.44harlseems to be the same mechanism as with the priest's holy word as in that it virtually becomes another spell and thus isn't available through either the spell book or an actual spell name.. so it has to be on an action bar to become available
04:03.51harl:|
04:07.03*** join/#wowace DarkAudit (~Brian@64.181.5.194)
04:21.29*** join/#wowace Amadeo (~zenon@ip72-192-196-27.dc.dc.cox.net)
04:22.02AmadeoAny leveling addons updated for Shattering?
04:23.45*** join/#wowace Sintacks (Syntax@173.80.126.1)
04:24.46Repo10libperiodictable-3-1: 03MuffinManKen * r302 LibPeriodicTable-3.1-GearSet/LibPeriodicTable-3.1-GearSet.lua: undid some bad changes
04:31.13HjalteI haven't seen any tourguide updates and QuestHelper is dead.
04:31.34HjalteOr doesn't work
04:31.38HjalteWhatever :P
04:33.42JerubQH is very dead.
04:33.52Jeruband TG got bought out.
04:37.40Amadeobought out?
04:37.51Yssarili thought tekkub got it back?
04:37.54pompyyeah
04:38.51Yssarilthough honestly leveling is damn easy now the quests just flow from one to another
04:39.32AmadeoThere's a "QuestHelperLite" now
04:39.38WobinI just like the tomtom integration with TG
04:39.47AmadeoWobin: Yep, it was great
04:39.49Wobingive me an arrow with the general direction of stuff
04:40.00Wobinrather than make me flip back and forth on the atlas
04:40.09Amadeonot just that, but the Blizzard waypoints are often wrong
04:40.44Jerubsigh. yes.
04:41.02Jerubthe /only/ quest i had trouble with in the northern barrens had an absent waypoint :/
04:41.11Jerubthe quest giver isn't the guy you hand it in to.
04:41.21Jeruband he's far enough away from the right person that /tar name doesn't work
04:41.34Jerub(capturing the quillboar quest)
04:41.50JerubTG is back?
04:41.50AmadeoI was just trying out the new Gnomer area, and one of the Priest quests leads you out in the middle of nowhere when it's actually right next to the quest giver
04:41.56Jerubwill have to check that out
04:42.27JerubAmadeo: the biggest lol i had with the built in quest system is that the horde battered hilt chain had all the alliance hand-in points in the built in quest guide.
04:45.59*** join/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
04:50.14*** join/#wowace MoonWitch (~MoonWitch@d54C5456C.access.telenet.be)
04:52.45*** join/#wowace RaydenUni (~rayden@adsl-69-231-125-178.dsl.irvnca.pacbell.net)
04:54.18*** join/#wowace PProvost (~PProvost@174-16-120-31.hlrn.qwest.net)
05:04.06Amadeohaha
05:04.09AmadeoI never got one of those :(
05:05.45JerubAmadeo: i had it drop on boxing day last year
05:06.05JerubAmadeo: i used that weapon until something like 6 weeks ago when i killed the lich king
05:06.21Jeruband then replaced that weapon the next week with a heroic 10 man weapon the next week :/
05:07.51Jerubanyone got advice on quest addons at the moment?
05:12.15AmadeoI just threw on QuestHelperLite
05:12.23Amadeoit seems to work, nothing special about it though as far as I can tell
05:12.28Amadeoit does show an arrow like TomTom
05:16.38*** join/#wowace Vilkku (Vilkku@dsl-tkubrasgw1-fe0bfa00-122.dhcp.inet.fi)
05:17.12*** join/#wowace Slayman (~dejhap08@asaru.net)
05:17.47*** join/#wowace CrazyBenny (~s_m@193.165.209.194)
05:24.53HjalteCan TomTom show an arrow to the quest place by itself now?
05:25.00HjalteUsing the blizzard coords.
05:28.54*** join/#wowace faCe| (~face@p5489DB90.dip.t-dialin.net)
05:34.40*** join/#wowace doom0r (Doom0r@c-24-1-208-60.hsd1.il.comcast.net)
05:46.20doom0rthe 24/7 dancing hunter now has a dancing fox pet
05:48.23*** part/#wowace Silowyi (~silowyi_d@99-5-223-222.lightspeed.snantx.sbcglobal.net)
05:58.02Slaymandoesn't that permanently dancing only affect inferior races?
05:58.26SlaymanI'm in the process of getting me a seagull
05:58.33Slaymanit's name is steven
06:03.43bluspacecownot johnathon livingstone ?
06:04.26Slaymansince that tells me nothing : no
06:04.48Jerublooks for seagulls
06:04.50*** join/#wowace DarkAudit (~Brian@64.181.5.194)
06:05.08Jeruboh wait, that joke had already been made.
06:10.09Shefkijnwhiteh: FYI: http://www.wowace.com/addons/pitbull4/tickets/874-click-through-setting-reverts-with-combat/
06:10.22Shefkijnwhiteh: So if people come around with that problem, they probably have an out of date PB4 on your end.
06:11.20doom0ryou should name the seagul ingelbert
06:11.48doom0rs/ingelbert/engelbert/
06:14.57Slaymanit's name is Steven Seagull
06:15.15doom0rthanks, we didn't get it
06:15.33Slaymanand I do not care about inferior naming
06:15.50doom0rengelbert is better
06:17.02Slaymana name for the brainbug is in order folks, brainbug being the obvious choice
06:17.33doom0rbrainbug?
06:17.47Slaymanhttp://www.wowhead.com/npc=47389
06:18.03doom0rkrang, obviously
06:28.36Repo10libperiodictable-3-1: 03MuffinManKen * r303 LibPeriodicTable-3.1-GearSet/LibPeriodicTable-3.1-GearSet.lua: fixed Battlegear of Valor set
06:30.06Wobinnods
06:30.07WobinKrang
06:30.13doom0r:)
06:31.17*** join/#wowace mangeg (~sfg@c83-255-144-210.bredband.comhem.se)
06:32.40Repo10libperiodictable-3-1: 03MuffinManKen * r304 data.lua: Added some Cata items to Misc.Usable.Quest
06:34.58*** join/#wowace Sariash (~Sariash@e177175144.adsl.alicedsl.de)
06:35.20Slaymanhttp://tinypic.com/r/2cdu7te/7 agreeable
06:51.28*** join/#wowace stolenlegacy|lap (~stolenleg@193.170.222.163)
06:54.05Repo10broker-portals: 03CrazyBenny * r137 / (2 files in 1 directory): added teleports/portals to Tol Barad
06:54.17Repo10portalfu: 03CrazyBenny * r74 / (2 files in 1 directory): added teleports/portals to Tol Barad
06:54.42Repo10noescape: 03Farmbuyer * r2 / (3 files in 1 directory): Initial upload.
06:57.30*** join/#wowace koaschten (~koaschten@188-193-133-170-dynip.superkabel.de)
07:06.43*** join/#wowace dubf (~quassel@84.53.31.14)
07:21.10*** join/#wowace Elkano (~elkano@wpa-uds077.funklan.uni-saarland.de)
07:21.10*** join/#wowace Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
07:21.10*** mode/#wowace [+v Elkano] by ChanServ
07:28.44*** join/#wowace RaydenUni (~rayden@76.91.184.133)
07:46.47*** join/#wowace stew-a (~Stewart@unafilliated/stewa/x-008753)
08:06.41*** join/#wowace CrazyBenny (~s_m@193.165.209.194)
08:08.23*** join/#wowace Adirelle|work (~Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
08:12.21*** join/#wowace PProvost (~PProvost@199.48.243.47)
08:21.55*** join/#wowace SunTsu (~miyamoto@cl-1212.ham-01.de.sixxs.net)
08:21.56*** join/#wowace SunTsu (~miyamoto@unaffiliated/suntsu)
08:22.29*** join/#wowace TNZe (~evil@198.62-97-238.bkkb.no)
08:29.05*** join/#wowace Pucmel (~pucmel@dwarf.dkm.cz)
08:42.26*** join/#wowace Kalroth (~kalroth@mail1.retailplanit.com)
08:43.20*** join/#wowace stolenlegacy|lap (~stolenleg@193.170.222.163)
08:53.04*** join/#wowace mitch0 (~mitch@drvolomdental.hu)
08:58.42doom0rmcdonalds closed early this year =\
09:00.04*** join/#wowace pschriner (~Miranda@xdsl-89-0-187-225.netcologne.de)
09:02.56Repo10pokedex: 03stencil * r111 Pokedex.toc:
09:02.57RepoBumping version for a new release which contains translations for Simplified Chinese.
09:08.11*** join/#wowace koaschten (~koaschten@193.175.177.190)
09:11.28*** join/#wowace nebula169 (~nebula@c-75-73-235-102.hsd1.mn.comcast.net)
09:23.23Xinhuan@describe pokedex
09:23.24RepoXinhuan: http://www.wowace.com/addons/pokedex/. Pokedex. mount and companion manager
09:24.22Zasurus@describe RandomCompanion
09:24.23RepoZasurus: http://wow.curseforge.com/addons/randomcompanion/. RandomCompanion. Choose a random mount or vanity pet at the press of a button. Companions can be weighted to be chosen more or less often, or ...
09:24.46ZasurusI use that its good :P
09:27.47SlaymanI'm a mounted and Kennel man
09:27.57Slaymanbut Kennel could use some love though
09:27.59*** join/#wowace Nickenyfiken (~Miranda@192.121.174.5)
09:28.10ZasurusI think you can get a cream for that Slayman :P
09:28.21jnwhitehShefki: thanks!
09:28.30Slayman@describe cream
09:28.31RepoSlayman: No project found that matches 'cream'
09:28.41SlaymanZasurus: nope I cannot
09:28.42Slayman^^
09:28.47Zasurus:p
09:28.57jnwhitehShefki: although Clique did change recently
09:29.00jnwhitehbut should still work properly.
09:30.12SlaymanZasurus: come on, hit me with some link plz
09:31.45Repo10pokedex: 03stencil 04v3.3.23 * r112 : Tagging as Release v3.3.23
09:32.31ZasurusSlayman: This might help: http://cgi.ebay.co.uk/Proctolog-Rectal-Cream-30-gr-Hemorrhoids-Anal-Fissure-/260695762425?pt=LH_DefaultDomain_0&hash=item3cb2ada5f9
09:33.51SlaymanZasurus: counter: http://www.health-care-beauty.com/Preparation-H-Hemorrhoidal-Ointment-2-oz-57-g-B0000VLX0K.htm
09:34.37ZasurusYours costs more... I win :p
09:35.39Slaymanmine was used as a major gag in Austin Powers 3, that's the reason for the pricing differenced
09:35.41Slaymans
09:35.49ZasurusBugger
09:35.57*** join/#wowace Ketho (~Ketho@ip565063bd.direct-adsl.nl)
09:38.52ZasurusF@#$!!! I just deleted my beta install with the data still stored in my wtf folder for the area's I mapped for cata for my addon!
09:39.18ZasurusThats 2 days gone! AND I can't remap until cata is released now!!!
09:39.39doom0rless talk, more undelete
09:40.45ZasurusTrying to find something now but I have installed the ptr since I did it so i am fairly sure it's been overwritten :(
09:47.18Slaymanundeleteplus portable edition, it works more or less
09:47.37Zasuruslink?
09:48.28Slaymanhttp://tinyurl.com/2gxmg65
09:49.08Slaymanor even http://www.piriform.com/recuva/download
09:49.52NeoTronneed some nice "remove all gather nodes from vanilla wow" feature in gathermate
09:50.02Zasurusthanks slayman
09:50.06Slaymany
09:50.08Slaymanw
09:50.09NeoTrondid wowhead zap their old data?
09:50.18SlaymanNope
09:50.25Slaymandb is full of lies
10:10.07*** join/#wowace EthanCentaurai (~ethan@92.24.187.219)
10:11.37Repo10chinchilla: 03ethancentaurai 07master * v2.2.2-7-g07f35c5 / (3 files in 2 directories): [+2 commits]
10:11.38Repo07f35c5: OnMouseOver support now works. Sort of. LFG button looks like a bomb has exploded in it's face and the module is still spammy.
10:11.39Repo46ed90e: Updated localisation.
10:12.31*** join/#wowace Mikk (~Mikk@78-73-103-132-no162.tbcn.telia.com)
10:12.31*** join/#wowace Mikk (~Mikk@WoWUIDev/mikk)
10:12.31*** mode/#wowace [+v Mikk] by ChanServ
10:14.27*** join/#wowace Mikk (~Mikk@WoWUIDev/mikk)
10:14.27*** mode/#wowace [+v Mikk] by ChanServ
10:18.50Repo10libbabble-subzone-3-0: 03arith 044.0.3-release1 * r49 : Tagging as 4.0.3-release1
10:20.52Repo10chinchilla: 03ethancentaurai 07master * v2.2.2-9-g7ae4c76 Modules/ShowHide.lua: [+2 commits]
10:20.53Repo7ae4c76: Derp.
10:21.06Repofc202c5: Fix the zoom buttons.
10:22.23SlaymanNeoTron: they merged cata and live, creating huge amounts of obsolete data
10:24.01*** join/#wowace Jygga (Teq@unaffiliated/jygga)
10:28.41*** join/#wowace profalbert (~profalber@80-121-61-91.adsl.highway.telekom.at)
10:30.35TorhalSlayman: Huge? I'd say "Cataclysmic"...
10:30.37Torhal:D
10:31.14SlaymanTorhal: it's safe to say: WoWhead lost his edge
10:32.20*** join/#wowace koaschten (~koaschten@193.175.177.160)
10:36.03*** join/#wowace Megalon (~Megalon@d86-33-0-136.cust.tele2.at)
10:45.14Repo10chinchilla: 03ethancentaurai 07master * v2.2.2-13-g3666df8 Modules/ShowHide.lua: [+4 commits]
10:45.16Repo3666df8: Fuck.
10:45.17Repoa5ba6b3: Prevent the clock from becoming tristate if Broker uClock or Titan Clock are installed.
10:45.18Repo67d9766: Prevent buttons from showing up when setting them to "mouseover" from "hidden".
10:45.19Repoa69e87d: Remove debug spam. It's no longer needed.
10:45.44profalbertwhat a commit-message
10:46.20EthanCentauraiI had the true and false the wrong way round :(
10:46.34profalberthehe
10:47.15Megalonthat happens to me not all the time
10:48.20EthanCentaurai!api HasNewMail
10:48.20lua_botHasNewMail: Returns whether the player has received new mail since last visiting a mailbox (http://wowprogramming.com/docs/api/HasNewMail)
10:49.05*** part/#wowace Bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
10:49.06*** join/#wowace Ingela (~Ingela@90-230-169-130-no35.tbcn.telia.com)
10:51.06Repo10omen-threat-meter: 03Xinhuan 07master * v3.0.11-10-g96bc740 Omen.toc: [+1 commit] Update Omen's version to v3.1.0.
10:51.58Repo10chinchilla: 03ethancentaurai 07master * v2.2.2-14-geaa5516 Modules/ShowHide.lua: [+1 commit] Prevent the mail icon from showing on mouseover unless there is new mail waiting.
10:54.26Repo10omen-threat-meter: 03Xinhuan 04v3.1.0 * eaf7b41 /: [new tag] Tag release v3.1.0
10:56.30*** join/#wowace Lysithea (Lyset@c-bfaa72d5.017-172-73746f34.cust.bredbandsbolaget.se)
11:00.13*** join/#wowace mojosdojo (~mojosdojo@p4FEFCD5E.dip.t-dialin.net)
11:05.44ramoz_nevcairiel: when are you gonna tag the new mapster
11:07.21*** join/#wowace faCe| (~face@p5489FEC6.dip.t-dialin.net)
11:12.14*** join/#wowace Caleb| (~caleb@fibhost-66-83-191.fibernet.hu)
11:21.51*** join/#wowace mitch0 (~mitch@drvolomdental.hu)
11:26.34*** join/#wowace Aelobin (~Aelobin@88-110-1-101.dynamic.dsl.as9105.com)
12:13.21*** join/#wowace dubf (~quassel@84.53.31.14)
12:15.08Repo10inline-aura: 03Adirelle 07master * v1.5 Localization.lua: [+1 commit] Locales updated.
12:15.14Repo10inline-aura: 03Adirelle 04v1.5 * eaff4fd /: [new tag] Tagging as v1.5.
12:16.47*** join/#wowace Sorha (76d0bed7@gateway/web/freenode/ip.118.208.190.215)
12:17.51SorhaWould the username password for my projects svn be my wowace username/password? Reinstalled my PC and don't remember if it was something else >.>
12:18.10Caleb|its something else
12:18.19SorhaDarn.. hunting time >.>
12:18.59Caleb|http://www.wowace.com/home/repository-authorization/
12:19.00mangegCan change it at http://www.wowace.com/home/repository-authorization/
12:19.05mangegdoh
12:19.09Caleb|:P
12:19.28SorhaThanks ^_^
12:22.00SorhaI think I broke it, now it just goes straight to Error Authorization failed >.<
12:22.05*** join/#wowace rbarreiros (~rbarreiro@87.196.26.107)
12:22.52*** join/#wowace Jedi- (Dreamer@78-105-121-214.zone3.bethere.co.uk)
12:22.52*** join/#wowace Jedi- (Dreamer@unaffiliated/jedi-)
12:23.03*** join/#wowace stolenlegacy|lap (~stolenleg@193.170.222.163)
12:24.19*** join/#wowace nevcairiel (~nev@WoWUIDev/WoWAce/Ace3/nevcairiel)
12:24.19*** mode/#wowace [+o nevcairiel] by ChanServ
12:26.33SorhaAll better ^_^
12:31.55*** join/#wowace ccKep (~Kep@77-21-210-61-dynip.superkabel.de)
12:35.28*** part/#wowace Slayman (~dejhap08@asaru.net)
12:37.27*** join/#wowace Chosi (osxchosi@choseh.de)
12:59.04Repo10chinchilla: 03ethancentaurai 07master * v2.2.2-18-ga2ffa72 / (2 files in 2 directories): [+4 commits]
12:59.05Repoa2ffa72: Changelog update.
12:59.06Repob6ce97b: Increase the fadeout time to 2 seconds.
12:59.07Repo108553a: Prevent some buttons from showing up when they're not supposed to. SIT! STAY! PLAY DEAD!
12:59.08Repode93b8a: Prevent the LFG button from showing if not in a LFG queue/dungeon.
13:08.21ThiefMasteris there a list of all (tradeskill-)item name translations somewhere? preferably in a format easily usable in custom programs?
13:09.56Repo10autoprofity: 03Grayal * r47 / (4 files in 2 directories): prepare for cata
13:10.13Repo10bison: 03Grayal * r186 Bison.lua: prepare for cata
13:18.50*** join/#wowace Legorol (~legorol.s@cpc8-sgyl28-2-0-cust43.sgyl.cable.virginmedia.com)
13:21.39*** join/#wowace Najk (~Miranda@c-4f6657ac-74736162.cust.telenor.se)
13:24.23*** join/#wowace DarkAudit (~Brian@c-98-236-98-13.hsd1.wv.comcast.net)
13:25.08*** join/#wowace oscarucb (~oscarucb@d60-65-254-150.col.wideopenwest.com)
13:27.32*** join/#wowace Slayman (~dejhap08@port-13769.pppoe.wtnet.de)
13:27.38*** join/#wowace Goht (~Gooht@p5DDE58E0.dip.t-dialin.net)
13:28.06oscarucbanyone know if there's any "special" or reserved player GUIDs?
13:28.34Slaymanback to the topic of SSD Drives, Intel give much better random speed while others give higher sequential speeds: what's more important to a gaming rig?
13:29.05ZasurusGuess it depends on the game
13:29.39oscarucbprobably random unless the game has alot of cinematics, and prob even then
13:29.45ZasurusIf the game reads all the contence of a file into memory at load then the sequential speed but if it reads sections of file or small files random
13:30.08oscarucbyeah but load time is diff from in-game performance
13:30.30SunTsuI'd go for random speed/low seek times
13:30.38oscarucbin-game disc activity is almost always gonna be what HDD manufactureres call "random"
13:30.47SunTsuif you can speek of seek times at all with SSD
13:31.14ZasurusThey are almost instant with most fast ssd
13:31.26SunTsufor file servers I'd go for high sequential speed
13:31.28ZasurusI got a really nice ssd 120gb and am please
13:32.01Caleb|isn't the differance really small anyways? what you notice is hdd->ssd not the differance between SSD types
13:33.04ZasurusI can recormend: http://www.overclockers.co.uk/showproduct.php?prodid=HD-048-OC
13:33.26Zasurusalthough I got the 3.5" one (cheaper and faster)
13:34.19ZasurusSorry it's this one:http://www.overclockers.co.uk/showproduct.php?prodid=HD-060-OC&groupid=701&catid=14&subcat=1427
13:35.11Slaymanok I'm done according to my calculations
13:36.20Slaymanif you where 100% done with inscription in 3.3.3 and you were done again in 4.0.1 with 1 book 1 major research then you need 1 more book 1 more major and 2 more minor research I'm now at 100% again
14:06.32Repo10adicastbar: 03Adirelle 07master * v1.2 / (4 files in 1 directory): [+4 commits]
14:06.33Repo4f0bdc1: Take the new "tag tolerance" setting into account to display the latency. Also do not show it for chanelling spells.
14:06.34Repoff416c9: More clever debug output.
14:06.38Repod284f45: Use AdiDebug instead of tekDebug.
14:06.39Repo8ffe24b: Fixed latency layer.
14:06.45Repo10adicastbar: 03Adirelle 04v1.2 * 539848a /: [new tag] Tagging as v1.2.
14:08.51kagaroNeotron you could just wipe all databases and just import wrath and tbc nodes form gathermate_data2
14:09.29oscarucbanyone here know alot about GUIDs?
14:09.49Zasuruswowpedia? ;-)
14:09.55oscarucbdoesnt have what i need
14:09.59ZasurusWhats wrong?
14:10.11oscarucbI need a valid player GUID that doesnt correspond to a real player
14:10.17oscarucblike a reserved value
14:10.33*** join/#wowace kagaro (~kagaro@cpe-173-095-131-224.nc.res.rr.com)
14:10.44ZasurusGUID's arn't something you set... I don't think I understand
14:10.56ZasurusThey are pointers to people etc
14:11.03oscarucbyes im very familiar
14:11.25ZasurusOK explain again
14:11.43oscarucbim looking for a player GUID that doesnt point to a real player you will encounter in the game world
14:12.06oscarucbwondering if they kept some reserved values
14:12.12Zasurus4684628462846846846814684281842364? ;-)
14:12.17ZasurusNot to my knolage
14:12.20oscarucbrandom values are invalid
14:12.54ZasurusAs far as I know the only valid values are ones that point to a person etc... what do you want it for maybe I can better understand then
14:13.14ZasurusSo for example if a user goes ofline the guid is no longer valid
14:13.19oscarucbwrong
14:13.28oscarucbplayer guids are permanent
14:14.09ZasurusExplain what you want it for then
14:14.20oscarucbno offense but i dont think you can help me
14:15.03ZasurusWell as you asked before and nobody else helped I figured I would try. No offense but two minds are better than one. No harm in explaining it
14:15.27oscarucbi need a peek at the guid server code :)
14:15.45ZasurusLOL
14:15.48*** join/#wowace _mangeg (~sfg@c83-255-144-210.bredband.comhem.se)
14:16.17Repo10adicastbar: 03Adirelle 07master * v1.2.1 CastBars.lua: [+1 commit] Sometimes AdiDebug isn't there.
14:16.22Repo10adicastbar: 03Adirelle 04v1.2.1 * 7a9957f /: [new tag] Tagging as v1.2.1.
14:18.31SorhaWell wowpedia's no help is it :P Why would you need a placeholder GUID o_O
14:18.51Slaymanso what's the Whispermanagement AddOn of choice nowadays?
14:18.59ZasurusWIM :)
14:19.05Slaymanfigured
14:19.10Zasurus:)
14:19.19Slaymancan't they fix the BNChat thing?
14:19.34Zasuruswhat thing would that be?
14:20.20Slaymanthe BN Chat having Invite Buttons trying to invite the realId instead of the logged in char or nothing at all
14:20.28ZasurusArr yer
14:21.10ZasurusIt wouldn't have though it would be a hard fix to do... If you have the time to look though there code. Then post a patch maybe it would get included.
14:21.32Slaymanis it readable?
14:21.39ZasurusYer
14:21.40Slaymanhave you maybe peeked?
14:22.02ZasurusA few times but not for that problem. (I never use those buttons :P)
14:22.33ZasurusLOL saying that I did do it for the first time yesterday! :D That is how I knew what you ment
14:27.33*** join/#wowace josephxykk (~Administr@222.50.230.105)
14:33.09*** part/#wowace CrazyBenny (~s_m@193.165.209.194)
14:33.34*** part/#wowace josephxykk (~Administr@222.50.230.105)
14:34.38Slaymanmmh it appears the standard crafting windows is still suboptimal
14:38.30Repo10atlasloot-enhanced: 03Lag123 * r3051 / (6 files in 3 directories): - FILTER fix onehand weapons
14:38.31Repo- AtlasLoot Tooltip now scales with DefaultFrame scale
14:38.32Repo- quicklook enable/disable should now work correctly
14:44.59Slaymanis there an API for realID queries?
14:45.22Ackis!api realid
14:45.22lua_botCould not find a match for 'realid'.
14:45.29Ackis!api derp
14:45.31lua_botCould not find a match for 'derp'.
14:45.35Slayman!api bnet
14:45.36lua_botCould not find a match for 'bnet'.
14:46.08Zasurushttp://www.wowpedia.org/World_of_Warcraft_API#RealID_.28BNet.29_Functions
14:46.32Zasurusstarting point at least...
14:46.42Zasurus!api BNAcceptFriendInvite
14:46.42lua_botBNAcceptFriendInvite: This function is not yet documented (http://wowprogramming.com/docs/api/BNAcceptFriendInvite)
14:47.03Zasurusmaybe any missing ones will be on that wowprogramming.com (apart from that one!) ;-)
14:47.49ZasurusYer there are more at http://wowprogramming.com/docs/api down by BN...
14:48.29Slaymanhttp://wowprogramming.com/docs/api/BNGetFriendToonInfo found what is needed
14:48.41Zasurus:-)
14:55.19*** join/#wowace Humbedooh (~Humbedooh@unaffiliated/humbedooh)
14:57.46Slaymanwoohoo! I make money with inscription awesome how'd that happen?
14:57.59ZasurusCHEAT! ;-)
14:58.07*** join/#wowace bien| (~bien@p4FF4519E.dip.t-dialin.net)
14:58.53Slaymanbought up herbs für 120G processed them all and already have 30G plus with 3 glyphs sold
15:02.02*** join/#wowace CrazyBenny (s_m@a02-0602c.kn.vutbr.cz)
15:02.44Repo10collectinator: 03Ackis 07rewrite * 1.0.5-12-gafded16 core.lua: [+1 commit] More update.
15:03.13SlaymanMore Update ... commit message .... does ... not ... compute
15:05.09Ackis:P
15:05.55Zasurus@project Collectinator
15:05.56RepoZasurus: http://www.wowace.com/addons/collectinator/. Collectinator. Game: WoW. Torhal (Manager/Author), Ackis (Author), Jim-Bim (Author), pompachomp (Author), Shaelynx (Artist), crimmie (Contributor), Lisanette (Contributor), Zhinjio (Contributor). Updated: 23 hours ago. Tickets: 14/70
15:06.17Humbedooha more pressing inguiry would be
15:06.20Humbedooh@project Ackis
15:06.21RepoHumbedooh: No project found that matches 'ackis'
15:06.24Humbedoohlies!
15:06.26Zasuruslol
15:06.33Slayman15 lvl 80 orc mages rofl
15:06.57Repo10arl: 03Ackis 07master * 2.0.5-4-gd01375c core.lua: [+1 commit] Fix some luadoc items, pushing to see if updates are processed.
15:07.06Zasurus@describe Ackis
15:07.08RepoZasurus: No project found that matches 'ackis'
15:07.13Zasurus:(
15:07.15Ackisit's a branch called rewrite which is going to fail because I'm dumb as shit now
15:08.03Zasurusfeels he should some how comfort Ackies...
15:08.28ZasurusThere there shit isn't dumb...
15:10.29Zasurusnow wants to know why it's going to fail... damn curiocity! ;-)
15:11.08Repo10arl: 03Ackis 07master * 2.0.5-5-g7b0ceb8 core.lua: [+1 commit] Another tweak to the docs.  API didn't update when it should have.
15:11.41AckisZasurus: I haven't coded in a while (a year?) basically and I'm trying to do a complete rewrite of something that's fairly complex
15:13.09Repo10arl: 03Ackis 07master * 2.0.5-6-g0617682 .docmeta: [+1 commit] It would help if I updated the .docmeta amiright?
15:14.18Slaymannevcairiel: ping ?
15:14.23ZasurusOh glad your coding again! :D
15:15.08*** join/#wowace Monolit (~postid08@89.112.4.92)
15:18.38Slaymanhey any of you know a place where there is a Troll Druid Form chart is? one that compares human form to cat&bear ?
15:18.55Repo10xperl: 03Zeksie * r500 / (28 files in 8 directories): New option to not use Druid mana bar.
15:18.56RepoWorkaround silly Blizzard_CombatText code that made replacement holy power indicator break the combat text.. really guys.. who's coding this stuff?
15:18.57RepoDon't show heal highlights for dead players.
15:19.01*** join/#wowace Motig (~Motig@dhcp-077-249-165-250.chello.nl)
15:19.20ZasurusNo sounds cool though. Do you mean like the colours and hair styles?
15:20.12Slaymangeneral like: Your human form is this then you look like that as cat & bear, basically like a comparison table
15:20.44Repo10zomgbuffs: 03Zeksie * r188 / (3 files in 2 directories): Fix Ranged slot name in tooltip.
15:20.45RepoFix reagent options in menu.
15:20.53ZasurusIf you do find one throw me a link :)
15:22.15SorhaBeen working on the one addon so long that every time I go to get into the setting of the one I am on now I end up changing things in the wrong addon >.>
15:23.03Zasurus:) I can't remember the last time I leveled or even played WoW now... been making this addon for so long! :O
15:23.37SorhaWish I had that choice :P Downside to a questlog addon.. theres really only one way to test it >.>
15:23.48Zasuruslol
15:25.05Repo10arl: 03Ackis 07master * 2.0.5-10-g1f29582 / (7 files in 2 directories): [+4 commits]
15:25.06Repo1f29582: More doc updates.
15:25.07Repo6633a15: Update docs.
15:25.08Repob92081f: Update .docmeta for Scanner.lua
15:25.09Repofadd0bb: Remove some redunant luadoc stuff from files that aren't being documented.
15:25.31SorhaThe new remote quests make it even more fun, have to keep hunting them down on all my toons to test the complete ones >.<
15:26.51Repo10arl: 03Ackis 07master * 2.0.5-11-gdef72be / (2 files in 1 directory): [+1 commit] Update .docmeta again.
15:28.47EthanCentauraimore docs! more docs! I don't see enough docs, more docs now!
15:29.02*** join/#wowace mangeg (~sfg@c83-255-144-210.bredband.comhem.se)
15:29.11SlaymanSTOP Docs!
15:29.33EthanCentaurainow hit it very hard and very fast
15:30.13SorhaIf I make a commit message thats say 20+ lines they wouldn't all display in here would they? o_O
15:30.24EthanCentauraionly the most recent 4 will
15:30.31EthanCentauraithe rest get eaten
15:31.08EthanCentauraiwhich is why I push after 4 commits to spam the channel :p
15:31.19Sorhaaa ^_^ Worrying about massive spam was why I turned that off.. I am a little slack on making regular commits so they are generally rather large
15:31.37SorhaTisk tisk :P
15:33.54EthanCentaurai:)
15:34.31Repo10adicastbar: 03Adirelle 07master * v1.2.1-1-g694f081 / (2 files in 1 directory): [+1 commit] Display tick marks for some channeled spells.
15:35.10EthanCentaurai@project adicastbar
15:35.11RepoEthanCentaurai: http://www.wowace.com/addons/adicastbar/. AdiCastBar. Game: WoW. Adirelle (Manager/Author). Updated: 13 seconds ago. Tickets: 1/1
15:35.35EthanCentauraithat's probably the only one of Adirelle's mods I haven't installed >.>
15:37.34Repo10libsql (experimental): 03Humbedooh * r22 LibSQL-1.0.lua: Disabling some debugging output.
15:39.29AckisEthanCentaurai: how was the fable 3 dlc?
15:39.33Repo10arl: 03Ackis 07master * 2.0.5-13-g3f6f60e / (5 files in 2 directories): [+2 commits]
15:39.34Repo3f6f60e: More doc updates, identified some pages that have invalid info on them.  Need to chat with Torhal and Pompy.
15:39.35Repo9eb3200: Change all wowwiki links to wowpedia in the docs.
15:39.41EthanCentauraiAckis: it's crap
15:40.01EthanCentauraisave your points for something that's actually worth it
15:40.48Ackiswere there achievements?
15:41.23EthanCentauraino
15:41.34EthanCentauraijust three very short and very disappointing quests
15:41.58Ackis=/
15:43.46Slaymanomg I play Wow since release and I just needed to turn on beginner tooltips lol
15:44.04ZasurusLOL what for?
15:44.17Slaymandruid lvl 10 feral
15:44.37SlaymanI got mangle it was superior to claw I did not understand when to use claw
15:44.38ZasurusArr... not looked at my druid since 4 came out! :o
15:44.57Zasurusdid it tell you?
15:45.41Slayman"replace claw on all your actionbars with it[mangle]"
15:45.46Stanzillaclaw is what you remove from your bars :p
15:45.54RepoNew announcement: http://www.wowace.com/announcements/have-a-happy-thanksgiving/
15:46.02*** join/#wowace Takika (~taki@alkoholista.hu)
15:47.05*** join/#wowace robokitty (~roboe@50A2E6C0.flatrate.dk)
15:47.13SlaymanI got claw just 2 lvls ago, that totally put me off
15:47.43mitch0slayman: I still have claw on my bar. I sometimes push it just for the heck of it
15:48.16mitch0(also, don't listen to any of my druid related advice, I'm a complete noob)
15:48.23Slaymanbecause otherwise blizzard would nerf feral due to insane dmg by mitch0
15:48.59*** join/#wowace Tuller (~tuller@c-69-143-52-174.hsd1.va.comcast.net)
15:49.46SlaymanTuller <3
15:49.54Tullerwaffles
15:50.12Repo10arl: 03Ackis 07master * 2.0.5-14-gc2dc264 Docs/Main.txt: [+1 commit] Another wowwiki -> wowpedia conversion.
15:50.13SlaymanI will immediately transfert mindwaffles to you
15:50.29Zasurus:( Now I want waffles
15:50.40Slaymanyou can't have any!
15:51.35Zasuruslets a tear escape...
15:52.06Slaymanwhipped cream and a tad of cinnamon tuller?
15:52.37Tullerfun fact: whipped cream has far less sugar than one would think
15:52.58Slaymanand a LOT more fat than one'd imagine
15:54.28SlaymanTuller: you american? well in germany handmade GOOD whipped cream for like pie for example is made without suger
15:54.50ZasurusUmmm pie
15:55.23ZasurusGod I'm hungry now!
15:55.33Slaymango consume food
15:56.09ZasurusNeed to make food first... :( Don't think that will happen for about 2-3 hours!
15:57.41*** join/#wowace Stanzilla_ (~Stan@p57AE7E6A.dip.t-dialin.net)
16:00.16Slaymanthe new and improved questing is SO much better
16:00.42ZasurusNew and Improved? What did I miss?
16:00.55nevcairielthe revamp of all classic quests
16:00.59nevcairielexcept silithus
16:01.00Slaymanapparently u missed 4.0.3a
16:01.02ZasurusOh cool can't wait
16:01.40Slaymannev honey, I'm certain you already fixed up mapster, can we haz it?
16:01.45ZasurusYer not played really since 4 was released... been trying hard to finish WorldExplorer V2 for Cata... Never managed it :(
16:02.00EthanCentaurainev's a guy :p
16:02.17Zasurusloves Slayman's method of sucking up! ;-)
16:02.31nevcairielget the alpha, thats all the fixes i have
16:02.33EthanCentauraijust download the alpha! ;)
16:02.36SlaymanEthanCentaurai: O'RLY?
16:02.46EthanCentauraiSlayman: YA'RLY!
16:03.18Slaymanas if I didn't knew, to be frank: I call everyone sweet sugary names If i want sth
16:03.34Slaymanand gender is of no concern in the matter
16:04.29*** join/#wowace Adirelle|work (~Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
16:04.37EthanCentauraistill freaks me out though O_o
16:04.52Repo10professionsvault: 03oscarucb * r105 ProfessionsVault.lua: fix a graphical heisenbug
16:06.23Slaymanheisenbug uncertainty principle?
16:07.11Repo10chinchilla: 03ethancentaurai 07master * v2.2.2-19-g45a7ec3 Modules/ShowHide.lua: [+1 commit] Make something better.
16:09.18Slaymanif you run straight from the FP in orgrimmar on foot down the hill you'll get "Going Down"
16:09.45nevcairielf'ing rating buster, it has those really bad lag spikes again when you hover an item
16:10.49Slaymanbad mathing loops or tooltip problem?
16:21.23SlaymanI can't harvest mining nodes in catform ;( but even monkey's can do it!
16:21.50Repo10arl: 03Ackis 07master * 2.0.5-16-gb5b14a5 / (4 files in 3 directories): [+2 commits]
16:21.51Repob5b14a5: Add framework for cata rep and filters.  A couple new localization strings have been added.
16:21.52Repoda5467e: Update Constants.lua with cata flags.
16:22.15Ackis100% dry-coded bitches!!!!!!!!
16:22.40nevcairielwe wouldnt have it any other way. Only then, we can really yell at you
16:22.59*** join/#wowace asq (~asq@unaffiliated/asq)
16:23.11*** join/#wowace Ketho (~Ketho@ip565063bd.direct-adsl.nl)
16:23.26Megalonnp ackis, your normal code is just as bad as your dry-coded one
16:23.32*** join/#wowace Sariash (~Sariash@e177175144.adsl.alicedsl.de)
16:23.43Ackisouch
16:23.57nevcairielthats probably true
16:24.39nevcairielalthough i think Kaelten still didnt turn the hooks for syntax checking back on
16:25.19*** join/#wowace stolenlegacy (~stolenleg@chello084115137250.5.graz.surfer.at)
16:26.24Stanzillathe topic in hero could use some cleaning btw
16:26.33Stanzilla*here
16:27.15*** topic/#wowace by Ackis -> http://www.wowace.com | http://paste.wowace.com | http://twitter.com/WowAcecom | http://lua.org | Curse Client v4: http://www.curse.com/client | WoWInterface Minion: http://minion.mmoui.com/ | Happy Turkey Day Americans!
16:27.27nevcairielisnt that even worse
16:27.36Stanzillaisn't minion dead?
16:27.42Ackisnah it's a bit shorter
16:31.12Slaymanthere's a keybind specifically to stop casting
16:31.23Slaymanmakes sense now that you can cast certrain spell on the move
16:35.18*** join/#wowace ghli (~Ghli@netblock-68-183-229-37.dslextreme.com)
16:35.33*** part/#wowace CrazyBenny (s_m@a02-0602c.kn.vutbr.cz)
16:41.59*** join/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
16:42.10*** part/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
16:43.26*** join/#wowace Kalroth (kalroth@d40aa203.rev.stofanet.dk)
16:49.31nevcairielhaha, the "gryphons" are bugged when you start in dun niffelem. The dragon just walks through the air instead of flying, looks hilarious
16:50.50pompy~seen torhal
16:51.00purltorhal <~callahan@74-141-248-166.dhcp.insightbb.com> was last seen on IRC in channel #wowuidev, 4h 10m 28s ago, saying: 'Mikk: :D'.
16:54.43RepoNew addon: http://www.wowace.com/addons/libbabble-itemset-3-0/. LibBabble-ItemSet-3.0. arith (Manager/Author). Approved by Nevcairiel.
16:55.07pompythehre'll soon be a babble for every friggin thing
16:56.48Repo10xperl: 03PlayerLin * r501 / (2 files in 2 directories): zhTW update for recently changes.
16:57.05nevcairieli suppose this one could have a use somewhere, there is a whole load of item sets around already
16:58.39Connor1Atiesh in my BRS run...
16:59.55Slayman"-beloved Olgra-  Wife of Mankrik" "It took forever to find you and now you are gone"  epic
17:01.05Connor1What quest?
17:01.36Slaymannone just the headstone in the new grol'dom farm
17:01.52Repo10bison: 03Grayal * r187 / (4 files in 1 directory): prepare for cata
17:02.40Repo10bison: 03Grayal 042.3.1-release * r188 : fixed debuff jumping
17:10.54*** join/#wowace Funkeh` (~funk@82.111.112.129)
17:10.54*** join/#wowace Funkeh` (~funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
17:10.54*** mode/#wowace [+o Funkeh`] by ChanServ
17:13.44Repo10collectinator: 03Ackis 07rewrite * 1.0.5-14-g1c51b5b / (2 files in 2 directories): [+2 commits]
17:13.45Repo1c51b5b: Mount DB Updates.
17:13.46Repo41ff641: Update constants to be 100% with new format.
17:14.14*** join/#wowace Yoshimo (~Miranda@p54998409.dip0.t-ipconnect.de)
17:14.54*** part/#wowace profalbert (~profalber@80-121-61-91.adsl.highway.telekom.at)
17:17.23*** join/#wowace koaschten (~koaschten@188-193-133-170-dynip.superkabel.de)
17:19.25*** join/#wowace Torhal (~callahan@74-141-248-166.dhcp.insightbb.com)
17:19.25*** mode/#wowace [+o Torhal] by ChanServ
17:23.40Connor1Why was healing nerfed this last patch S:
17:23.44Connor1It didn't need to be
17:24.26Repo10atlasloot-enhanced: 03Hegarol * r3052 / (3 files in 3 directories): small additions
17:29.44Repo10lern2count: 03jerry * r137 Modules/Bartender4_Buttons.lua: Fix Bartender4 support. Thanks Kejil
17:32.12Repo10chinchilla: 03ethancentaurai 07master * v2.2.2-20-g7e09101 Modules/ShowHide.lua: [+1 commit] Now properly cancels the button hiding process if the cursor is moved over the minimap before the function fires.
17:41.45Repo10arl: 03Ackis 07master * 2.0.5-17-g87b07bd Interface/FilterMenus.lua: [+1 commit] Forgot to reference the cata reps properly.
17:43.01*** join/#wowace profalbert1 (~profalber@80-121-27-65.adsl.highway.telekom.at)
17:44.18*** join/#wowace Jedi- (Dreamer@unaffiliated/jedi-)
17:51.16*** join/#wowace Sliker (~ponies@84.93.164.82)
17:51.23*** join/#wowace mojosdojo| (~mojosdojo@p4FEFCD5E.dip.t-dialin.net)
17:51.38Repo10chinchilla: 03ethancentaurai 07master * v2.2.2-22-gc707ddb Modules/ShowHide.lua: [+2 commits]
17:51.39Repoc707ddb: Really fix PVP minimap button.
17:51.40Repo9254ce0: Fix PVP minimap button.
17:56.04Slaymannew deadmines is fun! but the ppl are lackin srs Skill at that lvl ;(
18:01.56*** join/#wowace Torhal (~callahan@74-141-248-166.dhcp.insightbb.com)
18:01.56*** mode/#wowace [+o Torhal] by ChanServ
18:06.29pompynew deadmines?
18:07.58nevcairielwhen they pimped it out for heroic, they also changed the normale mode some
18:08.16MikkConnor1: yes it did. it was totally brain dead.
18:08.26Connor1Why...
18:08.44Mikkbecause nonstop facerolling all your healing spells without ever going OOM isn't much fun
18:08.48nevcairielYou liked healing at 80? Then better stop playing now, because you'll hate lvl 85
18:09.06pompynormal mode is 80 and heroic is 85?
18:09.08pompy:O
18:09.10Mikksome of us actually feel better when we have to use a modicum of skill
18:09.18nevcairielpompy: normal is 15 :p
18:09.23pompyahh
18:09.24nevcairielor 18 or so
18:09.26GagorianBibi`: ping
18:09.30nevcairieldunno
18:10.11Bibi`PONG
18:10.43GagorianBibi`: I'll PM you
18:10.49Slaymanrage normalization starves a bear a little at low lvls, too slow a weapon, how does wpn speed affect bear? my cat has insane ASPD
18:10.52Bibi`ok!
18:10.53Pneumatusanyone done the new darkshore quests as alliance?
18:10.54Bibi`I'll pretend I read!
18:10.59*** join/#wowace Ingela (~Ingela@90-230-169-130-no35.tbcn.telia.com)
18:11.20Megalonaspd? aspergerd?
18:11.23nevcairielPneumatus: i'm doing them right now
18:11.34Pneumatusnevcairiel: have you got past the 3 quests for malfurion?
18:11.46nevcairieldidnt encounter them yet
18:12.05*** join/#wowace Jedi- (Dreamer@78-105-121-214.zone3.bethere.co.uk)
18:12.05*** join/#wowace Jedi- (Dreamer@unaffiliated/jedi-)
18:12.26SlaymanMegalon:  attackspeed
18:12.29Pneumatusah, you get them after you do the northern quests
18:12.46Pneumatussends you down to the eye of the vortex
18:13.19*** join/#wowace Hell-Razor (~Hell@216.26.112.92)
18:13.20*** join/#wowace Hell-Razor (~Hell@unaffiliated/hell-razor)
18:16.13*** join/#wowace Silker (~ponies@84.93.164.82)
18:16.54*** join/#wowace Mera (~WAAAGH@5.20.93-79.rev.gaoland.net)
18:21.51Slaymanthey certainly stacked up on trainers in major quest hubs so far
18:23.51nevcairielthey also stacked up on flying points
18:24.05nevcairielevery hub has one now
18:24.13Slaymani noticed, and I'm delighted
18:25.34Slaymanwanna know what's stacked up too? druid learning at certain waypoints you get raped by the costs at low lvl they should have spread it a little more
18:28.27Nivman druids are evil atm
18:28.29Nivso much dmg
18:30.13pompyanyone know the name of the cataclysm logo texture file?
18:30.28Repo10libmounts-1-0: 03yssaril * r36 LibMounts-1.0/LibMounts-1.0.lua:
18:30.28Repomake air mounts the primary state on water surface since these will always be faster and usually more desirable
18:32.09Slaymancan't I post tickets on curseforge upon being logged in?
18:34.58Slaymanman I'd like to post a ticket on Tidy Plates: Threat Plates, but alas I cannot! *ANGER!*
18:35.43Ackismight have tickets turned off
18:35.50Ackisgimme project page
18:35.51Slayman~seen suicidalkatt
18:36.00purli haven't seen 'suicidalkatt', Slayman
18:36.03Slaymanhttp://wow.curseforge.com/addons/tidy-plates-threat-plates/
18:36.18Slaymanand dude ain't in here and he has all rights reserved
18:36.26Ackistickets are turned off
18:36.43Slaymanof course they are
18:38.33Repo10arl: 03pompachomp 07master * 2.0.5-18-g31f8209 Interface/FilterMenus.lua: [+1 commit] use correct texture name for the cataclysm logo
18:45.45*** join/#wowace Mirrormn (~Mirrormn@h101.28.186.173.dynamic.ip.windstream.net)
18:50.35*** join/#wowace RaydenUni (~rayden@adsl-69-231-125-178.dsl.irvnca.pacbell.net)
18:52.05Stanzillagermans:  [18:03:10] [1] [Adalwin]: kurze frage an krieger... wenn ich ihn als tank skillen möchte sollte ich eher waffen oder schutz talente skillen?
18:53.41*** join/#wowace Rayden (~rayden@adsl-69-231-118-135.dsl.irvnca.pacbell.net)
18:54.15*** join/#wowace Yssaril (~kvirc@99-57-32-25.lightspeed.cicril.sbcglobal.net)
18:57.49harldoofe frage..
18:58.36harlhowever, i wish there was a really usable lfd/lfr system along the lines of the current lfr frame combined with the lfd chat(!).
18:58.40Slaymanfuror natürlich
18:58.52harl"usable" meaning, absolutely no downward restrictions towards clvl to d/rlvl ratio, a frame that actually shows stuff for more than one dungeon/raid including any comments
18:59.15harlsome way to keep this up-to-date without having to spam a channel, no actual frame-based diferrentiation between dungeon or raid..
19:00.28harlso, pretty much something like a complete opposite of what the game provides now.
19:01.51nevcairielpugs will end in 2 weeks anyway
19:02.04harlbasically, you could see it acting as a list of channel messages, provided in a more structured view and without all the crap that's going on in the chans
19:02.12harlyeah, well..
19:03.35harlit's something i've been dreaming/thinking of since about bc was released - and there were changes made that claimed they'd make it all better, but they didn't ;)
19:08.02*** join/#wowace Motig (~Motig@dhcp-077-249-165-250.chello.nl)
19:08.45*** join/#wowace Xalem (~xalem@82.245.3.64)
19:09.34Connor1<PROTECTED>
19:09.38Connor1Oh wait
19:09.40Connor1Er
19:09.55Connor1harl do you know anything about macros?
19:10.09MegalonFisker
19:10.11harla bit
19:10.12Megalonare you watching it
19:10.15Connor1<PROTECTED>
19:10.17Connor1How do I fix this one
19:10.52harlwhat do you actually want it to do
19:11.38Connor1Heal people on mouseover, shift modifier, and be able to cast on targeted people([] does that)
19:11.56harlyes..
19:12.17Connor1My current one doesn't work
19:13.36harlmy own healing macros work pretty much the same way, without any modifier stuff though
19:13.36Connor1harl got any ideas?
19:13.41Connor1What's yours?
19:14.01Connor1I used to have one that worked lol
19:14.02harlsomething like that:  /cast [@mouseover,nodead,noharm,exists] [] Nourish
19:14.15Connor1<PROTECTED>
19:14.21Connor1But for a shaman
19:14.45harlif i'd add the modifier to the nourish spell, then add another spell as the one to be cast without any modifier.. that should be the same after all
19:15.41Connor1I just need a shift modifier
19:16.38harlyou do need to add the "exists" modifier, in case there is more than one set of conditionals
19:17.16harland also add a second set of conditionals if you want to make the second spell act the same way as the first
19:17.48quiescenso.o
19:18.07Connor1quiescens any ideas?
19:20.38harlhm. i'll check it with my shaman..
19:21.36harlon a side note, modifiers don't work very well with mouseover casting
19:21.50harlclick casting is another thing though
19:22.08NeoTronKalroth: indeed I could do that. good idea
19:22.17Kalrothnp
19:22.45quiescensi don't know what you're trying to do
19:23.23Connor1harl I used to have a working macro like this
19:23.24Slaymanhe's hitting a key and if his mouse is over someone it's FH them if not it's plain FH on the target
19:23.27Connor1<Connor1> Heal people on mouseover, shift modifier, and be able to cast on targeted people([] does that)
19:23.31Connor1Slayman
19:23.37Connor1<PROTECTED>
19:23.42quiescensbut yeah, wouldn't (suppose the macro was 1), wouldn't shift-1 press a completely different button in the first place
19:23.43harlno..
19:23.48Connor1Here's my unworking macro
19:23.54harlit's supposed to be something like..
19:23.56harl/cast [@mouseover,help,exists,mod:shift] [mod:shift] Healing Surge; [@mouseover,help,exists] [] Healing Wave
19:24.06Connor1No
19:24.22harlwell then without the second mouseover condition
19:24.30harlbut that one there works for me
19:24.33Connor1Er
19:24.34Connor1It does
19:24.35Connor1Thank you lol
19:24.42Connor1Considering trying clique too
19:24.55Connor1Is it any good?
19:25.31quiescensyou technically don't need exists, if you already have help
19:25.36quiescensnodnod
19:26.55Connor1Anyone here use sharepod?
19:27.10harlClique has been helpful to me from time to time. still prefer my macros/keys bindings though, mostly.
19:28.02Funkeh`Antiarc, hudmap erroring like crazy on in stormwind
19:28.03*** join/#wowace Gagorian- (~k@104-172.turkunet.fi)
19:28.32*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
19:28.32*** mode/#wowace [+v tekkub] by ChanServ
19:29.14*** join/#wowace Foxor (Megalon@d86-33-0-136.cust.tele2.at)
19:29.55*** join/#wowace Jyggaa (Jygga@unaffiliated/jygga)
19:34.08*** join/#wowace Antiarc|Laptop (~Chris@ip70-190-192-186.ph.ph.cox.net)
19:36.08*** join/#wowace arkanes (~arkanes@python/site-packages/arkanes)
19:36.30nevcairielPneumatus: so i did the three quests of malfurion, and the follow ups of those, then returned to him, and he sends me to the emerald dream
19:36.46Pneumatushmm, it didnt send me to the emerald dream :<
19:37.06Pneumatusthe 3 npcs phased in next to him but nothing else
19:37.14nevcairielyeah i got the quest then
19:37.32harlquiescens: you're right, in this case the exists seems to be a redundant part of help. i usually add up noharm,exists to get about the same
19:38.34quiescensnoharm is sekretly different to help
19:38.39quiescenso.o
19:40.34nevcairielPneumatus: too bad its bguged, the quest afterwards is awesome fun
19:40.44Pneumatusyeh, i did it on beta
19:47.27Pneumatusyeh im 3 quests short for the duskwood achievement now :<
19:48.48*** join/#wowace Tuller (~tuller@pool-98-117-92-241.rcmdva.fios.verizon.net)
19:49.01nevcairielwhats duskwood got to do with anything
19:49.06Pneumatuser, darkshire
19:49.14PneumatusDARKSHORE
19:49.18nevcairieldarkshire is the town in duskwood
19:49.25nevcairielyou're really stuck on that, eh!
19:50.52Pneumatusoh well, on to ashenvale
19:52.14quiescenssolution
19:52.19quiescensskip it!
19:52.28nevcairielmalfurion obviously hates you
19:52.44Pneumatushe showed up to see off azshara though
19:58.10Pneumatusim sure i should have got another buzzbox quest as well
19:58.38nevcairieli had 2
19:58.43nevcairieli think
20:02.03Xinhuanthey made it way too easy to get the quest achievements in the old world
20:02.05Xinhuanfor example
20:02.11Xinhuanwetlands says it needs 45 quests
20:02.15Xinhuanthere's at least 60 quests
20:02.27Xinhuanin the zone
20:02.51hasteashenvale says it's 80 quests
20:02.54hasteI've seen... 40!
20:03.14nevcairielwestfall was pretty much spot on
20:03.16hasteI was also 30 quests away from loremaster :V
20:03.19nevcairielmabye 5 too much
20:03.58Xinhuani got the wetlands one with the zone only 3/4 done
20:04.07nevcairieltbh the LK zones arent different, in some you have 10-15 too much
20:04.10Xinhuanfor loch modan, there's about 5 more quests than needed as well
20:05.46Slaymanbtw you guys in about 2 days I've sold more than 1/3 of my M&M Stock
20:05.52Fiskerhaste
20:05.57nevcairielwhy od you sell it =(
20:06.09Fiskerhttp://eu.battle.net/wow/en/character/ravencrest/fiskerdin/
20:06.11Fiskermooooooooooooo
20:07.30Slaymanwho'd have thought you of all ppl would change to a proper race
20:07.52Fiskerhow are taurens a proper race?
20:08.01nevcairieli was writing that ^
20:08.14SlaymanFisker: they are NO bloodelves is how
20:08.43hastelol tauren Fisker
20:08.48arkanesblood elves are awesome
20:08.53arkanesnot fisker, obv, but the other ones
20:08.55Stanzillaanyone tried to finish hinterlands quests?
20:09.00Slaymanbloodelves are the BANE of the horde
20:09.02StanzillaI'm lacking 3 and there are none
20:09.15arkanesblood elves are the only badasses left in the horde
20:09.23*** join/#wowace Rayden (~rayden@adsl-69-231-118-135.dsl.irvnca.pacbell.net)
20:09.38nevcairielhaha, building a home for murlocs
20:09.43Repo10dr-damage: 03Gagorian * r1443 / (10 files in 2 directories):
20:09.44arkanesyou can tell cause silvermoon doesnt allow any of this pansy-ass flying
20:09.45Repo- Added Widow Venom, Permafrost, Monstrous Bite to debuff lists
20:09.46Repo- Added Per Hit display type to caster module
20:09.47Repo- Added scaling tables for base damage/heal values
20:09.48Repo- Added warlock base scaling values
20:10.11Fiskeri farted
20:10.21Fiskerblood elves are pretty awesome arkanes
20:10.26Fiskerespecially with the reliquary
20:10.28SlaymanI ate asparagus today
20:11.34arkaneson the other hand, I think about 80% of my realm is now troll druids
20:11.53nevcairielwhy would you be a troll druid
20:11.59nevcairieltheir feral forms are so ugly
20:12.03arkanescause you smoke weed
20:12.26arkanesthe cat is okay, the bear looks like a pig more than a bear
20:12.32arkanesthe worgen feral forms are the best
20:12.44arkanesit's hard to go wrong with a bear wearing spiked fingerless gloves
20:12.56*** join/#wowace EvilGrin (~Geoff@87-194-195-47.bethere.co.uk)
20:13.50NeoTronsending one of my chars tons of items split from stacks to 1 so I can test BMI with lots of items
20:13.53NeoTronsuch a PITA
20:14.20Slaymanwrite a stacksplitting addon
20:15.02NeoTronI now have 436 items in my inbox. heh
20:15.32NeoTronand it is slow for sure
20:16.41Slaymanwhich hordecity has the shortest distance between bank,auction house, and mailbox? it ain't OG anymore
20:17.24arkanesit never was og
20:17.25NeoTronorg has 3 banks/ah locatins
20:17.29NeoTrondid you know that?
20:17.34arkanesit might be now, depending on which one
20:17.39arkanesTB was always the closest
20:18.11SlaymanNeoTron: nope I didn't I knew 2 banks but nothing more
20:18.24arkanestheres a bank/ah/inn in each of the valleys
20:18.26NeoTronthere's one in honor, strength and spirit
20:18.37NeoTronor wsdom? or I dunno
20:18.41NeoTrongoblins all over the place
20:18.43Slaymanthat'd make it 4 each
20:21.41Slaymanthey manage to turn gamon into a nuissance congrats
20:22.42*** join/#wowace mojosdojo (~mojosdojo@p4FEFCE60.dip.t-dialin.net)
20:28.42NeoTronso the performacne issues are all libqtip
20:32.36Connor1Question about clique
20:32.53Connor1Does it only use the specific bindings like left click for healing wave if you're hovering unitframe?
20:34.29NeoTroninteresting. 100 rows = 17ms, 150 rows = 56ms, 200 rows = 123ms, 300 rows = 357 ms
20:34.35NeoTronnot exactly... linear
20:35.02SlaymanI'm still working on my first bag of M&Ms
20:35.05NeoTron400 = 800 ms
20:35.37SlaymanConnor1: what?
20:35.49Connor1Let's say I want to use clique
20:35.53Slaymanyes
20:36.01Connor1And I want left click to be healing wave
20:36.03Slaymanas a healer that is a viable option
20:36.06Connor1Can I still target people normally with left click
20:36.12Connor1Or would it always be healing wave
20:36.14Slaymanno you cannot
20:36.17Connor1Screw that
20:36.28Slaymanyou'd have to REBIND targeting to something else
20:36.48arkanesI'm not sure what you're expecting
20:36.56Pneumatuswhy would you want to target someone :o
20:36.57Slaymanwhich you can do inside of clique
20:37.13arkaneswhat would you click on to target someone that isn't a unit frame?
20:37.27Connor1A player
20:37.38arkanesyou meanin the 3d world?
20:37.38Connor1I'll stick with mouseover macros lol
20:37.43arkanesyes, clique doesn't affect that
20:38.15Slaymanjust don't use left and right mousebuttons without modifiers in clique
20:38.31arkanesor do, and rebind target
20:38.36arkanesor use 2 sets of unit frames
20:38.43Pneumatusor use a modified click to target, or bind target to something like mouse4
20:38.52arkanestheres a lot of options
20:38.54NeoTronrow 0 to 20 takes 2 ms to add. row 400 to 420 takes 1 second
20:39.02NeoTron"wooha"
20:40.56SlaymanConnor1: you have exactly 3 options: either you are a clickcasting man, you are a mousover and keypress macro man or You learn to be one of the aforementioned
20:41.10Connor1I will be a mouseover man
20:41.29Connor1Although click cast sounds fun
20:41.35Connor1So if I use left click for healing wave with clique
20:41.38Connor1I can't left click to target people
20:41.43Connor1?
20:41.44arkanes<PROTECTED>
20:41.52Connor1I have macros for mouseover
20:41.54arkanes... I thought we just went over this
20:42.01arkaneswith clique, you don't have to write macros
20:42.05arkanesits functionally the same
20:42.09Connor1I use macros though
20:42.14arkanes... okay
20:42.24arkanesI feel like we are going in circles here so I'll just drop it
20:42.26Slaymanwhy would you leftclick anyways, leftclick is always selecting shit in the ENTIRE game
20:42.35Connor1Because why use clique then
20:42.50Connor1Shift click that's dumb
20:43.05arkanesoh fuck you're right
20:43.12Connor1I know I am
20:43.13Slaymanshift+leftclick ctrl+leftclick and alt#leftclick can do 3 different castas
20:43.17arkanessorry guys, we've been doing it wrong this whole time
20:43.17Connor1Yeah
20:43.18Connor1So can 1 2 3
20:43.26Connor1<PROTECTED>
20:43.26*** join/#wowace taleden (~alex@user-38q41i6.cable.mindspring.com)
20:43.27Connor1So can this
20:43.29arkanesyou sure you're not fisker?
20:43.37arkanesyes that is entirely correct
20:43.48Connor1Clique sounds dumb
20:43.50Connor1I might try it though
20:43.53arkanes... ok
20:44.01arkanesso it's all settled?
20:44.04Connor1No
20:44.15arkanesnobody cares if you use clique or not
20:44.26Connor1I do
20:44.37Slaymanclique is so far removed from being dumb that it bites dumb in the ass with proper use
20:44.37arkanesso taking refuge in "that sounds dumb" when you hear what it does isn't really the way to productive conversation
20:44.49arkanesif you're happy with your macros, that is fine
20:45.11*** join/#wowace TNZe (~evil@ti0042a380-4884.bb.online.no)
20:45.39Connor1I mean click casting sounds great
20:45.40NeoTronprintf-style profiling debugging ftw
20:45.44Connor1I'd just like to be able to target people normally
20:45.51arkanessigh
20:46.00Connor1Without shift
20:46.06arkanesif you want to talk about this, you have to listen to the answers
20:46.09Connor1So I can hold my hand on my chin with my elbow on my chair
20:46.13Connor1And heal like that
20:46.35Connor1See what I mean now?
20:46.35arkanesfeel free to examine your scrollback if you have any further questions
20:52.42harlmy druid's got 10,5k life less now than he had 2 days ago, in bear form. cheers.
20:52.48SlaymanImma get me some shuteye l8er
20:53.07harlnite
20:53.29*** part/#wowace Sariash (~Sariash@e177175144.adsl.alicedsl.de)
20:58.09NeoTronso does Blizzard's UI have issues with a lot of frames?
20:59.09arkanesit can yes
20:59.45NeoTronfrom what I can see the slowness comes in releasing creation and hiding/unanchoring, anhoring/showing cells
21:00.26NeoTronor not.. table hadlign!?
21:05.39harlhow do some people have two companions oO
21:06.53quiescensmagic
21:07.26harlso, what you're actually saying is that it's a bug?
21:22.31*** join/#wowace ausmara (~syeren@cpc2-salf5-2-0-cust876.10-2.cable.virginmedia.com)
21:24.52*** join/#wowace mono|strigoy (~postid08@89.112.4.92)
21:27.17*** join/#wowace rikai (~rikai@cpe-184-153-144-194.maine.res.rr.com)
21:27.17*** join/#wowace rikai (~rikai@unaffiliated/rikai)
21:29.11*** join/#wowace _EvilGrin_ (~Geoff@87-194-195-47.bethere.co.uk)
21:33.40*** join/#wowace cralor (~cralor@c-98-217-6-30.hsd1.ma.comcast.net)
21:36.41Repo10dr-damage: 03Gagorian * r1444 / (3 files in 2 directories):
21:36.42Repo- Added haste scaling for dots (reduced tick period instead of shortened duration)
21:47.09*** join/#wowace Hjalte (~chatzilla@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
21:52.49*** join/#wowace Terra (top@c-67-184-1-202.hsd1.il.comcast.net)
21:57.36Repo10dr-damage: 03Gagorian * r1445 Data (2 files in 1 directory): - Begin druid module cleanup
22:03.46*** join/#wowace Nickenyfiken (~Miranda@c83-255-103-187.bredband.comhem.se)
22:04.19*** join/#wowace MindWorX (MindWorX@188.176.197.82)
22:24.21*** join/#wowace Jyggaa (~Jygga@unaffiliated/jygga)
22:57.03*** join/#wowace Rayden (~rayden@adsl-69-231-118-135.dsl.irvnca.pacbell.net)
23:00.04starlonI love that "What version are you using?" -- Answer: current o.O
23:00.54*** join/#wowace Rayden (~rayden@adsl-69-231-118-135.dsl.irvnca.pacbell.net)
23:11.02harland by "love" you actually mean to say "*shakehead/facepalm/rolleyes*"?
23:12.03harlthere's a new type of gold spammer on my realm, who's obviously from some very foreign country..
23:12.25harlas their crap messages go like: Wts.'¦13euro  /????g  >>>  + z  +.??M¦
23:16.02harlwith the letters condensed onto the same character space, so copy&paste + irc doesn't result in the same thing.. still stupid anyway
23:16.33Repo10dr-damage: 03Gagorian * r1446 / (2 files in 2 directories):
23:16.34Repo- Use reverse lookup during initial buff iteration to allow non-localized names to be used in buff matching. This will make adding future buffs faster.
23:22.46*** join/#wowace Draake (~kvirc@c-67-164-106-50.hsd1.ca.comcast.net)
23:23.23*** join/#wowace rikai (~rikai@cpe-184-153-144-194.maine.res.rr.com)
23:23.23*** join/#wowace rikai (~rikai@unaffiliated/rikai)
23:25.13harland i'm also having an issue with mousing over units, most prominently hostile units, again, causing my fps to drop from 55 to 25 - and that's even without any add-ons. got no idea what's wrong
23:25.55*** join/#wowace Goht (~Gooht@p5DDE58E0.dip.t-dialin.net)
23:26.03harlby "hostile" i mean to say "attackable"
23:34.58pompy(11/25/2010 6:21:40 PM) You have parted the channel: requested by TecnoBrat (Mike .. I'm assuming thats your name... you may want to check on your connection .. all you do is disconnect ... and never talk ...)
23:35.01pompywth lol
23:35.19nebula169Gagorian-: you should turn off the manual-changelog :p
23:46.48*** join/#wowace Takika (~taki@alkoholista.hu)
23:53.44Stanzillai hate when people do that
23:56.09*** join/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
23:56.21Repo10bison: 03Grayal * r189 / (3 files in 1 directory): prepare for cata
23:56.43*** part/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
23:56.44Gagorian-nebula169: Not really!
23:56.58*** join/#wowace mort_ (~mort@nrbg-4d07028f.pool.mediaWays.net)
23:57.15Gagorian-I'll make a proper one when it matters, nobody should really use these alphas anyway
23:57.52nebula169I still like to read changelogs ;[

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