IRC log for #wowace on 20081023

00:00.21Xinhuanmaybe i can sneak in some code for some of my addons for april fool ;p
00:00.30Xinhuanhow about an all-pink omen
00:00.42ckknightlol
00:00.44Repo10lzprofiler: 03pb_ee1 * r83 LZProfiler.lua: LZProfiler: Fixing client language changes.
00:01.17Repo10lzprofiler: 03pb_ee1 043.0.4-beta * r84 : Tagging as 3.0.4-beta.
00:02.35NeffiPitBull should have a VisualMana module
00:02.56NeffiOverlay the mana bar with a semi-transparent blue bar showing how much mana will be taken out for the current cast
00:03.42AntiarcThat'd be neat
00:03.56NeffiIt is. :) I coded one for my UI and it's amazing to have.
00:07.36GngskNeffi, LibStub it and let everyone else profit too!
00:07.55NeffiMeh
00:08.08NeffiIt's sloppily coded to my UI setup (and setup for UnderHood)
00:10.47*** join/#wowace break19 (n=break19@68.63.21.224)
00:12.47*** join/#wowace ievil (n=asys@unaffiliated/ievil)
00:12.56Studdly1http://ace.pastey.net/99272 Anyone please help.
00:13.18NeffiProblem?
00:13.46Neffi"linkcolor"?
00:13.49Studdly1I cant get it to pick up that i have grays in my bag
00:14.01NeffiQuality returns a number representing "link color"
00:14.06NeffiNo need to process the link
00:14.19NeffiSec, I got a code to pick up greys, lemme pull it up
00:14.28Studdly1thanks
00:14.44Paenefirst problem that I saw was for slot = 0, GetContainerNumSlots(bag) do  should be for slot = 0, GetContainerNumSlots(bag), 1 do
00:14.52Neffipastey is slow
00:15.02Paeneyou forgot to increment the counter
00:15.07NivFreakWOW
00:15.09Gnarfozmy zombie does 1 damage :(
00:15.10NeffiPaene: It defaults to 1
00:15.11NivFreakI logged out as a dead zombie
00:15.16NivFreakand my first bar is now blank
00:15.17NivFreakWTF
00:15.17Paenedidn't know that :)
00:15.22NeffiStuffly1: http://ace.pastey.net/99287
00:15.28*** join/#wowace quoin (n=quoin@114-30-108-67.ip.adam.com.au)
00:15.29NeffiThat's my entire code for auto-deleting greys
00:16.02NeffiThe third return from GetItemInfo is a numeric quality
00:16.19stew_alol so much fun spreading zombie diseases through all the remote areas of azeroth ;-)
00:17.03NivFreakI've yet to see an NPC turn without dying
00:17.08NivFreakpeople keep killing the ones I infect
00:17.10NeoTronit might be the thing that finally makes me explore stuff!
00:17.22Zyndromefuuuuuuuuuuuuuuck
00:17.26stew_awell the theramore guards are now infected so in about 20 mins that place should be fun
00:17.28Studdly1thanks for the help Nefif i will see if i can get it now
00:17.29Zyndromeget in proximity of a healer = cleansed
00:17.34Zyndromefukken argent dawn
00:17.36NivFreakyeap
00:17.39Zyndromeprecious 10 minutes wasted
00:17.56Neffi" if GetContainerNumSlots(bag) > 0 then  " That's redundant. If GetContainerNumSlots returns 0, the for loop will never run anyway.
00:18.10Studdly1thanks Paene for the help as well.
00:19.20Studdly1Post up a fix ?
00:19.30NeffiWhat are you trying to do?
00:19.36NeffiJust print the greys?
00:19.55Studdly1No
00:20.22Studdly1i am trying to geT it so when i click on a button it will sell all greys
00:20.41NeffiPrecisely what my code does
00:20.51winkillerany help on broker2fubar? in the config it shows only a nonclickable "enable"
00:21.04winkillerwith an inactive inputbox
00:21.05Studdly1i have it all setup for the button and everything however i cant get it to scan my bag
00:21.33NeffiYour for loop is strange, and you're checking returns from GetContainerItemInfo improperly. That's probably why
00:21.40NeffiCopy what I did for quality checks, and go from there
00:22.19Studdly1ok
00:22.46NeffiHow long do you stay a zombie?
00:23.06sztanpeti just logged out as one
00:23.11sztanpeti dont think it disappears
00:23.20NeffiAny cooldown to infect other people?
00:23.23Neffi(This sounds fun)
00:23.41sztanpetwell kinda, you have to use retch
00:23.48sztanpetand thats on a 30sec cd
00:23.59sztanpetblowing yourself up might work too though
00:24.05NeffiTime to have some fun  ^^
00:24.25sztanpettoo my retards killing zombies tbh
00:24.35sztanpetnot really effective at low numbers
00:25.00NeffiUmm
00:25.08Neffi"Find a cure before it's too late. 10 min remaining."
00:25.10NeffiHmm
00:26.03sztanpetyou, go kill yourself
00:26.07sztanpetduel or something
00:26.48Xinhuanor use DS or Ice block
00:26.52Xinhuanit turns u into a zombie too
00:27.34*** join/#wowace Soulsbane (n=Soulsban@dial-69-55-136-52.sofnet.net)
00:28.59*** join/#wowace Kolie (n=kraft@adsl-074-182-161-037.sip.hsv.bellsouth.net)
00:28.59*** mode/#wowace [+v Kolie] by ChanServ
00:29.36Studdly1http://ace.pastey.net/99288-3x3h hows that look Nefif?
00:31.13NeffiYou're missing an "end"
00:31.15NeffiBut good
00:31.57Studdly1ok well now i am geting a DB error
00:34.09Studdly1Line 1 DB error
00:34.11Studdly1and
00:34.24Studdly1another error
00:34.58*** join/#wowace Codex| (i=Codex_@CPE001346f71097-CM00159a3f1452.cpe.net.cable.rogers.com)
00:36.57Repo10buttonfacade: 03StormFX * r172 / (2 files in 2 directories): ButtonFacade:
00:36.58Repo- Disable ModeScale to fix Autocast (It's not a model anymore?)
00:37.13Studdly1http://ace.pastey.net/99289
00:43.07Zyndromegod the zombies sucks... NPCs spawn as lousy level 30 cannonfodders
00:43.15*** join/#wowace TwystNeko (n=twystnek@d75-158-109-239.abhsia.telus.net)
00:44.01Arrowmasterthey spawn as whatever level the npc was upto 70
00:44.17TwystNekohi! I need some help with AceConfig - I'm trying to build a list of noncombat pets (which I can get, no problem), and make a multiselect out of it.
00:44.37TwystNekousing 3.0
00:44.50Repo10buttonfacade: 03StormFX 043.0r172 * r173 : ButtonFacade:
00:44.50Repo- Tagging to 3.0r172
00:51.03break19heh.. tagged r173 as r172. nice.
00:51.07break19*chuckle*
00:53.03*** join/#wowace Inc` (n=incendiu@pool-71-164-237-147.dllstx.fios.verizon.net)
00:53.28TwystNekoanyone? :(
00:55.58break19you dont want -my- help....
00:56.00break19lol
00:56.18break19it'd be like the blind leading the blind.
00:57.03break19i really should update my envenomx.. but meh.. with an almost 14month old, and a full time job.. it's.. just.. meh
00:57.41*** join/#wowace Xuerian (n=core@wireless-216-222-137-237.citizip.com)
00:58.00break19besides.. it works. just doesnt take advantage of spellIDs (they werent in use when I wrote it)
00:58.17TwystNekoheh
01:00.43break19I met a dude the other day, while workin.. wish I was his long lost brother.. the cat had an old atari (like I used to have as a kid), an old school NES, a SNES, NES64, Wii, xbox360, and a sega dreamcast.. I walked in and was like "duuuuuuuuuuuuuude!" lol
01:01.23break19we even played a couple rounds of "Tank"
01:01.28break19.. on the atari.
01:01.51Repo10buttonfacade_apathy: 03StormFX * r49 Skins.lua: ButtonFacade_Apathy:
01:01.52Repo- We can has AutoCast?
01:02.12break19you spelled "kan haz" wrong!
01:02.33waallenwhat other tooltip addons are there besides cowtip?
01:02.33break19is he even in-chan? *scrolls to see*
01:02.46break19.. nope. shoot
01:02.52Repo10buttonfacade_layertest: 03StormFX * r33 Skins.lua: ButtonFacade_LayerTest:
01:02.52Repo- We can has AutoCast?
01:05.16break19TwystNeko: http://old.wowace.com/wiki/AceConfig3#select
01:05.33break19you can put the list into a table, pass the table to the config
01:06.24TwystNekodoesn't help me.
01:06.31TwystNekoI'm trying that, and it doesn't work.
01:06.44dracularight..... I got slaughtered by town guards :s
01:07.52Xinhuancos your set/get functions are probably wrong
01:08.10Xinhuanin your table, the KEY is what is passed to the get/set
01:08.10break19there's the man to ask right there...
01:08.22TwystNekoXin: okay..
01:08.24Xinhuanthe value is what is displayed next to the checkbox
01:08.43Xinhuanthe boxes are sorted by keys as well
01:08.56TwystNekookay, so here's the problem then, I guess.
01:10.05TwystNekoI'm trying to build a table of the noncombat pets
01:10.14TwystNekoI'm using:
01:10.34TwystNekofor q=1, GetNumCompanions("CRITTER"), 1 do
01:10.55TwystNekolocal X,N,S,I,O = GetCompanionInfo("CRITTER", q)
01:11.02TwystNekoif O then
01:11.14Neffiif O then pasty() end
01:11.19Neffipastey*
01:11.27TwystNekoyea, I realized it was getting long.
01:13.33waallenckknight: any progress on the fade bug by any chance?
01:13.53ckknightnope, I've been engrossed in curseforge code
01:14.01TwystNekohttp://ace.pastey.net/99295 <- for starters
01:14.01*** join/#wowace WobWork (n=Wobin@124-168-153-124.dyn.iinet.net.au)
01:14.01*** mode/#wowace [+v WobWork] by ChanServ
01:14.14waallenalright
01:14.23Xinhuanline 24
01:14.25Xinhuanfail
01:14.36Xinhuanvalues = function() return YayPets:GetPetList() end,
01:14.41TwystNekookay, why?
01:14.46TwystNekothanks.
01:14.53Xinhuanand change line 25/26
01:14.59Xinhuanget = "GetPets"
01:15.10Xinhuanset = "SetPets"
01:15.17TwystNekol
01:15.18Xinhuanhandler = YayPets
01:15.42TwystNekookay.
01:16.17TwystNekoSo here's my other question - when I call GetPets, what should the return table look like?
01:16.37TwystNekoie, [PetIndex] = 0 or 1?
01:17.01Xinhuanyour get= function
01:17.09Xinhuanshould just return true or false
01:17.19Xinhuanindicating whether the checkbox is selected
01:17.26TwystNekookay
01:17.34Xinhuanthat is
01:18.02Xinhuanfunction YayPets:GetPets(info, key) return mysavedvar.something.something[key] end
01:18.18Xinhuanfunction YayPets:SetPets(info, key, value) mysavedvar.something.something[key] = value end
01:18.24Xinhuanwhere key is the table key
01:18.35Xinhuannote that you are using integers as keys atm
01:18.39Xinhuanwhich is pretty bad
01:18.43TwystNekowhy?
01:18.54Xinhuanbecause the integers don't correspond to the actual pets if the user learns a new pet
01:19.10XinhuanGetCompanionInfo(index) returns then in alpha order
01:19.17Xinhuanso today, index 2 might be pet X
01:19.18TwystNekoah, didn't consider that.
01:19.21Xinhuantomorrow it might be pet Y
01:19.28TwystNekoSo I should use S instead of q.
01:19.31TwystNeko:P
01:19.36TwystNekoS = spellID
01:19.42Xinhuanindeed
01:21.04Xinhuanunless of course
01:21.19Xinhuanyou CAN still use those index integers
01:21.20Xinhuanas your key
01:21.32Xinhuanprovided your get/set functions propery converts the index into spellIDs
01:21.56Xinhuanfunction YayPets:GetPets(info, key) local blah blah = getcompanioninfo(key )return mysavedvar.something.something[blah] end
01:22.31Xinhuanif you use the index as your key, then your checkboxes will be sorted in alphabetical order
01:22.37Xinhuanrather than as spellid order
01:22.49Xinhuanso its something you have to consider
01:22.57TwystNekoWell.. Would using the name be viable?
01:23.09Xinhuanyes and no
01:23.17Xinhuanyes because it simplifies things, no because it complicates things
01:23.24Xinhuansometimes, a user swaps languages
01:23.27TwystNekosee, the problem is that according to the wowAPI, GetCompanionInfo only works on the index.
01:23.31Xinhuansays run wow in enGB, then runs deDE
01:23.50Xinhuanwell once a pet is learnt, you can't unlearn it
01:23.58TwystNekoright
01:23.59Xinhuanits not an issue to rescan the companions on startup
01:24.11*** join/#wowace Next96 (i=Next96@121.129.140.49)
01:24.11Xinhuangenerally speaking you want to use the spellID
01:24.16Xinhuanbecause it is not locale dependant
01:24.28TwystNekoso make a table in the db of index = spellid?
01:24.46Xinhuandon't need to do that really
01:25.01Xinhuanif you have the index, you can always get the spellid via GetCompanionInfo
01:25.11Arrowmasterare you sure GetCompanionInfo() only accepts index?
01:25.20TwystNekohttp://www.wowwiki.com/API_GetCompanionInfo
01:25.25Arrowmasterdont trust that
01:25.36Arrowmastercheck for yourself
01:25.54Arrowmasterlike i know of a lot of different ways to use GetSpellInfo() that arent documented
01:25.58Xinhuani tried strings, it doesn't work ;p
01:26.19Xinhuanin any case, you should try to use spellIDs
01:26.31Xinhuanand generate the index-spellid mapping whenever you need it
01:26.43Xinhuani.e on login, and on the user learning a new pet
01:26.44*** join/#wowace ulic (n=ulic@71-218-15-139.hlrn.qwest.net)
01:27.33Xinhuanyou can also use GetSpellInfo(spellid)
01:28.05Xinhuanto get info about a spell
01:28.51TwystNekohmm
01:29.52MikkArrowmaster: Then by all means do document them :P
01:30.09|Yssaril|Xinhuan: how much do you know about tomtom (clad is sleeping and i know you used it in routes)
01:30.12Arrowmasteri dont do documention
01:30.17Xinhuanknow a bit
01:30.32Xinhuanwhat i know is from reading the code
01:30.33MikkFunny, neither do I really. Yet when I learn something new I edit wowwiki a little.
01:30.41break19<- eyes glazed over now
01:30.48MikkKinda paying back to all the others that have done so before me.
01:31.15YssarilXinhuan: i wrote a little addon that will put a waypoint on my corpse everything works exept that the waypoint appears really close to me (it fixes it self if i cycle the world map hit m twice)
01:31.39Xinhuanheh
01:31.50Xinhuancould be many map addons interfereing
01:31.51NeffiWhat's more fun at *29* (twink), hunter or rogue?
01:32.03*** join/#wowace balstor (n=chatzill@209.205.152.176)
01:32.04break19mage
01:32.07break19*chuckle
01:32.08Camcishaman
01:32.12balstor~seen Nevcairiel
01:32.17purlnevcairiel is currently on #wowprogramming (3d 17h 8m 29s) #wowuidev (3d 17h 8m 29s) #wowace (3d 17h 8m 29s) #curseforge (3d 17h 8m 29s). Has said a total of 908 messages. Is idling for 2h 23m 49s, last said: 'Xuerian: probably not'.
01:32.17YssarilXinhuan: i only have tomtom and my addon running
01:32.17break19lol @ Camci
01:32.18Camcigo shaman and yuor more or less unbeatable :p
01:32.20NeffiI hate spellcasting. I don't actually feel like I'm doing anything.
01:32.22Camciwhat? its true
01:32.26YssarilXinhuan: and mapster
01:32.31Yssarilhttp://ace.pastey.net/99296 <-- is my code
01:32.33Xinhuanu may have to check your code then, or check the veents firing
01:32.37balstorNevcairiel : bartender4 breaks for warriors
01:32.38NeffiI feel like I'm fighting with spells, not enemies
01:33.01Camcibut then again no point of making a twink cuz you will get xp in BGs
01:33.08NeffiNo you won't
01:33.20Camcii read that you will, huh?
01:33.26*** join/#wowace Aeyan (n=fake@cpe-071-076-230-073.triad.res.rr.com)
01:33.56NeffiThere were two official posts: you WONT get XP, and they're considering implementing ways of getting it
01:34.02NeffiIt'll be an optional addition at most
01:34.03break19yea. fight that mage with your melee-class toon, oh wait, he just blinked away.. get close to him, hit him maybe twice, oh darn, he blinked again, damn that hurts, close the gap.. etc etc
01:34.23Neffibreak19: Cause Blink's cooldown was removed, right
01:34.25Xinhuanwell your code doesn't even touch map events
01:34.29NeffiAnd 'cause I can't silence, right?
01:34.30Camcilol
01:34.37Xinhuanso its likely an arrow issue?
01:34.55Camciim telling you, shaman 29 twink is one of the best class u can get if not the best.
01:35.06ArrowmasterYssaril: when are you getting the coords to the corpse?
01:35.08NeffiI considered shaman, but it feels SO fucking dull to play
01:35.16NeffiI /facedesked out of boredom
01:35.36YssarilArrowmaster: i scan for them in an onupdate when i release till they are valid
01:35.41Xinhuanbtw Yssaril, i want you to be aware that calling SetMapZoom() will fire WORLD_MAP_UPDATE
01:35.46NeffiI want a physical class with a tight GCD.
01:35.49Xinhuanand MANY addons listen to that event
01:35.50break19shammies just.. meh.. micromanagement of my totems = booooring
01:35.58Camcithen go hunter
01:36.05Camcihunters rape rogues if they are good
01:36.10Xinhuanincluding ALL gathermate/gatherer like addons, and map related addons
01:36.14ArrowmasterYssaril: yeah register for WORLD_MAP_UPDATE and update on that too, see if that fixes it
01:36.16Xinhuanto update it
01:36.18NeffiDoesn't mean they're better. Rock paper scissor.
01:36.30Xinhuanif u register for WMU, be careful of infinite loops
01:36.34NeffiI've never twinked 29. I have no idea which of the two will play out better.
01:36.52Camcii have a warrior 29 and 29 rogue twink
01:36.52Neffi(But I have a 70 of each, so I'd rather stick to one of them)
01:37.00Camciwarrior is fun and awesome if you have a healer healing you
01:37.07Yssarilhmmm
01:37.10Arrowmasterwell if you are just getting the coords of the corpse in WMU then it should be fine
01:37.13NeffiCamci: If I had a dedicated friend, I'd roll a healer  :(
01:37.18break19hunters -can- be good, as can rogues, just depends on you, really.
01:37.19Xinhuanright now, whenever you die
01:37.22Repo10fizzleglyph: 03dekimsey * r2 / (5 files in 1 directory): FizzleGlyph:
01:37.23Xinhuanyou are spamming WORLD_MAP_UPDATEs
01:37.23Repo- Initial import.
01:37.24Repo- Works on Bags, Bank, Guild Bank.
01:37.31Xinhuanby calling SetMapZoom a million times
01:37.42Arrowmasterbut if you are dying inside an instance then the worldmap is probably set on the continent when it first becomes valid then changes to the zone
01:37.43Camci:P we are 3 ppl donig twinks sometimes, one of them only heals me, its fun :p
01:37.58Repo10fizzleglyph: 03dekimsey 04v1.0 * r3 : Tagging as v1.0.
01:38.07Arrowmasteryeah an onupdate is probably bad, and you should just check on WMU
01:38.33Yssarilk will try that
01:38.38TwystNekohmm
01:38.49TwystNekoYou know, this could be much simpler than I'm thinking.
01:39.04NeffiI guess I'll go rogue. They feel more "on top" of their enemy. Up close and personal just feels fun.
01:39.17break19Camci: My wife and I will head to bgs, me on my rogue (70) her on her spriest (also 70), we have a blast, I pretty much let her do all the face-melting, and only pop outta stealth if she begins taking fire, or if we're in av, I'll dps the boss
01:40.01break19.. otherwise, I let her be bait (tho she can hold her own pretty good. at least long enough for me to cheapshot + kidneyshot em)
01:40.03NeffiCan anyone on the PTR confirm/deny that gathering profs can be leveled to 300 at 29?
01:40.07ArrowmasterYssaril: have you looked at the corpsepoint code in cartographer?
01:40.23YssarilArrowmaster: thats what my function is from :P
01:40.30TwystNekohmm.
01:40.33Camcibreak19: yea, its much more fun if you do BGs with friends.
01:40.34XinhuanNeffi: its lvl 35 to learn 375, and lvl 20 to learn 300
01:40.43Camcigoes much faster and win more if they know what to do aswell :p
01:40.53NeffiXinhuan: On live or just PTR?
01:41.00break19the family that slays together, stays together.
01:41.01Xinhuanits just general knowledge
01:41.07Xinhuanthat everyone should know
01:41.11Mikkused to be 35 for 300
01:41.17Xinhuani wasn't even aware a PTR is up
01:41.20NeffiThat's what I thought it was...
01:41.22Xinhuanthought its taken down last week
01:41.25Neffi35 for 300 last I checked
01:41.42AntiarcUsing AceConfig, how so I get options into the left panel of the options menu?>
01:41.44Xinhuanwell, maybe is 35 for 300 and 20 for 225 ;p
01:41.45AntiarcLike, my top level groups
01:41.54XinhuanAntiarc? huh
01:42.00NeffiYeah, 'cause Spellpower Goggles Xtreme Plus can't be used at 29
01:42.13*** join/#wowace |Yssaril| (n=Yssaril@adsl-99-139-120-222.dsl.emhril.sbcglobal.net)
01:42.18Xinhuanyou mean the "tree"?
01:42.18Antiarchttp://wow.tachyonsix.com/WoWScrnShot_102208_184201.jpg
01:42.20NeffiBut I heard somewhere that a twink can get 300 in mining/herb on the PTR
01:42.26AntiarcLike "Bin #1", etc
01:42.43Xinhuananswer: you can't
01:42.50Xinhuanblizzard's addon panel only allows 1 sublevel
01:42.57*** join/#wowace [SW]Dodge (n=Miranda@p508CE93F.dip.t-dialin.net)
01:43.10AntiarcEr. ButtonBin does it :P
01:43.13AntiarcI don't need a whole tree
01:43.13Xinhuanit will fail super badly on 2 levels, i know cos i tried to hack omen into it on 2 lvls
01:43.20AntiarcI just want to put 1 sublevel in
01:43.23AntiarcLike ButtonBin does
01:43.31Xinhuanbutton bin uses a API
01:43.37Xinhuanthat aceconfig does
01:43.37Xinhuancheck omen
01:43.43Xinhuanlast 2 functions in the file
01:43.45MikkYou need to register the subgroups individually
01:44.03Xinhuanomen does the same thing buttonbin does
01:45.10Xinhuani copied that code from Mapster
01:45.19AntiarcI see
01:46.23XinhuanRegisterModuleOptions()
01:46.23Xinhuanin this case is redundant
01:46.23Xinhuanbecause it did the same thing as SetupOptions
01:46.23Xinhuanbut with an additional line that copies the option table passed in into the main option tree
01:46.36Xinhuanin SetupOptions, the option tree was already there, so i only had to register it on blizz's panel
01:46.51Xinhuanbut if a plugin were to be written for omen, they can use that RegisterModuleOptions()
01:47.04Xinhuanto insert the option tree into omen's one and add to blizz panel at the same time
01:47.29Xinhuanso its just handy to use as a shortcut for libsink/dbprofiles
01:47.58Xinhuani used libsink in another part of the tree though
01:49.01Xinhuanalso notice how the config tree took up 1/3 of the file ;p
01:49.06Xinhuankinda ridiculous
01:49.54Repo10librockcomm-1-0: 03Arrowmaster * r263 LibRockComm-1.0.lua:
01:49.55RepoChange ChatFrame_OnEvent hook to a ChatFrame_MessageEventHandler hook like it should have been changed back for WoW 2.0
01:49.56RepoUpdate ChatFrame hook to work with new function arguments in WoW 3.0
01:49.59RepoRock is still dead, I'm only fixing this because the tainting annoyed me
01:50.10Xinhuanstabs Arrowmaster with a pillow
01:50.21Xinhuanwhat rock addons do you still use Arrowmaster?
01:50.30Stanzilla(fubar)
01:50.35Arrowmasteri have no fucking clue whats loading librockcomm
01:50.42Xinhuangrep?
01:50.47Arrowmasterabout to
01:50.49Neffi"Rock is still dead". I've been living under a rock for the past few months. What's this about?
01:51.00MikkYou know what Rock is?
01:51.01Arrowmasterrock is dead
01:51.04Xinhuangood pun attempt
01:51.08NeffiI know what Rock is
01:51.10NeffiWhy's it dead?
01:51.15Arrowmasterbecause it is
01:51.18NeffiXinhuan: No pun attempt
01:51.21MikkBecause ckk got a life mostly? :P
01:51.25NeffiWell that's an interesting reason
01:51.28Arrowmasterand nobody used it anyway
01:51.42NeffiInteresting
01:51.43ckknightpretty much
01:51.44Xinhuanits not really dead that its not working, more so that ckk doesn't have time to update/maintain it, and most authors opt to use ace3 nowadays
01:52.02Arrowmasteri only fix things in it that annoy me
01:52.19break19I have a couple things still using it.. I think.
01:52.30MikkBah, you're not supposed to have triggers on parts of your name!
01:52.44NeffiI'm too lazy to start looking into LDB plugins for my ancient FuBar stuff  :/
01:52.54Xinhuanck probably doesn't trigger him unless its one word by itself ;p
01:52.57Arrowmastera lot of people still use FuBar
01:53.06Xinhuani dont know of any english works with "ckk" in it though!
01:53.08MikkI use FuBar2Broker myself
01:53.09break19ah, yea.. pitbull.
01:53.15MikkXinhuan: cock
01:53.20Xinhuanthat's ck, not ckk
01:53.24Mikkoh with two ks
01:53.46NeffiI've been looking for something better (read: more configurable) forever. Now that that kind of stuff is on the table, I'm too lazy to bother switching anyway.
01:53.47ckknightcockknocker
01:53.48Mikkwubs FuBar2Broker
01:53.57Mikkooh inventive!
01:54.01Xinhuanyou have no idea how many words have "xin" in it ;p
01:54.07ckknightthat doesn't ping me, though
01:54.10ckknightit has to start with ckk
01:54.25Xinhuani trigger on "xin", but exclude it if it ends in "xing" such as mixing, fixing
01:54.34NeffiDixon
01:54.35Xinhuanand i exclude the word "mixin" as well
01:54.38NeffiOh wait
01:54.42Neffiis too tired.
01:54.58TwystNekookay.. so I seem to have a problem here
01:54.58TwystNekohttp://ace.pastey.net/99298
01:55.01break19so, if someone typos xinophobe, it triggers?
01:55.05Xinhuanyes
01:55.07break19lol
01:55.20Neffi's fixin' his car.
01:55.27Mikkshoots TwystNeko for using single letter variable names
01:55.40TwystNekoMikk: holdover from macro code
01:55.49XinhuanTwystNeko did you mean
01:55.53Xinhuanself.db.char[id2spell[key]]
01:55.54break19TwystNeko: for me, it's a holdover from C64 basic
01:56.11Xinhuanquite a big difference there
01:56.24TwystNekoxin: well, the problem is that it says that id2spell[key] is nil
01:56.36Xinhuanid2spell is a what?
01:56.36break19some things a just.. well.. never let go of.. tho I try. :)
01:56.39Xinhuantable?
01:56.45TwystNekoshould be
01:56.49Xinhuanshould be? lol
01:56.58MikkLies, c64 basic did 2 char names!!11
01:57.00TwystNekoIt's in the paste thre
01:57.06Xinhuanbtw don't do that
01:57.14Xinhuanyou're generating a new table everytime
01:57.15NeffiPut a print() every other line to see what's not working as expected IMO
01:57.26break19mik: integers were single, strings were double char :)
01:57.26Xinhuanyou should just do it once and use the same table
01:57.56break19.. or was it the other way 'round? hell it's been 25years since I've touched a C64.. its just.. what I learned on. lol
01:58.17MikkTwystNeko: Yeah, the problem is that you are returning a TABLE out of return id2spell
01:58.30TwystNekoMikk: yes... and?
01:58.39Xinhuanyeah he wants to know why id2spell[key] is nil
01:58.40Mikknvm
01:58.44break19mikk: god.. now I feel like an old fart. "I've forgotten more about C64 programming than most people will ever know!" lol
01:58.50Xinhuango print youe key out
01:59.00TwystNekoalthough there may be a better way that I just spotted.
01:59.10Xinhuanyes, use the better way ;p
01:59.26Repo10arl: 03Ackis * r943 ARLFrame.lua: Fix progress bar
01:59.42NeffiTwystNeko: I ran your code for populating id2spell, and it's working
01:59.46break19arl=?? ackis' recipe list ?
01:59.53Xinhuanlike i said, go print(key)
01:59.55Neffi<PROTECTED>
01:59.57Xinhuanand see what you are getting
02:00.01Mikkbreak19: sei lda #$01 sta $d01a lda #<irqfunc sta $0314 lda #>irqfunc sta $0315 lda #$7f sta $dc0b cli
02:00.14Mikkbreak19: I'm 99% sure that's the accurate assembly to generate a raster interrupt
02:00.33Mikkscares himself a bit
02:00.37*** join/#wowace Matrix110| (i=Matrix11@pD957D686.dip.t-dialin.net)
02:00.44break19never did -much- assembly, honestly, so I can't critique that. :P
02:00.54TwystNekoeh
02:00.56MikkI forget the address of the register that controls which line it happens on though
02:01.17Mikkpossibly $d018 with the high bit in $d019
02:01.31break19I did a bit of "poke"ing and "peek"ing to get graphic sprites and sounds
02:01.48NeffiTwystNeko: I'm lost. What are you trying to do? It looks like " self.db.char.id2spell[key] == 1 " will cause problems.
02:02.11NeffiI think you mean self.db.char[id2spell[key]]
02:02.23TwystNekoNeffi: that's been pointed out.
02:02.31NeffiWhat's the problem then?
02:02.35break19I'm goin to bed now, before I blow a fuse trying to access those old memories.. I'm sure they're there somewhere, but the medium seems to be corrupt. lol
02:02.44break19night all
02:02.48TwystNekoBut that's still not solving the problem - why is key coming up as nil?
02:02.51ArrowmasterXinhuan: oh LibRock-1.0 will load LibRockComm-1.0 if its available even if its not needed because of the version checking
02:03.00XinhuanO_O
02:03.07Xinhuanversion checking?????????
02:03.19TwystNekoall I'm trying to do is build a multiselect list of the available noncombat pets
02:03.19Arrowmasterso it will respond to version checks
02:03.21Neffiis2spell contains an id-to-spell dict, right? You're comparing the entry to 1, which it logically shouldn't be.
02:03.33NeffiUnless 1 happens to be the spell ID (which it won't be)
02:03.51TwystNekoid = 1, it should return whatever the spellid is
02:03.52XinhuanNeffi: his id2spell[key] is giving NIL as a result
02:04.14Xinhuanit means there's something wrong with his KEY
02:04.27Xinhuanso, go print it out
02:05.09TwystNekoConsidering that this all started from irritation at not being able to make a proper macro that targets randomly summoned non-combat pets, for emoting at... I'm going a wee bit overboard. ;)
02:05.31Neffilol
02:05.42Studdly1Wootness!
02:06.14Studdly1i just got Sinister Squashling
02:06.22Studdly1from trick or treat!
02:06.26NeffiOh, is LibDogTag still being supported?
02:06.32NivFreaknevcairiel: so any way that bt4 would wipe my first bar if I became a zombie, died, and then logged out?
02:06.33NeffiThe combos tag is broken on it
02:06.51TwystNekoand frankly, I'm getting far too frustrated with getting this to work.
02:06.57TwystNekoSo I think I need to go get food.
02:07.02XinhuanTwystNeko: you should just post your entire code
02:07.05Xinhuannot small fragments
02:07.12Neffickknight: Are you supporting DogTag-3.0?
02:07.17ckknightyes
02:07.26TwystNekohttp://ace.pastey.net/99299
02:07.33NivFreaknevcairiel: oh nm, it's because I have no stance
02:07.35Neffickknight: [Combos] won't work, at all.
02:07.42Arrowmasterso here is an odd 'error', with Broker2FuBar it seems the first line 'local ldb = LibStub:GetLibrary("LibDataBroker-1.1")' is erroring but not giving any error, i just get errors from the later files saying they cant find Broker2FuBar with AceAddon-3.0:GetAddon()
02:07.46TwystNekogot /yp count , /yp current working just fine.
02:07.47ckknightyea, it's cause Blizz changed their events
02:07.49ckknightneed to fix that
02:08.37ulicwhich addon is using /yp?  I was thinking of using it but might switch if there is a conflict.
02:08.39Xinhuanis it loaded?
02:08.52ArrowmasterXinhuan: that to me?
02:08.55*** join/#wowace Matrix110 (i=Matrix11@pD957D511.dip.t-dialin.net)
02:08.55Xinhuanya
02:09.01Arrowmasterno it wasnt
02:09.02TwystNekoulic: the one I'm writing, YayPets
02:09.04*** join/#wowace FroMaster (n=DM@rrcs-24-199-20-58.west.biz.rr.com)
02:09.33Arrowmasteri created my own standalone of the lib and added it as an optdep and then it worked
02:10.19Arrowmasterbut its just weird that i only get 2 errors from the other 2 files in Broker2FuBar and no error from the first file
02:11.15MikkArrowmaster: random idea: do you have a stub "FuBar" installed or no?
02:11.21TwystNekosee, I figured out that the only way to be able to make a button that targets something, is through SecureButtonTemplate - which means making an addon, since there's no way in hell I'll be able to code that in 255char
02:11.25Arrowmasterno
02:11.34MikkTry http://mikk.wowforge.com/stuff/FuBar_for_FuBar2Broker.zip
02:11.47MikkIt just loads f2b when something deps fubar
02:11.50Arrowmasterim not using FuBar2Broker
02:11.56Arrowmasterim using Broker2FuBar
02:12.05Mikk... i'll shut up and go watch naruto now
02:12.07TwystNekoI know there's other pet addons, but dammit, I wanted my own. ;)
02:12.32Arrowmasterare you watching old naruto?
02:12.44Mikkyes, unfortunately. early episodes. i'm hating it.
02:12.47Mikkbut i'm told it gets better
02:12.51Arrowmasterit doesnt
02:12.56Mikksnorks
02:12.57TwystNekowhat he said
02:13.06TwystNekogo watch one piece
02:13.18Arrowmasterthe end half of the first series is total crap
02:13.19NivFreakwow
02:13.22Mikkshippuuden is where it's at in your opinion?
02:13.24NivFreakWIM and prat do NOT play nice together
02:13.26TwystNekoor better yet, read the manga
02:13.37ArrowmasterMikk: just dont watch it if you dont like it
02:13.43MikkHaha
02:13.52MikkWell see... I kinda think everything EXCEPT naruto is ok
02:14.02Mikkin naruto i mean
02:14.11Arrowmasteri only watch it because ive been watching it
02:14.58TwystNekoanyways. Food time. Back later.
02:15.16NivFreaksylvanaar: do you know/care about prat breaking with WIM?
02:15.25Neffickknight: Does the 'events' key on the AddTag API take a normal Blizz events?
02:15.39MikkWell.. what can I say.. there's only one bleach a week, and it's not like there's any more La Blue Girl coming out any time soon :o)
02:15.40Mikkgrins
02:15.44ckknightAddTag has an events key?
02:15.48ckknightoh yes, yes it does
02:15.50ckknightsimilar
02:16.03ckknightthere's BLIZZ_EVENT and BLIZZ_EVENT#$unit
02:16.06NeffiAny special thing to add to the string?
02:16.07ckknightsecond checks the arg
02:16.24ckknightsemicolons are separators
02:16.29ckknightcheck other tags for example
02:16.42NeffiI tried changing my local copy to UNIT_COMBO_POINTS, and it doesn't fire
02:16.45NeffiFor the combos tag
02:16.46*** join/#wowace Paene (n=jim@24-236-190-128.dhcp.mrqt.mi.charter.com)
02:17.47NeffiI'll just pull apart the lib for expamples of how to fix it
02:18.49ckknighttry UNIT_COMBO_POINTS#$unit
02:19.37NeffiOn a side note, is there any API documentation for AddTag?
02:19.45NeffiOr whatever else the lib can do
02:20.12Studdly1Coding this all day and still cant get it to work right. http://ace.pastey.net/99272 Were is missing End ? And what else could it be
02:20.13NeffiI wanted to mess around adding tags, but there's so much code to look through to figure out what I can actually do
02:20.23Studdly1it gives me a DB error
02:21.00Xinhuanprobably some other part of your file Studdly1
02:21.10Studdly1Cry
02:21.23Xinhuanthat function looks syntactically correct
02:21.39Xinhuanyou probably missed a comma somewhere in a option table
02:22.02*** join/#wowace DarkerAudit (n=bpack@pool-72-65-89-84.clrk.east.verizon.net)
02:22.16Studdly1Well like i said it dose EVERY but pick up the greys in my bag
02:22.45*** join/#wowace Shadowed| (n=outlaw@12.157.177.162)
02:22.57*** join/#wowace Obelixprime (n=Obelixpr@CPE0018f86c695d-CM0011aea76396.cpe.net.cable.rogers.com)
02:23.04*** join/#wowace gxam (n=jam@cpe-72-179-16-64.austin.res.rr.com)
02:24.51*** join/#wowace smcn (i=smcn@c-24-20-232-27.hsd1.wa.comcast.net)
02:24.58*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
02:24.58*** join/#wowace waallen (i=wallen@78.134.21.80)
02:24.58*** join/#wowace Diskmaster (n=YOURFACE@cpe-76-85-147-197.neb.res.rr.com)
02:24.58*** join/#wowace TheDeamon (i=TheDeamo@69-20-145-84.static.ida.net)
02:24.58*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com) [NETSPLIT VICTIM]
02:24.58*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
02:24.58*** join/#wowace Goncyn (n=Will@71.185.183.193) [NETSPLIT VICTIM]
02:24.58*** join/#wowace _agronqui_ (n=agronqui@dsl081-054-095.sfo1.dsl.speakeasy.net) [NETSPLIT VICTIM]
02:24.58*** join/#wowace ANTRat (n=antrat@rrcs-97-76-73-47.se.biz.rr.com)
02:24.58*** join/#wowace pakoz9 (n=pakoz@71-93-39-179.static.snlo.ca.charter.com) [NETSPLIT VICTIM]
02:24.59*** join/#wowace many (n=many@argabuthon.ukeer.de) [NETSPLIT VICTIM]
02:24.59*** join/#wowace DarkAudit (n=bpack@pool-72-65-89-84.clrk.east.verizon.net) [NETSPLIT VICTIM]
02:24.59*** join/#wowace Hirsute (n=dnb@lre-east-3-190.usahousing.utah.edu)
02:24.59*** join/#wowace verxion (n=verxion@ip72-201-137-183.ph.ph.cox.net)
02:24.59*** join/#wowace Zarhan (n=kjetil@216-226-135.7003.adsl.tele2.no) [NETSPLIT VICTIM]
02:24.59*** join/#wowace gJon (n=gjon@ein.cr.aptaculo.us) [NETSPLIT VICTIM]
02:24.59*** join/#wowace renchap (n=renchap@2001:41d0:1:8ca2:0:0:1:1) [NETSPLIT VICTIM]
02:24.59*** join/#wowace liquidzoo (n=drew@ip72-204-215-210.ph.ph.cox.net) [NETSPLIT VICTIM]
02:24.59*** join/#wowace pentium166 (n=pentium1@d146-30-30.home1.cgocable.net) [NETSPLIT VICTIM]
02:24.59*** join/#wowace sica (i=sica@freya.megami.de) [NETSPLIT VICTIM]
02:24.59*** join/#wowace Kemayo (n=kemayo@pool-71-104-210-99.lsanca.dsl-w.verizon.net)
02:24.59*** join/#wowace Takuto (i=takuto@ja-s.de) [NETSPLIT VICTIM]
02:25.00*** join/#wowace lua_bot (n=lua_bot@li37-84.members.linode.com)
02:25.00*** mode/#wowace [+oovv Cairenn ckknight Kemayo lua_bot] by irc.freenode.net
02:25.25Studdly1Ok another question if i may
02:25.32Studdly1i have NEVER uploaded to Wowace so i kinda need a FQA or something for a little help
02:25.41Paenesec
02:26.13*** join/#wowace Fastfire (n=kjetil@216-226-135.7003.adsl.tele2.no)
02:26.14Paenehttp://www.wowace.com/knowledge-base/repository-faq/
02:26.15*** join/#wowace Repo (n=supybot@69.57.184.216)
02:26.56*** join/#wowace Hirsute_ (n=dnb@lre-east-3-190.usahousing.utah.edu)
02:27.04Studdly1Ok well this shows me from making a new one however the project i have was given to me since no one claimed it
02:29.44XinhuanStuddly1: what project is this?
02:29.53*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
02:29.53*** join/#wowace waallen (i=wallen@78.134.21.80)
02:29.53*** join/#wowace Diskmaster (n=YOURFACE@cpe-76-85-147-197.neb.res.rr.com)
02:29.53*** join/#wowace TheDeamon (i=TheDeamo@69-20-145-84.static.ida.net)
02:29.53*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com) [NETSPLIT VICTIM]
02:29.53*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
02:29.53*** join/#wowace Goncyn (n=Will@71.185.183.193) [NETSPLIT VICTIM]
02:29.53*** join/#wowace _agronqui_ (n=agronqui@dsl081-054-095.sfo1.dsl.speakeasy.net) [NETSPLIT VICTIM]
02:29.53*** join/#wowace ANTRat (n=antrat@rrcs-97-76-73-47.se.biz.rr.com)
02:29.53*** join/#wowace pakoz9 (n=pakoz@71-93-39-179.static.snlo.ca.charter.com) [NETSPLIT VICTIM]
02:29.53*** join/#wowace many (n=many@argabuthon.ukeer.de) [NETSPLIT VICTIM]
02:29.54*** join/#wowace DarkAudit (n=bpack@pool-72-65-89-84.clrk.east.verizon.net) [NETSPLIT VICTIM]
02:29.54*** join/#wowace verxion (n=verxion@ip72-201-137-183.ph.ph.cox.net)
02:29.54*** join/#wowace gJon (n=gjon@ein.cr.aptaculo.us) [NETSPLIT VICTIM]
02:29.54*** join/#wowace liquidzoo (n=drew@ip72-204-215-210.ph.ph.cox.net) [NETSPLIT VICTIM]
02:29.54*** join/#wowace pentium166 (n=pentium1@d146-30-30.home1.cgocable.net) [NETSPLIT VICTIM]
02:29.54*** join/#wowace Kemayo (n=kemayo@pool-71-104-210-99.lsanca.dsl-w.verizon.net)
02:29.54*** join/#wowace Takuto (i=takuto@ja-s.de) [NETSPLIT VICTIM]
02:29.54*** join/#wowace lua_bot (n=lua_bot@li37-84.members.linode.com)
02:29.54*** mode/#wowace [+oovv Cairenn ckknight Kemayo lua_bot] by irc.freenode.net
02:30.01Studdly1AcesProfit
02:30.03Studdly1i was going to upload a Alpha
02:30.14AckisStuddly1: if I can get on the server I'll make ARL hug ATSW
02:30.25Xinhuanacesprofit doesn't turn up any result if i search wowace
02:30.41Studdly1http://www.wowace.com/projects/ace-profit/repositories/mainline/
02:30.54Studdly1opps that was the page i was looking at
02:30.55Xinhuanwell u included an extra S in there for no reason ;p
02:31.15XinhuanStuddly1 - Project Leader
02:31.20Xinhuanis that an issue? heh
02:31.24Studdly1Sry
02:31.31Studdly1No
02:31.52Studdly1Thanks Ackis
02:31.58Studdly1Great new look btw
02:32.02Xinhuanif you need help, just ask ;p
02:32.31Studdly1Well i kinda do ya
02:32.34Xinhuanlol ackis
02:32.36Studdly1i am trying to learn on the go
02:32.44Xinhuani remember making my addon work with both ATSW and Skillet
02:32.50Xinhuanwas a bit of a pain
02:33.11Studdly1how do i go about geting in to SVN since firefox tells me it dose not know the url :S
02:33.22Xinhuanyou need to install a svn client
02:33.32Studdly1Ahh ok thanks
02:33.33Xinhuanthere's no other way
02:33.47Studdly1Know any off hand ?
02:34.01Dalamar1991is the wowace svn server down?
02:34.03Xinhuanif you like GUI stuff, tortoisesvn
02:34.05Xinhuanfor windows
02:34.11Dalamar1991i'm suddenly getting unable to authenticate errors.
02:35.14Studdly1Thanks for your help Xinhuan this is really the first one iv done public i have fooled around on my own
02:35.20Xinhuanhttp://old.wowace.com/wiki/SVN_For_Idiots
02:35.21Studdly1and been trying to teach my self.
02:35.30Xinhuanhttp://old.wowace.com/wiki/Tortoise_SVN
02:35.39Studdly1Love the title of the first one :DF
02:35.47Xinhuanyou can ignore the getting an account part
02:35.49Xinhuanyou already have it
02:36.08Xinhuanyou can also ignore the import parts - its already on the svn
02:36.13Xinhuanyou just need to "svn checkout"
02:36.20Studdly1Kool thanks
02:36.20Xinhuanthen include your changes, and you can commit
02:38.35Studdly1lolz this link http://www.wowace.com/knowledge-base/repository-faq/ says Curesforge yet its on wowace
02:38.45Studdly1Brb need to restart to install this program
02:38.54Xinhuanyes
02:39.01Xinhuancurseforge and wowace shares the same software now
02:39.05Xinhuanso they are the same thing
02:42.58*** join/#wowace kaelten (n=Kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
02:42.58*** mode/#wowace [+o kaelten] by ChanServ
02:42.59*** join/#wowace Zhinjio (i=1000@70.91.168.58)
02:43.51ZhinjioGood evening, folks.
02:44.14Xinhuanhi
02:44.29Xinhuan~ugt
02:44.30purli heard ugt is Universal Greeting Time. Created in #mipslinux, it is a rule that states that whenever somebody enters an IRC channel it is always morning, and it is always late when the person leaves. The local time of any other people in the channel, including the greeter, is irrelevant. http://www.total-knowledge.com/~ilya/mips/ugt.html
02:44.33Xinhuan:P
02:45.00doom0rroffle
02:45.43Ackissup Zhinjio
02:46.11*** join/#wowace Studdly1 (n=chatzill@cpe-74-75-161-229.maine.res.rr.com)
02:49.25Zhinjiojust got up.
02:49.34Zhinjiotrying to clear my head before I cause any damage.
02:49.54Xinhuanbut you said evening :D
02:50.12Repo10powerbar: 03Antiarc 07master * c75210b / (5 files in 2 directories): [new]
02:50.36Studdly1Hmm now to get to that link
02:50.56XinhuanAntiarc, shouldn't you fix old addons of yours before writing new ones? ;p
02:50.57Antiarc~uat
02:50.58purlit has been said that uat is Universal Antiarc Time. Created in #wowace, it is the measure of the One True Time. All other times are imposters and will be shot on sight, especially so-called "Universal" Fisker Time, which is just a sorry excuse for supposed "time" and will instead just be laughed at.
02:51.05AntiarcNew ones are so much more fun >_>
02:51.07Ackishad a nap when he got hime
02:51.56Repo10arl: 03Ackis * r944 ARLFrame.lua:
02:51.56RepoMake this thing play nicely with ATSW - scan button resized and frame aligns now
02:52.12Studdly1Nice update Ackis
02:52.16AckisStuddly1: that fixes your ticket methinks?
02:52.24Studdly1I will try now
02:52.27Studdly1one sce
02:52.30Studdly1Sec&&
02:52.32Studdly1**
02:53.51Lukianwhich addon is hiding the UIErrorsFrame? :/
02:53.53Studdly1What IRC programs do u all use ?
02:53.58Lukianmy housemate is having this issue too
02:54.00Ackismirc
02:54.18XinhuanHAHA
02:54.25Studdly1i use chatZilla
02:54.37sztanpettelnet!
02:54.41sztanpetnah, mirc
02:54.44Xinhuanfor a moment i HAHAed because ackis said mirc is hiding UIErrorsFrame
02:54.53Studdly1lolz
02:54.53Lukian<3
02:54.54Xinhuanwhich is correct since you have to alt tab out of wow ;p
02:55.08Studdly1I have 2 monitors
02:55.13Studdly1makes life so much easyer
02:55.21Antiarchttp://www.wowace.com/projects/powerbar/images/1-example/ <-- tada, powerbar
02:55.29AckisXinhuan: what's wrong with mirc?
02:55.35Xinhuani didn't say anything is wrong
02:55.42Xinhuani was just giggling at the other joke
02:55.44*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
02:55.44*** mode/#wowace [+o Cairenn] by ChanServ
02:55.46Ackisoh
02:55.47Ackislol
02:55.49Ackismissed that
02:55.51Xinhuanabout a irc program hiding it!
02:56.04Studdly1Works perfect Ackis
02:56.24Ackissweet Studdly1
02:56.32Studdly1Now whats with this Debug that always spams my chat ?
02:56.54ZhinjioAntiarc: very nice.
02:56.56Studdly1i dun bug me but it might others.
02:57.28Studdly1[22:55:51] Ackis Recipe List: Debug: Found (known) Recipes: 91
02:57.30Studdly1[22:55:51] Ackis Recipe List: Debug: Total Recipes in Database: 182
02:57.32Studdly1[22:55:51] Ackis Recipe List: Debug: Filtered Recipes: 91
02:57.33Studdly1[22:55:51] Ackis Recipe List: Debug: Other Recipes: 0
02:57.40ZhinjioStuddly1: they're temporary
02:57.51Studdly1Ok well like i said it dun bug me
02:57.53Studdly1so i dun care
02:57.58Studdly1just did not know if u knew
02:58.00Studdly1Ya know
02:59.06Studdly1You know whats going to be hard. Keeping these addons updated from work.
02:59.28Studdly1Since work in about 3 months will be the US Army
03:00.46Xinhuanhttp://code.google.com/p/simulationcraft/wiki/SampleOutput
03:00.47Xinhuanlol
03:00.56Xinhuantalk about fire specs
03:01.15Studdly1i am level 65 fire spec mage
03:01.17Studdly1O.o
03:04.20AckisXinhuan: 116 cooking recipes total right?
03:04.30Xinhuanactually i don't know ackis
03:04.32Xinhuani relied on ARL
03:04.40Ackislol k
03:04.46*** join/#wowace Shirik (n=nospam@conspiracy/developer/Shirik)
03:04.46*** mode/#wowace [+v Shirik] by ChanServ
03:04.46Stanzilla117
03:04.52StanzillaI have 116 and 1 missing
03:05.19Ackismissing is thistle tea?
03:05.20Xinhuansays i have 110 learnt
03:05.28Repo10yurr-combat-log: 03copystring * r128 / (2 files in 1 directory): YurrCombatLog:
03:05.28Repo- the timestamp is now customizeable
03:05.31Stanzillanah, that epic thingy
03:05.32Xinhuanand yes, i'm probably missing thistle tea
03:05.33Stanzillafrom AQ chain
03:05.51Stanzilla118 with the tea then
03:06.39Xinhuanaq chain isn't difficult anymore
03:07.02Stanzillagetting to neutral is
03:07.11YssarilXinhuan: thanks for trying to help earlier but i guess i will have to wait for clad to figure out what tomtom is doing /cry
03:07.17Stanzillaneed moar aq40 pugs
03:07.48Studdly1Hmm now i am geting a error when i try to upload to the SVN. it says 'pre-commit' hook faild error output:
03:08.12NivFreakhrmm
03:08.16NivFreaksomeone needs to fix xloot
03:08.17NivFreaksigh
03:09.26YssarilStuddly1: make sure you do not have syntax errors and also make sure that your file is set to UTF-8 not ANSI
03:10.45Repo10powerbar: 03Antiarc 07master * a64c68b PowerBar.toc: [+1 commit] Update toc number
03:11.38[Liquidor]Ehm what event am I looking for when a quest is turned in?
03:12.32Studdly1Not really sure what that means Yssaril this is all really new to me
03:13.01Ackis[+1 commit]
03:13.05Ackiswhat is that?
03:13.28YssarilStuddly1: the first part means does your code work in wow or does it error if it errors you can not commit it
03:13.40Studdly1It works
03:13.51Studdly1Zero errors
03:13.59YssarilStuddly1: the second is how your text file is encoded make sure that it is in UTF-8
03:14.07Studdly1ok
03:14.31Repo10ace-profit: 03Studdly1 04mainline * r38 / (24 files in 8 directories): AceProfit:
03:14.31Xinhuanwhat's the error
03:14.32Repo- Updated: Just not yet working at 100 percent
03:14.38Xinhuanwell there
03:14.40Xinhuanthat worked
03:14.42Studdly1Opps
03:14.42Yssarilthere u go :)
03:14.44Studdly1Ya well
03:14.49Ackisgrats on losing your svn cherry
03:14.51Studdly1It kinda upload wrong file
03:14.55Ackisbend over and i'll help with something else
03:15.01Yssarillol
03:15.02Studdly1should not been named mainline
03:15.04Studdly1lolz
03:15.14RaydenUnii hope the zombies become more powerful every day leading up to wrath
03:15.19YssarilStuddly1: thats not the file name :P
03:15.27Studdly1O.o
03:15.27Xinhuani hope there's rewards!
03:15.29LukianXinhuan, heh, it's fubar (or more specifically, one of the plugins
03:15.32Xinhuanlike a unique tabard
03:15.41Xinhuanlike the tbc launch one
03:15.50RaydenUnitabard for doing what?
03:16.00Xinhuanfor slaying 6 demons at the portal
03:16.01Xinhuan:D
03:16.07YssarilXinhuan: that be neat just hope they come up with a better quest then the last time to get it :)
03:16.35Yssarilspamming aoe with 200 other people to just tag that bob was a pain easy but a pain
03:16.48Studdly1Hey Yssaril it did name is mainline
03:16.51Studdly1lolz
03:16.55Studdly1http://www.wowace.com/projects/ace-profit/
03:17.34Studdly1There should be no beta. i just wanted alpha
03:17.35YssarilStuddly1: /shrug no idea you did something wrong then :)
03:17.38RaydenUniwow should keep track of how many people you infect and your whole lineage
03:17.55YssarilStuddly1: did you tag it?
03:17.56Studdly1i always do something wrong lolz
03:18.10AckisYssaril are tyere ahyqyestsfortye evhet
03:18.12Studdly1well the alpha went up right
03:18.15Ackiswow
03:18.18Ackiskitty on keyboard = fail
03:18.19Studdly1the beta just should not be there
03:18.36Aens|Superioritybest dot/hot timer, go!
03:18.48Lukiannatur's? :D
03:19.33AckisYssaril: are there event quests yet?
03:20.19YssarilAckis: i have no idea haven't even been to a capital city yet :) just know whats being said here and on worldofraids/mmo-champion
03:21.04Repo10ace-profit: 03Studdly1 04mainline * r39 : AceProfit:
03:21.04Repo-Bad upload
03:22.31kadrahilhum
03:22.35kadrahilare hunter pets bugged on brut?
03:23.54Lukianwhat's the ui errors frame called?
03:25.23Repo10ace-profit: 03Studdly1 07AceProfit * r40 / (24 files in 8 directories): AceProfit:
03:25.24Repo-Updated: However not working at 100 percent
03:25.45*** join/#wowace bien| (n=bien@pD9E6D113.dip.t-dialin.net)
03:26.34vithoskadrahil: sometimes yes
03:27.03Xinhuanwe're currently camping DnT in stormwind keep :D
03:27.12Xinhuanthey did kill tyrande however
03:30.55Xinhuani also just verified that kiling a player-turned-zombie doesn't give achievement progress :<
03:32.18Studdly1why is the new r40 not showing up ?
03:32.26kadrahilbrut hates me
03:32.34kadrahilfirst attempt he crit me for 10k, second he just crit me for 7k
03:32.44kadrahilmeteor slash
03:34.45*** join/#wowace quoin- (n=quoin@219-90-254-227.ip.adam.com.au)
03:34.53AckisStuddly1: showing where
03:35.12Studdly1http://www.wowace.com/projects/ace-profit/files/
03:35.24Studdly1still says mainline however i deleted thatone
03:35.29Studdly1and uploaded a new one
03:36.51Ackisyou broke it? :P
03:36.57Xinhuani'll take a look heh
03:36.58Studdly1it also did not upload the right file
03:37.06Studdly1all my changes did not get upload :S
03:37.26Xinhuanhow many files are there supposed to be in your trunk?
03:38.28Arrowmasterace-profit.......
03:38.30Arrowmasterbad name
03:38.31Arrowmasterbad
03:38.40Xinhuanhe took over the project Arrowmaster
03:38.43Xinhuanhe didn't name it
03:38.54Studdly1Should be AceProfit as folder name. then folder Libs - file AceProfit.toc - AceProfit.xml - AceProfit.lua - embeds.xml
03:39.28XinhuanStuddly1: the reason why no file was packaged
03:39.43Xinhuanwas because you commited to /ace-profit/mainline/branches/AceProfit/
03:39.50*** join/#wowace digmouse (n=chatzill@58.217.206.212)
03:39.51LukianKemayo
03:39.52Xinhuanrather than /ace-profit/mainline/trunk
03:39.54Lukianslaps Kemayo
03:40.04Xinhuanthe packager only packs trunk
03:40.10LukianKemayo, It's YOUR addon that's blocking all the UIErrorFrame messages :(
03:40.15Studdly1Ahh ok well i want it to be a Alpha
03:40.24ArrowmasterLukian: questfu?
03:40.26Xinhuanall commits to trunk will generate alphas
03:40.31LukianArrowmaster, yes!
03:40.36Arrowmasterits fixed in alpha
03:40.36Studdly1Ahh ok my bad
03:40.44LukianArrowmaster, ah cheers XD
03:40.44Xinhuanwhen you TAG something, that generates a BETA or RELEASE
03:40.48Xinhuandepending on how the TAG is named
03:41.02Xinhuanyour trunk is on r37
03:41.06LukianI was trying to fix it myself locallly XD
03:41.11Lukianwhat was the issue, Arrowmaster ?
03:41.11Xinhuanyour branch is on r40
03:41.22Xinhuanhence the packager didn't see a need to repackage
03:41.23Studdly1Ahh i got ya
03:41.43Studdly1This is all confusing to learn anyways lolz
03:41.57kadrahillove being in a guild that can kill sunwell bossez
03:41.58kadrahilnow
03:41.58Xinhuanits just how wowace works
03:42.04kadrahiltoo bad i have a while before i'm considered for loot
03:42.11Studdly1Ya i am sure i will get the hang of it
03:42.29*** join/#wowace |Yssaril| (n=Yssaril@adsl-99-139-120-222.dsl.emhril.sbcglobal.net)
03:43.21XinhuanLukian: it was hooking uierrors incorrectly, mainly to hide quest messages
03:43.40Xinhuanlike 1/10 killed
03:47.03Ackisis there an alternative for betterquest?
03:47.17Studdly1i use QuestGuru
03:47.28Repo10arl: 03Ackis * r945 / (2 files in 1 directory):
03:47.28RepoFix a small bug with the progress bar counting (I think).  If this works, I'm the motherfucking man!
03:48.04Repo10ace-profit: 03Studdly1 * r42 AceProfit.toc: AceProfit:
03:48.05Repo-
03:48.30doom0rprepares to judge Ackis
03:48.38Studdly1.pkgmeta file ?
03:48.51Studdly1I think i understand how to upload all but that one file
03:50.02Repo10minimalist: 03grennon * r77 Minimalist.lua: Minimalist:
03:50.04RepoCode cleanup, normalization.
03:51.04Repo10ace-profit: 03Studdly1 * r43 / (2 files in 1 directory): AceProfit:
03:51.05Repo-Updated
03:54.31*** join/#wowace Knaledge (n=chatzill@97.101.64.195)
03:54.36*** join/#wowace Groktar (n=Groktar_@76-236-38-194.lightspeed.frsnca.sbcglobal.net)
03:54.38Knaledgesylvanaar ping
03:54.46Groktari just played the childe clip over vent
03:54.55Groktaramazing conversation killer
03:55.10KnaledgeAnyone know if there is a known issue with Ctah Tabs module in Prat?
03:55.17KnaledgeIt doesn't seem to be affecting the chat tabs
03:55.22KnaledgePrat 3
03:58.34Xinhuandamn king wrynn at 70% now
03:58.41Groktarkeel him!
03:58.43Xinhuanlooks like Dnt will get the kill
03:58.55Xinhuanunless soem priests comes to exploit Guardian spirit
03:59.32Arrowmasterok so taking zep as zombie = bad
03:59.50StanzillaXinhuan: death n taxes is on your server?
03:59.53Xinhuanya
03:59.59Xinhuanso is Nurfed
04:00.02Stanzillalulz
04:00.13Xinhuanand Eminence
04:00.29Xinhuanabout 16 killing KJ guilds now
04:00.41*** join/#wowace Daemona (n=koaschte@i59F60C1A.versanet.de)
04:00.43Stanzillanice
04:00.49Stanzillahard to keep up with them :P
04:00.51Xinhuanalso the corpse run
04:00.53Xinhuantakes forever
04:01.21Xinhuanking back to 100% hehe
04:02.24ArrowmasterXinhuan: how many raids attacking king?
04:02.27Xinhuan1
04:02.37Xinhuanthey got tyrande, but not wyrnn
04:02.48keiasWow, they're getting Wrynn?
04:02.50Xinhuanwhen you pull wyrnn the 8 SW lvl 80 guards comes as well
04:02.54keiasI should've mooched the kill ;(
04:02.54Repo10arl: 03Ackis * r946 / (2 files in 1 directory):
04:02.55RepoFix the 0,0 display bug, and add skill levels to the recipe display based on sorting type
04:03.11Xinhuanwell they aren't kiling it ;p
04:03.18Xinhuanwrynn is hitting 25k on leather
04:03.21Xinhuanper hit
04:03.49keiasrofl, thats insane
04:03.49doom0rAckis: up the strata too a notch imo
04:03.54Xinhuani'm trying to tag kills
04:04.00Xinhuanto complete City Defender ;p
04:04.14Xinhuan7/50 now
04:04.58digmouseAckis: zhTW went 3.0 today, I'm patching my client
04:05.10Xinhuanthey actually waited 40 min for the crowd to disperse
04:05.13Xinhuanbefore mass rezzing
04:05.45Repo10fu-bar_simple-durability-fu: 03Corg * r30 / (2 files in 1 directory): - Updated TOC
04:05.46Repo- Changed aggregate display to the minimum durability, rather than the weighted average.
04:06.23Studdly1I gtg good night people. Thanks for the help Xinhuan and if u get a change mind downloading and looking at the code ?
04:06.31Studdly1you dun have to just asking
04:06.32Studdly1:D
04:06.54Studdly1Everything works perfect but that 1 thing
04:09.15TwystNekookay. Food has been had, let's look at this stuff again
04:09.50doom0rwoohoo, world server down
04:09.56doom0rget my ass outta the chair for once
04:11.50Arrowmastererr can i make a macro to equip an item in a certain bagslot?
04:13.17KnaledgeAny tips on how to get Chat Tabs module in Prat3 to work?
04:13.25Knaledgesylvanaar: you there?
04:15.12BrunersKnaledge: http://www.wowinterface.com/downloads/info7984-Fane.html
04:15.46Knaledgehrm... well all I want is the chat tabs to be gone
04:15.48TwystNekoweee, I'm getting closer!
04:15.59Knaledgebut Prat doesn't seem to be working the way you'd think it would
04:16.19Knaledgeit just... doesn't do anything with Chat tabs atm - unless it's somehow a "high CPU usage module"
04:17.48Repo10focus-interrupt-sounds: 03Corg * r40 / (2 files in 1 directory): FocusInterruptSounds:
04:17.49Repo- Updated TOC
04:17.50Repo- Updated logic to account for Brain Freeze, Backlash, Hot Streak, and Nether Protection
04:18.45Repo10auto-bar: 03Azethoth * r638 AutoBarCategory.lua:
04:18.46Repo-- Actually added Blessing of Sanctuary back for real.  Honest.
04:19.04TwystNekoXinhuan: still around?
04:19.16doom0rArrowmaster: yes, check cog's guide
04:20.26*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
04:20.26*** mode/#wowace [+o ckknight] by ChanServ
04:22.05Repo10dr-damage: 03Dally1991 06wrath-clone * r710 / (3 files in 2 directories): DrDamage:
04:22.06Repo-Rogue changes ready. Added Fan of Knives, Killing Spree and Master of Subtlety.
04:22.07Repo-Fixed the CalculationResults.AP error (FOR ROGUES ONLY SO FAR, Warriors and Paladins will have this fixed when their classes are updated)
04:22.10Repo-Mage fixes!
04:23.11TwystNekoahh, I figured out why I was getting nil.
04:25.55KnaledgeSharedMedia is still the defacto bar texture addon yeah?
04:25.59Knaledgeor is there something newer?
04:26.55Repo10flag-rsp2: 03Azxiana * r62 / (4 files in 1 directory): Experimental build.
04:28.17doom0ri wonder how long before achievement tracking is folded into questlog/tracker addons
04:28.28Repo10flag-rsp2: 03Azxiana * r63 flagRSP2.lua: Breaking things.
04:28.58TwystNekohrm
04:30.11AntiarcSharedMedia, yes
04:30.56TwystNekowhen I call the set parameter of a multiselect - it's passing a table as the first parameter. How do I see what that table contains?
04:31.31TwystNekodoing self:Print(key) just results in "table 0df0aaf0a" or some such
04:31.38Arrowmasterhaha weve got like 200 zombies in darkshire
04:32.23TwystNekoBut I'm much closer than I was when I left - got an actual LIST with checkboxes now. :D
04:32.49doom0rAntiarc: any possibility of an option for a second bar for energy tick on PowerBar? a la energywatch?
04:32.57Dalamar1991‚»‚¤‚È‚ñ‚¶‚á‚È‚¢‚æBB
04:33.02Dalamar1991oops... wrong window
04:33.05AntiarcWhy would you want an energy tick? Energy regens smoothly now
04:33.14doom0rdoes it?
04:33.17Antiarcyes
04:33.21doom0ri haven't tocuhed my rogue yet
04:33.29doom0ri stopped playing for 7 months....
04:33.31AntiarcYou generate 1 energy every 0.1 sec now
04:33.36Antiarc1.25 if you're combat
04:33.48doom0rwell, then i guess i'll be trying that, thanks
04:36.41Repo10mountiful: 03Jomar * r5 Mountiful.lua: Mountiful:
04:36.42Repo- bugfix
04:36.52*** join/#wowace Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
04:36.53*** mode/#wowace [+o Kaelten] by ChanServ
04:39.47Knaledgeenergy ticks are now being used to capture GCD
04:39.53Knaledgeand adjust for haste, etc.
04:40.13Knaledgeit's slowly being adopted as more addon authors retool those portions of their addon(s) to function in that capacity
04:40.32ArrowmasterOMFG
04:40.45Arrowmasterwe found 2 lvl 9s in elwynn
04:40.55Arrowmasterand killed one and turned the other into a zombie
04:41.01Knaledgeheh
04:41.03Arrowmasterand the one we killed attacked the other
04:41.12Knaledgelol
04:42.13TwystNekohuh
04:42.41TwystNekoI don't get how to deal with "set" in multiselects. :(
04:57.55*** join/#wowace Xuerian (n=core@wireless-216-222-137-237.citizip.com)
04:58.22Xuerianmolests his old sblive into working on vista x64... and feels rather dirty afterwords.
04:59.15*** join/#wowace silentium (i=silentiu@dslb-088-066-020-178.pools.arcor-ip.net)
05:00.23Repo10routes: 03Xinhuan * r203 / (6 files in 2 directories):
05:00.24RepoAdd button to create a bare route with just 3 nodes in it. Mainly to be used for creating routes for manual editing. Add option to draw lines on the minimap when indoors.
05:01.21*** part/#wowace Seerah (n=Ryan_L@adsl-242-184-166.mem.bellsouth.net)
05:01.47[SW]Dodgefun world event is fun :D
05:03.04asmodai:D
05:03.17asmodaiSpread the zombie love...
05:03.42[SW]Dodgeyea
05:04.00TwystNekohow can I get a random table entry?
05:04.03Repo10routes: 03Xinhuan * r204 Routes.lua:
05:04.04RepoSwap ordering to open WorldMapFrame first, then setting the world map to the correct zone, instead of the other way around on editing a taboo region or route.
05:04.12doom0r|awayflip a coin?
05:04.40TwystNekoI tried this:
05:04.40TwystNekolocal rPet = random(#self.db.char.pets)
05:04.41TwystNekoself:Print(self.db.char.pets[rPet])
05:04.51TwystNekobut it don't like that
05:05.31Xinhuanlooks valid
05:05.40Arrowmasteroh god i hope we dont get reported for raiding stormwind using the weapon swap zombie trick
05:05.43Xinhuanit probably either prints true or false
05:06.06KriLL3weapon swap zombie trick?
05:06.12TwystNekoerror message is "bad argument #1 to 'random' (interval is empty)"
05:07.13Xinhuanare u sure you are using blizzard's version of random() ?
05:07.36TwystNekoI'm using what you see there. :/
05:07.52Xinhuanrandom() without arugments gives a number between 0-1
05:08.07TwystNekowell, I see one bug already
05:08.10Xinhuanrandom() with 1 argument gives a number benween 1 and N
05:08.16TwystNekoyea, I know that
05:08.40TwystNekoI'm storing pets by spellid
05:08.44TwystNekoas per suggestion
05:09.01TwystNekoso like [12934] = true
05:09.17Xinhuanwhat is #self.db.char.pets returning?
05:09.58Xinhuanoh i see
05:10.08Xinhuan# only works on numerically indexed tables from 1 to N
05:10.16Xinhuanyou're using spellIDs
05:10.24Xinhuanso your table doesn't start from 1 to N
05:10.26TwystNekoyea. I may have to make a temp table
05:10.42Lukianhmm
05:10.45Xinhuanyou will need to pairs() over your table to count
05:10.48Lukianhow do I bind F2 using click2cast now?
05:10.52Lukian(or any function keys)
05:11.24TwystNekoXin: yea, I figured. But I should be able to just fill a new table with the valid entries.
05:11.37Xinhuanyes, but be very careful of using too many new tables
05:11.48Xinhuanevery new table eats memory
05:12.10Xinhuanand they don't get deleted unless no variables references them anymore
05:12.13Repo10arl: 03Ackis * r947 / (3 files in 1 directory):
05:12.14RepoMake it so if you don't have a reputation level, the recipe is displayed in red.
05:13.09Xinhuanyou can always use a table upvalue that you reuse
05:13.57*** join/#wowace renchap (n=renchap@2001:41d0:1:8ca2:0:0:1:1)
05:14.03TwystNekoi do not understand.
05:14.12ArrowmasterFUCK
05:14.18ArrowmasterTHEY FUCKING HOTFIXED IT
05:14.18Xinhuanmeans you have a filescopr variable like this
05:14.23Xinhuanlocal t = {}
05:14.25PrimerAnyone have a good warlock pvp spec I can armory?
05:14.33Xinhuanand inside your function, you use t
05:14.44TwystNekookay
05:14.47Xinhuanfor k in pairs(t) do t[k] = nil end
05:14.49Xinhuanto empty it
05:14.55Xinhuanthen use t to fill up your data
05:15.05Xinhuanand reuse t whenever you need a temp table
05:15.16TwystNekoI define t outside of a function?
05:15.19Xinhuanyes
05:15.24TwystNekok
05:15.26Xinhuanthat makes it filescope
05:15.33Xinhuanremember the "local" in front of it
05:15.44asmodaiArrowmaster: it being? :)
05:15.53Xinhuananything without a "local" defaults to global scope and all addons can access/overwrite it
05:15.58Arrowmasterweapon swaping as a zombie healing you
05:16.23doom0rmy comfortable chair is giving me that syndrome where your legs start to twitch
05:16.39quiescensstand
05:16.40Repo10arl: 03Ackis * r948 / (2 files in 1 directory): Make the item panel accessible again, bump up to Beta 6
05:17.08doom0ri switched to my other chair
05:17.26doom0rit's the seat is too high in the front and pushes on the nerves/arteries under my legs
05:17.35[SW]Dodgeall npcs in goldshire are infected!
05:17.51Arrowmasterlol we just took out goldshire
05:17.55Arrowmasterwe were unkillable
05:18.26Arrowmasterwe were heading to stormwind but the healer gibbed us
05:18.34Repo10arl: 03Ackis 041.0B6 * r949 : Taggins as 1.0 Beta 6
05:18.37TwystNekohmm. Is there an efficient way to auto-create table ids? ie, in PHP, I would just do t[] = value.
05:18.57pastamancert[#t+1] = foo
05:19.02TwystNekoah
05:19.05AntiarcOr just tinsert(t, foo)
05:19.13pastamancer#t being the length/size of t
05:19.19asmodaidarn healer
05:20.20pastamancerI think t[#t+1] is slightly faster than tinsert, but it's also been a while since anyone benchmarked it
05:20.35LukianI *still* can't delete a template in talented :(
05:20.45LukianMessage: ..\AddOns\Talented\talents.lua line 287:
05:20.45Lukian<PROTECTED>
05:21.30Ackisbeta 6 of ARL released... feel free to dick around with it, submit tickets if you see anything fucked up please
05:21.49doom0rcheers
05:25.18TwystNekogo me!
05:25.35TwystNekoGot a checklist working, and it loads a random pet from what's checked!
05:25.54doom0r....
05:26.03doom0ri don't get everyones obsession with the minipets
05:26.15doom0ri'm a completist and a collector and i just don't care for them =\
05:26.20TwystNekoI've been collecting them for a while, and I'm at 46/50
05:26.34TwystNekoI was at 41 before achievements came in. :P
05:26.45doom0rhmmm, seems fontain is changing a font size in chatter
05:27.49AntiarcSome fonts are larger than others, but it shouldn't be doing that
05:27.53AntiarcDoesn't for me anyhow
05:28.05doom0rit was default
05:28.38doom0rfor some reason the font size on the "To Playername:" in the edit box or whatever was changing
05:28.41TwystNekohrm. Now I need to figure out how to target a pet, or do an emote at it.
05:28.41doom0rbut not the rest of the fonts
05:28.45doom0rjust that part
05:29.05doom0ri'll play with it more later
05:29.57doom0rDoes there exist a mod or site which allows you to see all the macro icons in a way in which you can actually choose one without squinting or scrolling for hours?
05:30.03LanerraHmmmmm...my fonts are all screwed up on my raid display with oUF_Perfect
05:30.35*** join/#wowace Nayala (n=Nayala@cpe-075-182-078-142.nc.res.rr.com)
05:30.41LanerraThe first player listed in every group is fine, all the other players in each group are pixelated and distorted...like a low res image someone blew up
05:30.52Repo10mounted: 03yssaril 07master * v1.1.8-1-g6d5a026 / (2 files in 1 directory): [+1 commit] if you delete your character and make one with the same name and get different mounts it will proprely delete the old once
05:30.56NayalaLibPeriodicTable-3.1 still has the data versioning bug...
05:30.58Repo10mounted: 03yssaril 04v1.1.9 * 9085054 /: [new tag] Tagging as v1.1.9
05:32.06TwystNeko.. so the only way to target anything is via a mouse click, right?
05:32.35TwystNekosince the TargetUnit api is protected
05:34.02TwystNeko(sigh) I'm at the same point I was before I started this addon.
05:34.02doom0rwoot, Xinhuan has LargerMacroIconSelection
05:34.15Xinhuanlol
05:34.30TwystNekoall I want to do is enable emotes at my minipet.
05:34.51TwystNekoif they hadn't changed DoEmote, it'd have been easy.
05:34.51doom0ri hate the little freaking "view 3 macros at a time" setup
05:35.02doom0rblizz needs dynamic ui sizing
05:35.08doom0ron ALL accounts
05:35.16doom0rnot just resize frame
05:37.55|Yssaril|holy crap blizzard added a default focus frame (and you can move it) when did this happen?
05:37.56Loonacy~dogtag
05:39.05doom0r800g for vitality recipe, pfft
05:39.29LoonacyWhere can I find DogTag documentation?
05:39.34doom0roh wow, that's so much better Xinhuan
05:39.58Antiarc<PROTECTED>
05:40.01TwystNekoaha. I think I found a solution for this dang problem. :D
05:40.25TwystNekowhen I summon a pet via YayPets, have it rewrite a macro.
05:40.44Arrowmasterwith /target?
05:40.54TwystNekoyea
05:41.04Arrowmasterwell the spellname is the pets name
05:41.25TwystNekoit is now
05:41.31LoonacyAntiarc:  All i get is a window that says "Search" and then an empty list above the test area.  The search doesn't seem to return anything.
05:41.38Antiarchrm
05:41.42AntiarcWell that -used- to work
05:41.44doom0rLoonacy: there's an error
05:41.46doom0rthat's why
05:42.03doom0rAddOns\CowTip\libs\LibDogTag-3.0\Help.lua line 403:
05:42.04doom0rattempt to call method 'SetTextFontObject' (a nil value)
05:42.06*** join/#wowace Yssaril (n=Yssaril@adsl-99-139-120-222.dsl.emhril.sbcglobal.net)
05:42.13TwystNekoI was looking at IHML, which I use a lot, and it does that.
05:42.54Loonacydoom0r:  Yeah, i'm getting that.
05:43.03YssarilTwystNeko: what is yaypets?
05:43.03*** part/#wowace Antiarc (n=Antiarc@wsip-70-167-195-98.ph.ph.cox.net)
05:43.14TwystNekoa minipet addon I'm writing.
05:43.18Arrowmasterso somebody needs to explain to me, somebody that doesnt have an alliance character, where the inn in menethil harbor is and how i can get to it
05:43.39YssarilTwystNeko: whats it gonna do?
05:43.39LoonacyIs it a cowtip thing?  Should i get a disembedded dogtag?
05:43.43doom0rdoesnt?
05:43.55pastamancerArrowmaster: coming from which direction?
05:43.58doom0rits separate
05:44.03doom0rthe error is in multiples i think
05:44.09Arrowmasterpastamancer: from wetlands
05:44.11doom0ri.e. dogtag itself
05:44.19TwystNekowell, what it does NOW, is give a checklist of all the pets you own, allowing you to select the ones you want it to choose from when you type /yp random
05:44.56*** join/#wowace Antiarc (n=Antiarc@wsip-70-167-195-98.ph.ph.cox.net)
05:44.56*** mode/#wowace [+v Antiarc] by ChanServ
05:44.57Xinhuanabout 10 different addons can do that already ;p
05:44.59pastamancerArrowmaster: stay left, it's the last building before you reach the docks if you stay to the left
05:45.00TwystNekowhat I'm currently adding, is it generating a macro to show some emotes at your pet
05:45.04AntiarcSo. Glyph of Blurred Speed lets you run cross water while mounted.
05:45.18[SW]Dodgelol as zombie you can speak cross faction :D
05:45.18TwystNekoand I'm wanting to implement pet groups
05:45.26ArrowmasterAntiarc: you can sprint while mounted?
05:45.33Antiarcsprint, then mount
05:45.40Arrowmasterbroom mount?
05:46.44AntiarcJust my bear
05:46.44TwystNekoso you can, say, set up a "cat" group, with all your cats, hit /yp group cat, and it pics a random cat.
05:46.45TwystNekoa guildie suggested: /yp (cat|rabbit)&(!collector)
05:46.50YssarilTwystNeko: you can look at http://www.wowace.com/projects/critters/ and see how i generate macros if you want
05:47.24Yssariljust make sure you never generate macros during combat (bad things will happen since they are secure)
05:47.34TwystNekoYssaril: what I was doing was simply CallCompanion("CRITTER", random(GetNumCompanions("CRITTER"))
05:47.39TwystNeko)
05:48.03quiescensPresumably noncombat pets have no need to be securely summoned
05:48.31YssarilTwystNeko: hehe easy enough i like to see the icon of the pet thats up next though :)
05:48.32Xinhuanthat is correct quiescens
05:48.33TwystNekoin a macro, but I couldn't target it in a macro. But if I make it write a macro for specifically targeting it, that'll work.
05:48.52TwystNekoI have 46 pets currently.
05:49.12TwystNekoI don't much care what pops up. :P
05:49.17*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
05:49.41Arrowmaster55 =D
05:49.55Yssarilhmm that reminds me i need to add an option the call a new pet at regualr intervals :)
05:49.59Xinhuani ... lost count ;p
05:50.07Xinhuan3395 achievement points now
05:50.13Arrowmasterhow the fuck
05:50.19Xinhuani'll get around to doing the pvp ones soon
05:50.28TwystNekomax is 99 pets - of which, if you're not in china, you can't get at least 5 of them
05:50.31Xinhuan100 Av wins, im just going to lol
05:50.44Arrowmaster2660
05:51.02Xinhuanmy Seeker is at 2672 quests done
05:51.42doom0rhighest i've seen on this server is 3055 points, 291/750
05:51.50doom0rusing Achievement Ranking
05:51.54Xinhuanon another note
05:52.05Xinhuani exceeded 601 days /played today
05:54.20Yssarilhow much of that is idle time Xinhuan (when you where sitting somewhere and coding)
05:54.31Xinhuanabout half
05:54.38Yssarildamn
05:54.57Xinhuancomparatively, rank 14 grind only took 31 days /played (from 298 to 329 days /played)
05:55.10Xinhuanor about 7 weeks irl time
05:56.23Arrowmasterok i got 1 book from the menthril harbor inn
05:56.26Arrowmastertheres another here right
05:56.59Xinhuanyou doing the well read thing?
05:57.11Xinhuanthe wowhead post near the bottom is good, just visit 7 locations
05:57.54Arrowmasterill have 3 books left when i get the other one from this inn
05:58.08Arrowmasterand im horde so a bit harder time getting all these books
05:58.11Xinhuanstormwind, darnassus, Scholo, ratchet, booty bay, teldrassil and somewhere
05:58.38Arrowmasternot going to have to goto any allince city but menthril
05:58.55pastamancerArrowmaster: did you find the inn ok?
05:58.57Xinhuanyou sure all those books don't require SW city?
05:59.01Arrowmasteryeah
05:59.05pastamancernice
05:59.05Arrowmasterfucking pussy guards
05:59.22Arrowmasteri made it into the inn and checked all the rooms before dying
05:59.26Arrowmasterand im completely naked
05:59.38Xinhuanshould just wowhead before going in ;p
05:59.44Arrowmasterapparently i missed this one at the top of the stairs
05:59.47Arrowmasteri did
06:00.00Paenelol hordes
06:00.06Paene<----Alliance!
06:00.11doom0rhmmm, can i use handynotes to create notes for the books, then routes to plot per map?
06:00.17Xinhuangrab your sword and fight the horde!
06:00.28Xinhuandoom0r: i don't support cross-zone routes
06:00.39Xinhuanits too complicated to try to draw on the minimap
06:00.39doom0rthat's why i said per map
06:00.43Paenewhat exactly does routes do?
06:01.00TwystNekoheh, I wish there was some way to filter minimap tracking dots out
06:01.03XinhuanPaene: http://www.wowace.com/projects/routes/
06:01.09XinhuanPaene: http://forums.wowace.com/showthread.php?t=10369
06:01.13Paeneyeah
06:01.13Xinhuansee screenshots links in forum thread
06:01.18PaeneI just got unlazy
06:01.18Paenelol
06:01.21doom0ror would tomtom clear even if my current waypoint wasn't the one i touch?
06:01.24Paenethanks for the linsk though
06:01.26Paene*links
06:01.57*** join/#wowace dubf (n=dubf@mail.tsmaskin.no)
06:02.32Paeneso it finds the optimal route between nodes?
06:02.48*** join/#wowace Belazor (n=Belazor@pc166-33.hiof.no)
06:03.27YssarilPaene: yep
06:03.43Yssarilits pretty sweet when all you want to do is farm
06:06.04Arrowmasterso something is broken, character tab says i have 1412 AP while naked
06:09.59Paenemaybe you're just that amazing?
06:10.32quiescenszombie event is breaking some things
06:14.36Repo10libtooltip: 03Adirelle * r25 LibTooltip-1.0/LibTooltip-1.0.lua:
06:14.36RepoHave tooltip:AddColumn returns the new column number for consitency with tooltip:AddLine.
06:14.37*** join/#wowace TheDeamon (i=TheDeamo@69-20-145-84.static.ida.net)
06:14.38Arrowmasterso yes im am meleeing unarmed for exactly 200 damage
06:16.54*** join/#wowace Carancu (n=carancu@c83-255-70-30.bredband.comhem.se)
06:18.10doom0rdo hack or wowlua have code folding?
06:20.49*** join/#wowace Cheads (i=chead@0x573bcc6d.henqu2.dynamic.dsl.tele.dk)
06:21.03*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
06:23.49ShefkiSo has someone written an addon to hack the error frame back in or is that not possible?
06:23.58ShefkiI'm tired of not having it.
06:24.03Arrowmasterhuh?
06:24.14Arrowmastererror frame?
06:24.18*** join/#wowace Xuerian (n=core@wireless-216-222-137-237.citizip.com)
06:24.26ShefkiThe Blizzard UI Error frame doesn't work in 3.0.2
06:24.40ShefkiYou know the red text in the middle of the screen.
06:24.42Arrowmasterthe like 'out of range' errors or lua errors
06:24.55ShefkiOut or range.  Etc.
06:25.01Arrowmasteryeah thats not broken
06:25.08Arrowmasteryou have a mod hooking it and breaking it
06:25.30Arrowmasterany quest mod is a likely culprit
06:25.53ShefkiQuestsFU?
06:26.29Arrowmasterget the alpha version of it
06:26.38Arrowmasteri know its fixed in the alpha
06:26.43Antiarchttp://www.gamevee.com/viewVideo/World_of_Warcraft/PC/Glyph_of_Blurred_Bear/1071116
06:26.47Arrowmastersince i fixed it
06:27.57*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
06:29.33doom0rmeh, hack burns my eyes
06:29.40doom0rthe background is too deep
06:30.03*** join/#wowace Zeksie (n=zeksie@cpc2-nott9-0-0-cust211.nott.cable.ntl.com)
06:31.57Xinhuanwho's the author, Arrowmaster?
06:32.09Arrowmasterquestfu?
06:32.13ArrowmasterKemayo
06:32.27Xinhuanah
06:34.48Elkanowasn't questFu superseeded by BetterQuest?
06:35.29*** join/#wowace Vulcanus (n=Belazor@pc166-33.hiof.no)
06:36.57XinhuanAntiarc, get on fixing chatter ;p
06:37.12Antiarcwhat's broken?
06:37.17Xinhuangrum and stanzilla are trying very hard lol
06:37.18Xinhuanask them
06:37.49Xinhuansomething about achievement links, chat tabs, copying and other annoyances
06:39.20ShefkiElkano:  Elkano's BuffBars: [EBB] ERROR: (EBB_Bar:UpdateData) 16 - Fishing Lure (+75 Fishing Skill) - 599.994000 / 599.994000
06:39.22*** join/#wowace NeoRevan (n=Belazor@pc166-33.hiof.no)
06:40.14Antiarc23:39 Elkano's BuffBars: [EBB] ERROR: (EBB_Bar:UpdateData) 17 - Deadly Poison - 3599.580000 / 3599.580000
06:41.31ShefkiNo idea what it mans but figured you might be interested.
06:42.22*** join/#wowace orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
06:42.57*** join/#wowace Wobin (n=Wobin@124-168-153-124.dyn.iinet.net.au)
06:42.57*** mode/#wowace [+v Wobin] by ChanServ
06:44.39*** join/#wowace charon (n=thomas@unaffiliated/charon)
06:44.43Zeksiecncfanatics: ping
06:48.08*** join/#wowace Srosh (n=Srosh@d019172.adsl.hansenet.de)
06:51.47*** part/#wowace Paene (n=jim@24-236-190-128.dhcp.mrqt.mi.charter.com)
06:55.48Xinhuanit sounds like the buff bar has 3599.58 seconds left before it expires (1 hour) for deadly poison
06:56.00orionshockquestion: anyone found a good alternative to auctioneer? this new version in 3.0 isn't liking me too well
06:56.07Xinhuanand the buff bar has 599 seconds left for fishing lure (10 min)
06:59.18ArrowmasterXinhuan: achievement messages should be fixed, i havent seen the issue at all recently
06:59.33Xinhuanwhat issue?
06:59.37Xinhuanoh that
06:59.40Xinhuangrum fixed it
06:59.45Arrowmasterno i fixed it
06:59.49Xinhuano_O
06:59.54Xinhuanthen why was grum doign a fix
07:00.00Arrowmasteri dont know
07:00.00Xinhuani'm sure he commited it
07:00.02cncfanaticsZeksie: pong
07:00.25Arrowmasterchatter is in svn still so i cant look at the histroy easyly
07:00.45Xinhuanright click --> show log ;p
07:00.59Arrowmasteri dont have a right click
07:01.09Arrowmasteri dont use tsvn
07:02.11Xinhuani figured out the best way to get the 300k damage achievement is to go into AV, pull the whole cave and aoe it
07:02.16Xinhuaninstant 100k damage in 1 minute
07:02.24Xinhuanthen get to the other cave and aoe it :p
07:02.30Repo10zoo-keeper: 03brambler * r2 / (8 files in 1 directory): initial commit
07:02.56cncfanaticsZeksie: pong
07:03.16Zeksiecncfanatics: hey. found a small glitch with LQH2
07:03.41Zeksienamely, died in Botanica and when I released LQH reported my HP as zero when I was alive at GY outside.
07:05.02ElkanoShefki / Antiarc: that code is in to try tracking down why the heck some people are getting ultra-long bars
07:05.27Repo10zoo-keeper: 03brambler * r3 .pkgmeta: initial commit
07:06.45Elkanobut it's starnge that that code fired... it checks if the quotient ist > 1 but in that case it should be == 1 damn floating point precision
07:08.02buuMan, mages need telekensis so I can loot from a distance
07:08.31buuArrowmaster: svn log
07:08.53Arrowmastermost of the time svn log doesnt tell shit
07:09.05buuUhm.
07:09.06buuYes it does.
07:09.11buuIT tells you exactly what's happened to the file.
07:09.16Repo10heal-graph: 03Julith 04Beta 1 * r43 : Tagging as Beta 1.
07:09.17charonthinks he wants 'git log -p' in svn
07:09.38charonArrowmaster: though it might be easier to just do the git-svn conversion for antiarc...
07:09.49Arrowmasteragreed
07:10.04Arrowmasterafk
07:10.31AntiarcROFL
07:10.34AntiarcSo I found a bot grinding away
07:10.38AntiarcAnd I managed to get it stuck
07:10.51AntiarcBy tapping a mob before it did
07:11.02AntiarcIt attacked it, then I dragged it away and it's sitting there waiting for it to come back now.
07:11.15AntiarcI'm just chilling waiting for my zombie to kick in
07:11.17AntiarcSo I can eat it.
07:11.21*** join/#wowace Worf (n=worf@84-119-53-221.dynamic.xdsl-line.inode.at)
07:11.25Xinhuanwon't the mob respawn
07:11.27quiescensjump off something
07:11.27buucharon: What does git log -p do?
07:11.29Xinhuanfor the bot?
07:11.30quiescensor duel someone
07:11.35AntiarcI'm keeping hte mob in combat
07:11.38AntiarcIt's a level 30 ghoul
07:11.41charonbuu: gives you a --patch (-p) for every change in the log, too
07:11.42quiescensdie to the mob
07:11.43AntiarcNot ognna hurt me much
07:11.48Xinhuani just ice block to enter zombie mode
07:11.51quiescenssit repeatedly!
07:11.52Xinhuanits ownage
07:11.53charonbuu: i.e. displays the diffs between consecutive revisions
07:12.06*** join/#wowace Aeyan (n=fake@cpe-071-076-230-073.triad.res.rr.com)
07:12.08buucharon: Ah
07:12.17Antiarchahahahaha
07:12.21AntiarcI can kill it
07:12.29AntiarcI just drug the mob behind it, vanished, and the bot won't turn around
07:12.35AntiarcSo the ghoul is going to kill it
07:14.45buuAntiarc: This is starting to sound distinctly unwholesome
07:18.09AntiarcROFL, this is rich
07:18.18AntiarcNow it's just walking around looking for targets
07:18.20AntiarcBecause I zombied it
07:18.23AntiarcAnd it can't find any hostiles
07:20.16*** join/#wowace Sliker_Hawk (i=SlikerHa@5ac5f11c.bb.sky.com)
07:21.04*** join/#wowace Facktotum (i=Take2@c184-154.i02-7.onvol.net)
07:23.41*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
07:23.41*** mode/#wowace [+o Cairenn] by ChanServ
07:27.00ZeksieAntiarc: ace ;)
07:29.25Repo10parrot: 03profalbert 04v1.6.3-beta2 * 303d2ec /: [new tag] tag as v1.6.3-beta2
07:30.26*** join/#wowace pb_ee1 (n=nospam@meilleu015869-2.clients.easynet.fr)
07:30.55neeneeI love the event
07:31.10neeneeI'm at Booty bay going to turn guards into zombies ;)
07:31.15neeneeAnd then players
07:31.37quiescensplayers have this annoying tendancy to fight back
07:32.04doom0rquiescens: i've noticed that
07:32.20doom0rit's most undesirable
07:32.26neeneeYeah
07:32.28neeneeBRAAAAAINS!
07:35.17*** join/#wowace profalbert (n=profalbe@v254-008.vps.tuwien.ac.at)
07:37.09Cheadsuhm how do you turn them into zombies?  
07:38.14*** join/#wowace Repo (n=supybot@69.57.184.216)
07:38.36Facktotumself.Debuffs applies to debuffs you currently have on the target or whoever is in raid/party?
07:38.51Elkanodid you mean: "CHAAANGEEEE!" ?
07:39.01*** join/#wowace [ND] (n=[ND]@h062040167062.gun.cm.kabsi.at)
07:43.17Repo10grav-blox: 03dhedbor * r26 / (5 files in 2 directories): Fixed .pkgmeta, embeds etc.
07:43.56*** join/#wowace Daemona (n=koaschte@i59F60F0E.versanet.de)
07:46.10*** join/#wowace Movix (n=mattes@82.242.144.196)
07:47.32*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
07:50.53*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
07:52.20cncfanaticsZeksie: did you ping me ?
07:52.31cncfanaticsoh
07:52.32cncfanaticswhat glitch ?
07:52.34Zeksieyeah, replied too ;)
07:52.37Zeksienamely, died in Botanica and when I released LQH reported my HP as zero when I was alive at GY outside.
07:53.04quiescensthat used to be so common
07:53.21ZeksieLQH2 that is.
07:53.47Zeksiedouble checked with UnitHealth(), and that was full as expected
07:54.55Zeksiegod-fudging-damnit.... 3rd damned Sinister Squashling.. none of them one my main!
07:55.11asmodai;heh
07:55.38asmodaiCheads: you mangle, explode or cough that area affect
07:57.49Cheadsfound out =)
07:59.47NeoTronZeksie: for said reason I'd like to have the option to disable LQH in xperl
07:59.49NeoTronI don't need it
08:00.05Zeksieyeh, was gonna throw in a toggle for it.
08:00.28*** join/#wowace Belazor (n=Belazor@pc166-33.hiof.no)
08:00.35*** join/#wowace SNiLD (i=snild@nurmijarvi.net)
08:02.39*** join/#wowace Xuerian (n=core@wireless-216-222-137-237.citizip.com)
08:07.31Repo10grav-blox: 03dhedbor * r27 GravBlox.toc: Recategorized.
08:08.52asmodairofl, xkcd++
08:09.22Antiarcrofl
08:09.26AntiarcThe bot owner woke up
08:09.31AntiarcAnd begged me to stop bothering him
08:09.38Antiarcthen proceeded to keep botting
08:09.39Zeksieheh
08:09.41AntiarcSo we're on death #16
08:09.41Zeksieowned
08:10.07AntiarcVanish is such a lovely tool for training mobs
08:10.24Zeksieisn't it :)
08:10.28*** join/#wowace MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
08:10.28*** mode/#wowace [+o MoonWolf] by ChanServ
08:11.02AiianeI bet it takes about vanish's recharge for the bot to get back from the GY too, doesn't it
08:11.03asmodaiThe other day I was in Southshore, some warlock called his mount and next to him 3 identically clad warlocks also called their mount at the *same* time. They then moved like one.
08:11.08AntiarcYup
08:11.13Aiianeasmodai: yes, that's called multiboxing
08:11.15AntiarcVanish is up every time
08:11.16asmodaiBot or dual (quadruple?) boxes?
08:11.22Antiarcasmodai: Quadboxing
08:11.26asmodai*nod*
08:11.27AntiarcWhich is considered legit
08:11.32asmodaiWas not entirely sure if it is/was boxing
08:11.52Aiianewhether or not multiboxing /should/ be legit is sort of a philosophical question
08:12.06AntiarcBots are usually rather easy to spot by predictable movement patterns, simple, repetitive combat, and the completely lack of getting pissed off when you're a complete dick to them
08:12.30Aiianeand their complete willingness to help you kill your tagged quest mobs
08:12.36Aiiane>:)
08:13.34asmodaihahaha
08:13.41asmodainot sure if I encountered any thus far
08:13.43Antiarcrofl, a horde rogue just came along and one-shot it
08:13.52asmodaiI mean, some players can be totally silent too
08:13.58AntiarcWell
08:14.05AntiarcWhen I've been tapping all their mobs for a half hour
08:14.10AntiarcAnd getting them killed
08:14.12AntiarcAnd they don't say anything
08:14.13XuerianYou'd think, but I seem to be able to seriously piss anyone off in about two messages >.>
08:14.16AntiarcI'm pretty sure it's a bot.
08:14.27asmodaiXuerian: that's just your gift ^^
08:14.29XuerianIf I can't piss it off, it's either dead, or a bot, or something I should really be scared of
08:15.05Antiarcwell, time for bed
08:15.15Repo10everyquest: 03kandarz * r24 / (15 files in 12 directories): Update Quests, Added Northrend, Hallow's End
08:15.18Xuerianwaves at Antiarc and wanders off too.
08:18.16NeoTronlol
08:18.22NeoTronsinister squashling on two alts now
08:18.26NeoTronbank alts
08:19.05asmodaiCould be worse. I only restarted WoW again 2 months ago.
08:19.14asmodaiShould be level 60 tonight.
08:19.20asmodaiAnd all those quests are for level 70 *sob*
08:19.34KemayoElkano: It was certainly my intent that BetterQuest would supersede QuestsFu.
08:19.37*** join/#wowace Adirelle|work (n=adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
08:20.19asmodaiKemayo: Oh hey *perks up*
08:20.20NeoTronwell
08:20.24NeoTronyou can do the trick or treating
08:20.34NeoTronwhich is what I did.. my squashling owners are level 1
08:20.55asmodaiI haven't gotten any yet.
08:21.07asmodaiI do get a @*(@#-load of wands with random transforms 8sigh*
08:21.14asmodaiwhich you cannot use for the achievement anyway
08:21.20orionshockdid they fix the problem with ora2's windows not scrolling properly?
08:21.44Kemayoasmodai: If your perking is relating to me fixing up any of my addons, I warn you that it's somewhat unlikely.  :D
08:22.24asmodaioh
08:22.28Elkanobtw, Kemayo, LibSimpleFrame just bugged me on a clean install of BetterQuest wrt the tracker-frame. seems like for some reason code was called before the internal db was set
08:22.32asmodaiused questsfu a long time :)
08:22.37Elkanoafter a /rl it worked fine
08:22.59PunkieElkano: cheers, that fix seemed to work fine on EBBs
08:23.13sylvanaaramagawd - the chat tabs - they are killing me
08:23.14Elkano^^
08:23.21doom0rwtf, i just ran all the way down to find wc's portal and "Additional instances cannot be launched, please try again later."
08:23.30Punkiejust thought I'd mention though, that I keep randomly getting buff errors on various buffs though
08:23.34Elkanosylvanaar, working as intended ;)
08:24.08orionshocksylvanaar: what are they doing?
08:24.11ElkanoPunkie, with the 2nd-last number being the smae as the last?
08:24.36sylvanaarlol, everyone is asking about them
08:24.48Punkiei don't know what you mean, but it usually says buff - x / x or such
08:25.05Punkielike, wound poison 1.20000000 / 1.20000000
08:25.22sylvanaari still want to know why when I mouse over something in an Ace3 options dialog (a tree node) the chat tabs pop up (without prat running)
08:25.41sylvanaar^^^^
08:25.55sylvanaartry it yourself and see
08:25.59*** join/#wowace Castigo (n=castigo@host86-159-24-228.range86-159.btcentralplus.com)
08:26.02Castigogood morning
08:26.03TwystNekohmm. I can't get the blizzard options to open up like it's supposed to
08:26.27*** part/#wowace profalbert (n=profalbe@v254-008.vps.tuwien.ac.at)
08:26.28Zeksiewtf... my mainhand weapon just poofed..
08:26.40TwystNekoInterfaceOptionsFrame_OpenToCategory(self.ypOpFrame)
08:26.46doom0rstop using the BS mainhand ;x
08:26.52TwystNekowhat's wrong with that one?
08:27.04Zeksiemmmmm... it's in the bank..
08:27.06Zeksiewhy
08:27.18Zeksiesame thing happened to wife a bit ago.
08:27.34Zeksiegonna blame closetgnome.
08:28.43doom0rwtf, WTB non-locked instance server
08:28.55charonZeksie: what, you blame closetgnome for your wife's disappearance? :>
08:29.04doom0rblame?
08:29.12Zeksiehaha.. no.. my mainhand weapon got put in bank
08:29.18Zeksiesame thing happened to one of her trinkets ;)
08:29.26Zeksieand 100% we did not put them there
08:29.35orionshocksylvanaar: what element?
08:30.07*** join/#wowace Diskmaster (n=YOURFACE@76.85.147.197)
08:30.14sylvanaaran expanded tree node's sub node
08:30.22orionshocknot happening for me
08:30.39sylvanaari made a post
08:31.20sylvanaarhttp://forums.wowace.com/showthread.php?t=14602
08:31.28sylvanaarwith screenshots
08:32.14Repo10shared-media-additional-fonts: 03pb_ee1 041.0.1-release * r50 : Tagging as 1.0.1-release.
08:33.34sylvanaarorionshock see?
08:33.44Zeksieis there a decent table viewer out there. used to use myDebug, but it's a bit rickety now..
08:34.19orionshockodd
08:34.38TwystNekohow can I make the Blizzard Options interface open to my interface? It works if I open it manually, but not if I just type /yp
08:36.08*** join/#wowace eoM_rM (n=moe@p5489F7F3.dip.t-dialin.net)
08:37.29ZeksieInterfaceOptionsFrame_OpenToFrame(optFrame). optFrame is return value from AceConfigDialog:AddToBlizOptions()
08:37.45Zeksieoh, wait. thjat changed
08:37.56NeoTronOpenToCategory instead
08:38.08Zeksieyeh, that's the one. thx
08:38.36pb_ee1moh-rci
08:38.37pb_ee1wt
08:39.07TwystNekoI'm using this - and it does nothing
08:39.08TwystNekoInterfaceOptionsFrame_OpenToCategory(self.ypOpFrame)
08:39.24Repo10better-quest: 03dhedbor * r119 config.lua: Changed OpenToFrame to OpenToCategory for 3.0.
08:39.51Zeksieand ypOpFrame containts ret from AddToBlizOptions?
08:39.55TwystNekoyes
08:40.17TwystNekojust tested, doing /yp DOES call that like it should.
08:42.18TwystNekoso I don't know why that doesn't open
08:42.46ElkanoPunkie, it's ID - name - timeleft / timemax and should only show if timeleft/timemax > 1
08:47.01*** join/#wowace Inc` (n=incendiu@pool-71-164-237-147.dllstx.fios.verizon.net)
08:47.47Facktotumanyone using oUF p3lim?
08:51.08Elkanohmm... having a level 37 quest ordering you to go to Dalaran kind of sucks with 3.x ;)
08:53.23asmodaihahaha
08:53.35asmodaiyou'd think they had fixed that
08:53.45asmodaireminds me of the quest mounts
08:57.10KriLL3ffs, the zombies can kill NPCs in shattrath, and since it's a sanctuary you can't kill em
09:00.39asmodaihahaha
09:00.44asmodai\o/
09:00.57asmodaibut they cannot attack you either I assume?
09:03.13KriLL3well they can throw stinking bomb things that slows people and infects then if they're standing in it for too long
09:03.13NayalaThey can only attack certain NPCs.... but can infect most, not A'dal though. The NPC zombies they can create can attack anything.
09:03.42NayalaDid they get the flight master on your server?
09:04.00KriLL3no, but the AV battlemater
09:04.04KriLL3*master
09:04.07KriLL3which is worse
09:05.32NayalaOnly way to get the battlemaster's is indirectly... a cleanse or the like removes the debuff and can prevent them from changing into zombies to die.
09:06.12NayalaBTW the amount of enraged wyverns the shattrath flightmaster spawns is amazing.
09:08.33KriLL3my anti disease potions doesn't remove it
09:08.49quiescensthe debuff has a high resist rate
09:08.57KriLL3are you sure players can?
09:09.09NayalaYeah had the debuff removed a few times...
09:10.17KriLL3are there any other NPCs etc tied to the event? only seen crates in BB (which is odd, it's on the south end of the world, not the north) and those argent dawn healers
09:10.39NayalaReally enjoyed being able to talk cross faction while a zombie... was sort of neat. Got dumped in Booty Bay from a random Scroll of Recall teleport so hearthed back infected... we ended up with like 15 of us zombifing the city. Yeah the Argent Healers are part of the event.
09:10.43KriLL3would be cool if the leaders of the horde & alliance met in each's "capital" to discuss the problem, etc
09:10.45asmodaithere were some rumours/talks about infected pumpkins in Goldshire?
09:11.04NayalaThey cleanse the infection/kill zombies.
09:11.05quiescensisn't it crates
09:11.05KriLL3Nayala: I know they are, I asked if there are any BUT them
09:11.21NayalaOops mised that last part...
09:11.30NayalaHaven't seen any others yet myself.
09:12.24Arrowmasterthe should unhotfix the weaponswap for full health zombie bug
09:12.38Arrowmasterit killed our raid when they did
09:12.39KriLL3?
09:12.45quiescenszombies should be harder to kill than they are imo
09:12.58KriLL3they're zombies, aka fragile
09:13.23Arrowmasteractually theyre not
09:13.33Arrowmasterthe guards dont really hurt much at all
09:13.43KriLL3that might be by design
09:13.44NayalaYeah it's a pain to build a army of them... most I've gotten (NPC wise) at once was about 15/16....  Took down some elites actually.
09:14.06KriLL3just saying, zombies are fodder troops, they're not the main force
09:14.20asmodaiI wonder what's next in store
09:14.30quiescensI figure
09:14.33KriLL3more awesome
09:14.34asmodaiwas funny though, 't was exactly 3 weeks that passed until 13th
09:14.38quiescensserver crashes are what's in store
09:14.45asmodaiquiescens: How negative! :P
09:14.50Arrowmasterheh we had probably 200+ in darkshire
09:15.21NayalaI was surprised it survived Shattrath on my server.
09:15.32KriLL3not much on my server yet
09:15.57NayalaSeeing hundreds of dead wyverns around the flight master was amazing.
09:16.20KriLL3I wounder why one of the zombie players I saw all of a sudden exploded
09:16.30KriLL3not near anyone or anything
09:16.31asmodaiButton number 5?
09:16.35asmodaior end of health?
09:16.38KriLL3dunno, haven't been a zombie yet
09:16.41KriLL32%
09:16.44KriLL3*25%
09:16.51Arrowmasteryeah button 5
09:17.06*** join/#wowace WyriHaximus (n=jezussie@i131220.upc-i.chello.nl)
09:17.21*** join/#wowace Sliker_Hawk (i=SlikerHa@5ac5f11c.bb.sky.com)
09:17.36KriLL3though he killed a black cat in shattrath and got the bad luck debuff first =P
09:18.49asmodairofl
09:19.36KriLL3I can't wait for brooms to expire, makes pvp really difficult :\
09:20.11quiescenseveryone has epic flight form
09:20.25KriLL3yeah
09:20.39Arrowmasterhmm i havent checked, can we mount on brooms while falling?
09:21.18quiescensnah
09:21.22quiescenscan't mount while "moving"
09:21.30Arrowmasteroh yeah
09:21.31KriLL3stop for a split second
09:21.58Arrowmasterwell night, going to bed
09:22.13NayalaLater
09:25.00*** join/#wowace Chompers (n=Chompers@cpc1-cove9-0-0-cust541.brhm.cable.ntl.com)
09:26.05sylvanaaryeah. what is the zombie stuff anyways
09:26.13asmodaibraaaaiiiiins
09:27.18asmodaiA blizzard poster: " You don't schedule the plague. The plague schedules you."
09:28.24asmodaiis it me or do the US forums seem mor uptight than the European ones?
09:29.36quiescensUS forums seem worse overall
09:29.44MaelosPeople read the wow forums?
09:29.52asmodaiMaelos: from time to time :D
09:30.10MaelosIt's all thoughtless whining
09:30.25asmodaiA lot of it is, yes.
09:30.31quiescensEU forums have a better ratio
09:31.55asmodaihahaha:
09:31.57asmodaiOn my realm there's a guy requesting payment if you don't want to be cleansed. I think you're doing it wrong. ;p
09:32.04asmodaismart cookie
09:32.57CrazyBennywill string.find(v,"item:(%d+)") work in all clients? or is the "item:" localized in different languages
09:33.16*** join/#wowace pschriner (n=pschrine@p578b288a.dip0.t-ipconnect.de)
09:34.51NayalaDidn't seem to be that hard to get the zombification even with pallys about.
09:35.03NayalaBut guess it depends on the realm.
09:35.20quiescensget the debuff and die
09:35.39quiescensor iceblock
09:36.29NayalaAlso there are enough areas where people are spreading it...
09:36.50thulUS in general is worse overall
09:36.51thul:-P
09:38.40Facktotumbar:SetStatusBarColor(0.25, 0.25, 0.35) what type of rgb code is this
09:38.55quiescens%'s presumably
09:41.18*** join/#wowace Throngy (n=nn@5ad1c4b0.bb.sky.com)
09:42.46*** join/#wowace Vulcanus (n=Belazor@pc166-33.hiof.no)
09:44.20Repo10sell-junk: 03CrazyBenny * r35 SellJunk.lua: small optimization
09:44.54MaelosSo, is anyone else running into an issue with the Calendar icon not showing up?
09:45.16MaelosI've tried a few minimap addons and it seems to be broken regardless
09:45.49ElkanoKemayo: ping
09:46.27Repo10everyquest: 03kandarz 043.0.2-release-8 * r25 :
09:46.28RepoWARNING: With the latest version I have included Northrend and Wrath of the Lich King quests, SOME OF THEM WORK, OTHERS WILL DISCONNECT YOU, THIS GOES FOR ALL NORTHREND CATEGORIES AND NEW DUNGEONS/RAIDS
09:47.30digmouseAckis: ping
09:47.30CheadsMaelos I have that problem because I had set FuBar_ClockFu to not show day/night thing
09:49.37MaelosChead: Sweet that was it
09:49.42MaelosThanks a lot, that's been bugging me
09:49.47Cheads:O)
09:50.53Facktotumquiescens: what do you mean?
09:51.41Repo10sell-junk: 03CrazyBenny 042.0 * r36 : Tagging as 2.0.
09:51.44Zhinjiodigmouse: anything I can help with
09:51.44MaelosLot of people seem to be using the same version strings now <game_ver>-<svn ver>
09:51.48Zhinjio?
09:51.56MaelosIt's interesting, Im doing that with my UI as well
09:53.53digmouseZhinjio: I tested ARL on zhTW and didnt find locale relative issues Ackis mentioned to me
09:54.12Zhinjioah, ok. Yeah, he'll want to know about that.
09:54.28digmousebut I havent updated the databases to brand new 3.0 ones so may need more detailed checks
09:58.16doom0r.... builkmail2 autosend rules is displaying, then staying on the screen whitout being interactable
10:00.18doom0rand the culprit is overachiever
10:05.40asmodaiWhen a player complains that the buff is easily dispellable, the world event designer jokes that "it sure does seem containable, doesn't it?"
10:05.54*** join/#wowace Facktotum (i=Take2@c184-154.i02-7.onvol.net)
10:15.28Castigoanyone here is practice with ace3 config?
10:17.21Fisker-players are retarded asmodai
10:19.56asmodaiMost are.
10:20.05asmodaiIt's amazing the stuff you encounter
10:21.09ZhinjioCastigo: ask your question. if someone here can help you and has time, they will.
10:23.28iphigeniaim in love with dominos+omnicc+redrange combination. i cant sleep at nights anymore because that is just time away from my loved ones
10:25.57Castigobasically i've a config button that changes a bunch of option at once, if i click the button kinda nothing works (tho the functionis called), and the options i "change" stop working
10:26.04Castigoany idea why?
10:29.50Castigo(aswell when i press ok, the "visual" value of the other option is set
10:30.05Castigockknight, Mikk, nevcairiel any of u 3 is in house?
10:33.37asmodainev might be
10:33.56Castigobasically i've 10 "frames" that i want to lock inplace with 1 button, and all of them have an "indipendent" lock button
10:35.36Castigo"lock all" is a button, if i press it basically "nothing" happens
10:37.36Castigoanyone has any ideas on the matter?
10:39.31*** join/#wowace Kalroth (n=kalroth@0x573f1066.hjnqu1.static.dsl.tele.dk)
10:40.54Castigogot it :P
10:41.47Castigo(don't know why both my "execute" are being called
10:41.49Castigokinda stupid
10:42.30Castigoi don't get it :P)
10:42.50iphigeniaanyone got moveanything to work in 3.0? or is there some alternative
10:43.42iphigeniai got this layout atm http://www.jakee.net/newui/WoWScrnShot_101908_205235.jpg - and the target frame is cluttered with bg stats and contested area objectives
10:44.41Facktotumiphigenia: http://www.wowinterface.com/downloads/info7080-FluidFrames.html
10:44.57Kalrothiphigenia: sexy lady!
10:45.00Castigoiphigenia i belive u can macro the movement of that frame by /script  (no idea what moveanything is)
10:45.27iphigeniaey Kalroth, you sneaky bastard!
10:47.19*** join/#wowace TNSe (n=evil@cm-84.212.153.14.getinternet.no)
10:47.44iphigeniaoo thanks facktotum
10:49.45*** join/#wowace Belazor (n=Vulcanus@212251188228.customer.cdi.no)
10:50.16*** join/#wowace Facktotum (i=Take2@c184-154.i02-7.onvol.net)
10:50.33asmodaiheh, Thunderhorn a few days ago: http://i11.photobucket.com/albums/a153/Harpyia/WORLD_Putting_out_the_light.jpg
11:00.58*** join/#wowace Fogger (n=rendermi@host86-155-94-121.range86-155.btcentralplus.com)
11:03.02Castigoasmodai horde ftl! (.... starts the flame...)
11:05.39iphigeniaquick!! bring on the water!
11:06.21asmodai<-- Alliance \o/
11:06.52Dalamar1991anyone know of a way to check if the temporary enchant on the offhand is a particular one, for example: flametongue ?
11:07.29Pneumatusscanning the tooltip id guess
11:07.48Dalamar1991i was afraid of that. alright. thanks
11:08.10Castigosigh sob, bloody "executes"
11:08.12Castigothat bug
11:11.53Castigoehm... print(GetRangedAttackPower()) ain't working no more?
11:18.14iphigeniai wonder
11:18.45iphigeniaafter i saw how the new healing is displayed on targets, would it be possible to attach that players damage to that same anchor?
11:19.24rbarreirosdoes anyone know if there's a github look a like project software you can dload ?
11:19.26iphigeniaif yes, then an addon that tracks rolls your friends damage atop of his character model when selected would be so nice when competing in pve
11:19.36*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
11:23.50*** join/#wowace Tem (n=tardmrr@WoWUIDev/WoWI/Dongle/Tem)
11:23.50*** mode/#wowace [+o Tem] by ChanServ
11:31.22Castigoguys, does none knows why doesn't work on 3.0 clients?
11:31.32KriLL3?
11:31.36KriLL3what?
11:31.44CastigoGetRangedAttackPower lolz
11:31.45KriLL3you need a subject
11:31.50Industriallol
11:32.15Castigodaughter distracted me, beg u pardon
11:32.33Pneumatusprint(GetRangedAttackPower("player"))
11:32.56Castigopneumatus doesn't do anything on my client
11:33.28Pneumatusfunction doesnt exist in the default client, guess you must have had an addon that provided it then
11:34.17Repo10ag_unitframes: 03andreasg * r655 ag_UnitFrames.lua: Color the level text
11:35.15Repo10dr-damage: 03Dally1991 06wrath-clone * r711 / (2 files in 2 directories): DrDamage:
11:35.16Repo-Shaman partial update. All spells and talents implemented except:
11:35.17Repo-Lava Lash doesn't detect flametongue for the 25% damage buff.
11:35.18Repo-No calculation for Static Shock lightning orb chance.
11:35.53CastigoPneumatus could be, tyvm about it
11:36.36CastigoUnitRangedAttack("Player") does the job btw, just found out
11:46.41CastigoPneumatus are u familiar with ace config executes?
11:49.01Pneumatusnot especially
11:53.03Castigomy execute gets called like 50 times
11:53.10Castigoall over the place i don't get why
11:53.17Castigoor if it's supposed to be so, how to fix it :P
11:55.29*** join/#wowace Vilkku (n=Vilkku@88.195.34.143)
11:56.27*** join/#wowace smcn (i=smcn@c-24-20-232-27.hsd1.wa.comcast.net)
11:57.58Repo10ag_unitframes: 03andreasg * r656 / (2 files in 1 directory): fixed bug where raid disappears after zoning
11:58.10Castigoraid disappears?
11:58.16Castigoblack magic!
11:58.30Castigo(or probably they kicked you out da raid)
12:02.11*** join/#wowace Mysticfox (n=Mystic@cpe-24-25-169-233.maine.res.rr.com)
12:03.43*** join/#wowace EthanCentaurai (n=EthanCen@89.240.201.46)
12:03.47Pheredhelhmm, I try to filter for certains spells, is there a list of spellids or should i rather filter by name?  (i.e. I want to get polymorph all ranks)
12:04.20rbarreiroswowhead?
12:05.15Pheredheloh... ok I see...
12:05.26Pheredhelthanks
12:07.08Whitetoothanyone know who I should contact if I found a bug in the Curse website?
12:10.50kenlyricomg you can't meantion <redacted by cursebots> here. WoWDB or bust!
12:17.08Xinhuanwhat bug Whitetooth?
12:19.30*** join/#wowace faCe| (n=f@p5489F7F3.dip.t-dialin.net)
12:19.34rbarreirosMikk: u there ?
12:20.40*** join/#wowace dafire (n=bastianh@212.144.226.139)
12:20.47dafirehi zombies!
12:21.07*** join/#wowace Megalon (n=starfox@d86-33-143-100.cust.tele2.at)
12:21.56EthanCentauraiis hungry
12:22.05EthanCentaurainibbles on Fisker-'s brains
12:22.11EthanCentauraidies of starvation
12:23.08asmodailol
12:23.10Pheredheluhm anybody knows if the penguin glyph changes the spellid? or only the model?
12:23.12neeneeBRAAAAAINSSS!
12:24.00charonBRAAANNEEEEES.
12:24.11ZyndromeBRIANS!
12:24.28*** join/#wowace [SW]Dodge (n=Miranda@p508CE93F.dip.t-dialin.net)
12:25.40WhitetoothXinhuan: Well its kind of an political issue, my country is listed with a wrong name
12:25.51Xinhuano_O
12:25.57*** join/#wowace Lyn (n=Lyn@Lc76a.l.pppool.de)
12:26.17Xinhuanyou will have to get kaelten or ckknight for that one
12:26.20Xinhuanand/or file a ticket
12:26.44Whitetoothwowace got it right, its only curse
12:26.49rbarreiroswhich country/typo is it btw ? out of curiosity
12:26.55Xinhuanyeah same thing
12:26.57kenlyricDO YOU LIVE IN BURMA!?!?
12:26.59Xinhuanck and kaelten work for curse
12:27.19Whitetoothok, thanks :p
12:27.47Whitetooth"Taiwan, Part Of China"
12:27.54rbarreirosoh
12:28.09Xinhuanok that's touchy
12:28.16rbarreirosidd
12:28.34kenlyricTaiwan, China's Bitch
12:28.39kenlyricok, fixed
12:29.03Whitetoothits sad
12:31.03*** join/#wowace Studdly1 (n=chatzill@cpe-74-75-161-229.maine.res.rr.com)
12:31.59ramoz:P
12:32.41KriLL3Taiwan is by all definitions it's own nation, but China doesn't want it so, thus it can't pass in the UN
12:33.02*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
12:33.15sztanpetis profalbert around? he just broke parrot :(
12:33.42charon~seen profalbert
12:33.44purlprofalbert <n=profalbe@80-123-14-241.adsl.highway.telekom.at> was last seen on IRC in channel #wowace, 3d 20h 46m 48s ago, saying: 'but I use a git-repo for my wtf-folder, and that with vista. no problem at all'.
12:33.49charonhe was on the server earlier today, though not in any channel
12:33.50KriLL3sztanpet: so revert one version?
12:34.35sztanpetKriLL3 no problem for me, only for those updating with the CC
12:36.41Repo10simple-self-rebuff: 03Adirelle * r188 buffs/paladin.lua: Paladin: added Seal of Command.
12:37.33*** join/#wowace Inc` (n=incendiu@pool-71-164-237-147.dllstx.fios.verizon.net)
12:39.17asmodaiAckis: gimme a shout when you're awake :)
12:40.26Repo10simple-self-rebuff: 03Adirelle 04v2.0.2-beta-1 * r189 : Tagging as v2.0.2-beta-1.
12:42.10Repo10veneration: 03Tawerner * r5 / (5 files in 3 directories):  (Message trimmed by 1 line)
12:42.11Repo- Implement Random interval
12:42.12Repo- Implement Blacklist
12:42.12Repo- Add locales
12:42.16Repo- Set svn:externals
12:45.30draculaAckis: hitting the 'Scan Skills' button on the inscription window freezes WoW for almost a minute :s
12:45.54*** join/#wowace Anaral (n=Anaral@ip68-107-151-223.hr.hr.cox.net)
12:46.15*** join/#wowace Lopen|Wooork (n=lopen@207.74.131.2)
12:47.24*** join/#wowace nekoh (n=nekoh@p4FD89E86.dip0.t-ipconnect.de)
12:47.37Repo10fu_calendarfu: 03Illiai * r2 / (2 files in 1 directory): initial commit
12:49.21*** join/#wowace EvilJohn- (n=eviljohn@140.239.219.130)
12:50.07EvilJohn-morning
12:52.48Repo10veneration: 03Tawerner 040.9-beta * r6 : Tagging as 0.9-beta.
12:53.26Zhinjioasmodai: something about ARL? maybe I can help?
12:57.43*** join/#wowace cladhaire (n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
12:57.43*** mode/#wowace [+v cladhaire] by ChanServ
13:00.16*** join/#wowace Worf (n=worf@84-119-53-221.dynamic.xdsl-line.inode.at)
13:01.23*** join/#wowace Throngy (n=nn@5ad1c4b0.bb.sky.com)
13:05.14Studdly1Anyone know the color code for grey ?
13:05.24Zhinjioyeah
13:05.29Zhinjioall of the same digit
13:05.34Zhinjio111111, 222222, etc
13:05.37Repo10fu_calendarfu: 03Illiai * r3 / (4 files in 2 directories): added .pkgmeta
13:05.38Repoadded externals (not sure if this is the correct way)
13:05.41Zhinjiothe higher the number, the lighter the grey
13:05.52Studdly1Hmm
13:05.54KriLL3except FFF, that's white
13:05.58KriLL3and 000 is black
13:06.06charonactually, of RRGGBB you only have to make sure that RR = GG = BB
13:06.08Studdly1Ahhh
13:06.10Studdly1Well
13:06.18charonso e.g. 1f1f1f is also a shade of grey
13:06.23Studdly1i have ff9d9d9d
13:06.35KriLL3that's too long
13:06.38KriLL36 chars
13:06.42charonthat's fine... ff is the alpha channel
13:06.43KriLL3RRGGBB
13:06.43Pneumatusaarrggbb
13:06.44Zhinjiothe first 2 numbers are alpha
13:06.48KriLL3ah
13:06.56Repo10fu_calendarfu: 03Illiai * r4 libs/: fix typo in externals
13:07.02KriLL3<-- used to html & css, no alpha there
13:07.18Studdly1if (color == "ff9d9d9d") then
13:07.35Studdly1that is grey ?
13:07.42Pneumatusa shade of grey, yes
13:07.48Studdly1if (color == "ffffffff") then
13:07.49Studdly1White
13:08.16thulhttp://www.dagsavisen.no/utenriks/article375231.ece?index=4#pageBody <- i like this picture.
13:08.18Pneumatusassuming you wanted to test for any shade of grey, youd have to split color into alpha, red, green and blue
13:08.25Pneumatusand then check red == green == blue
13:08.38Repo10fu_calendarfu: 03Illiai 04RELEASE_1_0_0 * r5 : Tagging as RELEASE_1_0_0.
13:08.43Studdly1Well the problem is its not picking up my grey items in my bag
13:08.59Studdly1i wanna know the grey wow uses
13:09.01Pneumatustheres an item quality return from getiteminfo
13:09.11Pneumatusgrey is 0, or 1, i forget
13:09.48Studdly1Well this is little more in deth
13:09.50PneumatusitemName, itemLink, itemRarity, itemLevel, itemMinLevel, itemType, itemSubType, itemStackCount,
13:09.51PneumatusitemEquipLoc, itemTexture = GetItemInfo(itemID or "itemString" or "itemName" or "itemLink")
13:10.06PneumatusitemRarity
13:10.07PneumatusInteger - The quality of the item. The value is 0 to 6, which represents Poor to Artifact.
13:10.36Studdly1http://ace.pastey.net/99320
13:11.35Pneumatusif quality == 0 then -- grey item end
13:11.54dafirewhat is the official name for the account bound items ? it's not artifact i guess ? :9
13:12.13Pneumatusheirloom
13:12.24Pneumatusno idea why quality would be nil there, Studdly1
13:12.36Studdly1ill brb sry
13:12.41Studdly1thanks for ur help i will brb
13:13.45PneumatusStuddly1: brackets and semicolons belong in C, they arent needed in Lua :)
13:13.58Repo10fu_calendarfu: 03Illiai * r6 FuBar_CalendarFu.toc:
13:13.59Repoit might actually help to have embeds.xml mentioned in the toc :)
13:14.23Pneumatusand "if (quality ~= nil) then" is the same as "if quality then"
13:14.25Repo10fu_calendarfu: 03Illiai 04RELEASE_1_0_1 * r7 : Tagging as RELEASE_1_0_1.
13:14.51charon~seen illiai
13:14.53purlilliai <n=chatzill@ip3e830243.speed.planet.nl> was last seen on IRC in channel #wowace, 343d 2h 47m ago, saying: 'unfortunately, yes'.
13:15.16charoni believe that should say 'unfortunately, no'.
13:19.40Throngywhat was the question?
13:20.30*** join/#wowace ShaneSveller (i=40c71da2@gateway/web/ajax/mibbit.com/x-493b1bc7df629f8a)
13:20.39charonno idea... i'm a psychic, not a historian
13:21.16*** join/#wowace Sirow (n=Sirow001@p50884E99.dip.t-dialin.net)
13:22.29Studdly1sry about that
13:22.31Studdly1back
13:26.13Facktotumhttp://www.mmo-champion.com/index.php?topic=22732.0
13:26.50*** join/#wowace profalbert (n=profalbe@91-113-16-216.adsl.highway.telekom.at)
13:26.55*** join/#wowace frop (n=hola@unaffiliated/frop)
13:26.56Facktotumhow to start leveling topic turned into i swear more than you
13:26.57fropdello
13:26.57Repo10parrot: 03profalbert 07master * v1.6.3-beta2-2-g31b5985 / (2 files in 2 directories): [+1 commit] - fix Combopoints displaying (tested)
13:28.18*** join/#wowace spode (n=spode@90-229-150-87-no117.tbcn.telia.com)
13:28.42*** join/#wowace netcurse (n=hthieblo@c-67-169-39-244.hsd1.ca.comcast.net)
13:29.28ShaneSvellercan any mods change my e-mail for me? since http://www.wowace.com/home/edit-email/ doesn't appear to work?
13:29.39Pneumatustry changing it on curseforge
13:30.10Studdly1Pneumatus Sry about that i am back.
13:30.30Xinhuan...
13:30.31Xinhuan.....
13:30.32Studdly1This code has worked all the way up to 3.0 so i dunno what was changed in 3.0 to stop it
13:30.36Xinhuani can only get 24/25 tabards
13:30.42Xinhuani'm exalted everything
13:30.47Xinhuando i really have to resort to
13:30.50Xinhuanbuying a TCG one
13:30.57Pneumatusyou need at least 1 TCG tabard i think
13:31.04*** join/#wowace balstor (n=chatzill@209.205.152.176)
13:31.19Studdly1i was thinking the color of grey was stoping it
13:31.32PheredhelXinhuan: also have the quest ones?
13:31.39Xinhuanyes
13:31.47Pneumatuswhy would you strip the link and check the color when you already have a rarity flag, regardless
13:31.53ShaneSvellerPneumatus: I tried that, too. both pages just fail silently without moving to a new URL or clearing the form.
13:32.13rbarreiroshead hurts
13:32.16ShaneSvelleri.e. if i refresh it's back to the old one
13:32.27Pneumatusin that case, no idea :<
13:32.32rbarreirossometimes messing with ajax is worse than how pretty/usefull it gets
13:32.34Pheredhelguild tabard? *g*
13:32.58balstornevcairiel So I remember today why i dislike bartender
13:33.05Studdly1There are Achievement tabard
13:33.09Studdly1got all them ?
13:33.30ShaneSvellerbalstor: why's that?
13:33.33Pneumatusthere is no achievement tabard easier to get than the 25-achievement tabard
13:33.39Pneumatus*25-tabard achievement tabard
13:33.54balstorcause it randomly remaps my action bar to one of the other bars
13:34.11ShaneSvellerbalstor: when using stances and shapeshifts, i'd bet?
13:34.35balstorsometimes, sometimes it just did it when i got on a flight path
13:34.43PneumatusXinhuan: you could always switch from aldor/scryer to get the last one, if you're feeling sadistic :P
13:34.50Xinhuan=.=
13:35.21ZeksieXinhuan: When you start with Omen collapsed, you can still top part of bottom frame's border along with the titles
13:35.36balstorI was flyingaround visting candy pots and it did it 6 times before I just stopped relogging to fix it and just hopped there were no zombies at the next landing point
13:35.49Xinhuanya heh
13:36.26ShaneSvellerwhat can we access with this newfangled API key?
13:37.09balstortabards need a storage system like mounts and pets
13:37.13Pneumatusidd
13:38.23*** join/#wowace Daedals (n=Daedals@dsl-kpobrasgw1-ff73c100-9.dhcp.inet.fi)
13:39.51*** join/#wowace ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
13:42.42*** join/#wowace JensRex (i=Jens@pdpc/supporter/active/Jens)
13:42.58Repo10elkbuffbars: 03Elkano * r131 EBB_Bar.lua: fix for the spark not hiding on timeless bars
13:43.30*** join/#wowace ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
13:43.59Repo10parrot: 03profalbert 04v1.6.3-beta3 * 31b5985 /: [new tag] [unannotated] - fix Combopoints displaying (tested)
13:44.35charonprofalbert: [unannotated] won't be packaged
13:44.47profalbertya, just noticed, forgot the fucking -a
13:45.12Repo10libsharedmedia-3-0: 03Elkano * r53 LibSharedMedia-3.0/LibSharedMedia-3.0.lua: added a type check for mediatype and key to :Register
13:45.54*** join/#wowace Ominous (n=Ominous@144.173.243.44)
13:47.37falconindyAnyone know of a problem with a mod that might make me unable to sort a /who or guild list? Or make windows (character, professions, friends list, etc.) open on top of each other?
13:47.37Repo10parrot: 03profalbert 04v1.6.3-beta3 * bf6e4be /: [TAG FORCED +0] tagging as 1.6.3-beta3
13:47.39charonprofalbert: and that won't work either, because the packager's copy already got the old tag, and you cannot force tags upon others
13:47.51charoni'm afraid you'll have to retag a new beta or whatever
13:48.05profalberthmm ok
13:48.07profalbertthanks
13:48.49charonsorry, should've mentioned that from the start :-\
13:49.20Repo10parrot: 03profalbert 04v1.6.3-beta4 * d3766e0 /: [new tag] tagging as 1.6.3-beta4 (same as 1.6.3-beta3, just retagged)
13:49.47ShaneSvellerdoes anyone know of something to prevent textures being replaced with a pure white square? it seems to happen when i switch from windowed to full screen or vice versa, and goes away with a reloadui
13:50.08ShaneSvelleri.e. the arrows in Talented or the highlight from tekkub's VendorBait
13:50.31ShaneSvelleri'm not altering any other texture settings like texture resolution or filtering. just toggling windowed mode.
13:50.41Xinhuanknown issue.
13:50.49Xinhuanonly resolution is reloadui
13:50.55ShaneSvelleralright, thanks
13:54.27Studdly1Xinhuan: (link, "|c(%x+)|Hitem:(%d+:%d+:%d+:%d+:%d+:%d+:%d+:.%d+)|h%[(.-)%]|h|r")
13:54.35Studdly1that make any sence to u ?
13:54.46Xinhuanyes
13:54.59Studdly1only part that has me thinking wtf lolz
13:55.19Xinhuanite just parsing out the color code, the itemstring, and the itemname out
13:55.32Xinhuanhowever, the format is wrong
13:55.37Studdly1Ahh
13:55.41Xinhuanthere's a 9th number in the itemstring now
13:55.43Studdly1Code that be the problem then O.o
13:55.46Xinhuanthat thing only has 8
13:56.05Xinhuanalso that code doesn't account for negative numbers is part 7 and part 8 of the itemstring
13:56.06Xinhuanso it fails
13:56.11Xinhuanand doesn't match half the items in your bags
13:56.17Xinhuanin*
13:56.21Studdly1Ahh
13:56.39Studdly1Well could u be so kind as to share the right one ?
13:57.22Studdly1By the looks of this it needs to be completely recoded it seems to be very detailed and really not needing to be.
13:57.23Xinhuan"|c(%x+)|Hitem:(%d+:%d+:%d+:%d+:%d+:%d+:[-]?%d+:[-]?%d+:%d+)|h%[(.-)%]|h|r"
13:57.47Pneumatusassuming you only need to pull the color "|c(%x+)|Hitem.*"
13:57.47Xinhuannot really, parsing an itemlink is pretty standard code
13:57.49Xinhuanused in all addons
13:57.58balstorso anyone heard of anyone taking ov necb?
13:58.05Xinhuanif you only need the color code, you only need to match "|c(%x+)|Hitem:"
13:58.31Pneumatuswhy you arent using the rarity number returned from getiteminfo is still beyond me though
13:58.39Xinhuanexactly
13:59.05Xinhuansince you're scanning your bags only, GetItemInfo() is gauranteed to work
13:59.16Studdly1like i said it needs to be recoded.
13:59.36Studdly1But right now i just want to get a fix out there since its been broke from patch day.
13:59.43Xinhuanthe 9th number part introduced in wrath, is just the level of the linker btw
13:59.51Pneumatusshow me your pastey again
13:59.52Xinhuanthat number is between 1 and 70 obviously, for now
13:59.54Pneumatusit can be fixed so easily.
14:00.10Xinhuanand that number is only relevant for Bind on Account items that scale with level
14:00.51*** join/#wowace TNSe (n=evil@cm-84.212.153.14.getinternet.no)
14:02.10Studdly1[string "AceProfit_AutosellButton:OnShow"] line 1:
14:02.12Studdly1<PROTECTED>
14:02.13*** join/#wowace Seerah (n=Ryan_L@adsl-177-39-61.mem.bellsouth.net)
14:02.18Studdly1all i did was change the one line
14:02.20Studdly1lolz
14:02.25Pneumatushttp://ace.pastey.net/99337
14:02.29Studdly1that happens EVERY time i change just 1 hing
14:02.47profalbertwell you know those "one-line-code changes" that can't POSSIBLY break ;)
14:04.31Studdly1Message: [string "AceProfit_AutosellButton:OnShow"] line 1:
14:04.34Studdly1<PROTECTED>
14:04.39Studdly1same error with ur new code
14:04.49Pneumatuswhat else did you change then?
14:04.55Studdly1Nothing
14:05.00Studdly1this happens every time
14:05.07Studdly1same error everytime
14:05.07Pneumatusthen your acedb is cocked up
14:05.34Studdly1i was working on this like 6 hours yesterday and started this morning
14:05.44Studdly1every little thing pops this same error
14:06.30Studdly1http://ace.pastey.net/99338
14:06.35Studdly1thats the error
14:07.21Pneumatusyou must have fiddled with acedb at some point, or are calling a function before its initialised
14:07.53*** join/#wowace Vilkku (n=Vilkku@86-60-157-18-dyn-dsl.ssp.fi)
14:08.24*** join/#wowace SunTiger (n=MoonWolf@i209133.upc-i.chello.nl)
14:08.24*** mode/#wowace [+o SunTiger] by ChanServ
14:08.57*** join/#wowace zarious (n=fridgid@cpe-71-64-9-146.ma.res.rr.com)
14:09.09Studdly1i did not touch the DB
14:09.22Studdly1and have only tryed to fix the sell code.
14:12.02ShaneSvelleris there a page on wowwiki/elsewhere that would let me look through blizz's icons? or do i need to run that UI customization tool
14:12.18*** join/#wowace Kolie (n=kraft@adsl-070-154-141-174.sip.bna.bellsouth.net)
14:12.18*** mode/#wowace [+v Kolie] by ChanServ
14:13.00*** join/#wowace balstor (n=chatzill@209.205.152.176)
14:13.08balstor<3 fark.com
14:13.21balstorToday's Balls of Steel Award goes to the Melbourne cop who avoided being shot by grabbing the cylinder of the revolver pointed at his head and jamming his finger in front of the hammer
14:13.40ShaneSvellerjesus
14:14.30ulicShaneSveller: a search for "icons" on wowwiki let me to http://www.wowwiki.com/WoWWiki:WoW_Icons
14:14.43ShaneSvellerulic: yeah, i'm browsing through it
14:15.00ulicdunno how up to date it's kept
14:15.02ShaneSvellerulic: should be able to use the Interface\\Icons\\<filename>.png path, right?
14:16.48ulichmm, dunno about that.  I'm not positive they are all stored in there, but perhaps, been a long time since I did any icon digging.
14:17.10ulicalso I'm 99% sure that list is not up to date as some potions got new icons that I don't see on that page.
14:17.36ShaneSvelleri'll fiddle with it and see what i can manage
14:18.13*** join/#wowace selckin (n=selckin@unaffiliated/axxo)
14:18.56Studdly1wootness!
14:18.59Studdly1I fixed it
14:20.42Zyndromefun stuff, if you turn into a zombie as hunter, your pet becomes hostile too :D
14:20.58Zyndromeas in: you can use it to kill others
14:21.00Studdly1ok now how do i upload this and tag it as 3.0b
14:21.22balstorand zombies can kill people in starter zones.....
14:22.36balstorI wonder if i log a toon out with the disease and bring them back in a few months could i start an zombie invasion????
14:23.20*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust544.bagu.cable.ntl.com)
14:23.20Repo10dhud2: 03Arcanefoam * r62 core.lua: DHUD2:
14:23.21Repo-Fixed the /dhud2 command functionality.
14:25.12ulicbalstor: my guess is that it's one of those debuffs that doesn't stop it's timer through logout.
14:25.40Repo10ace-profit: 03Studdly1 04AceProfit-3.0B * r44 / (25 files in 8 directories): Tagging as 3.0B
14:26.21Pneumatusyeh, timer continues on logout
14:26.46balstorboo hiss unhappy zombie maker
14:26.59pentium166does it work on pets?
14:27.08Pneumatusmaybe you could log out as a zombie though
14:27.40ulicso once you are a zombie you stay a zombie until you die?
14:27.46Pneumatusuhuh
14:27.51Xinhuanbalstor: you can log out AS a zombie
14:27.58Xinhuanthere's no timer countdown on that one ;p
14:28.06*** join/#wowace Adys (n=Adys@unaffiliated/adys)
14:28.12Xinhuanalthought i'm not very sure if it would work
14:28.14*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:28.14*** mode/#wowace [+o ckknight] by ChanServ
14:28.36balstorI will have to find out tonight got a toon someplace I can use
14:29.07sylvanaaroh man my freaking house just sold after 1 full year...party time!
14:29.16balstorgrats
14:29.19Studdly1Thanks for all the help Xinhuan & Pneumatus
14:29.25Xinhuan:)
14:29.37Studdly1its all updated and working :)
14:30.11balstorwhich market was the house in?
14:30.15Pneumatuswru 15lb mud snapper :<
14:30.44*** join/#wowace Camci (n=enescamc@ua-83-227-134-226.cust.bredbandsbolaget.se)
14:30.52Camcimorning
14:32.52Studdly1what lua editor u all use ?
14:33.20Studdly1i use UltraEdit
14:33.23balstoremacs or eclipse
14:33.35Pneumatusnotepad++
14:33.43profalbertkate
14:35.07*** join/#wowace Cyrez (i=Cyrez@c-67-161-63-60.hsd1.ca.comcast.net)
14:35.35*** join/#wowace p3lim (n=p3lim@212251216176.customer.cdi.no)
14:36.33*** join/#wowace Tamaroth (n=cauchy@cauchy.reign-eu.com)
14:36.35Tamarothhello
14:37.05Repo10under-hood: 03Anadale * r18 Modules/ (8 files in 6 directories): UnderHood:
14:37.06Repo- Changed colors used by Threat provider to ones used by default interface
14:37.07Repo- Updated settings for new profiles
14:38.24ShaneSvellerare there any common culprits for "<eof> expected near end" errors?
14:38.43Pneumatuspoor nesting
14:38.54Belazornotepad++ sucks bawls :p
14:39.26selckinlol ported as allience zombie to ogrimmar from shat and it disconnected me
14:39.39BelazorIt, unlke Windows' built-in Notepad, cannot "convert" a file to UTF-8 correctly.
14:39.59selckinand i can't loing anymore
14:40.21Belazorgm ticket from an alt :p
14:40.23ShaneSvelleri like my np++ tyvm
14:40.54BelazorI want a text editor that works and don't ruin my files
14:41.15BelazorAnd since there's no good free ones, I use Dreamweaver CS3 that I get free from school :p
14:41.46selckinvim.
14:41.59Pneumatuscat
14:42.09pentium166a magnet
14:42.11BelazorI said text editors, not liquid feces
14:42.11BelazorXD
14:42.19*** join/#wowace Odlaw (n=ozzy@c-98-245-75-224.hsd1.co.comcast.net)
14:42.26Pneumatustheres an xkcd comic about this...
14:42.32balstoremacs is the ultimate text editor
14:42.40Pneumatusemacs wins, anyway
14:43.02BelazorI don't have 40 fingers, emacs sucks
14:43.15Pneumatushttp://xkcd.com/378/
14:43.23Repo10under-hood: 03Anadale 041.3.7 * r19 : Tagging as 1.3.7.
14:43.26PneumatusC-x M-c M-butterfly tbh
14:44.37balstorget a finger multiplixer, 4 of thosr and you will have equivalent of 40 fingers
14:44.58*** join/#wowace mitchnull (n=mitchnul@catv3EC945BD.pool.t-online.hu)
14:48.14*** join/#wowace Adys (n=Adys@unaffiliated/adys)
14:52.10Tamarothanyone wrote some bigwigs plugin ?
14:53.24balstoras and old person this i can relate to http://icanhascheezburger.files.wordpress.com/2008/10/funny-pictures-toby-cat-is-at-the-vet.jpg
14:54.12*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:54.12*** mode/#wowace [+o ckknight] by ChanServ
14:56.32Repo10librangecheck-2-0: 03mitch0 * r37 LibRangeCheck-2.0/LibRangeCheck-2.0.lua: Added Flame Shock and Frost Shock to shamans
14:58.19Repo10range-display: 03mitch0 * r182 Options.lua: new icon :)
15:00.47*** join/#wowace Mech0z (i=AdiIRC@d40ae5aa.rev.stofanet.dk)
15:01.40Facktotump3lim: ping
15:02.01p3limFacktotum: you rang?
15:02.26Facktotumno i phoned
15:02.51Facktotumhow do i go with changing colours on the frames with %s?
15:04.14ulicTamaroth: I'm at work and not really paying attention, but what's your question about BigWigs?
15:04.55p3limFacktotum: what do you mean?
15:05.08p3limactually, what are you even talking about?
15:05.12Facktotumbar:SetStatusBarColor(0.25, 0.25, 0.35)
15:05.26Facktotumwhat kind of rgb code is that in your layout?
15:06.21ulicthe kind blizzard uses, 0-1
15:06.46ulicfractions of 255
15:07.05p3limFacktotum: what addon are you talking about?
15:07.12p3limcause letting me know which one would help :p
15:07.29FacktotumoUF
15:07.44p3limoUF is not my addon
15:07.54FacktotumoUF p3lim is :)
15:07.58p3limhowever, i have two layouts and three plugins made for it
15:08.03Repo10stat-block_factions: 03zebulac * r11 / (3 files in 1 directory): StatBlock_Factions:
15:08.04Repo- Switch to LibTooltip-1.0.lua
15:08.05Repo- Faction changes per session are now displayed in the tooltip
15:08.25p3limok, now that I know what addon youre talking about, whats your issue?
15:08.51Facktotumi want to change the frame colours from grey to something of my own
15:08.53Repo10stat-block_factions: 03zebulac 04v2.1 * r12 : Tagging as v2.1.
15:09.01p3limok
15:09.10p3limguess you found which line to change
15:09.30ulictake your rgb divide by 255, slap in the decimal.
15:09.40durcynhrm, speaking of oUF, has anyone else noticed that targettarget name fails to update in 3.0?  i ended up having to add a UnitName call in an update function
15:09.51ShaneSvellerdurcyn: known bug if you use tags
15:09.52p3limyou can also use 255 values
15:10.00durcynblargh.
15:10.02p3limlike 100/255
15:10.14p3limor 1/2, which equals to 0.4
15:10.14Facktotump3lim: i tried that in returned an error
15:10.16p3lim0.5*
15:10.19ulicoh, so it just does the math for you.
15:10.22p3limyes
15:10.32p3limwhat was the line you tried to use?
15:10.35p3limthe color code
15:10.38ulicyea that would work too, I thought you mean you could just do (100, 100, 100)
15:10.46p3limno you cant do that :p
15:10.57ulicdidn't think so, but I've been wrong plenty :)
15:11.01Facktotum30, 144, 255
15:11.17ulicso just /255 them
15:11.21p3lim:SetStatusBarColor(30/255, 144/255, 1)
15:11.22p3limthere you go
15:11.34p3lim255/255 equals 1
15:11.56Facktotumin fact i tried using r= g= b= a=1
15:11.59Facktotumbut didnt work
15:12.04*** join/#wowace Lopen|Wooork (n=lopen@207.74.131.2)
15:12.13p3limthat doesnt work
15:12.22p3limhttp://www.wowwiki.com/API_StatusBar_SetStatusBarColor
15:12.30p3limit supports 0-1 rgb values
15:12.37p3limbut you can use math in them
15:12.41p3limlike 144/255
15:12.55p3limwhich equals 0.565
15:13.23Facktotumso r=30 g=144 b=255 a=1 doesnt work?
15:13.30*** join/#wowace fewyn (n=fewyn@46.210.33.65.cfl.res.rr.com)
15:13.31p3limread what i just wrote
15:13.36p3lim<p3lim> :SetStatusBarColor(30/255, 144/255, 1)
15:13.37ShaneSvellerSetStatusBarColor(r,g,b,a) might
15:13.48ShaneSvellerexcept once again you'd need the /255 in there
15:13.54p3lim:SetStatusBarColor() has 4 arguments, r, g, b, a
15:14.47Facktotumok that sounds less complicated
15:14.57Studdly1Ackis Or Zhinjio
15:15.46Studdly1or anyone that knows how i can get a nice setup like http://www.wowace.com/projects/arl/
15:16.12ShaneSvellerStuddly1: what about it? do you have a wowace project for your mod?
15:16.26Studdly1No i have the page
15:16.57Studdly1However i want to code for the Table of Contents and bold titles
15:17.10*** join/#wowace Sleestack (n=jdowney@mailhost.uts.columbia.edu)
15:17.40ShaneSvellerlook at the wiki syntax
15:17.49ulicit's most likely wiki mark up with headings and the headings become table of contents auto-magically
15:19.00Studdly1thanks
15:19.06Studdly1http://www.wowace.com/projects/ace-profit/
15:19.10Camciso bored im doing the exploring acvhiment :p is there any where i can see a map ro something where i can see explore spots :p
15:19.11Studdly1my dull page lolz
15:19.19*** part/#wowace profalbert (n=profalbe@91-113-16-216.adsl.highway.telekom.at)
15:19.35ShaneSvellerCamci: get cargExplorer off of WowInt
15:19.36Studdly1http://wow.curse.com/downloads/wow-addons/details/mozz-full-world-map-fans-update.aspx
15:19.43Studdly1nice little addon i use
15:19.50Camcihmmm
15:19.52*** join/#wowace dubf (n=dubf@77.17.162.243.tmi.telenormobil.no)
15:20.07Studdly1it kinda tints the places
15:20.18Studdly1so u can still see everything and still know ere u need to go
15:20.23Camciaah?
15:20.27Camciit shows some icon on map?
15:20.42Studdly1look at the images
15:20.49Studdly1it shows u how it looks
15:21.29ShaneSvellerCamci: http://www.wowinterface.com/downloads/info9079-cargExplorer.html this lists all zones and what percentage of them you have explorer
15:21.33ShaneSvellerexplored*
15:21.52pb_ee1hum... if i specify a default relationship on ace3, should I still specify callbackhandler and libstub even if I use the ones from the ace3 repository?
15:22.03CamciI can see, I removed the fog thnigie from the map addon. but in some places where there is fog i been running around for like 10 min tring to explore it
15:22.16Camcii just had to be on a "specific place" to exlpore it
15:22.57ulicI usually just head for the middle of a fogged area.
15:23.00pb_ee1for a project i mean
15:23.06*** join/#wowace AckisWork (i=8ee5546d@WoWUIDev/WoWAce/ARL/Troll/Ackis)
15:23.37Camciill try the one Studdly1 said, looks abit easier to see then the normal fog thing
15:24.13Repo10coconuts: 03LordFarlander * r103 / (2 files in 2 directories): Coconuts:
15:24.14Repo- Fix for completely variable mounts not showing up as ground
15:24.14Repo- Localizations for button scaling
15:26.00balstorQueston : anyone else seen that when a spell gets reduced to a zero cast time through a buff that the spell is still cast with it's normal cast time and it's the server that reduces the cast time????
15:28.23thulfor those reading scandinavian: http://www.aftenposten.no/meninger/signert/article2728293.ece - very interesting article on dependence
15:30.53Gnarfozpb_ee1: is this for a library or for an addon?
15:31.08Fisker-touches AckisWork on the boobs
15:31.25*** join/#wowace Adys (n=Adys@unaffiliated/adys)
15:31.35AckisWorksplooges on Fisker-
15:31.35pb_ee1Gnarfoz: for an addon
15:32.22Gnarfozwell, if your addon (not the libs it uses) needs either cbh/ls, you should probably pull them in, yourself
15:32.37Gnarfozat least that's what I thought was supposed to be done.... it's confusing :p
15:33.04Gnarfozfor a definitive answer, you should probably pester one of the ace3 devs, of which I think none is around right now
15:34.11pb_ee1hehe
15:34.13pb_ee1actually
15:34.31*** join/#wowace Daemona (n=koaschte@i59F608FB.versanet.de)
15:34.38balstorpb_ee1 : You should just pull in all the libraries , with dependencies and .pkgmeta
15:34.51Repo10glyphrecolor: 03kilrogg * r2 / (12 files in 4 directories): + initial check-in
15:34.56*** join/#wowace Adys (n=Adys@unaffiliated/adys)
15:34.58pb_ee1the *real* problem is that the libstub.lua file is not included in the libs ni the auto packages
15:35.08balstorand the packager will include them correctly
15:35.25Studdly1i am 1 item away from Hallow's End title!
15:36.05balstorspecify libstub the full path in .pkgmeta and it will be there use the one in ACE3
15:36.19pb_ee1thanks balstor
15:36.48Repo10coconuts: 03LordFarlander * r104 Coconuts.lua: Coconuts:
15:36.49Repo- Opps @project-revision@ got replaced at some point
15:36.51pb_ee1but why the fuck didn't it include libstub even if i specified it in the externals? oO
15:37.03balstoralso around here ACE3 dosen't claim libstub , a realllllly touchy situation, libstub should be a library but no one made it and it resides in ACE but the ACE author will rant if you call it part of ACE
15:37.23balstorexternals are not used by the packager anymore .pkgmeta is used
15:37.23pb_ee1yeah i don't mind where it is
15:37.33pb_ee1ha xD
15:37.54balstorbut externals are used for those of us that run our svn tree as an addon for development
15:38.01pb_ee1so you mean there is a different behaviour between the packager and SVN?
15:38.07balstoryes
15:38.13pb_ee1...
15:38.14ulicpb_ee1: just grab source for some other addon that uses and see where they link it in the .pkgmeta file
15:38.37balstorkeep externals and .pkgmeta update, same lines (need and extra colon) so not to hard to do
15:38.44pb_ee1yes.
15:39.02pb_ee1it's just... completely awesome that you need to update both manually T_T
15:39.02ShaneSvellerMuahahaha... I've replaced a 1.1MB Ace2/fubarplugin mod as a 13KB LDB dataobj
15:39.09ShaneSvellerrewritten*
15:39.42ShaneSvelleroh whoops, more like 300KB ace2 mod, not 1.1mb
15:39.46ulicpersonally I don't develop any mods with embeded libraries, I develop with disembed, but make sure I test with embeded before I would release anything.  But that's just me.
15:39.48balstoryhea but you upade them maybe 5 times in the life of an addon so it's not a big issue
15:40.14balstorI do externals devlop when ready to release cut past add some colons remove some slashes call it good
15:40.31Repo10elkbuffbars: 03Elkano * r132 / (2 files in 1 directory): - fixed a bug wrt canceling debuffs
15:40.32Repo- pushed version to 2.2.2
15:40.36*** join/#wowace Hjalte (n=chatzill@62.242.38.50)
15:41.29pb_ee1balstor: and what is the use of the default relationships interface on the wowace website?
15:41.53balstorI have no idea right off hand I will look
15:41.59ulicpb_ee1: I could be wrong, but I think that's just to identify to your users dependencies.
15:42.20pb_ee1hum woki
15:42.21uliclike LittleWigs depends on BigWigs, but I can't embed BigWigs.
15:42.47pb_ee1aha
15:42.55ulicI think there might have been a kb article that talked about it.
15:43.47*** join/#wowace vithos (n=vithos@unaffiliated/vithos)
15:43.47balstorthat sounds about right,  I would just ignore it until it becomes an issue
15:43.56*** part/#wowace dafire (n=bastianh@212.144.226.139)
15:44.04ulichttp://www.wowace.com/knowledge-base/pkgmeta-file/#w_specifying-dependencies
15:44.20*** join/#wowace harl (n=harl@dslb-088-077-150-209.pools.arcor-ip.net)
15:45.03balstorbut that is in .pkgmeta I think he is refering to a web interface for setting them
15:45.18pb_ee1i don't know if it actually does set them
15:45.59balstorwel i know the curse interface use to have a way to set them for people to see, since it didn't maintain control source
15:46.20balstorI still vote on ignore it and get the addon to run
15:46.49pb_ee1yeah
15:46.53ulicbalstor: yea the phrasing on the web is very similar to that of the .pkgmeta, I think they might work the same.
15:47.22pb_ee1hum
15:47.30Repo10fubar_locationfu: 03Swix * r127 / (2 files in 1 directory): Start translation for ruRU
15:47.32balstorwait is nevcairiel awake again???
15:47.42nevcairielno
15:47.52ulicwell also remember that people can upload addons to curse without a repository, so this might be a way to do deps for those folks.
15:48.12balstornevcairiel: so bartender4 + warriors == bad times
15:48.25nevcairielbalstor: i play a warrior myself, so its all your fault
15:48.49balstorwant the screen shot of it mapping random bars over my action bar?
15:49.03ShaneSvellerwhat format string does GetMouseButtonClicked return? is it "Left", "LeftButton", etc?
15:49.13nevcairielit still works fine for me, so you have to be doing something wrong =P
15:49.31AckisWorknevcairiel: did you fix hotcandy? :P
15:49.33balstorall i did was get on a flight path
15:49.44nevcairielAckisWork: also works fine for me
15:49.50pb_ee1balstor: maybe. i think i'll just kick everything off the "default-relationships-that-does-not-seem-to-do-anything" and manually update the .pkgmeta
15:49.58AckisWorknevcairiel: shennigans
15:50.04balstorand bartender maps one of the other button groups over my action bar and then never unmaps it, I have to relog to fix it
15:50.24Repo10mini-pet: 03LordFarlander * r127 / (3 files in 2 directories): MiniPet:
15:50.26Repo- Fix for OnClick functionality with LDB
15:50.27Repo- Added scale button localizations
15:50.27Repo- Updated French localization
15:50.35balstorpb_ee1: thats my vote
15:50.38*** join/#wowace cladhaire (n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
15:50.38*** mode/#wowace [+v cladhaire] by ChanServ
15:50.40Repo10coconuts: 03LordFarlander * r105 Coconuts.lua: Coconuts:
15:50.41Repo- Fix for OnClick functionality with LDB
15:50.50pb_ee1the system is great when you managed to understand what you should avoid in order not to break the entire thing...
15:51.25balstorpb_ee1: yhea some new changes haven't been totally unfied yet
15:51.34pb_ee1seems;
15:51.38pb_ee1-;+.
15:52.01balstornevcairiel: so you need me to submit a ticket or something on bartender4?
15:52.08AckisWorkhey guyz
15:52.18AckisWorkdefault relationships - should auto populate from .pkgmeta
15:52.32nevcairielbalstor: i need to be able to reproduce it, and guess what, i've been using flight paths on my warrior too :D
15:52.58AckisWorkit's broken right now, tbh i'd blame ckknight
15:53.13balstorall i did was fly around gettng candy last night, ocasionally would have a talent window or something up, happened about 6 times
15:53.59Studdly1Ackis
15:54.05nevcairielI would argue you accidentally pressed the shift-[2-6] modifiers to change the bar
15:54.09Studdly1How do you code your detail page ?
15:54.10Repo10glyphrecolor: 03kilrogg * r3 GlyphRecolor.lua: % fixed removal of borders and icons
15:54.22balstorand it just mapped (bar 4) i think to the action bar then stance changes do nothing so it's like it's lossing which bar is ther (wasn't always bar4)
15:54.29Repo10lzprofiler: 03pb_ee1 * r85 .pkgmeta: LZProfiler: Fixing automatic things manually. T_T
15:54.54nevcairielbalstor: next time it happens, press shift-1 :P
15:55.07AckisWorkStuddly1: what page?
15:55.17Studdly1AckisWork I want to copy http://www.wowace.com/projects/arl/ that page style :D
15:55.21balstorkay
15:55.30Repo10lzprofiler: 03pb_ee1 043.0.4.1-beta * r86 : Tagging as 3.0.4.1-beta.
15:55.32ShaneSvellercan i do thisBool = not thisBool to toggle a boolean between true/false?
15:55.41AckisWorkStuddly1: it's just in wiki format
15:55.47Studdly1btw how do i get it to highlight someones name ?
15:55.54Studdly1in here
15:56.07ShaneSvellerdepends a lot on your IRC client
15:56.15Studdly1ChatZilla
15:56.47Studdly1Well can you link me Ackis on how to code the wiki page ?
15:57.09ckknightAckisWork: found the issue
15:57.19ckknightAckisWork: it actually was setting them properly, just not displaying
15:57.19Repo10lzprofiler: 03pb_ee1 * r87 .pkgmeta: LZProfiler: GRMBLBLLBLBLB
15:57.40Repo10fubar_locationfu: 03neokimurin * r128 LocationFuLocale-ruRU.lua: update ruRU
15:58.09uliclua> a=true; a=not a; print(a);
15:58.09lua_botulic: false
15:58.10ulicguess that means yes.
15:58.11Repo10lzprofiler: 03pb_ee1 043.0.4.2-beta * r88 : Tagging as 3.0.4.2-beta.
15:58.16ShaneSvellerulic: heh thanks
15:58.29ShaneSvellerlua> a=false; a= not a; print(a);
15:58.30lua_botShaneSveller: true
15:58.33ShaneSvellerokie dokie
15:58.41Studdly1lolz
15:58.59*** join/#wowace Tristanian (n=Tristani@adsl29-145.kln.forthnet.gr)
16:00.03LexSfXi wish Cartographer 3 zoomed instantly instead of animating when you want to navigate around or open your map when you're in a new zone.
16:00.15Repo10arl: 03Ackis * r950 .pkgmeta: Add optional deps to .pkgmeta
16:01.02*** join/#wowace Belazor (n=Vulcanus@212251188228.customer.cdi.no) [NETSPLIT VICTIM]
16:01.02*** join/#wowace Sliker_Hawk (i=SlikerHa@5ac5f11c.bb.sky.com) [NETSPLIT VICTIM]
16:01.02*** join/#wowace FroMaster (n=DM@rrcs-24-199-20-58.west.biz.rr.com) [NETSPLIT VICTIM]
16:01.02*** join/#wowace DJSynthe (n=DJSynthe@68-190-124-210.dhcp.mdsn.wi.charter.com) [NETSPLIT VICTIM]
16:01.02*** join/#wowace theoddone33 (n=jimbob@pool-71-109-99-227.lsanca.dsl-w.verizon.net) [NETSPLIT VICTIM]
16:01.02*** join/#wowace Bruners (i=lasseb@colargol.tihlde.org) [NETSPLIT VICTIM]
16:01.02*** join/#wowace Jagobah (n=jago7777@adsl-157-99-160.owb.bellsouth.net) [NETSPLIT VICTIM]
16:01.02*** join/#wowace Pheredhel (n=pheredhe@62.75.185.136)
16:01.02*** join/#wowace Nechckn (n=N@WoWUIDev/Norganna/PRManager/Nechckn)
16:01.03*** join/#wowace dodga (n=ap@ath0.org)
16:01.03*** join/#wowace genetik- (i=genetik@nayuki.caffeine.nu) [NETSPLIT VICTIM]
16:01.03*** join/#wowace durcyn (n=durcyn@70.114.145.93)
16:01.03*** join/#wowace qwesto (i=qwesto@stalin.acc.umu.se)
16:01.03*** mode/#wowace [+v Nechckn] by irc.freenode.net
16:01.51AckisWork@project libaboutpanel
16:02.15RepoAckisWork: http://wow.curseforge.com/projects/libaboutpanel/. LibAboutPanel. Game: WoW. Leader: Ackis. Author: Tekkub. Updated: 2 days ago
16:02.31ulicon curseforge not wowace?
16:02.36ShaneSvellerwhen did Tekkub upload that to curseforge?
16:02.59*** join/#wowace fewyn (i=fewyn@rrcs-71-41-232-184.se.biz.rr.com)
16:03.22AckisWorkShaneSveller: Tekkub gave me the base code, I bastardized it and extended it and added it to CF a while ago since I use it in all my mods
16:03.32ShaneSvellerah
16:04.13Studdly1whats url code for Wiki ?
16:04.34AckisWork[[http://www.penisland.com | Penis Land]]
16:04.43Studdly1lmao
16:05.25Repo10elephant: 03pb_ee1 * r84 .pkgmeta: Elephant: Updating .pkgmeta :|
16:06.02*** join/#wowace Adys (n=Adys@unaffiliated/adys)
16:06.06Studdly1is it ok with u ackis if i like copy your main page?
16:06.10Studdly1just put in my info
16:06.59AckisWorkStuddly1: feel free
16:07.09Studdly1thanks
16:07.16AckisWorknp
16:08.39Studdly1Sorry, there was a problem with your last request!
16:08.41Studdly1Either the site is offline or an unhandled error occurred. We apologize and have logged the error. Please try your request again or if you know who your site administrator is let them know too.
16:08.42Studdly1O.o
16:09.07AckisWorklink?
16:09.16Studdly1http://wow.curse.com/error.htm?aspxerrorpath=/themes/Common/Pages/projects/post.aspx
16:09.59AckisWorkproject link :P
16:10.05Studdly1From http://www.wowace.com/projects/ace-profit/ i clicked Curse project
16:10.09Studdly1then that poped up
16:10.34Studdly1i normally have zero problems clicking curse project
16:10.59AckisWorklooking into it now
16:11.05LexSfXwith the latest DrDamage wrath clone from the SVN: [2008/10/23 12:08:34-855-x1]: DrDamage-1.5.0\Caster.lua:10: Cannot find a library instance of "LibGratuity-3.0".
16:11.09Studdly1Ok cool . thanks
16:11.23LexSfXi don't have this library and it isn't in the libs directory from the SVN.  :x
16:11.27*** join/#wowace kilrogg (n=kilrogg@muedsl-82-207-250-007.citykom.de)
16:12.29Repo10arl: 03Ackis * r951 .pkgmeta:
16:12.29RepoFix .pkgmeta optional deps, libstub and libcallbackhandler still not working.
16:13.24kilrogghi@all.
16:13.32*** join/#wowace Ericpeeg (i=ericpeeg@69.5.224.179)
16:13.36*** join/#wowace Jagannath (i=Jagannat@75.37.162.139)
16:14.46AckisWorkStuddly1: kaelten is looking into it
16:14.52Studdly1Thanks
16:15.01*** join/#wowace Hell-Razor (n=Unknown@unaffiliated/hell-razor)
16:16.47Repo10simple-soulstone: 03vaeyl * r50 / (2 files in 1 directory): fixed... a lot. =)
16:16.48RepoStill problem with units out of range.
16:16.53Studdly1Btw just a little more info
16:16.56Studdly1its just mine
16:17.16Studdly1i clicked a few other addons and they all go to the projects
16:17.21Studdly1mine is only one that dose not
16:17.34ShaneSvellerwould anyone else like a click-toggle-able LDB to block petitions, ginvites, etc.?
16:17.49ShaneSvelleri just need to test it but the code seems super-straightforward, so it's basically all there.
16:18.34ShaneSvellertest the actual blocking of said nuisances, code runs fine
16:20.09*** join/#wowace Adys (n=Adys@unaffiliated/adys)
16:22.04Studdly1Ackis
16:22.50AckisWorksup
16:23.41Repo10arl: 03Ackis * r952 ARLFrame.lua: Ackis Recipe List:
16:23.42Repo- Add shield to GUI
16:23.43Repo- Dry-coded (Compiles with luac -p)
16:24.20*** join/#wowace Vegeta]BT[ (n=Vegeta-G@xdslef124.osnanet.de)
16:25.24Repo10broker-anti-social: 03ssveller 07master * 7a1836e / (5 files in 1 directory): [new]
16:26.26Studdly1Gtg
16:26.30Studdly1Be back later all.
16:29.08ShaneSvellerso what was that business earlier with tags that aren't annotated not being packaged?
16:29.15Repo10elkbuffbars: 03Elkano * r133 ElkBuffBars.lua: forcing a repack
16:29.34PrimerIs there any way to make comments in wowace be last to first?
16:29.47ShaneSvellerPrimer: creative greasemonkey script?
16:30.04Repo10broker-anti-social: 03ssveller 043.0.2-1b * 7a1836e /: [new tag] [unannotated] Icon fixed
16:30.13PrimerI mean, when others visit, make it default to last to fisrt
16:30.16Primeras it used to be
16:30.18ShaneSvelleroh
16:30.33Repo10broker-anti-social: 03ssveller 043.0.2-1b *  /: [TAG DELETED]
16:31.35Repo10broker-anti-social: 03ssveller 043.0.2-1beta * b68472c /: [new tag] Tagging as 3.0.2-1 beta
16:33.37*** join/#wowace netcurse (n=hthieblo@adsl-99-173-10-198.dsl.pltn13.sbcglobal.net)
16:34.15*** join/#wowace Repo (n=supybot@69.57.184.216)
16:34.34ShaneSvelleranyone know the mac hotkey for screenshots (besides f13, i have a macbook)
16:35.30AckisWorkprint screen?
16:35.44LoonacyCommand+Shift+3
16:36.11NivFreakthe decaying health on zombies is freaking lame
16:36.14*** join/#wowace Adys (n=Adys@unaffiliated/adys)
16:36.46LexSfXwhat's lame is hymn of hope!
16:36.52Primerwhy is that lame?
16:37.00LexSfXchannelled.
16:37.02Primerso?
16:37.09LexSfX8 seconds.  8% mana.
16:37.15Primeryes, I know how it works
16:37.18LexSfXi'd rather just stop casting for 8 seconds to get 8% mana.
16:37.28ulicNivFreak: how fast do you die if you don't get any heals?
16:37.30kilroggis there already a ldb addon showing the new currencies ?
16:37.56fewyn~lart Belazor
16:37.56purldoes a little 'renice 20 -u Belazor'
16:38.15ShaneSvellerkilrogg: like marks and honor?
16:38.19NivFreakulic: umm, there are ways to never die yourself, but it's the NPCs you turn that I'm bitching about
16:38.33ulickilrogg: I'd like to see it added to an existing currency LDB rather than have a second one to run.  ie, a gold display one like broker_money or something.
16:38.42ulicNivFreak: oic
16:39.03kilroggShaneSveller: yes
16:39.55ShaneSvellerulic: that does make sense. the question is, do people like the ones that track all your toons or just the current?
16:40.04kilroggwell if there's no sich addon I'll write one .. if you want it added to another addon that's the job of it's author ;)
16:42.24LexSfXis anyone else getting the problem with X-Perl showing 2 Weakened Soul debuff icons upon every Power Word: Shield?
16:43.07Zeksiebet you have the curable only option enabled.. that old filtering of wow don't work any more, so it's makes X-Perl go a bit odd too
16:43.19Zeksiejust turn that thing off, till i can figure out what i'm gonna do with the whole mess
16:43.24LexSfXok.
16:43.59LexSfXbtw, great addon.  :)  it's definitely my favourite unit frames addon by far.
16:44.44erikhi haven't logged in a few days
16:44.52erikhwhat's the zombies thing everyone's mentioning here?
16:45.06erikhi assume it's related to lich king, but is it some kind of world event?
16:45.06*** join/#wowace Lonny (n=Lonny@82.80.140.2)
16:45.15erikhoh, jesus, halloween.
16:45.17LexSfXit's related to Hallow's End.
16:46.46*** join/#wowace Yssaril (n=Yssaril@adsl-99-139-120-222.dsl.emhril.sbcglobal.net)
16:47.18PrimerIt's fun
16:47.27Repo10glyphrecolor: 03kilrogg 04Release 1.0 * r4 : Tagging as Release 1.0.
16:47.31PrimerMy guild "raided" SW last night
16:47.41Primer"raided", since we are alliance
16:47.45LexSfXSunwell or Stormwind?
16:47.47FinalXit's indeed related to lich king, and it's indeed a world event
16:47.56Primererr, SWP == sunwell
16:48.01PrimerSW == Stormwing
16:48.07PrimerStormwind, even
16:48.12LexSfXyah
16:48.23Primerit was so funny
16:48.32Primerpeople kept trying to run away from us
16:48.43Primersome got in on the fun and let us transform them into zombies
16:48.51Primerat one point we had like 40 zombies
16:48.59quiescenszombies die too easily
16:49.02Primercrappy part was aggroing all the guards
16:49.10LexSfXlevel 75!
16:49.13Primeryeah
16:49.27erikhyeah, I did HH earlier this week, I just thought that was gonna be that.
16:49.33TNSePrimer, if all the player zombies toss out the green stuff
16:49.35TNSeguards can't hurt you
16:50.05Repo10handy-notes_vendors: 03zarevak * r30 / (3 files in 2 directories): small TOC update
16:50.06Repocleaned up English translation
16:50.06TNSewe had a 40 some zombies today as well killing everything in kharanos until some swp geared lock thought it woudl be funny with seed of corruption
16:50.07Repoadded non-translated Korean "Innkeeper" entry to prevent errors
16:51.10PrimerTNSe: yes, we were doing that. We managed to stay alive for quite a while
16:51.26Primerproblem was when we moved into the area next to the AH, there were simply too many people
16:51.32Primerand we "wiped" :)
16:51.34TNSeand the guards are level 80
16:51.39Primernaw, they're 75
16:51.45TNSethe anti-stealth guards are 80
16:51.52TNSeand they hit for 2.5k crushings
16:51.59Gnarfozwhy can they even crush
16:52.00PrimerI only saw level 75 guards
16:52.04Gnarfozthat's supposed to be removed
16:52.07quiescenscrushing still exists
16:52.08TNSethey can crush because they are 4+ lvls
16:52.11quiescensits just changed to 4+
16:52.25Gnarfozway to implement that
16:52.26Gnarfoz:X
16:52.27TNSethe stealth detecting guards are level 80 in ironforge
16:52.29*** join/#wowace charon (n=thomas@unaffiliated/charon)
16:53.02LexSfXi was in Stormwind with a mage friend of mine and there were a few level 80 patrols who we had to avoid or we'd get killed pretty quickly.  can't kite those around.
16:53.07*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust544.bagu.cable.ntl.com)
16:53.10TNSemm
16:53.35LexSfXthe level 75 guards were no big deal though.
16:53.39TNSeI think we scared a lvl 9 dwarf hunter away from the game tho
16:53.47quiescensso mean
16:53.50LexSfXlol...
16:53.50TNSehe's happily coming up to kharanos to deliver a quest
16:53.57TNSeand 40 zombies come running after him
16:54.00TNSeand you see him start shooting
16:54.03LexSfXLOL
16:54.05TNSeand just before we reach him
16:54.08TNSehe starts to turn
16:54.16TNSethen he got corpsecamped
16:54.21TNSethen he stopped spawning
16:54.25Repo10handy-notes_vendors: 03zarevak * r31 HandyNotes_Vendors.toc: addon version update
16:54.36LexSfXpossibly rez timer.  :P
16:54.46TNSeI think he is very very confused and will be very very scared
16:55.01Repo10fizzleglyph: 03dekimsey * r4 / (2 files in 1 directory): FizzleGlyph:
16:55.02Repo- Added support for distinguishing between Minor and Major glyphs (BeKay@curse)
16:55.05Repo10handy-notes_vendors: 03zarevak 04v1.0.2 * r32 : Tagging as v1.0.2.
16:55.22Repo10fizzleglyph: 03dekimsey 04v1.1-beta * r5 : Tagging as v1.1-beta.
16:55.31LexSfXanyone else having the problem of "A Simple Re-Quest" achievement getting reset repeatedly?
16:56.39sacarascLexSfX: i got a handful (like level 10) getting reset on login
16:57.00CrazyBennyLexSfX: you need to do only 1 daily quest per day
16:57.07LexSfXah.
16:57.23sacarascoh, you mean that way
16:58.14*** part/#wowace Sleestack (n=jdowney@mailhost.uts.columbia.edu)
16:59.04*** join/#wowace chiper (n=chiper@69.43.204.8)
17:00.31NeoTronhas anyone found any zombie quests yet?
17:03.18Repo10flight-hud: 03Barfolomeu 07waypoints * r106 / (2 files in 1 directory):
17:03.19RepoCollaborate with myself (Please add something to make Repo ignore such commits. Thank you)
17:03.39Primerand no, I'm not moving to git
17:04.41NeoTronmove it to cvs!
17:04.48NeoTronit's all the rage
17:04.52LexSfX:o
17:05.23Repo10lzprofiler: 03pb_ee1 043.0.4.3-beta * r89 :
17:05.24RepoTagging as 3.0.4.3-beta. Regenerating since the last one failed. -_-'
17:06.01charonPrimer: wait, so you want to push out your commits to the public, and hide them?
17:06.10Primerwell
17:06.14Primerjust commits like that
17:06.27Primerwhere I just commit so I can co at a different location
17:06.35selckingit.
17:06.39*** join/#wowace Gngsk (n=Gngsk@c-69-138-214-242.hsd1.md.comcast.net)
17:06.56Primerand when Repo starts handling git commits...?
17:07.03*** join/#wowace crookfingerjake (n=cfj@c-71-59-100-178.hsd1.nj.comcast.net)
17:07.08charonthere's a D in DVCS... but that wasn't my point
17:07.29selckincurseforge/wowace does git
17:07.31selckin:<
17:07.46PrimerI guess I'm missing something then
17:08.02charonrepo announces every commit so people can check them out, point out mistakes etc. ... if they go out of their way to review commits that you flagged as WIP/just-for-myself, i suppose that's their own problem
17:08.04ShaneSvellerPrimer: repo shows my git commits?
17:08.11PrimerI mean, I have 3 machines I regularly use to develop
17:08.11charonrepo only shows git _pushes_
17:08.33ShaneSvellercharon: yeah, that's what i meant. it announces all my commits since my last push when i push
17:08.51Primerok, so git has push and commit
17:09.04Xinhuangits ability is being able to push multiple copies of your projects to multiple sites, and they would be identical
17:09.11Primerone allows me to easily work from separate locations, the other allows me to easily work with other developers?
17:09.13Xinhuani like that a lot
17:09.29Primerthat seems handy indeed
17:09.37charonPrimer: the point with git is, you can push/fetch between your 3 boxes without ever touching the central repo
17:09.48charonand, of course, publish to multiple sites like xin says
17:09.52Xinhuanfor eg, if you try to sync your svn project on wowace, and at wowi
17:09.55Xinhuanits just darn impossible
17:09.56Repo10simple-soulstone: 03vaeyl * r51 SimpleSoulstone.lua: few more fixes... maybe someday it will work =)
17:10.01Xinhuanbut with git, you can
17:10.11Primernice
17:10.52selckin<PROTECTED>
17:10.57selckinignorance is blizz
17:11.00Repo10simple-soulstone: 03vaeyl 04v1.4beta1 * r52 : Tagging as v1.4beta1.
17:11.02ShaneSvellerPrimer: commits record your changes. push records them elsewhere.
17:11.25Repo10simple-soulstone_fu: 03vaeyl 04v1.4beta1 * r38 : Tagging as v1.4beta1.
17:11.26PrimerI'm just lazy
17:11.45ShaneSvellergit has svn-import!
17:12.18charonactually, that's deprecated in favour of git svn clone --no-metadata
17:12.49ShaneSvellero rly?
17:12.50charon(and an author list if you really want to do it right)
17:13.48charon[19:13] <Gitbot> [git 8cb070a4c]: http://tinyurl.com/5bhv2b -- Documentation: Remove mentions of git-svnimport.
17:14.18charonCF/wowace should get such a bot
17:14.23charonor repo feature
17:14.38ShaneSvellercharon: what's it do differently than Repo?
17:14.49charonoh it's pretty much focused on the sha1 lookup
17:14.55ShaneSvellerah
17:14.59NeoTronit surely plays better music
17:15.09*** join/#wowace Cheads (i=chead@0x573bccc1.henqu2.dynamic.dsl.tele.dk)
17:15.18charonif someone mentions a 7 (or longer) digit hex string, it'll try to find that in git.git, linux-2.6.git, and some others, and link the object belonging to it
17:15.37ShaneSvellernifty
17:15.38charonthere are a few other features such as linking git manpages when someone says 'man git-foo'
17:18.36GnarfozXinhuan: is there an easy way to purge a character from BankItems?
17:18.48Xinhuan/bi clear
17:18.57Xinhuantype /bi
17:19.00Xinhuanto see commands
17:19.04Arrowmasterhttp://community.ideazon.com/forums/view.asp?topicID=4775
17:19.06Arrowmaster.........
17:19.07Xinhuanor /bi help
17:19.20GnarfozI was going to say... /bi opens bi :p
17:19.31Xinhuanwell /bi anythinginvalid
17:19.34Xinhuanwill give the help
17:19.39Xinhuaninlcuding /bi help
17:19.40Gnarfoz<PROTECTED>
17:19.49*** join/#wowace balstor (n=chatzill@209.205.152.176)
17:19.57Xinhuanyeah your bi window needs to be open
17:20.01Xinhuanto a selected char
17:20.17Gnarfozyep, it is
17:20.18Gnarfozhttp://pastie.org/299058
17:20.39Gnarfozhm
17:20.47GnarfozI think it both worked *and* errored, actually
17:20.49Gnarfozchar is gone from the list
17:20.54chiperstop saying bi, you're tickling my innerchild
17:21.09Gnarfozbi bi bi
17:21.11GnarfozBibi!
17:21.37Arrowmasterhaha
17:22.16XinhuanGnarfoz: that error should have been impossible heh
17:22.25Yssarilis there anyway to index subzones?
17:22.34GnarfozYssaril: just get cargExplorer :P
17:22.46Xinhuanoh i know
17:22.54Xinhuanthe error is indeed an error
17:22.59YssarilGnarfoz: not for exploring for localizing a specific subzone
17:23.02XinhuanGnarfoz: as for why it worked and errored, its because
17:23.04Xinhuani deleted
17:23.12Xinhuanthe current shown char
17:23.15GnarfozYssaril: mhhh, babble-zone! :p
17:23.29Fisker-destroys
17:23.33*** join/#wowace Dashkal (n=dashkal@WoWUIDev/Nexus/dashkal)
17:23.35Xinhuanand at the end of it
17:23.44Arrowmaster"You must restart your computer to complete the installation" "Restart Now" "Restart Later"(grayed out)
17:23.46Arrowmaster.........
17:23.47Xinhuanits supposed to show u back your current char
17:23.47YssarilGnarfoz: to big for just 2 zones
17:23.57DashkalThis is a first in my experience.  A blue just explicitly confirmed a drop rate: http://blue.mmo-champion.com/12/11675537865-deathchargers-reigns.html
17:24.07GnarfozXinhuan: yeah, figured
17:24.10Dashkaland at 1:100, I'm gonna be farming strat
17:24.23Gnarfozindeed
17:24.25GnarfozI'm going, now.
17:24.29Arrowmaster1:100!
17:24.46selckinArrowmaster: thats where you drag the dialog off screen :P
17:25.39Arrowmasterhmm thats weird, windows update doesnt have SP3 listed this time
17:25.56Arrowmasteri had been killing it constantly since it kept wanting to try and download while i was raiding
17:27.00*** join/#wowace Zergreth (n=Crow@C9988.c.strato-dslnet.de)
17:27.06Zergrethnevcairiel, ping
17:27.31Zergrethanybody else using class timer, is it just me or is ct pretty fucked up right now
17:27.49Zergrethdisplay 30m plus on all my debuffs, like frost nova or polymorph
17:27.55Zergreth*displays
17:27.57Zergreth:/
17:28.02*** join/#wowace vithos_ (n=vithos@unaffiliated/vithos)
17:28.33Shane|WorkZergreth: works fine for me
17:28.56Zergrethdamnit
17:28.56Shane|Worktoc says version 2.1
17:29.06Shane|Worki haven't updated since sunday or monday
17:29.09Zergrethtoc says 2.4
17:29.09Zergreth:/
17:29.35Zergrethi will try it with the english language pack soonish i suppose
17:29.38Zergrethpretty annoying though
17:29.42Repo10mounted: 03yssaril 07master * v1.1.9-1-g6b07eee / (10 files in 2 directories): [+1 commit] Dalaran and Wintergrasp are now localized automatically
17:29.52Repo10mounted: 03yssaril 04v1.1.10 * 357baf4 /: [new tag] Tagging as v1.1.10
17:36.01Repo10manager: 03Lhooq * r9 Manager/ (2 files in 2 directories): Bugs
17:38.47*** part/#wowace mitchnull (n=mitchnul@catv3EC945BD.pool.t-online.hu)
17:39.01charonYssaril: note that your git doesn't know your email address, may want to configure that
17:39.16Zeksiemeh. new chatter is still mangling achievement announces.
17:39.22Yssarilcharon: i dont want it to know my email :P
17:39.31charonok, just saying
17:39.43Yssarilno reason for it to be displayed all over the internet :)
17:40.10ZergrethZeksie, yea, just noticed that. seems to be the Channel Names module
17:40.31Zeksienah. it's the player names
17:40.45Zergrethoh, well..good to know ;o
17:40.55charonYssaril: mine is, and i don't get any spam. :)
17:41.26Shane|Worksame here
17:42.15Zergrethanybody else using classtimer?
17:43.14CheadsZergreth I am
17:43.18*** join/#wowace |Yssaril| (n=Yssaril@adsl-99-139-120-222.dsl.emhril.sbcglobal.net)
17:43.34ZergrethCheads, got any problems with the time display of your dots/stuns/whatever?
17:43.46Cheadsnot that I have noticed
17:43.55Zergrethdamnit
17:44.04Zergrethmy improved scorch shows as 69 minutes >.<
17:44.17Zergreth't is probably the german client, gah
17:45.07Gnarfozwho'd have known?
17:45.11Gnarfozfucking switch to enGB :P
17:45.21Cheadshmm CC won't download Elkano's BuffBars and AnnoyingBuffReminder .. just hang at Downloading Addon.   no progress
17:45.35charonZergreth: maybe poke elkano when he's around, that issue sounds conspicuously similar to his problems with EBB
17:45.37GnarfozdeDE was crap 3.5 years ago, it still is now :>
17:45.42charon(or just look at the history to see what he fixed)
17:46.04Zergrethcharon, alright, will try to talk to him, and check the history/changelog, thanks
17:46.12ZergrethGnarfoz, im way too used to deDE
17:46.15Zergrethi wont switch
17:46.22Cheadsoh.. I can see that the manually downloaded files from Elkano's Buffbars and AnnoyingBuffReminder .. the zip files are totally empty!
17:46.30Gnarfozsuffer crappy localiziation and addon problems, then
17:46.30Gnarfoz:p
17:47.41Zergrethi dont suffer anything right now, since im not fighting anything right now
17:47.41Gnarfozsuffering doesn't require fighting :p
17:48.01Zergrethwell, i dont care about the localization, and classtimer will only show shit when fighting mobs
17:48.02Zergrethso what
17:48.15Zeksiewtf... i keep having items put into my bank.... when i'm not AT the bank.. random things I equip. like a weapon, or trinket..
17:48.28Zergretho.O
17:48.29Zergrethwhat the hell
17:48.36Zeksie3 times today now
17:48.44*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
17:48.44*** mode/#wowace [+o Funkeh`] by ChanServ
17:48.45LoonacyDid you get an ATM or something?
17:48.49Zeksienot visited bank all day
17:48.56Funkeh`hi
17:48.57Zeksiebut they're in there for sure..
17:49.21LexSfXZeksie, i turned off "Only Curable" and it still shows 2 weakened soul debuffs
17:49.42Zeksietried castable too? neither of em will work atm
17:49.52Zeksieis something i'm looking at
17:49.57Bibislaps Gnarfoz around a bit with a large trout
17:49.59LexSfXoh, i did it in the "Global" tab
17:50.06Bibistop highlighting me for nothing :(
17:50.14BibiI thought you needed me
17:50.21BibiI thougt we could share something strong
17:54.08Zergrethoh god
17:54.17Zergrethi was flying from grom'gol to undercity
17:54.23Zergrethinbetween the flight i turned into a zombie, wohoo
17:54.25Zergrethand then i died
17:54.27Zergrethwhat the fuck
17:55.11Repo10hits-mode: 03Allara * r52 / (4 files in 2 directories):
17:55.12Repo- Added an option in the UI to turn on Debug Mode for any window
17:55.46Repo10hits-mode: 03Allara 04r52-beta * r53 : Tagging as r52-beta.
17:56.01Xinhuanbibi
17:56.06Xinhuanapparently you can cross faction trade as zombies
17:56.18selckinthere goes the economy
17:56.25Zergrethroflmao
17:56.28*** join/#wowace Camci (n=enescamc@ua-83-227-134-226.cust.bredbandsbolaget.se)
17:56.33Xinhuanand since you turn neutral to all non-faction mobs
17:56.33Xinhuanyou can go into strath and say hi to baron
17:56.41Xinhuanor explore hyjal safely
17:58.03ulicthat's kind of an interesting side effect.
17:58.49BibiXinhuan
17:58.50LoonacyAnd it makes you invincible.  Honest.  Go solo Sunwell, it'll be fun.
17:58.52Bibiapparently it was hotfixed
17:59.04Bibialong with the weapon swap, hunter/warlock pets, etc ...
17:59.26Xinhuanaww :(
17:59.40Bibihug ?
17:59.45Gnarfozhate you bibi
17:59.47LexSfXanyone know what happened to the Glyph of Mind Soothe?  did they decide not to put it in the game?  i was so excited about it...
17:59.47Gnarfozbringer of bad news
17:59.48Gnarfoz:P
17:59.48Xinhuangives Bibi a hug
18:00.18Repo10hits-mode: 03Allara * r54 HitsMode.lua: - Enabled the second part of debug mode
18:02.12balstorzombies can trade cross faction ??!!
18:02.54*** join/#wowace Arrowmaster (n=Arrow@WoWUIDev/WoWAce/ResponsibleForEverythingAndNothing/Arrowmaster)
18:02.59MegalonXinhuan: but for strat you needed a nonzombie player, because zombies can't open doors which require keys :<
18:03.13Xinhuanlol
18:03.19balstorso as a zombie I wonder if ican go fish the lurker up in SSC solo for the acheivement
18:03.34Xinhuanbalstor, are u exalted with skettis?
18:03.38Xinhuanor even honored
18:03.42balstoryes
18:03.43Arrowmasteryay i found a fix for stupid z engine hating .net updates
18:03.46Xinhuanjust go buy the parachute cloak thingy
18:03.53Xinhuanand use a water walking elixir
18:03.57Xinhuanwalk over to lurker
18:03.59Xinhuanand fish him
18:04.04balstorooo sweet
18:04.17balstorI can use my slowfall shield :)
18:04.18Xinhuanslowfall/levtate works too
18:04.42Arrowmasteryou just need something so that you dont take fall damage when you hit the water
18:05.03selckindo you ever?
18:05.10Arrowmasteryou do when you have waterwalking
18:05.11balstorwhile i'm in there i need to go /love a crab to
18:06.33DashkalI am so not looking forward to old crafty in Org...
18:06.52balstorold crafty is easier than me in ironforge
18:06.54Dashkalrare fish in enemy territory looks practically impossible
18:07.02*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
18:07.15DashkalWith Ironforge you have the subtle advantage that the forlorn cavern doesn't get much traffic
18:07.19balstorjust go stand under the waterfall in org, 99% of the people will never even see you there
18:07.31Dashkalwaterfall?  I'll go have a look.  danke
18:07.55Arrowmasterthere are far more places to hid in org than IF
18:07.58DashkalI'll have to go roll an orc and scout out the spot first... Stealthing around org is murder on my nerves
18:07.58LoonacyI heard you could catch old crafty under the bridge right outside Org, but i could be mistaken on that.
18:08.25leech2kI spent most of yesterday in the waterfall.
18:08.27balstorloonacy that was just for the diplomat achievemnet ads I unserstand it
18:08.45Arrowmasterfishing is based off of subzone
18:08.48leech2kIt was most the morning, but I was constanly battling horde after school kids got on :-)
18:08.49Arrowmasterusually
18:09.01leech2kclear*
18:09.15NeoTronDashkal: that ol fish wasn't hard at all
18:09.25NeoTronmaybe 100-150 casts at most, and 2-3 deaths (in orgrimmar)
18:09.41NeoTronin IF you're very isolated as horde, no one will notice you
18:09.42leech2kI have done over 500 casts and nothing yet.
18:10.01NeoTronI was fishing theer with a troll next to me. he died twice before he got his fish
18:10.10DashkalOh god.  Valley of honor?
18:10.18NeoTronvalley of spirits
18:10.19selckini got the one in ironforge with 26 fishing skill .
18:10.20DashkalI hate stealthing through that city... *sigh*
18:10.27NeoTronback door entrance
18:10.48XuerianYou can stealth? Why worry
18:10.51Dashkalhttp://www.wowhead.com/?maps=1637:659287
18:10.58DashkalXuerian: I've been caught before
18:11.05LoonacyThose level 75 guards laugh at stealth.
18:11.07XuerianSo? What if you were anything but a druid or a rogue?
18:11.09DashkalIt isn't hard, just nerve-wracking
18:11.14NeoTrongo to valley of the spirits
18:11.15selckinthere is a level 80 patrol that will see you from MILES away
18:11.16NeoTronmuch easier
18:11.24DashkalNeoTron: where do I hide?
18:11.29XuerianBehind the buildings
18:11.35NeoTronplus you can sort of hide from where people port in by sitting behind a palm tree to the SW corner
18:11.37DashkalI'll look, danke
18:11.40XuerianThe only horde there are lowbies training first aid, or people coming in from portals
18:11.49XuerianAnd the portal people are always facing out towards the main part of org
18:11.51NeoTronI sat close to the first aid place
18:12.06Zeksienot tried the waterfall near pvp building?
18:12.10DashkalI'd much rather fish there than the valley of honor with the damn anti-stealth pats
18:12.10NeoTronbut I saw like 10-20 people port in, mount up and ride by
18:12.37PrimerAnyone try to down a city boss yet?
18:12.47balstorthis is what i need http://i91.photobucket.com/albums/k316/Shaten/garfield_20081023.jpg
18:13.01PrimerWe tried to raid UC. Went in via the sewers. Got to Lady Sylvanas' room, and wiped
18:13.12balstorI killed the Drenai boss in a raid about 6 days ago
18:13.15leech2knews bosses are tough
18:13.18PrimerAnd people went "fuck this" and spirit rez'd and bailed
18:13.24leech2kwe had one down to about 60% but to many horde came
18:13.24XuerianIt's do-able, obviously. But it isn't easy anymore
18:13.38balstorwas pretty easy as long as you don't "ecourage" the alliance
18:14.02PrimerWell, I think our problem was lack of communication
18:14.15Primerpeople kept lagging behind out of LoS for heals
18:14.28PrimerThen some idiot pulled the boss before we cleared the room
18:14.52PrimerWe only had a 40 man raid group though
18:14.59Gnarfozsylvanaar: got any reports about GM/Blizz icons in chat being squashed?
18:15.11balstoryhea we did with vent and 40 people, have the ccasters handle alliance and keep those hunters on the boss
18:16.11cncfanaticstbh
18:16.15cncfanaticswhen trying to kill sylvanas
18:16.17Repo10benecast: 03Wintrow2 * r68 / (5 files in 1 directory): Tagged as Beta v10.0.5
18:16.19cncfanaticsPULL VARIMATHRAS
18:16.25cncfanaticshe loves to wipe your raid for you
18:16.25NivFreakhehe
18:16.29cncfanaticsso alliance won't be able to do it
18:16.34cncfanaticss/alliance/horde/
18:17.41Repo10benecast: 03Wintrow2 04Beta v10.0.5 * r69 : Tagging as Beta v10.0.5.
18:20.10*** join/#wowace dabujo (i=xx@p4FDB22B7.dip0.t-ipconnect.de)
18:22.33Zergrethwhere the heck are those "your first ace3" addons guides? i want to get into some more serious addon development...#
18:23.09NivFreakfwiw, I have 11k health in zombie form
18:23.23*** join/#wowace Megalon (n=starfox@d86-33-143-100.cust.tele2.at)
18:23.29ulicZergreth: http://old.wowace.com/wiki/WelcomeHome_-_Your_first_Ace3_Addon
18:23.38Zergrethawesome ulic, thanks
18:23.47LexSfXwow, arena lag ftl.  6-second greater heal.
18:24.34*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
18:24.34*** mode/#wowace [+v Tekkub] by ChanServ
18:27.13dieckHi! Is there any kind of music extractor? I'd like to have some of the songs as background, esp. the new black temple music
18:28.14Pneumatusgoogle for an mpq extractor
18:28.20Pneumatusthere are quite a few options
18:29.02dieckI'll have a look, thanks
18:29.15Pneumatusalso: wow has music?
18:29.27dieckquite good ones
18:29.53Pneumatusim lying actually, i switched music back on for the beta, and love dragonblight
18:30.08fewynWoman in Star Wars Costume Robs Bank http://www.wsaz.com/news/headlines/32319244.html
18:30.37LexSfXmy favourite wow music is still Tirisfal Glades, though that may just be from the memories of leveling from 1-10 when i started my first character.
18:32.00LexSfXbut anyway, last i read, " You can use programs like WinMPQ and MyWarCraftStudio to extract the music directly from the game files."
18:33.03balstorcan i make a SVN repository for my project on wowace and have somone else use it like it was a git repository?
18:33.34Repo10hits-mode: 03Allara * r55 HitsMode.lua: - Bunch of bug fixes for debug output (ironic much?)
18:33.50Repo10hits-mode: 03Allara 04r55-beta * r56 : Tagging as r55-beta.
18:34.00Repo10arl: 03Ackis * r953 AckisRecipeList.lua:
18:34.01RepoIf skillet is active use skillet's functions which will allow for alt profession scanning
18:35.11*** join/#wowace Irish` (n=irish@adsl-4-143-197.gsp.bellsouth.net)
18:35.40Repo10pitbull_profile-switcher: 03Barfolomeu * r7 ProfileSwitcher.lua: Use LibBabbleZone for localized zone names.
18:39.17chiperI recently got my hands on the two soundtrack cds.  some of the tracks are good, but none are epic enough for me to listen to on a regular basis
18:39.41*** join/#wowace profalbert (n=profalbe@80-123-35-96.adsl.highway.telekom.at)
18:40.11chiperI think I've been spoiled by Halo soundtracks
18:40.14Zeksieheh.. MobSpells is filling up with mobs that cast "You're infected!"
18:40.22chiperZeksie: ahaha
18:40.37chiperI hadn't even thought of that
18:41.27chiperI do love the warcraft suite from the Video Games Live album
18:43.24*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust544.bagu.cable.ntl.com)
18:47.08*** join/#wowace gxam (n=jam@ip216-30-40-50.z40-30-216.customer.algx.net)
18:47.33Repo10benecast: 03Wintrow2 04Beta 10.0.6 * r73 : Tagging as Beta 10.0.6.
18:48.44Repo10arl: 03Ackis * r954 / (2 files in 1 directory):
18:48.45RepoOutput a short english message telling people that Skillet advanced functionality is being enabled or manufac integration is being enabled.
18:48.54AckisWorkanyone here use skillet and ARL?
18:50.16NeoTronno, I don't trust the author. heard he's a douchebag
18:50.26NeoTronof ARL that is
18:51.03AckisWorktrue
18:51.09AckisWorkbut he has a gigantic penis
18:51.31NeoTronwouldn't know
18:55.28*** join/#wowace Ackis (n=asdf@WoWUIDev/WoWAce/ARL/Troll/Ackis)
18:56.31*** join/#wowace smcn (i=smcn@c-24-20-232-27.hsd1.wa.comcast.net)
18:56.57AckisWorkwhy do I think my cat did something to my PC?
18:57.45balstorcats are evil for a reason
18:58.09Repo10fizzleglyph: 03dekimsey * r6 / (5 files in 1 directory): FizzleGlyph:
18:58.10Repo- Fixed an embed issue with Gratuity, finding that library has a PITA.
18:58.10Repo- Added preliminary support for red shading of glyphs that are not of the player's class.  This feature is currently not working correctly, its intermittent.
18:58.49Repo10fizzleglyph: 03dekimsey 04v1.2-beta * r7 : Tagging as v1.2-beta.
18:59.39*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
18:59.39*** mode/#wowace [+o Funkeh`] by ChanServ
19:06.59balstorso I have been wondering that with 2 star wars mmo will there be inter-mmo wars held???
19:07.32NeoTronthe timeframe wouldn't allow that even if technology did
19:08.04balstormaybe jedis get a new talent called "mmo shift"
19:08.56*** join/#wowace Adys (n=Adys@unaffiliated/adys)
19:10.31*** join/#wowace Paene (n=jjsimon@fortran.csl.mtu.edu)
19:12.29pastamancermaybe if SWG got a talent called "don't suck"
19:13.47*** join/#wowace smcn (i=smcn@c-24-20-232-27.hsd1.wa.comcast.net)
19:14.06NeoTronI have many fond memories of SWG, despite its flaws
19:14.13NeoTronuntil they decided to completely redo the game
19:15.14pastamancerthe CU wasn't too horrible, but the NGE was the final nail in the coffin
19:15.34pastamancerI really enjoyed the pre-CU days and pre-jedi days
19:15.42Repo10ag_unitframes: 03andreasg * r657 / (2 files in 2 directories): fix highlight module error
19:16.51balstori like the more difficult mmos with nooks and cranies and strange things hidden in corners and wierd talent trees, sadly the era of that type of mmo seems deader than librock
19:18.02NeoTronSWG had a lot of depth few if any MMO's have
19:18.11NeoTronit was probably also its downfall but also its primary strength
19:18.20NeoTroncraftnig, community building (especially post-player cities)
19:18.27NivFreakwhat ever happened to raidguru.net?
19:18.27balstorkey word ... had
19:18.32Repo10devnull: 03Jncl 06devnull_wrath * r76 / (6 files in 1 directory): devnull: Updated for WotLK
19:18.33Repo- Added an option to mute Achievement gains
19:18.33Repo- Updated .pkgmeta to correct Library names
19:18.47NeoTronbalstor: still has part of it.. but I don't count the current SWG as anything it was
19:19.02NeoTronCU and especially NGE killed it as pastamancer  said
19:19.34Repo10devnull: 03Jncl 06devnull_wrath 04b1.9056.0 * r77 : Tagging as b1.9056.0.
19:19.43pastamanceryeah, and the year or so of free respecs post-CU
19:20.15balstorI tried AoC (BIG conan fan) and then end game fell flatter than batman and robin after being run over by a steam roller (flatman and ribbon)
19:20.17pastamancerI macroed dancing and then respecced into carbine/doctor
19:22.36NeoTronI was swordsman/doctor for a long time
19:22.55balstorwhere do i download a git client like totisesvn ???
19:23.06NeoTronbut in the search for jedi did a lot of professions :P
19:23.47Repo10sell-o-matic: 03Silmano 07master * v0.95b-2-g035c5e0 / (4 files in 1 directory): [+2 commits]
19:23.48Repo035c5e0: ...
19:23.49Repo74fd31e: v0.99 beta
19:24.03Repo10sell-o-matic: 03Silmano 04v0.99 * 81761b4 /: [new tag] beta
19:24.13Megalonbalstor: http://code.google.com/p/msysgit/ is a native windows git client
19:24.28balstorthanks
19:24.48Repo10broker-anti-social: 03ssveller 07master * 3.0.2-1beta-1-g6692581 / (2 files in 1 directory): [+1 commit] These really don't need their own functions.
19:26.45StanzillaArrowmaster: started with your colorchooser re-write yet?
19:26.55Arrowmaster....
19:27.06Arrowmasterhave other stuff....
19:27.10charon~seen silmano
19:27.14purli haven't seen 'silmano', charon
19:27.14Stanzilla:D
19:27.14balstorthink arrowmaster said he was finishing that tonight
19:27.35Arrowmasterwell since im not raiding tonight due to KJ dying lastnight......
19:27.39Arrowmasteri do have more free time
19:28.00Stanzillathat sounds like color chooser time!
19:30.17Repo10devnull: 03Jncl * r76 / (6 files in 1 directory): devnull: Updated for WotLK
19:30.17Repo- Added an option to mute Achievement gains
19:30.21Repo- Updated .pkgmeta to correct Library names
19:30.35charonthat silvano guy just tagged a release and wrote 'beta' in the message... but meh. half his commit messages are '...'.
19:30.46charons/lv/lm/
19:31.26NeoTroncharon: ...
19:31.35charon!!!
19:31.43erikhheh
19:32.09erikhputs this conversation in a little file that says "show this to people that complain about your terse commit messages"
19:32.30charoni should start a televangelism show, only it'd be about version control
19:34.01Repo10devnull: 03Jncl 04b1.9056.0 * r77 : Tagging as b1.9056.0
19:34.18erikhI'm just a blowhard; it costs less than televangelism and brings considerably less critics
19:34.50*** join/#wowace doom0r (i=Doom0r@c-24-1-33-148.hsd1.il.comcast.net)
19:35.24doom0rsay, how does ugt work if you wake up in the afternoon where you're at?
19:35.34*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
19:35.34*** mode/#wowace [+o Funkeh`] by ChanServ
19:35.52profalbertit's good morning, no matter what, i suppose
19:36.03doom0rhmmm
19:36.07doom0rwell, mornin
19:36.10profalbertit's good morning even if you disconnect ;)
19:36.18doom0rlol
19:38.46Shane|WorkAckisWork: I have skillet and ARL both, yes.
19:39.45Repo10mounted: 03yssaril 07master * v1.1.10-1-g7e1283e / (2 files in 2 directories): [+1 commit] update deDE locale should now classify mounts correctly
19:39.49doom0rhmmm, need a working version of instance maps
19:40.01AckisWorkShane|Work: do you have wow at work?
19:40.03Repo10mounted: 03yssaril 04v1.1.11 * 5e852ed /: [new tag] Tagging as v1.1.11
19:40.05Pneumatuswhat if you never sleep?!
19:40.50doom0ryou die
19:41.05doom0rthere's a disease that around age 30 people stop sleeping
19:41.11doom0rsome family has it, and they end up dying
19:42.06Shane|WorkAckisWork: sure do
19:42.45AckisWorkShane|Work: mind trying http://static.wowace.com/uploads/18/302/726/AckisRecipeList-r954.zip with skillet and seeing if it works/you can scan alts?
19:42.49Repo10ag_unitframes: 03andreasg * r658 ag_Extras/modules/rangecheck/rangecheck.lua: rangecheck works for all locales
19:42.57*** join/#wowace |Yssaril| (n=Yssaril@adsl-99-139-120-222.dsl.emhril.sbcglobal.net)
19:42.57Shane|WorkAckisWork: sure, sec
19:43.29TNSewhat addon would cause massive lag every time I gain a buff in a raid
19:44.06LoonacyLagOnRaidBuff.lua
19:44.21AckisWorkty
19:44.45erikhheh
19:44.53Shane|Workhaha, woot, 10 dls of my Broker_AntiSocial addon on wowint already
19:44.54erikhTNSe: CTRaidAssist
19:45.11TNSeI dont have that
19:45.57erikhi was being facetious anyways.
19:46.00doom0rreally needs to be something to stop duplicate named addons
19:46.08doom0rit seems to break curses search
19:46.13doom0rquite frequently
19:46.28TNSedisabled bigwigs
19:46.35TNSeits the only addon which showed up as red
19:46.49TNSebut wouldn't surprise me if its one of the 3.0 addons
19:46.51Repo10tinytipbasic: 03Arrowmaster * r28 TinyTipBasic.lua: Fix showing of "Unknown" instead of "Non-combat Pet"
19:46.51RepoFix showing of blank realm name for out of range units from your own realm
19:47.27charonTNSe: do the usual thing, bisection search over all addons...
19:47.41TNSeheh
19:47.46TNSehate new major patches :P
19:53.14doom0ris there a good way to let two authors know that they have the same name for active devel addons?
19:53.20Shane|WorkAckisWork: sorry, i'm getting to it, let you know in a bit
19:53.29AckisWorknp
19:54.20doom0rguess i should put that in cf
19:58.01Shane|WorkAckisRecipeList-Beta 6 r954\AckisRecipeList.lua:1527: in function `AckisRecipeList_Command'
19:58.01Shane|WorkAckisRecipeList-Beta 6 r954\ARLFrame.lua:878: in function `ToggleFrame'
19:58.02Shane|WorkAckisRecipeList-Beta 6 r954\ARLFrame.lua:222: in function <Interface\AddOns\AckisRecipeList\ARLFrame.lua:221>
19:58.02Shane|Work<PROTECTED>
19:59.24asmodaiouch
19:59.28asmodaiserver said: up yours
20:00.30TwystNekoHow do I make different sections in the Blizz Options -  IE, main header = YayPets with all the main options, then a subsection for choosing pets.
20:00.31Shane|Worksorry for the mis-pasting
20:00.34Shane|Workthat was supposed to go to pm
20:01.19*** join/#wowace Repo (n=supybot@69.57.184.216)
20:01.37Repo10sell-junk: 03CrazyBenny 042.0.1 * r38 : Tagging as 2.0.1.
20:03.31Arrowmasterso if i do write a replacement for EnhancedColourPicker, what should i name it?
20:04.27nevcairielEnhancedColorPicker
20:04.33NeoTronis there an easy to use Ace3 drop down menu thing yet, preferably ace3 config based?
20:05.08StanzillaBetterColorPicker? :P
20:05.27Arrowmastersure ill go with that one
20:06.17*** join/#wowace vithos (n=vithos@unaffiliated/vithos)
20:06.37Repo10atlasloot-enhanced: 03Hegarol * r1690 Modules/WorldEvents/worldevents.lua: - added hallow's end mount drop rate (blue post)
20:07.32doom0rcooldowntimers are one thing, what about something that shows the buff on the button? i.e. a pally seal time left on the buff
20:08.20Pneumatuskj down :>
20:09.00LexSfXlol grats
20:09.08AckisWorkXinhuan: you around?
20:10.35Repo10atlasloot-enhanced: 03Hegarol * r1691 Modules/ (2 files in 2 directories): - sry my mistake. Blizz was talking about the Strat mount!
20:11.51NeoTronPneumatus: let me guess: pre-3.0 you were working and very close to downing the trash before Kalecgos !
20:12.07PneumatusNeoTron: we were progressing on muru :P
20:12.20Pneumatusthis is the first real raid we've had against KJ without lag
20:12.23NeoTronI was making a funny
20:12.26LexSfXmy guild was on Felmyst pre-3.0, and we killed Kil'jaeden last week, lol.
20:12.26Repo10ag_unitframes: 03andreasg * r659 / (2 files in 2 directories):
20:12.26Reporangecheck bugfix, aggro color health bar red option works again
20:14.54*** join/#wowace Cavisty^gerber (n=Cavisty@c-98-192-211-166.hsd1.md.comcast.net)
20:15.14Pneumatuswe broke our realm killing KJ, everyone has gone offline
20:15.43*** join/#wowace Gagorian- (n=k@a91-153-60-25.elisa-laajakaista.fi)
20:15.43nevcairielPneumatus: alot of EU realms just broke
20:15.45nevcairielfor some reason
20:15.53Pneumatusbecause we killed kj!
20:15.58Pneumatuswe probably broke cyclone
20:16.51nevcairielwe killed KJ yesterday and it didnt break <.<
20:17.13Pneumatusi blame the fact we had 25 people spamming 2 achievements each, all at once
20:17.40*** join/#wowace Keias (i=Saiek@c-69-245-192-208.hsd1.in.comcast.net)
20:17.40nevcairielsame
20:18.03*** join/#wowace Repo (n=supybot@69.57.184.216)
20:18.13LexSfXever seen the trade channel spammed at 50 messages per second?  if that doesn't kill a server, i'm pretty sure 50 achievements at once wouldn't kill a server.
20:18.27rbarreiroslol
20:18.31rbarreiroswe just killed KJ
20:18.37rbarreirosand server kinda crashed
20:19.00Pneumatuswelcome to 5 minutes ago
20:19.06rbarreirosmeh
20:19.14rbarreiros:D
20:20.05*** join/#wowace Repo (n=supybot@69.57.184.216)
20:22.15Repo10mage-announce: 03Jomar * r63 / (2 files in 1 directory): MageAnnounce:
20:22.15Repo- changed polymorph option to allow multiple messages which will be used randomly
20:22.56NeoTronwe did cthun with 40 people and server was fine
20:26.09*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
20:26.14*** join/#wowace drallcome (n=chattter@c173057.adsl.hansenet.de)
20:27.47LexSfXBlizzard better fix the prayer of mending sound bug soon
20:28.04AckisWorkthere's a bug?
20:28.07LexSfXyeah
20:28.22Pneumatusyeh
20:28.26Pneumatusand it needs to die in a fire
20:28.27LexSfXwhenever you cast prayer of mending, it leaves a residual sound that stays there your entire session
20:28.41LexSfXor until you adjust your "sound quality"
20:28.58LexSfXkinda sucks being a priest who likes the game sounds atm.
20:29.15Repo10ag_unitframes: 03andreasg * r660 ag_Extras/modules/xprepbar/xprepbar.lua: commented out pet loyalty
20:29.32doom0rArrowmaster: ProperEnglishColorPicker
20:29.39doom0rducks
20:30.31drallcomecan anyone help me with my scrollframe problem? it's the last thing missing in my addon at the moment :) http://forums.wowace.com/showthread.php?t=14761
20:31.08Repo10broker-auto-accept: 03ssveller 07master * 40ba5db / (5 files in 1 directory): [new]
20:31.21Repo10broker-anti-social: 03ssveller 07master * 3.0.2-1beta-2-g6e058ea / (2 files in 1 directory): [+1 commit] Broker_AutoAccept compatability
20:31.54*** join/#wowace cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
20:32.24Repo10broker-auto-accept: 03ssveller 043.0.2-1beta * 9b0b06c /: [new tag] Tagging 3.0.2-1 beta
20:33.10doom0rauto-accept and anti-social
20:33.15doom0rsounds like conflict of interest
20:33.20Shane|Worklol
20:33.26Funkeh`quite
20:33.42kenlyricooh
20:33.43Shane|Workthey overlap only in the area of party invites
20:33.51kenlyricautomaton usability coming to broker?
20:34.02Shane|Workkenlyric: that was the concept yup
20:34.20Shane|Workautoaccept does rez, release, and summon also
20:34.24doom0ri used to use most of automaton, then i found everything replaced except the shapeshift
20:34.32Shane|Workand antisocial blocks duels, trades, ginvites, etc.
20:34.43weabhm?
20:35.28NeoTronwe used to have a guy that had auto-invite / summon accept
20:35.39doom0rsees where this is going
20:35.42balstoranyone got infected to zombie and joined a battleground?
20:35.42NeoTronwe used to invite him and summon him to random places when he was afk (and then remove him from the group of course)
20:35.44Arrowmasterwhy are you making those broker plugins?
20:35.50nevcairielNeoTron: lol
20:36.17balstorneotron: drop him into old ironforge?
20:36.25NeoTronheh no didn't do that
20:36.27Shane|WorkNeoTron: summon-accept is off by default
20:36.35Shane|WorkArrowmaster: because i'd like to use them myself?
20:36.46NeoTronbut we did also do 5-mans where we invited him and summoned and then started going, wondering why he wasn't doing anything
20:36.51Arrowmasterbut theres zero reason they need to be broker plugins
20:36.58ArrowmasterZERO
20:37.21kenlyricNeoTron: yeah, that addon requires your guildmates to not be dicks
20:37.24Arrowmasteryou are turning broker into the the polluted pile of shit that the fubar plugin world is
20:37.25balstoris the a normal Zero or some strange metric zero that only you know of?
20:37.27*** join/#wowace Xuerian (n=core@wireless-216-222-137-237.citizip.com)
20:37.29Shane|WorkArrowmaster: sorry if I offended you? it seemed more usable to me than having to go into the options window or use slash commands/dropdowns
20:37.50Arrowmasterso make it an independent addon with a broker plugin
20:37.56kenlyricnobody knows how to make a ldb plugin anyway
20:38.07Repo10mage-announce: 03Jomar 041.2 Beta * r64 : Tagging as 1.2 Beta.
20:38.14LexSfXis there an addon that does the same thing as Outfitter when you click a gear slot in your character screen, allowing you to choose a piece of gear from your bags?
20:38.16LexSfXOutfitter seems to have a bad memory leak and other performance issues, so i can't use it, but it has amazing functions that i wish i could use.  :x
20:38.19kenlyricthe fucking closetgnome one can't even access closetgnome config
20:38.28TwystNekocan someone help? It says there's an error on line 7 here: http://ace.pastey.net/99362
20:38.32kenlyricfailboat on a sea of fail to failharbor
20:38.52TwystNekoit says '}' expected (to close '{' at line 6) near '='
20:38.58doom0rLexSfX: itemrack, closetgnome, etc.
20:39.06*** join/#wowace m4rku5 (n=markus@pass-5d86c487.pool.einsundeins.de)
20:39.07LexSfXclosetgnome doesn't do that.
20:39.08Shane|WorkArrowmaster: that's essentially what they are. apparently naming them broker_* makes them pollution?
20:39.14doom0rsure there's not a plugin?
20:39.26LexSfXsomeone recommended SwapMagic, but it's bad.
20:39.27Arrowmasterthat emplies they are ment to be broker plugins
20:39.34doom0ritemrack by gello
20:39.38Arrowmastermeaning they dont do anything without broker
20:39.38doom0rbeen usign that a LONG time
20:40.01Shane|WorkArrowmaster: you can't toggle them without it, at the moment. I may use LibSimpleOptions to let them work otherwise, but I haven't yet.
20:40.02LexSfXi tried ClosetGnome, but not ItemRack.
20:40.04LexSfXi'll try ItemRack.
20:40.06*** join/#wowace Legorol (n=legorol@stud-nat-blk12.trin.cam.ac.uk)
20:40.15Antiarcwhat's wrong with swapmagic?
20:40.25Shane|WorkWell, they *work* without it, just can't change any options.
20:40.30LexSfXhave to hold alt + it doesn't let you see what the gear actually is
20:40.33NeoTronI'd agree with Arrowmaster that Broker_XXX might not be the best naming scheme
20:40.37*** join/#wowace Shirik|Ecole (n=nospam@conspiracy/developer/Shirik)
20:40.37*** mode/#wowace [+v Shirik|Ecole] by ChanServ
20:40.41selckini need a item addon that remember the location of the items in my bank really :\
20:40.43AntiarcYou can configure it to show you what the gear is
20:40.44doom0r-15:38:39- [kenlyric]: failboat on a sea of fail to failharbor
20:40.46doom0rthat's epic
20:40.53Antiarc<PROTECTED>
20:40.56LexSfXcan you configure it to not have to hold alt?
20:40.58LexSfXah, thanks
20:41.13*** join/#wowace Shirik (n=skullsho@conspiracy/developer/Shirik)
20:41.13*** mode/#wowace [+v Shirik] by ChanServ
20:41.29weabi don't even really know why someone would want automaton to have a fubar/ldb plugin, let alone each individual module
20:41.43Shane|Workweab: they're not direct ports. just similar functionality.
20:41.47weabi know
20:42.00*** join/#wowace Shirik (n=skullsho@conspiracy/developer/Shirik)
20:42.00*** mode/#wowace [+v Shirik] by ChanServ
20:42.03LexSfXi guess i could hack the SwapMagic lua to not have to hold alt, if there's no way to configure it that way.
20:42.15Shane|Workweab: and because I like to be able to simply point and click if i want to toggle an option
20:42.35Shane|Workweab: no menus. just left/right click with/without modifiers.
20:42.45Antiarc@project swapmagic
20:42.46doom0rso add a plugin to the module
20:42.46RepoAntiarc: No project found that matches 'swapmagic'
20:42.58Antiarc@project swap-magic
20:43.01weabsounds pretty picky for something you probably don't need to use very often
20:43.03RepoAntiarc: http://www.wowace.com/projects/swap-magic/. SwapMagic. Game: WoW. Status: Out of date. Imported from wowace SVN project SwapMagic. Leader: wowaceSVN. Updated: 21 days ago
20:43.03weabshrug
20:43.05TwystNekoanyone? I can't figure out what I'm doing wrong here - pets are stored as numbers, so I can't imagine that's the issue.
20:43.12LexSfXi swap my gear all the time
20:43.13doom0rno need to have a module that's a plugin if it does soemthing else without needing the plugin
20:43.33Shane|Workweab: I'm a scratch my own itch programmer and I don't need a heavier addon with all kinds of localization to do very simple things
20:43.33LexSfXoh...  different topic
20:44.15Shane|Workapparently it was my mistake to put them out in public view
20:44.17weabShane|Work: not criticizing, I'm the same way. just commenting.
20:44.44Shane|Worki'd already decided i should merge the two, however.
20:45.18Shane|Workit'd just require an actual dropdown menu to keep from having to alt-shift-hold-R-left-click to toggle something
20:45.23Arrowmasterautomaton does need work though since it wasnt really updated for 2.4 so all that localization isnt really need
20:45.46weabyeah, it does. i'm working on it
20:46.10Shane|Workweab: I like automaton and used it for at least a year, I think. But I have other addons that do what about half the modules do
20:46.17Shane|Workweab: so i'm paring down a bit on my end
20:46.58Shane|Workfor example, there are like 8 sell-all-my-greys-at-vendors addons out there
20:47.47Repo10cutup: 03tsigo * r97 modules/Bleeder.lua: Cutup/Bleeder: Glyph of Rupture support.
20:47.54doom0rweab: i guess that hm? was directed at me
20:48.12doom0ri meant that i've got other addons that provide the functionality and aren't so easy to turn it off
20:48.20doom0rso i only ended up using the shapeshift part
20:48.40weabdoom0r: no, i was trying to figure out what kenlyric was talking about
20:48.53doom0roh
20:48.54doom0rk
20:49.32Repo10cutup: 03tsigo * r98 modules/Julienne.lua: Cutup/Julienne:
20:49.33Repo- Scan the correct glyph spell ID.
20:49.34Repo- Scan our bonuses after PLAYER_LOGIN so it might, you know, work.
20:50.04Repo10elephant: 03pb_ee1 * r85 Core-Initialize.lua: Elephant: Copyframe now uses roth
20:50.27kenlyricthe same reason I want a fubar/ldb plugin for every mod
20:50.41kenlyricbecause I fucking hate the blizzard options menu and the 27 steps I have to go through to get to it
20:51.13weabi dunno, i hate the clutter. i prefer that an addon has a slash command to access its menu
20:51.43weaband i don't feel like any mod that isn't displaying info belongs on my fubar
20:52.07kenlyricbecause i want to remember a slash command for every mod I use
20:52.17LexSfXMSBT does it very nicely.  have you seen it?  it simply puts a big button in the middle of its blizzard addon configuration menu that says "/msbt" an it.
20:52.18kenlyricespecially the wonderful array of access codes
20:52.19NeoTronweab: that's why you use Button Bin as an LDB display and has sometimes-used "launchers" in a hidden bin :P
20:52.19LexSfXon it*
20:52.29kenlyric<PROTECTED>
20:52.35Shane|Workweab: I tend to side with kenlyric about the blizzopts, and I do the same thing NeoTron just said
20:52.54Shane|Workexcept I have launchers and the like in MakeRocketGoNow
20:53.20doom0ri found an addon that gives a list of slash commands registered and a display with icons, and i can't remember wtf it was and can't find it
20:53.51Shane|Workdoom0r: Niagara possibly
20:54.05doom0rno, it wasn't that, i used to use that
20:54.09Repo10arl: 03Ackis * r955 AckisRecipeList.lua: Possible fix for skillet stuff
20:54.13doom0rit was something fresh
20:54.25doom0rand it gave icons, not just a dropdown
20:54.35weabi've never heard of button bin. but I haven't really kept up with the addon community  at all for the past year or so
20:54.44NeoTronweab: it's my LDB display addon
20:55.30NeoTronhttp://wow.curse.com/downloads/wow-addons/details/button-bin.aspx
20:56.46Shane|Workto change the addons short-name/slug i need to bug an admin like ckknight right?
20:56.54ckknightsure, I can help you with that
20:58.43Fastihttp://fc37.deviantart.com/fs34/f/2008/289/9/0/DeaconBlood_Elf_by_GENZOMAN.jpg <3
20:58.51*** join/#wowace Civrock (n=Civrock@24-182-64-044.dhcp.hckr.nc.charter.com)
20:59.21Industrialnice
21:00.14selckinshe really needs to eat more
21:00.31LexSfXlooks fit enough to me
21:00.39Fastiyep
21:00.45Fastihips are fine!
21:01.01FastiEK loading screen <3
21:01.37doom0ragrees with Fasti
21:01.43doom0rgood ole american thighs
21:02.32Fastihttp://genzoman.deviantart.com/gallery/
21:03.00asmodaiOh my, Theramore was totally infected
21:03.20TwystNekoany tutorials/howtos on adding multiple, unlimited text strings? ie, click "new message", it adds another one to edit.
21:03.29ulicgets his shotgun and heads for the roof.
21:04.17Shane|WorkFasti: seems to be uh, a pattern in that artwork
21:04.24doom0rlol
21:04.30Shane|Worka big, baDD pattern
21:04.51Fastiwhat? ><
21:04.57Fastiit's only drawn
21:06.39asmodaiulic: Dawn of the Dead? :P
21:07.56doom0rasmodai: no
21:07.59ulicasmodai: or any other zombie movie pretty much :)
21:08.01doom0rthat was in a shopping mall
21:08.10Fastiah yeah.. some mature ones too :P
21:08.11Pneumatusfocus magic on CoH priests wins so hard
21:08.17ulicdoom0r: how do you know I'm not at a shopping mall right now?
21:08.19LexSfXlol so tru
21:08.20LexSfXe
21:08.44doom0rbecause the rooftop isn't a good shooting location for a movie if it's a shopping mall rooftop
21:08.58doom0rsighs at the lack of feature film correctness
21:09.05Fastino nakedness thou ><
21:11.13asmodaidoom0r: but they had a guy outside on the roof
21:11.18asmodaidoom0r: from the gun store
21:11.35doom0rdamn you, you're gonan make me watch it again
21:11.51asmodaithe remake btw
21:14.02doom0rewww remake
21:14.48*** join/#wowace kimurin (n=raptor@wikipedia/Swix)
21:16.33*** part/#wowace profalbert (n=profalbe@80-123-35-96.adsl.highway.telekom.at)
21:17.25Repo10collectinator: 03Ackis * r41 / (4 files in 2 directories): Fix a small error in the dataminer
21:18.45asmodaiok, 28 days later then?
21:20.38Repo10cutup: 03tsigo * r99 modules/Glutton.lua: Cutup/Glutton: Adjust how we scan the talent.
21:20.49*** join/#wowace Cyrez (i=Cyrez@c-67-161-63-60.hsd1.ca.comcast.net)
21:21.41TwystNekoanyone? How can I make an "unlimited" list of text field inputs, and edit them? I can't find anything on the forums
21:23.27TwystNekosort of how pitbull adds new text elements
21:24.34doom0rnever saw it asmodai
21:25.16doom0rthe best "undead" action would have to be 30 Days of Night imo
21:27.14Repo10arl: 03Ackis * r956 ARLDataminer.rb: Remove whitespace from dataminer
21:31.22NeoTronhas anyone seen or heard what Blizzard's plans are for epic gems in WotLK? 2nd tier raid loot as in BC?
21:35.49*** join/#wowace Pneumatus_ (n=WiN@unaffiliated/pneumatus)
21:37.16Repo10collectinator: 03Ackis * r42 / (3 files in 2 directories): Dataminer update and running dataminer
21:37.50asmodaiAckisWork: btw
21:38.03asmodaiAckisWork: haven't looked much in depth yet, on the list to do
21:38.14asmodaibut how do you adjust the stuff you mined towards arl?
21:38.32AckisWorkeh what do you mean?
21:39.09TwystNekookay, do I seriously have to have a separate function for each input area? I can't call SetValue(parameter)?
21:39.46Repo10collectinator: 03Ackis * r43 Collectinator.toc: Update ToC
21:40.03asmodaiAckisWork: Well, you use data-tools for getting the data for arl?
21:40.16Repo10yurr-combat-log: 03copystring * r129 Core.lua: YurrCombatLog:
21:40.17Repo- make dispels actually look like how i wanted it, this time realy...
21:40.42Repo10collectinator: 03Ackis 04Alpha1 * r44 :
21:40.42RepoTagging as Alpha 1 just so people will download a version that actually works
21:40.49Studdly1Ackis
21:40.52AckisWorkyes data-tools
21:40.58Studdly1Still cant get my project :(
21:41.17AckisWorkreally?
21:41.21AckisWorkproject url again?
21:41.23Studdly1i left at 1230pm
21:41.28AckisWorkyah it's been a while
21:41.28Studdly1its 540
21:41.29Studdly1lolz
21:41.32Repo10grid-status-raid-debuff: 03tsigo * r89 / (2 files in 1 directory):
21:41.32RepoGridStatusRaidDebuff: Update toc; no longer need svn:externals
21:41.35Studdly1http://wow.curse.com/error.htm?aspxerrorpath=/themes/Common/Pages/projects/post.aspx
21:41.43AckisWorkno the project url :P
21:41.47NeoTronis it possible from an addon to craft items?
21:41.51NeoTronlike automatically craft items
21:42.04Studdly1http://wow.curse.com/downloads/wow-addons/details/ace-profit.aspx
21:42.20*** join/#wowace DJSynthe (n=DJSynthe@68-190-124-210.dhcp.mdsn.wi.charter.com)
21:42.28Repo10grid-status-raid-debuff: 03tsigo 04GridStatusRaidDebuff-r89 * r90 :
21:42.28AckisWorkping ckknight ^
21:42.29RepoGridStatusRaidDebuff: Tag 3.0.2 version so people can actually download it from Curse.
21:43.15*** join/#wowace Wraanger (n=wraanger@83.167.116.242)
21:43.25*** join/#wowace Yssaril (n=Yssaril@adsl-99-139-120-222.dsl.emhril.sbcglobal.net)
21:44.03TwystNekoso, since I seem to be in the wrong place, is there somewhere I can go to ACTUALLY get , you know, responses to my questions?
21:44.15Studdly1i told people i would have it updated today and now they could not get to it all day
21:46.33*** join/#wowace Adirelle (n=adirelle@tok69-5-82-235-150-60.fbx.proxad.net)
21:46.59Studdly1Can i rename addons ?
21:47.09AckisWorkStuddly1: you can't no, mods can however
21:48.21*** join/#wowace evl (n=evl@unaffiliated/evl)
21:48.21Studdly1Hmm I would like to request to rename AceProfitFu
21:48.21AckisWorksure
21:48.21AckisWork@project aceprofitfu
21:48.21RepoAckisWork: No project found that matches 'aceprofitfu'
21:48.21evlAny way to create a container that resizes dynamically to it's contents?
21:48.21AckisWork@project ace-profit-fu
21:48.21RepoAckisWork: http://www.wowace.com/projects/ace-profit-fu/. AceProfitFu. Game: WoW. Status: Out of date. Imported from wowace SVN project AceProfitFu. Leader: Studdly1. Updated: 24 days ago
21:48.55Studdly1FuBar_AceProfitFu
21:48.55AckisWorkwhat do you wnat it to be renamed?
21:48.59*** join/#wowace ckknight_ (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
21:48.59*** mode/#wowace [+o ckknight_] by ChanServ
21:48.59AckisWorkk
21:49.22Studdly1Like to keep things the same.
21:49.27AckisWork@project fubar_aceprofitfu
21:49.28RepoAckisWork: http://www.wowace.com/projects/fubar_aceprofitfu/. AceProfitFu. Game: WoW. Status: Out of date. Imported from wowace SVN project AceProfitFu. Leader: Studdly1. Updated: 24 days ago
21:49.36AckisWorkrename done
21:49.46Studdly1most FU addons are FuBar_AddonNameFu
21:49.50Studdly1Thanks
21:50.22TwystNekoI give up. Thanks for all the non-help, guys.
21:50.24*** part/#wowace TwystNeko (n=twystnek@d75-158-109-239.abhsia.telus.net)
21:50.26Studdly1also this way if someone looks up FuBar mine pops up as well :D
21:50.38NeoTron@project grav-blox
21:50.38RepoNeoTron: http://www.wowace.com/projects/grav-blox/. GravBlox. Game: WoW. Leader: dhedbor. Updated: 13 hours ago
21:50.47asmodaithis is funny
21:50.52asmodaiI am spotting a plagued roach in Darnassus
21:50.54Studdly1Sry TwystNeko i am not much help
21:50.59asmodainever saw roaches in Darnassus before
21:51.04asmodailet alone plagued
21:51.08NeoTronasmodai: hmm... interesting
21:51.51asmodaijust hit it
21:51.53asmodaidied
21:51.55asmodaiinfected me
21:51.59asmodaiShadowglen, here I come!
21:52.00asmodai:D
21:52.03Studdly1Now AckisWork by renaming it on Wowace it should rename it on curse as well ya ?
21:52.30AckisWorkStuddly1: yes
21:52.43Studdly1Dose it take a little bit to update?
21:52.45*** join/#wowace Worf (n=worf@84-119-53-221.dynamic.xdsl-line.inode.at)
21:52.54Studdly1The url is new but the name is same still
21:55.38asmodaiNow active on all servers: you can now find new crates and new critters in capital cities. Killing these critters and/or looting the crates will infect you, enjoy your AH havoc while it lasts !
21:55.39AckisWorkStuddly1: you change the name in your project description area
21:56.03Studdly1Ahh got it thanks again
21:57.13Studdly1Should have a Fubar Category or better yet Plugin one.
21:57.40StanzillaAnyone interested in beta testing windows vista service pack 2? :P
21:58.32NivFreakstab me in the face
21:58.33NivFreak:)
21:58.34Studdly1Lolz i am not interested in useing just vista let alone beta lmao
21:58.53Studdly1I have Win XP Pro Plus
21:59.09GnarfozGOSSIP_SHOW fires for npcs who have more than a "hello, I am NPC xyz" line. what event fires for an NPC that has that line + 3 quests to choose from?
21:59.11StanzillaIf anyone is interested: http://pastey.net/99372
21:59.14GnarfozDeluxe Ultra Ultimate
22:00.20doom0rStanzilla: not if my life depended on it
22:00.25Stanzilla:P
22:00.43doom0rthe only time i've even touched that pos os is when vegas 2 didn't run in xp
22:00.45*** join/#wowace Droolio (n=drool@87-194-188-170.bethere.co.uk)
22:00.46doom0rand wine was broke atm
22:02.00AckisWork@project data-tools
22:02.01RepoAckisWork: http://wow.curseforge.com/projects/data-tools/. DataTools. Game: WoW. Leader: kagaro. Author: Ackis. Updated: 30 hours ago
22:02.21Repo10automaton: 03gxxam 07master * b79a46f modules/Gossip/Gossip.lua: [+1 commit] Remove remainder of gossip frame alpha horsehit
22:04.37asmodaihahaha, \o/
22:04.40Studdly1Whats it called if you type a / command and it all comes up in chat ?
22:04.46asmodaiinfected 6-7 NPCs and a level 6
22:04.47Studdly1Rather then in a GUI.
22:04.54asmodaiof which are 3-4 guards of high level :D
22:05.00asmodaibye bye Dolanaar
22:05.19Antiarchttp://www.gamevee.com/viewVideo/1071116 <-- hax
22:07.34doom0rahhhhhhhhhhhhhhhhhh, clearfont hurts my eyes
22:07.51AntiarcHehe, that was left over from me messing around with Fontain yesterday >_>
22:07.54AntiarcI've since reverted it
22:08.04doom0rno, just installed it
22:08.09*** join/#wowace Moddington (n=chatzill@d75-153-245-251.abhsia.telus.net)
22:08.20doom0rtoo lazy to take the clearfonts_pack or whatever and make it standalone
22:08.29AntiarcFontain!
22:08.32doom0rit got changed to needing the cf2 package as adependancy
22:08.36doom0ri will, once i hve time
22:08.43doom0rit's installed, just turned off atm
22:08.46*** join/#wowace netcurse (n=hthieblo@adsl-99-173-10-198.dsl.pltn13.sbcglobal.net)
22:08.56Gnarfozis there an event that fires when you open a quest NPC dialog?
22:09.27gxamgossip_show, quest_progress, quest_complete and quest_detail
22:09.38Repo10nauticus: 03Drool * r71 / (10 files in 2 directories): Nauticus:
22:09.39Repo- add Sky-Captain Cableclamp to filter
22:09.40Repo- recalibrated all old world routes for patch 3.0.2
22:09.41Repo- change 'The Bravery' route from Menethil to Stormwind
22:10.05Gnarfozgxam: quest_detail? hm
22:10.25Gnarfozgxam: gossip_show doens't fire for this case, anyway, and that's exactly my problem. :(
22:11.07doom0rwaht's the default font?
22:11.34*** join/#wowace fewyn (n=fewyn@46.210.33.65.cfl.res.rr.com)
22:11.34doom0rblizz that is
22:11.35GnarfozFritz Quadrata TT
22:11.48Gnarfoznear-identical copy of Frutiger
22:15.01*** join/#wowace Nenue (i=Radio@cpe-74-75-41-12.maine.res.rr.com)
22:15.21Nenuehey, what is the object name for Blizzard's calendar map button?
22:15.57GnarfozBigAssButton
22:16.31fewyni need to make a launcher for the calendar since i hate having buttons on my minimap
22:17.31*** join/#wowace Xaktsaroth (i=Xaktsaro@c-e8ece355.014-187-6b6c6d1.cust.bredbandsbolaget.se)
22:17.45XaktsarothEvening. Anyone using healorganizer ?
22:18.32ulicfewyn: I just use /calendar :)
22:18.35Repo10collectinator: 03Ackis * r45 / (4 files in 2 directories): More dataminer updates, started dealing with crafting
22:18.50doom0rlucida sans demibold is actually readable
22:19.26fewynyes but that involves typing it!
22:19.40doom0ronce into a macro
22:19.42fewynnot a big fan of slash commands
22:19.55Studdly1http://www.wowace.com/projects/ace-profit/pages/main/ Page is now done :)
22:20.11Studdly1If only i could get to the curse part of it lolz
22:21.13doom0r@project chatter
22:21.14Repodoom0r: More than one project was returned. Try supplying a game. Possible games: wow, war.
22:21.26doom0r@project wow chatter
22:21.26Repodoom0r: No project found that matches 'wow'
22:21.32doom0r@project chatter wow
22:21.32Repodoom0r: More than one project was returned. Try supplying a game. Possible games: wow, war.
22:21.37doom0r.
22:21.40Studdly1lolz
22:21.43doom0rsyntax?
22:22.17Studdly1maybe
22:22.29Studdly1@project Chatter WoW
22:22.29RepoStuddly1: More than one project was returned. Try supplying a game. Possible games: wow, war.
22:22.32Studdly1Or not
22:22.34Studdly1i dunno
22:22.55doom0rmeh, i'll just go post a ticket
22:23.01Studdly1http://www.wowace.com/projects/chatter/
22:23.08Studdly1thats link if u want
22:23.11doom0ralready there
22:23.16Studdly1that was the only link
22:23.17doom0rlazy attempt at being lazy
22:23.18Studdly1so :S
22:23.37Studdly1i typed in chatter and it poped right up
22:24.16NenueI see now, calendar is just the day/night frame recycled
22:24.28Nenuethanks anyways :/
22:31.00Studdly1@project aceprofit
22:31.00RepoStuddly1: No project found that matches 'aceprofit'
22:31.39Studdly1@project AceProfit
22:31.40RepoStuddly1: No project found that matches 'AceProfit'
22:31.44Studdly1Blah
22:31.56doom0r@project ace-profit
22:31.57Repodoom0r: http://www.wowace.com/projects/ace-profit/. AceProfit. Game: WoW. Leader: Studdly1. Updated: 8 hours ago
22:32.02Studdly1O.o
22:32.04Studdly1Lame
22:32.18Studdly1wonder why its Ace-profit
22:32.58crookfingerjake@project fubar_aceprofitfu
22:32.58Repocrookfingerjake: http://www.wowace.com/projects/fubar_aceprofitfu/. FuBar_AceProfitFu. Game: WoW. Status: Out of date. Imported from wowace SVN project AceProfitFu. Leader: Studdly1. Updated: 24 days ago
22:33.28Studdly1Working on that one now ;)
22:39.13Pneumatusisnt it about time it lost the 'ace' part of the name? :>
22:39.24Studdly1Hmm
22:39.26Studdly1I did not name it
22:39.28Studdly1lolz
22:39.35Studdly1Whats wrong with the ace part ?
22:40.08Pneumatuswell, nothing specifically... it was probably named back in the days of the original Ace
22:40.27Studdly1most likly
22:40.37Studdly1What do you think it should be named?
22:41.07Pneumatus*shrug
22:41.22ulicProfitFu
22:41.27LoonacyFalawful
22:41.35LoonacyOr ProfitFu, i guess that works.
22:41.37Studdly1I think renaming it woukd confuse people.
22:41.40ulicno FalawfulFu
22:41.49PneumatusProfitFu doesnt make sense though, i'd expect ProfitFu to be recording my profits
22:41.53Pneumatuslike AuditorFu does
22:42.05LoonacyOh, it's spelled Falafel.
22:42.07LoonacyYay me.
22:42.22ulicso what does AceProfit do it if doesn't record profits?
22:42.28Pneumatussells greys
22:42.50Pneumatusand you need to click, i think
22:42.59Pneumatuswhere automaton just sells it regardless :)
22:43.02ulicoh i see
22:43.02Studdly1Lets you also add white items if you want to a list and it will sell them
22:43.13LoonacySo it's basically GarbageFu?
22:43.21Repo10fizzle: 03phyber 07master * v1.1-1-gf7860f9 / (2 files in 1 directory): [+1 commit] Should now update durability numbers properly if they change when the
22:43.37Pneumatuspossibly
22:43.38Studdly1This addon is old. i been using it for years lolz
22:44.07Pneumatusgarbagefu isnt even tagged as 2.4, let alone 3.0 tho
22:44.51doom0rmmm garbagefu
22:44.54Pneumatusalthough Mikk has an addon claimed that uses garbagefu :o
22:45.18doom0rgreat addon for many hour grinds
22:46.48Studdly1The Fu part keeps track of profits and a few other things
22:47.17Repo10arl: 03Pettigrow * r957 Locals/ARLLocals-frFR.lua: frFR Update
22:47.26chiperI <3 GarbageFu
22:47.27Studdly1the AceProfit just makes it so u can 1 click sell. As well as add things to a list so say u never want meat add the item and it will always sell that as well,.
22:47.48Pneumatusis there a reason why its 2 addons?
22:47.52Pneumatusrather than just 1
22:48.02chiperI used to have an addon that would let me map a button that would delete all the grays in my bag
22:48.14chiperwas very useful when farming SFK
22:48.21Studdly1Most addons i see have the Fu part different then the main part
22:48.51crookfingerjake[Pendulum of Doom] loves GarbageFu
22:49.15*** join/#wowace sztanpet (n=sztanpet@142.58ec54.tvnetwork.hu)
22:49.15Pneumatusthe Fu part only tends to be a separate addon if the author of the original addon doesnt plan to have a plugin for fubar/broker
22:49.22Repo10satrina-buff-frame: 03Satrina 043.0.beta.15 * r55 / (50 files in 7 directories):  (Message trimmed by 2 lines)
22:49.22Pneumatusimo
22:49.23Repo- Fix an error when removing frames
22:49.23Repo- Adjustments to buff sorting
22:49.26Repo- Removed ButtonFacade debug messages
22:49.30Repo- Fix for debuffs that don't report their type properly
22:49.36Pneumatuspersonal choice tho i guess
22:49.43Studdly1Well in this case that is what happened
22:49.52Studdly1both projects were never claimed
22:49.59Studdly1so i took them over
22:50.22Pneumatuswell, you might want to consider rolling them into 1 addon and then adding broker support as well
22:50.35Studdly1Well i linked them :S
22:50.37Studdly1and
22:50.45Pneumatusbut i guess its your choice after all :)
22:50.48Studdly1I plan on adding a few other supports
22:51.02Studdly1Titan Plus Broker.
22:51.11Pneumatustitan == broker afaik
22:51.23Studdly1O.o
22:51.26Studdly1I dunno
22:51.30Studdly1i always use Fu lolz
22:51.36Studdly1never used anything else
22:52.08chiperyeah, titan already has broker support
22:52.20chipernow if only we could get fubar to have it
22:52.39chiperpats broker2fubar
22:52.50Repo10achievement-ranking: 03kunda * r9 / (5 files in 1 directory):  (Message trimmed by 4 lines)
22:52.51RepoAchievementRanking:
22:52.52Repo- scan: removed target scan
22:52.54Pneumatuswelll, i dont mind using a bridge addon really
22:52.55Repo- scan: fix
22:53.01Repo- options: corrected text for bg/arena scan option
22:53.12Studdly1I always liked FuBar over Titan
22:53.20Pneumatusat least now rightclick menus work anyway :)
22:53.33Studdly1Titan had them Memory problems way back and plus some other things
22:55.59Gnarfozwhich led to ckk making fubar in the first place, IIRC? (BossPanel, even)
22:56.31ckknightactually unemployment and boredom led me to start BossPanel
22:56.38ckknighthehe
22:56.42ckknightbut yea, it was memory issues
22:56.50Pneumatusyeh, back in the day, titan was a mess
22:56.52ckknightI had 512 MiB RAM
22:56.57ckknightTitan was too heavy
22:58.06crookfingerjakeif that's how it works, i hope you get fired
22:58.07Studdly1Nice my Curse page is fixed :D
22:58.16crookfingerjakei mean that int he nicest way possible
22:58.24chiperheh
22:58.37doom0rlol
22:58.42chiperyeah, some of my best code was when I was laid off
22:59.14chiperor in jobs with lots of down time
23:00.02crookfingerjakei find i have the opposite problem, when I have nothing to do, i get nothing done, when i have lots to do...
23:00.17Repo10big-wigs: 03Pettigrow * r4786 Core.lua: frFR Update
23:00.28crookfingerjakemerci
23:00.33chiperhell, the website I wrote that got me this job was entirely done when slacking off in my old job
23:01.12crookfingerjakefurthering your career by slacking, i like that
23:01.39LexSfXoh, is someone here a Titan developer?  if so, could you please make Titan's strata the lowest possible so that the chat box appears on top of it instead of beneath it?
23:01.57LexSfXi hacked in my own function that does it, but i have to copy the code over every time i update Titan.
23:02.25chiperisnt the whole point of titan that it sits over everything
23:02.35LexSfXno way!
23:03.08LexSfXi like my chat box appearing over it like it used to do with Fubar when i used that.
23:03.22crookfingerjakeIs autohide a solution?
23:03.35LexSfXnope.  i want to be able to see the panel at all times
23:03.55LexSfXby chat box, i just mean the edit box that appears when you hit Enter
23:04.11chiperoh, btw.  ckknight, is there some trick to getting dogtag colorings to work in pitbull frames?
23:04.23ckknightchiper: hrm, should just work...
23:04.44crookfingerjakeprovided you use correct syntax, currently works for me
23:04.49chiperI tried putting the aggro color on the target name, but it still keeps showing up as white
23:04.50*** join/#wowace nuoHep (n=nuoHep@89.222.156.36)
23:04.55chiperI'll play with it more tonight
23:06.20CamciItemRack trinket thing is fucked...
23:06.33*** join/#wowace cladhaire (n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
23:06.33*** mode/#wowace [+v cladhaire] by ChanServ
23:07.47Repo10ace-profit: 03Studdly1 043.0B2 * r45 / (24 files in 8 directories): Fixed some lib problems.
23:08.01chiperI dont suppose anyone's written an achievement tracker addon yet?
23:08.08chiperthat can do more then one
23:08.14doom0ryes
23:08.29chiperoh?
23:08.38chiperwaits
23:08.56doom0rurban achiever has 5, search window with a dropdown style display, i use that and overachiever for a few things like tooltip display of /love on critters
23:08.57Zeksiemm. something that auto tracks the one you most recently got progress on would be perfect
23:09.18doom0rZeksie: overachiever
23:09.18chiperooo, /love tooltips.  I like that
23:09.23Zeksiek :)
23:10.54*** join/#wowace Wobin (n=Wobin@203-206-178-228.perm.iinet.net.au)
23:10.54*** mode/#wowace [+v Wobin] by ChanServ
23:10.58doom0rchiper: ya, it shows whether or not and colors red if haven't and green if have on the line
23:11.14*** join/#wowace hypetech (n=hypetech@66.83.192.140.nw.nuvox.net)
23:11.20doom0ranother tool is LookFor to give mouseover notification if you're looking for something
23:11.33doom0rrather notification on mouseover
23:11.36*** part/#wowace falconindy (n=dave@cpe-74-76-171-119.nycap.res.rr.com)
23:12.29chiperhrm, not really liking urban achiever's UI
23:13.49doom0rit's a lil annoying, but the way it displays searches is nice
23:13.55Repo10nauticus: 03Drool * r72 NautUI.lua: Nauticus: fix for Titan v4+
23:13.56doom0ralthough it shows horde and ally on search atm
23:14.14doom0rneeds a bigger frame for the actual achievement
23:14.22chiperhonestly I'd just like something that lets me check off more then one
23:14.32Studdly1Pneumatus Ping
23:14.32doom0rit does
23:14.39doom0rcheck the tracker part
23:14.40chiperwithout all this other stuff
23:14.52chiperI'm perfectly content with blizzard's own interface
23:14.58chiperunlike the quest log :P
23:15.15chiperis so happy uberquests finally got updated
23:16.51*** join/#wowace Jagannath (i=Jagannat@adsl-75-37-162-96.dsl.sndg02.sbcglobal.net)
23:20.48*** join/#wowace Tristanian (n=Tristani@adsl29-145.kln.forthnet.gr)
23:22.12Repo10ace-profit: 03Studdly1 043.0B2 * r46 AceProfit.lua: Minor Coding problem fixed
23:24.02ckknightXinhuan: ping
23:24.58AckisStuddly1: get everything working?
23:25.08Studdly1My page is working ya
23:25.09Studdly1Thanks
23:25.11Repo10raidbuffstatus: 03danielbarron * r111 / (9 files in 2 directories): RaidBuffStatus:
23:25.11Repo- Fixed Trueshot Aura spell id.
23:25.12Repo- Fixed Paladin blessings hopefully.  They are not perfect due to not counting stacking yet.
23:25.13Repo- Added a check for Vigilance being cast on tanks.
23:25.24Studdly1The addon on the other hand puting up errors .
23:25.27Ackissweet
23:26.10Repo10raidbuffstatus: 03danielbarron 04v3.03 * r112 : RaidBuffStatus:
23:26.12Repo- Tagging v3.03 stable
23:28.11*** join/#wowace Kilroo (n=Kilroo@cpe-098-026-168-017.triad.res.rr.com)
23:31.03doom0rwoohoo, gogo band of icy depths for big iron fishing pole hunting
23:31.47Ackislol
23:31.52doom0r;x
23:31.54Repo10chinon: 03Sidoine * r43 / (2 files in 1 directory): Chinon:
23:31.54Repo- bug when adding a buff tracker
23:31.55Repo- riptide added to shaman default spells (shift right)
23:32.13Repo10chinon: 03Sidoine 043.0.2 * r44 : made a copy
23:35.48Ackiswtf
23:36.05Ackis"suck my broom" "kk" "person kneels down" "yummy"
23:38.20Ackishttp://ackis.myminicity.com/env <-- clicky pls
23:39.41Camcii click if u click mine :p
23:40.10Ackiskk
23:40.12Ackis:P
23:40.38Camcihttp://emuu.myminicity.com/ :D
23:41.03Studdly1http://ace.pastey.net/99384
23:41.45Studdly1Error stoping me from selling
23:42.13Studdly1Message: ..\FrameXML\MerchantFrame.lua line 389:
23:42.15Studdly1<PROTECTED>
23:43.21CrazyBennyuse PickupMerchantItem() instead of MerchantItemButton_OnClick("LeftButton");
23:43.55*** join/#wowace |Yssaril| (n=Yssaril@adsl-99-139-120-222.dsl.emhril.sbcglobal.net)
23:44.39*** join/#wowace falconindy (n=dave@cpe-74-76-171-119.nycap.res.rr.com)
23:44.53Studdly1Perfect
23:44.54Studdly1thanks
23:46.04Repo10ace-profit: 03Studdly1 * r47 AceProfit.lua: AceProfit:
23:46.05Repo-Fixed Sell error. Thanks CrazyBenny!
23:47.29CrazyBennyhehe, I had same problem in selljunk
23:47.45Studdly1:)
23:49.57*** join/#wowace Kaelten (n=Kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
23:49.57*** mode/#wowace [+o Kaelten] by ChanServ
23:50.11doom0rno more shellfish, i want a freakin fishing pole
23:50.23Ackis3333333333333333333333333
23:50.51Repo10auto-turnin: 038tImER * r76 AutoTurnin.lua:
23:50.52Repo- add support for full autocompletion of Argent Dawn Scourgestone turn-in quests
23:50.52Repo- this adds support for npcs who offer multiple quests but don't have gossip text (like Duke Nicholas Zverenhoff), they use QUEST_GREETING instead of GOSSIP_SHOW
23:50.52Camci3?
23:50.57Gnarfoz<PROTECTED>
23:51.08*** join/#wowace vithos_ (n=vithos@unaffiliated/vithos)
23:51.11Gnarfozckknight: what happens with the rename requests, btw? ;p
23:51.21ckknightKaelten goes through them
23:51.26Gnarfozah, hm
23:51.33ckknightwhy?
23:51.35Gnarfozthat's basically the same as before, then, heh
23:52.03Gnarfoznah nothing, I'll just hope grennon realizes what to do next, himself
23:52.05Gnarfoz^^
23:52.15Repo10ace-profit: 03Studdly1 * r49 embeds.xml: AceProfit:
23:52.16Repo-Fixed minor error
23:52.27Adirellenight
23:52.29Studdly1Ckk may i ask u a question
23:52.35Gnarfozbecause seeing what happened with cart2, I'd rather not tag that AutoTurnin rev as beta
23:52.38ckknightsure, knock yourself out
23:52.39Gnarfozeven though it works fine etc
23:52.53Gnarfozbecause I'm not listed as co-author for it
23:53.04Studdly1How do i get it to say the version i want ? Only way i have found is by putting it in the tag not trunk
23:53.10Gnarfoz(which I hardly am, that was my second commit to it ^^)
23:53.38Studdly1i want to put out a 3.0.2-Release
23:53.54Studdly1but do not want it named r48
23:53.58ckknightright.
23:54.12ckknightso just tag it as 3.0.2-Release
23:54.20ckknightit will be r50
23:54.26ckknightbut referred to as 3.0.2-Release
23:54.27Studdly1Put it in trunk again ?
23:54.29Repo10achievement-ranking: 03kunda 041.02beta * r10 : Tagging as 1.02beta.
23:54.30ckknightno.
23:54.37Gnarfoz~seen grennon
23:54.41purlgrennon <n=jdawg@c-75-64-65-68.hsd1.tn.comcast.net> was last seen on IRC in channel #wowace, 6d 20h 25m 5s ago, saying: 'alright, when you create a new libdatabroker object, what does the "value" property do?'.
23:54.41ckknightdo you understand how tags work?
23:54.45Studdly1Ahh you mean on the page ?
23:54.50Studdly1On the Addon page
23:55.13ckknightSVN tags.
23:56.01Studdly1http://www.wowace.com/projects/ace-profit/files/41-r49/edit/ Then Name and change it ? will that work ? Since i have no clue how to svn tag
23:56.44Gnarfozsvn tags are just copies
23:57.04Studdly1Ahh
23:57.27Gnarfozit's in the Repo FAQ at wowace.com, btw
23:57.27Gnarfoz:P
23:57.38Studdly1Kool i will read
23:57.40Gnarfozhttp://www.wowace.com/knowledge-base/repository-faq/
23:57.55Gnarfozenjoy, it's not that long if you skip the git and hg parts
23:59.53*** join/#wowace quoin (n=quoin@122-49-150-216.ip.adam.com.au)

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