IRC log for #wowace on 20090607

00:00.11Funkeh`wtf
00:00.11*** join/#wowace Wobin (n=Wobin@203-158-50-28.dyn.iinet.net.au)
00:00.12*** mode/#wowace [+v Wobin] by ChanServ
00:00.13Funkeh`Im testing out opera 10 beta
00:00.39Funkeh`with Fx, I had 3rd party cookies disabled, and had to allow an exeption for auth.curse.com to login to wowace
00:00.46Funkeh`doing the same with opera does not seem to work
00:07.18*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
00:07.18*** mode/#wowace [+o ckknight] by ChanServ
00:08.44Funkeh`ckknight, why wont this work!
00:09.41ckknightcontext is an awesome thing, isn't it?
00:09.48Funkeh`it is
00:09.55Funkeh`<Funkeh`> Im testing out opera 10 beta
00:09.56Funkeh`<Funkeh`> with Fx, I had 3rd party cookies disabled, and had to allow an exeption for auth.curse.com to login to wowace
00:09.56Funkeh`<Funkeh`> doing the same with opera does not seem to work
00:10.00Funkeh`ckknight, ^
00:10.23ckknightshrugs, I can log in with opera 10
00:10.33Funkeh`with 3rd party disabled?
00:10.44ckknightdefaults
00:10.47ckknightso probably not
00:11.55Funkeh`well this is uncomfortably iritating
00:12.25Funkeh`I get diverted to http://www.wowace.com/home/network-cookie/?testing=true&next=http://forums.wowace.com/
00:12.35ckknightoh, the forums?
00:12.42Funkeh`yes
00:12.51ckknightk, that I didn't realize
00:13.01Funkeh`I didn't think it was different elsewhere
00:13.15ckknightforums are a completely different box and different software
00:13.19ckknight...for now
00:13.36ckknighthonestly, I don't really deal with the forums, Kaelten'll be better to help you
00:13.52Funkeh`well hitting login from the home page does the exact same thing
00:14.12Funkeh`just that it diverts me to http://www.wowace.com/home/network-cookie/?testing=true&next=/
00:14.28ckknightgo to /home/login/
00:14.36ckknighttype in username/password
00:14.57Funkeh`I cant
00:15.02Funkeh`it diverts me straight away
00:15.07ckknightkeep going to /home/login/
00:15.47Funkeh`done it 4 times, it's giving me "Cookie successfully set"
00:16.05Funkeh`a white page with that text
00:16.21*** join/#wowace PProvost (n=PProvost@WoWUIDev/WAU/Admin/Pprovost)
00:16.29*** mode/#wowace [+v PProvost] by ChanServ
00:18.36*** join/#wowace phyber (i=phyber@irssi.co.uk)
00:20.32*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
00:22.42*** join/#wowace rapidgame (i=rapidgam@123.255.23.115)
00:23.55*** join/#wowace rapidgame (i=rapidgam@115.23.255.123.dynamic.snap.net.nz)
00:25.04Funkeh`ckknight, any ideas?
00:30.24*** join/#wowace Tuikku_ (n=tuikku@as37-254.tontut.fi)
00:33.19CrazyBenny_could be bug in opera? it has the magic "beta" tag after all
00:35.10GagorianWill uppercasing/lowercasing and doing string.finds fail miserably in foreign locales?
00:35.28GagorianOn spell names
00:36.24*** part/#wowace CrazyBenny_ (n=s_m@actplus.cust.sloane.cz)
00:37.41Funkeh`why would you need to do that when you can use things like getspellinfo
00:40.28GagorianBecause these are things there's no spellnames for
00:40.47Gagorianso I need to use parts of spellnames that include the names
00:40.59GagorianBut case changes depending on locale
00:41.35GagorianSo I use GetSpellInfo but need to a string.find in the return
00:42.15Funkeh`example?
00:42.47Gagorianhttp://ru.wowhead.com/?spell=8033
00:42.50Gagorianwell lets say that one
00:43.05GagorianThe "Frostbrand" buff on the weapon
00:43.19ShefkiWhat about it?
00:43.24Gagorianthere's no spellID for that one
00:43.34GagorianThere's just "Frostbrand Weapon"
00:43.48GagorianI'm not sure if that's an issue of case though
00:43.53GagorianI can't see shit from those letters
00:43.58Funkeh`um
00:43.59Gagorianother cases are UnitCreatureTypes
00:44.02Funkeh`the id is the number
00:44.37GagorianHmm?
00:45.16Funkeh`GetSpellInfo"8033" will return froastband weapon
00:45.23GagorianYes and I don't want that
00:45.30Funkeh`what do you want
00:45.36GagorianJust Frostbrand
00:45.36ShefkiProbably Frostbrand Attack
00:45.42ShefkiWhich is 8034
00:45.46GagorianNono
00:45.57GagorianTo get the weapon buff I have to scan the weapon tooltip
00:45.57Funkeh`basically you're trying to hack your way out of using locale strings in certain cases
00:46.12GagorianWhen I get the buff on the weapon
00:46.14Funkeh`oh
00:46.24GagorianI need to see if it's the buff in question
00:46.28Funkeh`and it's not called the same name?
00:46.32GagorianBut the tricky part is the buff isn't called the same
00:46.47GagorianLike "Frostbrand Weapon" -> "Frostbrand"
00:46.58ShefkiGagorian: Go look at the code for spell id guessing for temporary enchants in PB4.
00:47.19Gagorianor in spanish, Arma Estigma de Escarcha -> Estigma de Escarcha
00:47.20Gagorianetc
00:47.24GagorianWell actually that wasn't the main problem
00:47.38GagorianI've solved nearly all weapon buff issues
00:47.44GagorianThe bigger issue is UnitCreatureTypes
00:48.04GagorianAnd, no I'm not using Babble-Race cause it doesn't include them :V
00:48.06Funkeh`well if I remember right
00:48.09GagorianSo what I'm doing is
00:48.11Funkeh`even that coutns as a buff
00:48.18Funkeh`but with a different ID
00:48.32Funkeh`i.e. I don't think you need tooltip scanning?
00:48.49GagorianReally? How would you get the buff then
00:49.08GagorianAnd UnitBuff is the wrong answer :)
00:49.10ShefkiGagorian: http://paste.wowace.com/755/
00:49.38ShefkiFunkeh`: Temporary enchants don't show up as buffs.
00:49.47ShefkiYou have to use a retardedly bad api for them.
00:49.55ShefkiAnd you have to tooltip scan to get the name.
00:50.20GagorianShefki: That has the same problem as I do, ignores capitalization
00:50.32ShefkiWon't matter.
00:50.47ShefkiCase won't change between the tooltip and the GetSpellInfo()
00:50.47GagorianIn most/these cases probably not
00:51.22GagorianBut in the other problem I'm having it will
00:51.33GagorianWhat I'm doing is I need to check UnitCreatureType
00:51.40Funkeh`Gagorian, somehow I think unitbuff is a much better anwer than the hack you're trying to implement ^^
00:51.41GagorianFor whatever types the ability pertains to
00:52.00GagorianFunkeh`: If I could use it I totally would, but like said.. it doesn't work for temporary item enchants
00:52.10Funkeh`either that or suck it up and rely ont he translators to do their job, even though it sucks
00:52.23GagorianPfft translators
00:52.36ShefkiI don't understand what creature type has to do with this.
00:52.46GagorianShefki: Let me explain then
00:53.08GagorianIT's a different situation but same kind of application.. meaning
00:53.24GagorianI need to check if the target the player is targeting is a certain type in all locales
00:53.31GagorianCause the return is localized
00:53.44GagorianI have to do some strange stuff...
00:54.01PneumatusGagorian: there's a babble lib for creature types
00:54.03GagorianWhat I do is concat a string with the relevant trackings to get the strings
00:54.09GagorianSense Undead, Sense Demons, Track Humanoids, Track Elementals
00:54.21Gagorianlocal crusade = GetSpellInfo(5503) .. GetSpellInfo(5500) .. GetSpellInfo(19883) .. GetSpellInfo(19880)
00:54.34Gagorianand then do a string.find(crusade, UnitCreatureType("target"))
00:54.39Gagorianworks fine in enUS etc
00:54.45Pneumatus@project libbabble-creaturetype-3-0
00:54.50Gagorianbut some locales have capitalization issues
00:54.54quiescensthat's potentially problematic
00:55.00RepoPneumatus: http://www.wowace.com/projects/libbabble-creaturetype-3-0/. LibBabble-CreatureType-3.0. Game: WoW. Kemayo (Manager/Author), Ackis (Maintainer), Nevcairiel (Maintainer). Updated: 41 hours ago
00:55.08quiescenslanguages are a fickle thing
00:55.11ShefkiGroktar: Use guids
00:55.35ShefkiThe information you need to match a given creature type is in there.
00:55.36GagorianPneumatus: Well, I'd prefer not to use a localization library..
00:55.48GagorianExample?
00:56.06quiescensthe "undead" in "sense undead" can potentially be completely different from "undead" by itself in some languages
00:56.10Pneumatusshout at blizz for being useless and not returning a non-localized version like UnitClass (iirc) does
00:56.30GagorianPneumatus: If it'd help I would :)
00:56.45Shefkihttp://www.wowwiki.com/API_UnitGUID
00:56.50Gagorianquiescens: I know, it's not pretty but better that it works in some others than enUS than just enUS :)
00:57.11Pneumatusif UnitCreatureType returned 2 values lke UnitClass does, life would be so much simpler :<
00:57.51GagorianPneumatus: Indeed
00:59.19GagorianShefki: I'm unsure how I can match creaturetypes with that information though
00:59.30ShefkiWhat exactly are you trying to do?
01:00.50GagorianCheck if target is Undead, Demon, Humanoid or Elemental in foreign locales
01:00.57Gagorianfor example
01:01.23ShefkiAnd what does Frostbrand have to do with that stuff?
01:01.56GagorianFrostbrand is a totally different problem but uses a similar workaround for localization
01:02.06GagorianIt's not related to this in any other way :D
01:03.21GagorianBringing me back to the original question
01:03.30GagorianWill upper/lowercasing foreign locale strings mess them up
01:03.47GagorianI bet korean etc won't work
01:03.49*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
01:04.46ShefkiGagorian: In general no because Lua knows nothing about Unicode.
01:05.12ShefkiAll the game strings are in Unicode but Lua's string library isn't Unicode functional.
01:05.22GagorianI'm content if french, german and spanish works though
01:05.34ShefkiThat would work yes.
01:05.46ShefkiThere's a 1:1 mapping for Latin charsets to Unicode.
01:07.50*** join/#wowace Aens|Superiority (n=a@69-165-139-93.dsl.teksavvy.com)
01:10.49*** join/#wowace bien| (n=bien@p4FF46AF8.dip.t-dialin.net)
01:12.59Repo10priorityqueue: 03NeonKnightmare * r38 / (2 files in 2 directories): PriorityQueue:
01:13.02Repo- Priest.lua, Locales/Locale-enUS.lua: Added priority option for SW:P with Shadow Weaving self-buff
01:13.05Repo- Priest.lua: BUGFIX: Vampiric Touch priority function had a deprecated reference to self. Replaced with reference to PriorityQueue.
01:18.17*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
01:18.23*** join/#wowace Shirik (n=Shirik@22.sub-97-15-134.myvzw.com)
01:19.17*** mode/#wowace [+v Guest83631] by ChanServ
01:24.58Repo10arl: 03pompachomp * r2032 RecipeDB (4 files in 1 directory): added missing Engineering trainer data, Ticket 631
01:25.02Repoadded missing Blacksmithing trainer data, Ticket 634
01:25.04Repoadded missing Jewelcrafting trainer data, Ticket 629
01:25.07Repoadded missing Tailoring trainer data, Ticket 630
01:25.39*** join/#wowace Tuikku (n=tuikku@as37-254.tontut.fi)
01:29.02MikkGagorian: Upper / Lowercasing whole strings works, because WoW's unicode functions are used
01:29.20MikkBut if you just want to upper/lowercase a single letter, you're basically toast, unless you go into unicode parsing territory
01:29.44MikkI actually seem to remember writing a pattern that'd extract the first unicode letter out of a string a while ago
01:29.48MikkI think it may have gone into Prat
01:30.48ShefkiMikk: Blizzard replaced string.upper and string.lower?
01:31.15MikkNot so much replaced as chose to map them to their own library versions (which are unicode) rather than to libc's (which are not)
01:31.23ShefkiRight.
01:31.31ShefkiThat's what I meant.  Didn't realize they'd done that.
01:31.46ShefkiAs far as I knew string library wasn't aware of unicode at all.
01:32.03MikkNo, it mostly isn't. These two just randomly work.
01:32.30*** join/#wowace Jim-Bim (n=thorben_@mnsr-4db169a0.pool.einsundeins.de)
01:32.33*** join/#wowace JimBim (n=thorben_@mnsr-4db169a0.pool.einsundeins.de)
01:32.47MikkActually I'm not even sure if they intended it; they're using ye old unicows.dll so it may have just happened by mistake
01:33.34Shefki*nod*
01:34.16ShirikShefki: Nothing in Lua is aware of Unicode
01:34.32Shirikunless Blizzard has patched it, # will actually return the number of bytes, not characters
01:34.37Shirik(which, in ASCII, is identical)
01:34.41ShefkiRight.
01:34.43orionshockany clue on why blizzard is doing rolling restarts?
01:34.46orionshock~wowalert
01:34.47purlhttp://launcher.worldofwarcraft.com/alert (US); http://status.wow-europe.com/en/alert (EU) [NB: URL goes to 404 unless there's an active alert]
01:35.21ShefkiShirik: But the question was about string.upper and string.lower which apparently have been replaced in WoW with unicode aware versions.
01:35.43ShirikI read your statement backwards :)
01:35.53ShirikI thought you said "As far as I knew string library was aware of unicode"
01:36.04Mikk~failrik
01:36.05purlFAIL, Shirik, FAIL!
01:36.07ShefkiShirik: I wish.
01:36.10Shirik:<
01:36.39orionshock? Shirik u have your own fail command
01:36.50Shirikkinda :/
01:36.53MikkI doubt he was the one that wrote it :P
01:37.12ShefkiIt's really kinda fail on the part of Lua not to be fully Unicode at this point.
01:37.21MikkWhat unicode though
01:37.24ShefkiI remember switching crap to Unicode in the early 90's
01:37.28*** join/#wowace Jamash (n=Jamash@75-25-130-215.lightspeed.sjcpca.sbcglobal.net)
01:37.35ShefkiMikk: At least UTF-8
01:37.38Shirikunicode isn't really standard enough
01:37.51Shirikunicode itself is standard, but the support for it isn't
01:37.52*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
01:37.56MikkAnyways, the aim of Lua is to be light weight, so the standard lua.exe just links against libc (ascii)
01:38.01Shirikand Lua strives to be ANSI C + ISO C++ compliant
01:38.03orionshockisn't that more a problem for the parent environemnt of lua, not lua itself? or am i understanding this wrong?
01:38.09MikkBut there's nothing stopping you from mapping the string library to unicode versions instead
01:38.19MikkWhich is the choice of the program embedding Lua
01:38.27Mikk(Remember: Lua is meant to be embedded in other programs!)
01:38.34MikkSo this particular fail is on blizzard, really
01:38.35Shirikthen, of course, WAR decided to mutilate the Lua language in an effort to support Unicode
01:38.44ShirikDestroying part of the syntax in the process
01:38.46MikkYeah they did it really really poorly
01:39.04*** join/#wowace Funkeh` (n=funk@host81-157-48-73.range81-157.btcentralplus.com)
01:39.18*** mode/#wowace [+o Funkeh`] by ChanServ
01:39.22MikkJust UTF8 and replace relevant parts of stringlib. Done.
01:39.26ShefkiLeaving that up to the application developer creeates a situation where your language isn't standard.
01:39.27MikkBut noooo they had to go with UTF16.
01:39.31MikkFail!
01:39.53ShefkiThere should be should be a string library that is ascii. stringutf8 which is utf8 and so on.
01:40.14ShefkiApplications that only use a given encoding can map string to whatever they use.
01:40.25MikkMeh. Recommend embeddeds to use UTF8 for the string library. Done.
01:40.29ShefkiApplications that dont' care about unicode can just leave utf8 etc out.
01:40.47MikkSince UTF8 is ascii compatible in all ways that matter.
01:41.00quiescensdefault everything to utf8!
01:41.00ShefkiRight.
01:41.03MikkWho the hell gets ascii extended codepages right >.<
01:41.42ShefkiI guess my point is they just left way too much up for the app developer to figure out.
01:42.00MikkMmm.. Apparently horridity may ensue (WAR)
01:42.13MikkI mean have you seen the hoops you have to jump through for their string management? :S
01:42.30ShefkiI haven't touched WAR.
01:42.36MikkThough I see why; it's bloody Microsoft's fault. It totally looks like MS' implementation of UTF16
01:42.53Mikk_T("Hi, I'm a UTF16 string")
01:43.15ShirikI would have no problem if they made L an actual function
01:43.19Shirikor if they did it correctly
01:43.24ShirikMicrosoft's implementation is not actually that, Mikk
01:43.28Shirikthat's not a UTF16 string
01:43.31MikkIt's been a while
01:43.35Shirik"Hi, I'm a UTFI16 string"L would be
01:43.52Shirik_T() is a macro which chooses between ASCII and Unicode depending on build settings
01:43.56MikkOh wait, _T() was the wrapper you used to
01:43.57MikkYeah
01:44.00Shirik(specifically, whether UNICODE is defined)
01:44.04Mikknods
01:44.12MikkBeen a good 12 years since I touched that
01:44.16Mikk11 maybe
01:44.19MikkAnyway, good years!
01:44.44Shirikworks with C++ on a Microsoft OS for a job now ^_^
01:45.07MikkSomeone really really needs to get shot for the choice of UTF16
01:45.09Shefkihasn't seriously used a Microsoft OS for anything in probably 10 years.
01:45.12*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
01:45.12*** mode/#wowace [+v MentalPower] by ChanServ
01:45.17MikkIt doesn't even cover the whole unicode code set :<
01:46.02ShirikI never gave COM a really good shot
01:46.09ShefkiGames are generally pretty horrid code becuase there's very little desire to build maintainable code.
01:46.11Mikkruns away screaming
01:46.11Shirikbut now that I'm using it seriously, it actually is a very robust way to code
01:46.18RepoNew project: http://www.wowace.com/projects/broker_buttonfacade/. Broker: ButtonFacade. StormFX (Manager/Author). Approved by Ackis.
01:46.19Shirikif used correctly
01:46.21Shirikand that's the important part
01:46.21Mikkscreams some more
01:46.27ShefkiI'm imagine MMO's have more desire for maintainablility.
01:46.40quiescenstrips mikk as he runs around
01:46.46ShirikBut I really, really love what I'm doing right now
01:46.51ShirikI'm working on a code generation tool :)
01:46.54*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
01:47.02ShirikGenerate code from an electrical schematic
01:47.29Mikkcrawls into a ball in the corner and mumbles something about COM, RPC, XML, SOAP, and the end of the world
01:47.29ShirikSo someone comes up with the "pinouts (software and hardware)
01:47.49Shirikand I figure uot how that's connected to the rest of the system and generate code accordingly
01:48.58ShefkiBut really my #1 wish for the WoW UI would be for Blizzard to write their UI against the same secure templates and stop signing their stuff.
01:49.09MikkYes
01:49.14ShefkiSo that they have to fix the crapiness of the secure templates.
01:49.34MikkDogfooding was always good
01:49.40*** join/#wowace fewyn (n=fewyn@249.215.205.68.cfl.res.rr.com)
01:50.10ShefkiI realize however that all of the stuff I'm talking about was written before the secure templates even existed and will probably never happen.
01:51.11ShefkiWonder if I rewrote them for them if they'd actually implement it.
01:51.47quiescensbut half the stuff can't be rewritten until things are fixed
01:52.03Shefkiquiescens: Fixing as I went.
01:52.14ShefkiThe templates weren't written by Blizzard anyway.
01:53.32ShefkiOther things I'd want would be to stop firing events by unit and fire them by guid.
01:54.35ShefkiProvide a function that returned all the units that were a given guid.
01:54.55ShefkiWould cut down on a lot of event chatter.
01:57.10Repo10priorityqueue: 03NeonKnightmare * r39 / (2 files in 2 directories): PriorityQueue:
01:57.13Repo- Warrior.lua, Locales/Locale-enUS.lua: Added Fury priorities and rotation.
02:03.48*** join/#wowace Shirik|Ghost (n=Shirik@ppp184-136.broadband.gorge.net)
02:08.36Raydendid mmo-champion go through a change?
02:09.33*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
02:12.36*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
02:12.36*** mode/#wowace [+o Funkeh`] by ChanServ
02:25.57*** join/#wowace Tuikku (n=tuikku@as37-254.tontut.fi)
02:35.16*** mode/#wowace [+v Guest40258] by ChanServ
02:35.39orionshockwhat does +v mean for irc?
02:35.49waallenvoice
02:36.04waallenor I guess that's not what you asked
02:36.30orionshockno, that fits, i just saw a server msg for one of the ppl joining irc and it's +v mode
02:41.27*** join/#wowace robotusch (n=robotusc@50A2DA43.flatrate.dk)
02:42.35Repo10pokedex: 03stencil * r31 / (4 files in 1 directory):
02:42.38RepoFeature request: summon next pet or mount in list rather than random
02:58.13Repo10arl: 03Torhal * r2033 ARLDatamine.lua: Completely reworked tooltip-scanning.
03:00.03*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
03:00.03*** mode/#wowace [+o Funkeh`] by ChanServ
03:02.08Repo10arl: 03pompachomp * r2034 / (2 files in 2 directories): added a custom string.
03:02.11ckknightwhat's more fun, Borean Tundra or Howling Fjord?
03:02.18ckknightalso, ding, 68
03:02.39Torhalckknight: There are more quests in Borean.
03:02.47TorhalI liked both, though.
03:06.01Arrowmasteri did borean then fjord then dragonblight
03:07.35pakozAnyone have a mod to move the vehicle switching gui?
03:08.45*** join/#wowace Adys (n=Adys@unaffiliated/adys)
03:09.44*** join/#wowace Azurewrath (i=Azurewra@88.215.85.86.dynamic.cablesurf.de)
03:12.22Repo10skillet: 03Xinhuan * r163 LibPossessions.lua:
03:12.25RepoFix error caused by removal of BankItems_Trim function by replacing it with strtrim.
03:15.21*** join/#wowace inph (n=inphinit@77-102-188-54.cable.ubr09.gill.blueyonder.co.uk)
03:15.26Raydenif you got a 10% experience bonus for being pvp flagged, would you use it?
03:17.16orionshockmight
03:17.23Xinhuandefinitely
03:17.52orionshocki would if i was travling with a pack of 80's
03:18.08Repo10skillet: 03Xinhuan 06lilsparkys-clone * r159 LibPossessions.lua:
03:18.11RepoFix error caused by removal of BankItems_Trim function by replacing it with strtrim.
03:19.40orionshockXinhuan:  was your trim function better than the std string.trim?
03:20.07Xinhuanno, it was identical
03:20.12Xinhuanand slower
03:21.16Xinhuanlua> tonumber(nil)
03:21.16lua_botXinhuan: nil
03:21.22Xinhuanlua> tonumber({})
03:21.22lua_botXinhuan: nil
03:24.31*** join/#wowace kenlyric (n=chatzill@c-71-228-10-172.hsd1.in.comcast.net)
03:31.26*** join/#wowace Aezay2 (n=spam@0x503e2455.vgnxx1.dynamic.dsl.tele.dk)
03:31.43waallendoes onebag3 have a search by string feature like bagnon?
03:32.05orionshockwaallen: no
03:32.12waallenok, thanks
03:32.31orionshock<PROTECTED>
03:33.41Repo10skillet: 03Xinhuan * r164 LibPossessions.lua:
03:33.44RepoAlso search the new bags (mail, currency, keyring) now saved by BankItems.
03:34.03Repo10skillet: 03Xinhuan 06lilsparkys-clone * r160 LibPossessions.lua:
03:34.06RepoAlso search the new bags (mail, currency, keyring) now saved by BankItems.
03:47.07Repo10bank-items: 03Xinhuan * r139 BankItems.lua:
03:47.10RepoSlight change to how equipped ammo is stored. Now stores at t[20] rather than t[0] to be consistent.
03:53.06Repo10priorityqueue: 03NeonKnightmare * r40 / (2 files in 2 directories): PriorityQueue:
03:53.09Repo- Druid.lua, Locales/Locale-enUS.lua: Added Feral (cat) priorities and rotation.
03:53.18Repo10bank-items: 03Xinhuan * r140 BankItems.lua:
03:53.21RepoReplace all occurrences of "Bag"..i with format("Bag%d", i).
03:54.17orionshock..? isn't :format() cost more than i..i ?
03:55.53Repo10pitbull4: 03Shefki 07master * 77035ea / (5 files in 4 directories): [+4 commits]
03:55.56Repo77035ea: Ticket 358: Toggle for vehicle swap.
03:55.59Repoad8d10f: Fix a bug in a function we're not even really using.
03:56.02Repo95ef11c: Aura text configuration should be disabled when the current text is
03:56.05Repo139e378: The unitid for the player's pet in party pet frames with include
04:03.58ckknightI need something that'll help me remember to cast Flash Heal when I have the buff Art of War
04:04.00ckknightany thoughts?
04:04.23pakozcan anyone help me modify one of my mods - i have a link to the changes but i'm not sure i'm doing it right?
04:08.03Shefkickknight: A hot chick to look over your shoulder and hit you with a whip whenever you get Art of War.
04:08.14ckknightyou know I'm a dom
04:08.55Shefkipakoz: Just post it if someone has the time to help they will, I can't say I do atm.
04:09.15Shefkickknight: Damn you ck what did you break with config mode now. :P
04:09.25ckknightI did nothing
04:09.28Shefki@ticket pitbull4 400
04:09.29RepoShefki: http://www.wowace.com/projects/pitbull4/tickets/400 - Raid configuration bug. Reported by: kasprague84. Type: Defect. Updated: 17 hours ago. Component: Core. Status: New. Priority: Medium. Assignee: ckknight. Votes: +12. Comments: 3
04:09.42ckknighti know nussing!
04:09.55ShefkiIgnore the newest comment, it's unrelated garbage for something else I already fixed.
04:10.01pakozhttp://www.wowace.com/projects/sexymap/tickets/29-add-mover-for-vehicle-seat-indicator/
04:10.07pakozthose are the changes i need to make
04:10.49Shefki- at the start of a line means remove it.
04:10.53Shefki+ means to add it.
04:10.59ShefkiEverything else is context.
04:11.05ShefkiTo help you find where to insert the lines.
04:11.15pakozokay - got it will test.
04:11.17pakozThank you sir.
04:11.18ShefkiAnd damnit Antiarc apply the patch in that ticket.
04:21.37*** join/#wowace Antiarc (n=Antiarc@wsip-70-167-195-98.ph.ph.cox.net)
04:21.37*** mode/#wowace [+v Antiarc] by ChanServ
04:26.19Repo10dr-damage: 03Gagorian * r964 / (15 files in 3 directories):  (Message trimmed by 2 lines)
04:26.22Repo- Merged the aura calculation engines into core, saving some memory for hybrid classes.. and easier to manage in the future
04:26.25Repo- Added Frostbrand weapon, fixed flametongue weapon
04:26.28Repo- Fixed Glyph of Explosive Trap
04:26.31Repo- Glyph of PW:S heal can crit
04:30.52*** join/#wowace Ironhand (i=x@xyx.nl)
04:37.15ckknighto noes Swine Flu!
04:37.28Repo10dr-damage: 03Gagorian * r965 / (2 files in 2 directories): - Windfury procs use special attack hit calculation
04:38.37ckknight(I'm in Borean Tundra)
04:43.19Repo10dr-damage: 03Gagorian * r966 Data/Shaman.lua: - Last update for the day: Lava Lash is not normalized
04:44.08Gagorianfffffuuuuuuu this is hard work
04:44.15GagorianI better quit again
04:44.20Repo10arl: 03Torhal * r2035 / (2 files in 2 directories):
04:44.23RepoMissing/extra flags in tooltip scan will now print in numeric order.
04:44.26RepoUpdated coordinates for Andrew Hilbert in Silverpine.
04:45.13Repo10dr-damage: 03Gagorian 041.6.6_beta-8 * r967 : Tagging as 1.6.6_beta-8
04:48.24GagorianIs the packager lagged or am I just impatient?
04:49.03ShefkiYou're impatient probably.
04:49.21ShefkiIf you have any number of embeds it takes it a few minutes.
04:49.50GagorianIt's just usually faster and I'm tired so..
04:49.55Gagorianabout 5 mins now I guess
04:50.58ShefkiGagorian: http://www.wowace.com/packager/
04:51.07ShefkiYou can see what it's doing with that.
04:51.51Gagorianyeah, there we go
04:52.36Repo10arl: 03Ackis * r2036 ARLDatamine.lua: Make the profession scan work w/ prof IDs.
05:00.10Repo10arl: 03Torhal * r2037 RecipeDB/ARL-Trainer.lua: Updated coordinates for Slagg in Arathi Highlands.
05:00.48Repo10gathermate_data: 03kagaro * r176 / (3 files in 1 directory): GatherMate_Data: Weekly update
05:00.57*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
05:00.57*** part/#wowace Seerah (n=Ryan_L@c-76-107-188-90.hsd1.tn.comcast.net)
05:01.09Repo10gathermate_data: 03kagaro 04v1.47 * r177 : GatherMate_Data: weekly update
05:08.41orionshock<PROTECTED>
05:19.21*** join/#wowace quiesense (n=quiescen@203-217-28-61.perm.iinet.net.au)
05:28.46*** join/#wowace quiescens (n=quiescen@203-217-28-61.perm.iinet.net.au)
05:34.56*** join/#wowace BWMerlin (n=chatzill@58.174.148.250)
05:40.29Repo10bank-items: 03Xinhuan * r141 BankItems.lua:
05:40.32RepoFix error "attempt to call global 'AuctionFrame_GetTimeLeftTooltipText' (a nil value)".
05:48.14Repo10bank-items: 03Xinhuan * r142 BankItems.lua:
05:48.14RepoLocalize the text displayed in the tooltips on unequipped slots in the equipped bag.
05:50.48*** join/#wowace Next96 (i=Next96@121.129.140.91)
05:52.31*** join/#wowace Jyggaa (i=Jygga@f053010159.adsl.alicedsl.de)
05:57.14*** join/#wowace Random (n=Denial@unaffiliated/windaria)
05:58.29AezayAll these posts to keylogging sites on curse are getting annoying, it's always the same sites, so why not just disallow the posting if it contains the address for a known keylogging site?
06:03.26*** join/#wowace Shirik (n=Shirik@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
06:03.26*** mode/#wowace [+v Shirik] by ChanServ
06:05.06*** join/#wowace Guest40258 (n=Shirik@ppp184-136.broadband.gorge.net)
06:05.42*** mode/#wowace [+v Guest40258] by ChanServ
06:08.36orionshockAezay: because... that requires more filters on the forum systems..
06:10.54Aezayorionshock, surely it would be faster to add some filters than deleting a ton of posts and users each day?
06:11.15orionshockwell best place to ask is the curse forums...
06:11.35orionshockbout the only 2 that might have any sort of input would be Kaelten or ckknight
06:11.57KaeltenZo?
06:11.59Kaeltener
06:12.00Kaelten?
06:12.07KaeltenJust link me any offending comment on curse.com
06:12.15Kaeltenand I'll torch them
06:12.43quiescenso.o
06:12.46quiescensviolence
06:12.48orionshockKaelten, Aezay was commenting on the forums being filled with keylogger posts
06:13.01Kaeltenwell link me to the forum post
06:13.23KaeltenBut yeah, I'm getting damn sick and tired of it too
06:13.30KaeltenI've already gotten new banning tools pushed through
06:13.42quiescensarms race!
06:13.54Kaeltenabsolutely
06:14.07quiescenshands out foam bats
06:14.26orionshockbeats quiescens senseless with foam bat
06:14.29quiescensdies.
06:14.32orionshockreilizes that didn't work...
06:14.38orionshockfoam bats? no real ones quiescens
06:15.12robotuschslaps Fisker- around with a voting ballot
06:17.09orionshocki guess i should go unphook vent while servers restart...
06:17.19*** join/#wowace Cheads (i=chead@0x573bcd5f.henqu2.dynamic.dsl.tele.dk)
06:17.51*** join/#wowace Vilkku (n=Vilkku@86-60-152-4-dyn-dsl.ssp.fi)
06:18.52Repo10atlasloot-enhanced: 03Daviesh * r2080 / (13 files in 4 directories):
06:19.00*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
06:19.10RepoAdded two new options, the ability to toggle between loot table styles and the ability to treat crafted items as normal items.
06:21.04Repo10atlasloot-enhanced: 03Daviesh * r2081 / (2 files in 2 directories): Fixed up the localisation
06:23.32*** join/#wowace Nitra (n=Nitra@c-0367e255.233-4-64736c12.cust.bredbandsbolaget.se)
06:28.53Repo10arl: 03Torhal * r2038 RecipeDB/ARL-Quest.lua:
06:28.56RepoUpdated questgiver coordinates for Horde version of "Soothing Turtle Bisque".
06:31.45robotuschbugger, the TourGuide site on Github is failing on me hard :/
06:32.25Cheadsuse the one on wowinterface then
06:34.37robotuschjust ran through southshore on my lil' rogue, and TourGuide directed me to buy soothing spices which aren't necessary for the Turtle Bisque quests - so I just wanted to see if this had already been reported
06:36.42robotuschlol
06:36.52robotuschbest initial bot filter evar on wowi
06:36.53Cheadsreport it at the appropiate place then =)
06:37.41robotuschThat's what I'm working on ;)
06:40.15*** join/#wowace Shirik (n=Shirik@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
06:40.15*** mode/#wowace [+v Shirik] by ChanServ
06:44.49*** join/#wowace Skizelli (n=skizelli@c-76-21-51-118.hsd1.ca.comcast.net)
06:47.29*** join/#wowace Grotar (i=Groktar@c-98-242-12-40.hsd1.ca.comcast.net)
06:53.49sztanpetgridstatusraiddebuffs or gridbossdebuffs?
06:55.17*** join/#wowace Random (n=Denial@unaffiliated/windaria)
07:10.34pakozShefki: Thanks again for your help with sexy map.
07:10.42pakozmeant to send that hours ago ;\
07:13.26Shefkipakoz: np
07:14.19*** join/#wowace orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
07:14.48*** join/#wowace Srosh (n=Srosh@d019226.adsl.hansenet.de)
07:15.37orionshock... well im trying a self / script compile of ALSA to get vent / wine working... anyone got any sugestions?
07:18.14quiescensall I am willing to say
07:18.22quiescensis that vent is a pain in the neck
07:19.00orionshocki'd use TS but i don't think i'd be able to convince enough to use it.
07:19.20orionshockwell here goes the reboot :) wish me luck
07:19.31quiescensactually I suppose it would be more appropriate to say
07:19.38quiescensfine, leave!
07:20.32*** join/#wowace Guest40258 (n=Shirik@175.sub-72-120-255.myvzw.com)
07:20.46*** mode/#wowace [+v Guest40258] by ChanServ
07:35.28*** join/#wowace robotusch (n=robotusc@50A2DA43.flatrate.dk)
07:37.27Repo10pitbull4: 03Shefki 07master * 64c6705 / (5 files in 4 directories): [+2 commits]
07:37.30Repo64c6705: Ticket 270: Allow bar texture to be reset to default.
07:37.33Repof747c06: Ticket 293: Alter the spacing range to allow negative spacing for bars.
07:38.10*** join/#wowace Wizardling (i=Durandal@ip-118-90-81-184.xdsl.xnet.co.nz)
07:38.24Repo10mrtrader: 03kolenka * r34 / (4 files in 2 directories): - Localization tweaks (commands are no longer localized)
07:38.28Repo- Expanding commands to work in guilds, raids, and parties.
07:38.28Shefkisztanpet: ping
07:38.38Repo10mrtrader: 03kolenka 04v0.4.5 * r35 : Tagging as v0.4.5
07:39.14WizardlingG'day - lastest version of Pitbull4 has no working threat bars
07:39.16Wizardlingthey're just a solid black bar
07:39.52ShefkiWizardling: Hmm.
07:40.03*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
07:41.09ShefkiWizardling: Seems to be working here.
07:43.03Wizardlinghmmm.... I see all the time (in combat or not): http://img190.imageshack.us/img190/6584/picture126.png
07:43.24ShefkiThat looks like the castbar not a threat bar.
07:44.07ShefkiGo into the config for the layout you're using and go to Bars, Cast bar and choose Auto-hide
07:44.10ShefkiSee if it goes away.
07:44.14ShefkiIf it does that's the castbar.
07:44.18Wizardlingsorry, wrong pic :-D
07:44.37Wizardlinghold on...
07:54.23Repo10libcandybar-3-0: 03Ammo * r23 bars.lua:
07:54.26Reporound the time from 10 sec to 1 minute rather than flooring it
07:56.51*** join/#wowace Worf (n=worf@84-119-73-91.dynamic.xdsl-line.inode.at)
08:00.54*** join/#wowace Cheads (i=chead@0x573bcfc9.henqu2.dynamic.dsl.tele.dk)
08:10.32*** join/#wowace Caleb|2 (n=caleb@dsl4E5C0447.pool.t-online.hu)
08:10.49ShefkiWizardling: Well I'm going to bed.  Post on the forums or open a ticket if you can reproduce the problem.  Include as many details on what you were doing as you can.
08:11.22*** join/#wowace orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
08:13.04*** join/#wowace Skizelli (n=skizelli@c-76-21-51-118.hsd1.ca.comcast.net)
08:15.45*** join/#wowace pompy1 (n=Mike@c-68-38-45-3.hsd1.nj.comcast.net)
08:16.08*** join/#wowace eoM_rM (n=moe@p5489E23A.dip.t-dialin.net)
08:19.27*** join/#wowace BWMerlin_ (n=chatzill@58.174.148.250)
08:26.10*** join/#wowace Tuikku (n=tuikku@as37-254.tontut.fi)
08:26.17*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
08:26.29Adirellemorning
08:32.00orionshockmorning Adirelle
08:36.27*** join/#wowace Jamash (n=Jamash@75-25-130-215.lightspeed.sjcpca.sbcglobal.net)
08:38.31Repo10morg-bid2: 03Morgalm * r65 / (2 files in 1 directory): MorgBid2
08:38.34Repo-fix results frame not appearing for some people sometimes take 3
08:39.43Repo10morg-dkp2: 03Morgalm * r101 / (2 files in 2 directories): MorgDKP2
08:39.46Repo-fix nil error due to undefined pool with syncing
08:39.50Repo-added date/time to raidtracker raidlog
08:40.30Repo10morg-bid2: 03Morgalm 04v3.86 * r66 : Tagging as v3.86
08:42.19Repo10morg-dkp2: 03Morgalm 04v3.96 * r102 : Tagging as v3.96
08:43.03sztanpetShefki pong
08:45.23sztanpetInterface\AddOns\PitBull4\Modules\Aggro\Aggro.lua:5: PitBull4_Aggro requires PitBull4
08:45.30sztanpethmpf and its enabled
08:48.32Repo10raidbuffstatus: 03danielbarron * r249 Localization/deDE.lua: RaidBuffStatus:
08:48.35Repo- Updated deDE.
08:54.24*** join/#wowace Leialyn (n=leialyn@p54B4693C.dip.t-dialin.net)
08:55.40pakozI'm toying around with Pitbull 4 - i'm curious if its possible to modify the health bar to show HP like this (drawn one is the desired layout)
08:55.40pakozhttp://img5.imageshack.us/img5/9734/dsaffdsafdsafdsafdsafds.jpg
08:56.03pakozI believe i'm using the right terms, it uses dogtag for the text display in the health bar
08:56.46pakozPlease excuse my artistic skills
09:06.14sztanpetShefki i reverted the change to load.xml and that fixed the error
09:06.22sztanpetlocally of course
09:06.44*** join/#wowace Sliker_Hawk (i=SlikerHa@5acf8588.bb.sky.com)
09:12.19*** join/#wowace Thaoky (i=Thaoky@91.181.167.76)
09:15.27*** join/#wowace _Berti (n=berti@vs156121.vserver.de)
09:19.23*** join/#wowace kd3|hate`net (n=kd3@wikia/kaydeethree)
09:20.23*** join/#wowace Windaria (n=Denial@unaffiliated/windaria)
09:20.41*** join/#wowace Megalon (n=starfox@d86-32-171-186.cust.tele2.at)
09:23.37*** join/#wowace Natherul (n=Natherul@81-229-191-248-no31.tbcn.telia.com)
09:24.10*** join/#wowace Shinja (n=Shinja@133.41.83-79.rev.gaoland.net)
09:25.01Shinjahi
09:32.26Repo10arl: 03pompachomp * r2039 RecipeDB/ARL-Quest.lua: fixed some quest data.
09:34.26pakozhello
09:37.36pakozAny warriors use Pitbull 4?  I'm getting an error when deep wounds applies  http://hdimage.org/images/ri7ea597tkmbvxm81pzb_pbull44.jpg
09:40.37sztanpetpakoz revert by about two versions
09:41.02sztanpetthe newest revision wont load either so dont upgrade :D
09:41.30pakozah
09:41.53pakozi just spent a good 30mins configuring it - exactly what i was after
09:42.05sztanpetand those will be there
09:42.09sztanpetdont fret nothings lost
09:42.23pakozThen i attacked a mob and a flurry of errors occured until the client wanted to disable addons
09:42.30pakozi was crushed
09:42.58pakozr20090606235545 then?
09:43.02*** join/#wowace qwesto (i=qwesto@stalin.acc.umu.se)
09:44.03*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
09:44.50*** join/#wowace qwesto (i=qwesto@stalin.acc.umu.se)
09:44.56pakozwoot, works like a charm
09:45.00pakozthanks m8
09:50.29pakozsztanpet: you happen to use skada? i'd like to pick your brain ;]
09:50.46sztanpetyes i do actually :D
09:50.58*** join/#wowace ColinT (n=ColinT@69-11-97-130.regn.static.sasknet.sk.ca)
09:51.20pakozIn the AddOns option menu there is a drop down box that says "Display System"
09:51.30pakozBut I don't have any choices besides the one, ideas?
09:52.21sztanpeti guess the infrastructure is there for new ones, but the only one for the moment is the bar based one
09:54.05pakozMy next goal is to have 2 columns - I think I asked before and i don't think its possible
09:54.19pakozI basically want the top dps showing 5 in one column 5 in the other.
09:54.29harlis skada by any chance lighter on cpu and memory usage than recount?
09:54.47pakozYep
09:54.57pakozBut it lacks a few features that i like about recount
09:55.45harlhm
09:55.49sztanpetits surely prettier then recount thats for sure
09:55.53pakozsome of the deeper detail windows in recount aren't available
09:56.02sztanpeti dont care about memory usage tho, and didnt notice anything cpu wise
09:56.21pakozSzt, any idea about multiple columns?
09:56.27sztanpetnop
09:56.51pakozOh well, 6 is enough then I guess
09:58.39*** join/#wowace LANFiRE (n=lanfire@ppp91-77-251-31.pppoe.mtu-net.ru)
09:58.56harli don't noticed any speed loss or anything like that with recount as well, but i noticed recount using more memory over time the more data it had collected.
09:59.11harland i don't exactly need the graphs and pie charts that recount offers
09:59.34*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
10:00.29harlso i wonder if the increased usage is recounts own doing or if it's more of a general thing with the way wow keeps all the data in memory
10:01.03harl-d
10:04.11*** join/#wowace Sirow (n=Sirow001@p57A4BEF5.dip.t-dialin.net)
10:04.33pakozI can't say, but skada solved it
10:07.33*** join/#wowace DragonWin (n=goofy@www.rageguild.info)
10:08.11pakozszt, you also familiar with adding textures to addons? (i want to add a border to my kgpanels panel's.
10:08.14pakoz*?
10:12.25*** join/#wowace Tikibalang (n=Natherul@81-229-191-248-no31.tbcn.telia.com)
10:18.32sztanpetadd it to sharedmedia andif it supports it you are able to select it
10:23.24*** join/#wowace Iboong (n=user@77.87.207.194)
10:25.18pakozAny links to textures to add to SharedMedia?
10:26.18*** join/#wowace spode (i=spode@213.21.89.60)
10:26.23*** join/#wowace Tuikku (n=tuikku@as37-254.tontut.fi)
10:26.31*** join/#wowace Jim-Bim (n=thorben_@mnsr-4db169a0.pool.einsundeins.de)
10:26.51*** join/#wowace Belazor (n=Vulcanus@104.67.34.95.customer.cdi.no)
10:27.47sztanpetthe new alpha version has a nice script for adding every kind of stuff
10:27.54orionshockyeah, check the mymedia file in side
10:29.43pakozThanks, will look
10:29.49pakozhaving a lot of fun with pitbull atm
10:32.07sztanpetjust dont forget its alpha :d
10:32.51pakozWell i've been using xperl the visual customazations are lacking - as well as the layout
10:33.13sztanpetits for people who dont want to set up their addon
10:33.52*** join/#wowace mojosdojo (n=gdbzet26@p4FEFE074.dip.t-dialin.net)
10:34.34*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
10:38.53*** join/#wowace FtH|Daemona (n=koaschte@i59F62B9A.versanet.de)
10:40.52pakozI just looked into the My Media part I did need that information - but what I'm also after is actual textures to put in there.
10:41.08pakozAs I don't have any prepared.
10:47.01Adirelleis away: Away
10:47.19sztanpeti dont either, i use smooth for everything
11:03.44*** join/#wowace Vegeta]BT[ (n=CBus@xdsl-92-252-46-30.dip.osnanet.de)
11:04.43Repo10atlasloot-enhanced: 03Celellach * r2082 Modules/WrathoftheLichKing/wrathofthelichking.lua: Ulduar update - Most Hardmode items have been added.
11:06.55*** join/#wowace Camci (n=enescamc@ua-83-227-134-226.cust.bredbandsbolaget.se)
11:09.01*** join/#wowace Next96 (i=Next96@121.129.140.91)
11:11.59*** join/#wowace faCe| (n=face@p5489E23A.dip.t-dialin.net)
11:14.14*** join/#wowace Legorol (n=legorol@stud-nat-blk12.trin.cam.ac.uk)
11:19.02*** join/#wowace CrazyBenny_ (n=s_m@actplus.cust.sloane.cz)
11:26.21*** join/#wowace Leialyn (n=leialyn@p54B4693C.dip.t-dialin.net)
11:38.44orionshockwell well well, taking a serious look at godaddy.com hosting prices... even if you chop 5-10% off what you see ( real bizz always get some sort of discount ) and considering the bandwidth numbers already known... it changes your perspective of how much it costs to run a site of curse/wowi's size
11:46.34*** join/#wowace SinusPi (i=sinus@83.5.175.47)
11:47.40Gnarfoz...what
11:48.15Gnarfozsounds like copypasta, but I don't even know what the author was implying
11:49.56*** join/#wowace Fisker- (i=ballmer@62.61.142.209.generic-hostname.arrownet.dk)
11:53.52*** join/#wowace Kalroth (n=kalroth@2506ds1-hj.0.fullrate.dk)
11:57.47Repo10atlasloot-enhanced: 03TrAsHeR * r2083 Locales/constants.fr.lua: frFR update
12:01.10Stanzilla~seen Shefki
12:01.11purlshefki is currently on #wowuidev (3d 15h 5m 39s) #wowace (3d 15h 5m 39s). Has said a total of 127 messages. Is idling for 3h 50m 22s, last said: 'Wizardling: Well I'm going to bed.  Post on the forums or open a ticket if you can reproduce the problem.  Include as many details on what you were doing as you can.'.
12:01.14Repo10skillet: 03xska * r165 SkilletStitch-1.1.lua: Skillet:
12:01.17Repo- Light Parchment is buyable too, dunno why PT doesn't have it
12:06.52*** join/#wowace DanSouthy (n=dansouth@78-105-2-213.zone3.bethere.co.uk)
12:09.01*** join/#wowace Arjor (n=chatzill@82.80.129.165)
12:09.44jnwhitehorionshock: as if godaddy for a second is capable of the hosting needed
12:11.08*** join/#wowace syeren (i=syeren@cpc3-oldh9-2-0-cust704.10-1.cable.virginmedia.com)
12:11.36Arjorhello guys. i'm getting the following error with pitbull 4: http://img188.imageshack.us/i/wowscrnshot060709150940.jpg/
12:11.54Arjoranyone has any idea how to fix it with reconfiguring everything again
12:12.01Stanzillackknight: ^
12:15.51*** join/#wowace weab (n=weab@cpe-70-112-170-219.austin.res.rr.com)
12:19.56*** join/#wowace Lysithea (i=Lyset@c-faa272d5.017-172-73746f34.cust.bredbandsbolaget.se)
12:25.22orionshockjnwhiteh: who do u think runs parts of Amazon.com's server farms? :P
12:25.31jnwhiteh_runs_
12:25.31jnwhitehno
12:25.39jnwhitehprovides the machiens for and handles that aspect of things
12:25.40jnwhitehyeah
12:25.57orionshocktrue, hosts would be a better word.
12:25.57jnwhitehand that cost is precisely in line with what wowi and friends pay
12:26.29jnwhitehwell, wowi
12:26.35jnwhitehcurse may have diamond lined servers =)
12:26.36jnwhitehi duno
12:26.50jnwhitehbut i suspect they are also reasonably frugal
12:26.56*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
12:26.56*** mode/#wowace [+o Funkeh`] by ChanServ
12:35.00*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
12:35.00*** mode/#wowace [+v MentalPower] by ChanServ
12:49.02thulFinish your pussy, there are horny kids in ethiopia
12:54.26*** join/#wowace Venara (n=test@p5B3F4EDE.dip.t-dialin.net)
12:54.58*** join/#wowace digmouse (n=chatzill@58.20.47.166)
12:59.14Venara@project utopia
12:59.15RepoVenara: http://www.wowace.com/projects/utopia/. Utopia. Game: WoW. Zeksie (Manager/Author). Updated: 7 days ago. Tickets: 2/19
13:18.24*** join/#wowace Higdur (n=Nike@136-246-96-87.cust.blixtvik.se)
13:43.07*** join/#wowace Leialyn (n=leialyn@p54B4693C.dip.t-dialin.net)
13:48.58Repo10fbag-of-holding: 03feithar * r157 / (3 files in 3 directories): FBagOfHolding:
13:49.01Repo- Continued updating item database code. Removed FuBar and LDB modules since I decided to only support LDB.
13:50.46*** join/#wowace Cavisty^gerber (n=Cavisty@c-71-200-111-231.hsd1.md.comcast.net)
13:52.50Wobin@describe utopia
13:52.51RepoWobin: http://www.wowace.com/projects/utopia/. Utopia. Utopia (aka: ZOMGDebuffs) In a perfect world, all fights would have all debuffs applied. Given the many changes to WoW with the 3.0.2 patch, I've put together this little mod to show what the...
13:53.08quiescensheh
13:53.13quiescensdescribe utopia
13:55.59*** join/#wowace Adys_ (n=Adys@unaffiliated/adys)
13:56.27*** join/#wowace Hell-Razor (n=Unknown@66-188-88-215.dhcp.mdsn.wi.charter.com)
13:58.30Repo10cy-circled_vol-gold: 03StormFX * r37 tags/ (2 files in 2 directories): - Tag clean up.
13:59.27Repo10cy-circled_onyx: 03StormFX * r40 tags/ (2 files in 2 directories): - Tag clean up.
14:05.53*** join/#wowace Kilroo (n=Kilroo@cpe-098-026-148-169.triad.res.rr.com)
14:21.59Repo10macro-bank: 03Odlaw * r36 MacroBank.toc: Localization (zhCN thanks to wowuicn)
14:26.53*** join/#wowace airtonix (n=airtonix@ppp121-45-35-130.lns10.adl2.internode.on.net)
14:27.12Cyrez915XP from 80... I'm partly itching to get it over with and partly itchy to ding doing something totally mundane.
14:29.51CyrezMeh, I'll just discover something.
14:30.27Trellmy main dinged from discovering storm peaks
14:30.34Trellwithout me even realising I was that close
14:31.17CyrezI was thinking of running around some newbie area or something, but I'm too tired for that.
14:31.18*** join/#wowace Nitra (n=Nitra@c-0367e255.233-4-64736c12.cust.bredbandsbolaget.se)
14:33.33CyrezYay.
14:35.17Repo10fbag-of-holding: 03feithar * r158 / (11 files in 3 directories): FBagOfHolding:
14:35.20Repo- Removed FuBar code and replaced with support for LibDataBroker.
14:40.16*** join/#wowace Fisker- (i=ballmer@62.61.142.209)
14:40.17*** join/#wowace Ackis (n=asdf@WoWUIDev/WoWAce/ARL/Troll/Ackis)
14:40.17*** join/#wowace Axodious (n=97@modemcable078.66-23-96.mc.videotron.ca)
14:40.17*** join/#wowace echos (n=echos@cpe-66-75-130-86.san.res.rr.com)
14:40.17*** join/#wowace Kody- (n=kody@dsl092-049-237.sfo4.dsl.speakeasy.net)
14:40.18*** join/#wowace VonhintenHOME` (n=Kiss@c-71-203-100-179.hsd1.fl.comcast.net)
14:40.18*** join/#wowace Arrowmaster (n=Arrow@WoWUIDev/WoWAce/ResponsibleForEverythingAndNothing/Arrowmaster)
14:40.18*** join/#wowace odt (i=odt@ns.ericsson.ee)
14:40.18*** join/#wowace End (n=end@tetris.cornhooves.org)
14:40.18*** join/#wowace Zhinjio (i=1000@70.91.168.58)
14:40.18*** mode/#wowace [+vv Ackis Kody-] by irc.freenode.net
14:44.36*** join/#wowace isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
14:56.37*** join/#wowace Thaoky (i=Thaoky@91.181.167.76)
14:57.29*** join/#wowace Gamefaq (n=gamefaq@p3EE1EDF9.dip.t-dialin.net)
15:00.43*** join/#wowace daev (n=bleh@pool-72-86-106-233.aubnin.fios.verizon.net)
15:03.02Repo10fbag-of-holding: 03feithar * r159 Libs/LibFuBarPlugin-Mod-3.0/: FBagOfHolding:
15:03.05Repo- Removed LibFuBarPlugin-Mod-3.0 folder from Libs folder.
15:04.07*** join/#wowace faCe| (n=face@84.137.226.58)
15:05.00*** join/#wowace p3lim (n=p3lim@084202164112.customer.alfanett.no)
15:07.07*** join/#wowace Arrowmaster (n=Arrow@WoWUIDev/WoWAce/ResponsibleForEverythingAndNothing/Arrowmaster)
15:11.29*** join/#wowace Adys (n=Adys@unaffiliated/adys)
15:17.11*** join/#wowace Skizelli (n=skizelli@c-76-21-51-118.hsd1.ca.comcast.net)
15:30.03*** join/#wowace gix (i=gix@e180053019.adsl.alicedsl.de)
15:38.27*** join/#wowace taleden (n=atfrase@user-38q41i6.cable.mindspring.com)
15:40.35*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
15:40.35*** mode/#wowace [+o Funkeh`] by ChanServ
15:45.46*** join/#wowace Worf (n=worf@84-119-73-91.dynamic.xdsl-line.inode.at)
15:57.07*** join/#wowace Bibi (n=Bibi@unaffiliated/bibi)
16:06.05*** join/#wowace Nahkiss (n=nahkiss@a91-154-34-216.elisa-laajakaista.fi)
16:11.03Repo10lil-sparkys-workshop: 03lilsparky 04r72beta * r73 : Tagging as r72beta
16:12.54*** join/#wowace dubf (n=quassel@77.16.184.91.tmi.telenormobil.no)
16:23.00*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
16:23.00*** mode/#wowace [+o Funkeh`] by ChanServ
16:24.06Repo10atlasloot-enhanced: 03Celellach * r2084 Menus/RepMenus.lua: clean up
16:27.42Repo10lil-sparkys-workshop: 03lilsparky 04v1.00r72 * r74 : Tagging as v1.00r72
16:29.24Repo10lil-sparkys-workshop: 03lilsparky 04r72release * r75 : Tagging as r72release
16:30.01waallenAnyone else getting [2009/06/07 18:27:26-1779-x1]: PitBull4-r20090607073411\Modules\Aggro\Aggro.lua:5: PitBull4_Aggro requires PitBull4 for kind of every module?
16:30.02*** join/#wowace tekkub (n=tekkub@c-67-165-224-198.hsd1.co.comcast.net)
16:30.02*** mode/#wowace [+v tekkub] by ChanServ
16:34.06Fisker-who screwed up pitbull?
16:34.14Fisker-oh hai waallen
16:34.15Fisker-same shit
16:34.45StanzillaShefki :P
16:34.59waallen:D
16:35.09waallentook me five minutes to find the last non broken version :D
16:37.14Groktar.ne oiybces
16:38.19Fisker-got a link waallen ?
16:38.38Lukianpounces on Groktar
16:40.23Fisker-slaps waallen around a bit with a large trout
16:40.32Groktardevours Lukian's soul
16:41.25Fisker-i hate you waallen
16:41.35Groktarhates Fisker-
16:41.47Megalonshares the hatred
16:42.03Groktarbrings out the meat grinder and eyes Fisker-'s foot
16:42.33waallenFisker- r20090606233745-nolib
16:42.36Fisker-i hate you Groktar
16:42.40waallenthat's what I am using!
16:42.40Groktarno u
16:42.47Fisker-thanks
16:45.37Repo10utopia: 03Zeksie * r92 / (22 files in 5 directories):
16:45.39RepoUtopia: New Up-Time module! Records debuff start/end timings for fights. Will optionally record DPS for the fight too (very basic damage done per second per target). Control-Click Utopia icon to access the fights listing. Lots more to come on this as I get around to it.
16:47.39Groktar/target Fisker-
16:47.46Groktar/cast H1N1
16:48.04sacarascTarget is immune.
16:48.09Zeksie0/assist Groktar; /cast Hate
16:48.21Zeksiemmm. was meant to be black.. fail
16:48.55Fisker-Groktar you can't infect the bearer
16:54.40Megaloninfects Fisker- with common sense
16:59.43Gnarfozwhat's the escape sequence for | again?
17:01.19ckknight\124
17:02.05*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
17:02.40*** join/#wowace nuoHep (n=nuoHep@89.222.156.36)
17:02.48*** join/#wowace AcTiVaTe (n=activate@d594eeda.static.dsl.concepts.nl)
17:04.06Fisker-Megalon you still can't infect the bearer
17:05.27Repo10fbag-of-holding: 03feithar 041.0.158b * r160 : Tagging as 1.0.158b
17:08.01Repo10big-wigs: 03Ammo * r5706 Plugins/Bars2.lua: namespace our userdata on candybar
17:17.02*** join/#wowace dano5 (n=root@91.186.70.220)
17:26.59*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
17:26.59*** mode/#wowace [+o Funkeh`] by ChanServ
17:29.35*** join/#wowace Shirik (n=Shirik@99.sub-72-119-194.myvzw.com)
17:29.55*** mode/#wowace [+v Shirik] by ChanServ
17:30.53Gnarfozmeh
17:31.04Gnarfozcan't modify crybaby to actually cry
17:31.09Gnarfozit just whimpers locally
17:34.08Fisker-slaps Gnarfoz around a bit with a large trout
17:38.51*** join/#wowace taleden (n=atfrase@user-38q41i6.cable.mindspring.com)
17:40.09dano5yay for internet at the hospital :D
17:47.51*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
17:47.51*** mode/#wowace [+o Funkeh`] by ChanServ
17:47.52*** join/#wowace Baraius (n=bhuddles@68-240-22-181.pools.spcsdns.net)
17:50.36*** join/#wowace Vegeta]BT[ (n=CBus@xdsl-92-252-46-180.dip.osnanet.de)
17:52.48Repo10pitbull4: 03Shefki 07master * bef7cc9 / (5 files in 4 directories): [+2 commits]
17:52.50Repobef7cc9: Ticket 270: Allow bar texture to be reset to default.
17:52.53Repoa427c18: Revert "Ticket 270: Allow bar texture to be reset to default."
17:53.58*** join/#wowace ColinT (n=ColinT@69-11-97-130.regn.static.sasknet.sk.ca)
18:05.00dano5quit
18:05.04dano5meh
18:16.47Repo10bunch-of-bars: 03Mininova * r99 / (14 files in 8 directories): BunchOfBars:
18:16.50Repo- fixed a bug with Debuffs.lua by renaming the file
18:16.53Repo- added a small pet frame
18:16.56Repo- added some more debuffs
18:18.09*** part/#wowace lmeyer1 (n=lars@dslc-082-083-187-057.pools.arcor-ip.net)
18:18.23*** join/#wowace Shirik (n=Shirik@ppp184-136.broadband.gorge.net)
18:18.29*** mode/#wowace [+v Shirik] by ChanServ
18:29.50*** join/#wowace Natherul (n=Natherul@81-229-191-248-no31.tbcn.telia.com)
18:35.51Fisker-Shefki
18:35.53Fisker-is it over?
18:36.09Shefki?
18:36.37Fisker-i.e. pitbull not working anymore
18:36.47ShefkiYes it's fixed.
18:37.58Fisker-damn
18:38.05*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
18:38.06Fisker-this is why we can have nice things
18:39.01*** join/#wowace QQngsk (n=Gngsk@c-68-48-88-231.hsd1.md.comcast.net)
18:39.30*** join/#wowace lmeyer (n=lars@dslc-082-083-187-057.pools.arcor-ip.net)
18:40.55*** join/#wowace root (n=root@91.186.70.220)
18:42.07*** join/#wowace root (n=root@91.186.70.220)
18:43.20*** join/#wowace root___ (n=root@91.186.70.220)
18:43.53ShefkiHumble suggestion, don't irc as root.
18:44.14Groktarpounces Shefki
18:44.23ShefkiGo away it's fixed.
18:44.50*** join/#wowace root___ (n=root@91.186.70.220)
18:46.29*** join/#wowace root___ (n=root@91.186.70.220)
18:47.06*** mode/#wowace [+b *!*@91.186.70.220] by Cairenn|afk
18:47.28*** join/#wowace Grotar (i=Groktar@c-98-242-12-40.hsd1.ca.comcast.net)
18:47.58*** kick/#wowace [root___!n=Cairenn@MMOI/Administratrix/Cairenn] by Cairenn|afk (Cairenn|afk)
18:49.01*** join/#wowace Cheads (i=chead@0x573bcfc9.henqu2.dynamic.dsl.tele.dk)
18:49.42Pneumatushmm, i think a VPS host has just been rooted
18:52.27*** join/#wowace p3lim (n=p3lim@084202164112.customer.alfanett.no)
19:08.34Repo10memento-mori: 03tomsommer * r40 MementoMori.lua: MementoMori:
19:08.37Repo- Fix argument order
19:24.07Repo10memento-mori: 03tomsommer * r41 MementoMori.lua: MementoMori:
19:24.10Repo- Add option to allow in-combat screenshots (default:false)
19:30.30*** join/#wowace Tuikku_ (n=tuikku@as37-254.tontut.fi)
19:31.42Pneumatushow many mind controls do you lot use at thorim hard?
19:33.20Megalonwe use two
19:33.59Stanzilla2
19:34.16*** join/#wowace Seerah (n=Ryan_L@c-76-107-188-90.hsd1.tn.comcast.net)
19:36.50durcynyou only need 1 now, celerity is raid instead of party
19:39.52Stanzillabut it stacks :D
19:40.53*** join/#wowace nywef (n=fewyn@249.215.205.68.cfl.res.rr.com)
19:56.29*** join/#wowace robotusch (n=robotusc@50A2DA43.flatrate.dk)
20:02.03*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
20:29.04*** join/#wowace Sirow (n=Sirow001@p57A4BEF5.dip.t-dialin.net)
20:29.51Repo10fu-bar_converge-fu: 03Broliant * r103 / (4 files in 1 directory): FuBar_ConvergeFu:
20:29.54Repo- Switched custom fish-feast announcer to trigger from CHAT_MSG_EMOTE instead of from CHAT_MSG_SYSTEM
20:30.27Repo10fu-bar_converge-fu: 03Broliant 04v3.42-release * r104 : FuBar_ConvergeFu: Tagging this as a proper release.
20:30.55Pneumatusfail, so people can fake feasts
20:31.36*** join/#wowace ThiefMaster (i=thief@unaffiliated/thiefmaster)
20:32.46robotuschlol, interesting real life pendant to the wowmatrix issue o_O
20:33.03Fisker-THIS STRAT CAN'T FAIL!
20:33.25robotuschApparently some ad agency have made a plugin for various browsers, which replaces ads on websites with ads for various aid organisations
20:33.36Fisker-:3
20:33.53Fisker-I'm on door duty on Yogg-Saron
20:33.57robotusch:D
20:34.39robotuschthought you were on Summer schedules now ;o
20:35.27Fisker-pretty much is
20:35.44Fisker-got a couple of alts and non-raiders with us
20:35.51robotuscholol
20:37.17Fisker-msn tiems btw
20:40.03Fisker-http://www.youtube.com/watch?v=KFAnrdZvUtU
20:42.15Repo10raidbuffstatus: 03danielbarron * r250 / (3 files in 1 directory): RaidBuffStatus:
20:42.18Repo- Added some error checking around where the bug happens so I can get further to the cause
20:42.21Repo- Fixed the random-delay-to-avoid-food-spam so it is not always the same number.
20:52.28ThiefMasterwow. whoever decided to put "You must log in to submit translations." at the fucking page bottom must be a real sadist
20:52.43ThiefMasterjust added a whole page of translations just to see that i can enter them again as i was not logged in..
20:52.51ThiefMasterwhy are the fields even writable if you aren't logged in?
20:54.07Stanzillackknight: ^ :P
20:54.32ckknightThiefMaster: wanna file a ticket? I'll fix it.
20:54.38ThiefMasterlink?
20:54.38ckknight@postaticket ThiefMaster curseforge
20:54.39Repockknight: Please submit a ticket at http://www.curseforge.com/projects/curseforge/create-ticket/ for that request, ThiefMaster.
20:54.58Fisker-kend din plads ckknight
20:55.16ckknightin this channel, we speak American, Fisker-
20:56.08ThiefMasterdone
20:56.12ckknightcool
20:56.19ckknightI'll fix it on the beta site tomorrow
20:57.50Fisker-No ckknight
20:57.52Fisker-you speak english
20:58.06Fisker-throws a lot of u's after your o's
20:58.36robotuschoh u
20:59.49*** join/#wowace _Berti (n=berti@vs156121.vserver.de)
21:04.08ckknightlol.
21:04.24ThiefMasterhrm i wonder why you cannot choose the preferred locale for each addon separately
21:04.38ThiefMastersome just have very dumb/unnecessary/annoying translations
21:04.49ckknightoh?
21:06.11ThiefMasterit probably fits well into wow's "translate everything" policy.. but for people being able to understand english it'd be more comfortable to be able to get english messages instead of poorly translated german one
21:06.30ckknightsuch is life
21:06.32ThiefMasterfor example.. nobody needs "void zone" to be translated.. everyone calls it "void zone"
21:06.46ckknightthe trick is to play with the enGB client
21:07.57ThiefMasteri probably would do that if i could keep german item names (i don't want english names in the trade channel) or at least get the german names in the tooltip
21:08.14ThiefMasterbut i guess there's no api to access other (inactive) game languages if you install another language pack, right?
21:09.13Repo10fu-bar_converge-fu: 03Broliant * r105 / (4 files in 1 directory): FuBar_ConvergeFu:
21:09.16Repo- Added trigger for custom fish-feast announcer from CHAT_MSG_MONSTER_EMOTE channel.
21:10.58Repo10fu-bar_converge-fu: 03Broliant 04v3.43-release * r106 : FuBar_ConvergeFu: Tagging this as a proper release.
21:15.30nicoli_shas come back to mysql
21:22.16ckknightnicoli_s: mysql sucks
21:24.25*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
21:24.25*** mode/#wowace [+o Funkeh`] by ChanServ
21:27.57*** join/#wowace TotalBiscuit (i=TotalBis@89.240.148.9)
21:32.15*** join/#wowace moop (n=moop@host86-129-187-254.range86-129.btcentralplus.com)
21:32.49*** join/#wowace tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
21:32.49*** mode/#wowace [+v tekkub] by ChanServ
21:33.40ckknighthey all, what do people think about adding an "Achievements" category? Seeing as it's kind of a big part of WoW now, could be good to have.
21:34.47jnwhitehseems to make sense to me ckknight
21:35.00Fisker-for what ckknight ?
21:35.05ckknightfor WoW
21:35.13ckknightas a category on wowace/curseforge/curse/etc.
21:35.18Fisker-oh
21:35.19Fisker-yeah
21:35.36Fisker-i approve of this!
21:35.39ckknightwell
21:35.48ckknightas long as I can blame Fisker- if it turns out to be a bad idea
21:37.07ShefkiAs long as we also have a category called AntiFisker I'll approve of this move.
21:37.48Repo10big-wigs: 03Pettigrow * r5707 Ulduar (6 files in 1 directory): Ulduar: frFR Update
21:37.51RepoUlduar/IronCouncil: "fix" boss death
21:38.32Repo10bunch-of-bars: 03Mininova * r100 / (3 files in 3 directories): BunchOfBars:
21:38.35Repo- bug fixes
21:39.55ckknighthttp://beta.wowace.com/projects/?category=achievements
21:40.21Fisker-you don't need a category for all mods Shefki
21:41.58ckknightlulz
21:42.26ckknightbtw, I'm planning on releasing the beta site onto the main site "soon"
21:42.36ckknightso if you have any major gripes, let me know
21:43.26jnwhitehckknight: will the old style be available at all?
21:43.29ShefkiMajor gripe: It's too blue.
21:43.35*** join/#wowace RLD_osx (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com)
21:43.40ckknightShefki: http://beta.wowace.com/themes/
21:43.49ckknightjust fiddle with the colors
21:44.16ckknightjnwhiteh: sadly, it's completely new HTML and such, a lot of stuff changed on the backend. You could try to make your own theme to match the old one, if you want
21:44.40jnwhitehah okay, no worries
21:44.44jnwhitehi just find the old much easier on the eyes than the new
21:45.02ShefkiOhh nice I can use the curseforge theme on it.
21:45.08ckknightShefki: or whatever
21:45.16robotuschFisker- :(
21:45.19ckknightI know we all want purple-on-pink wowace
21:45.21robotuschSlow counters are slow
21:45.23jnwhitehoh yeah
21:45.26jnwhitehcf is fine
21:45.29robotuschhttp://www.kmdvalg.dk/ev/dk.htm :<
21:45.31*** join/#wowace ik0n (n=ikon_@c-98-199-6-32.hsd1.tx.comcast.net)
21:45.55ckknightbasically, though: if someone comes up with a better theme than the default that's "wowace-y", I've no problem switching the default over to it.
21:46.56Zyndromesilly EU parliament election
21:47.05Zyndrome7.1% to the swedish Pirate Party , yarr
21:47.34Fisker-http://www.kmdvalg.dk/av/dk.htm :<
21:49.50ckknightrobotusch: what does that mean?
21:50.31robotuschThat they haven't finished counting the votes in neither mine nor Fisker-'s electoral districts >:(
21:51.46robotuschlol
21:51.51robotuschI live in an effing fail district
21:52.02Ackishttp://beta.wowace.com/admin/approval-queue/ 500 error ckknight
21:52.05ckknightnoes!
21:52.10robotuschEven the communists got more votes than my party xD
21:52.50Fisker-they failed even more robotusch
21:53.00Fisker-they confused the heir election with the EP election
21:53.04Fisker-and the links are broken because of it
21:53.06robotusch:P
21:53.16robotuschHAH
21:53.25robotuschWe had more yes-votes than you
21:53.44Fisker-sauce
21:54.04robotuschcrap D:
21:54.11robotuschit just changed xD
21:54.16Fisker-besides
21:54.18Fisker-No > Yes
22:01.29Gnarfozrobotusch: what?
22:01.50Gnarfozah, meh
22:01.52Gnarfozbacklog fail
22:02.41Fisker-owned Gnarfoz
22:02.46Fisker-owned with a capital ZERO
22:03.18Gnarfozlike your mom?
22:07.23Repo10boss-notes: 03Bethink * r119 / (6 files in 2 directories):
22:07.26RepoCHANGE: The display in the abilities category now only shows abilities matching the dungeon difficulty.
22:07.29RepoFIX: NPC abilities are sometimes shown on player characters.
22:07.34Repo10boss-notes: 03Bethink * r120 Abilities/Abilities.lua:
22:07.37RepoCHANGE: The display in the abilities category now only shows abilities matching the dungeon difficulty.
22:07.40RepoFIX: NPC abilities are sometimes shown on player characters.
22:08.56Camciwhy the hell did they remove the kick knock back from gamon?
22:09.10Camcithat was the only fun you could you in orgimmar
22:09.46Camcikicking ppl trying to heart and mounting
22:09.47Camci:(
22:10.37ckknightAckis: fix deployed, btw
22:12.55*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust576.bagu.cable.ntl.com)
22:13.14Ackisty
22:14.41*** join/#wowace Inc` (n=incendiu@pool-72-64-103-206.dllstx.fios.verizon.net)
22:19.03Repo10ihml: 03Ackis 07master * v2.61-1-g93efb06 / (2 files in 2 directories): [+1 commit] Add Song of Fecundity
22:22.31*** join/#wowace BWMerlin (n=chatzill@58.174.148.250)
22:26.29Repo10fswapper3: 03x87bliss * r29 / (2 files in 1 directory):
22:26.32RepoThe Data Broker drop down menu now appears under the Player's Mana Bar for Data Broker display addons which do not provide a named UIObject.
22:26.33Shefki@ticket pitbull4 430
22:26.48Shefki^ lol at that ticket
22:26.50RepoShefki: http://www.wowace.com/projects/pitbull4/tickets/430 - Font size of charges not in P4?. Reported by: Kupotek. Type: Enhancement. Updated: 27 seconds ago. Component: Aura. Status: Invalid. Priority: Medium. Assignee: Shefki. Votes: 0. Comments: 0
22:27.04*** join/#wowace Matrix110 (i=Matrix11@95.222.224.90)
22:27.20Repo10fswapper3: 03x87bliss 04v3.1.3.7 * r30 : Tagging as v3.1.3.7
22:27.53sztanpetShefki pong
22:27.53sztanpet:D
22:28.13Shefkisztanpet: That patch of yours.  I doubt you need a table of frames not to do the fade on.
22:28.30sztanpetyea i have no idea how to do it right, that worked tho
22:28.49ShefkiYeah I get around to making something right.
22:32.08*** join/#wowace Shirik (n=Shirik@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
22:32.08*** mode/#wowace [+v Shirik] by ChanServ
22:33.07*** join/#wowace Zyndrome (n=faggotry@h243n2-av-a11.ias.bredband.telia.com)
22:46.53Repo10fswapper3: 03x87bliss * r31 / (2 files in 1 directory):
22:46.56RepoLDB drop down menu now works properly for LDB displays using unnamed UIObjects.
22:47.01Repo10focus-interrupt-sounds: 03Corg * r52 FocusInterruptSounds.lua: FocusInterruptSounds:
22:47.04Repo- Updating default blacklist with more Ulduar mobs
22:47.09Repo10fswapper3: 03x87bliss 04v3.1.3.8 * r32 : Tagging as v3.1.3.8
22:52.04*** join/#wowace Zyndrome (n=faggotry@h243n2-av-a11.ias.bredband.telia.com)
22:53.43*** join/#wowace Maelos (i=squid@eclipse.fourty.net)
22:54.20*** join/#wowace Daemona (n=koaschte@i59F62B9A.versanet.de)
22:54.35*** join/#wowace Baraius (n=bhuddles@70.114.235.63)
23:00.03Pneumatusanyone with VPS's on LxAdmin/HyperVM based boxes might want to proactively back everything up
23:00.39*** join/#wowace Maelos` (i=squid@eclipse.fourty.net)
23:03.48thulspotify:track:7oXmWEezKTkWj81DHgnOKA <- thi is just great.
23:08.31Fisker-i hate you thul
23:08.32Fisker-i hope you die
23:08.33Fisker-in hell
23:09.13thulWell, most likely I'll die and _then_ go to hell.
23:09.17thulbut if I get to hell and _then_ die
23:09.23thulthat would be a good thing, no?
23:09.29thulanalrapes Fisker-
23:09.31thuland I love you too Fisker- ! :-D
23:09.51Fisker-:3
23:11.55*** join/#wowace eoM_rM (n=moe@p5489FFD9.dip.t-dialin.net)
23:11.56ckknightyou kids calm down
23:16.36ShefkiEnhance your calm.
23:18.16Zyndromespotify:track:0wwZ1DrT9jGtymSyntMSgu
23:18.16Zyndrome¯\(°_o)/¯
23:18.36*** join/#wowace Cavisty^gerber (n=Cavisty@c-71-200-111-231.hsd1.md.comcast.net)
23:23.30GnarfozPneumatus: why?
23:23.59PneumatusGnarfoz: because there are now multiple published vulerabilities that have been exploited today in several hosts
23:24.26Pneumatusand no upstream fix still
23:27.48Pneumatusupstream have basically said now that their software shouldnt be used in a production environment now
23:29.50Gnarfozwell, you get what you pay for, I guess :D
23:30.44Fisker-slaps Gnarfoz around a bit with a large trout
23:30.49Fisker-whatcha gonna do?
23:31.19Gnarfozplay sc2
23:31.24Fisker-oh but you can't
23:32.59Fisker-kd3 my nemesis
23:33.05nicoli_si wanna play sc2 :(
23:33.12kd3not so much as my ISP is
23:34.43GnarfozFisker-: but I can! :D
23:35.35ckknightcurse your black heart, Gnarfoz
23:35.51Gnarfozwhat :<
23:36.01GnarfozI'm just trolling teh troll
23:36.17Gnarfozyou don't think people get that lucky, right? ^^
23:37.01Fisker-i am untrollable
23:38.17Gnarfozuncontrollable maybe
23:38.39*** join/#wowace syeren (i=syeren@cpc3-oldh9-2-0-cust704.10-1.cable.virginmedia.com)
23:38.55*** join/#wowace Soulsbane (n=chatzill@174.32.26.128)
23:40.03ckknightI just wanna know about the SC2 maps and such
23:40.11Fisker-i just farted
23:40.19Repo10arl: 03pompachomp * r2040 RecipeDB (2 files in 1 directory): fixed a bunch of quest data
23:46.53nicoli_sditto that ckknight
23:48.59*** part/#wowace CrazyBenny_ (n=s_m@actplus.cust.sloane.cz)
23:50.20Megalonsets Fisker- on fire
23:50.20Megalonthat should keep me warm while sleeping!
23:51.58*** join/#wowace Maelos (i=squid@eclipse.fourty.net)
23:56.00Repo10failbotspam: 03Cybey * r11 FailBotSpam.lua: - Working as intended
23:56.03Repo- Code optimized
23:59.23Repo10failbotspam: 03Cybey 041.0c * r12 : Tagging as 1.0c

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