IRC log for #wowace on 20081019

00:02.32*** join/#wowace Daduke (i=Daduke@S0106001d09cfee38.ed.shawcable.net)
00:02.37Dadukehowdy
00:02.55Dadukeanyone around?
00:03.08asmodaiis off to bed
00:03.09asmodailater
00:03.48Repo10phat-loot: 03andreasg * r33 PhatLoot.toc: toc bump
00:11.14RaydenUniwtf
00:11.30RaydenUnii joined a group and something popped up showing each group member and "Doesn't have Quixote."
00:11.32RaydenUniwht mod is that?
00:13.53p3limhow can i get the first letter in a string in caps?
00:13.59p3limfrom 'hello' to 'Hello'
00:14.39pastamancerthe shift key
00:14.46*** join/#wowace eoM_rM (n=moe@p5489D693.dip.t-dialin.net)
00:14.48p3lim-.-
00:15.23pastamancerhttp://www.lua.org/manual/5.1/manual.html#5.4
00:15.25pastamancerbookmark it
00:16.36Repo10cartographer: 03bukzor 07woltk_fix * r2262 : branch for woltk fixes
00:16.57pastamancerhaha, is that another carto2 bugfix branch?
00:17.18Megalonwith fixed fixes probably
00:17.24doom0rsaw this on a compilation: Chinchilla v1.2 (Minimap addon of awesomeness. *chewing sounds*. It'll nibble your hay pellets)
00:17.50doom0rlooks like someone came up with a decent tagline
00:18.53Yssarilis there anyway to check if a character is moving aside from checking coordinates?
00:19.25pastamancerYssaril: yes, but it's not for the faint of heart
00:19.43Yssarilpastamancer: my heart is prety healthy :)
00:20.13pastamancerYssaril: then take a look at what I did for http://www.wowinterface.com/downloads/info10104-CalorieCounter.html
00:20.16Yssarilpastamancer: secure hook movement functions?
00:20.20pastamancerexactly
00:20.26p3limstring.upper, but thats the whole string, how about just the first letteR?
00:20.47pastamancerp3lim: well, you split the string into the first letter and the rest of the string
00:20.55pastamancerp3lim: then you uppercase the first letter
00:21.01pastamancerp3lim: and then put them back together again
00:21.11p3limok
00:21.18*** join/#wowace cubicool (n=cubicool@c-24-99-111-193.hsd1.ga.comcast.net)
00:21.33harl|SGAhow do i change the size of a statblock block?
00:21.54pastamancerYssaril: I've done all the hard work in calorie counter, you should be able to just copy/paste most of it
00:23.31Repo10xloot: 03mikk * r349 XLoot.lua:
00:23.32RepoXLoot: Make leftclicking "Link All" work. (Right click never broke)
00:23.49pastamancerYssaril: one caveat, it doesn't catch click-to-move
00:24.28*** part/#wowace cubicool (n=cubicool@c-24-99-111-193.hsd1.ga.comcast.net)
00:24.41Repo10coconuts: 03LordFarlander 042.5.92-release * r92 : Tagging as 2.5.92-release.
00:24.56Yssarilpastamancer: your missing moving up/down but that will give me something nice to look at
00:25.04p3limlua> string.gsub('player', '(.)', string.upper, 1)
00:25.04lua_botp3lim: Player, 1
00:25.15Megalonp3lim: string.gsub('a word to the wise', '(%a)(%a*)',function(x,y) return string.upper(x)..y end)
00:25.21Megalonor yours
00:25.22Megalon;D
00:25.28p3limlua> string.gsub('player', '(.)', string.upper)
00:25.29lua_botp3lim: PLAYER, 6
00:25.37p3limnice, figured out that too :)
00:25.39*** join/#wowace Paene (n=jim@24-236-190-128.dhcp.mrqt.mi.charter.com)
00:26.05Repo10libtooltip: 03Adirelle * r3 / (6 files in 3 directories): Setup library layout.
00:26.05RepoWorking proof of concept.
00:26.07Repo10mini-pet: 03LordFarlander 044.5.122-release * r122 : Tagging as 4.5.122-release.
00:26.21Repo10tabard: 03LordFarlander 042.5.47-release * r47 : Tagging as 2.5.47-release.
00:26.27p3limlua> string.gsub('a word to the wise', '(%a)(%a*)', function(x,y) return string.upper(x)..y end)
00:26.27lua_botp3lim: A Word To The Wise, 5
00:26.30Adirellenight
00:26.34p3limnice one megalon
00:26.35Repo10stable: 03LordFarlander 042.1.64-release * r64 : Tagging as 2.1.64-release.
00:26.35MikkAdirelle: umm isn't there a slew of tooltip libs already?
00:26.37Mikkgah
00:26.50*** join/#wowace Legorol (n=legorol@stud-nat-blk12.trin.cam.ac.uk)
00:26.50Repo10baldrick: 03LordFarlander 041.5.88-release * r88 : Tagging as 1.5.88-release.
00:27.42TorhalMikk: We're working on a lightweight multi-column tooltip library. Tablet is a behemoth and needs to go away. :)
00:27.59Mikkrighto
00:28.31cladhairelibtooltip probably isn't the best name
00:28.34cladhairebut *shrug*
00:28.39Mikkp3lim: there's going to be problems with that approach i'm afraid... it doesn't work on something as simple as accented characters
00:28.47Megalonlibtooltip sounds more like a dogtag behemoth :P
00:29.01Mikklua> string.upper("é")
00:29.02lua_botMikk: é
00:29.02p3limMikk: im gonna use the function on unit strings
00:29.12p3limlike 'player', 'party4' etc
00:29.16Mikkah that'll be fine then
00:29.19p3limyep
00:29.26Mikkhmmm i had this figured out somewhere at some point
00:29.36MikkWoW's string.upper actually handles unicode correctly
00:29.39Mikkthe problem is splitting the string
00:30.35TorhalMegalon: Not even close. Lightweight is the design paradigm.
00:30.49Torhalcladhaire: Suggestions? :)
00:31.13cladhaireLibCustomTips
00:31.15cladhaireCustomTooltips
00:31.22cladhairei.e. somethign that isn't an EXTENSION of the in-game tooltip
00:31.29cladhairei.e. not EnhTooltip from the auctioneer folks
00:31.36MikkLibEasyTips ?
00:31.37TorhalYah, not doing that.
00:31.39cladhaireTablet made sense in this case :P
00:31.45TorhalTrue.
00:31.50cladhaireLibTooltip.. does that mean your'e scanning or constructing?
00:32.03YssarilLibGridTip
00:32.04Tristanianconstructing
00:32.14MikkLibEasyTip
00:32.16harl|SGAnever mind, i'll just use Fortress instead of StatBlockCore
00:32.22Tristanianits a temp name anyway :p
00:32.29TorhalAye
00:32.36MikkFix it fast. Temps have a tendency to go permanent :P
00:32.46Tristanianlol
00:32.47Megalonhehe
00:32.48cladhairesrsly
00:32.52MikkHaving said that, LibTooltip is a heck of a lot better than a random word out of webster's
00:32.58cladhairePoncho
00:33.00cladhaireimo
00:33.01TorhalHah
00:33.06Tristanianhahah
00:33.26MikkI now blame clad for all of the batty names that have plagued Ace the past 3 years
00:33.33Tristanianwell I was thinking of Tablet2 initially, then torhal clubbed me to death
00:33.33Repo10librangecheck-2-0: 03mitch0 * r30 / (2 files in 2 directories): added findSpellIndex()
00:33.37Tristanianor not :p
00:33.39cladhaireyou KNOW who to blame mitchnull
00:33.52mitchnullhuh?
00:33.56Mikkblames mitchnull too
00:34.03Shefkibatty names?
00:34.09MegalonLibBobTheTooltipBuilder
00:34.12harl|SGAi kind of liked the names of some ace add-ons. they've been more creative than others.
00:34.45Mikki dunno... maybe it works for some
00:34.56Mikkbut when i see e.g. "chinchilla" i cant ever be arsed to look up what it does
00:35.04TorhalI didn't club Tristanian to death. Merely crippled him severely and tattooed "NO" on his forehead.
00:36.15TristanianI guess LibEasyTip can work
00:36.22Tristanianyes/no/buzz off ?
00:36.27MikkOh wait I have it: "TippyGnome - tips the handy little gnomes with tools"
00:36.45Mikkswings the lart vaguely in vhaarr's direction
00:37.30MikkTristanian: what does it do more accurately?
00:37.30Repo10librangecheck-2-0: 03mitch0 04v3.1-beta1 * r31 / (5 files in 2 directories): Tagging v3.1-beta1
00:37.38MegalonLibWaitress for tip :P
00:37.40harl|SGAdunno about Chinchilla. i've been using simpleMinimap and now i'm trying Squeenix
00:37.52harl|SGAkind of like its name too
00:37.57Mikki used it as an example of a name that means nothing to me
00:38.06harl|SGAi see
00:38.12Tristanianwell the idea is to populate a tooltip with multiple columns and handle updates/coloring etc
00:38.37Mikkthen EasyTip might not be a good name
00:38.42Torhal...and provide bacon.
00:38.47TorhalJust to make tekkub happy.
00:38.52TristanianI know I just threw an arbitary name
00:38.53pastamancerwhy not reuse the tablet name?
00:38.54MikkI thought it was more along the lines of wrapping the apis
00:39.03Mikkpastamancer: because that implies it does what tablet does
00:39.08Mikkwhich it will not
00:39.15harl|SGAi prefer CowTip. anything with Tip in it should be pretty obvious :)
00:39.17Megalonget mikk to help you then you can name it MikkSoftOfficeTips
00:39.18pastamancerah, it is sounding like it does
00:39.20Megalon;O
00:39.32Tristanianwell it does SOME of the things tablet does
00:39.44TorhalTablet could do those things AND wash your car.
00:40.09Tristanianno it didnt
00:40.09pastamancerace3 doesn't do all the same things ace2 did
00:40.13Tristanianmy car was still dirty
00:40.14Xinhuanhow about just call it minitablet
00:40.25Mikkminitablet, tabletlite..
00:40.27Mikkshrugs
00:40.35Tristanianits not that bad actually
00:41.05Mikkpastamancer: in a checkbox comparison, the vast majority is a match though... and ace3 does some stuff that ace2 doesnt too ;)
00:41.10pastamancertableau?
00:41.10Repo10dr-damage: 03Dally1991 06wrath-clone * r689 / (2 files in 2 directories): DrDamage:
00:41.11Repo- Finished the last of the druid talents. DrDamage is showing numbers with about a 5-10% error, but this is acceptable for now.
00:41.16Repo- Caster.lua - IMPORTANT CHANGE, healing co-efficients are increased by 188% in WoW 3.0, but rather than waste time implementing this as a co-efficient change, for now I've just made +healing = spellpower * 1.88. I will revisit this later to do it properly, but for now it has an identical effect on the final numbers.
00:41.19StanzillaLibMiniTablet
00:41.29p3limnow i just need the api to spawn dropdown menues for raid units
00:41.37Repo10libtooltip: 03Kaelten 06new-design * r4 LibTooltip-1.0/LibTooltip-1.0.lua: Stub of the new api design
00:41.47*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
00:41.53Tristanianand there goes kaeltens clone
00:42.04Kaeltenhrm?
00:42.04elite3vilZeksie: Ping
00:42.08Stanzillazumg Kaelten
00:42.10Mikksee? naming needs fixed ;)
00:42.20Zeksieelite3vil: ?
00:42.26KaeltenStanzilla: hrm?
00:42.33StanzillaI liek you!
00:42.36Tristanianwell by all means, please suggest some names :P
00:42.44elite3vilIs there something weird I have to do to make it so I can right click buffs to get them to go away in Xperl?
00:43.06StanzillaLibMiniTablet <
00:43.07Zeksieyeah, you can download the latest commit i did.
00:43.19Zeksiewhihc i didn't flag as release.. damnit. moment
00:44.01Zeksiedone. should find it's way to curse shorlty (r201)
00:44.12elite3vilk, thanks.
00:49.29KaeltenTorhal: sorry for butting my way in on the design of it all
00:50.37PneumatusDally1991: here?
00:53.03mitchnullis LibDBIcon meant to be embedded?
00:54.14p3limis there any docs on FriendsDropDown?
00:54.27*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
00:54.27*** mode/#wowace [+o Funkeh`] by ChanServ
00:54.42cladhairep3lim: as usual you are mlooking in the wrong place.
00:54.44cladhairelook in the raid ui
00:54.47cladhairewhere it provides drop downs
00:54.49cladhairethen do that
00:55.04p3limi got the stuff spawned already
00:55.12p3limjust curious about the function(s)
00:55.21cladhaire"stuff spawned"
00:55.23cladhaireyou're so descriptive
00:55.28cladhairewhat do you have, really?
00:55.43p3limhttp://pastey.net/98784
00:56.09*** join/#wowace balstor (n=chatzill@209.205.152.176)
00:56.13cladhaireand what is your question?
00:56.25p3limjust wondering how FriendsDropDown works
00:56.29cladhairelook at the code
00:56.39cladhairenot very difficult =/
00:59.23p3limjust wondering if i can make that table in a different way
01:00.03Repo10range-display: 03mitch0 * r173 / (5 files in 2 directories):
01:00.04Repoadded LDB/LibDBIcon support, added pet frame, even nicer colors, added autoadjust
01:00.23cladhaireyou asked if there was documentation
01:00.34cladhairethere is, open up the code where it is defined and look at it, it'll tell you everything you need to know :p
01:02.17Repo10range-display: 03mitch0 04v3.1-beta2 * r174 : tagging 3.1-beta2
01:03.02fewynfuturama movie is on comedy central
01:03.26*** join/#wowace ScoTTie (n=scott@unaffiliated/scottie)
01:05.59Repo10raidbuffstatus: 03danielbarron * r109 / (10 files in 2 directories):  (Message trimmed by 6 lines)
01:06.00RepoRaidBuffStatus:
01:06.01Repo- Removed Omen of Clarify check as it is now passive.
01:06.03Repo- Fixed some spellids which had changed.
01:06.07Repo- Fixed issue with reporting Kings and blessings calculations.
01:06.11fewynhmmm any auto repeatable quest turn in addons working in 3.0?
01:12.25Repo10mounted: 03yssaril 07master * 1.1.0b-1-gc62d82c Mounted.lua: [+1 commit] second attempt at the druid/shaman moving forms
01:13.18IronhandI'm noticing that after the patch, a whole bunch of addons (such as oRA2, BugSack, ClosetGnome) are no longer able to show an icon on FuBar - it's either a minimap icon, or no icon at all... how do I get them back on FuBar?
01:13.57Megalonfewyn: http://www.wowinterface.com/downloads/info7091-idQuestAutomation.html no gui, no options, but does automation on every quest autoaccept/completing etc
01:14.12HjalteIronhand: They're using LDB now. If you want them on fubar, you need to use an addon called Broker2Fubar or you could swich to a LDB display addon instead.
01:14.26elite3vilIronhand: .. Yeah.. what Hjalte said while I was typing it.
01:14.47Ironhandthx Hjalte (& elite3vil for trying) - I'll have a look at those 2 options
01:15.13elite3vilBroker2Fubar fixed my problem when I had it.
01:15.37*** join/#wowace Shirik (n=skullsho@conspiracy/developer/Shirik)
01:15.37*** mode/#wowace [+v Shirik] by ChanServ
01:20.53Repo10mounted: 03yssaril 07master * 1.1.0b-2-gf36858f Mounted.toc: [+1 commit] update toc
01:21.00Repo10mounted: 03yssaril 04v1.1.1 * 6a08026 /: [new tag]
01:22.43*** join/#wowace Shirik|Ecole (n=nospam@conspiracy/developer/Shirik)
01:22.43*** mode/#wowace [+v Shirik|Ecole] by ChanServ
01:25.54*** part/#wowace mitchnull (n=mitchnul@catv3EC945BD.pool.t-online.hu)
01:26.44Repo10morg-dkp2: 03Morgalm * r2 / (49 files in 11 directories): MorgDKP2
01:26.46Repo-initial commit
01:28.41*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
01:28.41*** mode/#wowace [+v MentalPower] by ChanServ
01:29.45Gngsk~botsnack
01:29.45purlGngsk: :)
01:31.15*** join/#wowace JamesJr (n=jameswcr@71-87-226-168.dhcp.hlrg.nc.charter.com)
01:31.21*** join/#wowace Aeyan (n=fake@cpe-071-076-230-073.triad.res.rr.com)
01:31.34JamesJrExcuse me, is Ironforge still accessable?  I just tried and do not think it exists anymore.
01:31.40JamesJrironforge airport*
01:34.52doom0rit hasn't been accessible since they took out wallwalking
01:35.29JamesJrI went to the airport 2months ago
01:35.33JamesJrwhen was wallwalking removed?
01:35.57doom0r1.9
01:36.07JamesJrwhat is it now?
01:36.13doom0r3.0.2
01:36.26JamesJrwell then you are mistaken
01:36.35JamesJrIF Airport has been accessable after 1.9
01:36.39*** join/#wowace Repo (n=supybot@69.57.184.216)
01:36.43doom0rnot without exploit
01:36.49JamesJrlol
01:36.59JamesJrThe "Exploit" is just walking without a path
01:39.28Repo10arl: 03Ackis 06wotlk-branch * r938 / (2 files in 2 directories): Remove wrath FA stuff
01:39.28Stanzillaremoves Ackis
01:41.25PrimerPrat-3 "copy from" doesn't list any other profiles
01:42.06doom0rdo you have a non-default profile edited and saved?
01:42.08Repo10libperiodictable-3-1: 03Gazmik * r15 / (2 files in 2 directories): - Added WotLK Cooking content to TradeskillResultMats
01:42.08Repo- mirrored r13-14 changes from Consumable to data.lua
01:42.42*** part/#wowace CrazyBenny (n=s_m@212.11.123.10)
01:44.21Repo10cryolysis3: 03Paene * r24 data/defaults.lua: Mount button now defaults to manual behavior
01:45.53Ackisis there an easy way to move a clone to main?
01:50.25pastamancercheckout/import?
01:51.15*** join/#wowace Quezacolt (n=chatzill@119.94.28.1)
01:53.08TorhalAckis: Kaelten says no.
01:53.17Kaeltennot really Ackis
01:53.21Kaeltenat least not for svn :(
01:53.42kaidensoooo... what's a good warlock spec now, or are they all jacked :P
01:53.52PrimerFor what purpose?
01:53.57kaidenPvE
01:54.11PrimerI'm doing pretty well as full affliction
01:54.22Ackiscan't stay connected to anything :(
01:54.23ievilkaiden, we've seen all sorts doing quite well
01:54.42kaideni've heard nothing but complaints from the locks on my server
01:54.59ievilkaiden, they're not as buffed as some other classes
01:55.42ieviland they're not top1 dps in some raids on the dmg meter. but that's not what this game is about is it? ;)
01:55.59kaideni was just curious, i dont care either way :)
01:56.12kaidenI just use mine to farm / etc
01:56.45ievilcan msg a few ;)
01:57.17ievilbut some on of the locks I know raiding swp is using 0/21/40
01:57.53*** join/#wowace Shirik (n=skullsho@conspiracy/developer/Shirik)
01:57.53*** mode/#wowace [+v Shirik] by ChanServ
02:00.47*** join/#wowace Matrix110| (i=Matrix11@pD957F883.dip.t-dialin.net)
02:00.47*** join/#wowace Ackis (n=asdf@WoWUIDev/WoWAce/ARL/Troll/Ackis)
02:03.33Tinyboommethinks there is a bug in bartender4 :p can't do anything when doing chess in kara atm :p
02:05.44pakozuse hotkeys tiny
02:06.11Tinyboomdid, the spells where there and i could also use the pet bar, but nothing happened when i did stuff with the pieces
02:06.18TinyboomPaene: possible to get a beta tag on cryo3? ;)
02:06.36*** join/#wowace selckin (n=selckin@unaffiliated/axxo)
02:06.49si-m1Tinyboom: worked for me yesterday
02:06.56Tinyboomhmm
02:06.57Tinyboomweird
02:07.05PaeneTinyboom: soon :)
02:07.21Paenejust re-added the old mount system
02:07.27Paeneand working on some bugs
02:08.07Repo10mounted: 03yssaril 07master * v1.1.1-1-g7a4ccb5 / (2 files in 1 directory): [+1 commit] updated the macros to not remount when you dismount (its a bit hackish but works like a charm the last line is only in there to display a decent icon on the macro)
02:08.14Repo10mounted: 03yssaril 04v1.1.2 * ef9709e /: [new tag]
02:08.26TinyboomPaene: kk :)
02:08.37RaydenUnithe group i was running with for heroic MGT, as the tank i did the most dmg
02:08.45RaydenUniour resto druid was wearing MC shoulders
02:08.46TinyboomPaene: np, will pull it manually until then :)
02:09.56doom0rdoes cryolysis fold out like sphere did?
02:13.54PaeneCryolysis3 is like Sphere
02:14.00Paenebut not quite as customizable
02:14.21doom0ric
02:14.24Paenethere's a port menu that folds out
02:14.27Paenea buff menu
02:14.30Paeneand such
02:14.35Paeneonly the mage module is working atm
02:14.41Paeneother classes are coming in the future
02:14.54PaeneSphere let you customize everything, Cryo3 is more pre-defined
02:15.06doom0rhmmm
02:15.23doom0rthat's too bad, i used sphere simply because i put all the not readily needed stuff on it
02:15.33doom0ri used normal bars for skills
02:15.48Hell-Razorfuck my server now
02:15.49Hell-Razorit sucks
02:17.33Repo10cryolysis3: 03Belazor * r25 / (4 files in 2 directories): - Fixed tooltip code for both mount options.
02:17.34Repo- Changed "Flying First" -> "Automatic"
02:17.35Repo- Removed some redundant code from :FindMounts()
02:17.42*** join/#wowace nocts (n=Miranda@unaffiliated/nocts)
02:17.47Repo10libtooltip: 03Kaelten 06new-design * r5 LibTooltip-1.0/LibTooltip-1.0.lua: aquire/release prototypes done
02:19.03*** join/#wowace digmouse (n=chatzill@58.217.206.104)
02:19.10Daemoenckknight: ping
02:19.19ckknightpong
02:19.43Daemoenjust noticed the updated cart3,  will the revert from models to sprites also correct the waypoint issue?
02:20.00*** join/#wowace BlueFriday (n=asdf@unaffiliated/bluefriday)
02:21.04Daemoenwhen last i brought it up you had mentioned that it was due to how the models had changed, so figured it would be a valid question :)
02:25.23TinyboomAckis: ping
02:25.25Ackiswhy does my net suck ass?
02:25.29AckisTinyboom: pong
02:25.31Ackisnet is sucking
02:25.36Ackisso I'm getting dced
02:25.50Tinyboomsucky net is sucking
02:26.15Tinyboomany updates inc to arl soonish? can't find any 3.0 versions
02:26.29AckisI finally have time to work on ARL and this shit happens
02:27.18Tinyboom./comfort Ackis
02:28.02Ackisso why did you ping me? :P heh
02:28.11Ackis@project libtooltip
02:28.12RepoAckis: http://www.wowace.com/projects/libtooltip/. LibTooltip-1.0. Game: WoW. Leader: Torhal. Authors: Kaelten, Tristanian, Adirelle. Updated: 48 minutes ago
02:29.07*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
02:29.39doom0ranyone know offhand if XRS is fully functional?
02:31.40TinyboomAckis: pinged for info, missing arl :)
02:31.44*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust544.bagu.cable.ntl.com)
02:32.11Repo10range-display: 03Sayclub * r175 localizations/localization-koKR.lua: Update locale koKR
02:32.28*** join/#wowace Ackis (n=asdf@WoWUIDev/WoWAce/ARL/Troll/Ackis)
02:32.58Ackisgrumbles
02:34.05ievilAckis, try to find a closer server
02:34.17*** part/#wowace JamesJr (n=jameswcr@71-87-226-168.dhcp.hlrg.nc.charter.com)
02:35.56Ackisievil: it's my net, not IRC
02:36.00Ackisgetting DCed from everything
02:37.42ievilAckis, that's no fun. bad provider?
02:37.54Ackisonly provider
02:40.18Ackishttp://ackis.myminicity.com/env
02:41.09elite3villol
02:41.19ievilhmm
02:41.20elite3vil"If I randomly spam this enough times in irc, my city will grow"
02:41.56ievilanyone know what OptionsFrame.lua was replaced by?
02:42.15Ackiselite3vil: it works :P
02:42.35elite3vilAckis: I know, 'cause people (like me) are curious, and click to see what it is.
02:42.36elite3villol.
02:42.38Ackishaha
02:52.06*** join/#wowace Soulsbane (n=Soulsban@dial-69-55-144-167.sofnet.net)
02:53.51BlueFridayIf I want to learn Lua, where should I start? Any books or websites (besides Lua.org) that have good information?
02:54.44RaydenUnianywhere i can find an endless onslaught of mobs to kill?
02:54.50RaydenUnilke i never have to move to get more
02:55.37Repo10lib-st: 03ddumont 04v0.7beta * r27 / (5 files in 1 directory): v1.0RC
02:59.26CamciAnyone knows why my UI scale gets resetted every time i relog? it seems to not save the setting
02:59.45ievilCamci, running vista?
03:00.31Camciievil, yes.
03:00.50CamciDidnt do like this before patch
03:01.09ievilif you got wow in Program Files folder, move it someplace else.
03:01.23Camciits not there :p
03:01.33ievilhehe. just sounds like the typical vista problem :p
03:01.42Camciyea i know :p
03:02.26Camciseems to be working now....
03:02.32Camcidisabled some addons i didnt know what it was
03:02.34*** join/#wowace NightHawkTheSan1 (n=jonathan@70-56-66-53.tukw.qwest.net)
03:02.35Camci^^
03:02.46ievilalways the charm
03:02.47doom0rwhat's the lightest way to skin mailbox/character and such that i don't have an addon specifically for that?
03:06.13RaydenUniso today wow told me my addons were causing slowdown
03:06.16RaydenUnifirst time since the patch
03:06.34ulicthe game actually reported that to you?
03:07.22RaydenUniyeah
03:07.24Ackislua> return false == false
03:07.24lua_botAckis: true
03:07.26RaydenUniasked if i wanted to shut some down
03:07.30Ackislua> return false == true
03:07.30lua_botAckis: false
03:14.24ievilanyone know what OptionsFrame.lua was replaced by?
03:16.10Repo10libtooltip: 03Kaelten 06new-design * r6 LibTooltip-1.0/LibTooltip-1.0.lua: ping ackis, na just some cleanup
03:17.42TorhalHeh
03:23.39doom0rany way with chatter to set the difference in alpha change on mouseover, so it's a bit more darker on mouseover, but can still be light normally?
03:23.54doom0rseems the alpha has a fixed ratio between mouseover and non
03:25.42*** join/#wowace bien| (n=bien@pD9E6C79B.dip.t-dialin.net)
03:33.10ZhinjioNo instance servers available
03:33.27Zhinjiothis is just dumb
03:33.33ZhinjioI was trying to solo scholomance
03:33.36pastamancerI'm getting hella lag on my server
03:33.47pastamancerjust in brill
03:33.57*** join/#wowace |Yssaril| (n=Yssaril@adsl-99-145-19-62.dsl.emhril.sbcglobal.net)
03:34.06pastamancerwell, it may be more widespread
03:34.09Zhinjioyeah, everyone was complaining of lag before I got kicked
03:38.03Arrowmasteryeah same on my server
03:38.34Arrowmasterthe good news is that i only need to do aq40 and ill have all the classic stuff done, got classic dungeonmaster earlyer
03:38.44Arrowmasteralso have like 7 books to read for well read
03:40.17Zhinjioyeah, I'm just getting the last books in scholo
03:40.20Zhinjiobefore I got DC'd
03:41.17HjalteWhen using a /cast macro, my casting bar dissappears if I press it more than once but the spell still finishes. Is there anything I can change in my macro or is it the fault of my casting bar (oUF)?
03:45.25*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
03:51.46*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
03:53.11*** join/#wowace Irish` (n=irish@adsl-4-143-197.gsp.bellsouth.net)
03:54.47*** join/#wowace Tenchworks (n=none@69.182.189.143)
03:54.52Repo10arl: 03Ackis 06wotlk-branch * r939 / (4 files in 1 directory): More filtering changes, everything is broken :(
03:59.25Repo10ampere: 03Tekkub 07master * 3.0.1.12-Beta-3-gec435cc / (9 files in 2 directories): [new]
03:59.26Repo10ampere: 03Tekkub 042.4.0.1-Beta * dc6ab6d /: [new tag]
03:59.27Repo10ampere: 03Tekkub 042.4.1.2-Beta * f4e7859 /: [new tag]
03:59.28Repo10ampere: 03Tekkub 042.4.1.3-Beta * dde72c9 /: [new tag]
03:59.32Repo10ampere: 03Tekkub 042.4.2.4-Beta * 7550679 /: [new tag]
03:59.36Repo10ampere: 03Tekkub 042.4.2.5-Beta * a749c9a /: [new tag]
03:59.40Repo10ampere: 03Tekkub 042.4.2.6-Beta * 871110e /: [new tag]
03:59.44Repo10ampere: 03Tekkub 042.4.2.7-Beta * 102ee74 /: [new tag]
03:59.48Repo10ampere: 03Tekkub 042.4.3.8-Beta * cf8b0ad /: [new tag]
03:59.52Repo10ampere: 03Tekkub 043.0.1.10-Beta * 8c18b20 /: [new tag]
03:59.56Repo10ampere: 03Tekkub 043.0.1.11-Beta * bc9f001 /: [new tag]
04:00.00Repo10ampere: 03Tekkub 043.0.1.12-Beta * 14ab129 /: [new tag]
04:00.04Repo10ampere: 03Tekkub 043.0.1.9-Beta * d145aea /: [new tag]
04:03.38pastamancerlooks like tek's been busy
04:03.51Tekkublooks like repo is stupid :P
04:04.03pastamanceralso possible
04:04.06quiescensnerf repo
04:04.09Tekkubthose are all old tags
04:04.12pastamanceris that the result of a git push?
04:04.35TorhalI was thinking you'd just moved everything in from github and it was just announcing every tag
04:04.42Tekkubyes
04:04.44TorhalWhich is stupid, yes
04:04.46TorhalHeh
04:05.55CamciWATCH http://www.youtube.com/watch?v=ZMOdPT7VzQE !!!!!!!
04:06.13Gngskextreme release edition, i like that
04:06.31Tekkubcouldn't think of shit when I added the "ere"
04:06.43Gngskheh
04:06.43fewynhttp://mycroft.mozdev.org/developer/devlist.html?email=fewyn%40fewyn.net i setup a Firefox wowace search plugin if anyone is interested in it
04:07.14Repo10ampere: 03Tekkub 07master * 3.0.2.13-Beta-1-g901d9e7 changelog.txt: [+3 commits]
04:07.15Repo901d9e7: Merge commit '3.0.2.13-Beta'
04:07.16Repo980fc28: Weekly build 3.0.2.13-Beta
04:07.17Repob801029: Update changelog for 3.0.2.13-Beta
04:07.21Repo10ampere: 03Tekkub 043.0.2.13-Beta * 87306b2 /: [new tag]
04:07.24TekkubTHAT is a new tag
04:07.46Tekkubhad to wait for shit to syndicate to curse.com since it's retarded and can't sort correctly
04:07.55Tekkuband I want the correct thing to be the "latest"
04:08.05pastamancerso what is ampere?
04:08.16Tekkubhttp://www.tekkub.net/addons/Ampere
04:08.28pastamancerah
04:09.39*** join/#wowace aestil (n=holycall@cpe-76-95-133-5.socal.res.rr.com)
04:10.12aestilwhat the heck is up with this?
04:10.19aestiland, can someone link to a working cartographer?
04:10.34ArrowmasterTekkub: are you manually pushing to wowace as a mirror?
04:10.39Arrowmasteraestil: doesnt exist!
04:10.41Tekkubyes
04:10.52ArrowmasterTekkub: had you noticed the sync option?
04:11.02Tekkubsvn only
04:11.05Arrowmasteroh
04:11.16aestilwtf map mod is working?
04:11.21Arrowmasteri hadnt gotten a chance to look at it at all and was wondering if anybody had tried it
04:11.22Tekkubkinda pointless in git/hg
04:11.26ShefkiMapster works for me.
04:11.56Arrowmasteraestil: look at the cartographer2 page, theres a list of what to get for a setup thats almost exactly like cartographer
04:12.20aestilah.  the curse client has failed me then.
04:12.32aestilhttp://ace.pastey.net/98797
04:12.35aestilany help with this?
04:12.35Arrowmasteralthough from the comments the unwashed masses fail at reading
04:12.49ckknightaestil: there's also Cart3
04:12.57Arrowmasterckknight: everybody hates it
04:13.08aestilcart3 also had errors.
04:13.10ckknightnot everybody
04:13.10aestilwhen i used it.
04:13.13ckknightaestil: fixed those
04:13.19aestilit was fine for me.
04:13.28Arrowmasterckknight: true not everybody, but the stupid users hate change
04:13.29aestili personally had no problems with it.
04:13.38ckknightI fixed the errors today, aestil
04:13.40aestilhey, did you make it so that escape can close it?
04:13.41ckknightif you care to try again
04:13.43aestilyeah.
04:13.47aestili like cart3 just fine
04:13.48ckknightoh yea, that works
04:13.52aestilits integrated with routes right?
04:13.57aestiland gathermate?
04:14.00ckknightyea, feel free to use Routes and Gathermate with it
04:14.05ckknightI made sure those were supported without issue
04:14.09ckknightand QuestHelper
04:14.11aestiland quest helper?
04:14.13aestilok.
04:14.16ckknighthopefully they still all work
04:14.19ckknightif they don't, tell me
04:14.20aestil[i'm leveling a shaman atm]
04:14.23Knaledgedude I was just talking with my brother about the comments left on Cart3 lol
04:14.27aestilinstance maps?
04:14.33ckknightyea, aestil
04:14.34Arrowmasterand yet people are bitching in the cart2 comments that cart3 doesnt work well with questhelper
04:14.34Knaledgesome harsh words towards a big step forward
04:14.35ckknightthey're on the right
04:14.39*** join/#wowace Tenchworks (n=none@69.182.189.143)
04:14.49ckknightArrowmaster: probably cause the waypoint module was broke to hell earlier
04:14.55aestilinstance loot?
04:15.02Knaledgeso ckknight - you meant Cart2 may/may not be discontinued yeah?
04:15.06Knaledgeckknight - not cart3
04:15.15ckknightCart3's not discontinued
04:15.20ckknightI might go back and fix Cart2
04:15.24ckknightif I can
04:15.27Arrowmasterckknight: dont, please dont
04:15.33Knaledgeah alright word. I like cart3 I mean
04:15.38Knaledgeyeah it's a bit rough around the edges
04:15.44Knaledgebut like 2 beers deep and she's a keeper.
04:15.46Arrowmastertheres so much there that needs a complete rewrite even though it 'works'
04:15.56ckknightArrowmaster: I'll probably fix it but direct people to Cart3 anyway
04:15.59Tekkubmmm... 2 bears deep.....
04:16.04aestilso.
04:16.05ckknightI don't have much time for my mods anyway
04:16.13aestiltekticles tekkub?
04:16.27Knaledgehey tekkub ampere cause any issues really?
04:16.38Knaledgeit's a cool sounding addon, high utility
04:16.45Knaledgeespecially for me in the UI design phase
04:16.48TorhalAmpere "Just Works"
04:16.49aestilare all these bable libs deprecated?
04:16.49Arrowmasterckknight: if you fix it then fix the errors (even though somebody else already is) but still say its discontinued
04:17.02ckknightthat'll probably be what happens, Arrowmaster
04:17.04Arrowmasteraestil: the 2.0 and 2.2 ones are
04:17.10aestilawesome.
04:17.17ckknightyea, use 3.0
04:17.22Arrowmasterckknight: i hope you dont mind that ive been editing the cart2 page
04:17.25ckknightand some of the 3.0 ones are deprecated
04:17.38Arrowmasterspell-3.0 is
04:17.42ckknightArrowmaster: I noticed. I didn't bite your head off or change it, so it's all good
04:17.44Arrowmasterthe others shouldnt
04:17.50ckknightyea, that sounds right
04:17.59Arrowmasterunless somebody made more useless oens
04:18.00Arrowmasterones
04:18.09Knaledgeso ckknight it sounds like you might pass the torch on some/most of the addons. If you had to choose one or two addons to maintain, of yours, which do you see yourself keeping up the most?
04:18.23Arrowmastersomebody from the atlasloot team converted a useless 2.2 one to 3.0 and i swiftly deleted it a while back
04:18.37ArrowmasterKnaledge: doubt it
04:18.48Arrowmasterallowing somebody else to maintain 'cartographer2' would be a support nightmare
04:18.49ckknightKnaledge: Cart3 likely, but I have no issue with people cloning that and doing their own thing with it
04:19.00Arrowmasterpeople are stupid and would still report bugs to ckk for it
04:19.00Knaledgeword word
04:19.03Knaledgehehe
04:19.16Knaledgewell I meant more like if ckk would leave mod making
04:19.23Knaledgeor pull back severely
04:19.28Knaledgewhich one(s) would he keep up
04:19.29Arrowmasterif he does allow it hes better off requiring them to fork it and not use the cartographer name at all
04:19.30ckknightKnaledge: what I will likely end up doing, especially for e.g. Chinchilla, Parrot, would be to make them not depend on Rock
04:19.38ckknightthen people will be more likely to maintain them in my absence
04:20.00Knaledgeyeah man I like chinchilla - haven't gotten around to Parrot yet believe it or not.
04:20.10Knaledgeit's been around so long - I jsut always used efault combat text
04:20.23Knaledgeso what's going to be pulling you away?
04:20.26Knaledgeis it a girl??
04:21.17ckknightI wish
04:21.21ckknightthough I did go on a date today
04:21.23ckknightwe went ice skating
04:21.28ckknightbut it's work, mostly
04:21.33ckknightcurse keeps me busy
04:22.26Repo10stealyourcarbon: 03Tekkub 07master * 3.0.1.12-Beta-3-g9dce10a / (17 files in 3 directories): [new]
04:22.27Repo10stealyourcarbon: 03Tekkub 042.3.3.1-Beta * 9538c32 /: [new tag]
04:22.27Knaledgeice skating is like at least worth the same as a meal
04:22.28Repo10stealyourcarbon: 03Tekkub 042.4.0.2-Beta * 96642ba /: [new tag]
04:22.30Repo10stealyourcarbon: 03Tekkub 042.4.1.3-Beta * 259d891 /: [new tag]
04:22.34Repo10stealyourcarbon: 03Tekkub 042.4.2.4-Beta * c15df25 /: [new tag]
04:22.46*** join/#wowace Repo (n=supybot@69.57.184.216)
04:22.53Arrowmasteryou should fix that
04:22.55Knaledgeplus you can look all like "oh man I haven't sated so good"
04:22.58Knaledge*skated
04:23.17Arrowmastertoo bad freenode doesnt support CPRIVMSG
04:23.18aestiltekkub, do your friends/guild LDB addons allow you to click the drop down thing when you mouse over, to open a whipser dialog? and/or alt +click invite them?
04:23.18Tekkubno
04:23.31aestilis that just not possible with LDB?
04:23.41Tekkubanything is possible
04:23.41Arrowmasterits possible
04:23.50aestili have broker_folks atm.
04:23.53aestilit doesn't do that either.
04:24.07aestili thought that was the way everyone used those mods.
04:24.19aestilwhy have the friends list on a bar, if you can't whisper people right from it?
04:25.07aestilanyone know of a more full featured LDB xp tracker?
04:25.22aestilmore like experiencefu
04:26.27Repo10tankwarnings: 03rbarreiros * r14 / (2 files in 1 directory):
04:26.28Repo- had to re factor spell ids table to avoid unnecessary processing on the event function
04:26.28Repo- removed 2 functions that were rendered useless
04:26.30Repo- rework on the combat log event function to avoid unnecessary processing
04:26.34Repo- added support to warn when the NPC is immune (for instance imune taunts) and the options in the config
04:28.35aestilwhat the HECK is causing this? http://ace.pastey.net/98798
04:28.57durcynaestil: PicoEXP
04:29.11RaydenUniso i installed combuctor, pretty pleased so far. is there any way to make it sort within a subsection?
04:29.17RaydenUniso it will put all of a like item together
04:29.25RaydenUnior push empty slots to the bottom on the main tab?
04:29.38Repo10stealyourcarbon: 03Tekkub 07master * 3.0.2.13-Beta-1-gf214d0d changelog.txt: [+3 commits]
04:29.39Repof214d0d: Merge commit '3.0.2.13-Beta'
04:29.40Repobc53157: Weekly build 3.0.2.13-Beta
04:29.41Repo2e534c2: Update changelog for 3.0.2.13-Beta
04:29.45Repo10stealyourcarbon: 03Tekkub 043.0.2.13-Beta * 114fdd0 /: [new tag]
04:30.28Arrowmasterckknight: so we using svn 1.5 yet or still 1.4?
04:30.34ckknight1.4
04:30.38ckknighttalk to Kaelten about upgrading
04:30.42ckknighthe had some good reason
04:30.43Arrowmasteri have
04:30.45Arrowmasteri know
04:31.11Arrowmasterjust wondering because i noticed the change logs say what revision a copy was from and i didnt remember if 1.4 actually did that
04:31.50Knaledgeampere is awesome.
04:31.52Knaledgegood stuff
04:32.10Repo10tankwarnings: 03rbarreiros * r15 / (2 files in 1 directory): - fix on hand of protection target substitution
04:32.10Repo- added a new locale to explain the substitution parameters on the immune message
04:33.32aestilis ampere different than ACP?
04:33.59TorhalAmpere enables/disables addons on a per-character basis, and has a Reload UI button
04:34.57aestilwhereace ACP has only globbal settings?  it enables /disables for all characters?
04:35.22TorhalHaven't used it in awhile, so I don't really know. Was just saying what Ampere did :)
04:35.24Repo10tankwarnings: 03rbarreiros * r16 Core.lua:
04:35.25Repo- added a MISS or RESIST check for resists, since i don't know if Righteous Defense misses or resists yet, shouldn't do any harm
04:35.33Arrowmasteryou cant globally enable/disable addons from anywhere but the character selection screen
04:36.23ckknightArrowmaster: actually you can, they added the API for that
04:37.07Arrowmasterare you sure? was talking with iriel the other day and theres an EnableAddOn() and DisableAddOn() API that support that but are GlueXML only
04:37.31Tekkubin game API is per-char only unless they added more
04:37.37ckknightI'm pretty sure I read that they changed that
04:37.52ckknightin one of slouken's posts
04:38.14Arrowmasteri think iriel would have known if slouken had posted that
04:38.23CamciAnyone got any idea what bag addon this is? http://i36.tinypic.com/10865br.jpg
04:38.26Repo10tankwarnings: 03rbarreiros * r17 / (2 files in 1 directory): - updated vers for tagging
04:38.33Arrowmastermaybe it was the enable/disable all addons slash command
04:38.36CamciI have only installed OneBag3... is it blizzards new ?
04:38.38Repo10tankwarnings: 03rbarreiros 040.24 rc1 * r18 : Tagging as 0.24 rc1.
04:38.45TorhalCamci: Combuctor
04:38.56Camcihmm
04:39.29RaydenUniwhat about combuctor?
04:39.45TorhalHe showed a screenshot and wanted to know which bag mod it was
04:40.00RaydenUnioh
04:40.05Repo10always-lfg: 03MerialKilrogg * r28 AlwaysLFG.toc: AlwaysLFG:
04:40.06Repo- Incremented version to 1.1.
04:40.09RaydenUnithere aren't any options for combuctor are there?
04:40.18RaydenUnii want to make it sort the items in my bags
04:40.24RaydenUniinstead of just throwing them around randomly
04:40.34Repo10liblordfarlander-2-0: 03LordFarlander * r95 / (3 files in 2 directories): LibLordFarlander-2.0:
04:40.36Repo- Update for mounts
04:40.49TorhalI haven't messed with it too much.
04:40.57Repo10coconuts: 03LordFarlander * r93 Coconuts.lua: Coconuts:
04:40.58Repo- Fix for some bad logic :p
04:40.59CamciThanks Torhal guess ill keep using it, looks cool :p
04:41.10RaydenUnihaving the different tabs is nice
04:41.12Torhalnp
04:41.39Camcitabs doesnt matter for me
04:41.41Repo10coconuts: 03LordFarlander 042.5.94-release * r94 : Tagging as 2.5.94-release.
04:41.53RaydenUniCamci a tab for gear, for consumables, for quest, etc
04:42.00TorhalRaydenUni: Tried MrPlow?
04:42.02RaydenUnithat's essentially what i was doing with arkinventory before
04:42.04RaydenUnino
04:42.22RaydenUniscreenshot?
04:42.36RaydenUniwhat is t?
04:42.45Camcinot for me, i have always used OneBag but it seems not done for 3.x atm.
04:42.47TorhalIt's not a bag mod - it sorts/defrags your bags/bank
04:43.24fewynCamci: onebag3
04:43.29fewynit's on wowace
04:43.30RaydenUniall the comments on curse say it isn't updated
04:43.48Camcii know there is onebag3 but it seems ts not done
04:43.55Camcicant get into options nowhere
04:44.05Arrowmasteri use bagnon and its been working perfectly
04:44.26fewynno options, but it works fine like it should
04:44.54Camciwell i wanted to change the rows and stuff :p
04:45.04TorhalKaelten's working on it.
04:45.12Camciok
04:45.15Kaeltenhrm?
04:45.20TorhalOneBag3
04:45.22Kaeltenoh
04:45.28Kaeltenya actually messing with the options stuff right now
04:45.41Camcinice
04:45.47Kaeltenhaving a slowdown messing with ace3's config stuff for the first time
04:45.58Camciwill try bagnon mean while :p
04:46.21Kaelten:P
04:46.24NeoTronZeksie: omg the player frame moving downwards is... a bit annoying
04:46.43Camcibagnon looks almost exactly like onebag
04:47.38*** part/#wowace Tenchworks (n=none@69.182.189.143)
04:48.21TorhalCombuctor is its successor...Tuller quit working on Bagnon
04:48.26Arrowmasterno he didnt
04:48.29TorhalOh?
04:48.32TorhalHmm
04:48.36Arrowmasterhe maintains both
04:49.00TorhalYah, he didn't let it die but he's no longer developing it.
04:49.03syerenTekkub: ping.
04:49.11CamciAny idea how i can get bugsack back on FuBar?
04:49.20syerenKaelten, Hurry up and at least add a scaling option to OneBag3 please :(
04:49.20Hell-Razoranybody nkow how to hunt down the problem of why i cannot roll
04:49.27ArrowmasterCamci: install Broker2FuBar
04:49.29syerenIt takes up over 1/4 of my screen :(
04:49.42CamciArrowmaster: What is that? :p
04:49.47Arrowmasteran addon
04:49.50KaeltenI'll see if I can't get at least a few options out tonight
04:50.05syerenWould be great :D
04:50.06Kaeltentop requests?
04:50.11syerenScaling.
04:50.17syerenCatergories if you can :p
04:50.17Camcirows
04:50.36Kaeltenwell categories, um..   plugins will have to be written
04:51.16RaydenUnii want a bag mod that will show me my closetgnome outfits
04:51.41TorhalI thought ClosetGnome did that rather well...
04:51.43Torhal:D
04:51.49RaydenUniin bags?
04:51.53Repo10always-lfg: 03MerialKilrogg 04v1.1 * r29 : Tagging as v1.1.
04:51.53syerenKaelten
04:51.55syerenhttp://imageshack.dk//viewimage.php?file=/imagesfree/utY91894.jpg
04:51.58CamciArrowmaster: "Shows your LDB sources in FuBar." wat?
04:52.00syerenAs you can see, it's quite ermmm.
04:52.02syerenBig,
04:52.06RaydenUnialthough it is problematic
04:52.09TorhalNo, just the sets.
04:52.11RaydenUnias items can be in multiple bags
04:52.14TorhalAye
04:52.16Kaeltensyeren: wow
04:52.24Kaeltensyeren: why is it so big for you?
04:52.30ArrowmasterCamci: thats exactly what it does, you asked how to get bugsack in fubar
04:52.31RaydenUniclosetgnome is so light, it doesn't really show you much
04:52.34RaydenUniyou can only equip it
04:52.54Camciok i guess that gets it in fubar :p
04:53.06RaydenUnii can select a set
04:53.11Kaeltensyeren: thats a lot of purples :P
04:53.12RaydenUnibut i can't see what items are in the set without equipping
04:53.23RaydenUnii dunno, i just want an outfit program that is better organized
04:53.26syerenI'm one of the best geared players in the world Kaelten :p
04:53.34Kaeltenlol
04:53.40syerenAnd the best PVP Elemental Geared Shaman in the world :p
04:53.44syerenSo ^.-
04:53.50Hell-Razoranybody nkow how to hunt down the problem of why i cannot roll
04:53.59Kaeltenlol
04:54.04Kaeltenwhy the hell is it so big
04:54.08Kaeltenhrm
04:54.18Kaeltenthe buttons are the same size as the old bags
04:54.41Kaeltenyou using uiscale at all?
04:55.05syerenNo, I rescaled all my addons before I realised I could do it universally ;p
04:55.16syerenAnd it's been that way for years xD
04:55.18Kaeltenhehe
04:55.42Kaeltenwell let me cleanup my code in onebag
04:55.43Arrowmasterwow that really does look a lot like bagnon
04:55.53KaeltenArrowmaster: ?
04:56.05Arrowmasteronebag in that screenshot
04:56.22KaeltenI've never used bagnon
04:56.35Camcicheck it on curse
04:56.38aestilhttp://ace.pastey.net/98798  any guesses on this one?
04:56.42Camciit looks almost exactly same
04:56.47Camci:p
04:56.50Arrowmasterits on curse?
04:56.51*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
04:56.51*** mode/#wowace [+o Cairenn] by ChanServ
04:57.00Camcionebag3 and bagnon yea
04:57.12Kaeltenlol
04:57.20KaeltenI'm pretty sure onebag is older, not sure though
04:58.01*** join/#wowace silentium (i=silentiu@dslb-088-066-029-052.pools.arcor-ip.net)
04:58.02Arrowmasterit might be but has it always looked exactly like that?
04:58.09TorhalYah
04:58.23Kaeltenyep onebag's look has been more or less the same since the days of Ace1
04:58.51*** join/#wowace smoke_ (n=smoke@adsl-75-63-180-43.dsl.skt2ca.sbcglobal.net)
04:59.14Camciyea, have used it since it came out :p
04:59.29smoke_im having an issue with adding some portraits to oUF, right now i'm getting the portrait but i dont know what functions to use to scale/size etc. to the portrait anyone familiar with this?
04:59.47Kaeltenlets see onebag's curse project creation was done in 7/05
04:59.53Kaeltenbagnon was 12/05
04:59.56Kaeltenshrugs
05:00.32Repo10gathermate_data: 03kagaro * r87 version: GatherMate_Data: Weekly update
05:00.33Repo10gathermate_data: 03kagaro 04v1.06 * r88 : GatherMate_Data: weekly update
05:00.43Knaledgeckknight - where does the Pitbull Layout save go?
05:00.48Torhalsmoke_: http://www.wowinterface.com/forums/showthread.php?t=18362
05:00.55TorhalThat's the official oUF forum.
05:01.02KnaledgeI name the layout under "All Units > Layout > Save Layout: Knaledge PB UI"
05:01.04KnaledgeI hit "enter"
05:01.07Knaledgeand it does nothing
05:01.32Knaledgeat least, nothing apparent - the saved layout name "Knaledge PB UI" appears in no list
05:01.58*** join/#wowace Cyrez (i=Cyrez@c-67-161-63-60.hsd1.ca.comcast.net)
05:02.11smoke_i've been reading the forums but didnt find anything that helped :/
05:02.35TorhalPost on the forum with your problem. I'm sure haste or someone there can help
05:02.58ckknightKnaledge: I'm not sure anymore
05:03.31smoke_nm figured it out! thanks :)
05:04.54aestilghost wolf causes errors with special events mount
05:05.00aestilanyone able to help out with that?
05:05.09Camciman been working on UI for 9 hours now, hate patches, worst part is it will most likely be screwed when expansion comes >.<
05:05.42Arrowmasterno it wont
05:06.07Camci:o
05:06.16Camcilets hope :p
05:06.21durcynCamci: all the expansion API changes happened last week.
05:06.30ckknightyea, the expansion is just content added on to WoW 3.0
05:06.45Zhinjioanything else to look at besides yata for shammies?
05:06.51Zhinjioessentials?
05:07.01Zhinjioor something besides yata?
05:07.16CamciI see, then i guess i can finish the work, was gonna leave it half done and wait for exp :p
05:08.19Repo10dr-damage: 03Dally1991 06wrath-clone * r691 / (4 files in 1 directory): DrDamage:
05:08.20Repo-Merged jokeyrhymes changes into the wrath-main branch.
05:08.20Repo-Sorted the Aura.lua file following jokeyrhyme's example.
05:08.27Camcibut now need sleep, been in greece this week came home yesterday night havent slept yet :p
05:08.33Camcinights
05:11.13*** join/#wowace Repo (n=supybot@69.57.184.216)
05:11.26chiperwhich bosses do you have to kill to get to Illiden?  is it a full clear?
05:14.01syerenUnfortunately.
05:14.46ZhinjioI love autobar. why am I hesitating to install it.
05:14.56KaeltenZhinjio: fear?
05:15.07Zhinjioits true.
05:15.23ZhinjioKaelten: what post were you thanking me for earlier?
05:15.25Zhinjiothe coyote thing?
05:15.38TorhalThat was funny shit
05:15.42Zhinjiogrins.
05:15.45Zhinjiototally.
05:16.06BlueFridayisnt autobar the addon that went from 'lets have some pots in a small bar' to 'lets put everything you could possibly put on a bar in our bar'
05:16.21TorhalBlueFriday: Pretty much
05:16.23ZhinjioI just had this image of him bitch slapping lowbies with seal form flippers
05:16.30TorhalHaha
05:16.37Kaeltenya thats awesome
05:16.38Kaeltenhehe
05:16.40ZhinjioI laughed so damn hard.
05:17.26Zhinjiomaybe I should just give in and reinstall it.
05:17.29Zhinjiocries.
05:17.33Axodious~wuu
05:17.34purl[wuu] a WoW UI Updater - Updates your WoW addons automagically from WoWAce, WoWI, Cosmos, and CurseGaming sites. Homepage is http://wuu.vagabonds.info/
05:17.44Zhinjiothe thing I don't like about it is that it isn't "interface clean"
05:17.51Zhinjioif that makes any sense
05:18.04Zhinjiobut its so freaking useful.
05:18.16Zhinjiomaybe I'll just get by with yata and whine when I miss it
05:19.21theoddone33kind of depressing
05:19.23theoddone33we just failed at bwl
05:19.48TorhalZhinjio: I replaced Autobar with OPie and Buffet
05:19.53theoddone33we got there and realized that 80% of the raid couldn't use the orb
05:20.08theoddone33then we could only find one person with an ony cloak
05:20.19theoddone33so we killed firemaw and quit
05:32.42Kamarisanyone know a good rare spawn tracker?
05:33.06Arrowmastertheoddone33: only one person could use the orb?
05:33.30theoddone33did you actually do math?
05:33.32*** join/#wowace ievil- (n=test@149.254.200.246)
05:33.42Arrowmasterer
05:33.45Arrowmastermiss read
05:34.19*** join/#wowace Yssaril (n=Yssaril@adsl-99-145-19-62.dsl.emhril.sbcglobal.net)
05:34.39Arrowmasterbut why couldnt 80% of the raid use the orb?
05:37.36GngskKamaris, I've always used SilverDragon but haven't enabled it since the patch
05:38.31smoke_i just got my portraits frame working on my oUF setup, but im having this problem i'm positioning the frame in the CENTER, but my portrait isn't getting aligned only the health bar is, and the portrait is just added to the left side of the health bar anyone know why?
05:38.42Repo10dr-damage: 03jokeyrhyme 06wrath-clone * r692 / (4 files in 2 directories): DrDamage:
05:38.42Repo- .toc updated for new WoW version
05:38.43Repo- .toc now loads DeathKnight.lua
05:38.45Repo- Warlock: initial updates
05:39.59kadrahili heard they released the level 70 food/water with the patch?
05:39.59smoke_i'm pretty sure i'm calling the SetPoint()'s correctly but maybe im confused with them?
05:39.59Gngsk80?
05:41.08Hjaltekadrahil: I've bought it in IF inn at least.
05:43.03smoke_http://rafb.net/p/FwQ9yK64.html
05:43.31smoke_thats my block of code im having troubles with, everything is working fine but for some reason the alignment on the whole frame itself is off
05:43.48smoke_i was wondering if there is a better way to attach my portrait frame?
05:58.36Repo10dr-damage: 03jokeyrhyme 06wrath-clone * r693 / (2 files in 1 directory): DrDamage:
05:58.37Repo- added tags for "no-lib" versions to .toc and embeds.xml
06:03.46ckknighthttp://gizmodo.com/5060592/on-a-gigantic-swing-man-fulfills-complete-flip-dream-of-a-million-kids
06:03.54*** join/#wowace Whitetooth (n=chatzill@118-169-192-214.dynamic.hinet.net)
06:06.29Torhalckknight: Crazy
06:06.37ckknightawesome.
06:08.07TorhalAnd this one is just ridiculous: http://gizmodo.com/5062237/world-of-warcraft-seems-like-kind-of-a-silly-hobby
06:09.46Shirikomfg ckknight
06:09.54ShirikI'm not even there and I was scared
06:10.03ckknightShirik: I want to do it.
06:10.21ckknightit'd be awesome
06:11.39Hell-Razoranybody get auctioneer to work correctly? i havent been able to get like enchantrix to work or the scanning the ah or to display the correct price when i mouse over it
06:14.16HjalteHell-Razor: I saw it get updated a few hours ago, you using that?
06:15.44Hell-Razorno but i will Hjalte
06:16.03*** join/#wowace Srosh (n=Srosh@d019237.adsl.hansenet.de)
06:16.54Hell-RazorHjalte, what i can never figure out is i want the 5.2 version so i click it on "what v would you like to dl"..from there it pulls up nothing
06:18.19HjalteHell-Razor: Where are you downloading from?
06:18.53Hell-Razorhttp://auctioneeraddon.com/dl/
06:20.39Repo10unicode-font: 03Whitetooth * r35 / (3 files in 1 directory): - Fixed .pkgmeta, externals
06:20.40Repo- toc 30000
06:21.08HjalteHell-Razor: The 5.1 version was the one updated some hours ago, you should probably get that.
06:22.19Hell-Razori have that one but i dont remember when
06:24.33Hell-Razorsame with light headed
06:24.36Hell-Razoronly about half of it works
06:26.12*** join/#wowace Diskmaster (n=YOURFACE@76.85.147.197)
06:29.30HirsuteHell-Razor: There is no 5.2 preview for Auctioneer yet.
06:29.43Hell-Razorwhat do you mean by preview
06:31.02HirsuteHell-Razor: If you notice on that download page, 5.2 is marked as a "Preview" rather than a release.  When we start working on 5.2, we'll put versions of it up as "preview" versions prior to having it completely "release" quality so people can use it/test it if they want.
06:31.17HirsuteThis will be particularly important for 5.2, as one of the major focuses of that release will be localization.
06:31.23Hell-Razorah alright
06:31.27HirsuteAs of right now, the 5.1 series is the only one available.
06:31.35Hell-RazorHirsute, i take it by you saying we means your a dev?
06:31.36HirsuteFor more help, feel free to pop on over to #norganna
06:31.42HirsuteHell-Razor: yes
06:31.58*** join/#wowace Cheads (i=chead@0x573bcc2c.henqu2.dynamic.dsl.tele.dk)
06:31.59Hell-RazorHirsute, ah cool..nice addon youre working on
06:32.13HirsuteThanks, we try.
06:32.46HirsuteI'm really only a "minor" dev, as I'm new to lua in general, but I try to chip in where I can.
06:32.53Hell-Razorstill
06:32.57Hell-Razori dont even know lua
06:33.15Hell-Razorim just trying to get all of it working, before i could only get appraiser working
06:36.09Hell-RazorHirsute, do you recommend any addons to use with auctioneer?
06:36.28Repo10unicode-font: 03Whitetooth 041.5 * r36 : Tagging as 1.5.
06:37.12HirsuteHell-Razor: What specifically are you trying to add to Auctioneer?
06:37.20Hell-Razori dont know
06:37.36Hell-Razorlike when i get done scanning i usually dc because it takes too long to update
06:37.47Hell-Razormaybe somebody fixed that... or maybe somebody added something onto it to help
06:37.52Hell-Razorjust looking to see if there is anything
06:38.10HirsuteHell-Razor: Hrmmm.  If that's happening, there's probably nothing adding another addon could do to help.
06:38.48HirsuteIt's usually either that you have a slower computer, poor connection to the server, or have enough going on that there's not enough ram available to process the AH snapshot in a timely fasion.
06:39.01Hell-Razori think my machine is shit
06:39.01HirsuteIf you turn the priority down in the General config, it might help you.
06:39.14Hell-Razorah kk
06:39.32Hell-Razor<PROTECTED>
06:42.18Hell-Razorim still digging around to get the least ammount of UI possible so I can see the most
06:42.32Hell-Razorany suggestions to help
06:42.36HirsuteAuc should remember what it has scanned within reason.  Keep in mind that data for auctions more than a few weeks old is pretty useless in WoW, as the markets change so much.  If the data makes it into the image, there's no way for it to be forgotten, barring any errors on logout.
06:43.06HirsuteHell-Razor: I can't make a lot of suggestions.  I use all the information provided by the default UI, so I've never tried to pare any of it down.
06:43.18Hell-RazorHirsute, i try to scan at least once  a day
06:43.26NivFreakfucking fuck
06:43.32NivFreakmy server has been so broken since 3.0.2
06:43.38Hell-Razorwell like i use custom bars Hirsute then shrink them as much as i can stand
06:43.49HirsuteHell-Razor: That's a good practice.  
06:43.55Hell-Razori need to find something to "minimise" the chat
06:43.56HirsuteRegarding the daily scanning
06:43.59Hell-Razoryeah
06:44.04HirsuteThe chat output from Auc?
06:44.05Hell-Razori love btmscan
06:44.08Hell-Razornono
06:44.11HirsuteThat can be paired down pretty well.
06:44.12Hell-Razorim talking overall ui
06:44.15HirsuteOh, okay.
06:44.24HirsuteHave you tried just using the built-in UI scaling?
06:44.45Hell-Razoryes
06:44.48Hell-Razori hate that bar
06:44.50Hell-Razori like mine stacked
06:45.21Hell-Razorgrr
06:45.25Hell-Razorbtmscan is still br0ke
06:45.35Hell-Razornot loading
06:46.12Hell-Razorive made like 2kg in the past month off of it
06:46.14Hell-Razorgood addon
06:46.18Hell-Razor<3
06:46.51Repo10grid-cooldown-text: 03Whitetooth * r28 GridCooldownText.toc: toc 30000
06:46.58HirsuteBtmscan hasn't been tested with the new patch.  We're planning, eventually, to replace it with the SearchUI.
06:47.32Hell-Razorah
06:47.37Hell-Razorwell hrmm
06:47.48Hell-Razoris there anyway i could get a testing v of it to help? =)
06:48.50HirsuteHell-Razor: The only version that exists is the one downloadable from our site.  We've done no work on it since the patch.
06:49.07Hirsutes/no work/no real major work/
06:49.46Hell-Razoralright sorry
06:49.55Hell-Razorif you guys ever need testers i love messing with stuff =)
06:50.41*** join/#wowace Shirik (n=nospam@conspiracy/developer/Shirik)
06:50.42*** mode/#wowace [+v Shirik] by ChanServ
06:54.18*** join/#wowace Repo (n=supybot@69.57.184.216)
06:54.22*** join/#wowace Fidge (n=Fidge@host-213-213-223-81.brutele.be)
06:58.30Repo10libsimpletimer-1-0: 03Whitetooth * r31 / (2 files in 1 directory): toc 30000
07:05.35Repo10cartographer: 03StingerSoft * r2263 Cartographer_InstanceMaps/Data.lua: fix overview instance maps
07:07.11Repo10fu-bar_skills-plus-fu-lt: 03Jaydehawk * r43 .pkgmeta: FuBar_SkillsPlusFuLt:
07:07.12Repo- updated package
07:07.40Repo10fu-bar_skills-plus-fu: 03Jaydehawk * r116 .pkgmeta: FuBar_SkillsPlusFu:
07:07.41Repo- updated package
07:08.21Repo10fu-bar_pet-info-fu: 03Jaydehawk * r91 .pkgmeta: FuBar_PetInfoFu:
07:08.22Repo- updated package
07:20.05Repo10cryolysis3: 03Paene * r26 / (3 files in 3 directories):
07:20.06RepoAdded option to show/hide cooldown text on the evocation button
07:20.07RepoFixed text not updating when the main sphere's text was set to mana mana %
07:28.32*** part/#wowace Seerah (n=Ryan_L@adsl-177-28-5.mem.bellsouth.net)
07:29.56Repo10chinchilla: 037destiny * r185 locale/koKR.lua: koKR Update
07:32.48Repo10big-wigs: 03Rabbit 04r4781-release * r4781 : r4781-release.
07:32.57*** join/#wowace copystring (n=copystri@p548A32EE.dip0.t-ipconnect.de)
07:33.52LoonacySo in Chatter, the Highlight is highlighting when my name is said in any channel, and i'm getting addon messages that have my name in it pop up on my screen... can you disable certain channels from the highlight feature or should i just turn the whole thing off?
07:34.45digmousesounds like there is no such specific notifying in Chatter, u have to turn it on or turn it off completely
07:35.44LoonacyThat pretty much makes the feature useless for me then, which is not good because i like the feature otherwise.
07:36.19doom0rdoes Ampere have any profile funcionality? or simply a default per char?
07:36.36*** join/#wowace Vilkku (n=Vilkku@86-60-157-18-dyn-dsl.ssp.fi)
07:38.37doom0ri'm guessing it follows standard tekkub fashion and is right to the point per its description
07:40.39ulicampere simply displays which addons are active for you at that very moment, so I guess it's char specific since you can't login more than one char at a time :)
07:41.21ulicLoonacy: which addons?  addons should not send message via normal channels.
07:41.22doom0ri didn't mean as that, simply alternate profile, i.e. raid, solo as some change many addons
07:41.57ulicoh, I see what you mean, yea that might be a handy feature.
07:42.41doom0ri guess i'll have to try, i've always been amazed at the pure and discreet functionality of tekkub's mods
07:43.25ulicI don't think there is anything for that.  I have in installed, but it's new to me, so i'm not sure, but I don't think there are really any options.
07:44.36Hell-Razoranybody here use wim?
07:44.42doom0ri used loadit for a long time, but i never really do change my setup anymore as i don't raid, so i guess i'll have to compare footprints
07:46.41*** join/#wowace kimurin (n=raptor@wikipedia/Swix)
07:48.04doom0rnot in some time Hell-Razor
07:48.19Hell-Razordoom0r, ?
07:49.01doom0r-02:44:41- [Hell-Razor]: anybody here use wim?
07:50.02Hell-Razorohhh
07:50.04Hell-Razorkk thanks
07:50.25Hell-Razorim just looking for an addon to hide / minimise chat and notify me when like somebody /w me or says my name
07:50.40*** join/#wowace Paene (n=jim@24-236-190-128.dhcp.mrqt.mi.charter.com)
07:50.48doom0rit was quite feature rich when i used it
07:50.58doom0rbasically similar to having an aim window pop up
07:51.02Hell-Razoryeah i know
07:51.09Hell-Razorexcept its br0ke with the patch i think
07:51.12PaeneAnyone know how long it takes for a new addon to appear on Curse?  It's on wowace.com, but not curse atm.
07:51.15doom0rshouldn't have
07:51.22doom0rthere's been several betas on their site
07:51.29doom0rhttp://www.wimaddon.com/wiki/Main_Page
07:51.31Hell-Razorwhats their website doom0r ?
07:55.45Hell-Razorah i dled 2.5
07:55.48Hell-Razori see a 3.0.2 beta
07:57.30doom0ris instancemaps working with 3.0.2?
08:03.43Repo10big-wigs: 03ananhaid * r4782 / (6 files in 2 directories): BigWigs:
08:03.43Repo- zhCN update.
08:06.13Hell-Razoranybody here work with wim?
08:06.30doom0roh my, i missed LilSparky's Workshop update yesterday, my ah tools are nearly complete
08:08.16Hell-Razordoom0r, do you remember if it was possible to have wim put general and guild chat into a window?
08:08.32*** join/#wowace gaellalire (n=gaellali@153.138.93-79.rev.gaoland.net)
08:09.17Loonacyulic:  Sorry, i was out killing things.  I'm really not sure what addon it is, but it's joined channel "CrbZ3003l1" and sends messages along that.
08:10.09doom0rtbh, i have no idea, i used it mostly for my banking/ah alts for catching and managing transactions, i never used it on a main character due to the real estate it took up
08:11.20ArrowmasterLoonacy: carbonite?
08:11.59Repo10fu-bar_skills-plus-fu-lt: 03Jaydehawk * r44 embeds.xml: FuBar_SkillsPlusFuLt:
08:11.59Repo- swapped order of embedded libraries
08:12.03LoonacyArrowmaster:  Could be.
08:12.19Repo10fu-bar_skills-plus-fu: 03Jaydehawk * r117 embeds.xml: FuBar_SkillsPlusFu:
08:12.20Repo- swapped order of embedded libraries
08:12.38Repo10fu-bar_pet-info-fu: 03Jaydehawk * r92 embeds.xml: FuBar_PetInfoFu:
08:12.39Repo- swapped order of embedded libraries
08:12.41gaellalireHello, I need to know if ctrl alt and shift are pressed in _onclick snipset, how can I obtain that ?
08:14.35*** join/#wowace orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
08:15.22Arrowmaster!api ismodifierkeydown
08:15.23lua_botDocumentation for 'IsModifierKeyDown' can be found at http://wowprogramming.com/docs/api/IsModifierKeyDown
08:15.40orionshockquestion: AceGUI-3, any reason that the button widget doesn't pass the left/right/button# that was clicked to it's OnClick callback?
08:15.46Arrowmaster!api isshiftkeydown
08:15.47lua_botDocumentation for 'IsShiftKeyDown' can be found at http://wowprogramming.com/docs/api/IsShiftKeyDown
08:16.23Arrowmasterorionshock: somebody forgot?
08:16.49gaellalirethx lua_bot
08:17.06Arrowmastergaellalire: replace shift with ctrl or alt too
08:17.21orionshockArrowmaster: meh... not like i need it, but wanted to mention it in general...
08:23.02*** join/#wowace Bibi (n=Bibi@unaffiliated/bibi)
08:23.48*** join/#wowace nevcairiel (i=nevcairi@WoWUIDev/WoWAce/Ace3/nevcairiel)
08:23.48*** mode/#wowace [+o nevcairiel] by ChanServ
08:24.49Hell-Razoranybody recommend some spell crit gear thats easy tog et?
08:25.29*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
08:27.58orionshockany know off hand what the options are for AceGUI width and height are?
08:28.06[Ammo]hmm what is the replacement for InterfaceOptionsFrame_OpenToFrame
08:28.11[Ammo]full half
08:28.14[Ammo]and euhm
08:28.17nevcairielOpenToCategory
08:28.21[Ammo]ok
08:28.26[Ammo]time to fix my addons
08:28.30nevcairieljust renamed Frame -> Category
08:28.51nevcairieli fixed some of yours that i use :p
08:28.52orionshockmeh... I need to put a button below a tree widget..
08:28.55orionshockis this posible?
08:29.18[Ammo]did you commit the fixes?
08:30.15nevcairielyeah
08:30.23nevcairielFishermansFriend and Smoothquest, ithink
08:30.28Paenehm...I killed Repo I think
08:30.38*** join/#wowace Repo (n=supybot@69.57.184.216)
08:31.40asmodaiMorning.
08:32.35Repo10addon-loader: 03Ammo * r61 / (3 files in 1 directory): AddonLoader:
08:32.35Repo- fix 3.0 compatibility
08:35.25digmouseRepo is alive I think
08:37.50Hell-Razorhey guys im looking on ways to make my ui smaller and smaller.. like having a minimum ammount of things on there so i can see more during play, any suggestions of addons?
08:38.13digmouseUI Scale?
08:38.26digmousedont know if you can set it to less than 0.64
08:38.30*** join/#wowace Jazradel (n=for-chan@220-253-106-136.TAS.netspace.net.au)
08:38.31TrelaHell-Razor: Use a bar AddOn such as Dominos.
08:38.45Repo10better-inbox: 03Ammo * r71 / (2 files in 1 directory): BetterInbox:
08:38.46Repo- Fix 3.0 Compatibility
08:38.49Hell-RazorTrela, i am using dominos right now to like .25 %
08:38.58digmouseand most unitframe mods, bar mods and other interface mods have scale options
08:39.19*** join/#wowace MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
08:39.20*** mode/#wowace [+o MoonWolf] by ChanServ
08:39.27Hell-Razori need something to like hide the chat until somebody says my name (or notifies me of it)
08:39.30TrelaLike this?  http://www.experimentalinsanity.com/albums/wow/MihauUI.jpg
08:39.51Hell-Razoryeah
08:39.57Hell-Razorexcept where are your unit frames
08:40.21*** part/#wowace Paene (n=jim@24-236-190-128.dhcp.mrqt.mi.charter.com)
08:40.25TrelaI use a HUD such as DHUD, MetaHUD, IceHUD.  Only visible if I am in combat or do not have full health.
08:40.58Hell-Razorah yeah thats a good idea except for me i always find that it is more confusing to me or not very accurate
08:42.14doom0rhmm, anyone know what the frame in the top right next to minimap is on any of the screens in this ui? i don't see anything relevant from the mod list. http://www.wowinterface.com/downloads/info9176-BloodyUIfor3.0.2.html
08:43.48*** join/#wowace Polleke (i=Polleke@unaffiliated/polleke)
08:44.05Repo10tiny-stats: 03Ammo * r27 TinyStats.toc: toc to the hand
08:44.19Repo10minimapster: 03Ammo * r39 MiniMapster.toc: MiniMapster: toc to the hand
08:45.21*** join/#wowace grzesieq (n=grzesieq@irssi/user/grzesieq)
08:47.33doom0r[Ammo]: any ss for that?
08:47.39doom0rtiny-stats that is
08:47.49[Ammo]install and you'll see
08:48.05doom0r:P
08:48.06[Ammo]I am working on building up my addon set again
08:48.19[Ammo]after my old PC was fried by my kid
08:48.28[Ammo]he spilled some juice and the magic smoke was released
08:48.30Repo10grid-status-res: 03DathRarhek * r36 / (2 files in 1 directory): GridStatusRes:
08:48.31Repo- Update TOC. Remove svn:externals.
08:49.23doom0roh man, that hurts
08:49.44doom0rand you don't follow the 3 copies rule i take it
08:50.29Hell-Razor[Ammo], ha
08:51.21Hell-Razorhrm what movie shall i watch
08:51.32doom0rwaxwork
08:51.40Hell-Razorwaxawha
08:51.41Hell-Razor?
08:51.43*** join/#wowace Thaoky (i=Thaoky@91.177.156.25)
08:52.10doom0r80's horror flick, kinda upper b-rate ;x
08:52.30Hell-Razorlll
08:52.31*** join/#wowace charon (n=thomas@unaffiliated/charon)
08:52.31Hell-Razorlol
08:52.45Hell-Razorim thinking more like a slower movie to put me to sleep
08:53.06Hell-Razori may have to go to the hospital tom to get my kidney stone removed soooooooooooo
08:53.21Hell-Razorwanna watch somethin good
08:54.43Repo10grid-status-res: 03DathRarhek 04v1.0-release * r37 : GridStatusRes: - Taggging 1.0 release
08:57.59orionshockgood god i hate this new auctioneer
08:58.09orionshockthe hell did they have to go and fubar the simple things?
08:58.15Hell-Razorlol
08:58.23Hell-Razori like it but i miss btmscan
08:58.24orionshockany one got an alternative that i can use to just batch post stuff?
08:58.35Hell-Razorthere is a simple thing
08:58.48orionshock?
08:59.23Hell-Razorgo to appraiser and at the top there is a simplify button or somethin
09:00.52Hell-Razorfuck its already 4am
09:00.58Hell-Razortime for bed
09:01.23Hell-Razordigs around for that movie
09:04.11Repo10witch-hunt: 03Ammo * r208 / (2 files in 1 directory): fix 3.0 compatibility
09:06.55Nechckcn_AFKorionshock  there is a checkbox in the item pricing / upper center portion of Appraiser
09:07.10Nechckcn_AFKClick button checkbox to enable batch posting
09:07.37Nechckcn_AFKthen use the key combos listed when you hover over the Batch Post button
09:08.41Nechckcn_AFKOnce that is done one time... you can post thousands of auctions with a single click
09:08.56Nechckcn_AFKoff for now- good luck with it!
09:10.28doom0rHell-Razor: use a fold-out mod
09:10.58doom0rmeh, scrolled
09:11.10Hell-Razoreh?
09:11.19doom0ri was scrolled, you asked about saving ui space
09:11.37Hell-Razordont know what a fold-out mod is
09:11.40Hell-Razorexample?
09:11.40doom0ruse a sphere or similar mod
09:12.04doom0rstuff that groups things and has multi-button input for various functions
09:12.20doom0ror simply macro or use bar paging
09:12.25Hell-Razorohhh yeah i know what your talking about
09:12.35Hell-Razorlike autobar
09:12.38Hell-Razori love autobar
09:13.39Hell-Razoranyway nighty night
09:17.42Repo10xloot: 03Dridzt * r350 / (2 files in 1 directory):  (Message trimmed by 1 line)
09:17.43Repo- add X-Package-Me to .toc
09:17.44Repo- GetAutoLootDefault-> GetCVarBool
09:17.45Repo- disambiguate 'self'(addon)<->'self'(current frame)
09:17.49Repo- fix a few more script handlers
09:20.57Repo10smooth-quest: 03Ammo * r52 / (2 files in 1 directory): fix for 3.0 open to cat
09:22.07Repo10master-loot: 03Ammo * r27 MasterLoot.toc: toc to the hand
09:22.10*** join/#wowace Worf (n=worf@84-119-53-221.dynamic.xdsl-line.inode.at)
09:22.26Repo10bt_bcout: 03sorontur * r2 / (7 files in 2 directories): bt_bcout:
09:22.27Repoinitial import
09:25.02Repo10dr-damage: 03Dally1991 06wrath-clone * r695 Melee.lua: DrDamage:
09:25.02Repo-Fixed 2 minor bugs with the isMelee calculation.
09:26.40*** join/#wowace WyriHaximus (n=jezussie@i131220.upc-i.chello.nl)
09:28.53Arrowmasterwtf is X-Package-Me
09:30.19Repo10bt_sw: 03sorontur * r2 / (13 files in 2 directories): initial import
09:31.30*** join/#wowace Keya (n=pschrine@xdsl-84-44-231-204.netcologne.de)
09:32.49*** join/#wowace Cheads (i=chead@0x573bcf02.henqu2.dynamic.dsl.tele.dk)
09:36.45Repo10raidbuffstatus: 03danielbarron 04v3.02-beta * r110 : RaidBuffStatus:
09:36.46Repo- Tagging for beta.
09:38.29Repo10statlogiclib: 03Whitetooth * r191 StatLogic-1.0/StatLogic-1.0.lua: - Paladin: Added Buff: Blessing of Sanctuary
09:38.29Repo- Warrior: Fixed Buff: Vigilance
09:38.30Repo10xloot-monitor: 03Dridzt * r103 XLootMonitor.lua: - make History obey Quality filter
09:38.34Repo- make History export friendly to windows editors
09:41.23Repo10bt_black-temple: 03sorontur * r9 / (3 files in 1 directory): updated to patch 3.0.2
09:44.09*** join/#wowace Lyn (n=Lyn@Lf304.l.pppool.de)
09:46.17*** join/#wowace ievil (n=asys@149.254.200.248)
09:46.34Repo10smartmount: 03akazik * r35 / (2 files in 1 directory): fixed paladin and warlock horses
09:47.36Repo10smartmount: 03akazik 04v3.0-2 * r36 : Tagging as v3.0-2
09:47.53*** join/#wowace Groktar (n=Groktar_@71.128.254.222)
09:48.31SarozWTB release tag on XLoot
09:48.32Sarozplxxx
09:49.24*** join/#wowace kimurin (n=raptor@wikipedia/Swix)
09:49.32orionshock... i don't get it with the self/this problem.. regardless the global use,  "self" has been usually reserved for addon objects. "this" was always used for frames.... meh.
09:49.50clad|away...
09:50.01clad|awayframe methods now follow the lua conventions
09:50.03orionshock<PROTECTED>
09:50.04clad|awaythat's the change
09:50.09cladhaireoh, /me looks
09:50.17cncfanaticsany people that have been messing with DK specs a lot ?
09:50.24cncfanaticsI'd like to see a DK tank spec
09:50.35orionshockit just kept thing simple IMO to use self for addons and this for frames...
09:50.44cladhaireand it was terrible
09:50.47cladhaireabsolutely and 100% terrible.
09:50.53cladhaireand the way it is now isn't an issue in the least
09:51.28orionshocktrue. if i work with frames i'll still use "this" for the frame locals
09:51.37cladhairethat is terrible.
09:51.48cladhairethe use of this anywhere is just ugly
09:51.53orionshockkeeps it sorted in my head :\
09:52.10cladhaireits self for the exact same reason the other is self.
09:53.14SarozThe Alpha setting in Curse Client is broken, or?
09:54.14SarozIt's not downloading XLoot alpha for me
09:56.25orionshockdrixdit should tag it beta IMO
09:56.36orionshock*Dridzt
09:57.22Sarozidd
09:57.26Sarozbut slack is easy
09:57.47Sarozanyway, the downloader should pull the files, but it doesnt
09:57.51Saroz*sigh*
09:58.12orionshockiirc Saroz it won't not setup to yet on the backend
09:58.24Arrowmasterjust download the files from the site
09:59.14SarozIt's funny when you click "#  Install via the Curse Client  " on a file, it doesnt download the file using the updater
09:59.18Repo10boss-tactics: 03sorontur * r15 / (11 files in 1 directory):  (Message trimmed by 3 lines)
09:59.19RepoBossTactics:
09:59.20Sarozit just runs an update on the mod
09:59.20Repo- updated to version 1.1
09:59.21Sarozfail
09:59.21Repo- added changelog.txt
09:59.25Repo- added readmeEN.txt
09:59.42Arrowmasterxuerian isnt around now so nobody should be tagging xloot
09:59.56Sarozthere are 2 other authors
09:59.59orionshockxuerian is on the forums btw...
10:00.10Sarozmikk is one
10:00.32Sarozbut noone cares to tag it as beta, which is why the curse updater fails
10:00.40Sarozand why the ace updater was win
10:00.49Arrowmastermaybe because its not beta quality?
10:00.50orionshockSaroz: no
10:00.53Arrowmasterdid you ever think of that?
10:01.03Sarozirrelevant Arrowmaster
10:01.08Sarozit fixes a fucking annoying bug
10:01.14SarozI want it, but updater wont give it
10:01.16nevcairieljust wait until the updater can do alpha :p
10:01.19Arrowmasterso fucking what
10:01.42Sarozso whats the point of an updater if it wont give me the fixes
10:01.47Arrowmasterjust because you want the damn update doesnt mean it has to be tagged as beta
10:01.58Sarozindeed, but I still want it
10:02.04Arrowmasterso download it
10:02.17Sarozwhats the point of a downloading client then?`
10:02.32Arrowmasterto update and not break stuff?
10:02.37cncfanaticsmmm, does anyone know why there is a battle.net.dll in WoW now ?
10:02.41Sarozbut it's broken now, and the update will fix it
10:02.50Groktarit's not really the client's fault if the author's don't tag something the way you want
10:02.53Arrowmasteryou would start bitching again when it updates the alpha to a broken one
10:03.00Groktar^
10:03.10Sarozthe alpha is more stable than the current beta
10:03.16Arrowmasterso download it
10:03.19Groktartake it up with the authors
10:03.30Arrowmastertheres no guarenty the next alpha will be stable
10:03.31Sarozauthors dont care to tag files
10:03.51orionshockArrowmaster: i think that we can conclude that Saroz is an idiot...
10:03.52Arrowmasterdid you think maybe they dont think its ready to tag
10:04.01Groktarnods at orionshock
10:04.08SarozI highly doubt that
10:04.13Repo10xloot-master: 03Dridzt * r72 XLootMasterOptions.lua: - static popup when using 'dkp' option
10:04.15Sarozconsidering the amount of QQ about the errors
10:04.21orionshockpasses Saroz some heroine
10:04.47orionshockthat's the wrong spelling isn't it...
10:04.54Arrowmasterthe QQ can be sumarized as "YOU ARE A FUCKING IDIOT! DISABLE ANY ADDON CAUSING ERRORS UNTIL A FUCKING UPDATED RELEASE IS MADE AVAILABLE!"
10:05.05Arrowmasterits that fucking simple
10:05.25SarozSo, the updater wont pull the Alpha, yet, but the authors won't tag the files as beta, because they don't care... which leaves the concept as broken
10:05.34Arrowmasterthey really should have made the client not allow loading of anything with a sub 30000 toc
10:05.41Arrowmaster.....
10:05.43ArrowmasterGTFO
10:05.47ArrowmasterNOW
10:05.47Sarozlol
10:05.48orionshockSaroz: no.. i don't tag betas unless it's .. a beta! ZOMG
10:05.57SarozI dont care if it's a beta ffs
10:05.59SarozI want the Alpha
10:06.24Arrowmasteryou are so lucky i dont have +o right now
10:06.24orionshockSaroz: then stfu and go download it manually off the project site
10:06.56ShefkiSaroz: Eventually the client will handle alphas.  But guess what.  The client is beta.
10:06.59ShefkiSo deal with it.
10:07.11SarozThe fact I have to do that is just fail
10:07.23orionshock...
10:07.30orionshockwelcome to my ignore list..
10:07.41Sarozthe updater delivers me a broken mod, and I have to go to the site to get a working version
10:07.54Arrowmasterthe updater delivers you a mod for wow 2.4.3
10:08.04SarozNo
10:08.06SarozR   0.9-30000  WoW: 3.0.2  10/17/2008
10:08.12SarozRelease, for 3.0.2
10:08.17orionshock^.^
10:08.37Pkekyo|this is sad as hell...
10:08.37Pkekyo|the only thing keeping me ingame is the Bejeweled addon :p
10:09.14Groktarpees in Saroz's ear
10:09.19Sarozlol
10:12.13*** join/#wowace isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
10:12.23*** join/#wowace Vegeta]BT[ (n=Vegeta-G@xdslal229.osnanet.de)
10:15.36*** join/#wowace Sliker_Hawk (i=SlikerHa@5acf7b95.bb.sky.com)
10:16.36sbmhh - readycheck doesnt have sound anymore, is this fixable? :P
10:17.13Repo10bt_eye: 03sorontur * r9 / (3 files in 1 directory): updated to patch 3.0.2
10:17.25Repo10bt_gruul: 03sorontur * r9 / (3 files in 1 directory): updated to 3.0.2
10:17.37Repo10bt_maggi: 03sorontur * r9 / (3 files in 1 directory): updated to 3.0.2
10:19.49*** join/#wowace harl (i=harl@dslb-088-077-156-011.pools.arcor-ip.net)
10:19.54Repo10xloot: 03Dridzt 040.9-30000-1 * r351 : Tagging as 0.9-30000-1.
10:20.09Repo10fu-bar_converge-fu: 03Broliant * r78 / (3 files in 1 directory):
10:20.10RepoFuBar_ConvergeFu: Added 'Root' and 'Cyclone' to the Crowd-Control tool's list of CC types.
10:20.11ArrowmasterSaroz: there fucking happy how!
10:20.24Arrowmastergrrrr
10:20.31Saroz<3
10:20.39Arrowmasternevcairiel: can you move stuff from wowace to curseforge?
10:20.49nevcairielyea
10:21.02Arrowmasterget fu-bar_converge-fu out of here
10:21.23Repo10xloot-monitor: 03Dridzt 040.7-30000-1 * r104 : Tagging as 0.7-30000-1.
10:21.24nevcairielwhy?
10:21.34Arrowmasterbecause it doesnt belong on wowace?
10:21.51nevcairielwhy not?
10:22.12Repo10bt_mh: 03sorontur * r9 / (3 files in 1 directory): updated to 3.0.2
10:22.23Arrowmasteri dont see why an addon designed specifily for one guild and hardcoded for it would belong here
10:22.24nevcairieli have no idea waht it does, for me it looks like just some random fubar
10:22.25Repo10fu-bar_converge-fu: 03Broliant 04v3.31-release * r79 : FuBar_ConvergeFu: Tagging this as a proper release.
10:22.55Pkekyo|just heard a rumor saying gold will have little or no importance in LK?
10:22.58Sarozidd
10:23.03Pkekyo|anyone able to confimr/deny?
10:23.17Repo10bt_ssc: 03sorontur * r9 / (3 files in 1 directory): updated to 3.0.2
10:23.30Repo10fu-bar_converge-fu: 03Broliant * r80 Locale-enUS.lua:
10:23.31RepoFuBar_ConvergeFu: Updated localisation file to reflect recent updates.
10:23.32digmouseu just dont have to spend 6000G learning new riding skill
10:24.10Repo10xloot-master: 03Dridzt 040.7-30000-1 * r73 : Tagging as 0.7-30000-1.
10:24.18Pkekyo|that's all?
10:24.32digmousebut you still need 20K if you want to by the new mammoth
10:24.39digmousethat's optional
10:25.08*** join/#wowace Vegeta]BT[ (n=Vegeta-G@xdslal229.osnanet.de)
10:25.11digmousethe only thing needs money is cold weather flying at lvl 77 but that's only 1000G
10:25.26digmouseyou can even afford that by starting at 0 at lvl 70
10:25.31*** join/#wowace Belazor (n=Vulcanus@195134033084.customer.alfanett.no)
10:25.39Repo10bt_za: 03sorontur * r10 / (4 files in 1 directory): updated to 3.0.2
10:26.40Pkekyo|I'm being told I shouldn't bother with getting gold before LK launches.... so which one is it?
10:26.47*** join/#wowace Zyndrome (n=faggotry@81-233-206-163-no89.tbcn.telia.com)
10:27.40digmouseI agree with that
10:27.40odtanyone know how do i get cowtip to display tooltips on people who are out of range? or is it impossible with 3.0?
10:28.05Pkekyo|digmouse: because? :)
10:28.27Arrowmasterodt: bug
10:28.37Pkekyo|so far all I've heard about is mounts... there are other aspects to the economy?
10:28.38digmousedont need 6000G learning new riding skill, no such a big cost any more
10:28.54odtArrowmaster: known bug? :P
10:28.58Arrowmasteryes
10:29.04digmouseand the profession are almost as usual
10:29.05odtok
10:31.35*** join/#wowace [ND] (n=[ND]@h062040167062.gun.cm.kabsi.at)
10:31.41sbmammoth is 20k gold! :p
10:32.19Pkekyo|the one-time expense of buying a mount is NOT the cornerstone of server economy
10:33.58harldarn.. something's wrong with one of my cartographer's modules.
10:34.06harlwhen i enable them all, my pitbull stops working.
10:36.26Arrowmastercartographer is broken
10:36.32Arrowmasterdisable it
10:37.58Repo10smooth-durability: 03Ammo * r66 SmoothDurability.toc: toc to the hand
10:38.04Repo10money-trail: 03Ammo * r40 MoneyTrail.toc: toc to the hand
10:38.44odtragnaros in 22.6 seconds
10:40.16Arrowmasternevcairiel: is ace3 development still going to happen in a branch first then be moved into trunk?
10:40.45nevcairielwe will create feature branches for bigger changes, yea
10:41.43Arrowmasterok so right now small changes are just going directly into trunk
10:42.17nevcairielmostly bug fixes, yes
10:43.29Gnarfoz~seen profalbert
10:43.31purlprofalbert <n=profalbe@91-113-28-80.adsl.highway.telekom.at> was last seen on IRC in channel #wowace, 17h 47m 1s ago, saying: 'ulic: ZOMGBuffs'.
10:43.33Arrowmasterok, gona make a commit to pass editBox as arg2 to methods registered as the function to call for aceconsole:registerchatcommand
10:43.58Gnarfoz~seen shefki
10:43.59purlshefki is currently on #wowace (3d 11h 19m 9s) #curseforge (3d 11h 19m 9s). Has said a total of 772 messages. Is idling for 37m, last said: 'So deal with it.'.
10:44.04GnarfozShefki: ping
10:44.51*** join/#wowace Sonomus (n=chatzill@157.80-202-240.nextgentel.com)
10:44.58Arrowmasternevcairiel: thats fine right? guessing nobody bothered to do anything with it since its just additional args and didnt break anything
10:45.13asmodaiheh
10:45.18asmodaiStarting at 12:30 CEST, all European realms will be restarted in order to pick up a necessary hot fix. We would like to apologize in advance for any inconvenience this may cause. Each realm should be available immediately after its respective restart.
10:45.41nevcairielits already 12:45
10:46.49*** join/#wowace Lyn (n=Lyn@Lf304.l.pppool.de)
10:46.55Gnarfozasmodai: so EU finally gets the pally nerf now?
10:47.06nevcairielArrowmaster: as long as it doesnt change any existing arg order or functionality
10:47.42Arrowmasternevcairiel: oh and somebody mentioned earlyer that some stuff in acegui wasnt passing all the args
10:48.05nevcairiel"all the args"?
10:48.19Arrowmasteri think it was the button from OnClick
10:48.21Repo10fu-bar_converge-fu: 03Broliant * r81 / (4 files in 1 directory):
10:48.22RepoFuBar_ConvergeFu: Added /say announcement about Retadin DPS.
10:48.24RLD_osxhas anyone figured out how to macro the tracking items none and low level quests.  this (
10:48.33RLD_osxgrrr
10:48.52Arrowmasterer the mousebutton from OnClick
10:48.55*** join/#wowace Chompers (n=Chompers@cpc1-cove9-0-0-cust541.brhm.cable.ntl.com)
10:49.08Arrowmasterbutton makes little sense there
10:49.17Repo10fu-bar_converge-fu: 03Broliant 04v3.32-release * r82 : FuBar_ConvergeFu: Tagging this as a proper release.
10:49.24asmodaiGnarfoz: I'd think it was more for server stability? :)
10:49.29RLD_osxthis doesn't work cast [button:3] Low Level Quests
10:49.36harlcan someone name me an alternative to CharacterInfo?
10:49.38Gnarfozdunno, I was on a LAN party the last 2 days :>
10:49.39asmodainevcairiel: my realm only just got the message
10:49.45Gnarfozthat message is global
10:49.55Gnarfozhttp://status.wow-europe.com/en/alert <
10:50.00asmodaithen they're late ;)
10:50.59*** join/#wowace Whitetooth (n=chatzill@118-169-192-214.dynamic.hinet.net)
10:51.05*** join/#wowace eoM_rM (n=moe@p5489C7C2.dip.t-dialin.net)
10:51.14*** join/#wowace Vegeta]BT[ (n=Vegeta-G@xdslal229.osnanet.de)
10:52.05*** join/#wowace EthanCentaurai (n=EthanCen@78.147.192.100)
10:53.00Arrowmasternevcairiel: lol i so just found a 'bug' or 'something forgotten' in AceConsole-3.0
10:53.24*** join/#wowace Adys (n=Adys@unaffiliated/adys)
10:55.37asmodaiI wonder if there's any details on the hotfix
10:55.59Arrowmasterline 206 "target:RegisterChatCommand( command, func, false, true ) -- nonpersisting and silent registry" uses a non existant arg but actually it doesnt seem to matter
10:56.55asmodaiGuess forgotten would be the better choice.
10:57.56sbuh
10:57.58sbeu server crash!?
10:57.59Arrowmasterwell since that line cant cause an error anyway that would want to make use of a silent flag, its not a 'bug' yeah
10:58.35asmodaisb: no
10:58.38asmodaisb: rolling restarts
11:00.00Repo10ace3: 03Arrowmaster * r708 AceConsole-3.0/AceConsole-3.0.lua:
11:00.01Repopass editBox to methods registered as the recipent function of a slash command, just incase somebody wants it
11:00.36Repo10parrot: 03profalbert 07master * v1.6.2-1-g23806b9 / (2 files in 2 directories): [+1 commit] fix parsing of outgoing ranged damage events (missed overkill there)
11:00.44*** join/#wowace Ackis (n=asdf@WoWUIDev/WoWAce/ARL/Troll/Ackis)
11:01.03Repo10tooltip-item-info: 03Ammo * r28 / (2 files in 1 directory): update for 3.0
11:01.28*** join/#wowace profalbert (n=profalbe@80-123-14-241.adsl.highway.telekom.at)
11:01.39Repo10o-uf_ammo: 03Ammo * r60 oUF_Ammo.toc: toc to the hand
11:02.27*** join/#wowace MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
11:02.27*** mode/#wowace [+o MoonWolf] by ChanServ
11:03.09doom0rgiggles at FuBar_ConvergeFu: Added /say announcement about Retadin DPS.
11:04.06SarozFuBar_ConvergeFu ftw!
11:05.03BelazorWasn't that the guild-specific mod people was bitching about before?
11:05.47Arrowmasteryes
11:06.45BelazorI wonder if peoples' stigmas about ret paladins have vanished now, Im considering making it my new main :p
11:08.05*** join/#wowace KriLL3 (n=KriLL3@unaffiliated/krill3)
11:08.54*** join/#wowace Gamefaq (n=gamefaq@pD95275AB.dip.t-dialin.net)
11:08.57doom0ri was ret through raiding until reckoning was broken before bc ;x
11:09.14doom0rputs on heavy canvas.
11:09.21*** join/#wowace Vulcanus (n=Vulcanus@pc174-7.hiof.no)
11:09.24asmodaiBelazor: :)
11:09.35Vulcanusyus?
11:10.36asmodaioh, your ret comment
11:10.41asmodaiJust had to smiel
11:10.46Belazorah XD
11:10.54asmodaismile too
11:11.22Belazorret pallies are awesome, I got the GNERD achievement in 1 go without dying, field of strife all out war is the most fun a guy can have :D
11:11.33Belazorat least the most fun that doesn't involve a hot girl
11:11.55*** join/#wowace Julith (n=Miranda@i577B4744.versanet.de)
11:11.58Pneumatusit was all about 1shotting kazzak with bugged reckoning bomb
11:12.10Belazorwell Im not that oldskool mate ;)
11:12.26BelazorI started wow in sept '06, with my Mage
11:12.50ievilPneumatus, tnx for the help last night :) Finally got it squashed, committed and tagged
11:13.22Pneumatusnp, glad you got it fixed, whatever it was :>
11:13.34Fisker-http://wow.curseforge.com/projects/achievementfilter/ <- /facepalm
11:13.39Pneumatusalso
11:13.43PneumatusGEIF REALM BACK
11:13.53Fisker-yes
11:13.56Fisker-giev realm back
11:14.00Fisker-or we'll have to kill cladhaire
11:14.05ievilstill getting an odd error popping up on reload tho, but cant see any reference in the default chat frame, nor is any of the error catcher able to snatch it
11:14.15PneumatusFisker-: an addon that essentially unticks 2 chat setting buttons?
11:14.25TinyboomBelazor: why can't i see the commits from last night? Paene did an update to cryo3 and i can't find the updated files...
11:14.39BelazorBecuase we dont pakkit on alpha anymore :p
11:14.52BelazorWe're not tagging this until we've gotten more fixes in
11:14.57Belazorall errors now are noncritical
11:15.22BelazorFisker-: Is that not a setting in the blizz options somewhere? O.o
11:15.29GnarfozKolie: is there a changelog for CC itself, somewhere? ;)
11:15.30Tinyboomkk :) that explains it :) otherwise i would have downloaded the alpha :p
11:15.32asmodaiPneumatus: 15 minute rolling restart, yah right :)
11:15.35Belazorhehe
11:15.42Belazoryou can always do an svn export :p
11:15.47PneumatusFisker-: it's worse than i thought... it actually hooks the achievement events, rather than just disabling recieving them in chat settings :s
11:16.03ievilPneumatus, u can disable them? :p
11:16.04BelazorIm considering reporting it
11:16.05BelazorXD
11:16.05TinyboomI know, cba, not playing that much on my mage atm, have to find the right spec first :p
11:16.05GnarfozPneumatus: check out, modify, check in, tag. :p
11:16.22BelazorGo spec frost so we can get some ice barrier test data
11:16.28Pneumatusievil: somewhere in the chat window settings, just untick displaying achievements
11:16.29Belazorother people are too stupid to get /script to work
11:16.29BelazorXD
11:16.47Pneumatusdoesnt exactly need an addon o.O
11:16.57Arrowmasterhmm i could delete it
11:17.16*** join/#wowace CrazyBenny (n=s_m@212.11.123.10)
11:17.30GnarfozI'd consider it valid if it just ticked those two checkmarks ;p
11:17.53Fisker-indeed Belazor
11:18.00Tinyboombtw, anyone that can tell me where to untick the blizzard threat messages?
11:18.10ievilThreat Warning
11:18.10sztanpetinterface options
11:18.14ievilin interface
11:18.16sztanpetits magic!
11:18.24Tinyboomhummm, thought i checked there... must have been tired :p
11:18.53ievilTinyboom, took me two looks too
11:19.02Arrowmasterheh, if i did anything to that project the author wouldnt even be notified about it
11:19.07Arrowmastergg using a fake email
11:19.16Arrowmasteror atleast im fairly certian its fake
11:19.29Belazorlist it
11:19.56Arrowmasterwell its 'nobody@1email.**'
11:19.59PneumatusArrowmaster: at least its on cf not wowace, i guess
11:20.03BelazorXD
11:20.30Belazorok wtf. I modified a piece of the Dijkstra Algorithm code to make it loop over itself 20x20 times, and it seems to work first time around. I mean wth, since when does code work first time around? ANTIGRAVITY I SAY!
11:20.49asmodaiheh, python now has 'import antigravity'
11:20.54BelazorXD
11:21.08Belazorpython is ftl, PHP > *
11:21.17asmodaieyes Belazor curiously.
11:21.21Repo10parrot: 03profalbert 04v1.6.2a * d15222d /: [new tag]
11:21.34BelazorMy Python professor won't stop teasing me about my view on PHP XD
11:21.38Pneumatushttp://wow.curse.com/downloads/wow-addons/details/achievementfilter.aspx
11:21.46Pneumatusits already been flamed in curse.com comments ^^
11:21.47asmodaiUnderstandable, because PHP is a badly designed language
11:22.01Sarozpats nevcairiel
11:22.12nevcairielwhat?
11:22.50SarozHow's the Ace3 thing going? or did you die on the config :p
11:23.09nevcairieldidnt start yet
11:23.11nevcairielon the config
11:23.13Saroz:p
11:23.14asmodaiI love people saying 'viola' (an instrument) instead of the French 'voilà'
11:23.24*** join/#wowace FtH|Daemona (n=koaschte@i59F636F6.versanet.de)
11:25.25*** join/#wowace many (n=many@argabuthon.ukeer.de)
11:25.31manyits b0rken
11:25.58*** join/#wowace Sonomus (n=kvirc@157.80-202-240.nextgentel.com)
11:26.06*** part/#wowace Sonomus (n=kvirc@157.80-202-240.nextgentel.com)
11:26.28*** join/#wowace Sonomus (n=kvirc@157.80-202-240.nextgentel.com)
11:27.48asmodaiThat's funny, installed Analyst version is from 09-29, the recent list from curse says 10-18, yet CC is not updating it. Mmm
11:28.03Gnarfozrelease vs. beta vs. alpha
11:28.12Arrowmasterdid you manually install it?
11:28.12asmodaiI got the beta select
11:28.16asmodaiselected
11:28.27asmodaiDoes it look at the version string?
11:28.34ArrowmasterSonomus: dont do that
11:28.48asmodai'cause the current one has a svn repository number as version, whereas the newer one uses a 1.0.2 one
11:28.49Arrowmasterasmodai: no, it doesnt look at anything
11:28.51Sonomussorry Arrowmaster , new client
11:29.45Arrowmasterrofl
11:29.47Arrowmasterhttp://wow.curse.com/downloads/wow-addons/details/vuhdo.aspx
11:29.48asmodaiArrowmaster: It's in my list of WoW addons within the CC, installed it back then with the CC.
11:29.54Arrowmasterfound it going through the file approval queue
11:30.10Arrowmasterlook at the description then start reading the comments starting with the first one
11:30.34asmodaiArrowmaster: mmm, it's 404'ing for me now
11:30.41asmodaioh
11:30.42*** join/#wowace Repo (n=supybot@69.57.184.216)
11:30.45asmodaikicks the browser
11:30.51nevcairielArrowmaster: i dont get it
11:30.55asmodaiit changed http to file
11:31.10Arrowmasternevcairiel: did you read the description?
11:31.19nevcairielyea
11:31.35Arrowmasterdid you read the very first comment posted?
11:32.11nevcairielyea
11:32.14nevcairieli still dont get it :P
11:32.22asmodaithat Nihlo post?
11:32.40Arrowmasteryes
11:32.48Arrowmasterhmm
11:32.49asmodaiENOPARSE
11:32.55asmodaiIt's lovely gibberish to me
11:33.04Arrowmastercan wow open files with a space in the name?
11:33.13nevcairielone post above says its undergoing performance tweaks
11:33.16nevcairielis confused
11:33.27nevcairielArrowmaster: i wouldnt bet on it
11:33.49asmodaiThat reverse threading/reply style is hurting me
11:33.52Arrowmasterok then not approving the file for 'Hear Kitty' on curseforge
11:34.03asmodaiIt's like MS' insistence on top-style replies in emails ><
11:34.15*** join/#wowace Legorol (n=legorol@stud-nat-blk12.trin.cam.ac.uk)
11:34.20nevcairielmy server is still doing rolling restarts
11:34.25nevcairielhow long does that take today
11:34.26Repo10libtooltip: 03Adirelle * r4 / (2 files in 2 directories): Updated to the basic API, all dry-coded.
11:34.27RepoAdded .pkgmeta.
11:34.30nevcairielalready 30 minutes <.<
11:34.37asmodainevcairiel: mine wasn't up either
11:34.39asmodai*checks again*
11:34.56Arrowmasterhttp://www.curseforge.com/profiles/darkkiller1992/ needs baned
11:34.56nevcairielalso whats in the hotfix
11:34.59nevcairielis curious
11:35.06Arrowmaster<PROTECTED>
11:35.07ArrowmasterNot a zip file, cannot examine.
11:35.18nevcairielhaha
11:35.25Arrowmasternot even going to try
11:35.46nevcairielHm i actually installed questhelper for doing all those lowlvl quests for the loremaster achievements
11:36.08Pneumatusditto, nevcairiel
11:36.37asmodainever mind that
11:36.43asmodaiauthentication doesn't even work now
11:37.00nevcairielasmodai: i'm staying behind the auth server, just server list refresh :P
11:37.06Pneumatusim still missing 10 quests in kalimdor, and its making me sad.
11:37.11asmodainevcairiel: I was dumb enough not too :(
11:37.28nevcairielPneumatus. i still need like 100, but i was doing other achievements the last few days, heeh
11:37.56manyohwell, i guess the curse updater isnt so bad
11:38.32Matrix110|btw am I not getting the Curse client correct: I mark ALL AddOns and press "Check for update" it doesnt find any AddOn with "Latest" 10/19/2008. But when I mark ALL AddOns and tell the Updater to update them it updates EVERY AddOn and in the end there are around 5-10 update to 10/19/2008
11:38.59Matrix110|it just creates awesome amounts of traffic when I update atm
11:39.03Matrix110|as it updates every addon
11:39.15manyi didnt get it. i marked all, said check, nothing happened, i clicked update, now it seems to update 'em all
11:40.10Fisker-slaps nevcairiel around a bit with a large trout
11:40.55Arrowmasteryeah that behavior should probably be changed, too many people dont realize update means 'get the latest version curse has'
11:41.36manywell, what else than curse's last version would i want anyway?
11:41.38Matrix110|it currently makes no sense at all as the "Check for Update" button does NOTHING
11:41.51Arrowmasterit checks for updates
11:41.54Matrix110|no
11:42.12Arrowmasterare you 100% sure?
11:42.16Matrix110|then please explain me why my addons get update to a more recent version when I update them all but the "check for update" finds nothing
11:42.20Pneumatusso, Cyclone has crapped out again then.
11:42.24manyi guess
11:42.27manythe difference is
11:42.38manycheck for updates - updates the latest column
11:42.42Matrix110|no
11:42.43Arrowmasterare you sure any of your addons have actually been updated since the last time you ran it?
11:42.59Matrix110|Arrowmaster when I update ALL only around 5-10 get updated in the "installed" tab
11:43.13manywell
11:43.31Pneumatusthe curse client still fails in showing the versions you have installed and the latest versions available
11:43.36Pneumatusuntil it does that, no one knows whats going in.
11:43.43Arrowmasterbecause it cant know the version you have installed
11:43.56PneumatusArrowmaster: it can scan the toc
11:44.00Arrowmasterit could only know the last version that it installed for you
11:44.04ArrowmasterPneumatus: no it cant
11:44.18ievilWhy cant it scan the toc?
11:44.22Pneumatusof course it can.
11:44.31Arrowmasterbecause that wouldnt identify the version in a meaningful way
11:44.32KriLL3did all servers go do-do post patch?
11:44.37ievilshould be a minor patch
11:44.48CheadsKriLL3 no, rolling restarts though
11:44.52nevcairielPneumatus: there is no valid .toc version field to scan for
11:44.55KriLL3the forums are full of people that can't log in
11:44.59KriLL3and neither can I
11:45.07Pneumatusit's like a lucky dip updating on the curse client, you have no idea what you're gonna get
11:45.10ievilshould be able to pull the revision tag or the version from toc
11:45.11MegalonCheads: yea, and now it's Loadingscreens of Death again
11:45.11KriLL3I've been sitting with a full bar for a couple of mins now
11:45.13Megalon:<
11:45.24CheadsMegalon works fine here
11:45.25manyso
11:45.26Matrix110|Arrowmaster that works fine the point is if it says my installed via curse client version is from the 1/1/2008 and I do check for update and it got updated yesterday it wont say in the Latest 10/19/2008 it will still say 1/1/2008 but If I update it will get updated to the 10/19/2008 version
11:45.32Matrix110|and that behaviour makes NO sense
11:45.42Arrowmasterievil: except you have no way of knowing that all tocs will have that
11:45.54ievilfail the upgrades who dont?
11:45.55manybasicaly i run the client the first time, let it update all, so the updater knows to what it has updated and afterwards i can use check + update?
11:46.06nevcairielievil: stupid solution
11:46.14nevcairielthe updater should work without requiring a toc field
11:46.28Pneumatusisnt ##Version mandatory?
11:46.30ievilnevcairiel, having no version control in the client is equally stupid
11:46.32Arrowmasterno
11:46.41manyor otherwise kill Interfaces and just install all addons from the updater
11:46.46ievilIt's downgraded more than one release version for me :(
11:46.46Arrowmasternothing is mandatory except ## Interface:
11:46.57nevcairielPneumatus: even if it would be, its not mandatory to keep it up2date :P
11:46.57Pneumatusit should scan tocs, and if Version doesnt exist, fall back to the last known version it downloaded then
11:47.07Arrowmasterievil: only if you have installed that release version from somewhere else
11:47.10Matrix110|Ah well as nobody replies I just create 90MB traffic each day :P
11:47.12harlseconds Matrix110|'s description.
11:47.15ievilfrom curse actually
11:47.19Pneumatusnevcairiel: hardly an issue when you can just set ##Version: @project-version@
11:47.22ievilcurse client lags behind at times
11:47.25harlMatrix110|: yes. so do i.
11:47.25Arrowmasterare you sure it was 'release'
11:47.31ievilArrowmaster, sadly yes
11:47.33nevcairielPneumatus: again, that requires the people to actually do something, which is bad in general
11:47.34ievilwas my own code :)
11:47.48nevcairielthe updater should keep track of that by itself
11:47.56Arrowmasterofcourse the client may lag behind
11:48.01Arrowmasterupdates arent instant
11:48.03asmodainevcairiel: Are you actually able to get the game started? mine's hanging at the loading screen :)
11:48.08ievilwow.curse.com lists the file
11:48.12Pneumatusthe updater fails at letting the end user know what version it thinks is installed, and what version is available for download
11:48.16Pneumatusperiod
11:48.16nevcairielasmodai: still waiting at server list
11:48.20Arrowmasterand curse lags behind wowace and cf
11:48.33nevcairielPneumatus: thats different, but it doesnt need a toc version tag for that
11:48.43Arrowmasterbecause it doesnt updated instantly but on timed intervals
11:48.46ievilwhere did WAU pull the version info from then?
11:48.50Pneumatusnevcairiel: regardless of how the client achieves it, it should be visible :)
11:48.51Arrowmasterit didnt
11:48.55Repo10cartographer: 03Moncai * r2264 Cartographer_POI/POI.lua: Fix: Integrated POI fix contributed by AbydosLanti
11:48.56RepoCan someone please make a new release and remove the big "discontinued" sign...
11:48.57Pneumatusievil: from the zip names
11:48.57PollekeArrowmaster, thats like 5 minuts most of the time
11:48.58harlchecking for updates once a day would be totally enough..*IF* the Curse client would do that correctly.
11:49.14ArrowmasterWHO THE FUCK IS MONCAI
11:49.17Tinyboomlol, someone still working on carto :p
11:49.34ArrowmasterI WANT TO FUCKING BITCH THEM OUT RIGHT NOW
11:49.36nevcairieldoesnt matter, not removing the discontinued sign :P
11:49.47nevcairielwe should lock the repo, haha
11:49.48harlbad temper, huh?
11:49.55asmodaipats Arrowmaster
11:49.56Arrowmasteri will
11:50.02Gnarfozjust hate for competing addons
11:50.03TinyboomArrowmaster: temper temper :) count downwards from 10 and take a deeeeeeeeep breath ;)
11:50.05Gnarfozas usual
11:50.23ievilquite a few of my guildies rather use an "fixed" cart-2.2 than even try Cart-3
11:50.28ArrowmasterLOCKED!
11:50.37nevcairielnah Gnarfoz, some people should just let go if even the original dev doesnt want it anymore
11:50.50PollekeI agree that the client needs to give more feedback, about what it updated, what version it downloaded. If new beta or alpha versions are available
11:50.55Gnarfozsadly that's quite a change in spirit...
11:51.10ievilnevcairiel, though ckknight said something about wanting to let ppl continuing it
11:51.18Arrowmasternot as cartographer though
11:51.20Gnarfozpeople taking over addons that went unmaintained has been one of the plusses of wowace in the past
11:51.20Tinyboomwell, can't they fork it and make it their own?
11:51.25Pneumatusunfortunatly, kolie's response was "30% of project version numbers are 20+ chars long"
11:51.29nevcairielsure Tinyboom, but not on that name
11:51.34Tinyboomofc
11:51.34Gnarfozinstead of creating idiotic "Cartographer continued (reborn) - fan update" versions.
11:51.46Arrowmasternevcairiel: i really did lock the repo
11:51.50Tinyboomthey could rename it cartomap :p
11:51.50Gnarfoznot on that name? did he trademark it or something
11:51.54harlif they liked the original code so much that they'll continue to dev it, why not let them do it. if it says discontinues, well then they'll have to give it a new name.
11:52.00*** join/#wowace netcurse (n=hthieblo@81-67-28-118.rev.numericable.fr)
11:52.13Pneumatuscan closed repos be cloned?
11:52.20GnarfozI fucking hope so
11:52.27nevcairielGnarfoz: its basic license rights, if you fork it, you have to rename
11:52.35Gnarfozoh? depends on license I'd say
11:52.45nevcairielmost of them have it, anyway
11:52.51Pneumatusdoes ckknight object to people maintaining it?
11:52.52ievilnevcairiel, have to rename?
11:52.54Gnarfozsome of the newer admins here are certainly strongly opinionated against keeping addons alive
11:52.57Pneumatussurely he should be the one to lock it.
11:53.02Gnarfozand it's fucking annoying
11:53.03Gnarfoz:p
11:53.06ievilehm . pretty sure GPL says nothing like that
11:53.09*** join/#wowace ag` (n=ag`@0103ds2-hl.0.fullrate.dk)
11:53.24nevcairielievil: ckk even said he wants the name for Carto3, iirc
11:53.43MikkGPL agrees with it. What admins on wowace will or will not allow is not necessarily a function of GPL.
11:53.50Arrowmasterwe run the site, doesnt matter what GPL says
11:53.51harlsome people are having strange views on the "free" expression and spreading of code.
11:53.57Gnarfozyup, powertrip!
11:53.58Gnarfoz:>
11:53.58ievilsince I worked on maintaining old versions of oss projects for quite a few years without ever renaming anything
11:54.11asmodaiwell, this is cool
11:54.11harllike saying "it's free, whohoo, but don't use". wtf..
11:54.13nevcairielmaintaining != forking
11:54.15asmodaiso we have a hotfix live
11:54.19Gnarfozwe don't care what makes sense! :>
11:54.21ievilnevcairiel, from what ckknightsaid last night
11:54.24MikkAnyway I personally tossed Carto and replaced it with some other addons
11:54.25asmodaiyet none of us proceed past the loading screen XD
11:54.27ievilit would seem he didnt mind
11:54.54ag`what name?
11:54.58ievilbut not letting people fix cart-2 leaves ppl without a functioning cartographer
11:54.59Megalonasmodai: did it on my server, then 5sec later world server crashed ;)
11:55.00harli'm currently trying AlphaMap
11:55.12*** join/#wowace Sonomus (n=kvirc@157.80-202-240.nextgentel.com)
11:55.14asmodaiI've been spreading gospel of mapster > cartographer within my guild.
11:55.22nevcairielievil: then they should contact ckk and claim ownership
11:55.26MikkWell mapster is only a wee little bit
11:55.33MikkYou kinda need more =)
11:55.37GnarfozCartographer will be maintained in some form or another, you bet... and if it's just on some gcode page under another name. people will just spam the comments with 'sadly this is no longer updated, get new version at: xxx.code.google.com'
11:55.47Pneumatusnevcairiel: surely thats up to ckknight, if he's happy with random people commiting fixes, no harm no foul?
11:55.50Tinyboommapster would be much better if it had instance maps...
11:55.54Gnarfozyou need Mapster, HandyNotes, some HandyNotes modules, TomTom, etc, etc.
11:55.56Gnarfozit's asinine
11:55.57Gnarfoz:p
11:56.01Zyndrome:S
11:56.03Gnarfozoh yea, InstanceMaps.
11:56.06Zyndrome/console uiscale x.x
11:56.07nevcairielPneumatus: if they scream for someone to create a release version, you bet :P
11:56.09Gnarfozthat's a separate addon, too :>
11:56.11asmodaiinstancemaps is borked right now
11:56.11ZyndromeWoW.exe error crash
11:56.12*** join/#wowace backbone87 (n=oli_2qui@lpzg-4db36947.pool.einsundeins.de)
11:56.19Gnarfozasmodai: works fine?
11:56.27asmodaiI get tracebacks
11:56.30Pneumatusnevcairiel: nothing stopping anyone tagging a release as it stands anyway
11:56.32ievilnevcairiel, equally you should let ckknight decide if he wants the repo closed or not. If he wants ppl to be able to maintain or even fork then thats also his choice. isn't it?
11:56.33asmodaiwhich I would love to show
11:56.38asmodaiif I could even get on my server
11:56.44KriLL3I've had a full load bar for a good 10m+ now
11:56.44Mikkievil: of course
11:56.51asmodaior does bugsack put it in a lua file under saved vars?
11:56.52KriLL3blizz, you're FAIL
11:56.52GnarfozPneumatus: now there is, yes. he just locked the repo because he can
11:57.27ArrowmasterPneumatus: I am stoping anyone from tagging a release
11:57.49Gnarfozout of spite :D
11:58.00ievilnevcairiel, ircd-hybrid was basically a fork which went two ways. One to hyb7 and one kept the name hyb6
11:58.15nevcairielif ckk wants them to maintain it, he could add them as authors and be doen with it, even keep ownership
11:58.38nevcairielcommunity fixing is one thing, if they maintain it fulltime, they better do it right
11:58.44Gnarfozif ckk doesn't though, why don't you just lock every repo right now and let the authors unlock them one by one?
11:58.48Gnarfozseems to be your reasoning
11:58.50Pneumatusso why do we even have open repos if admins are just gonna lock down anything they dont like people commiting to?
11:58.55KriLL3forums are going down it seems, can't remember I'm logged in between logging in and hitting post
11:59.07asmodaiKriLL3: meltdown :D
11:59.08Pneumatusif you're setting that presidence, set every repo closed
11:59.13Gnarfozarbitrary rules for addons that you have created "competing" addons yourself...
11:59.27nevcairielI dont give a shit if anyone uses my addons
11:59.27ag`I'd say just use another map addon then
11:59.38asmodainevcairiel: </3
11:59.42GnarfozI'd say don't fuck with people who just want to keep an addon working
12:00.01nevcairielGnarfoz: they can do wtf they want, but if they want to do it here, do it right.
12:00.16Gnarfozso? enforce "do it right" for everyone then.
12:00.18TinyboomGnarfoz: if instance maps worked...
12:00.33Pneumatusnevcairiel: set all repos closed and force project owners to set authors then
12:00.42Pneumatusif you're doing it for cart, do it for everything
12:00.46GnarfozTinyboom: it does? it even worked with the 2.4.3 version, it just had borked menu entries, which were fixed but required a tag to propagate to the zips
12:00.54nevcairielGnarfoz: a simple fix because the author was away over the weekend and full time maintaining are different
12:00.56Gnarfozag`: which is exactly what they're trying to do... it's obvious :X
12:00.59nevcairielckk doesnt care about cart2 at all anymore
12:01.15TinyboomGnarfoz: if keep getting errors with it atm, have to check, but silvermoon is down/borked
12:01.47GnarfozTinyboom: pastey them, if they don't make sense to me, you'll have to create a ticket, because I don't maintain that addon, I just meddle with stuff when errors seem easy to fix
12:01.50Gnarfoz...but
12:01.52Gnarfozthat seems frowned upon now!
12:02.00Gnarfozgod forbid we have working addons :P
12:02.00Repo10guild-filter: 03Ammo * r43 / (3 files in 2 directories): fixes for 3.0
12:02.01manybefore discussing these matters further
12:02.06ievilnevcairiel, I do believe the presedence the current action will set is not one that will gain curse in the long run. If ck didnt want ppl to fix cart-2, he could have closed the repo himself. An repo admin closing it out of spite, as it could seem now, is sad.
12:02.07TinyboomGnarfoz: kk, hehe :)
12:02.08manyPLEASE PLEASE
12:02.14manyif you want OPEN development
12:02.19Gnarfozgod being admins, nowadays ;)
12:02.20manytake a look at how git hub works
12:02.33Arrowmasterievil: its not spite
12:02.34nevcairielGnarfoz: admins are always gods, didnt you know?
12:02.44Gnarfoznevcairiel: I know, I run an IRC chan ;p
12:02.45Repo10candybar: 03Ammo * r155 CandyBar.toc: toc to the hand
12:02.47manyif you want "its my code, dont you dare touch it", just dont put it into any public repos at all
12:02.50manythanks
12:02.57*** join/#wowace Movix (n=mattes@82.242.144.196)
12:03.00asmodaiGnarfoz: IIRC I get a nil ref with instancemaps
12:03.35Pneumatusif project owners don't want random people commiting, they can just set the repos closed... it's not up to admins to make that decision for authors imo
12:03.36*** join/#wowace dubf (n=dubf@gprs-ggsn5-nat.mobil.telenor.no)
12:03.51manyiam seldomly here
12:03.52ievilPneumatus, that's why my projects are closed and not cloneable
12:03.52asmodaiah
12:03.52manybut
12:03.53asmodaigot one
12:04.00manythis is the nth iteration of this discussion
12:04.07manyand it annoys me
12:04.13digmouseckknight: ping
12:04.16Gnarfozmany: it annoys me to have to speak up because of it
12:04.18TinyboomArrowmaster: if it wasn't spite, you made it look like it i would say...
12:04.25Gnarfozmany: not that they're going to change what they're doing... :\
12:04.33manyi know what you mean
12:04.38ieviltbh; I've never seen Sourceforge do something similar....
12:04.43manyi thought the coder community around WOW is open.
12:04.51Arrowmasterits making them understand that they cant demand a release
12:04.52Gnarfozwell, wowace is going the other way, now
12:04.53KriLL3wtf, "Error loading LoadOnDemand plugin FuBar_*" ?...
12:04.54nevcairielPneumatus: for me its not the fixing, more the "(13:48:44) (Repo) Can someone please make a new release and remove the big "discontinued" sign..." .. do it yourself if you want it done. They want us to fix their shit
12:04.55manybut it seems some egos are larger than wow.exe
12:05.01KriLL3all my fubar plugins aren't loading
12:05.01Gnarfozat least for some hand-picked addons ;)
12:05.27ArrowmasterKriLL3: 3.0.2 bug, fixed in 3.0.3
12:05.33manyi really like how github works, its collaborative deluxe.
12:05.42asmodaiGnarfoz: http://paste.pocoo.org/show/88467/
12:05.45KriLL3Arrowmaster: worked fine prior to the "hotfix"
12:05.49Gnarfozthat's a new pastebin to me ;D
12:06.12Gnarfozasmodai: why would instancemaps toggle the worldmap? oO
12:06.12nevcairielPneumatus: Cart2 was totally broken, so we added that notice on its page. if they fixed it and want it removed, they should a) get access to do it themselv b) ask the project owner to do it
12:06.16TinyboomGnarfoz: that's also what i am getting :)
12:06.21Gnarfozand yes, that's easy to fix
12:06.31GnarfozI think :D
12:06.36Tinyboomhehe
12:06.49Tinyboomnow you jinxed it Gnarfoz:)
12:07.03Gnarfozpff the repo will get locked because I'm not an author, anyway
12:07.07nevcairielPneumatus: besides, no-one not listed as an author should ever tag an addon. sadly the permissions system doesnt block that
12:07.09Gnarfozif I dare tag it as beta :p
12:07.21Gnarfozyay bueraucracy!
12:07.23Gnarfoz-e
12:07.32Gnarfozor rather move that e to where it belongs
12:07.54KriLL3Arrowmaster: is there a way to make em load properly now? I kinda need my bar =P
12:07.57sbmh
12:08.03sbwtb ace3 quartz :o
12:08.03asmodaiGnarfoz: mapster + instancemaps, no idea why it wants to instance :|
12:08.05ievilnevcairiel, you sure about that? Pretty sure hyb repo's had some sort of ACL that didnt allow the coders to tag releases
12:08.06GnarfozKriLL3: edit the .tocs, make them non-lod
12:08.11Pneumatusnevcairiel: the commit message appears to have been adressing point b)
12:08.18KriLL3Gnarfoz: I need more of a hint than that
12:08.26nevcairielievil: sure its possible, just not setup here right now
12:08.27Gnarfozievil: he's saying wowace's ACL doesn't
12:08.46GnarfozKriLL3: can't give you one more than that. if that doesn't help, "wait until it's fixed"
12:08.52ievilGnarfoz, just read it as the permission system (of SVN)
12:08.54KriLL3ofc you can
12:09.09asmodaiGnarfoz: it's the only bug I am triggering with InstanceMaps right now
12:09.23Gnarfozbtw
12:09.50GnarfozI can see how not allowing "outsiders" to tag as release makes sense... betas? hmm. maybe when CC starts carrying alpha builds. :p
12:09.51iphigeniawhere does wowinterface stand where it comes to having up to date addons? most of the addon devs upload their addons now to curse, or?
12:09.52nevcairielnoone here is against fixing bugs in addons. but pushing releases should be done properly, not by some random guy posting a tag of an addon
12:09.55Arrowmasterhttp://wow.curse.com/downloads/wow-addons/details/cartographer.aspx#312749
12:09.59Arrowmastersee my comment
12:10.13Gnarfozmaybe when CC is smart enough to know if an account is an author account, it should allow alpha builds ;)
12:10.31*** join/#wowace p3lim (n=p3lim@ti500710a080-6233.bb.online.no)
12:10.50nevcairieliphigenia: i still upload my releases to WoWI
12:10.51ArrowmasterGnarfoz: that would require the packager to mark the file as created by the person that did the commit instead of the project leader
12:11.09Arrowmasterhttp://wow.curse.com/downloads/wow-addons/details/cartographer.aspx#312749
12:11.11nevcairielthey should remove the "open" flag from creating tags
12:11.12GnarfozArrowmaster: not the packager, CC - i.e. don't offer alphas to anyone else but authors
12:11.13KriLL3what do I change in a .toc to make a LoD addon non LoD?
12:11.18KriLL3I can't find anything obvious
12:11.19Arrowmasteranybody see something i missed in that comment?
12:11.25nevcairielKriLL3: remove LoadOnDemand
12:11.26GnarfozKriLL3: LoadOnDemand: 1
12:11.34GnarfozArrowmaster: yes, a spell-checker :p
12:11.38KriLL3can't find it
12:11.39Arrowmasteri have one
12:11.53nevcairielKriLL3: LoadManager?
12:12.21KriLL3nevcairiel: ?
12:12.29nevcairielKriLL3: does it have a LoadManager tag? P
12:12.34iphigenianevcairiel, oh okay
12:12.38KriLL3no
12:13.11nevcairielonly those 2 make an addon LoD
12:13.21KriLL3kk
12:13.48*** join/#wowace Sonomus (n=kvirc@157.80-202-240.nextgentel.com)
12:14.01nevcairielmy realm is still down
12:14.02nevcairielwtf
12:14.07ievilmine just came up
12:14.13ievilso can continue to bug fix stuff
12:14.15ievilfinally
12:14.52nevcairieli was on route to monastery for the event, i bet my group vanished by now
12:15.03asmodaioh wow
12:15.07asmodainevcairiel: it might work again now
12:15.08asmodaioh
12:15.11asmodaiI just managed to log in
12:15.13KriLL3my realm came up about 30 mins ago, just got in, have been sitting on infinite load of doom for quite a while
12:15.16asmodaiand get *inside*
12:15.20Sarozis there a is_numeric in LUA?
12:15.29ievil2k latency now
12:15.32krkaSaroz: You shouldn't capitalize Lua like that :(
12:15.38nevcairielSaroz: type(var) == "number" ?
12:16.03Saroz/dump type("123")
12:16.05Sarozstring
12:16.13nevcairielwell duh
12:16.14KriLL3nevcairiel: remove ## LoadOnDemand: 1 or make it 0 ?
12:16.15nevcairielthat is a string
12:16.16Saroz:p
12:16.19nevcairielKriLL3: wither works
12:16.22KriLL3kk
12:16.23nevcairiel*either
12:16.34Saroz("123"):match("[0-9]+")
12:16.35Sarozwill that work
12:16.46asmodaioh man, that questhelper looks schweeet
12:16.48nevcairiellua> ("123"):match("[0-9]+")
12:16.48lua_botnevcairiel: 123
12:16.52nevcairielapparently :P
12:17.24nevcairieloh hai my realm is back
12:17.26ievillol from guild chat [13:16:37] [G] [70:XXXXX]: this sever is screwed -- the stormwind npcs are attacking alliance players
12:17.31TinyboomGnarfoz: just tested as my realm went up, can't open any instance maps and no errors atm, but that pastey is what i get when i enter an instance
12:17.38KriLL3ievil: lol
12:17.43Tinyboomievil: what server? :p
12:17.53ievilTuralyon EU
12:17.53Gnarfozhm, when you enter an instance. haven't tried inside an instance. guess I will have to try that later, then
12:17.59KriLL3ievil: perhaps the lich king is trying mind control?
12:18.02Tinyboomlol, have to see if it's the same here
12:18.15ievilgreat hotfix
12:18.22Repo10cartographer: 03Moncai 04v2.2.1release * r2265 : Tagging as v2.2.1 release
12:18.40nevcairielArrowmaster didnt you lock it? :P
12:18.41Gnarfozahahaha
12:18.46Sarozmeh
12:18.46Arrowmasteri did
12:18.47Gnarfoz~fail Arrowmaster
12:18.48purlArrowmaster: FAIL!
12:18.49KriLL3didn't help, fubar is MIA :(
12:18.49Saroznot good enough
12:18.56Gnarfozsry, can't help it
12:18.57Gnarfoz;D
12:19.01Arrowmasterits fucking locked
12:19.04ArrowmasterWTF
12:19.05harlomg. just leave it be.
12:19.11Repo10ora3: 03Ammo * r2 / (7 files in 3 directories): initial import from old ace svn branch
12:19.53Arrowmasternevcairiel: Moncai gets the ban hammer right?
12:19.58KriLL3ah, I had fubar2broker running... that'd explain it...
12:20.06Sarozahh nevcairiel, can use tonumber()
12:20.28nevcairielSaroz: i thought you wanted to check for numeric, not convert :P
12:20.38GnarfozArrowmaster: why? because he can see curse.com comments on his svn client or what? ;)
12:20.39asmodaiievil: rofl
12:20.46Sarozif tonumber("123f") then
12:20.46Sarozworks
12:20.53KriLL3anyone know any eta on resilience being restored?
12:20.58nevcairiellua> tonumber("123f")
12:20.58lua_botnevcairiel: nil
12:21.02nevcairieli guess
12:21.15digmouseresilience?
12:21.19digmouserestored?
12:21.24KriLL3broken atm
12:21.24ArrowmasterGnarfoz: because he is making an unauthorize release and he should know that
12:21.34digmouseit broke on live?
12:21.34Gnarfozyou should know several things, too, but you don't
12:21.36MegalonKriLL3: thought this hot fix was it?
12:21.38KriLL3resilience isn't being taken into account
12:21.40KriLL3yeah on live
12:21.40Gnarfozor at least you don't care anymore
12:21.52KriLL3Megalon: I wouldn't know, said "hotfix" has rendered my realm dead
12:22.04digmouseyou mean everyone even wearing all S4 has 0 res?
12:22.06Tinyboomievil: guards are behaving on eu_silvermoon :p
12:22.19KriLL3digmouse: as if we had, we still have res but it's not doing anything
12:22.31KriLL3I thought I did way too much dmg on S3-4 clothers
12:22.39KriLL3can kill em before stun ends
12:22.42digmouselol
12:22.59KriLL3part of the reason retri has had a cakewalk
12:23.07KriLL36s stun on 0 res target
12:23.08harl~hug
12:23.09purlACTION hugs harl
12:23.16harl*mrrr..*
12:23.56Repo10guild-filter: 03Ammo * r44 GuildFilter.toc: toc to the hand
12:24.10harllol
12:24.27*** join/#wowace abydoslanti (n=james@5ac03b97.bb.sky.com)
12:24.46Arrowmasternevcairiel: i set the repo to 'no packaging' now since unchecking 'is open' didnt seem to do anything, i also deleted that releases files
12:25.15harlwow, you're so powerful.
12:25.27ievilArrowmaster, what harm is it that letting people have a working version of carto-2?
12:25.35p3limwowace forums no more?
12:25.38Arrowmaster....
12:25.42Arrowmasterforget it
12:25.46abydoslantiyh people stil lwant to use it
12:25.51Arrowmasterim fucking done trying to explain anything to you people
12:25.57abydoslantigood bb
12:25.58harlrofl
12:26.03harl*wave*
12:26.24Gnarfozievil: the "harm" is that it's done by some random other guy - yet the "support" falls on ckk
12:26.41Arrowmasterexactly
12:26.42abydoslantiwhats wrong with me ? :(
12:27.00harlabydoslanti: nothing.
12:27.03Repo10sraidframes: 03tomsommer * r579 / (2 files in 1 directory): Buff Blacklist is now applied and available no matter what.
12:27.04RepoAll Buff and Debuff filters now accept the spellid as argument
12:27.04harlyet.
12:27.05Gnarfoznevermind that he doesn't care about the support, either and the same people would probably pick up that slack - but they're supposed to go through the proper channels for it
12:27.20*** mode/#wowace [+v Repo] by [Ammo]
12:27.29asmodaiwow
12:27.37asmodaisome addon is halving my fps :|
12:27.38Arrowmasterit is still officially his project
12:27.43asmodaiwonders if it is pitbull
12:27.48abydoslantiyh i agree it is
12:27.58*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
12:27.58*** mode/#wowace [+o Funkeh`] by ChanServ
12:28.06*** join/#wowace faCe| (n=f@p5489C7C2.dip.t-dialin.net)
12:28.17Arrowmasterso it is still officially his decission on what is a release and what is still an alpha
12:28.27abydoslantibtu he isnt fixing it and people want fixed versions so i thought id release a fixed version until (if) he gets back, whats the harm in that?
12:28.49ievilabydoslanti, they want a zillion "reborn" copies ;)
12:28.57[Ammo]ckknight wants you to move on to cart3
12:29.09ievilrather than using a public svn for what it's intended for
12:29.10abydoslanticart3 is different and many people dont like the design
12:29.15Gnarfozif that's the case, abandon cart2, done
12:29.16Arrowmasterexcept those reborn copies would never make it anywhere except worldofwar.net
12:29.24Fisker-~kiss Fisker-
12:29.25purlACTION forces Fisker- to give Gngsk a big kiss on the lips
12:29.28Gnarfozit's not only different, it doesn't have 50% of the functionality
12:29.35Arrowmasterthey wouldnt be approved on curse, and i doubt wowi would allow them
12:30.04ievilThat's sad for curse imho
12:30.16nevcairielabydoslanti: if he allows you to continue work on it, he should do so officially, add you as an author and what not. randome users are not allowed to push releases of addons, thats just it.
12:30.17Gnarfozno, that's sane for curse.
12:30.22abydoslantiwell ive been trying to contact ckknight but he isnt answerign so i posted in the comments, thats all ill personally do untill i hear from him
12:30.26*** join/#wowace Camci (n=enescamc@ua-83-227-134-226.cust.bredbandsbolaget.se)
12:30.36Arrowmasterhe is extremely busy
12:30.43nevcairielyou should try to talk to him here
12:30.47nevcairielyou can usually reach him
12:30.55abydoslantiim sure he is, he has loads of addons and a patch
12:30.59Arrowmasterno
12:31.02Arrowmasterhe has curse
12:31.05KoliePneumatus: was my response, doesn't mean i'm not shoving in versions anyways :P going back to bed.
12:31.13Arrowmasterhe is a curse employee
12:31.28abydoslantiwel lthats why im here anyway but i cant see him
12:31.32Megalonso curse has him, not the other way round :p
12:31.37harli still don't see the problem. can't people relasing a new version add their names to the support and tell the people in the description of the add-on that they've made the last change(s) ? where's the problem with that so that people know where it's coming from, no matter whose name is set as the original author.
12:31.39Arrowmasterits 7:30 am
12:31.39Gnarfozbasically, switch to addons not maintained by curse employees, they don't have time anymore ;)
12:31.41nevcairielabydoslanti: he is in the US, probably sleeping :P
12:31.49abydoslantinot where i live -.-
12:31.54abydoslantioki
12:32.06Arrowmasterharl: because people are stupid and dont read that kinda stuff
12:32.08nevcairielharl: its not a problem, if the author actually approves it officially
12:32.17digmouseharl: not everyone will read the changelogs
12:32.21nevcairielharl: cant have every random guy posting releases
12:32.26cncfanaticsanyone that plays on magtheridon having heavy lag ?
12:32.31Repo10sraidframes: 03tomsommer * r580 sRaidFramesOptions.lua: Validate entered spells using GetSpellInfo()
12:32.44Arrowmasteryou should see the number of tickets created on the wrong projects
12:32.44asmodaiok
12:32.47asmodaiit's questhelper
12:32.53asmodaihad to do /qh perf 25%
12:33.00asmodaito get above 60 fps again :|
12:33.02Gnarfozalso, account name cahnges make it hard to track who's who these days :(
12:33.03abydoslantiok lk, i posted a fixed version bcuz noone else did. thats all.. now people have a fixed version. pff go through my changes, nothign malicious
12:33.18harlthen post it as some kind of temporary update until ckk approves or bucks out.
12:33.23Arrowmasteror the number of emails netcurse gets with people giving them their wow account name and password asking him for help because they think curse.com is blizzard
12:33.24abydoslantithats what i did
12:34.10digmouseppl will take things for granted that those updates are made by ck, and if problems happen, they will say "hey ck you broke that!"
12:34.17digmousewe dont want that happen
12:34.41Arrowmasteryeah he already gets enough hate from us
12:34.54abydoslantiok so ill post saying "i take responisiblity for any bugs caused by my fixes" that what ur saying?
12:35.02harlas of now, there would be not cart2 and no cart3 for those who have used cartographer before and don't want to setup another add-on for the time until cart3 may be ready to use. .. so a "fan update" is better than nothing
12:35.03digmouseso, if he wont update it himself. abandon it
12:35.10digmousedont take your hands on it
12:35.48Pneumatuspeople maintaining cart2 can only be a good thing for ckk, if cart2 remains broken people will find alternatives and never go back to cart3 when its working
12:36.00harlright
12:36.03Gnarfozwell, just wait until he gets back to you about adding you as a co-author, if he wants to do that (and if *you* want that responsibility)
12:36.03nevcairielabydoslanti: what we are saying is that you need to talk to ckk before walking in and taking over a project
12:36.12ievilthat's how I see it too Pneumatus
12:36.32asmodaiThat's just common courtesy/decency. :)
12:36.37Arrowmasterwell most of these people already seem to hate cart3 from all the comments
12:36.41abydoslanti*not* trying to take over the project just trying to fix what he isnt untill he gets back or declares the project officially dead
12:36.45Pollekeharl, it becomes one big mess.. it is what Curse was known for. Tons of the same addons with tiny personal changes. Compilations with old versions in them
12:36.46Arrowmastersince its 'different'
12:36.47PneumatusArrowmaster: only because it doesnt work
12:36.52Arrowmasterit works
12:37.00asmodaiGnarfoz: btw
12:37.02Pneumatusaside from all the bugs, you mean?
12:37.07Arrowmasterwhat bugs?
12:37.12asmodaiGnarfoz: what would that instancemaps fix be? I can at least give it a test spin
12:37.31Pneumatushttp://wow.curseforge.com/projects/cartographer3/tickets/
12:37.45Gnarfozasmodai: the ToggleFrame function has changed, it should be in the UI changes thread on the US forums, I think
12:38.00Gnarfozerrr "ToggleWorldmap" that is
12:38.08Gnarfozthat is gone and should be ToggleFrame(something)
12:38.24ievilthe new google map part of Cart3 makes me sea sick :p
12:38.34*** join/#wowace rafaelgv (n=asdf@189.7.148.107)
12:38.51asmodaiToggleFrame(WorldMapFrame) ?
12:38.52Arrowmasteri think most of those are just he hasnt had time to close the tickets
12:38.58Gnarfozimho whoever wrote Yatlas should sue ckk for infringement! xD
12:39.14Gnarfozasmodai: not certain, I would have gone lookin up what it was, exactly ;)
12:39.19asmodaiwell
12:39.22harlPolleke: that's exactly *not* what i meant it to be. what i mean is that it should remain as it is (in addition to the cleaning up that's necessary on Curse), so that there's *one* cart2-based add-on (whatever its name may be then)
12:39.26asmodaithat's what my quick search found
12:39.51*** part/#wowace rafaelgv (n=asdf@189.7.148.107)
12:39.52netcursei sent a text to ckknight
12:40.05Arrowmasteralso cart2 is most likely dead because the rock framework it uses is dead
12:40.07Pneumatusyou have to ask yourself would the same action of locking the repo have occured if a) the author wasn't ckk or b) cart2 wasnt as popular as it is
12:40.15*** join/#wowace Repo (n=supybot@69.57.184.216)
12:40.22Arrowmasteryes
12:40.30Pneumatusi disagree
12:40.44Repo10classtimer: 03ominous 04v2.1.275-beta * r276 : Tagging as v2.1.275-beta.
12:40.47Pollekeharl, the cleaning up is actually mostly done. You won't find two versions of the same addon anymore
12:40.48Arrowmasteranybody spamming commit messages asking for us to make something a release would have gotten the same reaction
12:40.55*** join/#wowace Eggii (n=eggi@91.142.22.48)
12:41.04abydoslantii dont think you had teh right to lock the repo - your sayign i shouldnt post updates beacuse im not the author, yet you feel its ok to just go and lock the repo?
12:41.28GnarfozArrowmaster: so cart3 uses ace3? ;)
12:41.34ArrowmasterGnarfoz: no
12:41.35nevcairielcart3 doesnt use any framework
12:41.42PneumatusArrowmaster: how were they "asking us", they looked like they were addressing the author
12:41.50Gnarfozhow nice, we should all go back to that ;)
12:42.06Arrowmasterits still spam
12:42.32Gnarfozabydoslanti: well, they're wowace admins, that gives them that right. regardless of how sane you think that is ;)
12:42.35*** join/#wowace Kazie (n=k@port207.ds1-vg.adsl.cybercity.dk)
12:42.42ievilArrowmaster, locking a repo that the author have choosen to make open. Isn't that violating the admins code of conduct, aswell as the legality of it. I have yet to see other public repos doing something similar. Maybe I'm just lucky
12:42.45abydoslantistill not nice
12:42.51asmodaiGnarfoz: where were you seeing ToggleWorldMap anyway?
12:42.55Arrowmaster07:47:50a (Repo) Can someone please make a new release and remove the big "discontinued" sign...
12:43.03Arrowmasterthat is not addressing the author
12:43.05abydoslantiso?
12:43.09harllol
12:43.15Gnarfozasmodai: I was just reminded of it from the pastey :\
12:43.16harlone-eyes view, huh?
12:43.17ievilhow many times was it posted?
12:43.23harl*eyed
12:43.25asmodaiGnarfoz: I am guessing it is this:
12:43.28abydoslantiyou lock someone else' repo beacuse of a message =/
12:43.30asmodaiself:SecureHook(WorldMapFrame, "Show", "WorldMapFrame_Show")
12:43.38asmodaithat needs a ToggleFrame around the WorldMapFrame?
12:43.46[Ammo]it's simple: its locked, don't like it, ask ckknight to unlock it and add you as an author, until then, shut up about it.
12:43.46asmodaithen again, I'm a WoW API newbie.
12:43.51Arrowmasteri lock 'someone elses' repo because it was being abused
12:44.06Gnarfozasmodai: you're saying that happens inside an instance, out of combat? but not in towns?
12:44.20[Ammo]if you really feel like complaining more about it you can do so at #talktothewall
12:44.23abydoslantiabused by updates? oh god no thats awful, thats not what repo's are for!
12:44.27KazieArrowmaster: uhh.. i love when you talk dirty xD
12:44.28abydoslantilol
12:44.29asmodaiGnarfoz: I'm tripping it when just pressing 'm' on Azeroth, out in the open
12:44.30Arrowmasterand incase you are wondering i personally kept cartographer2 alive when ckknight disappeared for 6 months last year
12:44.38Pneumatus[Ammo]: why isn't every repo locked as default then?
12:44.41*** join/#wowace DragonWin (n=goofy@www.rageguild.info)
12:44.41Gnarfozasmodai: what version are you on? ;)
12:44.44Arrowmasterso dont think im not involved
12:44.45ievilArrowmaster, you argue that an open (by choice) repo was abused due to someone who was posting fixes
12:44.52asmodaiGnarfoz: Of which? InstanceMaps?
12:44.55Gnarfozasmodai: yes
12:45.00ievilabydoslanti, what's the svn path to carto's repo?
12:45.06*** join/#wowace Ominous (n=Ominous@144.173.243.44)
12:45.07asmodai2008-10-12
12:45.09abydoslantii dno i dont use svn
12:45.13Gnarfozasmodai: oh, nevermind, I'm getting it, too, now
12:45.13nevcairielPneumatus: because its not supposed to be abused .P
12:45.23asmodaiGnarfoz: *phew* :)
12:45.33Pneumatusso patching updates isnt abusing, but asking for a release tag is?
12:45.38nevcairielyea
12:45.42harlrofl
12:45.44Gnarfozasmodai: weird, because that was working already, when I commited and illegaly (cough) tagged it
12:45.54Pneumatuswhere, exactly, are these rules documented?
12:45.57asmodaiwonders why questhelper is set to 100% perf by default instead of 5% or 10%
12:46.01ievilasking vs doing?
12:46.05Gnarfoznowhere, that's the beauty of it :>
12:46.06asmodaiGnarfoz: but am I even close with the suggested fix?
12:46.17nevcairielasmodai: i have no issues on 100%, shrug
12:46.26Gnarfozasmodai: I'm not an expert either, I'm still at the figuring-out stage ;)
12:46.51asmodainevcairiel: Peculiar, 100% dropped me at least 30 fps, using 10% gets me >64 fps again
12:46.55KazieSo.. any authors who got any new exciting unfinished addons i can try out and trash my UI with? :P
12:47.54Pneumatusdoes wowi have open repos?
12:48.02abydoslantiok then, i shall wait untill i can talk to ckknight, i wont post anymore updates or anything, does he normally come on durin the day or..?
12:48.03Repo10scrolling-combat-text: 03next96 * r7 locals/localization.kr.lua: sct :
12:48.04Repo- Update locale koKR
12:48.06Arrowmasterno
12:48.08nevcairielnot write-open, no
12:48.11Fisker-i hate you all :(
12:48.17Repo10scrolling-combat-text: 03next96 * r8 sct_options/locals/localization.kr.lua: sct :
12:48.17Repo- Update locale koKR
12:48.17Arrowmasteryou cant even get public read access to wowi repos afaik
12:48.26harlFisker-: thank you so much.
12:48.29nevcairielif the author gives you the svn address you can, i think
12:48.32Fisker-~kiss Fisker-
12:48.33purlACTION forces Fisker- to give Ironhand a big kiss on the hand
12:48.34Pneumatusthe paths are hidden to average joe
12:48.35Arrowmasteroh no
12:48.38Arrowmastersct is open
12:48.43Arrowmasterthat shouldnt have happened
12:49.00*** join/#wowace Adirelle (n=adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
12:49.02Pneumatuswhy on earth is sct still even here
12:49.07Arrowmasteri dont know
12:49.08Pneumatusits not been maintained on wowace for like 6 months
12:49.14Arrowmasterit hasnt?
12:49.18orionshockisn't that grayhoofs mod?
12:49.28Arrowmasteryes
12:49.36KaziePneumatus: Maybe it's here cuz it worked fine up til patch 3.0
12:49.47orionshocki saw while back that he did maintain it here
12:49.51Arrowmastergrayhoof who asked for every one of his addons to be locked from other people modifiying on the old wowace svn
12:50.07Pneumatuslooks like he's merged the LK version in finally tho
12:50.08*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
12:50.15doom0rArrowmaster: he updated yesterday multiple times
12:50.18*** part/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
12:50.33harl"someone" should take a look at where he's been 2 years ago and then ask himself a question: is it right what i'm doing now compared to what i've done in the past? (or am i drunk?)
12:50.38Arrowmasterim guessing he hasnt noticed that its open
12:50.45Pneumatus
12:50.45PneumatusGrayhoof
12:50.49Pneumatushmm
12:51.04Pneumatushe stopped commiting around the time the change was annouced iirc, and updates were only posted on wowi
12:51.42*** join/#wowace CrazyBenny (n=s_m@212.11.123.10)
12:51.52Repo10guild-filter: 03Ammo 04r42 * r45 : Tagging as r42.
12:52.58GnarfozPneumatus: he's been maintaining it here for, like, as long as it's been here. he's not doing much dev work on wowace, though. looks like he's using a local repo for actual dev
12:53.21Arrowmasterlooks like the sct repo is not the imported one but a fresh one that he added all the files to
12:54.04Arrowmasterso i wont touch it, if it was the imported one then i could see it being an issue that it didnt get imported with a locked status
12:54.25PneumatusGnarfoz: SCT 6.2 was posted to the old wowace svn, but SCT 6.3 never made it there
12:54.47GnarfozArrowmaster: probably fucked up the merge. ;)
12:54.58Pneumatushe was developing on his wow WOTLK project, i think
12:55.03Pneumatus*wowi
12:55.13Repo10item-price-tooltip: 03mikk * r87 / (3 files in 2 directories):
12:55.14RepoItemPriceTooltip: Update wowace repo links. Seems to work fine for 3.0. Upped toc. Shoot me.
12:56.22GnarfozPneumatus: curse even has a *newer* version than wowi has, so I don't know what you're talking about, really :) http://wow.curse.com/downloads/wow-addons/details/scrolling-combat-text.aspx
12:57.08Gnarfozah, http://oldsvn.wowace.com/wowace/trunk/sct/readme.txt is 6.2 - so whatev
12:59.21Fisker-~kiss Fisker-
12:59.22purlACTION forces Fisker- to give Kazie a big kiss on the hand
13:02.00asmodairofl
13:02.08asmodaiWorld server is down.
13:02.10asmodai"Okay"
13:02.39Cheadsuhm is there an LDB addon like Fubar_SkillsplusFu ?
13:02.54Repo10libtooltip: 03Adirelle * r5 LibTooltip-1.0/LibTooltip-1.0.lua: Added the default fonts.
13:02.56RepoAdded a separated FinalizeTooltip method, so that the tooltip could be reused after tooltip:Clear()
13:02.56RepoMade tooltip:Initialize() private, it is now InitializeTooltip.
13:03.22asmodaiwas TBC when the first 1 > 2 patch hit as bad as now? :)
13:04.24quiescensyes
13:04.35Mundyzdoes libdatabroker1.1 work with 3.0.2?
13:04.57Mundyzi just installed some databroker mods that claimed they worked with 3.0.2 but neither of them are showing up on screen
13:05.15CrazyBennydo you have any databroker display addon?
13:05.40Repo10dr-damage: 03Eggi * r686 / (2 files in 2 directories): DrDamage:
13:05.41Repo- Added Savage Combat to Aura.lua
13:05.42Repo- Updated the Rogue module (only a few things are missing)
13:05.53Mundyzoh right
13:05.58Mundyzso it requires another addon to display them?
13:06.39TorhalFuBar_QuestFu requires FuBar. Same principle for LDB.
13:06.53TorhalBut you're not locked into a single display
13:06.55CrazyBennyyes, check ButtonBin or Fortress, there are other aswell, but cant remember names
13:07.11CheadsStatBlockCore
13:07.12TorhalStatBlockCore, Carousel, Barrel, etc
13:07.22Mundyzah right
13:07.24Mundyzcheers
13:07.30ArrowmasterMakeRocketGoNow
13:07.47Arrowmaster(its tekkubs dont ask me about the name)
13:07.54*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
13:08.16KazieAnyone know about a Tooltip addon to replace CowTip that will make just as good a good?
13:08.37TorhalHell, there are some addons out there that I initially think may belong to Tekkub just because of their names.
13:08.55TorhalipTac isn't bad
13:08.59TorhalTipTac*
13:09.54waallenDoes anyone know how you can display tooltips on party/raid unitframes of players that are not in the same location as yours?
13:10.59Arrowmasterits a cowtip bug
13:11.05Arrowmasterother tooltip addons work
13:11.06asmodaiyay
13:11.09asmodailag death :(
13:11.09*** part/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
13:11.22KriLL3tiptac is my fav
13:11.29digmouseTipTop is good
13:11.40ArrowmasterTinyTip also works
13:11.45*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
13:12.18KriLL3I've tried those 2 and they're not nearly as good as tiptac imo
13:12.57digmousebut I would use cowtip on live
13:12.58kenlyricMakeRocketGoNow is the command used to launch the shuttle on The Simpsons
13:12.59*** join/#wowace DragonWin (n=goofy@www.rageguild.info)
13:13.06KazieCan you customize Tiptac and tiptop like you can with CowTip?
13:13.14KriLL3cowtip is very crude unless you write the content yourself
13:13.33KriLL3Kazie: Tiptac got a gui config where you choose what to show on each line etc
13:13.53KriLL3it's slicker, got a hp bar and buffs etc
13:14.00KazieNice.. i think i'll try that then.. is it on curse?
13:14.07KriLL3yeah
13:14.13KriLL3I think so
13:14.17KriLL3wowi for sure though
13:14.23waallenArrowmaster: thanks
13:14.25KriLL3that's where I download it
13:15.02Kazielol this addon is kinda funny i think : http://www.wowinterface.com/downloads/info11083-_CursorWotLKBeta.html :D
13:15.13KazieI haven't tried it.. but the idea is a bit funny IMO :)
13:15.41KriLL3cursor tails?
13:15.45KriLL3since when is that funny?
13:16.12harldunno
13:16.51harli like its look though. someone should update my mouse gesture add-on to use those.
13:16.53KriLL3brings back horrible memories from the 90:ies for me
13:16.57KazieMaybe it's just me, but i think it adds a little twist to the game on another lvl than omen and pitbull etc.
13:17.15Repo10dr-damage: 03Eggi 06wrath-clone * r696 / (2 files in 2 directories): DrDamage:
13:17.15Repo- Added Savage Combat
13:17.16Repo- Updated Rogue module
13:17.22KriLL3Kazie: do you use cursor tails in your OS?
13:17.36KazieNope
13:17.44KriLL3then why in wow? =P
13:17.56Kaziei don't know anyone who does, maybe that's why i think it's a funny twist to the game, sorta unexpected.
13:18.04KazieI don't use it in-game. just found it.. haven't tried it.
13:18.08*** join/#wowace Azurewrath (n=Azurewra@16.121.113.82.net.de.o2.com)
13:19.07harlwhile i'm at it, does anyone know of another mouse gesture add-on than PaL's? i haven't found any yet
13:19.28KriLL3does anyone know of an addon like errormonster that doesn't eat everything that goes up mid center? like merchant doesn't want that item, guest progression etc
13:19.29KazieI don't even know that one ;D
13:19.57Repo10fu-bar_quests-fu: 03mikk * r393 / (2 files in 2 directories):
13:19.58RepoFuBar_QuestsFu: Update wowace repo paths. SEEMS to be working for 3.0 but not touching toc.
13:20.26harlKriLL3: you could customize errormonster by removing certain messages from its feeding list.
13:20.39KriLL3harl: I've checked the config, it's not supposed to remove everything
13:20.42KriLL3just combat stuff
13:20.50KriLL3yet it is removing everything
13:20.56harloh.
13:21.17KriLL3it has an option to remove everything, and it's off
13:21.23KriLL3even tries setting it to on and off again
13:21.27KriLL3*tried
13:22.24Julithdoes anyone know how the damage absorbation is distributed when multiple shields are active?
13:22.51XinhuanWOO KJ DOWN
13:22.54Xinhuan(post patch 3.0 lol)
13:22.58Julithor where i could find information on this?
13:23.25Xinhuanthe game has some chosen order
13:23.38Xinhuani dont' really remember what though
13:24.01KriLL3I love retris, they're so overconfident they'll try to kill anyone =P
13:24.04Mundyzhas buttonfacade been updated for 3.0.2?
13:24.08KriLL3yes
13:24.10KriLL3several times
13:24.21Fisker-~kiss Fisker-
13:24.21purlACTION forces Fisker- to give sb|work a big kiss on the ear
13:24.42Julithxinhuan: where did you get this information?
13:24.51sbEH
13:24.55Fisker->:3
13:24.56sbno!
13:24.58Fisker-yes
13:25.10Xinhuanwell try PW:S + Ice Barrier, i think ice barrier gets absorbed first
13:25.15Xinhuanand mana shield is last
13:25.48Xinhuanbut i can't really confirm that
13:25.57Xinhuanit could be based on the order of being casted
13:26.12Xinhuanwith the last time remaining one absorbing first, or it could be the one with the lowest shield left
13:26.20Xinhuantoo many variables
13:26.34Julithhmm, i'll see if i can test this with divine aegis and pw:s
13:27.36*** join/#wowace Xctazy (n=rawr@87-196-217-4.net.novis.pt)
13:27.42*** join/#wowace ThiefMaster (i=thief@unaffiliated/thiefmaster)
13:28.07ThiefMasterhi, any plans to fix the xperl bug that it shows all buffs and not only the ones castable+casted by yourself?
13:28.32Zeksiemmmm. i'll look at it
13:28.52Zeksiedepends if the api filtering is working really
13:28.58Zeksieit was broken a while ago
13:29.12Xctazyhello people. anyone knows how to change the textures on Health & Mana bars on SpartanUI?
13:31.17Mundyzcurse lists button facade still as 2.4.3
13:31.58Mundyzis the author just keeping down until he's happy theres no bugs?
13:33.23Mundyzor she o_0
13:34.22ArrowmasterKriLL3: that issue with nothing being displayed in the ui errors frame probably isnt caused by errormonster, i had to fix questfu because it had a hook eating everything
13:34.31KriLL3it is
13:34.36KriLL3disable it and everything works
13:34.47Arrowmasterusing alpha?
13:34.55KriLL3that's the only 3.0.2 version
13:34.57Zyndromegod
13:34.58Zyndromejesus
13:35.12ZyndromeI am a lucky son of a bitch, tomorrow Old Ironjaw, and now the barons mount
13:35.21Zyndromei'll go buy a lottery ticket...
13:35.43ArrowmasterZyndrome: i think they uped the drop rate on barons mount, two people got it on my server the other day
13:36.00Zyndromeyeh, but still, every other in my guild have had no success so far
13:36.50ArrowmasterKriLL3: going to test right now
13:37.34Megalonthey upped the drop% significantly
13:37.59*** join/#wowace Vilkku (n=Vilkku@86-60-157-18-dyn-dsl.ssp.fi)
13:38.02Arrowmasteri should spend the day farming it
13:38.15Arrowmasterbefore they decide to lower it in a hotfix
13:40.36XinhuanZeksie: there is a "selfcasted" return value in one of those UnitAura() returns
13:40.36Xinhuanyou'll have to find out which one it is
13:40.36Xinhuanthey inserted it somewhere
13:40.36Zeksieyeh i know that
13:40.39Zeksiethat's not hte issue
13:40.45Xinhuanwhat is then?
13:40.52Zeksiecastable, is not same as casted
13:41.05orionshockZyndrome: i hate you
13:41.10Zyndrome:p
13:41.13Zeksietheey wanna see if they have stamina (from anyone) for example if a priest
13:41.13XinhuanUnitAura() i think the 3rd argument passed in has an option
13:41.15ArrowmasterKriLL3: just enabled errormonster and im seeing red messages
13:41.27Zeksieyes, i kmnow this also. but some time ago this was broken and would return random stuff
13:41.32Zeksiethis is what i'll look at
13:41.38MegalonXinhuan: its UnitBuff
13:41.44Zeksieif it's not working, then it could be that again
13:41.49Repo10dr-damage: 03Dally1991 06wrath-clone * r697 / (5 files in 2 directories): DrDamage:
13:41.49Repo-Fixes for Melee.lua functions
13:41.50Repo-Hunter spells and talents (2 out of 3 trees) implemented
13:41.52Repo-Reverted Eggi's changes (I really appreciate the help, but for now, upload your proposed changes to the DrDamage thread on the wowace forums. It makes my job a bit easier if updates are added through as few channels as possible to ensure nothing gets broken. =D )
13:41.52Xinhuanhmm
13:41.55Xinhuanname, rank, icon, count, debuffType, duration, expirationTime, isMine, isStealable = UnitAura("unit", [index] or ["name", "rank"][, "filter"])
13:42.18XinhuanThe "filter" parameter can be any of "HELPFUL", "HARMFUL", "PLAYER", "RAID", "CANCELABLE", "NOT_CANCELABLE"
13:42.33Xinhuani suppose that doesn't help us
13:42.39Megalonoh, both exist
13:42.41Xinhuanin showing only "buffs i can cast" :<
13:42.55Repo10debuff-alarm: 03starlon * r66 / (3 files in 1 directory): DebuffAlarm:
13:42.56Repo- Add CallbackHandler to externals
13:42.58Megalonname, rank, icon, count, debuffType, duration, expirationTime, isMine, isStealable = UnitBuff(unit, buffIndex[, castable])
13:43.04Megaloncastable
13:43.04MegalonBoolean - If present and true (1), then only player-castable buffs will be returned; buffIndex still starts at 1.
13:43.07orionshock... Zeksie, any input on UnitAura() chains causing FPS drops or problems?
13:43.07Megalonthat will help
13:43.08Megalonhf
13:43.13orionshock<PROTECTED>
13:43.15Xinhuanaha so i was right, 3rd argument in
13:43.34Arrowmasteri thought aura and buff where aliases?
13:43.34Zeksieorionshock: explain?
13:43.36XinhuanYou can also specify several filters separated by a space or | character to chain multiple filters together (e.g. "HELPFUL|RAID" == helpful buffs that you can cast on your raid).
13:43.53ArrowmasterXinhuan: the "PLAYER" filter might be the player castable one
13:44.01Zeksiebuff and debuff work as before, aura is a hybrid that accepts better filters
13:44.01Xinhuanthat's what it says on iriel's post
13:44.07orionshockZeksie: when mousing over the zomgbuffs buffing button my entire UI hangs for about 4 seconds before the bigass menu appears.
13:44.31*** join/#wowace [SW]Dodge (n=Miranda@p508CF402.dip.t-dialin.net)
13:44.41Repo10dr-damage: 03Zironic 06wrath-clone * r698 Data/Paladin.lua:
13:44.41RepoIt now has proper data for all paladin normal spells but doesn't work for anything that isn't a proper spell.
13:44.49Zyndromehttp://www.shatteredminds.net/skit/oooh-whats-that.jpg
13:44.51Zeksienot had that. the very first time it shows it can pause for maybe 1/10th second as the list is created, but that's under the control of the secure template, and not a lot i can do about it
13:44.54Repo10debuff-alarm: 03starlon * r67 / (2 files in 1 directory): DebuffAlarm:
13:44.56Repo- Fix path
13:45.19*** join/#wowace ievil (n=asys@149.254.200.250)
13:45.35orionshockhumm.. we considering the change to the group buffs, i'v gotten rid of zomg.. don't need it any more as a druid :\
13:45.37*** join/#wowace Quezacolt (n=chatzill@119.94.21.154)
13:45.45orionshockeh well... prolly my computer.
13:45.59orionshockreaches over and chokes Zyndrome
13:46.07Zyndromehides
13:46.18orionshockfinds Zyndrome and shanks him anyways.
13:46.19Zeksiewithout some guideline to where it might be stalling, it's hard to say.
13:46.21cncfanaticswould anyone know how I could fix routing issues to the WoW servers ?
13:46.27orionshockZeksie: indeed
13:46.37Xinhuancncfanatics: ssh tunnel, so it uses a different route? ;p
13:46.39Zeksieorionshock: as a test, turn off some of the buff columns or all. and see how htat effects it
13:46.55cncfanaticsXinhuan: hmmmm indeed
13:46.56orionshocki'll try that tomorrow in SWP
13:47.33cncfanaticsXinhuan: a proxy would also work wouldn't it ?
13:48.02Arrowmasteryes but you need to get wow to use the proxy
13:48.21Arrowmastersince an ssh tunnel just acts like a proxy to most things
13:48.31cncfanaticsmmm true
13:48.46cncfanaticswell, the easyest thing would be to get a tunnel running and tunnel all my traffic through it with iptables
13:49.17cncfanaticsanyone got a box I could use to route via ?
13:49.35Repo10libtooltip: 03Adirelle * r6 LibTooltip-1.0/LibTooltip-1.0.lua: Fixed layout, sizing and a typo.
13:49.36RepoNow working.
13:54.46ievilXinhuan, lol - blizz dont like u doing that tho.. They closed one of my accounts since I tunneled back home..
13:55.02ievilso my accounts had been logged into from UK and NO ;)
13:55.19Xinhuani have used a SSH tunnel for a year
13:55.20cncfanaticsthats prolly because they suspected your account had been hacked
13:55.26Xinhuanin fact at least 4-5 difrent ones
13:55.49ievilcnc, kinda funny tho - only happened to 1 out of 4
13:55.52Xinhuanone is pretty much "required" for south east asia
13:56.10ievilthey called it account sharing
13:56.46Xinhuanaccount share or not, thousands of oceanic players use SSH tunnels because it does lower ping from 500 to 200
13:57.01ievilXinhuan, it's just Blizz EU being stupid tbh
13:57.08Repo10debuff-alarm: 03starlon 04v1.1.2 * r68 : Tagging as v1.1.2
13:57.14cncfanaticswell, my ISP currently has routing issues, so I don't have much choice rly :(
13:57.20Jyggais carto3 going to be as feature rich through plugins as carto2 was? or do we have to stick with the several replacement addons?
13:57.21asmodaimy god
13:57.22ievilmy main account which I use the most over tunnels, and when traveling wasnt.
13:57.25cncfanaticsXinhuan: got a box I could ssh to ? :p
13:57.29asmodaiThe realms really have serious issues
13:57.37Jyggarolling restarts atm asmodai
13:57.38asmodaiJust had my agro table reset twice xD
13:57.45asmodaiJygga: again?
13:57.47Xinhuannone would be free, usually they are $1 or $3 a month
13:57.55Jyggawell mine just restarted -.-
13:57.57asmodaiThey already did my realm a while ago
13:58.13cncfanaticswell, I'll prolly just need it for a few days until my ISp fixes this heh, not worth it to pay
13:58.15asmodaiJygga: which is yours?
13:58.24Jyggaeu destromath
13:58.32asmodaieu thunderhorn here
13:58.37Jyggaat least i thought it was restarted because my main is stuck in wsg now ...
13:58.40asmodaibut seems Outland and Instances are dead here :D
14:00.38abydoslantican someone help me with wowace svn please - no idea how to use it :S
14:01.21Xinhuanbe more specific, where are you stuck at?
14:01.36abydoslantiusername/password not being accepted
14:01.56Xinhuango reset it in www.wowace.com ?
14:01.58*** join/#wowace Tristanian (n=Tristani@adsl171-127.kln.forthnet.gr)
14:01.59Xinhuanin "my wowace"
14:02.03abydoslantitried =/
14:02.32orionshockJygga: i wouldn't say 'stuck' with replacement mods. fact is that the replacement addons are better than the cart2 modules.
14:03.32KriLL3not really
14:03.41KriLL3and cart2 had a lot better integration between the parts
14:03.48*** join/#wowace Cartas (i=UPP@c-c6b372d5.07-15-73746f21.cust.bredbandsbolaget.se)
14:03.55orionshockKriLL3: matter of perspective
14:05.16Tinyboomanyone know of a good achievement addon that works? :)
14:05.17*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
14:05.24KriLL3achievement addon?
14:05.31KriLL3you have to be a bit more specific
14:05.39Repo10libtooltip: 03Adirelle * r7 LibTooltip-1.0/LibTooltip-1.0.lua: Fixed fonts.
14:06.00*** join/#wowace Tuller (n=muffins@c-76-27-160-125.hsd1.va.comcast.net)
14:06.13Tinyboommeh, which helps me track specific achievements, and yes i know there's a tracker built in, don't like it...
14:06.21Chosi:D
14:06.33*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
14:06.44XinhuanKriLL3, the way cart was was like, moduleA was dependant on moduleB, and moduleB used parts of moduleC, and moduleC used things if moduleA, so if you disabled any, they end up erroring ;p
14:07.02KriLL3wasn't like that for me
14:07.02Xinhuanso like, i wouldn't really call that "better integration"
14:07.13Xinhuanfor eg, if you disabled Look-N-Feel, 3 other modules will fail
14:07.18orionshockXinhuan: it wasn't that bad.... they could fail silently :D
14:07.19Xinhuanbetcha didn't know that
14:07.34KriLL3who cares? why would you disable that part?
14:07.34orionshock... some of them...
14:07.36orionshock>.>
14:07.49Xinhuanbecause some ppl just want the _<profession> parts
14:07.56Chosibtw routes doesn't work with the current mapster.
14:07.59KriLL3I didn't
14:08.12orionshockKriLL3: IMO, Cart3 + HandyNotes & Modules + GatherMate & _Data + TomTom > Cart2 & it's broken-ness
14:08.13XinhuanChosi: why?
14:08.21Chosiit errors when you try to add a route
14:08.30KriLL3cart3 me no like, and cart2 wasn't broken, worked just fine
14:08.35Xinhuanthat wouldn't be a mapster error, that would be a routes error
14:08.39KriLL3mapster is better than cart3
14:08.47Chosii'll check
14:09.11orionshockKriLL3: not really, considering that mapster and cart3 are in 2 totally different levels of map addons.
14:09.13Arrowmaster10:05:45> [Manad-Shadowmoon] Melee hit [You] 2004 Physical. 10:05:45> [Manad-Shadowmoon] Crusader Strike hit [You] 6380 Physical. (Critical) 10:05:45> [Manad-Shadowmoon] Seal of Command hit [You] 2996 Holy. (Critical)
14:09.18Arrowmasterfuck pallys
14:09.20Arrowmasterfuck them
14:09.40Arrowmasterinstant death
14:09.42orionshockmapster dosn't seek to make a better map, just make it look different. Cart3 seeks to be google-earth on wow
14:09.48KriLL3Arrowmaster: I guess the hotfix wasn't to fix resilience? =P
14:10.01Arrowmasteri have 0 resilience anyway
14:10.02Arrowmastererr
14:10.04Arrowmaster45
14:10.12Pneumatusthey didnt hotfix ret palas ignoring resilience then...
14:10.16KriLL3orionshock: it's hard to navigate efficiently
14:10.20orionshockArrowmaster: a suggestion, don't pvp. You end up getting fked
14:10.32Arrowmasteri has an epic pvp trinket
14:10.32orionshockKriLL3: sure...
14:10.37orionshock<.<
14:10.40KriLL3I like ganking atm, target is dead before stuns end
14:10.45abydoslantican someone who knows how to upload to the wowace svn please message me
14:10.47KriLL3but yeah, get attacked and you're dead
14:10.59orionshockabydoslanti: www.wowace.com -- create project
14:11.17Chosioh well works.
14:11.18abydoslantii cant login, dont know what username to use
14:11.25Arrowmastercurse username
14:11.27abydoslantiis it just my username on wowace?
14:11.30orionshocksomething you registered for on curse
14:11.34abydoslantiwell then it isnt working :(
14:11.37Xinhuani see, gathermate's LoDness killed Routes
14:11.51Arrowmasterenable cross site cookies
14:11.53KazieHow do you customize the tooltip in TipTac? .. i can only find 4 layouts, but no where to make my own layout :s
14:12.11Repo10cartographer: 03AbydosLanti * r2266 / (16 files in 3 directories): Reorganised
14:12.15abydoslantiyay
14:12.39KriLL3check the options, plenty in there
14:12.49Arrowmaster...
14:12.53abydoslantidw arrow
14:12.54orionshockabydoslanti: fyi, that's a commit note that will not only raise attention but get you yelled at
14:13.01abydoslantiim a project author now
14:13.17Arrowmasterso rename the project then
14:13.23abydoslantii havtn been asked to?
14:13.28ChosiXinhuan: it worked in elwyn now
14:13.32Arrowmasterim asking you to then?
14:13.35Chosididn't work in redridge yesterday
14:13.42abydoslantiis ckknight asks me to i will
14:13.44abydoslantiif*
14:13.49Xinhuanchosi, it has something to do with route's being LoD
14:13.52Xinhuani mean GatherMate
14:13.55Xinhuando you use addon loader?
14:13.57ckknightwhy should it be renamed?
14:14.12Arrowmasterenough damn wrong tickets in places
14:14.17TNSewoot?
14:14.19Xinhuanand which addon did you use routes with, gathermate or gatherer or cart?
14:14.20Pollekeckknight, because this wiill raise confussion with no end
14:14.22TNSeyou dont need to buy tomes for your pet anymore?
14:14.26TNSeas lock
14:14.55KriLL3too complicated for a cast sequence class
14:15.00ChosiXinhuan: nope
14:15.01harltnse: correct.
14:15.05KriLL3same as pet training for hunters
14:15.05TNSewow, best change ever :P
14:15.18Xinhuanwhich one?
14:15.19TNSetryin to spec up my 15 alts :P
14:15.26harlthe same.
14:15.26KriLL3TNSe: you like the non functioning resilience also? :)
14:15.30Xinhuan"nope" isn't a choice ;p
14:15.34KriLL3I can kill 14k hp warlocks before stun ends
14:15.34KazieKriLL3: The only place i can find anything to edit is the classification of mob defficulty, elite, rare etc. Nowhere to change the text values or make it show like race or whatever..
14:15.39TNSeKriLL3, resilience doesn't work in pvp atm?
14:15.47KriLL3doesn't work at all
14:15.50ChosiXinhuan:i don't use anyting like "addon loader" whatever this is :P
14:15.56TNSethats why I am doing better in my pve gear
14:15.57Xinhuan[10/19 22:13:59] <Xinhuan> and which addon did you use routes with, gathermate or gatherer or cart?
14:15.57KriLL3Kazie: it does show race
14:16.02asmodaioh man, happiness ensues on the EU realms right now
14:16.04Chosiah okay
14:16.07TNSeI've been doing eots in my pve gear and rocking
14:16.13TNSewhile in pvp gear its jsut stupid
14:16.15ChosiXinhuan: mapster
14:16.16Chosi:)
14:16.19Xinhuan...
14:16.21harlwho cares.. pvp sucks
14:16.23Chosiand gathermate
14:16.24Chosihehe
14:16.26Xinhuanyou need a source data in routes
14:16.37KriLL3TNSe: but a rogue/feral and kill you before stun is over...
14:16.38MundyzClearFont2 working correctly for anyone? it wont seem to force the font changes to any of my addons
14:16.50ArrowmasterMundyz: no
14:16.52KazieKriLL3: That's not the point is was an example.. i was told you could edit everything like in Cowtip, decide whatever values are shown in the tooltip.
14:16.53asmodaiMundyz: been causing problems all along
14:16.58TNSeKriLL3, you found ferals & rogues in bgs?
14:16.58Mundyzah right
14:17.02TNSeI only see retardins
14:17.05KriLL3TNSe: I'm a feral
14:17.05harlsomething with fonts seems to be weird with 3.0
14:17.17TNSeits like 1 green geared rogue and 14 full pve geared retardins
14:17.18TNSeevery bg
14:17.18Mundyzis the author still developing it or has it been abandoned?
14:17.22KriLL3Kazie: you can customize it, I didn't say you could do any of that
14:17.48KazieKriLL3: Someone told me i could when i asked if i could.
14:17.52KriLL3if you dig into the lua ofc you can change the layout if you really wanted to
14:18.42KriLL3it's intended more as an end product than a blank canvas, I use the default layout and I'm loving it
14:18.58KriLL3might be because I've used it since... pre TBC sometime
14:19.08*** join/#wowace Sirow (n=Sirow001@p508846B1.dip.t-dialin.net)
14:19.10Repo10unit-price: 03xbeeps * r30 / (5 files in 2 directories): Use real textures for coins instead of glyphs.
14:19.23KriLL3that's how a tooltip looks to me
14:19.31Jyggadestro down again ...
14:19.37KriLL3if you're used to a cowtip layout I can understand it looking odd to you
14:19.49Jyggathe ONE server that is down 10h per day is mine ...
14:20.04KriLL3nept has been rocky for a long time, but atm it's good
14:20.22KriLL3had that infinite load of doom earlier though
14:20.28KriLL3and there is a queue to get in atm I hear
14:20.34Fisker-bah
14:20.35KazieKriLL3: It is, it is very "unright" if you know what i mean, but most of all since i can't change it to what i really want.
14:20.40Fisker-they should make albino drake 310% speed
14:21.04KriLL3Kazie: adapt or use cowtip ;)
14:21.20KriLL3Fisker-: no they should make swift flight 310% speed
14:21.21*** join/#wowace nekoh (n=nekoh@p4FD894E6.dip0.t-ipconnect.de)
14:21.33KriLL3they killed out crop equivalent trinket :(
14:21.43*** join/#wowace ievil (n=asys@wireless12.one2one.net)
14:21.45KriLL3if I want to fly long distances now I have to hop onto my mount
14:21.52KazieKriLL3: I will use Cowtip, but i can't use a tooltip that i can't see on 90% of stuff :P hehe.
14:22.54KriLL3I feel like throtteling the guy that though it a good idea to make our old speed increase trinket reduce mana cost of shifting into flight form by 200mana~
14:24.03ievilisn't that just in-line with the changes which makes all speed increase trinket obsolete?
14:24.04waallenIs there any eta about RSS subscriptions over wowace's projects?
14:24.06sb~seen pb_ee1
14:24.09purlpb_ee1 <n=nospam@meilleu015869-2.clients.easynet.fr> was last seen on IRC in channel #wowace, 2d 23h 51m 32s ago, saying: 'maybe there's something else that's better, dunno, always used durabilty_fu'.
14:24.14sbgnnl
14:26.17Repo10unit-price: 03xbeeps 041.2 * r31 : Tagging as 1.2.
14:28.25*** join/#wowace Moncai (n=chatzill@cc571156-a.hooge1.gr.home.nl)
14:29.03KriLL3why are there 2 level 70 hunters in the  [Incendicite Ore] cave in wetlands?
14:29.09asmodaipoof
14:29.12asmodai3 servers taken offline
14:29.22*** join/#wowace ievil- (n=asys@149.254.200.236)
14:30.19IronhandI've installed Broker2Fubar to get my LDB addons on FuBar... yet I can't seem to bring up the various addons' right-click menu as it instead brings up the Broker2FuBar config instead... any suggestions on how to bypass that?
14:30.29KriLL3update
14:30.31Arrowmasterit shouldnt
14:30.36KriLL3you're running an old version
14:30.37Arrowmasteri changed that days ago
14:30.47IronhandI installed it last night, but ok
14:30.57KriLL3install it from the right place
14:31.08Ironhandwhich is?
14:31.09Kazieckknight: Hey, do you know an ETA on an update for the CowTip bug yet? :)
14:31.19ckknightwhich CowTip bug is this?
14:31.31KriLL3heh
14:31.52Arrowmasterckknight: mouseover unitid is not valid for out of range units on unitframes
14:32.01Arrowmasterckknight: you need to use tooltop:GetUnit()
14:32.08ckknighthrm.
14:32.14ckknightthat makes sense
14:32.26ckknightin about an hour, I'll be done with my movie
14:32.31*** join/#wowace crookfingerjake (n=crookfin@c-71-59-100-178.hsd1.nj.comcast.net)
14:33.22Arrowmasterabydoslanti: what exactly did you do in that commit? delete and readd everything?
14:33.41iphigeniathe sliders in dominos could be little bit easier to use.. i'm having troubles with sliding few bars scale to match each other
14:33.54Tullermousewheel
14:33.56iphigeniagief some option to give a numeric input instead of slide!
14:34.00iphigeniaoo lets see!
14:34.16iphigeniaomg.
14:34.17ievilAckis, you around?
14:34.32quiescensmoo
14:34.43Ironhandis there an addon updater other than the curse client that is generally up to date on most ace addons?
14:34.49iphigeniaTuller, insanely nice work btw, i love this addon
14:34.51quiescensthere's also um
14:34.59quiescenshave to change the thingy in dogtag
14:35.01Tinyboomievil: he was having problems with his connection last night...
14:35.05quiescensto use unit_combo_points
14:35.08quiescensas the event
14:35.20ievilyea, but he's online now tho
14:35.27Tulleralternatively, you can use slash commands /dom scale 1-10 0.8 for example, or /dom scale 1 0.8, or /dom scale all 0.8, or /dom scale 1 2 menu bags 0.8...
14:35.27quiescensinstead of player_combo_points
14:35.27Tinyboomjust noticed :)
14:35.39Tinyboomcould be from work though
14:35.45Repo10talented: 03jerry * r315 / (6 files in 3 directories): Fix enUS locale
14:35.46RepoAdd frFR locale
14:36.24iphigeniaTuller, fantastic job
14:36.32Tullerthanks
14:38.07cladhaireso I seriously need a new EU server
14:38.16cladhaireany invites?
14:39.29Xinhuanlol
14:39.31Xinhuanwhy
14:39.41cladhaireRC is completely effed, and I dont know anyone there
14:39.49cladhaireits more fun to play with people you at least know in some capacity
14:39.59XinhuanRC ?
14:40.04Repo10cartographer: 03ckknight * r2267 / (8 files in 2 directories): Fix the folder paths
14:40.13cladhaireRavencrest EU
14:40.25Xinhuanwhy did you roll there
14:40.42cladhairehaste, industrial, steino
14:40.51cladhaireand no one else spoke up when I was rolling EU
14:40.51[SW]Dodgesylvanaar: ping
14:41.02Xinhuandoesn't that contradict what you said about " I dont know anyone there" ;p
14:41.09cladhairethey don't play anymore
14:41.11Lonny`Is locking is really needed when swapping bags ? or I can just use something like PickupBagFromSlot(<slot>); PutItemInBag(<slot> and issue them in order straight away ?
14:41.12cladhaireor absurdly rarely
14:41.13ievilI'm playingo on EU :p
14:41.32Lonny`PutItemInBag(<slot>);*
14:41.39TinyboomI'd say Silvermoon:) but it's a bit crowded, and I am a bit too casual to have an opinion atm :) but it's nice and social :)
14:41.45Xinhuanunfortunately, i'm asian hehe
14:41.51cladhaireI've heard good things about silvermoon
14:43.51KriLL3how can shamans keep getting more mana if you remove their mana spring?
14:43.59Xinhuanhmm can guiHidden= be a function
14:44.36ievilis there any other addon that shows which recipees your missing from an proffesion than Ackis Recipe List ?
14:44.46KriLL3ievil: why do you need 2?
14:44.53Repo10arl: 03Ackis 06wotlk-branch * r941 / (2 files in 1 directory): Add binding properties filters - works and tested
14:45.05Arrowmasterievil: not really, just bug Ackis to fix it
14:45.13ArrowmasterAckis: FIX IT!
14:45.16*** join/#wowace charon (n=thomas@unaffiliated/charon)
14:45.46ieviltrying to figure out something
14:46.26ievilsince the number of enchants listed in the achivements vs what I am supposedly missing, and what is supposedly the total
14:46.52Tinyboomcladhaire: you're welcome to apply to Ancient Heroes, we're one of the oldest guilds in europe i believe, started in beta and continued from day one on live :) but we are a casual social guild with a few raid nuts:) we also have a group of friends that raid during the night on fridays and saturdays:)
14:47.15ievilAckis, if you're around - seems I'm getting alot of messages of spell id's that it doesnt know for some reason?
14:47.33cladhaireSo my boyfriend and I pretty much play on our own (we'll level together) with the occasional 5man/raid thrown in for fun
14:47.36cladhaireI also pvp alot
14:47.37cladhaire*shrug*
14:48.00Arrowmasterievil: i think he needs to run the dataminer for 3.0
14:48.25Tinyboomcladhaire: forgot to mention... that's alliance :p
14:48.34cladhaireyeah I'm alliance too
14:48.35cladhairewhich server?
14:48.36asmodaiXinhuan: unfortunately Asian? o_O
14:48.45cladhaireany problem with non-max level mains?
14:48.46Xinhuan;p
14:48.52asmodaiArrowmaster: 'the dataminer'? There's a special app?
14:49.08Tinyboomcladhaire: read up :)
14:49.14TinyboomSilvermoon :)
14:49.17Arrowmasterasmodai: yes thats how he gets the info on where things come from
14:49.38cladhaireTinyboom: and non-max level mains?
14:49.40asmodaiArrowmaster: Got a link to the app? Been looking into the datamining aspect a few days ago.
14:49.51asmodaiArrowmaster: if I can avert DRY, I'm all for it
14:50.11Tinyboomcladhaire: you choose a main, 70 or not, doesn't matter :)
14:50.15*** join/#wowace Mytos (n=nate@c-76-99-111-229.hsd1.pa.comcast.net)
14:50.18Industrial<+cladhaire> they don't play anymore
14:50.21cladhaireinteresting, i'll keep that in mind
14:50.24Mytoswhats a good shot rotation for hunters?
14:50.24ievilseems he have run the dataminer
14:50.25IndustrialI chose a main somewhere else :\
14:50.30cladhaireIndustrial: I know, that's why you suck.
14:50.34Industrial...
14:50.35Tinyboomcladhaire: www.ancient-heroes.net :)
14:51.00IndustrialI've got friends on other servers too you know :|
14:51.07cladhaireh8
14:51.20Industrialbesides, not like my now 49 druid will run away from there.
14:51.22digmousenah silvermoon? I got an alt on that
14:51.36cladhaireIndustrial: well we will be leaving, I can assure you that
14:51.43Industrial:o server not fun?
14:51.45cladhaireit sucks, but not much we can do that
14:51.49cladhaireits unplayable these days
14:51.52Industrialhow so
14:51.55cladhairefucking DK DK DK DK DK everywhere
14:51.58cladhaireand the server is completely full
14:52.02steinolol
14:52.03steinoDKDKDKDKD
14:52.05steino:---D
14:52.10Industrialah, well... dont go to grim batol or boulderfist then.
14:52.15cladhaireheh
14:52.21steinogrimbatol is nice, stop crying
14:52.27Arrowmasterasmodai: its a ruby script in the repo + http://wow.curseforge.com/projects/data-tools/
14:52.28IndustrialTUGATUGATUGATUGA
14:52.32steinoonly 800 que today
14:52.35Industrial^
14:52.37Tinyboomsilvermoon has some dk's, but nowhere close to that bad :p
14:52.38Mytosyeah, tichondrius is the same, im waiting on a free transfer to somewhere else
14:53.01cladhaireTinyboom: I kid you not, the server is probably 80% DK
14:53.11Tinyboomouch
14:53.17cladhaireI started two level 10 characters yesterday
14:53.29Tinyboomit's a disease danish people have, I am sure of it :p
14:53.29cladhairewithin 5 minutes of me being online, I had people from other zones sending me messages saying "DK?"
14:53.47IndustrialTinyboom: its more a lazy people disease
14:53.56Tinyboomthat too
14:53.58Industriall2english :D
14:54.13ievilsounds like the french or PTR or dutch on Turalyon
14:54.25ievil*on PTR
14:54.27Tinyboomthough, many of them can't explain why they put dk in their names
14:54.31asmodaiArrowmaster: thank you
14:54.44cladhairewhen i xfer i should change my name to Dora, so I can be Dora the Explorer
14:54.52IndustrialVashj - where my main is atm - has a lot of dutch too, but I only talk english ...
14:54.54Ackiscladhaire: that is so win
14:54.55Industrialcladhaire: lol
14:55.04Industrial(er, me being dutch that is)
14:55.28Repo10talented: 03jerry * r316 / (5 files in 3 directories): Localisation fixes.
14:55.29RepoUse wide edit box for URL Import
14:56.17nevcairielDoes some simple addon exist that allows you to have multiple combatlog chatframes?
14:56.46Industrial->shop
14:57.04Arrowmasternevcairiel: not simple no
14:57.15nevcairielwell complex then? :P
14:57.19Arrowmasterprobably
14:57.38Arrowmasteryou cant even redirect the combatlog to a different chatframe without breaking stuff
14:57.41Arrowmasterive tried
14:58.03nevcairielI wrote a very simplistic addon to reproduce the comabtlog behaviour
14:58.11nevcairielbut i cba to maintain it through patches =(
14:58.42ievilAckis, 941 still giving errors on scan
14:59.32Repo10talented: 03jerry * r317 core.lua: Fix db update path
14:59.50ievilhm is prat-3 copybox supposed list same stuff 3-4 times?
15:05.13Repo10omen-threat-meter: 03ananhaid 06omen_zh_temp 07master * RC3-2-g4b9f468 / (13 files in 2 directories): [new]
15:05.14Repo10omen-threat-meter: 03ananhaid 06omen_zh_temp 04RC1 * 7bbd614 /: [new tag]
15:05.15Repo10omen-threat-meter: 03ananhaid 06omen_zh_temp 04RC2 * 59f0816 /: [new tag]
15:05.18Repo10omen-threat-meter: 03ananhaid 06omen_zh_temp 04RC3 * f41002d /: [new tag]
15:05.37RaydenUnicartographer use to let me zoom in and out with left and right click. did that change in the patch or is there an option somewhere?
15:05.57nevcairielthat should still work
15:05.59nevcairielunless its a bug
15:05.59abydoslantiRayden - try the new fix
15:06.19abydoslantijust uploaded a 3.0.2 version
15:06.52Repo10parrot: 03profalbert 07master * v1.6.2a-1-ga233d29 / (3 files in 3 directories): [+1 commit] add overkill to event modifiers
15:08.05Repo10omen-threat-meter: 03ananhaid 06omen_zh_temp 07200810192307+0080 * RC3-2-g4b9f468 / (13 files in 2 directories): [new]
15:08.23Ackisany wya to get a further traceback for this error: http://ace.pastey.net/98856
15:08.29AckisAce3Config error =/
15:09.00nevcairielfurther traceback? it starts in your onclick handler, thats the start :p
15:09.08AckisI don't have one :P
15:09.27Ackisit's hte blizzard onclick handler
15:09.58nevcairielsounds like you provided a function value somewhere that should be a table
15:10.14Ackisyah I'm trying to find out the somewhere lol
15:11.45Ackisand I have a pimple on my nose
15:11.59*** join/#wowace Daemona (n=koaschte@i59F636F6.versanet.de)
15:12.13RaydenUniah k abydoslanti
15:12.21RaydenUnii'm not sure i like how curse does updates
15:12.26RaydenUnii can never tell if it actually updated
15:12.29RaydenUnii dont trust the update date
15:12.33abydoslanti^^
15:12.42RaydenUnicause see here
15:12.47*** join/#wowace ievil- (n=asys@149.254.200.236)
15:12.49RaydenUnicartographer v2.3 date 10/19
15:12.51RaydenUnithat's today
15:12.56RaydenUnii didn't update it today
15:13.06RaydenUni"Update!"
15:13.08RaydenUnithere it goes
15:13.13RaydenUniinstalled
15:13.45abydoslanti2.3 is the latest but uhm, *someone* (i swear it wasnt me! ;( ) broke the first update and had to release a second
15:13.51KriLL3Why did they break Charm of Swift Flight but left crops working? :(
15:14.11KriLL3huge slap to the face
15:15.07*** join/#wowace Lyn (n=Lyn@Lf304.l.pppool.de)
15:15.12*** join/#wowace mitchnull (n=mitchnul@catv3EC945BD.pool.t-online.hu)
15:15.16RaydenUnimaybe it already updated today for me
15:15.22abydoslantimaybe :(
15:15.32RaydenUniKriLL3 yeah i noticed it's an almost useless "costs less mana when you shapeshift into it"
15:15.35RaydenUniso i never use it anymore
15:15.41KriLL3It's in my bank
15:15.46RaydenUnithis means druids no longer have speed bonus and everyone else does?
15:15.49KriLL3in case they come to their senses
15:15.52RaydenUnidid riding crops become learnable?
15:15.53KriLL3yeah
15:15.56KriLL3no
15:16.02KriLL3crops work like before
15:16.02RaydenUnii thought they were going to be
15:16.05KriLL3no idea
15:16.07RaydenUnijust like mounts
15:16.10ievil-Ackis, you interested in getting error reports for missing filters, missing recipies etc for r941?
15:16.11RaydenUniyou attach a riding crop to a mount
15:16.18KriLL3RaydenUni: that's duck
15:16.20KriLL3*suck
15:16.22RaydenUniabydoslanti maybe curse updated it already for me
15:16.24Tristanianthey scraped that idea afaik
15:16.29KriLL3I got a ton of mounts, don't want to buy one for each
15:16.35RaydenUniit's better than it taking up a trinket slot
15:16.40RaydenUnithen let them work like glyphs
15:16.40Tristaniancrops are still equipable they are just useless for chars over level 70
15:16.41KriLL3not really
15:17.03KriLL3with a gear addon crops aren't any hassle at all
15:17.11RaydenUniwhy useless for over 70?
15:17.21KriLL3would be nice if they worked like charms in D2, have it in your backpack and it works
15:17.22KriLL3yeah
15:17.22Tristanianbecause if you read the description
15:17.23RaydenUniKriLL3 closetgnome doesn't really do them the way i want
15:17.24KriLL3no idea
15:17.28RaydenUnimeh
15:17.29Tristanianthey only work for chars up to level 70
15:17.30KriLL3RaydenUni: does for me, np
15:17.32RaydenUnii guess if i tweaked it it could
15:17.39RaydenUniKriLL3 not bug wise, but desired feature wise
15:17.49RaydenUnii had sets for kitty, bear, and flight
15:17.57mitchnulldamn, arcane intellect became party-only?
15:17.58RaydenUnii can't enable and disable this individually
15:18.05sbmh
15:18.09KriLL3RaydenUni: huh?
15:18.13RaydenUniso when i do the nagrand gas cloud daily quest, i have to turn all of them off
15:18.15sbis it possible if a buff on $target is from you?
15:18.17RaydenUniso i don't keep putting on my own helmet
15:18.23RaydenUniand removing the quest helmet
15:18.42RaydenUniwhich means i don't get the flight outfit equipped, which has the trinket
15:18.43KriLL3RaydenUni: make a new profile, "quest" or similar, make all slots red aka it ignores all slots
15:18.49KriLL3shift to it when you put on your goggles
15:19.01RaydenUnibut i had it shift to combat when i "dismount" :D
15:19.01KriLL3tada
15:19.11KriLL3not if you do as I said
15:19.14RaydenUnii guess i should just remove that
15:19.15KriLL3that's how I did it
15:19.20RaydenUninew profile?
15:19.22RaydenUnihmm
15:19.29RaydenUnii'll mess with it
15:19.30KriLL3it "shifts" to your quest set
15:19.32*** join/#wowace fewyn (n=fewyn@46.210.33.65.cfl.res.rr.com)
15:19.33KriLL3aka doesn't do anything
15:19.34*** join/#wowace ievil (n=asys@general-ld-213.t-mobile.co.uk)
15:19.41Mundyzis there a working equivilent of ClearFont2?
15:19.47RaydenUnisince the last update removed all of my closetgnome settings
15:19.52Mundyzor did 3.0.2 fuck with fonts
15:19.52RaydenUniand THEN wow crashed forgetting the ones i remade
15:19.59KriLL3yeah CG is struggling atm
15:20.07ievilAckis, did you see my qestion? hsdpa connection went down
15:20.10KriLL3Mundyz: what didn't 3.0.2 fuck with?
15:20.38RaydenUnihttp://www.darklegacycomics.com/161.html
15:20.53RaydenUniman
15:20.59KriLL3that comic sucks
15:21.00RaydenUnia lot of projects are using Git these days
15:21.09KriLL3either the author is lazy or can't draw
15:21.31Fisker-can't draw
15:23.51RaydenUnixkcd?
15:24.10*** join/#wowace EthanCentaurai (n=EthanCen@78.147.192.100)
15:24.22KriLL3...
15:24.36KriLL3you gave a link a couple of seconds ago to DLC, guess
15:27.22KriLL3anyone else have cat charge put em right where you want to be, only to snap 1-2m in the wrong direction upon landing?
15:27.42asmodaiwas there an addon that did points of interest (PoI) for Mapster?
15:28.03Arrowmasterasmodai: one of the handynotes ones
15:28.19KriLL3HN seems mostly broken as of yet
15:28.20asmodaiOh ok, wasn't clear if they were for only manual noting
15:28.37Arrowmasterbroken how?
15:28.49KriLL3most of the parts throw errors?
15:29.11Mytoshad cat charge not account for the fact that the targets moving on you yet krill3?
15:29.28Arrowmasteri was using handynotes, handynotes_guild, and handynotes_flightmasters without any errors
15:29.43KriLL3Mytos: nope, I've actually landed further away from my target than I was when I pushed it a couple of times
15:29.50*** join/#wowace Jagobah (n=jago7777@adsl-157-99-160.owb.bellsouth.net)
15:30.10KriLL3vendors, mailboxes, directions don't work for me
15:30.28KriLL3atm cat charge is static targets only
15:30.41Repo10democratic-ready-check: 03ghenningp * r35 / (5 files in 1 directory): - Now depends on Ace3 instead of Ace2
15:30.42Repo- Options integrated in Blizzard AddOns interface
15:31.00KriLL3if they're moving you need bearcharge
15:31.07Repo10libhealcomm-3-0: 03xbeeps * r6 LibHealComm-3.0.lua:
15:31.08RepoReliable instant cast detection (no functional changes, as instant cast spells are not tracked yet)
15:33.57*** join/#wowace p3lim (n=p3lim@212251216176.customer.cdi.no)
15:34.51Ackisif I have local function foo() and then local foo = nil that does bad things correct?
15:35.39Arrowmasterdepends
15:35.43ievilthat could be interesting
15:35.49ievildepending on order in memory
15:35.53ieviland when you call them
15:36.23*** join/#wowace alcaras (n=chatzill@c-76-119-196-167.hsd1.ma.comcast.net)
15:37.35Ackislocal foo = nil; local function foo() if not foo then foo = {} end end
15:37.54KriLL3has blizz said anything about resilience yet?
15:37.58Ackisgod damnit
15:38.08AckisI go take a piss and my cat walks on the keyboard causing errros
15:38.24pastamancerAckis: your cat is helping you dry-code!
15:38.28EthanCentaurai~lart Ackis' cat
15:38.28purlsends a legion of lawyers after Ackis' cat's head
15:38.31KriLL3ninjacat strikes again!
15:38.44Ackislol pastamancer
15:38.50Ackiswe got a new kitten and he loves wow
15:38.55Ackiswe called him Murky actually lol
15:39.23EthanCentauraifacepalms
15:39.29Fisker-slaps Ackis around a bit with a large trout
15:39.31Fisker-die
15:39.33Fisker-DIE
15:39.42Ackislol
15:39.46EthanCentauraidoes he chase the characters which run across the screen? :P
15:39.46Ackishe's annoying like a murloc
15:39.52AckisEthanCentaurai: yes, and the mouse
15:40.12EthanCentauraihaha my kitten did that too, bloody thing scratched my monitor to buggery
15:40.50DarkAuditThe big red letters on the Cart2 page saying the project was dead or dying has been removed. So what's the status there?
15:41.09EthanCentauraiDarkAudit: it means it's dead or dying has been removed
15:41.16IndustrialAnyone know how I can disable the spellcast fail sound? I had it with last patch but it got removed and I cant remember where I got it :<
15:41.40KriLL3said big red letters aren't there anymore
15:41.51KriLL3(hurrah?)
15:42.04Arrowmasterthe death has been temporarly delayed?
15:42.14KriLL3who knows?
15:42.33EthanCentauraiAbydosLanti is now in the authors list and has tagged 2.3 apparently O.o
15:42.41KriLL3perhaps he was a fried of the governor
15:43.02KriLL3*friend
15:43.37DarkAuditit's confusing when one day it's dead, the nex it isn't, and the day after that it's dead again
15:43.59KriLL3perhaps it's a zombie
15:44.12profalbertwaallen: ping
15:44.20waallenprofalbert: hi there
15:44.25ieviljust means that ckknight approved of abydoslanti fixing the abandoned 2.3
15:44.33waallenargh phone, I'll read what you type
15:44.46Arrowmasterfor now
15:45.00EthanCentauraigives up trying to get Git to work and downgrades back to Subversion
15:45.13ckknightgit > svn
15:45.16profalbert~fail EthanCentaurai
15:45.17purlEthanCentaurai: FAIL!
15:45.33EthanCentaurai~fail Windows XP Service Pack 3
15:45.33purlWindows XP Service Pack 3: FAIL!
15:45.42profalbert~fail windows
15:45.43purlwindows: FAIL!
15:45.49ckknight~failrik
15:45.49purlFAIL, Shirik, FAIL!
15:45.52KriLL3an OSX fanboy has been about
15:45.57Repo10democratic-ready-check: 03ghenningp 04v1.1 * r36 : - new release 1.1
15:46.00ckknightKriLL3: oh?
15:46.02Repo10democratic-ready-check: 03ghenningp 04v1.1 * r37 .pkgmeta: - new release 1.1
15:46.09EthanCentauraican't wait for his shiny new MacBook to arrive
15:46.26ckknightEthanCentaurai: I'm going to the store today :-)
15:46.33KriLL3EthanCentaurai: don't get your hopes up, a lot of em are DOA I've heard
15:46.38ckknightEthanCentaurai: want to play with the new touchpad
15:46.44EthanCentauraixD
15:46.49cladhairewhats up with the new touchpad?
15:46.51ckknightEthanCentaurai: I'll have to order mine, since I want the 2.8 GHz instead of 2.5
15:46.52KriLL3how do you rightclick on it?
15:46.54ckknightcladhaire: no button
15:46.56profalbertbut I use a git-repo for my wtf-folder, and that with vista. no problem at all
15:46.58cladhairenice :P
15:47.00ckknightKriLL3: two fingers
15:47.02KriLL3ckknight: seems like a downgrade
15:47.04Gnarfozpastamancer: might it be Grid when I get errors when someone joins the raid group in combat?
15:47.08KriLL3ckknight: does that work in windows?
15:47.18ckknightKriLL3: in windows, I fn-click
15:47.25KriLL3O_o
15:47.27ckknightor use a real mouse
15:47.30EthanCentauraickknight likes to be touchy touchy feely feely it seems :)
15:47.38ckknightyea, you know all those people who bitched about macs having only one button?
15:47.42KriLL3well we all know apple is no fan of inputs
15:47.45ckknightwell, now they're down to zero buttons.
15:47.53KriLL3unusable keyboards and mice ftw
15:47.58ckknightI'm just waiting for their next version
15:48.01ckknightnegative one button.
15:48.06ckknightan anti-button
15:48.20EthanCentauraihaha :D
15:48.29EthanCentauraithought control :D
15:48.29ag`it is still a button
15:48.41KriLL3"click it" and a mouse key vanishes
15:48.46KriLL3*keyboard key
15:48.52ag`the entire trackpad is a physical button that can be clicked
15:48.57KriLL3which is rubbish
15:49.11KriLL3will be tricky as hell to drag etc
15:49.18ag`no
15:49.19ckknightag`: hehe, yea
15:49.25ag`there's a nice drag gesture
15:49.29ckknightag`: I want to play with it to make a proper decision
15:49.32KriLL3a pad should be for moving your fingers on, not to drag and poke
15:49.42ckknightdragging = moving fingers
15:49.45ckknighthate to break it to you
15:49.52ag`lol
15:49.58KriLL3yeah but you shouldn't have to push down to activate a button at the same time
15:50.19ckknighthow else do you use buttons except by pushing on them?
15:50.38ag`drag: you push down on the trackpad and move the finger over it
15:50.49KriLL3you can use different fingers for the buttons and a pad on other laptops
15:51.21*** join/#wowace Spennig (n=Aingeal@host-12-181-179-249.clearviewcatv.net)
15:51.52*** join/#wowace ievil- (n=asys@wireless12.one2one.net)
15:51.53ag`the question is if it is better that way or just because you're used to it being that way
15:51.53ckknightag`: did you get a new macbook or just played with one?
15:52.17ag`tried it for like 10 secs in a store, I have the old macbook pro
15:54.37Repo10lib-st: 03ddumont * r29 Core.lua: lib-st:
15:54.38RepoScroll chains!!!!!!    primary sort and secondary, tertiary...  etc
15:56.30EthanCentauraicasts [Conjure Azeroth (Rank 3)]
15:56.57CrazyBenny~wowalert
15:56.58purlhttp://launcher.worldofwarcraft.com/alert (US), http://status.wow-europe.com/en/alert (EU)
15:57.27EthanCentauraibe alert, the world needs more lerts
15:57.33*** join/#wowace Undine (i=shamus@92-238-208-134.cable.ubr09.hawk.blueyonder.co.uk)
15:57.59CrazyBennybe alert, the world needs to be online!
15:58.32Repo10arl: 03Ackis 06wotlk-branch * r942 / (3 files in 2 directories):
15:58.33RepoPlayed with configuration options a bit, re-enabled item types, Armour -> Armor (Damn Americans)
15:59.26IndustrialAnyone know how I can disable the spellcast fail sound? I had it with last patch but it got removed and I cant remember where I got it :<
15:59.29Repo10librangecheck-2-0: 03mitch0 * r32 / (2 files in 2 directories):
15:59.30RepoReplaced Arcane Brilliance with Remove Curse, commented out WOTLK items
15:59.36EthanCentaurai~repeat
15:59.36purlfrom memory, repeat is probably If nobody answers your question, don't just repeat it. Spamming the channel and getting ignored/banned/silenced isn't going to get  a faster answer; spamming is a function of time. More likely, nobody knows the answer (/msg apt ask), or you need to provide more information (/msg apt sicco)), or ask me about "rephrase", or ask smart questions
15:59.52Industrialill repeat as much as I like :P
15:59.57EthanCentaurai:P
16:00.19Repo10lib-st: 03ddumont 04v1.0 RC2 * r30 / (5 files in 1 directory):
16:00.20Repoadded "sort chains" primary, secondary tertiary... etc  scrolling
16:00.39Industrialbesides, usually when people are talking and you ask something it gets ignored anyway
16:00.42Industrialand the bot spams too.
16:00.48KriLL3is the non raid part of AQ soloable?
16:01.09pentium166There isn't a non-raid part...?
16:01.15Repo10cartographer: 03AbydosLanti * r2268 Cartographer_Foglight/Foglight.lua: Fixed fog issues
16:01.32KriLL3ah, 20 and 40
16:01.40KriLL3thought it was 25 and 5
16:02.03pentium166You could probably 5-man it easily now
16:02.11*** join/#wowace chiper (n=chiper@ip72-197-215-172.sd.sd.cox.net)
16:02.12KriLL3yeah
16:02.15Arrowmasteryou can
16:02.17Arrowmasterwe did
16:02.21Arrowmasterthe 20 man that is
16:02.24pentium166yeah
16:02.34Ackis20manned your mom
16:02.55*** join/#wowace Srosh_ (n=Srosh@d019237.adsl.hansenet.de)
16:03.07KriLL3so that's what you're doing instead of fixing ARL =P
16:03.40Ackis:P
16:03.46ckknightlol
16:03.47ckknightInfobulles personnalisées. Meuh. J'aime regarder les train passer.
16:03.54Ackisi'm fighting with a 2 mon thold killtenwho6jumpsonmykeyboard
16:03.56ckknightCowTip's description in French.
16:03.56KriLL3so lame that almost all raids & instances you've done aren't given any credit in the achievements
16:04.08Stanzillawe did aq20 with 3 man pre-3.0
16:04.11Stanzillaeasycheesy
16:04.13KriLL3ckknight: it's all french to me
16:04.22ckknightit's funny that someone translated that
16:04.28KriLL3Stanzilla: could a feral solo it now you think?
16:04.37Stanzillawould take ages
16:04.40KriLL3swipe ftw
16:04.45Stanzillatry it :P
16:04.46KriLL3well you just need the final boss
16:05.16KriLL3I can solo level 60 instances without going bellow 95% hp with swipe =P
16:05.30KriLL3400 crits on everyone in front of me
16:05.37KriLL3infinite rage ftw
16:05.50Repo10librangecheck-2-0: 03mitch0 * r33 LibRangeCheck-2.0/LibRangeCheck-2.0.lua: syntax sugar
16:06.08KriLL3hardest I've sofar encountered were the physically immune mobs in Scholo
16:06.19KriLL3had to break out the moonfire spam
16:08.06KriLL3just did ZF and killed all the mobs down bellow at the same time =P remember how hard that was back in the day
16:08.31KriLL3had 7000~ dps
16:08.52KriLL3from an attack that does 250~ normal and 400~ crit =P
16:09.28*** join/#wowace Aeyan (n=fake@cpe-071-076-230-073.triad.res.rr.com)
16:09.37KriLL3make it deal 10000 dmg and cost no rage, then we'll be closer to retri's dps
16:09.56pentium166it's a tanking ability, not a dps ability :p
16:10.05KriLL3works as both
16:10.16KriLL3vs huge piles of mobs that is
16:10.22odtKriLL3: ret dps isnt that great
16:10.29KriLL3chokes
16:10.37odti have an s4 ret pally
16:10.52KriLL3I've seen em 3 shot ppl
16:10.59odti did that in s4 too
16:11.02odtso what
16:11.03pentium166that's pvp, not dps!
16:11.09Repo10arl: 03Ackis 06wotlk-branch * r943 / (3 files in 2 directories):
16:11.10RepoSlash commands working now with configuration. Victory is MINE!!!
16:11.11odtidd
16:11.11KriLL3burst dps
16:11.19odtbut talking bout pve dps
16:11.23pentium166feral had good burst dps too
16:11.25odtit's not that great
16:11.31pentium166doesn't mean it was very good sustained dps
16:11.35KriLL3if they can 3 shot people they have high dps, nuff said
16:11.45odtso can rogues
16:11.51KriLL3nope
16:11.57odti have an s4 rogue too
16:12.00AckisKriLL3: ARL works btw :P just not well
16:12.04odtand i don't complain bout pallies
16:12.15odtpallies are still cc's and feared to death
16:12.17KriLL3ofc you don't, you have one
16:12.27odtwell, i have an s4 priest too
16:12.30odtshadowpriest
16:12.33odtand he's a gimp
16:12.34KriLL3palas have a 6 second stun, and an 6 second disorient
16:12.42KriLL3they can easily kill a plater in 6 seconds
16:12.44Camcianyone else notices FPS drop after patch? i used to have like 50-60, not i got like 12
16:12.57odtKriLL3: so what, we had that all before :)
16:13.12KriLL3odt: you couldn't drop people 3 seconds flat
16:13.27odtthat's still not that common
16:13.39odtif i hit an s4 shaman, it pretty much takes forever
16:13.44KriLL3you got an attack that crits for 6.5k
16:13.54odthaven't had a single crit that big yet, counting pve
16:14.09Repo10arl: 03Ackis 06wotlk-branch * r944 AckisRecipeList.lua:
16:14.09RepoFix bug where scanning multiple profs wouldn't clear them from the list.
16:14.23KriLL3is there any class in the game that got that large crits?
16:14.25odtbut yeah, if you talk about a priest in greens, then yes, it will probably crit 10k on him, and it should
16:14.39KriLL3gear doesn't matter
16:14.46pentium166What is critting for 6.5k?
16:14.55odtyeah, im wondering too
16:15.10odtand i have a pally
16:15.21odtbut im in place 444 in queue
16:15.24KriLL3forgot it's name
16:15.30odtso i can't check my eavesdrop history for the highest crit
16:15.39odtit probably is in the lua files
16:16.04chiperanyone else noticed issues with the armory not updating?
16:16.27KriLL3the forums are breaking down, the login doesn't work and servers are crashing, and you're asking about the armory?
16:16.45odt:P
16:19.02odtthe highest crit so far i have is 6240 judgement of blood (which is a pve ability) on flamegor :)
16:24.29KriLL3it was a judgement, dunno which
16:24.54KriLL3I'm not a pala and all pala abilities have similar names
16:25.22pentium166judgement of berserker buff + avenging wrath on a target who also had a berserker buff?
16:25.54pentium166er, what does avenging do again?
16:26.46Fisker-stabs KriLL3 in teh eye
16:27.19sbAckis: is that new GUI only in wotlk branch?
16:27.20chiperKriLL3: our realm has been running fine, dunno what your issue is
16:27.30chiperand I rarely go to the forums
16:27.54chiperbut the armory not working is causing a lack of updates on my guild website, which I wrote.  so that does affect me
16:28.07Ackissb: yes
16:28.12sbgo release then :p
16:28.18Ackisnot ready yet
16:28.22sbmh :)
16:28.24sbETA?
16:28.36chipergoes to get breakfast
16:28.38odtqueue of 1000 on AA now
16:28.40odt:))
16:28.49odtwhy did blizz let all those migrants in
16:28.59Ackissb: later today beta 4 will be released
16:29.31sbmh - when installing on non wotlk wow, will it only display non-northrend data? :p
16:29.39sbwould be cool :O
16:29.51odtbtw, the bug where you cannot see tooltips on people out of range, does that come from the 3.0 API or is it from the addon?
16:29.59odtcowtip in my case
16:30.02Repo10cowtip: 03ckknight * r12 / (6 files in 6 directories):
16:30.03Repochange references to the unit "mouseover" to GameTooltip:GetUnit() or "mouseover", solving issues with out-of-range party members.
16:30.09ievil-Xinhuan, around ? :)
16:30.18odtlol, Repo is psychic
16:30.19Xinhuan?
16:30.27Repo10range-display: 03mitch0 * r176 RangeDisplay.toc: version bump
16:30.28ckknightodt: Repo's not psychic.
16:30.45ckknightodt: Repo's just a bot
16:30.46Ackissb: I'm commenting out all the 375+ recipes so it works on 3.02
16:30.49Camcianyone using chincilla minimap addon?
16:31.03ckknightCamci: what's up?
16:31.10*** join/#wowace Bruners (i=lasseb@colargol.tihlde.org)
16:31.17Repo10range-display: 03mitch0 04v3.1-beta3 * r177 / (3 files in 1 directory): tagging 3.1-beta3
16:31.19Camcithe calender is nowhere to be found :P
16:31.27ckknighthrm
16:31.37ievil-Xinhuan, in omen3 - why does healers seem to come u with ~0 threat? One healer asked if there was a chance to get Threat on mouseover
16:32.09odtckknight: thanks for the fix anyway ;)
16:32.14Xinhuanif they come up with 0 threat, then they really have 0 threat
16:32.16ckknightplease test it
16:32.25ckknighttell me if there are any bugs or anything
16:32.29odtomw, already place 91 in the queue
16:32.30ckknightif it's all good, I'll tag and release
16:32.38Camciany other cool minimap addon around? that shows the calander too...?
16:32.49ckknightCamci: I'm gonna fix Chinchilla, just keep your kilt on
16:32.52Xinhuanalso not sure what your healer means by "threat on mouseover"
16:33.08Repo10librangecheck-2-0: 03mitch0 04v3.1-beta2 * r34 / (5 files in 2 directories): Tagging 3.1-beta2
16:33.11Camcickknight ok :D
16:33.17Brunersckknight: what is wrong with chinchilla?
16:33.28ckknightBruners: not showing the calendar dealy, apparently
16:33.42Repo10arl: 03Ackis 06wotlk-branch * r945 / (6 files in 2 directories):
16:33.42RepoFix engineering, smelting, and cooking scans.  Add a few more filters in (skill level, class, horde/alliance)
16:33.54*** join/#wowace Shirik (n=nospam@conspiracy/developer/Shirik)
16:33.54*** mode/#wowace [+v Shirik] by ChanServ
16:34.17Xinhuanievil-: all Omen is displaying, is a list of people that is on the mob's threat table, if the healer doesn't appear on it, then he isn't on the mob's threat table
16:34.31Xinhuanif he has 0 threat, he will appear on the list as having 0 threat
16:34.50Xinhuanthat's different from not appearing on the list, which means he isn't on the threat table
16:35.05sbAckis: okay, cool :)
16:35.42odtpentium166: avenging wrath is 20% heal+dmg, on a 2min cd
16:36.07Ackissb: it's just easiest for me tbh
16:36.10ievil-Xinhuan, I see - just akward seeing a healer doing like 1-5% threat vs casters going off at 80%
16:36.33Xinhuanthat's because omen2 was terribly wrong
16:36.46Xinhuanfor healing threat
16:37.13Xinhuanif a mob is being CCed, the mob's threat table does not change, i.e healers healing will not cause aggro on a mob that is sheeped/sapped/etc
16:37.25Xinhuanomen2 did not take into account that
16:37.41Xinhuanand does not check for CC status
16:37.46ievil-aha
16:37.59Xinhuanif there are 8 mobs in combat, then a 2000 heal will generate 1000 threat divided by 8 mobs
16:38.06Xinhuanthat's 125 threat each
16:38.17Xinhuanand that 125 is only added on mobs that aren't CCed
16:38.28Xinhuannow compare 125 vs a caster nuking at 3000
16:38.37asmodaiXinhuan: btw, BankItems seems hardcoded to follow a round minimap form?
16:38.43ckknightCamci: my calendar shows fine
16:38.44ievil-that's actually good news
16:38.45asmodaithe map icon that is
16:39.00Xinhuanasmodai, BankItems uses 2 controls for the minimap: Radius distance and Angle
16:39.06Xinhuanso it doesn't follow any minimap form
16:39.17asmodaiI should just adjust the radius then?
16:39.17Xinhuanyou set the radius you want, then change the angle ;p
16:39.20Xinhuanor vice versa
16:39.21asmodaik cool!
16:39.22Xinhuanof course
16:39.43odtckknight: it's borken horribly
16:39.47KriLL3how can some minimap icons work with a square map np?
16:39.48odtcowtip that is
16:39.57Xinhuanthey do some internal maths
16:40.01Xinhuancomplicated maths ;p
16:40.02odtevery mouseover has Bad unit: "playername"" on it
16:40.02ckknightodt: that's an unhelpful statement. _what_ is broken?
16:40.11odtno other errors
16:40.15ckknightthat's odd...
16:40.20ckknightand makes no sense
16:40.22Xinhuanbasically it is informally agreed that a minimap addon should provide a function called GetMinimapShape()
16:40.29ievil-Xinhuan, some people are bringing up a statement of Omen3 is being slow. But is that the update speed from API or debug checks?
16:40.43Arrowmasterckknight: did you use tooltip:GetUnit() or select(2,tooltip:GetUnit())?
16:40.51ckknightjust tooltip:GetUnit()
16:40.56Xinhuanievil-: the update speed is as fast as what blizzard updates info to us
16:40.56Arrowmasterthats why
16:40.57ckknightguess that's wrong?
16:41.00Arrowmasteryes
16:41.06Xinhuanin fact most people don't realize this speed is twice as fast as omen2
16:41.20Xinhuanin omen2, a player only transmits his threat info once every 3 seconds
16:41.26ievil-ty ;)
16:41.35Xinhuanand a tank transmits his threat details once every 1.5 seconds
16:41.50Xinhuanin other words, blizzard API is updating us twice as fast as omen2 used to
16:42.13Xinhuanthe only difference was, in omen2, you are receiving threat from 25 people every say 0.1 seconds from one person
16:42.19Xinhuanso it updates accordingly
16:42.28Xinhuanbut in omen3, the updates come in sync all at once
16:42.33Xinhuanso it updates once every second
16:42.44Xinhuaninstead of once every 0.1 seconds on receiving every threat message
16:42.50Xinhuanget what i mean ievil-?
16:42.58ievil-Xinhuan, yepp :)
16:43.00Repo10cowtip: 03ckknight * r13 / (6 files in 6 directories): fix GameTooltip:GetUnit() references
16:43.03ievil-I had a feeling it was like that too
16:43.06Xinhuangood now explain that to your members
16:43.08ckknightodt: there we are :-)
16:43.14odtckknight: :)
16:43.38ievil-Xinhuan, I got them to use RDX - so surely should manage omen3 ;)
16:43.38Xinhuanif omen2 tried to transmit any faster, the user would risk disconenction basically
16:43.53Xinhuanthat was why at the start of patch 2.4, we had to compress data to be sent
16:43.57Arrowmasterthe user did get disconnected with early omen2
16:43.57Xinhuanand uncompress data received
16:44.02Xinhuanthat broke backwards compat
16:44.18Xinhuanwhat was 1 ghoul and 1 crypt fiend in hyjal
16:44.25Xinhuanbecame 10 ghouls and 4 cryptfinds
16:44.29ievil-so thats what happened in the early versions. I remember O2 in early days :)
16:44.31Xinhuan2 mobs became 14 unique mobs
16:44.39Xinhuandue to the GUID changes in the combat log
16:44.45Xinhuanwe had many fold more info to send/receive
16:44.51Brunersckknight: the calendar is hidden as day night indicator thats all
16:44.56Arrowmasterand a bajilion crypt scarabs
16:45.02ckknightyea, I'm fixing the texts now
16:45.13Xinhuanyes those crypt fiends summon "crypt scarabs" that fly at ppl
16:45.20Xinhuanthose are considered unique units too
16:45.27Xinhuanand eventually just flooded people offline
16:45.51Xinhuani should update that ingame omen faq
16:46.17Repo10chinchilla: 03ckknight * r186 / (5 files in 3 directories): change references of the Day/Night indicator to Calendar.
16:47.49odtckknight: seems working now
16:47.53ckknightalright
16:48.14odtjust need to figure out why [zone] isn't working
16:49.52odti have a single line in cowtip, [Zone]
16:49.57odtand it's not used
16:50.07Camcickknight where is it uploaded?
16:50.18ievil-did you figure out the taint issue ck?
16:50.29ckknighthttp://www.wowace.com/projects/chinchilla/files/283-r186/
16:50.37*** join/#wowace cubicool (n=cubicool@c-24-99-111-193.hsd1.ga.comcast.net)
16:50.44Mundyzis there a working replacement of simple combat log?
16:50.50CamciThanks man wil try :D
16:50.53ckknightievil-: never looked into it, because the issue is that SetFocus is an inherently tainted function, and I can't open the menu without tainting (to my knowledge)
16:51.01*** part/#wowace cubicool (n=cubicool@c-24-99-111-193.hsd1.ga.comcast.net)
16:51.26ckknightodt: note that that's defined in LibDogTag-Unit-3.0
16:51.37ievil-I'm getting the taint from different addons depending on where I click and do focus
16:51.59ievil-Even skillet seems to be giving it
16:52.11Arrowmasteranything that uses dropdown menus can
16:52.26Arrowmasterdue to a bug in dropdown menus im guessing they never fixed
16:52.35ckknightwell, they took out Set Focus
16:52.39ckknightthen they put it back in
16:52.47abydoslantiis the LOD system broken in the patch?
16:52.52Arrowmasteryes
16:52.54Arrowmastercompletely
16:53.01abydoslantihm damn ok thx
16:53.07nevcairielwill be fixed in 3.0.3
16:53.10nevcairielhopefully this week
16:53.13nevcairielmaybe the next
16:53.13abydoslantio great :)
16:53.21Tristanian3.0.3 is this week ? O.o
16:53.28Arrowmasterhopefully
16:53.37nevcairielTristanian: they said during hallows end
16:53.40nevcairielso either this or next
16:53.44Tristanianmm
16:54.10*** join/#wowace MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
16:54.10*** mode/#wowace [+o MoonWolf] by ChanServ
16:54.25KriLL3does it fix resilience, retris and charm of swift flight?
16:55.05Tristanianwhats wrong with charm of swift flight
16:55.18nevcairielnothing, it was just nerfed to hell .P
16:55.19Fisker-Why is our maintank specced fury?
16:55.20KriLL3lowers mana cost of (swift) flight form
16:55.34TristanianI don't really think they will "fix" that ;)
16:55.36KriLL3crops are still working, why not charm? :(
16:55.39Tristanianworking as intended
16:55.53KriLL3remove crops then, make it fair =P
16:56.12Tristanianwhy do you care so much about crops, they won't matter once people start to level
16:56.17Eggiiis there an addon that blocks the achievment spam?
16:56.20Tristanianunless they give us new speed trinkets
16:56.26KriLL3Eggii: turn it off in chat
16:56.28odtEggii: yo can block it in chat
16:56.38Arrowmasteroh yeah thats right
16:56.43*** join/#wowace Sliker_Hawk (i=SlikerHa@5ad26ada.bb.sky.com)
16:56.46Arrowmasteri wanted to delete that addon
16:57.12Ackis~api GetSpellName
16:57.12purlhttp://www.wowwiki.com/API_GetSpellName
16:57.48cladhairehrm
16:57.54cladhaireall the servers I would want to transfer to are locked
16:57.58cladhaireAerie Peak, Silvermoon
16:58.06Ackisthere a way to get spell IDs out of your spellbook?
16:58.07cladhaire400+ person queue on Ravencrest atm
16:58.17Repo10big-wigs: 03funkydude * r4783 embeds.xml: BigWigs: fix lib loading order
16:58.54*** join/#wowace kai|work (n=kaiden@63.229.62.199)
17:00.00Repo10big-wigs: 03funkydude 04r4784-release * r4784 : Tagging as r4784-release.
17:02.40Repo10democratic-ready-check: 03ghenningp 04v.1.1 * r38 : - Last release wrong. New one.
17:07.05waallenIs the location text above the minimap actually hideable for you guys in Chinchilla? It doesn't seem to go away
17:10.03Trelapurl What is no lib strip
17:10.03purlTrela: what are you talking about?
17:10.16Trelapurl @no-lib-strip@
17:10.28Trelapurl What is @no-lib-strip@
17:10.29purlI think you lost me on that one, Trela
17:10.34TrelaBah.
17:11.13Stanzillapurl: no lib strip is @no-lib-strip@
17:11.13purlokay, Stanzilla
17:11.16StanzillaTrela: ^
17:11.29Trela:P
17:11.37TrelaI am still trying to find the link on WoWAce.
17:12.04Arrowmasterits in the knowledge base
17:12.10Stanzillapurl: no, no lib strip is @no-lib-strip@ ( http://www.wowace.com/knowledge-base/repository-keyword-substitutions/ )
17:12.11purlokay, Stanzilla
17:12.27StanzillaTrela: ^
17:12.27Stanzilla^^
17:12.38TrelaThank you.  :3
17:14.38Repo10chinchilla: 03ckknight 04v1.3.1 * r187 : Tagging as v1.3.1.
17:15.02Repo10cowtip: 03ckknight 04v3.1.2 * r14 : Tagging as v3.1.2.
17:15.57Irish`anybody feel up to answering a question about embedded libs that's probably been asked a thousand times before?
17:16.13TrelaPossibly.  :3
17:17.26Irish`since everything I download comes with embedded libs, do you think I'd break anything by just deleting all my Lib* folders in Interface/Addons and then dumping the contents of all my libs folders back into said directory?
17:17.53waallenckknight: did you change anything related to the fading in today's cowtip revisions? They don't fade immediately as before even if it's set in the UI and when mousehovering raid frames it takes ages for the tooltip to be displayed (there is only the name of hte unit visible at first)
17:17.54nevcairielthat would probably break something P
17:17.56nevcairiel=P
17:18.01Irish`awesome, gonna try it
17:18.13Arrowmasterthat does break something
17:18.28Irish`which something?
17:18.33*** join/#wowace RaydenUni (n=bozartmp@etl2550-03.it.rit.edu)
17:18.40ckknightwaallen: yes, I did change things, did you get the most recent version, i.e. v3.1.2?
17:18.40Arrowmasterthe fading right away
17:18.51RaydenUniquestion: how many of you have spent time trying to get achievements?
17:18.56Irish`<-
17:19.03RaydenUnilike, gone out of your way to farm them
17:19.07waallenno, 3.1.1
17:19.11Arrowmaster<-
17:19.14RaydenUnithis morning my guildmates were in stratholme getting that achievement
17:19.14Irish`<-
17:19.15waallennot the one you tagged right now, I mean
17:19.28Arrowmasteri got classic dungeonmaster
17:19.34RaydenUniseems silly to me, they don't do anything. although i can definitely understand the need to collect them all
17:19.54RaydenUnii spent the effort to get some really easy ones
17:19.56Irish`some of them do things
17:19.58RaydenUnifall 63ft or whatever
17:20.07RaydenUniexplore all of nagrand as i had 1 extra place to explore
17:20.11Irish`65 yards, 63 feet, whatever
17:20.28RaydenUnibut i'm not going to go back to every single dungeon in azeroth and completely all of them just so i can have an achievement
17:20.30Irish`I want to be Gandoch the Explorer! or Chef Gandoch
17:20.41Trelackknight: Is it true what Arrowmaster master says and that Rock is bad and should not be used?  :(
17:20.43Camcianyone know if beql is updated?
17:20.52RaydenUnijust seems like i'm in a minority
17:21.09Irish`RaydenUni: you have anything better to do in game at the moment?
17:21.11ckknightTrela: it's unlikely that any future development will occur in it, but I'll try to make it so things don't break
17:21.16RaydenUninot really
17:21.27RaydenUnijust been farming some gold as i dropped to 0 the other day
17:21.32Irish`neither do most people, so... it's something to do
17:21.34RaydenUnibut in general not doing much in game
17:21.43Trelackknight: Ah.  I just changed over to Rock instead of Ace3 and not every one tells me not to trust it.  :P
17:21.48ArrowmasterTrela: ckk also said he wanted to try and make cowtip/chinchilla and other stuff not use rock
17:21.51Irish`I've been buying up mounts for the Albino Drake and I dropped ot 78k >_>
17:21.59RaydenUnieven stuff like, my guild has been doing MC lately. Getting people attuned and running it. I just don't see the point, even though i've never been there.
17:22.10RaydenUnialbino drake?
17:22.15ckknightTrela: sorry
17:22.17ckknight:-[
17:22.24Irish`collect 50 mounts, get a big snazzy white dragon
17:22.30RaydenUnivanity pet?
17:22.31ckknightRock will just be in a period of stasis
17:22.35nevcairielthe big snazzy white dragon is totally ugly Irish` :P
17:22.35TrelaSwitching to Ace3 for me should not hard.  I only use DB, Event, and Config.
17:22.37Irish`epic flying mount
17:22.43RaydenUniare there pictures of it?
17:22.46RaydenUniwhy haven't i heard of this?
17:22.57Pneumatusswitching from ace2 config to ace3 can be a bit of a chore
17:23.00Irish`because you don't care about the achievements that don't do anything
17:23.17RaydenUnii still thought i would have heard of it
17:23.27Irish`mmo-champion, wowhead, wowdb, thottbot probably all have pictures of it. take your pic
17:23.30ckknightTrela: config will be the hardest part
17:23.33Irish`pick*
17:23.39ckknightTrela: other parts will be easy, probably
17:23.42RaydenUnihow many mounts are in the game?
17:23.48Irish`a lot more than 50
17:23.52*** join/#wowace Sliker_Hawk (n=SlikerHa@5ad26ada.bb.sky.com)
17:23.53Trelackknight: Half of my stuff uses a custom database that is untouched by Ace/Rock.
17:24.00ckknightokay
17:24.03RaydenUni6 for each faction?
17:24.08RaydenUni3 slow and 3 fast
17:24.25Irish`then the flying mounts, the talbuks
17:24.26RaydenUniis that right?
17:24.30Irish`dropped mounts
17:24.33Irish`PvP mounts
17:24.50Trela10mb database WIN.
17:25.11KriLL37 for SW, there is a black slow mount you can buy only in the wetlands
17:25.17RaydenUni5 factions * 6 is 30. 3 flying, 3 talbuks? 3 nether ray, 3 nether drake? 6 pvp? or more than that?
17:25.31KriLL3more like 7 talbucks
17:25.35RaydenUniah wowhead has a list
17:25.38Irish`how did you figure 3 drakes?
17:25.39waallenckknight: I get the same with 3.1.2
17:25.40KriLL36 nether drakes
17:25.55RaydenUnii dunno
17:25.59ckknightwaallen: explain the issue then, and how to reproduce
17:26.00RaydenUnii've never paid much attention to the types
17:26.01Irish`the achievement used to be 75 mounts, so there are certainly more than 50
17:26.35KriLL3I got the albino drake so...
17:27.02RaydenUnihttp://www.wowhead.com/?item=44178#comments
17:27.03Repo10arl: 03Ackis 06wotlk-branch * r946 / (2 files in 1 directory): Add specialty filtering (tested with engineering)
17:27.08mitchnullis LDB disembeddable?
17:27.14waallenckknight: tooltips on any object aren't fading immediately even if they are set to
17:27.16RaydenUni96 mounts for horde
17:27.16*** join/#wowace sylvanaar (n=sylvanaa@unaffiliated/sylvanaar)
17:27.25ckknightwaallen: okay
17:27.56RaydenUnirequires getting exalted with a bunch of people
17:27.57Arrowmasterone of my guildmates counted and figured out taurens needed to get atleast one special mount to get 50
17:28.08vhaarrAckis, Zhinjio: the list display in ARL is a disaster, you need to have the zone where the recipe is obtainable as the top level header, not the recipe itself like now, and you should filter out any NPCs that you can't talk to (hostile to you), I'm not sure by maybe you do that already
17:28.10KriLL3special?
17:28.10Arrowmasterlike a holiday mount or rare drop mount
17:28.11RaydenUnii'm a druid anyways, no flying mounts fo rme
17:28.21RaydenUniwell tauren can only get kodo and wolf right?
17:28.24KriLL3RaydenUni: they're faster than flight form
17:28.26ckknightwaallen: can't reproduce
17:28.36RaydenUnihow fast?
17:28.37ckknightwaallen: seems fine for me
17:28.37vhaarrAckis, Zhinjio: so the hierarchy should go Zone -> NPC -> Recipe
17:28.38Irish`Arrowmaster: they don't, someone came up with a pretty snazzy list on wowhead
17:28.47KriLL3Arrowmaster: it doesn't make sense, I'm well over 60 and I can't ride gnome mounts
17:28.50Arrowmasterk then my guildmate cant count
17:28.59Irish`rofl
17:29.20vhaarrAckis, Zhinjio: and each header item should have a count, like "Terokkar (3)" -> "NPC #1 (2)" + "NPC #2 (1)"
17:29.24KriLL3"Subtotal: 29 + 26 + 12 + 29 = 96 Mounts, that means you can skip 46 if you like."
17:29.35vhaarrAckis, Zhinjio: or maybe just the zone needs a count, I dunno
17:29.37KriLL312 of them are instance rare drops etc
17:29.39waallenckknight: I'll try checking my tags, I haven't edited them for a while so some may be just not working properly
17:29.51RaydenUniget all 6 TCG
17:30.33vhaarrAckis, Zhinjio: and why you're not using PeriodicTable is beyond me, then you even get the dataminer for free, instead you've completely reinvented the wheel for some obscure reason
17:31.06KriLL3they prefer square wheels
17:31.34MegalonKriLL3: now consider yourself a tauren and look how many mounts you can get and /cry
17:31.36Megalon:|
17:31.52KriLL3well above 50 without the need to get raid ones
17:31.54RaydenUnimy tauren wants a chicken
17:32.18RaydenUnithere are 29 horde mounts, tauren can only get 10 of those right? kodo and wolf
17:32.22RaydenUniso that's 19 you are down
17:32.31KriLL38 from mag'har, 7 from SMW, 5 from skettish, 6 from netherwing
17:32.43RaydenUni26
17:32.48RaydenUnithat's 36
17:32.55RaydenUni12 pvp mounts
17:32.58RaydenUnithat's 48
17:33.22RaydenUnihippogryph isn't hard to get
17:33.23RaydenUnijust costly
17:33.25Repo10flag-rsp2: 03Azxiana * r59 / (3 files in 1 directory): No lib strip and readded LibStub.
17:33.29Arrowmaster12 pvp?
17:33.37KriLL312
17:33.58RaydenUni5 war mounts, 2 talbuks, 1 frostwolf, 4 nether drake
17:34.01KriLL3one for AV rep, 4 from org vendor 2 from halaa
17:34.04RaydenUnioh
17:34.08RaydenUniand those are the arena mounts
17:34.10RaydenUniscrew those
17:34.16RaydenUnionly 8 realistic pvp mounts
17:34.18Arrowmasteryou cant count drakes
17:34.32RaydenUniso tauren are at 44
17:34.36RaydenUniwithout looking at rare
17:34.39KriLL3engineering then?
17:34.43KriLL32 from that
17:34.44RaydenUni2 from that
17:34.48KriLL3also a recruit one
17:34.51RaydenUni?
17:34.57KriLL3Zhevra
17:34.59Arrowmastercant count that
17:35.01RaydenUniassumme hippogryph as that's only expensive
17:35.03RaydenUniso 45
17:35.04Arrowmastertakes 3 months to get
17:35.09KriLL3also 6 from seasonal events
17:35.16Arrowmastercant count those
17:35.23RaydenUniwouldn't that take 2 years or something?
17:35.33KriLL3well you're likely to have em if you've played since the start
17:35.45KriLL3or some at least
17:35.55Arrowmasteri know somebody that has and doesnt have ay
17:35.56Arrowmasterany
17:36.03RaydenUniit still stands that tauren cannot get it without several rare mounts
17:36.08RaydenUnii don't have any seasonal mounts
17:36.22RaydenUnias i've never cared to collect them
17:36.56RaydenUnisome rare you can't get anymore
17:37.00RaydenUniwarbear, AQ
17:37.08Arrowmasteryou cant get 1 aq
17:37.12Arrowmasterbut you can get the other 4
17:37.21Arrowmasterwhich i think is what my guildmate was counting
17:37.29RaydenUniare they drops?
17:38.08RaydenUniyou keep the AQ mounts?
17:38.14RaydenUnieven though you can only use them in AQ?
17:38.47ievil-I got a few of those :p
17:38.53*** join/#wowace Adirelle (n=adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
17:39.14KriLL3they count
17:39.24RaydenUniIn WOTLK, obtaining this mount counts as an achievement, "Why? Because It's Red."
17:39.27RaydenUniserious?
17:39.32dodga~seen Antiarc
17:39.36purlantiarc is currently on #wowuidev #curseforge, last said: 'wut'.
17:39.43RaydenUnirofl
17:39.49ievil-lol instance servers went down
17:40.52RaydenUnialways eloquent that antiarc
17:40.52dodgaHe can't hide :>
17:40.52odtRaydenUni: we had 2 red ones drop today
17:44.22Camciwhats the command to open eepanels options? :p
17:44.42Ackishard to code with a 2 month kitty attacking keyboard, monitor, headset, fingers
17:47.11dodgaIs it a known problem, that having a separate chat frame for whispers makes the chat tab for that frame unclickable when one receives a whisper?
17:49.05Belazorlmao ackis. But cute fluffy attack isn't all bad is it? ;)
17:49.31chiperare there any addons yet for tracking multiple achievements?
17:49.55Camcithere is no way to open eepanels options? :S
17:50.30*** join/#wowace Antiarc (n=Antiarc@wsip-70-167-195-98.ph.ph.cox.net)
17:50.30*** mode/#wowace [+v Antiarc] by ChanServ
17:51.42AntiarcAhhhh. Home./
17:51.44*** join/#wowace Sliker_Hawk (i=SlikerHa@5addcc42.bb.sky.com)
17:54.41Repo10cryolysis3: 03Belazor * r28 data/mounts.lua:
17:54.41RepoBand-aid for an error I don't really understand why happened.
17:55.42odtckknight: the help menu for dogtag is empty in cowtip
17:55.50ckknighthrm
17:55.58odt[2008/10/19 20:36:04-16-x1]: CowTip-r68121\libs\LibDogTag-3.0\Help.lua:403: attempt to call method 'SetTextFontObject' (a nil value)
17:56.05ckknightah
17:56.29ckknightyea, that should be GetNormalFontObject
17:56.48odtwas trying to figure out how that [Zone] thing should work with 3.0
17:58.08KriLL3why can't the forum remember your login between pages?...
17:58.25Repo10mounted: 03yssaril 07master * v1.1.2-1-g47cfb2e / (5 files in 2 directories): [+1 commit] fixed Headless horseman mount
17:58.31Repo10mounted: 03yssaril 04v1.1.3 * 5aa8f3e /: [new tag]
17:58.51*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
17:58.52*** mode/#wowace [+o Funkeh`] by ChanServ
17:59.00fewyndelete your cookies and try logging back in KriLL3?
17:59.11KriLL3already tried
17:59.15AntiarcHey, what's this Fubar2Broker? Is there an LDB display I can try?
17:59.23fewynfortress
17:59.32KriLL3buttonbin
17:59.43fewynstatblockcore
17:59.49AntiarcOhh, statblock and the like
18:00.07fewynyea statblock is a set of ldb plugins and a display
18:00.13Repo10mounted: 03yssaril 07master * v1.1.3-1-g10b41fe / (2 files in 1 directory): [+1 commit] forgot to increment db ver
18:00.20Repo10mounted: 03yssaril 04v1.1.4 * f140262 /: [new tag]
18:00.26quiescensboo
18:00.28quiescensum
18:01.04quiescensckknight: dogtag-unit-3.0\categories\misc.lua needs to change the events list to unit_combo_points
18:01.08*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
18:01.08*** mode/#wowace [+o Cairenn] by ChanServ
18:01.13quiescensotherwise combo points don't update until you switch targets
18:01.24ckknighthave you tried it out?
18:01.30quiescensyeah
18:01.54ckknightgot an svn account?
18:02.08quiescensno
18:02.12Repo10chatter: 03grum * r204 Modules/ChatTabs.lua:
18:02.12ckknightalright then
18:02.13RepoFixed 'OnScroll' on the ChatTabs. Thanks to dodga for reporting.
18:02.51*** join/#wowace nuoHep (n=nuoHep@89.222.156.36)
18:07.03ievil-this is bad :( trying to zone into TK for 30 mins now, and still one person lost in load screen
18:07.16Matrix110|1200ppl queue
18:07.17Matrix110|ftw
18:07.21Matrix110|My server fails
18:08.21Repo10coconuts: 03LordFarlander * r95 Coconuts.lua: Coconuts:
18:08.21Repo- Removed a debug print
18:10.03*** join/#wowace Repo (n=supybot@69.57.184.216)
18:10.22waallenckknight: just for the record, I tried using the default tags configuration with CowTip and I am not getting that fading bug anymore and tooltips are also being displayed the second I move the cursor on unit frames, so it was my fault
18:11.00ckknightwaallen: alright
18:11.13*** join/#wowace Vegeta]BT[ (n=Vegeta-G@xdslal229.osnanet.de)
18:12.09quiescensI wonder why the player_combo_points event was replaced with unit_combo_points, is blizzard planning to have vehicles or pets that have use combo points?
18:12.29quiescenshave/use*
18:13.45*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
18:13.45*** mode/#wowace [+o Funkeh`] by ChanServ
18:15.15*** join/#wowace Repo (n=supybot@69.57.184.216)
18:16.22odtqueue on al akir at 1200 :)
18:16.27odtepic
18:16.40Repo10mounted: 03yssaril 07master * v1.1.4-1-g6f5c6c3 / (2 files in 1 directory): [+1 commit] if the same tag appears twice in a macro we use the same mount
18:16.47Repo10mounted: 03yssaril 04v1.1.5 * 4e80cea /: [new tag]
18:17.33Zyndromecan't remember when my server had a queue last time :[
18:17.49quiescenstransfer to one of the latin america realms
18:17.51quiescensnodnod
18:18.34*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust544.bagu.cable.ntl.com)
18:20.52*** join/#wowace Ravagernl (n=ravagern@85.148.20.110)
18:21.26*** join/#wowace molgar (i=Molgar@c5394BF51.dhcp.bluecom.no)
18:21.35KriLL3how I wish they separated glyps into major and minor on the AH
18:22.25*** join/#wowace Paene (n=jim@24-236-190-128.dhcp.mrqt.mi.charter.com)
18:22.30KriLL3I guess that would make it too easy huh?
18:22.47odtjust search by name ;)
18:22.48nevcairielhehe yeah
18:22.52odtthere aren't that many useful ones
18:22.57molgaris there any debugg tools out there that can show me exactly where the bug is ? getting an error i cant findout where comes from, Interface\FrameXML\UIParent.lua:2274: attempt to compare number with nil: <string>:"*:OnUpdate":1: in function <[string "*:OnUpdate"]:1>
18:22.59Paene~seen Vulcanus
18:23.01purlvulcanus <n=Vulcanus@pc174-7.hiof.no> was last seen on IRC in channel #wowace, 7h 13m 26s ago, saying: 'yus?'.
18:23.06KriLL3well the ones I want aren't there yet
18:23.15Fisker-niiiiiice
18:23.21Fisker-my heal critted for so much that my game crashed!
18:23.34AntiarcIs there a recommend poison application addon now
18:23.37AntiarcOr do I have to write one?
18:23.46Fisker-Second option obviously
18:23.47KriLL3write one, in basic.
18:23.59Fisker-i used, otravi, i think it was when i was a rogue myself
18:24.34StanzillaoApplication by haste?
18:27.34Repo10tank-points: 03Whitetooth * r84 / (9 files in 1 directory):  (Message trimmed by 1 line)
18:27.35Repo- Added Str to TankPoints Per Stat, TankPoints Per StatValue
18:27.36Repo- Fixed EffectiveHealth, EffectiveHealthWithBlock
18:27.37Repo- Fixed Warrior Shield Block calculations
18:27.41Repo- Support for Paladin Holy Shield
18:28.11KriLL3Stratholme is soloable right?
18:28.55KriLL3no idea how I'm supposed to get to Ragefire Chasm with all the 75 stealth seeing guards about... naked run of the dead man? =P
18:31.13*** join/#wowace QuantumDelta (i=blahblah@77-99-38-93.cable.ubr04.chap.blueyonder.co.uk)
18:31.36Fisker-Stanzilla probably
18:31.41Stanzillaw00t
18:31.42RavagernlHello dudes, does anyone know how I can check the combat log for the new overkill message?
18:31.47Fisker-i think it was called otravi at some point
18:31.50Fisker-it was made by haste
18:31.54Stanzillaah ok, maybe
18:32.19Repo10tank-points: 03Whitetooth * r85 TankPoints.lua: - Release 2.8.0
18:34.18waallenckknight: I had some more tests, I used the default profile and I've set all the fading options to Immediately hide. All the tooltips are hiding immediately over the unit frames and over corpses. On the other hand, they are fade gradually when moving the cursor out of a player
18:34.36ckknighthrm
18:34.44waallenAlso, they hide immediately over mobs/hostile enemies as long as you don't target them
18:34.46ckknightI think I know the issue
18:34.58waallenif you target them, then mouseover the mob they will fade out and not hide
18:35.18dodgaIs there a new version of AuldLangSyne available, that does not taint the crap out of my social window?
18:35.28KriLL3is there a way to always be in LFG channel?
18:35.52KriLL3and is there a way to make the LFG tool always list you as LFG for instances you want to run?
18:35.53dodgaKriLL3: IIRC there is AutoLFG that does this, but I did not test it
18:36.00KriLL3kk
18:36.24Repo10cryolysis3: 03Paene * r29 core/frames.lua:
18:36.25RepoFixed a bug that allowed buttons inside of menus to be moved.
18:39.15RavagernlANyone know where I can find the 3.0.2 UI patch notes then?
18:41.19KriLL3patch notes? what are those?!
18:41.56chiperKriLL3: there's a couple addons that will keep you in LFG.  dont remember the names tho
18:42.22chiperthey work by always setting you to be LFG for your current zone
18:42.26*** join/#wowace Yssaril (n=Yssaril@adsl-99-145-19-62.dsl.emhril.sbcglobal.net)
18:43.15KriLL3kk
18:43.39KriLL3why does wowhead have a lk portion and "normal" portion btw? all patch content is missing from the "normal" one
18:43.54KriLL3should drop the "normal" and use the LK one instead
18:44.30*** join/#wowace Gagorian (n=k@a91-153-60-25.elisa-laajakaista.fi)
18:45.39*** join/#wowace Eggii (n=eggi@91.142.22.48)
18:47.30*** join/#wowace Matrix110 (i=Matrix11@pD957F883.dip.t-dialin.net)
18:48.53KriLL3how did I get to level 60 with 431 quests in Kalimdor, 523 in Eastern Kingdoms?
18:49.12*** join/#wowace kimurin (n=raptor@wikipedia/Swix)
18:49.17kimurin@alerts
18:49.22kimurin@alert
18:49.22Repokimurin: Error: You don't have the #wowace,op capability. If you think that you should have this capability, be sure that you are identified before trying again. The 'whoami' command can tell you if you're identified.
18:49.39KriLL3~alerts
18:49.41KriLL3~alert
18:49.42purlI'm falling asleep listening to you boring morons...
18:49.46KriLL3...
18:49.47Matrix110@whoami
18:49.47kimurin=\
18:49.47RepoMatrix110: I don't recognize you.
18:49.53Matrix110Repo thats evil
18:54.53KriLL3ckknight: could you add GM ticket positioning to chinchilla? pretty please with a cherry on top?
18:55.06ckknight@whoami
18:55.07Repockknight: ckknight
18:55.23ckknight@alert
18:55.24Repockknight: (alert [<channel>] <text>) -- Sends <text> to all the users in <channel> who have the <channel>,op capability.
18:55.45ckknight@alert #wowace Matrix110 is a nub
18:55.56Matrix110:-(
18:55.59*** part/#wowace Matrix110 (i=Matrix11@pD957F883.dip.t-dialin.net)
18:56.00*** join/#wowace Matrix110 (i=Matrix11@pD957F883.dip.t-dialin.net)
18:56.03ckknightoh, that sends to all the ops
18:56.04Matrix110fail
18:56.08Matrix110:D
18:56.18ckknight~fail Matrix110
18:56.19purlMatrix110, you Fail!
18:56.26Matrix110~fail ckknight
18:56.27purlckknight: FAIL!
18:56.28*** join/#wowace elite3vil (i=elite3vi@unaffiliated/elite3vil)
18:57.39*** join/#wowace [ND] (n=[ND]@h062040167062.gun.cm.kabsi.at)
18:58.32*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
18:58.32*** mode/#wowace [+v Tekkub] by ChanServ
18:59.11AntiarcHm, clearfont2 is borked?
18:59.13Kamarisanyone know a good rare spawn tracker?
18:59.41Kamarisi think this may have been answered cause my IRC had a name notification, however i lost it in the scroll when i woke up this morning, so if you could repeat answer, i'd aprpeciate it
19:01.19fewyngo search your logs? most irc clients keep logs off the channel
19:01.25charonpurl, tell kamaris about logs
19:01.58Matrix110Antiarc yes
19:02.02Matrix110and all want it to die
19:02.02Repo10smartmount: 03akazik * r37 / (5 files in 1 directory): - bumped to v3.0-3
19:02.03Repo- fixed a bug with a explicit selected mount
19:02.04Repo- fixed the "Winterspring Frostsaber"
19:02.05Repo- added support for ruRU
19:02.05Matrix110(not me)
19:02.12*** join/#wowace Yasuo (n=Yasuo@dslb-088-072-236-202.pools.arcor-ip.net)
19:02.14Antiarc~seek Kirkburn
19:02.14purlACTION launches a heat-seeking missile at Kirkburn
19:02.14Matrix110I hate the default font
19:02.17Antiarc~seen Kirkburn
19:02.19purlkirkburn <n=Kirkburn@wikia/Kirkburn> was last seen on IRC in channel #wowwiki, 1d 20h 27m 8s ago, saying: 'Finger slipped :P'.
19:02.41Antiarc~botmail for Kirkburn
19:02.55Antiarc~botmail for Kirkburn Fix Clearfont2 plz! :D
19:03.03Repo10smartmount: 03akazik 04v3.0-3 * r38 : Tagging as v3.0-3
19:03.20*** join/#wowace Yasuo (n=Yasuo@dslb-088-072-236-202.pools.arcor-ip.net)
19:03.22Yasuohi
19:03.41ckknightfinger slipped?
19:03.45ckknighthow did that conversation go?
19:03.45Yasuois there any addon showing me the Z-Axis or the distance to a target?
19:03.53ckknightHEY YOU'RE ALL A BUNCH OF ASSHOLES
19:03.56ckknightsorry, finger slipped
19:04.11ckknightYasuo: some things can guess range for you
19:04.28ckknightYasuo: pretty sure DogTag (which is used in PitBull and CowTip) has a [Range] tag
19:05.02Kamarisheh, i think it was asked this morning
19:05.08Kamarisso today's log hasn't been upped yet
19:05.25KriLL3ckknight: did you see my request?
19:05.42ckknightKriLL3: yea, file a ticket
19:05.48KriLL3how?
19:06.00ckknightwowace has an advanced ticketing system now, designed by Kaelten and I
19:06.03ckknightgo to the project page
19:06.07ckknightTickets -> Post a ticket
19:06.08KriLL3kk
19:07.39KriLL3done
19:08.18ckknightokay
19:08.30ckknightnow go learn lua and do it for me.
19:08.44KriLL3nu-uh
19:08.52ckknightyuh-huh!
19:09.00StanzillaAntiarc: http://forums.wowace.com/showpost.php?p=242669&postcount=849
19:09.11charonckknight: speaking of "do it for me", you forgot to merge the last revision last night! ;)
19:09.19ckknightwhich revision?
19:09.22ckknightrepo-hooks?
19:09.27Antiarc~seen Elkano
19:09.29purlelkano <n=elkano@WoWUIDev/WoWAce/Elkano> was last seen on IRC in channel #curseforge, 2d 4h 13m 21s ago, saying: 'which is what I have ^^''.
19:09.50KriLL3well you can already move the quest tracker, achievements tracker and durability frame, isn't it the same code but different target for ticket?
19:10.17charonckknight: yea, f8e671724612 in my repo-hooks clone. (or perhaps you merged it and it's still broken, hard to say)
19:10.25KriLL3is there minimenu for fubar/ldb btw?
19:11.21*** join/#wowace Repo (n=supybot@69.57.184.216)
19:11.35Brunersckknight: think you should change the size on the icon aswell as name :P
19:11.43Brunersckknight: as its HUGE now
19:11.53ckknightBruners: size of what?
19:12.01Brunersckknight: calendar icon
19:12.16ckknightfile a ticket
19:12.19ckknightI'm not against it
19:12.28ckknightI'm not doing it now, though
19:12.33ckknightI'm happy to accept patches, though
19:13.22AntiarcAnyone know of a snazzy cooldown tracker?
19:13.24Repo10libjostle-3-0: 03RockSlice * r42 LibJostle-3.0.lua:
19:13.24RepoLibJostle-3.0: fixes MainMenuBar not adjusting after changing zones
19:13.34KriLL3cdt2?
19:13.41Antiarcthat's just bars, right?
19:13.46Antiarcbars are not snazzy >:[
19:13.57KriLL3what more do you want? fireworks?
19:14.11AntiarcEh, I dunno
19:14.21*** join/#wowace Repo (n=supybot@69.57.184.216)
19:14.25Yssarilanyone made a LDB addon for the calendar button yet?
19:14.27*** join/#wowace RockSlice (i=kvirc@c-76-123-69-54.hsd1.fl.comcast.net)
19:14.35KriLL3could make your own with power auras classic
19:14.45KriLL3cooldown thing I mean
19:15.52KriLL3I made it show when Tiger's Fury and Berserk are ready to use
19:16.03KriLL3good reminders
19:16.16KriLL3not used to using em yet
19:20.30Brunersis parrot working now btw?
19:20.42*** join/#wowace Kaelten (n=Kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
19:20.43*** mode/#wowace [+o Kaelten] by ChanServ
19:21.00Repo10onebag3: 03Kaelten * r14 / (3 files in 1 directory): tweaks, and two working options,  # of columns and scale now work.
19:21.11Fisker-wtf lol
19:21.16Fisker-we just took ros without our tank
19:21.23Fisker-disconnected in the beginning of phase 2
19:21.32Fisker-did him with ping pong aggro and a cat as tank in phase 3
19:21.41Repo10onebag3: 03Kaelten * r15 .hgtags: Added tag v3.0.2-beta for changeset c72b9ddbe856
19:21.44Fisker-ez moade = eeeeeeeeeeeeez
19:22.38Pneumatuswe're getting 10-15 second lag spikes at KJ, at least you can cast spells :P
19:22.39KriLL3does that "come here!" DK think work on bosses?
19:23.12Fisker-nope
19:23.17Repo10cryolysis3: 03Paene * r30 / (4 files in 4 directories): Added initial framework for menu growth options
19:23.17Fisker-well depends on the boss obviously
19:23.29Fisker-but even some dungeon bosses are immune
19:23.32Fisker-so raid bosses probably are
19:24.54*** join/#wowace hax- (n=jeremiah@12.39.110.50.skytex.net)
19:25.02hax-sup peoples
19:25.07Trelaloves all over Kaelten and downloads the new build.
19:25.21KriLL3of what?
19:25.23alcarashmm Grid-1.30000.2008101601\GridFrame.lua:398: Usage: <unnamed>:SetFont("font", fontHeight [, flags])
19:25.31TrelaOneBag3
19:25.37KriLL3oh
19:25.39alcarasGrid isn't doing something right with font inheritance loading
19:25.42hax-I am just beginning WoW and looking into LUA, how do you go about compiling this and running it in WoW?
19:25.45krkahax-: Lua is not an acronym.
19:26.27ckknight~wowprogramming
19:26.27purlWorld of Warcraft Programming: A Guide and Reference for Creating WoW Addons (http://tinyurl.com/5hnxob) a book written by Cladhaire, Cogwheel and Kaelten, or the companion site and API reference available online for free at http://wowprogramming.com
19:26.30Trelahax-: Ignore krka.  No compiling needed.  LUA
19:26.41ckknightTrela: you misspelled Lua.
19:26.51TrelaWhat, LUA?
19:27.18ckknight~fail Trela
19:27.19purlTrela, you Fail!
19:27.26Trela:P
19:27.31Trelaloves to bug people with that.
19:29.10mitchnullomen-threat-meter is the "current" omen, right?
19:29.14Repo10routes: 03Xinhuan * r195 / (3 files in 2 directories):
19:29.15RepoFix issue where Routes would fail to work with GatherMate if AddonLoader is present (which causes GatherMate to be LoD-delayed).
19:32.52Trelamitchnull: Yes.
19:34.12Repo10dr-damage: 03Dally1991 06wrath-clone * r699 Data/Hunter.lua: DrDamage:
19:34.13Repo-Removed some temporary debug code
19:34.14Repo-Implemented Chimera Shot damage increase with Serpent Sting
19:35.58Repo10xloot: 03Xuerian 071.0 * r352 / (2 files in 2 directories): Minor cleanup
19:35.58Matrix110Zeksie
19:35.59Repo10coconuts: 03LordFarlander 042.5.96-release * r96 : Tagging as 2.5.96-release.
19:35.59Matrix1102008/10/19 21:34:41-4146-x2]: <event>ADDON_ACTION_BLOCKED:AddOn 'ZOMGBuffs' tried to call the protected function 'TargetLastEnemy()'.
19:36.03AeyanXinhuan: Woot
19:36.49*** join/#wowace Yssaril (n=Yssaril@adsl-99-145-19-62.dsl.emhril.sbcglobal.net)
19:36.57Repo10auto-bar-test: 03Azethoth * r29 Core.lua: -- Macro popups
19:36.58Repo-- Add mixed popups
19:36.59Repo-- Swap tooltip handlers onClick
19:38.01asmodaiZOMGBuffs? lol, nice name.
19:38.29Repo10xloot: 03Xuerian 041.0-beta-1 * r353 : made a copy
19:39.52waallenckknight: did you take a look at this as well? http://www.wowace.com/projects/pit-bull/tickets/17-dks-runes-get-moved-when-entering-leaving-vehicles/
19:43.04Repo10cryolysis3: 03Belazor * r31 / (2 files in 2 directories): Fix and verify menu growth code.
19:43.49Kaeltenhrm... should set alpha on onebag do the whole window and all children or just the background frame
19:45.45Repo10simple-minimap: 03kunda * r151 / (5 files in 2 directories):  (Message trimmed by 5 lines)
19:45.46ReposimpleMinimap:
19:45.46Repo- fix: Tracking button is movable again
19:45.47Repo- fix: set back original OnUpdate event (if exists) after dragging a button (important for bg/calendar button)
19:45.52Repo- fix: update minimap after dragging a button (while moving the minimap, the buttons move too)
19:46.42*** join/#wowace stew_a (n=Stewart@unafilliated/stewa/x-008753)
19:47.01stew_ahey, anyone know a good addon for auto-handingin all hte AV storm crystals and stuff?
19:47.35Repo10pit-bull_lifebloom-bar: 03vaeyl * r29 / (2 files in 1 directory): - Pitbull_LifebloomBar: Updated for 3.0
19:49.51KriLL3turnin, autoturnin, sspvp3, etc etc etc
19:49.57vhaarrKaelten: everything should fade, including items
19:50.06vhaarrKaelten: would be nice if items got to full opacity when you hover them though
19:50.24Kaeltenvhaarr: thats doable, and kinda neat
19:50.58*** join/#wowace gaellalire (n=gaellali@153.138.93-79.rev.gaoland.net)
19:53.43Repo10fu-bar_fishing-buddy-fu: 03Sutorix * r34 / (4 files in 2 directories):
19:53.44RepoFuBar_FishingBuddyFu: Update toc to 3.0.2, remove dependency on FishingBuddy.Color, update .pkgmeta
19:54.38Repo10fishing-ace: 03Sutorix * r77 Libs/: FishingAce: Update svn:externals on Libs
19:55.06TristanianKaelten: ping
19:55.14Kaeltenyo
19:55.28Tristaniangood idea to make the header a different colspan
19:55.40Tristanianor rather the only idea that makes sense with the current API :p
19:55.42Kaeltenwell not sure I'd want to force it to be a whole nother width either.
19:55.53Kaeltenya I'm not happy with either solution, got to think on it some
19:56.00Tristanianyou aren't if people dont want it, they can use addline
19:56.08Tristanianthere is a choice
19:56.18Kaeltenwell, I could even do some... evil hackery
19:56.25Kaeltento dynamicaly detect and dictact colspan
19:56.30Kaeltenbut thats not nice either
19:56.49*** join/#wowace Mike-N-Go (n=MikeNGoS@michaelg20.goshen.edu)
19:57.11Tristanianhmm yeah the results produced may...vary
19:57.13Tristanian:P
19:57.55TristanianI think if we just allow a different column span then it is viable
19:58.03Tristanianhell we can even keep the setheaderfont method
19:58.34Kaeltenya, but got to figure out the best api for it :)
19:59.05Tristanianyou aren't thinking about setting...Moneyframes as headers now, right ?
19:59.08Tristanian:PPP
19:59.11Repo10atlasloot-enhanced: 03TrAsHeR * r1683 Locales/constants.fr.lua: frFR update
20:00.50Repo10simple-unit-frames: 03Pneumatus * r68 / (2 files in 1 directory): - Division by zero makes baby jesus cry.
20:01.12*** join/#wowace Tem (n=tardmrr@WoWUIDev/WoWI/Dongle/Tem)
20:01.12*** mode/#wowace [+o Tem] by ChanServ
20:01.35Repo10simple-unit-frames: 03Pneumatus 04v1.5.1-release * r69 : Tagging as v1.5.1-release.
20:08.58Repo10cryolysis3: 03Belazor * r32 core/buttons.lua:
20:08.59RepoButtons will now properly remember their free-form positions even if you snap them back onto the sphere and un-snap them again.
20:09.00Repo10simple-minimap: 03kunda 04v30000-2 * r152 : Tagging as v30000-2
20:10.12Repo10auto-turnin: 03grennon * r74 / (3 files in 1 directory): AutoTurnin:
20:10.13RepoRemoved embeds.xml
20:10.14RepoSmall code cleanup
20:12.23theoddone33on my old server some group of alliance got the black war bear
20:12.34theoddone33they said the best moment was when their raid went up the elevator to tb
20:12.53theoddone33and a shaman or druid did the knockback and knocked half the raid off TB to their deaths
20:12.56theoddone33pretty awesome
20:13.22BelazorXDXD
20:13.24Belazorwin
20:17.35Fisker-heh
20:17.42KriLL3that shaman thing needs a nerf, no fun that a single shaman can take LM solo vs a ton of alliance with it
20:17.43Fisker-illidari council doesn't even have the same hp
20:18.10theoddone33it's just like old ubrs runs
20:18.23theoddone33position yourself correctly and you don't end up in the whelps
20:18.54theoddone33to be honest whenever someone goes flying off the LM it's hilarious
20:19.08theoddone33but I think adding player initiated knockbacks to the game was a really really stupid mistake
20:19.36theoddone33I had this idea for a paladin spell a while back
20:19.45Repo10libtooltip: 03Adirelle * r8 LibTooltip-1.0/LibTooltip-1.0.lua: Tooltips should live in the TOOLTIP strata.
20:19.57theoddone33interrupt spell casting, knockback and slow the target for 2s on a 1 or 2m cooldown
20:20.04KriLL3elem shaman + hunter is near impossible in 2on2 as melee
20:20.12KriLL3one knocks you back, the other jumps back
20:20.13theoddone33I thought they'd never do it
20:20.21ShefkiIt's only 5 yds.  If you can't stay 5 yds away from the edge...
20:20.25theoddone33because knockbacks would be so hard to balance
20:20.37KriLL3Shefki: where is the flag?
20:20.53theoddone33lots of things are impossible in 2v2 in recent history for my BG
20:21.01theoddone33things like casting non-instant spells
20:21.09theoddone33the lag has been very bad
20:21.24ShefkiJust stand on the inside of the flag towards the mill when you click the flag and you shouldn't be able to be knocked off.
20:23.04Repo10arl: 03Ackis 06wotlk-branch * r949 / (10 files in 2 directories):
20:23.04RepoAll filters working, dataminer run, enchanting won't give errors anymore (still will show some wrath spells will remove them later
20:24.48KriLL3still highly annoying
20:24.58KriLL3they can use it near other drops as well
20:25.20KriLL3not to mention elevators etc
20:25.48ShefkiWhen they fix it so priests can't MC jump you then I'll say they can prevent the knockbacks from thorwing you off ledges.
20:26.13KriLL3they haven't ever done that to me, what stops MC?
20:26.40ShefkiNo priest has ever MC'ed you and thrown you off the ledge at LM?
20:26.45KriLL3no
20:26.57ShefkiYou don't do much AB or the priests suck when you do.
20:27.06KriLL3negative on both counts
20:27.19KriLL3perhaps it's because I'm a cuddly kitten?
20:27.49*** join/#wowace aestil (n=holycall@cpe-76-95-133-5.socal.res.rr.com)
20:28.29aestilhttp://ace.pastey.net/98884
20:28.37aestildoes that happen because I have yata installed a shaman that is lvl 1?
20:29.04Repo10stat-block-core: 03funkydude * r7 / (2 files in 1 directory): StatBlockCore: 2.4.5 Bugfix changing text of a launcher
20:30.19Repo10flag-rsp2: 03Azxiana * r60 / (2 files in 1 directory): Fixed error message and incremented version to 1.7.2.
20:31.17PneumatusShefki: i make it my personal mission to MC people off LM :>
20:32.05Repo10flag-rsp2: 03Azxiana 041.7.2 Release * r61 : Tagging as 1.7.2 Release.
20:32.16Repo10stat-block-core: 03funkydude 04v2.4.5 * r8 : Tagging as v2.4.5.
20:35.02ShefkiPneumatus: I would if I was a priest.
20:36.01*** join/#wowace Shirik (n=nospam@conspiracy/developer/Shirik)
20:36.01*** mode/#wowace [+v Shirik] by ChanServ
20:36.50Fisker-it's Shirik get him!
20:37.41harlwhy does this cursed client download add-ons i've already deleted previously? and why does it re-download add-ons that i've already downloaded myself manually?
20:38.30*** join/#wowace EthanCentaurai (n=EthanCen@78.147.192.100)
20:38.44Shirikhi Fisker-
20:38.47Shirikhow is Blizzcon?
20:40.15*** join/#wowace bien| (n=bien@pD9E6C79B.dip.t-dialin.net)
20:44.47*** join/#wowace Droolio (n=drool@87-194-188-170.bethere.co.uk)
20:46.05*** join/#wowace Keias (i=Saiek@c-69-245-192-208.hsd1.in.comcast.net)
20:46.45aestilthe curse client is pissing me off.
20:46.45KriLL3over?
20:47.09aestili deleted all the addons in my addons directory, to start from scratch.  but i can't get it to recgonzie that.
20:47.27RaydenUnii want better controls over what addons it knows about
20:47.42RaydenUnifor like 3 days it asked bugged me about some addon it couldn't find or something
20:47.48RaydenUnii told it to ignore that directory multiple times
20:47.54RaydenUniQuestFu or somesuch
20:47.58RaydenUnior the quest part of cartographer
20:50.52*** join/#wowace Aeyan (n=fake@cpe-071-076-230-073.triad.res.rr.com)
20:51.19dodgaaestil: CC keeps an internal database of your addons
20:51.30dodgaIt's somewhere in your Windows profile, local settings or so
20:51.41dodgaAnd it's called wowaddons.log, but really is a sqlite database
20:51.52dodgaIf you delete that it'll rescan your addon folder
20:52.00aestiltHANK GOD
20:52.27dodgaNo using the name of the lord in vain! :>
20:54.00GnarfozAckis: wtb updated KalecgosHealth :\ I fail at fixing it, the texts are all smushed together on the right side of the frame
20:55.14aestildodga: you sure about the name of the file?
20:57.42harlseconds Gnarfoz' request
20:58.02dodgaaestil: let me check
20:58.14aestils'ok.  i found it.
20:58.18aestilthank you though.
20:58.19dodgaAh ok
20:58.30harlaestil: what if you select all add-ons in the client's list and delete them?
20:59.47kadrahilso the url in the topic for the latest CC... http://tinyurl.com/3vnflo
20:59.50kadrahilmade me think Evenflow
20:59.58kadrahilis that a bad thing?
21:00.12kadrahilnow i have that song stuck in my head (pearl jam)
21:01.33*** join/#wowace Soulsbane (n=Soulsban@dial-69-55-136-71.sofnet.net)
21:02.33kadrahilFerocious Inspiration - Now raid wide.
21:02.35kadrahilWHOA.
21:02.38kadrahil:D
21:02.45aestildoesn't stack though, right?
21:02.51kadrahilyes it should still
21:03.00aestili don't think it stacks anymore.
21:03.05kadrahiloh.. hrm
21:04.01Gnarfozhow do I get just the part before the decimal from somethin like this?
21:04.39Gnarfoz68.1321362132564
21:05.08kadrahilwill 3.0.3 go live next week?
21:05.20kadrahilor are they waiting for those changes with wrath
21:05.36nevcairielthis week or the next
21:05.44nevcairielduring hallows end, blue said
21:05.46kadrahiloh i forgot, today's sunday
21:05.47nevcairielonly have those 2 :)
21:05.50kadrahilahh
21:06.00kadrahili've been so busy all my days are running together
21:06.08kadrahilit doesn't even feel like the weekend
21:06.13*** join/#wowace Repo (n=supybot@69.57.184.216)
21:07.17aestilnevcairiel: when the BT4 bars snap together, can you pick them up and move them as a group?
21:07.53Repo10test-alpha: 03ckknight * r41 TestAlpha.lua: Blah!
21:11.57Repo10analyst: 03Bethink * r14 / (4 files in 2 directories): Updated German translations
21:12.22Repo10analyst: 03Bethink 041.0.3 Beta 4 * r15 : Tagging as 1.0.3 Beta 4
21:13.35NivFreakZhinjio: ping
21:18.33*** join/#wowace Worf (n=worf@84-119-53-221.dynamic.xdsl-line.inode.at)
21:20.45*** join/#wowace Seerah (n=Ryan_L@adsl-177-4-225.mem.bellsouth.net)
21:21.37Gnarfoznevcairiel: bt4 somehow has a really hard time figuring out which one of my pally auras is currently active (when I have them on a normal bar, from the spellbook, because the stance bar *for some reason* scales at a different scale than all other bars)
21:23.19*** join/#wowace Baraius (n=bhuddles@70.114.244.248)
21:23.20nevcairielof course it scales differently, the buttons are a different size
21:23.40asmodaiwow, that's a bizarre error I am getting
21:23.42HjalteWhen sending emails, do I have to fear that some recipients can not receive html formatted messages?
21:24.07Repo10stat-block-core: 03funkydude * r9 / (6 files in 2 directories): StatBlockCore: New option to hide text
21:24.20asmodai["message"] = "Error: Original call failed after running hooks for:  ChatFrame_OnEvent :\n Interface\\FrameXML\\ChatFrame.lua:2218: bad argument #1 to 'strsub' (string expected, got nil)(tail call): ?:
21:24.39Gnarfoznevcairiel: well... "of course" etc. I was just explaining why I have the buttons on normal bars. >_>
21:24.52asmodaimmm, further on it mentions Thottbot
21:28.34waallenFunkeh`: would it be possible to add a setting to SBC to hide tooltips while in combat?
21:28.45kenlyricHjalte: you should fear that some recipients will stab you in the eye for sending html formatted messages
21:28.58Hjaltekenlyric: Oh, why's that?
21:29.13Arrowmasterhaha so i was in ud strat
21:29.14kenlyricbecause it's email, not a webpage
21:29.24kenlyrickeep you girly email background images to yourself
21:29.41kenlyricto answer your question, yes, you do need to worry about that
21:29.45Arrowmasterand my guild mates have been going on about the barron mount drop rate being increased and theyve been trying to farm it
21:30.13Arrowmasterso i edited an achievement link so be the one for deathchargers reins saying that i had completed it and linked it in guild chat
21:30.16Arrowmasterand they flipped out
21:30.25Hjaltekenlyric: The issue that I have is, that thunderbird formats answers with some simple html formatting and asks me each time I want to reply if it's okay to send it as html.
21:30.47Gnarfoznevcairiel: so, any idea on that? normally it changes the texture to the whisp one, but half of the time it stays normal :\
21:31.45Funkeh`waallen, yeah
21:31.56kenlyricI can't help there. I always change my email clients to strip html from receiving and sending. I work with way too many linux nerds.
21:35.59*** join/#wowace ievil (n=asys@149.254.200.236)
21:36.09*** join/#wowace charon (n=thomas@unaffiliated/charon)
21:38.25*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
21:40.42NivFreakwhen blizzard said they were putting more 10 man content in, I didn't think they meant ret paladins
21:41.53Repo10craft-list2: 03Athou * r134 CraftList2.lua: CraftList2:
21:41.54Repo- added !full <craftname> (case insensitive) providing a link to the profession (ie. !craft enchanting)
21:41.55Repo- more 3.0 compatibility cleanup, you may need to manually delete CraftList2.lua from your WTF folder
21:42.14*** join/#wowace Droolio (n=drool@87-194-188-170.bethere.co.uk)
21:42.48*** join/#wowace hypetech (n=hypetech@66.83.192.140.nw.nuvox.net)
21:42.50hypetechwhat's up?
21:43.02hypetechDid they change how to use modifier:shift in a macro?
21:43.03*** join/#wowace DJSynthe (n=DJSynthe@68-190-124-210.dhcp.mdsn.wi.charter.com)
21:43.17hypetechIt's paging my action bar now if I use the hotkey, but if I shift-click, it works fine
21:43.47nevcairielyou probably have the default bindings of shift-1 to shift-6 active
21:43.49nevcairielunbind those =P
21:43.52hypetechah
21:43.59hypetechguess they reset with the patch :(
21:44.00hypetechty
21:45.50Repo10craft-list2: 03Athou 04v3.0.1 * r135 : CraftList2:
21:45.51Repo- added !full <craftname> (craftname is case insensitive) providing a link to the profession (ie. !craft enchanting)
21:45.52Repo- more 3.0 compatibility cleanup, you may need to manually delete CraftList2.lua from your WTF folder
21:47.40*** join/#wowace Matrix110 (i=Matrix11@pD957F883.dip.t-dialin.net)
21:49.17Repo10materials-tracker: 03Shamino * r37 MaterialsTracker.lua:
21:49.18Repo- added tracking from the guild banks.  counts are stored separately for each guild.
21:49.19Repo- tooltip counts will only display for the guild you belong to, use /mtracker item <itemlink> to see counts for all guilds
21:50.34Repo10materials-tracker: 03Shamino 04r37 * r38 : tagging r37
21:50.54Repo10basic-minimap: 03funkydude * r54 / (2 files in 1 directory):
21:50.54RepoBasicMinimap: fix some icons re-appearing, fix border showing when using circular shape (really) v1.3
21:52.14*** join/#wowace alcaras (n=chatzill@c-76-119-196-167.hsd1.ma.comcast.net)
21:52.28Repo10basic-minimap: 03funkydude 04v1.3 * r55 : Tagging as v1.3.
21:54.25theoddone33this is a longshot
21:54.37theoddone33anyone happen to have the google code webpage that was the official marsbar release page bookmarked?
21:54.42theoddone33I thought I did but not sure
21:55.18theoddone33I did!
21:55.19theoddone33yay
21:55.22theoddone33http://groups.google.com/group/marsmod/files
21:55.36*** join/#wowace ievil- (n=asys@149.254.200.236)
21:56.06Stanzillalicks Funkeh`
21:56.20*** join/#wowace Shirik (n=nospam@conspiracy/developer/Shirik)
21:56.20*** mode/#wowace [+v Shirik] by ChanServ
21:56.25Funkeh`:o
21:58.12*** part/#wowace Keya (n=pschrine@xdsl-84-44-231-204.netcologne.de)
21:58.52Repo10talented: 03jerry * r318 core.lua:
21:58.53RepoSmall consistency check added in the db after initialization.
22:02.38Repo10libtooltip: 03Adirelle * r9 LibTooltip-1.0/LibTooltip-1.0.lua: Added a justification parameter to :SetCell.
22:02.38RepoAddLine now returns the number of the created line.
22:06.24Adirellehrm, that commit log just sucks
22:06.38Adirelleanyway, gotta got
22:06.41Adirellenight
22:08.27*** join/#wowace Mikk (n=Mikk@WoWUIDev/mikk)
22:08.27*** mode/#wowace [+v Mikk] by ChanServ
22:08.39thulhttp://fc32.deviantart.com/fs33/i/2008/293/7/a/Decay_by_cainadamsson.jpg
22:09.20Zyndromeace tractor, looks like a Massey Ferguson 135
22:09.34thulIt is a zetor :-P
22:09.40Zyndromepeice of shit
22:09.57thulhaha
22:10.10Zyndromemy grandfather had a zetor, it was more broken than it was working
22:11.13thulhehe
22:13.29*** join/#wowace Zyndrome (n=faggotry@81-233-206-163-no89.tbcn.telia.com)
22:16.50*** join/#wowace doom0r (i=Doom0r@c-24-1-33-148.hsd1.il.comcast.net)
22:21.49Repo10auto-turnin: 038tImER * r75 AutoTurnin.toc: fix lib load order in .toc, fix path to Dewdrop lib
22:22.33theoddone33marsbehavior is *crazy*
22:22.36theoddone33I love it :)
22:22.43theoddone33it's like a meta mod
22:27.10Repo10durabroker: 03grennon * r2 / (6 files in 2 directories): DuraBroker:
22:27.10RepoInitial Commit
22:28.25Adysis there a way... without scanning chat that is..
22:28.45Adysto make an addon that lets you shut ingame sound except for the /yells from npcs
22:29.45Gnarfoz~seen grennon
22:29.47purlgrennon <n=jdawg@c-75-64-65-68.hsd1.tn.comcast.net> was last seen on IRC in channel #wowace, 2d 19h 11s ago, saying: 'alright, when you create a new libdatabroker object, what does the "value" property do?'.
22:32.33*** join/#wowace netcurse (n=hthieblo@81-67-28-118.rev.numericable.fr)
22:34.27Repo10auto-bar: 03Azethoth * r623 / (14 files in 1 directory): -- Some DeathKnight Support
22:38.18*** join/#wowace Odlaw (n=ozzy@c-98-245-75-224.hsd1.co.comcast.net)
22:44.53doom0ris it me or after fixing the dropdown creation is InstanceMaps not creating/showing it's map frame?
22:46.20smoke_can someone help me with oUF to "deattach" the focus cast bar from my focus frame?
22:46.41smoke_i tried to use CreateFrame('Frame', nil, UIParent)
22:46.50smoke_but it just made the castbar strech to the end of the screen :/
22:48.24Arrowmasterdoom0r: it was fixed?
22:48.39doom0rin my local
22:48.42doom0ri made the creation work
22:48.50Brunerssmoke_: do you want to remove it from the focus frame?
22:48.50doom0rwas missing a self reference
22:48.59Brunerssmoke_: or move it to some other place
22:49.32smoke_bruners, i want it to be resized (its sized to the frame right now) i was messing with the SetPoint() stuff but it wasnt giving me the results i wanted...
22:49.38doom0rlocal function init_dropdown(level)> local function init_dropdown(self, level)
22:49.39smoke_i want it resized and moved away
22:49.50smoke_basically its own unit frame
22:50.03Repo10chatter: 03grum * r205 Modules/ChatTabs.lua:
22:50.04RepoDisabling ChatTabs - error fixed. Thanks to Stanzilla for reporting.
22:50.15smoke_i dont know what the appropriate terminology is, just started messing withh p3lim's oUF layout yesterday
22:51.04Repo10basic-chat-mods: 03funkydude * r145 / (2 files in 1 directory): BasicChatMods: fix chatcopy for wrath, bump toc v3.1
22:51.07Repo10cooldownbuttons: 03Netrox * r195 / (7 files in 3 directories):
22:51.08Reporemoved Warrior Spellgroup: Shield Wall/Recklessness/Retaliation
22:51.09Repofixed issue with Feral Charge Cat/Bear
22:52.21Repo10cooldownbuttons: 03Netrox 042.1.4 * r196 : Tagging as 2.1.4.
22:52.27*** part/#wowace mitchnull (n=mitchnul@catv3EC945BD.pool.t-online.hu)
22:52.38Repo10basic-chat-mods: 03funkydude 04v3.1 * r146 : Tagging as v3.1.
22:55.03ZeksieMatrix110: hard to blame on ZOMG really. if you run embedded libs, the actual cause of the problem could be any ace addon..
22:55.11*** join/#wowace ievil (n=asys@149.254.200.250)
22:55.54smoke_should i paste my focus castbar code for you to look at?
22:57.31NivFreakman
22:57.35NivFreakwtb prat aliases
22:58.51KazieWhat would the standard size of bags be in WoTLK.. anyone know that?
23:00.28*** join/#wowace Zyndrome (n=faggotry@81-233-206-163-no89.tbcn.telia.com)
23:00.35NivFreakKazie: +2
23:01.48*** join/#wowace Tristanian (n=Tristani@adsl171-127.kln.forthnet.gr)
23:03.57*** join/#wowace quoin (n=quoin@219-90-171-197.ip.adam.com.au)
23:05.52harlso.. uhm..
23:05.56p3lim20-22 slots
23:06.05*** join/#wowace WobWork (n=Wobin@203-206-178-228.perm.iinet.net.au)
23:06.05*** mode/#wowace [+v WobWork] by ChanServ
23:06.08p3limthere will be epic 24 slots too i guess
23:06.10harlKemayo: you happen to plan on updating BankStack and maybe adding some LDB support to it?
23:07.22theoddone33heh
23:07.37theoddone33I was playing with this mod and got logged off
23:07.45theoddone33try to log back on and world server is down
23:07.52theoddone33I felt like I did it by screwing with lua!
23:08.11harlprobably not.
23:10.17*** join/#wowace Mikk (n=Mikk@WoWUIDev/mikk)
23:10.24*** mode/#wowace [+v Mikk] by ChanServ
23:10.27Repo10libtooltip: 03Tristanian * r10 LibTooltip-1.0/LibTooltip-1.0.lua: Added :IsAcquired("name") method.
23:10.27RepoSuppress errors for invalid tooltip frames passed.
23:10.28RepoRefined :Acquire a bit.
23:10.31Repo10skinner: 03Jncl 07master * b1.9056.0-9-g7a1420e / (6 files in 1 directory): [+1 commit] Skinner: Added option to skin PVPFrame
23:10.37Repo10skillet: 03nogudnik * r146 LibPossessions.lua: Updated to work with the 3.01 version of ArkInventory.
23:10.42RepoOlder versions of ArkInventory will generate and error
23:10.46Repomessage.
23:10.53MikkWth, nogudnik reappears?
23:11.25pastamanceranyone around that uses the deDE client?
23:11.52MikkIirc even the local germans use enUS >.<
23:12.27pastamancerMikk: yeah, but I've got some retard germans complaining about range checking not working and I need to know what it says for the range on the deDE client
23:13.15pastamancerand nobody ever bothers saying what language client they're using when they bitch about problems
23:14.16Tristanianyou can always install the german language pack :p
23:14.28pastamancerI don't care that much
23:14.35TristanianI thought so
23:15.09pastamancerif the people having the problem don't care enough to submit a proper bug report, then I'm not going to extraordinary lengths
23:15.26Repo10skinner: 03Jncl 04b1.9056.5 * 7a1420e /: [new tag] [unannotated] Skinner: Added option to skin PVPFrame
23:16.10ievilckknight, you around?
23:16.18ckknightievil: sorta
23:17.06Repo10basic-buff-hide: 03funkydude * r27 BasicBuffHide.toc: BasicBuffHide: bump toc
23:17.22ievilbeen playing around with a cpu profiler to see where I'm getting ui lag, and Cowtip comes up very high
23:17.37smoke_anyone use azcastbar
23:17.38smoke_?
23:18.20ievilat times even 2ms added per frame
23:18.53ievilop cpu offenders seem to be: autobar, cowtip, bartender4, FuBar_PerformanceFU, LibRockTimer, Parrot, Pitbull, PitbullPowerbar
23:18.55Repo10basic-buff-hide: 03funkydude 04v1.0 * r28 : Tagging as v1.0.
23:19.00ievil+ the profiler ofcoz
23:20.06ievilshouldn't the libs be the ones taking the toll as LibRock is standalone installed? or should I make more libs running for themself to see where it's actually pressing?
23:20.56Repo10ka_raid-tracker: 03Celess * r32 / (32 files in 2 directories):
23:20.57RepoFixed right click menus. Added movable frame. Added RU localization support. General bugs and cleanup. Version has been renamed to RaidTracker from KA_RaidTracker. If using KA version can rename the WoW WTF/Account/SavedVariables/KA_RaidTracker.lua files to RaidTracker.lua before starting to get database back.
23:23.30Repo10ka_raid-tracker: 03Celess 04v2.1.2 * r33 : Tagging as v2.1.2
23:25.08Repo10grid-status-hots: 03Veridiac * r69 / (2 files in 1 directory):
23:25.09RepoFixed lifebloom count, cleaned up counting method for other buffs. Changed lifebloom text to LBCount-LBdurationLeft, removed flooring of lifebloom duration and changed the order so that longer text strings show a more accurate remaining duration on lifebloom.
23:25.11RepoAlso removed the extra second from remaining time, the time is correct as is, if it is preferred that the time show 1 for 0->0.9 instead of 0, the value should be ceiled not floored. I rather like zero myself though.
23:28.11Repo10grid-status-hots: 03Arrowmaster 04r69 * r70 : Tagging as r69.
23:29.56KriLL3yes
23:32.19Repo10dr-damage: 03Dally1991 06wrath-clone * r701 Data/Hunter.lua: DrDamage:
23:32.20Repo-Survival tree finished, except for Explosive shot which will require special code to be written later.
23:32.21Repo-Hunters done
23:33.05PollekeArrowmaster, thats an interesting tag. Why you doing that?
23:33.46Arrowmasternot answering that question because i know exactly where this conversation is going
23:34.30PollekeI don't! I wasn't implying anything. I'm honestly just curious
23:35.28Arrowmasterbecuse ive deleted about 3 or 4 grid status hots fan updates in the past day
23:36.17*** join/#wowace ievil- (n=asys@general-ld-213.t-mobile.co.uk)
23:36.21*** join/#wowace Xuerian (n=core@wireless-216-222-137-237.citizip.com)
23:36.23*** join/#wowace Facktotum (i=Take2@c184-154.i02-7.onvol.net)
23:36.56*** join/#wowace |Yssaril| (n=Yssaril@adsl-99-145-19-62.dsl.emhril.sbcglobal.net)
23:38.25*** join/#wowace ckknight_ (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
23:38.25*** mode/#wowace [+o ckknight_] by ChanServ
23:42.11[SW]DodgeKaelten: hey my friend :) any uncommited progress on onebag3? :)
23:43.23Kaeltennot much no
23:43.27Kaeltenone or two more options
23:43.35Kaeltenbeen sidetracked with my kid.
23:43.36ievilhm, disabling cowtips put pitbull up to using 1.3ms per frame of the total of 15ms per frame
23:44.29FacktotumKaelten: i know what you mean :)
23:45.22[SW]DodgeKaelten: okay.
23:54.47theoddone33what is /print shorthand for?
23:55.28Shadowedprint()
23:55.54theoddone33amazing
23:56.19theoddone33it's a little more complex though
23:56.22theoddone33it would appear
23:58.55Funkeh`You mean ChatFrame1:AddMessage(tostring(X)) ?
23:59.14pastamancerwell, the ace2 print does the recursive table dumping
23:59.47Xuerianace2 print is teh seks

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