irclog2html for #wowace on 20060901

00:00.04MentalPowerso it does the pow() expression on compile time instead of at runtime
00:00.29ckknightright.
00:00.35MentalPowerdoes that apply only to pow() or does it also apply to other math functions?
00:00.44ckknightall math operations
00:00.50MentalPowerwow, nice change
00:01.14ckknightyea, it's useful
00:01.14ckknightlets you do 2^8 instead of writing out 256
00:01.20ckknightand it'll be clearer, but just as optimized
00:13.36*** join/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
00:13.40Neronixhaha, best idea ever
00:13.51Neronixencrypt my unfinished essay in lua >)
00:14.38ckknight?
00:14.38Neronixfor char in the file, do char = "\"..string.byte(char)*2 or something...
00:14.48ckknightoh, lol
00:15.04ckknightstring.format("\\%02x", string.byte(char))
00:15.12Neronixthanks
00:24.52Neronixhm, that only litters the thing with "\02" at periodic intervals
00:26.19*** join/#wowace Harem (n=thespeci@artsnaa156.uwaterloo.ca)
00:30.47Haremandreasg: you there?
00:40.47Neronixckknight: Hmm, file:write(mangledText) doesn't do anything, whereas io.stdout:write(mangledText) does
00:41.08Neronixand the latter just prints things as \<num> rather than actual characters
00:42.11hyperChipmunkI wrote a script to autogenerate an AceLocale-2.0 default translation file from your source .lua file(s); would someone be willing to test for me?
00:42.16NeronixEmailing a piped out series of numbers isn't as cool ;P
00:43.17hyperChipmunkhttp://69.14.77.214/localizer.sh
00:48.15hyperChipmunkhaste: ping
00:49.32Neronixd'oh, it's string.char I was supposed to use
00:50.28hastehyperChipmunk: pong
00:51.14hyperChipmunktry my script, jerk
00:52.00hasteit does what?
00:52.37hyperChipmunktakes lua files and extracts out all the localization strings and makes an appropriate AceLocale-2.0 locale file
00:52.39CIA-1103cladhaire 07Ace2 * r9692 10PerfectRaid/PerfectRaid/ (Bindings.xml PerfectRaid.lua PerfectRaidOptions.lua):
00:52.39CIA-11PerfectRaid:
00:52.40CIA-11* Texture changes apply immediately now
00:52.40CIA-11* Still need better validation on option handlers
00:53.17hyperChipmunki.e. makes BattlegroundFuLocale-enUS.lua from BattlegroundFu.lua
00:53.31hastehyperChipmunk: but I don't have any localized add ons *grin*
00:53.35snurrepraid getting deucecommander menu soon?
00:53.38hyperChipmunknow you do!
00:53.48hasteno I don't!
00:53.59hyperChipmunkbut it's so easy!
00:54.15hyperChipmunkwith my unpatented technology, anyone can localize their addons!
00:54.46hyperChipmunkdon't be a luser
00:55.21NeronixMy universal obfuscator-ator-ifier is done! http://pastey.net/539
00:55.21hyperChipmunkdo you use any addons whatsoever that use AceLocale-2.0?
00:55.24snurrei am and will always be a luser!
00:55.36Neronixwatch as it turns unfinished essays into utter shite!
00:55.54hyperChipmunkmaybe run it on one of those and compare to its own locale file
00:56.22Neronixand play around with the algorithm for crazier results!
00:56.35hyperChipmunkdoes it unobfuscate?
00:56.56hyperChipmunkor does it just generate random crap
00:57.17hyperChipmunkand try my script
00:57.24hyperChipmunkif you value your life
00:57.56hyperChipmunkckknight: can your gonad shell-thingy run .sh scripts?
00:58.40*** join/#wowace Tem (n=tardmrr@204.90.50.252)
00:58.40*** mode/#wowace [+o Tem] by ChanServ
00:59.14hyperChipmunkc'mon, there must be *somebody* that hates writing those Locale files as much as I do
00:59.26ckknightmonad, and no
01:00.33NeronixhyperChipmunk: Of course it doesn't unobfuscate
01:00.34hyperChipmunkno you don't hate writing those files or no you can't run bourne shell scripts
01:00.56Neronixand I don't bother localising nowadays ;P
01:01.04ckknightPowershell can't run bash scripts
01:01.06CIA-1103ag * r9693 10ag_UnitFrames/ (ag_UnitClass.lua ag_UnitFrames.lua):
01:01.07CIA-11ag_UnitFrames
01:01.07CIA-11<PROTECTED>
01:01.07CIA-11<PROTECTED>
01:01.07ckknightit has its own scripts
01:01.14hyperChipmunkway to be compatible
01:01.18ckknightthough...
01:01.32vhaarrag`: my player frame does not update
01:01.36ckknightif you install the win32 *nix tools, you can basically do it
01:01.38ckknightI have grep.exe
01:01.43hyperChipmunkdo you have sed?
01:02.18hyperChipmunkoh hm
01:02.42hyperChipmunkit uses getopts and some if/fi logic too
01:02.43Haremthat ag_uf update fixes the problems?
01:02.52ag`vhaarr, I fixed it
01:03.02vhaarrag`: excellent
01:03.11ckknightI have sed
01:03.20ag`and I think I fixed that target bug you were talking about
01:03.27ag`but you would have to test it
01:03.38Haremanyone know why my bigwigs candybars are clear?
01:03.45ckknightbasically, instead of if cond; then ... fi, you have if (cond) { ... }
01:04.24CIA-1103rabbit * r9694 10BigWigs/Naxxramas/Grobbulus.lua: BigWigs: Grobbulus: Cosmetic fix.
01:04.30hyperChipmunkif [ $# -eq "0" ]; then ---> ?
01:05.28hyperChipmunkah, forget it; I'm not gonna port it, anyways; if MS can't get their crap together with the rest of the world, that's their own lookout
01:05.52CIA-1103rabbit * r9695 10BigWigs/Naxxramas/Gluth.lua: BigWigs: Gluth: Set self.started even if the user has unset Decimate.
01:07.52CIA-1103rabbit * r9696 10BigWigs/Version.lua: BigWigs: Version: grrrmph, I hate line endings.
01:08.04ckknighthyperChipmunk, I just like to use python
01:08.07ckknightwhat're you porting?
01:08.40hyperChipmunknothing, just thought you as the AceLocale guy would be best-suited to checking it out
01:08.57hyperChipmunkbut you don't run anything that can interpret a shell script
01:09.06ckknightpastebin
01:10.23hyperChipmunkhttp://ace.pastey.net/541
01:10.37Neronixhttp://pastey.net/540 -- simplified
01:10.58Neronixand you can convert it back if you change it to -1 ;P
01:12.49Neronix`sleepnight
01:13.09CIA-1103hyperactiveChipmunk * r9697 10FuBar_BattlegroundFu/ (BattlegroundFu.lua BattlegroundFuLocale-enUS.lua):
01:13.09CIA-11BatFu:
01:13.09CIA-11- Added option to hide the default battle objective frame
01:13.09CIA-11- Locale file autogenerated with http://69.14.77.214/localize.sh
01:14.03hyperChipmunkcompare those two files to see the results of running the script; the second is completely unmodified output from `localize.sh BattlegroundFu.lua`
01:14.26hyperChipmunker, actually, `localize.sh -d BatFu BattlegroundFu.lua`
01:14.39Rophybah,  SWStats is still modifying the global patterns, I thought he should have removed that part long time ago.
01:14.45hyperChipmunkbecause I had BatFu, not BattlegroundFu as my descriptor in the source file
01:15.02hyperChipmunkand i was too lazy to change it there =)
01:15.12hyperChipmunkplus, it was a good way to test it
01:16.16KebinusanWhen is tranq.lua getting options to disable it
01:18.11JoshBorkeRophy: o.O SWStats changes global patters?!
01:18.12FryGuyhmm the "growup" option for ora2 maintanks reverses the tanks :/
01:18.24Rophyyes
01:18.36RophyI posted a comment on curse-gaming to ask him to change that.
01:18.48RophyOr I'm not even going to think about using it.
01:18.49FryGuyinstead of keeping them order, yet keeping the lowest one at the same spot
01:19.06*** join/#wowace _Valgrind (n=bortas@c-a70d70d5.09-31-6c6b7010.cust.bredbandsbolaget.se)
01:20.11RophyJoshBorke, it does that since very early version. So I didn't even bother to look at its later version. Until recectly I knew that DamageMeter author has quiited wow and everyone seems to saying sw stats is quite good now.
01:20.23Rophyso I 'thought' he probably removed that part.
01:23.53ckknightfood poisoning is not fun.
01:23.57JoshBorkeinteresting
01:24.04JoshBorkebecause it appears ParserLib works next to it :-D
01:25.09Rophymods loaded after it will miss some patterns, but you probably won't notice it.
01:25.37ag`vhaarr, works?
01:25.48RophyParserLib loads pattern on real time so I guess it isn' affected by that.
01:25.53vhaarrag`: yeah the player frame updates now, thanks
01:26.00vhaarrag`: lag is unknown, the raid is over
01:26.08ag`ok
01:27.11*** join/#wowace GremWarsong (n=admin@dyn-8-82.myactv.net)
01:28.46*** join/#wowace mjc (n=mjc@c-66-176-173-47.hsd1.fl.comcast.net)
01:29.23CIA-1103jncl * r9698 10devnull/devnull.lua: /dev/null: Changed to disable chat muting in Instances and Battlegrounds
01:29.44mjcmoam typo "enaged'
01:31.08*** part/#wowace _Valgrind (n=bortas@c-a70d70d5.09-31-6c6b7010.cust.bredbandsbolaget.se)
01:31.09CIA-1103hyperactiveChipmunk * r9699 10localizer/ (. localizer.sh svn-commit.tmp):
01:31.10CIA-11Localizer:
01:31.10CIA-11- Initial Commit
01:31.10CIA-11- Shell script for generating AceLocale-2.0 default localization file from .lua source
01:31.10CIA-11- Args: -d descriptor (e.g. MyAddon, defaults to the basename of the first input file), -l locale (defaults to enUS), -t tablevar (defaults to L)
01:31.11CIA-11- Next commit will include -o output file, with standard output being default. Currently, the script outputs to ${descriptor}Locale-${locale}.lua
01:31.53CIA-1103hyperactiveChipmunk * r9700 10localizer/svn-commit.tmp:
01:31.53CIA-11Localizer:
01:31.53CIA-11- removed svn-commit.tmp from the svn. oops
01:32.11vhaarrmjc: thanks
01:32.15CIA-1103rabbit * r9701 10BigWigs/AQ20/Moam.lua: BigWigs: Moam: Typo.
01:32.19mjcyep
01:34.49*** join/#wowace Pimpfo__ (n=Pimpfo@N905P009.adsl.highway.telekom.at)
01:42.08frushmm, ag`, wanted to try out unitframes regardless of ToTT, but getting complete ui lockup when a click a frame when I have clique enabled ;(
01:42.35ag`I use clique+aguf and it works
01:42.49frusvery weird, think I have latest version of both, time to recheck
01:42.50CIA-1103joshborke * r9702 10HealWatch/ (HealWatch.lua HealWatchComs.lua HealWatchEvents.lua):
01:42.50CIA-11HealWatch:
01:42.50CIA-11- i think coms might actually work now...
01:42.57mjcanubisath guardian typo
01:43.00mjc"you got the plage"
01:43.03mjc"plague"
01:43.09mjcshould be "You have the plague"
01:43.52*** join/#wowace nekoh (n=horizon@pD9E01860.dip0.t-ipconnect.de)
01:44.03Gngskbah, you ain't got no right to judge!
01:44.47frushmm, still the same, but my rightclick event etc works, it's just when I left-click it happens (got no event setup in clique on leftclick)
01:44.52JoshBorkebye all :_)
01:44.52*** part/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
01:45.02frusguess putting target event on leftclick will work
01:45.52frusyep it does :)
01:46.11CIA-1103rophy * r9703 10SimpleCombatLog/ (. core.lua):
01:46.11CIA-11SimpleCombatLog
01:46.11CIA-11- Added AceDebug for debugging.
01:46.11CIA-11- Fixed broken default theme in the previous version.
01:48.45frusguess that's not working as intented tho, but well, it's working for me now :p
01:50.45CIA-1103rabbit * r9704 10BigWigs/ (AQ20/Guardians.lua AQ40/Defenders.lua): BigWigs: Defenders/Guardians: You HAVE the Plague!
01:50.48frusgetting the same still on scrollbutton-click etc tho, so will have to setup a clique event for all of them ;(
01:53.30*** part/#wowace wereHamster (n=tomc@gw.ptr-62-65-141-13.customer.ch.netstream.com)
01:56.47CIA-1103hyperactiveChipmunk * r9705 10localizer/localizer.sh:
01:56.47CIA-11localizer:
01:56.47CIA-11- now accepts -o outfile for output; defaults to standard output
01:57.51KebinusanGluth isnt showing the decimate bar after first run in
01:58.03vhaarrKebinusan: I just did Gluth today, works fine for me.
01:58.32frusupdated since * r9695 BigWigs/Naxxramas/Gluth.lua: BigWigs: Gluth: Set self.started even if the user has unset Decimate. Kebinusan? ;p
01:58.46frusah hm, shouldn't have anything to do with that
01:58.53frusdidn't read it, just saw gluth :p
01:59.01vhaarrI did Gluth with that change before I committed.
01:59.39KebinusanI dont think Im running the latest
01:59.42vhaarrKebinusan: Did you get the start warning?
01:59.56vhaarrKebinusan: "Gluth engaged, 105sec .." etc
02:00.01Kebinusanno
02:00.05Kebinusanits kinda weird
02:00.07vhaarro_O
02:00.21frussure you did mouseover on gluth before engage? :p
02:00.36Kebinusanthis is a re-engage, the first one worked fine
02:00.51vhaarrhrm
02:00.59vhaarrthe wipe detection doesn't work properly
02:01.01Kebinusanno fear warning either until after the first fear
02:01.03Kebinusanyeah
02:01.10KebinusanI'll update to the latest svn first though
02:01.25vhaarrdoesn't help
02:01.37vhaarrI know someone in the raid had the same problem you have
02:01.50vhaarrit is simple
02:01.55vhaarrthe mod wasn't rebooted
02:03.19Kebinusancould be my fault for releasing before the raid wipe I spose
02:03.31vhaarrBW should handle it
02:03.38vhaarrbut next time make sure you click the BW icon
02:03.43vhaarrto reboot the bossmod
02:03.49vhaarrand reset the self.started flag
02:04.39*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
02:05.57vhaarrwhat the .. why did that deDE guy translate all the console options
02:06.08vhaarror well, not translate, just copied from enUS
02:07.17ag`question: is table.remove the same as setting the table value to nil?
02:07.31ag`like [3] = nil
02:07.36Tekkubhttp://www.furaffinity.net/full/204117/
02:07.37Tekkubhehe
02:08.42frusbah, even making event for all mousebuttons isn't enough, still lockup on ctrl+mouse4 etc :x
02:09.14ag`lockups o_O
02:09.33frusye :x
02:09.34ag`man, if I were you I would try to disable all addons but aguf and clique
02:09.41Kebinusanwtf tekk
02:09.53Tekkubwhat?
02:09.58frushmm, let's do that, but time to backup addons file first then :p
02:11.56PProvostHey Tain, you here?
02:13.09frusyep, working now, time for fun 1-by-1 enables of addons
02:15.16ag`~emulate ag
02:15.24ag`~emulate ag`
02:15.25purlNo, that can't be my bug. Disable all your addons, delete your WTF, empty your trashbin, wash the dog and throw a magnet on your harddrive. Oh, you still get the bug? Ok, I'll take a look at it
02:15.59frushaha, thing is he is actually (partly) right, or at least it's a conflict with another addon :p
02:16.12frusnot happening with nurfed + clique + addon x tho :)
02:16.19Kebinusanfurry comics?
02:16.33ag`which addon does it conflict with?
02:16.44frusthat's what I'm trying to find out now
02:16.51fruswoot, guess 1 was right
02:17.03frushttp://ui.worldofwar.net/ui.php?id=3030
02:17.04Rophyag`: i think it is a no.
02:17.16RophyI mean the table.remove vs nil
02:17.17ag`huh?:p
02:17.17frusthat's the one
02:17.28ag`Rophy, what's the difference
02:18.06Rophytable.remove only works on numeric index table, and it'll update the n
02:18.09RophyI remember nil won't update the n
02:18.43Rophyso t.n=4;  table.remove(t, 3) -> n =3;  t[3] = nil -> n = 4
02:19.09frusHeart has a way of clickhealing too, guess that's where the problem is, but I don't have it enabled, & it doesn't conflict with nurfed, so weird stuff
02:19.34Rophyalso I think for t = {3,2,1},  table.remove(t, 2) will move 1 to t[2], while t[2] = nil won't
02:19.43ag`Rophy, I am asking because table.remove makes the iterator skip the thing you remove
02:20.02Rophylet me do a quick test
02:20.04ag`I wanted to know that if setting the for examble [3] = nil does the same
02:22.30ag`for k,v in {1,2,3} do print(k) end
02:22.39Rophytry : t = {1, 2, 3}  table.remove(t, 2)  ChatFrame1:AddMessage(t[2])
02:22.40Rophyyou'll see t[2] = 3
02:22.40Rophythen try /script t = {1,2,3} t[2] = nil ChatFrame1:AddMessage(t[2])
02:22.40Rophyt[2] will be nil.
02:22.41ag`I know table.remove moves the offsets and changes table.getn
02:22.43*** join/#wowace Gamefaq (i=Gamefaq@pD9E63046.dip.t-dialin.net)
02:22.43ag`what I want to know is if for k,v in table do
02:22.45CIA-1103grayhoof * r9706 10EavesDrop/ (EavesDrop.lua options.lua): EavesDrop: Fixed over healing error, fixed centering of text, added flip option for events.
02:24.05Rophyt = {1,2,3} for i, v in t do table.remove(t,i) end  -> t[1] = 2
02:24.22Rophyt = {1,2,3} for i,v in t do t[i] = nil end  --> t == {}
02:24.28RophyI think this was what you wanted to ask?
02:26.50ag`I wanted to know if t[2] = nil would make "for k,v in t do" skip 2
02:26.55ag`like table.remove does
02:28.26ag`like if you nil out some stuff in a table, will the loop happen less often
02:28.26ag`more like less times even
02:28.39Rophy<PROTECTED>
02:28.47Rophythat means it won't I think?
02:29.15ag`I guess :)
02:29.27ag`how about a table that isn't indexed by numbers?
02:30.01Rophyworks fine too
02:30.49Rophyby the time you made clear your question, you should be able to do the test yourself :p
02:30.50Rophyt= {a=1, b=2, c=3} for i,v in t do t[i] = nil end
02:31.03Rophythis is shorter thany our question :p
02:33.37TekkubRophy... a few things...
02:33.43Tekkubuse for i,v in pairs(t)
02:33.51Tekkubonce the expansion hit for i,v in t will break
02:33.51ag`yes, it seems to work :P
02:33.58Rophywhat are the differences?
02:34.01Tekkubsecond... if you use table.insert your method will break, you have to trick the table into completely resetting after you erase it
02:34.02frusk, seems it's only those 3, Clique + ag_UF + Heart, all other combo's seem to work
02:34.02Tekkubbut only if you use table.getn, insert or remove
02:34.02Gngskfrus, what's Heart?
02:34.03Tekkubfor i,v in t implicitly calls pairs...
02:34.14Tekkubbut in the newer lua that implicit call is gone
02:34.14frushttp://ui.worldofwar.net/ui.php?id=3030
02:34.14Tekkubso just get in the habit of using for i,v in pairs(t) now
02:34.14Tekkubor ipairs if you only want numeric indexed stuff, in order
02:34.15Rophyso you mean the implicit call might become incompatble with WoW lua in case wow upgrades to newest lua?
02:34.27Tekkubnot might, for i,v in table WILL break in the expansion
02:34.32Gngskexpansion = lua 5.1 !
02:34.37Rophyoh, expansion
02:34.46ag`frus, I wouldn't recommend using Heart with clique.
02:34.49Tekkubyes, but it works now so get in the habit
02:34.54Tekkubyou'll be glad you did :)
02:34.57Rophyhmm
02:35.20fruswell, thing is it works together while using Nurfed, & the Heart click-heal part can't do what I want :(
02:35.56Tekkubhttp://wiki.wowace.com/index.php/BigWigs
02:36.00Tekkublike the sidebar?
02:37.05frusguess I'm doomed to stay with nurfed_unitframes :)
02:37.57ag`frus, I can't say exactly what the problem is, but looking at the things Heart does, I would say it could easily be a very explosive/buggy combo together with clique
02:38.40Tekkubnoone's listening to me, guess I'll go /emo a bit
02:39.33RophyI'm listening to you and changing my loop to pairs() :p
02:39.41Kebinusanlooks good
02:40.15ag`I'm a table noob
02:40.21ag`and lua is all about tables
02:40.21ag`so
02:40.38TemTekkub, you need to also list the supported trash mobs
02:40.49Temand yes, the sidebar looks good
02:40.50frusye, could basically understand those addons bugging with eachother, just can't understand they don't with perfectraid & nurfed, & they do with ag
02:41.45Tekkubyea I'm gonna tweak the supported bosses secion
02:41.52Tekkubsplit it out into pages :)
02:42.08ckknightwhat replaces table.setn?
02:42.48Tem#table
02:42.55Temoh, there is no replacement for setn
02:43.00Temsetn was bad anyway
02:43.19HaremAnyone know how to fix the issue where the BigWigs bars show up with no texture on the bar?
02:43.36ckknightum, hell
02:43.43Rophyyou mean in expansion you can't table.setn ?
02:44.01ckknightif there's no table.setn, then how do you clear a table?
02:44.08KebinusanTekkub, can tranq.lua get disable options yet :-)
02:44.15ckknightthat might have an n attached to it
02:44.34Tekkubyea sure... if I get to it :)
02:44.41Tekkubtweaking wiki, gimme a min
02:45.21ckknightokay, odd:
02:45.48ckknight> t = {1,2,3,4}
02:45.49ckknight> =#t
02:45.49ckknight4
02:45.49ckknight> t[3] = nil
02:45.49ckknight> =#t
02:45.49ckknight4
02:45.51ckknight> t[4] = nil
02:45.53ckknight> =#t
02:45.55ckknight2
02:46.12ckknight> t[10] = true
02:46.13ckknight> =#t
02:46.13ckknight2
02:46.15ckknightso I dunno.
02:46.40Rophyso wow is going to upgrade to lua 5.1, what is the current lua version in wow?
02:46.55RophyI want to know exactly what is going to be changed.
02:47.17ckknight5.0.2
02:47.30ckknightthe upgrade won't be for a while
02:48.22Rophyfor stuff which is going to fail like for i,v in t
02:48.28Rophymay be I should just change them while I still remember
02:49.37Gngsktekkub will be here to remind you
02:50.17ckknightwhy haven't you already?
02:50.22ckknightI've had that change for a while
02:50.24Temckknight, table.insert
02:50.26Temtable.remove
02:50.35ckknightTem, but I don't wanna.
02:50.41Temonly way to guarantee # will work
02:50.44Temthen stop your bitching
02:50.46Rophybecause I don't know / don't care about the lua progress.
02:51.03Tekkubhttp://wiki.wowace.com/index.php/BigWigs
02:51.07Tekkub:) better layout
02:51.13Tekkubnot as "rambling"
02:51.26ckknightTem, this is mostly for compost-style table deletion
02:52.02Temcompost shouldn't really exist, imp
02:52.04Temimo*
02:52.29ckknightit still has its uses.
02:52.57ckknightalthough the incremental GC will help, it won't solve everything
02:53.03ckknightand we shouldn't get sloppy because of it
02:53.11Temthat's not what I meant
02:53.35TemI mean that you shouldn't rely on compost to make your sloppy use of tables okay
02:53.41Temyou should just not be sloppy
02:54.34Rophywhat's wrong with using a table? I use it to map inputs to outputs a lot.
02:54.42ckknightsometimes it's good for recursion
02:54.57Rophyand I need to recycle the table when the inputs are dynamic.
02:55.00ckknightRophy, tables cost 32 bytes + length of keys + length of values
02:55.26ckknightand that's basically 32 bytes you can't get back.
02:55.45Rophyso a function costs less than 32 bytes?
02:56.23PProvostDoes anyone have any experience using Visor to move the game tooltip? In DFM you had to jump through some silly hoops, but I can't even figure out how to get started in Visor.
02:56.42RophyI dont see what's wrong with recycling 1 table? 32 bytes only matter when you create tons of tables on real time.
02:57.13ckknightrecycling is good, imho
02:57.20ckknighthey Kaelten
02:57.21Kaeltengods I'm looking forward to this weekend
02:57.51ckknightapparently t[#t + 1] = value and t[#t] = nil is recommended...
02:58.15Gngskwhat's # ?
02:58.22Kaeltenworking too muchthis week
02:58.31GngskI guess I could totally RTFM!
02:58.46Rophythat # is new in 5.1?
02:58.55ckknightyea
02:58.55Gngsk# and ...
02:59.00ckknightand %
02:59.03Gngsk:o
02:59.08ckknight5 % 4 == 1
02:59.17Gngsksame as in C?
02:59.21Rophy#t = table.len(t) ?
02:59.23ckknightI still think they should also have had //
02:59.24Kaeltenwell guys I got to get some sleep, I was just stopping by, I'll be around alot more over the next week
02:59.28ckknightRophy, table.getn
02:59.53ckknight<PROTECTED>
02:59.59Rophy... is new in 5.1?  
03:00.07ckknightwell, it's handled differently
03:00.10RophyI thought I saw them in the current version.
03:00.13ckknightarg doesn't exist in 5.1
03:00.24ckknightinstead, ... directly manipulates the stack
03:01.24ckknightfunction myPrint(...) print(...) end
03:01.34ckknight... instead of unpack(arg)
03:02.02Rophythen how do I access a specific args in ...?
03:02.13ckknightselect(5, ...)
03:02.23ckknightand select('#', ...) for length
03:02.33Rophythat select is new too?
03:02.37ckknightyea
03:02.38ckknightRophy, 5.1 also has incremental garbage collection
03:02.56Rophywhere can I find the list of speific changes? I think asking one by one isn't very efficient :p
03:03.14Rophythe version history in lua.org doesnt say alot
03:03.35ckknighthttp://www.lua.org/versions.html
03:03.53Rophyya I'm looking at that one, but it doesn't say alot
03:04.11ckknighthttp://www.inf.puc-rio.br/~roberto/talks/novelties.pdf
03:07.15Rophythat pdf is cool, thanks :D
03:07.38ckknightnot sure if the module stuff will be available in WoW
03:09.31ckknightwhat's wrong with recycling tables, Tem? especially if otherwise it'd just be repeated creation + nilling
03:09.37ckknightexample: Dewdrop arguments
03:09.42ckknightor Tablet arguments
03:11.00andreasgdoes anyone know how acegui2 and an eventual acegui2 aceoption parser is coming along?:)
03:11.26kergothRophy: note that select(5, ...) returns arguments 5 on, not just argument 5
03:12.03ckknightlocal a,b,c = select(2, ...)
03:12.08CIA-1103cladhaire 07Ace2 * r9707 10PerfectRaid/PerfectRaid/ (3 files in 2 dirs): PerfectRaid: New highlight texture, random border colors.. or something
03:12.11ckknightandreasg, ping Tem
03:12.21Rophyso I have to do local a1, a2, a3, a4, a5, a6 = select(1, ...) ?
03:12.28ckknightno.
03:12.48ckknightfor i = 1, select('#', ...) do local v = select(i, ...) end
03:12.51ckknightthat's fine
03:13.09Rophyhmm...
03:14.17*** join/#wowace GremWarsong (n=admin@dyn-8-82.myactv.net)
03:14.24GremWarsongAnyone that can help me with a quick Ace problem?
03:14.29GremWarsongIm trying to use Ace's event scheduler, and I get the error:  bad argument #2 to 'IsEventScheduled' (string or table expected, got nil)
03:14.40GremWarsongAnd im using the code:  Ace.IsEventScheduled("SpellCast");
03:14.49GremWarsongIm giving it a string like it demands, but it says it's getting nil?
03:14.54GremWarsongAnd why is argument #2 required, documentation indicates:  :IsEventScheduled("id" or id)
03:15.54Rophybecause you should call Ace:IsEventScheduled("SpellCast") or Ace.IsEventScheduled(Ace, "SpellCast") ?
03:16.05ckknightGremWarsong, "id" or id is argument #2
03:16.14ckknightself is argument #1
03:16.27ckknightuse :, not .
03:16.37GremWarsongDuh
03:16.45ckknight~pat GremWarsong
03:16.52purlACTION pats GremWarsong and says "Nicely Done!"
03:16.52GremWarsongThanks! =)
03:16.52GremWarsongHaha
03:16.59GremWarsongIm not used to this : stuff
03:17.11ckknightokay
03:17.16ckknightwell, I recommend getting used to it
03:17.24ckknightit's how lua and WoW does most of it's stuff
03:17.26Rophyt:f(a) == t.f(self, a), I think that's it
03:17.32GremWarsongHehe
03:17.36GremWarsongGetting used to it now
03:17.40ckknightRophy, t:f(a) == t.f(t, a)
03:17.46GremWarsongThanks for the Ace recommendation ckknight
03:17.55ckknightlike DEFAULT_CHAT_FRAME:AddMessage("stuff") uses the colon
03:17.56ckknightalright
03:17.56GremWarsongYou've ensured yourself being on the asking end of all kinds of horrible questions
03:18.14ckknightI'll just field it onto someone else if need be
03:18.24GremWarsong;-)
03:18.26ckknightCosmos is an anomoly in that it uses the . style
03:18.48ckknightask Ace issues in #wowace, btw, not in #wowi-lounge
03:18.52GremWarsongOkay
03:19.26ckknightwhat're you making, btw?
03:20.26GremWarsongYou dont want to know
03:20.53ckknightsure I do
03:21.02GremWarsongIts something big
03:21.09ckknightTem, ping. what's the progress on AceGUI 2.0?
03:21.15ckknightso say what it is
03:21.25GremWarsongBut for one, it allows me to equip and view the inventories of party members that run the same mod
03:21.32ckknightokay
03:21.41ckknightI recommend checking out AceComm-2.0
03:21.43GremWarsongBut in all honesty, its global purpose is taboo
03:21.53GremWarsongYeah ill check it out
03:21.54ckknighttaboo?
03:22.05ckknightI also tend to be the author of AceComm-2.0
03:22.10GremWarsongNice =)
03:22.37ckknighthrm
03:22.40GremWarsongI dont know how fellow modders would view my project, I dont want to have to change my username ;-)
03:22.44ckknightI don't think Tem's quitting is a coincidence
03:22.54ckknightalright.
03:23.00ckknightjust /msg me, and I'll tell you what I think
03:23.07ckknightI won't tell the others if I disapprove
03:23.10GremWarsongHaha
03:23.22ckknighthrm?
03:23.45CIA-1103rophy * r9708 10SimpleCombatLog/ (8 files):
03:23.45CIA-11SimpleCombatLog
03:23.45CIA-11- colors now saved as hex codes instead of {r,g,b} tables.
03:23.45CIA-11- added pairs() to all for loops.
03:25.12*** join/#wowace Sokurai (n=hssf7@hou157-51.sfsu.edu)
03:25.40ckknighthey Sokurai
03:25.53GremWarsongck, wont let me send private messages
03:25.56GremWarsongI have to register, heh
03:25.56GremWarsongsec
03:26.19ckknightfigured
03:26.19Sokuraihey person that makes one of my favorite mods except I can't remember which one because I haven't played WoW in 5 months :oa
03:26.20GremWarsong!Register
03:26.24GremWarsongIm not much an mIRC guru
03:26.26SokuraiIs it BossPanel? :x
03:26.30ckknight<PROTECTED>
03:26.39ckknightah, yea
03:26.47ckknightwell, it's FuBar 2.0 now
03:27.03ckknightit became FuBar at around 0.94 I think
03:27.12ckknightor something
03:27.22ckknightnow we have Ace2 and whatnot.
03:27.30frusthat was the first time I clicked it on a ui site :)
03:27.33frusbosspanel was misleading :p
03:27.53SokuraiWhen did Ace2 come out? :o
03:27.57ckknightum
03:28.05hyperChipmunk• Incremental garbage collector should reduce
03:28.05hyperChipmunk<PROTECTED>
03:28.05hyperChipmunk<PROTECTED>
03:28.17hyperChipmunkit's like ckknight that presentation
03:28.22hyperChipmunkwrote*
03:28.35ckknightno way, I know how to spell guarantees.
03:28.50hyperChipmunkwhat about dabacle?
03:28.53ckknightSokurai, I started working on it in May
03:29.06hyperChipmunkand independent
03:29.18Sokuraiah
03:29.21ckknightfuck you, guy
03:29.25frusI think ckknight just got owned ;(
03:29.33hyperChipmunknot yet
03:29.43ckknightit's debacle, btw.
03:29.52hyperChipmunkha, see
03:30.07hyperChipmunkbut at least mine was a typo
03:30.31Kebinusanis it wrong of me to throw snowballs at party members as they cross the frogger slimes
03:30.38hyperChipmunk22:03 <@ckknight> maia, the standby/active debauchle wasn't my decision
03:30.43hyperChipmunk22:03 < hyperChipmunk> debacle
03:30.50hyperChipmunknext day...
03:30.52hyperChipmunk15:48 <@ckknight> after that debauchle with AceLocale, it shouldn't be happening again
03:31.20hyperChipmunkfrus: ok now =)
03:31.32fruslol
03:31.33ckknighthyperChipmunk, hey, I had food poisoning.
03:31.47ckknightsee, I think of debauchery
03:33.15hyperChipmunkah, food poisoning.  The bane of spelling bee contestants everywhere
03:33.53ckknighttru dat.
03:34.31ckknightokay, turns out GremWarsong is writing a botting program
03:34.40hyperChipmunk>8\
03:34.44ckknightso that he can control one guy
03:34.51ckknightand send messages to 4 other guys in his party
03:35.00hyperChipmunknothing wrong with that
03:35.03hyperChipmunk...so far
03:35.23ckknighthe's got a hardware event emulator and everything
03:35.36CIA-1103cladhaire 07Ace2 * r9709 10PerfectRaid/PerfectRaid/PerfectRaid.lua: PerfectRaid: Preliminary support for backdrop/border indicators for debuffs
03:35.38ckknightbasically, he's just dual-boxing
03:35.41hyperChipmunkdefinitely something wrong with that
03:35.42ckknightwith 5 boxes
03:35.56hyperChipmunkyea, but if you're emulating hardware, it doesn't count
03:36.06ckknightbut as far as I can tell, there won't be a time where he can just leave it and he'll have 500 fish in the morning
03:36.07*** join/#wowace MentalPower_ (n=chatzill@host-70-45-82-92.onelinkpr.net)
03:36.10hyperChipmunkwe used to have a guy in my EQ guild that ran a full group (6 players)
03:36.15ckknighthehe
03:36.17ckknightfun
03:36.27hyperChipmunkwithout any scripting aid
03:36.31hyperChipmunkdid it manually
03:36.33ckknightlol.
03:36.37hyperChipmunkhe showed a picture of his setup on our boards
03:36.54hyperChipmunkit was the craziest thing you've ever seen
03:37.05hyperChipmunkmonitors everywhere; keyboards set up like a pipe organ
03:37.24ckknighthehe
03:38.13ckknightI'm interested in Grem's code and setup, though
03:38.23ckknightjust to see it
03:38.40ckknightand count how long before he gets busted
03:41.29ckknightdespite all else, you have to admit it's interesting from a programming point of view
03:41.30CIA-1103grayhoof * r9710 10EavesDrop/EavesDrop.lua: EavesDrop: fixed stupid cut-n-paste error.
03:45.00*** join/#wowace GremWarsong (n=admin@dyn-8-82.myactv.net)
04:25.45*** join/#wowace Azurewrath (i=Azurewra@87.123.199.0)
04:27.15*** join/#wowace Silv (n=Silvio@adsl-20-93-14.mem.bellsouth.net)
04:30.06*** join/#wowace ckknight_ (n=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
04:34.22*** mode/#wowace [+o ckknight_] by ChanServ
04:36.07Tekkubckk....
04:36.08Tekkubhttp://www.wowace.com/forums/index.php/topic,1527.msg39108/topicseen.html#msg39108
04:36.15CIA-1103fryguy * r9711 10BigWigs/Naxxramas/Gothik.lua: BigWigs: It's 20 waves, not 18. Added # to trainee/deathknight/riders
04:36.20TekkubSquare mode for minimap buttons request :)
04:46.19Kebinusanhmm tek I didnt know that
04:46.45Kebinusangood to know
04:49.17ckknightTekkub, there's no way to know if the minimap is round
04:49.27ckknightor square
04:50.35Kebinusanomg I need octagonal map support
04:51.07ckknightright.
04:51.07PProvosthehe
04:51.29ckknightsome people have square on 3 sides and round on the fourth
04:52.11PProvostYeah, I think I've seen some of Tain's screenshots for Visor that look like that.
04:53.16Kebinusanyeah simpleminimap has textures for all of those
04:53.24Kebinusanor masks rather
04:54.07Tekkubyea I knoww ckk
04:54.12Tekkubhad a thought tho
04:54.18Tekkubsquare buttons mode
04:54.24Tekkubinstead of round
04:54.26Tekkub*grin*
04:54.34Tekkubhttp://www.wowace.com/forums/index.php/topic,1762.msg39339.html#msg39339
04:54.45Tekkubme, half buzzed, about to go to bed, being a dick
04:56.03Tekkubbedtime!
05:05.09*** join/#wowace ToastTheif (i=ToastThe@24-177-162-9.dhcp.mrqt.mi.charter.com)
05:15.39CIA-1103fryguy * r9712 10BigWigs/Naxxramas/Thaddius.lua: BigWigs: Remove strategy from Thaddius power surge announcement.
05:20.39frusnow the same with about every other one ;p
05:20.41*** join/#wowace dreyruugr (n=chatzill@68-171-44-192.vnnyca.adelphia.net)
05:25.06Kebinusanheh thanks FryGuy that was buggin me
05:32.05*** join/#wowace Nickenyfiken (n=Miranda@83.145.59.23)
05:40.48*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
05:59.00*** join/#wowace cerement (n=cerement@gentoo/user/cerement)
06:01.36CIA-1103kyahx * r9713 10SmartRes/SmartRes.lua: SmartRes: Added oRA2 support (untested)
06:37.00*** join/#wowace krka_ (i=krka@c80-216-102-253.cm-upc.chello.se)
06:42.53Tekkubhttp://www.wowace.com/flyspray/?do=details&id=261
06:42.58Tekkubhe done pissed me off
06:43.21TekkubI knokck his bug from "Critical" down to "Very Low" severity :)
06:47.51cerementand here I use branch addons and don't have the problems he does ... I really must be doing something wrong ...
06:48.01FISKER_Qi just like hyperChipmunk made me a "Hide default objectives tracker"-feature :)
07:03.55evlhaste: ergo proxy is so fucking kool :P
07:07.45sedatedChipmunkFISKER_Q: payments can be made out to hyperactiveChipmunk@gmail.com...that's little h, big C, hyperactiveChipmunk@gmail.com.  Thanks
07:08.12FISKER_Q:)
07:25.51*** join/#wowace Neebler (n=bum@adsl-64-169-154-243.dsl.chic01.pacbell.net)
07:28.20*** join/#wowace kloppe (n=mroc@c-599872d5.034-194-6e6b701.cust.bredbandsbolaget.se)
07:30.39[Ammo]morning
07:31.09evlyo!
07:31.37Silvoi
07:33.19*** join/#wowace MoonWolf (n=moonwolf@f176182.upc-f.chello.nl)
07:33.19*** mode/#wowace [+o MoonWolf] by ChanServ
07:35.24Neebler...in actual news: the human race was doomed to extinction today as the robot revolt turned violent
07:35.39Frittidamn, should have taken the red pill
07:37.41evlReminds me, per hastes (and now mine) recommendation, watch Ergo Proxy! :D
07:38.00evlNeebler: it sorta has the same theme as that ;)
07:38.54Neeblerooo tv show or movie?
07:39.01NeeblerI love scifi's
07:39.16evlhttp://video.google.com/videoplay?docid=-3454743079350170404&q=ergo+proxy
07:39.55evlvery spaced out anime series with some heavy philosophical contents, robots flipping out and killing a lot of people
07:41.04evlNeebler: here's the first episode in bad shit qual: http://video.google.com/videoplay?docid=-5512205517241782253&q=ergo+proxy :P
07:42.15evlIs there a way to run FUbar plugins without fubar? :P
07:42.29[Ammo]yeah
07:42.30[Ammo]works fine
07:42.40[Ammo]at least for oRA2 and BigWigs it does
07:42.50evlSo what do I need to have installed to get em runnin
07:43.11[Ammo]well you have to load them mnaually or soemthing
07:43.19evlk
07:43.26*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
07:43.36evlStill no svn access, can you commit my stuff for me [Ammo]? :P
07:43.45[Ammo]just wait for Clad
07:43.49[Ammo]yuo did mail him didn't you?
07:43.53evlIt's been 3 days.
07:44.42[Ammo]hmm
07:45.03evlSo FuBarPlugin-2.0 handles common stuff for FuBar plugins but not the actual bar?
07:45.52[Ammo]yeah
07:45.57evlNeat.
07:46.05[Ammo]hmm damn lag on my ssh session
07:47.50evlLOL? FuBar_ExitFu
07:47.56evlA plugin that does alt-f4 for you
07:48.13[Ammo]I say overkill.
07:48.21evlI say waste of SVN server disk space
07:49.10Neeblerhttp://www.machinaesupremacy.com/music/machinae_supremacy-cryosleep.mp3
07:49.14Neeblerwoooo doggy yea
07:50.26*** join/#wowace ckknight (n=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
07:50.36*** mode/#wowace [+o ckknight] by ChanServ
07:50.57Neeblerevl: downloading episodes 1-3 now of ergo proxy
07:51.24evlNeebler: They are most likely not subbed, so go with these:
07:52.01evlNeebler: CAE926E9, 4ED618B0, F6B64E7F, 9EF51567, 97B630E2, 84A4F161, 39B5894A
07:52.04Neebler[Shinsen-Subs] Ergo Proxy - 02.torrent
07:52.12evlNeebler: Those are H.264 High qual with AAC 5.1
07:52.19Neebler[F90F8199]
07:52.41evlrest of the checksums are here http.//shinsen-subs.org/?page=projects&id=Ergo
07:53.16ckknighthey all
07:53.27evlmorning
07:56.39phybermorning.
07:58.48ckknightnot really morning for me
07:59.08kergoth~ugt
07:59.15purlugt is probably Universial 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
07:59.59evlkergoth: big up.
08:01.04kergoth?
08:17.21*** join/#wowace Laric (n=laric@146.192.138.33)
08:17.57CIA-1103andalia * r9715 10BattleChat/BattleChat.lua:
08:17.57CIA-11BattleChat:
08:17.57CIA-11- message-history reduced to 128
08:17.57CIA-11- Removed bug with scrolling
08:17.57CIA-1103ammo 07Ammo * r9714 10oRA2/oRA2/Optional/MainTank.lua: oRA2: Clickcasting toggle added, should now be working similar to the old oRAMTF
08:32.43*** join/#wowace FtH|eagle (i=eagle@HSI-KBW-085-216-057-137.hsi.kabelbw.de)
08:34.17*** join/#wowace ckknight_ (n=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
08:34.29*** mode/#wowace [+o ckknight_] by ChanServ
08:43.10*** join/#wowace Cartas (n=Cartas@host86-137-81-79.range86-137.btcentralplus.com)
08:45.18*** join/#wowace Andalia (n=xx@p54ADB93E.dip0.t-ipconnect.de)
08:46.00Laric[Ammo] I know is asked before but I forgot it again.. How do I find oRA and oRA2's maintanks? And how do I detect oRA and oRA2?
08:47.44[Ammo]?
08:47.56[Ammo]there is an event fired
08:48.01[Ammo]oRA_MainTankUpdate
08:48.04[Ammo]which passes the MT table
08:50.02Laricbut how do I find it in the firstplace if I dont want to wait for the event?
08:51.12FtH|eaglemorning
08:51.19Laricmorning
08:55.02[Ammo]Laric: the event will come
08:55.52[Ammo]but the table is in oRA.maintanktable
08:56.05Larictanks :P
08:56.08[Ammo]but no guarantees on it until you get an event
08:56.11Laricthanks even
08:56.17[Ammo]that's oRA2
08:56.26[Ammo]I don't care about oRA1, nor can I ermember where it is :)
08:56.39Laricwell I guess I will skip oRA 1 support :P
08:56.55[Ammo]what are you craeating that requires the mt table?
08:57.22Laricpriority healing on maintanks :P
08:57.34CIA-1103ckknight * r9716 10FuBar/FuBar_Panel.lua: FuBar - fixed frame strata to be above the action bar frame.
08:58.25yacoob*megayawn*
08:59.20ckknight_?
08:59.35yacoobwhat should a healer class get in order to complement ora? squishy? clique?
09:00.02Laricclique is nice
09:00.02ckknightClique is good
09:01.15krkaclique uses FAIAP so i am all for it! :)
09:01.53yacoobFAIAP?
09:02.06yacoobHm, but clique doesn't autorank spells?
09:03.07ckknightyea, but it's typically not needed, anyway
09:03.19yacoobfor healers? It is.
09:03.28krkai kinda like AceHeal though
09:03.38[Ammo]you can just use aceheallight in combination with clique
09:03.40Laricwhat is faiap?
09:03.42[Ammo]let AHL figure out the rank
09:03.53[Ammo]and let clique handle thre st
09:04.39yacoobMmm, good. But won't AceHeal alone would do?
09:04.50[Ammo]AceHeal isn't being developed anymore
09:05.04ckknightI don't recommend using AceHeal
09:05.04[Ammo]use clique, and use whatever macro/script you need to determine the rank
09:05.18krkahttp://www.wowinterface.com/downloads/fileinfo.php?s=&id=4895
09:05.44yacoob...I'll stick to Smartheal then :)
09:06.04krkahmm.. faiap would have to be updated to lua 5.1 when the exp comes... yay!
09:06.08yacoobkrka: ah, FAIAP :) Yes, it's nice :D
09:10.13MoonWolfoskin is so sexy
09:11.02phyberLaric: For All Indents and Purposes
09:12.13evlwhat exactly is the difference between for a, b in c do and for a, n in pairs(c) do
09:13.41_icetrainthe n ;)
09:13.44kergoththe former is deprecated syntax.  the generic for does not accept a table
09:13.57kergoth5.1 removed the former
09:13.59MoonWolfpairs handles the table interation now.
09:14.02MoonWolfor ipairs.
09:14.05krkaor next
09:14.09kergothread the section on the generic for and iterators in the lua documentation
09:14.13krkaor any custom iterator function
09:14.30MoonWolfindeed
09:14.49kergothi love how ipairs is both the function that returns the iterator, and the iterator itself
09:14.52[Ammo]ooh someone made a patch for candybars
09:14.54MoonWolfalthough we have been trying to promote the use of pairs and ipairs as much as we can anyway.
09:15.59[Ammo]growing bars instead of depleting bars
09:16.09_icetrainnice
09:16.12[Ammo]yea
09:16.18[Ammo]and cleanly coded too
09:16.21ckknightkergoth, didn't that change in 5.1?
09:16.36ckknightyea, it did
09:16.36Arrowmasterheh i used pairs in my mod but not because i knew better but because i dont know lua and i looked at code on the svn looking for ways to do what i needed
09:16.48ckknightnow it has an anonymous iterator
09:16.56kergothckknight: yep
09:17.14kergothsome of my code calls out ipairs({}) at the beginning of the file to get ahold of the fucking thing
09:17.24kergoththey shouldve made it available as a global nexti imo
09:18.23Frittihmm, table.setn is gone in 5.1 ?
09:19.19ckknightyep.
09:19.24ckknightor inext
09:20.03FryGuyugh
09:20.10FryGuygoing from lua to c++ is killer
09:20.12kergothFritti: yes. as is getn. the way all of that works changed substnatially
09:20.19FryGuyhaving to think about memory leaks and stuff :(
09:20.40FrittiI don't see what the replacement is, lua takes care of setting the invisible 'n' itself always?
09:20.45FtH|eagleckknight: any new infos on 2.0 and 2.1 of acelocale?
09:20.47MoonWolfBC is going to kill off a lot of mods
09:20.49Frittiie #table will always return the 'old' getn
09:20.55ckknightuse 2.0
09:20.57MoonWolfi hope there will be some kind of open beta.
09:20.59ckknightthat's not new, though
09:21.02MoonWolfso we can sort it out.
09:21.12krkais the ipairs iterator reusable?
09:21.18ckknightyea
09:21.23kergothFritti: there's now a metamethod for #, but it cannot be used for tables.  fucking idiotic
09:21.27krkacool
09:21.33ckknightkergoth, weird.
09:21.37kergothyeah
09:21.44kergothmeans you cant implement fully capable proxy tables
09:21.47ckknightwhat's the point, then?
09:21.54kergothonly useful for userdata.
09:21.57kergoth:\
09:21.57ckknighthrm
09:21.59kergothhmm, i wonder
09:21.59ckknightokay
09:22.04ckknight#nil
09:22.05ckknight;-)
09:22.09krkaluas size-implementation is crappy, imo
09:22.36kergoth?
09:23.02FtH|eagleyeah, bgfu went back using 2.0
09:23.09FtH|eaglenow onebag is left for me
09:23.57kergothckknight: unfortunately, wow doesnt have newproxy()
09:24.05ckknighthrm
09:24.05kergothckknight: because, newproxy creates a userdata.
09:24.12kergothso you can use newproxy with the new __len metamethod
09:24.15kergothi just tested it
09:24.26kergoth> t = newproxy(true)
09:24.26kergoth> print(getmetatable(t))
09:24.26kergothtable: 0x52fe60
09:24.26kergoth> getmetatable(t).__len = function() return 5 end
09:24.28kergoth> print(#t)
09:24.28kergoth5
09:24.34kergothwould be useful for proxies indeed
09:26.33hasteMorning
09:26.52evlhaste: morning
09:27.29yacoobremember kids, wow is bad for you http://www.zonaeuropa.com/20060417_1.htm
09:30.36evlyacoob: what the fuck does it actually say.
09:31.07yacoobevl: that some people escape from reality using wow, and that creates bad press for it.
09:31.19yacoob(to cut it short, there's some dirt too)
09:33.16evlhaste: any GonffBar alternative in ace2?
09:33.50*** join/#wowace Rophy (n=Miranda@218-170-27-16.dynamic.hinet.net)
09:34.03kergothyacoob: pfft, idiocy.  people escape from reality with books, movies, and music too :)
09:34.21[Ammo]don't forget alcohol and drugs
09:34.23yacoobkergoth: but of course
09:34.46kergoth[Ammo]: yeah, but those two also get bad press for it
09:34.51yacoobthe only thing that worries me, is that there are idiots that would scream 'aha! $foo is bad! Evil!'
09:34.51*** join/#wowace Soltanis (i=Soltanis@81.168.16.197)
09:34.54kergoththe point was that there are other escapes that arent seen as bad
09:34.54hasteevl: don't believe so
09:35.02kergothdespite being used for some of the same things
09:35.05yacoobwhere $foo is the thing used to create delusion
09:35.05kergothjust foolishness
09:35.14evlhaste: ack, it's the only Ace1 addon I have left, sucks loading 90kb of libs for one addon
09:35.21FrittiI just read this the other day: http://www.twitchguru.com/2006/08/29/gamings_new_drug_culture/
09:35.27Frittitalk about escapist behaviour
09:36.51CIA-1103kyahx * r9717 10oSkin/ (5 files):
09:36.51CIA-11oSkin:
09:36.51CIA-11-- Moved addon skinning to a separate file.
09:36.51CIA-11-- Tweaked the Menu frames to be more consistent looking.
09:37.46Kyahxhaste: I tweaked some stuff, I hope you don't mind =X
09:38.19hastenot at all ;)
09:38.44Kyahx.9 alpha > 1 :P
09:39.01FISKER_Qbtw Kyahx
09:39.04hastealpha was hot on the editbox tho' :p
09:39.13FISKER_Qare bop loot frames still ugly? :)
09:39.18Kyahxprobley
09:39.21FISKER_Q:(
09:39.24Kyahxlol
09:39.34hasteI haven't seen a problem with the BoP loot frames (yet) :o
09:39.42FISKER_Qprobably fixed then
09:39.49hasteI've never seen a problem with them
09:39.55FISKER_QO_o
09:40.01FISKER_Qwell i get the yellow dragon around it
09:40.04hasteand I used  the last guy in RFC to write them
09:40.05Kyahxsomeone said that they arent skinned right, since BoP items have those gold dragons around them
09:40.10FISKER_Q^^
09:40.20KyahxI have yet to see it myself thou
09:40.27hastebut I have a nasty hook killing of that :<
09:40.52hasteFISKER_Q: you aren't using any other loot frames add ons?
09:40.57hasteI know bongos has something that plays with it
09:41.00FISKER_Qi wouldn't think so
09:41.19FtH|eagleah I see the new oskin is changing ocb
09:41.30FISKER_Qperhaps if something it would be some of the scanning mods from wowhead and stuff
09:41.41Kyahxopps
09:41.45FtH|eagleis there a way to deactivate the border?
09:41.48Kyahx=X
09:41.52FISKER_Qbut i don't know if they would interfer in lootframes
09:41.54Kyahxmy bad, didnt mean to commit that, heh
09:42.19FISKER_Qis there someway to emulate a bop drop? :P
09:42.22hasteshould maybe add a 'ignore border' var to the applySkin function :p
09:42.32hasteFISKER_Q: you can kill the last guy in RFC ;)
09:42.36Kyahxmake the border alpha 0?  :P
09:42.47FtH|eagleplease do haste :P
09:43.04FISKER_Qok :D
09:43.14FISKER_Qtoo bad if i was alliance then
09:43.17KyahxFtH|eagle: that was my doing of skinning oCB
09:43.26Kyahxthe fade is nice looking :P
09:43.38Soltanissame for Stockades surely?
09:43.48Soltanisor deadmines
09:44.15FISKER_Qjust hypothetically speaking :P
09:45.46FtH|eagleok changed border alpha to 0 :)
09:45.50FISKER_Qi don't have the problem now(the dragon is removed)
09:45.55FISKER_Qlooks like a boe frame though
09:50.02hastemight only be for green items and such?
09:50.07hastewait wait wait!
09:50.14hasteFISKER_Q: it looks like the default frame?
09:50.33*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
09:51.20Kyahxisnt it epics that have some stupid frame now?
09:51.27Kyahxor is it all BoPs?
09:52.22hasteBoPs I thought
09:52.45Kyahxyea
09:53.43KyahxI dont see you ever hiding the Decoration frame
09:54.19Kyahxor wait, you hook the onshow
09:54.25hasteexactly
09:54.26*** join/#wowace Kaelten_ (n=Kaelten@68.63.37.188)
09:55.19Kyahxhmmm, dunno
09:55.28Kyahxif I run into a problem screenshot it I guess
09:56.01KyahxFtH|eagle: should I remove the skinning of oCB?  I didnt mean to commit it
09:56.11KyahxoCB should just use that style of frame IMO :P
09:56.25FtH|eaglemh no, you can leave it if you want
09:56.39FtH|eaglebut it would be nice to have a dewdrop menu where you can select what do skin etc.
09:57.08Kyahxfor oCB?
09:57.13FtH|eagleoskin
09:57.21Kyahxeh
09:57.32KyahxIts not really good for skinning stuff on the user side =/
09:57.38Kyahxbetter to hardcore it and tweak little stuff
09:57.42*** join/#wowace grumpey (n=Miranda@dialup-4.152.210.53.Dial1.Atlanta1.Level3.net)
09:57.50FtH|eaglealright
09:58.00grumpeyeya
10:00.05FtH|eagleargh, I need to start on xraid2, someone tell me to :P
10:01.51Kyahxgo start on XRaid2
10:02.39FtH|eagleI have so many ideas+
10:03.41FtH|eaglelike creating themes and layouts, so can really show what you want to
10:04.15evlhaste: Perhaps better to make something like oUF_Player_EnergyTick rather than rewriting GonffBar
10:04.24evlhaste: i'll look into it today at work :P
10:04.51hasteevl: Trust me, I have
10:04.56hasteand it's going in
10:05.22*** join/#wowace NA|Liquidor (i=Dennis@port227.ds1-sg.adsl.cybercity.dk)
10:09.06Kyahxhaste: are you opposed to adding the fade to the oCB bar?  :P
10:09.28hasteI can add it as a option
10:10.17*** join/#wowace wereHamster (n=tomc@gw.ptr-62-65-141-13.customer.ch.netstream.com)
10:10.27Kyahxit looks nice with glaze texture
10:11.30hastecool, firefox beta 2 looks slightly better then bon echo beta 1 :D
10:11.32FISKER_Qhaste / Kyahx a bop green looked like the boe frame
10:11.43FISKER_Qbtw [Ammo] you there?
10:12.00Kyahxmeh
10:12.11KyahxI think right now all the loot looks the same... :P
10:12.37hastequick quesstion FISKER_Q
10:12.45FISKER_Q_
10:12.47FISKER_Q?
10:12.52hasteFISKER_Q: Do you mean it looks like the default group loot frame?
10:12.59hasteor just that it's like all the others
10:13.06FISKER_Qlike all others :)
10:13.16hastethen it's no problem atm :)
10:13.17CIA-1103kyahx * r9718 10oSkin/AddonFrames.lua: oSkin: Removing oCB2 modifications, opps :P
10:13.27FISKER_Qnope >(
10:13.31FISKER_Qstupid english layout
10:13.33FISKER_Q:)
10:13.52FISKER_Qwas just a problem before where the BOP's were ultra-micro with a gigantic dragonhead :)
10:13.53FISKER_Q:P
10:15.54FISKER_Qanyway i can access candybar from the game?
10:15.59FISKER_Qi.e. commands or something like that
10:18.13yacoobI fail to see any logic behind necrosis-like addons
10:18.32yacoobnot only it's ugly, it's also hard to compose in ui as whole, and unreadable
10:19.04KyahxFISKER_Q: so the dragon texture IS still showing?
10:19.10FISKER_Qnope
10:19.11Kyahxwhen a BoP item drops?
10:19.13FISKER_Qit's gone :)
10:19.23FISKER_Qjust meant it was annoying before when it showed like that
10:19.41FISKER_Qdo any of you guys know if it's possible to find the revision of the candybar library currently loaded?
10:20.22yacoobthere should be, most libraries have the version string as a variable from what I know
10:20.36yacooblook into lua, find the variable, query the variable in game
10:21.20FISKER_Qah
10:21.26FISKER_Q/ace2 list libs can do it apparently :P
10:21.46FISKER_Qhmm
10:22.20yacoobgood :D
10:22.34yacoobThen the hammer I offered is not needed :D
10:22.51yacoobNeed something better than Satrina buff frames for buff/debuff handling...
10:23.48FISKER_Qwoa
10:23.52FISKER_Qcool job on the bags :)
10:23.59evlhaste: were you suggesting I shouldn't start working on a patch because you've already started or that I should? :P
10:24.36hasteevl: I'm redoing oUF :p
10:24.48hastesince people wanted me to continue
10:25.01FISKER_QKyahx
10:25.04FISKER_QOn the bankframes though
10:25.13FISKER_Qanother colour would be awesome :)
10:25.18hasteworking on it
10:25.35evlhaste: hey, I love em :P
10:26.11evlhaste: but less is more, so it would be nice if they weren't loaded with more options than the current ones, better with some modularized stuff
10:26.56KyahxSo this stupid level 10 has been bugging me for 10 minutes for a portal to Darnassus...
10:27.23KyahxSo I opened a portal to Stormwind (the city we were in) and Darnassus on top of each other, and told him good luck
10:27.27Kyahxlol
10:27.30FISKER_Qz0mg i need nelf mount kekeke
10:27.53Kyahx(When you open multiple portals in the same spot they random between the two, like roulette :P)
10:28.05CIA-1103otravi * r9719 10oSkin/ (ContainerFrames.lua core.lua): oSkin - Color display for bank, bags and key rings.
10:28.14FISKER_Q~roulette
10:28.18purlACTION watches fisker_q pull the trigger:  Click!
10:28.18Kyahxhehe
10:28.24FISKER_Qdamn ;(
10:28.25FISKER_Qi never die
10:28.30ckknight~roulette
10:28.34purlACTION watches ckknight pull the trigger:  BANG!
10:28.38ckknightaw.
10:28.41Kyahxlol
10:28.42FISKER_Qthat was mine
10:28.46Kyahxbut now its off to bed
10:28.54FISKER_Qnight
10:28.55evl~roulette
10:28.56purlACTION watches evl pull the trigger:  Click!
10:29.11Kyahxnext time your raid is over open 3 portals in the same spot :P  its fun
10:29.13Kyahxhehe
10:29.36hastenothing beats a summoning portal with a portal under it
10:36.50FtH|eagle~roulette
10:36.52purlACTION watches fth|eagle pull the trigger:  Click!
10:37.06phyber~roulette
10:37.08purlACTION watches phyber pull the trigger:  BANG!
10:37.15phyberx_x
10:47.49*** join/#wowace Suntiger (i=moonwolf@f176182.upc-f.chello.nl)
10:47.49*** mode/#wowace [+o Suntiger] by ChanServ
10:55.48*** join/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
10:57.23*** join/#wowace vhaarr (n=chatzill@ghybel696.krs.hia.no)
10:58.01vhaarrAnyone know what you get as argument to RAID_TARGET_UPDATE, is it unitId or name?
10:58.06vhaarrCan't test right now >>
11:00.07FryGuynothing i think
11:00.16FryGuysomeone was complaining about that before
11:00.27FryGuywiki says unitid though
11:00.53evlHmms
11:01.03evlanyone else having problems with idChatNames after X-BGs?
11:01.22FryGuyungh i need more ram :(
11:04.46vhaarrevl: It does not work.
11:04.50vhaarrFryGuy: ah ><
11:09.07*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
11:12.17CIA-1103greywind * r9720 10Shifter/Shifter.lua: Shifter: reverting some changes, I don't like it but at least this works fine without any bugs
11:13.11CIA-1103greywind * r9721 10Shifter/Shifter.toc: Shifter: ignore this :P
11:26.38*** join/#wowace tyheam_ (n=tyheam@p5082262E.dip0.t-ipconnect.de)
11:27.05Laricwhat happens if you have a frame that is already partially off screen and you set clamped to true?
11:30.04yacoobvhaarr: re: idChatNames: it doesn't work = ?
11:30.19vhaarrThat's right, it doesn't work.
11:30.21yacoobit works for me, yet I remember making tiny modification
11:30.47vhaarrI've fixed it locally, too.
11:31.19yacoobAnd where was the problem? (don't have the pc with wow around me right now :)
11:31.20hasteaaw, candybar is borked :(
11:35.55*** join/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
11:36.15snurredoesnt show the bars anymore :/
11:36.17snurreslightly annoying
11:36.26vhaarrWorks fine here.
11:36.39grumpeyit wasn't working using the !!!Libraries
11:37.05hastepops an error when the bars are going  away here
11:37.26hastebut I don't see why it errors tho'
11:37.41evlhaste: there was some recent updates with sorting, try updasting?
11:37.48FtH|eaglehaste: are you going to change the background of the chatframe too for oskin?
11:38.10hasteFtH|eagle: someone else will have to add that, I kill of the background function here
11:38.25hasteevl: I just updated
11:38.33hasteevl: and then I started getting zhe error!
11:38.46evlhaste: I suspect loose testing mau may be the problem
11:38.58evl... which is the case for many mods
11:39.03hastetable.remove( CandyBar.var.groups[group].bars, k)
11:39.06hastethat's where it errors here
11:39.20evlShould be some AceUnit where you could define something that ran your addon through every possible testable scenario
11:39.34hastehow would you make that add on :p ?
11:39.46evlHmms
11:40.10evlyou'll need a frame with a text field
11:40.29[Ammo]haste: ?
11:40.30evlthen you'd need to have a file called test.lua or something in your addons dir, and then probably each case would contain one or more asserts
11:40.42[Ammo]candybars doesn't work with !!!Lbraries
11:40.45[Ammo]the path is too long
11:40.51evland naturally methods for setting up and tearing down
11:40.52[Ammo]and contains !!!
11:41.06evl!!!Libraries seem slightly evil
11:41.22haste[Ammo]: I don't have that add on
11:41.30[Ammo]it worked fine for me
11:41.37haste[Ammo]: only add ons I have that use CardBars is BigWigs and oCD
11:42.00[Ammo]hmm
11:42.03FryGuyi'd prefer a little program that extracts the libs from the ace2 addons and does the version checking manually :/
11:42.07[Ammo]I tested it with BigWigs and EyeCandy
11:42.19FryGuy!!!Libraries is hackish
11:42.37[Ammo]what's the error haste?
11:42.51[Ammo]oh and I ran Naxx last night with new candybar just fine
11:43.09hasteI think it's oCD that isn't 100% up to date with the API actually
11:43.21[Ammo]k not my problem then :)
11:43.22hastesince it breaks when bars go away
11:44.44hasteso what do I have to change to fix it :p ?
11:44.48[Ammo]no idea
11:44.56[Ammo]dunno what you do that breaks it
11:45.22[Ammo]I don't use oCD
11:45.27hasteLine 710 is where I got the error
11:45.30hastein CandyBars
11:45.32[Ammo]k that's more clear
11:45.42hastewhen the bar faded
11:46.18haste[2006/09/01 13:40:24-70]: CandyBar-2.0\CandyBar-2.0.lua:710: bad argument #2 to `remove' (number expected, got string)
11:46.24hasteand there we have the whole error
11:46.25vhaarr[Ammo]: Any neat ideas on how I can add a command to a bossmod? Like AceConsole type=execute.
11:46.33[Ammo]vhaarr: impossible
11:46.35vhaarr[Ammo]: It doesn't necessarily have to be in the menu.
11:46.45vhaarr[Ammo]: A slash command is enough.
11:46.55[Ammo]you can add one though, but what mod requires it?
11:47.05vhaarrI tried the old style SlashCmdList
11:47.11vhaarrin OnInitialize
11:47.17vhaarrbut that didn't work for some reason
11:47.25vhaarr[Ammo]: I need it for BW_ThaddiusArrows
11:47.34vhaarrSo the leader can sync the strategy to use.
11:47.55[Ammo]you can just add consoleOptions
11:48.00[Ammo]it's a simple table
11:48.04vhaarrIt's a bossmod
11:48.11[Ammo]so? the options should still be added by the core
11:48.27vhaarrno, it's a elseif bossmod or module.consoleOptions
11:48.36[Ammo]then you're fucked :)
11:49.40[Ammo]haste: this is the latest oCD? on the svn?
11:49.40vhaarrwell, I could just add it to Core, a possibility to have execute types in the translation
11:49.43vhaarrbut meh
11:49.45haste[Ammo]: yeh
11:49.47[Ammo]that's fugly
11:50.03[Ammo]wonder how you got that string there
11:50.09[Ammo]because it should be a number
11:50.25vhaarrand I can do self.core:RegisterChatCommand(...)
11:50.33vhaarreh
11:50.37vhaarror mixin aceconsole
11:51.12[Ammo]haste: does it happen every time?
11:51.42hasteI'm just testing with stealth, and it happens everytime then
11:52.12hasteI haven't changed shit since pre-docs tho'
11:52.13[Ammo]weird, because if you run a search in the file for '.bars' I only insert stuff with table.insert()
11:55.49[Ammo]add some print of k there? if it's not a number
11:56.44ThianaIs there a reason not to make every addon LoD? (and/or where can I find a good page on LoD addons)
11:57.14yacoobThiana: it makes sense if the addon is class-specific or rarely used
11:57.31yacoob"load" causes a tiny lag,
11:57.48[Ammo]thiana: you'd need some kind of other addon to load the LoD addons
11:59.30*** join/#wowace [Wobin] (i=Wobin@218-214-59-86.people.net.au)
12:00.06yacoobbtw, is squishy also needed with ora2, or does it have its own emergency monitor?
12:00.43[Ammo]why would I rewrite an emergency monitor? when squishy will do everything better than I can ever make it
12:00.53[Ammo]squishy > all
12:01.13evljessica alba > all
12:01.18Healthtrue
12:01.30evlI feel it's more squishy >~ all
12:01.30Tupladuhh
12:01.30Tupladno
12:01.40Mikmajessica has nice albas ;)
12:01.43Tupladava devine > jessica alba
12:01.44yacoob[Ammo]: just asking.
12:01.45*** join/#wowace Pimpfo (n=Pimpfo@N786P005.adsl.highway.telekom.at)
12:01.45[Wobin]jessica alba <= squishy
12:01.58evlTITS or GTFO
12:02.11Laricgtfo?
12:02.16haste~wtf gtfo
12:02.16evlThe the fuck out :P
12:02.18evl4chan
12:02.20[Ammo]oRA2 will have the same functionality roughly that oRA1 has
12:02.40[Ammo]it's however already more compatible in the messages with CTRA
12:03.02Laricis it still residing in the shadows? ie branches?
12:03.24[Ammo]yeah
12:03.41[Ammo]I think it's ready for trunk, but haste promised something he didn't deliver yet :p
12:03.43HealthWhy would you branch something that doesn't have a trunk version?
12:03.53[Ammo]oh it has a trunk version :)
12:03.59[Wobin]Ora1
12:04.04[Ammo]even oRA2
12:04.13HealthWhich is.. empty? :P
12:04.15[Ammo]no
12:04.17[Wobin]What was the promise?
12:04.27[Ammo]omething with cooldowns, candybars and prettyness :p
12:04.43[Wobin]Revision 9721: /trunk/oRA2
12:04.43[Wobin]<PROTECTED>
12:04.43[Wobin]<PROTECTED>
12:04.43[Wobin]<PROTECTED>
12:04.43[Wobin]<PROTECTED>
12:04.43[Wobin]<PROTECTED>
12:04.45[Wobin]<PROTECTED>
12:04.47[Wobin]<PROTECTED>
12:04.49[Wobin]<PROTECTED>
12:04.50[Ammo]see it's not empty!
12:04.54[Ammo]it's just 'different'y
12:05.03evlomg spam
12:05.28[Wobin]A sparrow?
12:05.36evlmuch smaller
12:05.37MikmaWOBSTER!!!!
12:05.43Mikmawhere in the ** have you been?
12:05.51[Wobin]Getting used to my new job =P
12:06.04[Wobin]And also feeling somewhat ambivilant about WoW
12:06.06hasteomg it's [Wobin] ! :D
12:06.12evl[Wobin]: You got exactly 2 minutes and 3 seconds to Ace2 gonffbar
12:06.16evlgo!
12:06.26[Wobin]You make a lousy motivator =P
12:06.30evlheehee
12:06.45[Wobin]I still want to record sound effects for gonffbar.
12:06.54[Wobin]"One! One Combo Point! Ha Ha Ha..."
12:06.59*** join/#wowace Natrak (i=kjartan@hydra.zind.net)
12:07.00evllol
12:07.23Laricwhat is gonffbar?
12:07.24evl[Wobin]: A squirrel that says "Weeeeeeeeeeenergeeeeeeeeeeeeee" when you got full energy
12:07.35TupladLaric: it's an addon
12:07.40[Wobin]Gonads and strife =P
12:07.40TupladLaric: rogue energy ticker
12:07.55evl<3
12:07.58LaricTuplad I kinda figured it was an addon though :P
12:08.02Tuplad;>
12:08.08[Wobin]hm
12:08.20[Wobin]I reckon if I get fubar running again, I may get back into WoW
12:08.23Tupladwobin, hai!
12:08.32[Wobin]It kinda fell over for no reason when Fu2 came about =(
12:08.33Larictime to convert aceloot to ace 2... don't want ace anymore
12:08.35[Wobin]Heyla Tupple
12:08.38CIA-1103ammo 07Ammo * r9722 10oRA2/oRA2/ (Libs/ oRA2.toc): oRA2: paintchips and candybar added, time to improve the readycheck / vote
12:10.07evlOne thing that sucks balls with the embedded design is that half the svn updates are "fixed/updated/removed externals"
12:10.15TupladTupple ? o_O
12:10.41TupladThat's a new one, Wobin ;D
12:10.41[Wobin]=)
12:10.41TupladLaric: AceLoot ?! FruityLoots!
12:10.41[Wobin]I'm an aussie. Nicknames are our thing
12:10.43Laricfruityloots?
12:10.44Tuplad:D
12:10.46yacoobas for energy ticker, tick is nice.
12:10.47[Ammo]FruityLoots = AceLoot deuce'd
12:10.48TupladLaric: FruityLoots!
12:10.58Laricoh nice
12:10.58Tupladyacoob: ftl, gonffbar pwns
12:11.13Laricgrabbing it now... trunk?
12:11.19[Ammo]yeah
12:11.25evlhttp://glumbert.com/media/tonguetwister.html'
12:11.43Tupladhttp://www.wowinterface.com/downloads/info5238-Proto_UI.html - - Added Lucen Unit Frames in their place. hahah
12:12.44yacoobTuplad: but it's bugged right now, right? :D
12:13.13[Wobin]Interesting
12:13.19[Wobin]I got the 'fatality' error mid load
12:13.27*** join/#wowace JoshBorke (n=Josh@ohm.stl.gtri.gatech.edu)
12:13.32Tupladyacoob: for years >_>
12:13.37JoshBorkemorning :-)
12:13.44TupladSup G?
12:14.44Tupladso how do I find out which FuBar addon is already converted ?
12:14.51vhaarr[Wobin]: 1.12 change, earlier they just held back the sounds from playing while loading, now they don't.
12:15.01[Wobin]vhaarr: ahar
12:16.00Larichmm why isnt there a clamped on fruityloots :P time to add that :P
12:17.06phyber[Wobin]: I always get that if a mod is borked.
12:17.14phybersometimes more depending how bad I broke it :p
12:17.29CIA-1103ammo 07Ammo * r9723 10oRA2/oRA2/Participant/Ready.lua: oRA2: the ready check and vote popups now show a candybar ticking down till closure of the vote/check
12:17.44[Wobin]Anyone know of a good "change weapon on unstealth" mod?
12:17.48phybervhaarr: I'm pretty sure I got it before 1.12 :/
12:19.04NA|LiquidorWhat's the difference in using /run and /script if there is any?
12:19.09hastea fuck it, I don't have more time to spend on it either today
12:25.58Tuplad[Wobin]: oO ?
12:26.35[Wobin]Tuplad: Something like "wield a dagger when stealthed for a backstab then switch to other weapon when unstealthed"
12:27.53yacoob[Wobin]: outfitter?
12:27.55Tuplad[Wobin]: oh
12:28.01Tuplad[Wobin]: BackstabSwitch or something
12:28.02yacoob(it has stealth outfit)
12:28.06Tuplad[Wobin]: look for backstab on sites
12:28.51Gngskyou could write a small addon that does just that easily
12:29.03[Wobin]yes but I'm lazy
12:29.09Mikma[Wobin]: ace2 FuXPFu
12:29.16Gngskomg, lazy!
12:29.26[Wobin]hm
12:29.39[Wobin]Camoflauge or MoD?
12:29.42Gngskguys, he just got back...don't scare him away again!
12:30.06Tuplad^ what he said
12:30.50*** part/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
12:31.24CIA-1103ammo 07Ammo * r9724 10oRA2/oRA2/Participant/Ready.lua: oRA2: typos :)
12:31.30Mikmanub!
12:31.45*** join/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
12:31.49Tupladhm I just got this adea
12:31.51Tupladidea*
12:31.52Mikmanub!
12:32.01TupladSomething like tekSupport but with outgoing/incoming bandwidth :D
12:32.10Gngsksigh, only thing keeping me from commiting oSkin'd CharacterFrame is these stupid micro buttons
12:32.24Health~lazyness
12:32.34Gngskthey update themselves and I can't find where they're donig it
12:32.36TupladGngsk: screw minibuttons
12:32.42TupladGngsk: give it to me
12:32.46MikmaGngsk: umh, what microbuttons?
12:32.57TupladBartender removes them anyway ;>
12:33.01phyberTuplad: you mean FuBar_NetStatsFu ?
12:33.06Tupladphyber: :O
12:33.11Tupladphyber: gotta check that
12:33.29TupladI love you phyber
12:33.54phybershows you latency and bandwidth up/down.
12:34.12HealthTuplad: YOu have such a bloated FuBar anyway.
12:34.17TupladHealth: orly ?
12:34.21CIA-1103rabbit * r9725 10BigWigs_ThaddiusArrows/BigWigs_ThaddiusArrows.Lua: BigWigs_ThaddiusArrows: The raid leader/officers can now broadcast their strategy to the raid. Untested.
12:34.31TupladHealth: you got false information my friend ;<
12:34.34GngskMikma, the ones under the character frame that let you switch between frames "Character", "Pet", "Reputation", "Skills", "Honor"
12:34.38Healthok!
12:34.46TupladHealth: o wait, actually ... you're right
12:34.50TupladHealth: it's all on my minimap :<
12:34.51MikmaGngsk: oh, tabs
12:35.00Gngskyea CharacterFrameTab1-5
12:35.12GngskI move them, but once I close/open frame they're back where they started
12:36.00Mikmaoverwrite the :Show() function with your own
12:36.52GngskI did that
12:37.36*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
12:38.20MikmaGngsk: http://wow.reaktio.net/foo.txt .. hope that helps
12:39.30CIA-1103phyber * r9726 10FuBar_NetStatsFu/NetStatsFu.lua:
12:39.30CIA-11NetStatsFu:
12:39.31CIA-11- Removed old commented code.
12:39.31CIA-11- Commented out a 'local t = time()', doesn't seem to be used.
12:40.02Gngskhmmm
12:40.21GngskI hook OnShow and OnHide but it doesn't work as intended
12:41.05phyberis there any difference/advantage/disadvantage to storing things in 'self.wibble' instead of 'local wibble' ?
12:41.26Tupladwell boohoo, my fubar is gone ;\
12:41.27phyberI tend to go with putting things like Metrognome in 'self.gnome', for example.
12:42.09GngskMikma, can you grep for UpdateMicroButtons ?
12:42.56JoshBorkephyber: there is a miniscule advantage to using locals in the file
12:43.30Mikmahttp://wow.reaktio.net/foo2.txt
12:44.09phyberJoshBorke: hmm, maybe I'll move my loaded libraries to locals instead of self.{x,y,z} then :)
12:44.16Gngskmeh, stupid C code
12:45.20Natrakanyone know how long the SVN access will be around for ?
12:45.59phyberno idea, but it won't matter.  you can still get things from svn.wowace.com/files/
12:46.39Natrakyeah, but not everything is listed there just yet
12:46.43[Wobin]how long the access will be around for?
12:49.52Mikma[Wobin]: cladhaire shut down the www of svn
12:49.58Mikmait's now developers only
12:50.11[Wobin]oh aye
12:50.16CIA-1103laotseu * r9727 10AllPlayed/ (AllPlayed-enUS.lua AllPlayed.lua):
12:50.16CIA-11AllPlayed:
12:50.16CIA-11- Added a missing localisation
12:50.16CIA-11- Fixed a problem with RequestTimePlayed that prevented the console from working without FuBar
12:50.25[Wobin]I was just confused at Natrak's phrasing
12:50.55NatrakSorry, was refering to us non-developers :)
12:50.59Mikmawell i *think* he meant that
12:51.35*** join/#wowace revv (n=Miranda@205.174.172.195)
12:53.02Tupladckknight: FuBarPlugin is bugged, sec I'll upload da error
12:53.13Tupladckknight: http://pastey.net/546
12:53.30NatrakUnless I missunderstood the SVN changes post where it will require a user/password to checkout from it. For now anon access still seems to work so just checking
13:01.49*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
13:04.42*** join/#wowace sbu (n=sb@dslb-084-056-128-150.pools.arcor-ip.net)
13:04.52sbu'morning
13:04.55TupladNatrak: I'll be disabled soon
13:05.07TupladNatrak: you can still visit it, but you cant download with tortoise svn
13:05.17TupladNatrak: svn.wowace.com/files from now on ;>
13:05.47sbuhum - ace ~only interface is amazing, 20mb memory usage (built one for a friend last night with much beer ;p)
13:05.58sbuthere are only some external things you need :o
13:06.14vhaarr[Ammo]: Why did the deDE guy translate all the _cmd things too? Annoying.
13:06.37wereHamsterwhy annoying?
13:07.11vhaarrbecause the translation serves no purpose except adding bytes to the file and memory
13:07.17*** join/#wowace Jarenthal (n=Roo@cpe-071-076-173-175.triad.res.rr.com)
13:09.35sbumh, is there an aced quickloot? (something that moves that look frame under your mouse cursor)
13:11.10FtH|eaglefruityloots
13:11.50*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
13:11.50sbuyay, cool :)
13:11.51sbuthx
13:12.34FtH|eaglenp
13:14.04*** join/#wowace ag` (n=Andreas@0x535bbf4c.bynxx18.adsl-dhcp.tele.dk)
13:17.25*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
13:18.18[Ammo]vhaarr: because he'll have deDE command options too
13:19.07[Ammo]that's the whole reason they're the locale table
13:19.09*** join/#wowace Elkano (n=elkano@p54A50FFB.dip0.t-ipconnect.de)
13:20.12vhaarr[Ammo]: but he didn't translate them, just copy from enUS
13:20.14vhaarr:P
13:20.24Gngskwoot, CharacterFrameTabs work!
13:20.28Tupladhaste: what was the command to enable dummymode in oUF ?
13:20.52Health/tupladisadummy
13:22.43MoonWolfcharacterframetabs ?
13:23.26JoshBorkehow can i figure out where a library is on the svn repo now?
13:23.50TupladHealth: >_>
13:24.58GngskMoonWolf, oSkin'd CharacterFrameTabs
13:27.18hasteTuplad: It's: /tupladfailstoreadtheforum
13:28.38Gngskhttp://titansofazeroth.com/mods/WoWScrnShot_090106_092531.jpg
13:28.57Tupladhaste: :<
13:29.03Gngskhttp://titansofazeroth.com/mods/WoWScrnShot_090106_092547.jpg
13:29.17TupladGngsk: *Im horny, yes baby Im horny* can I have ? :<
13:29.37TupladGngsk: CleanMinimap ? o_O get idMiniMap keke
13:29.57Gngskcan't move the minimap buttons with idMiniMap :\
13:30.11Gngskbut yea, I plan on totally refurbishing my UI when I get my new computer saturday :D
13:30.15Tuplad:\
13:30.20Tupladdo it with Visor ;>
13:30.54*** join/#wowace DarkImakuni (n=DarkImak@host81-152-198-13.range81-152.btcentralplus.com)
13:30.55Gngskwell, I stole ckk's fubar plugin code and made them movable, just never got around to adding it to id's
13:31.01GngskI might do that later if he wants it
13:31.09Mikma<Health> /tupladisadummy
13:31.10Mikmai agree!
13:31.31MoonWolfI will take no more of this Tuplad, *takes the trout away and puts it back in the wild*
13:31.41[Ammo]vhaarr: he translated them for most of th  stuff
13:31.46[Ammo]at least in BWL a lot is translated
13:31.49[Ammo]I think he just forgotsome
13:32.18vhaarrah
13:33.01[Ammo]happens to the best of us :)
13:33.02Tupladphyber: you there ?
13:33.35[Ammo]if he didn't then hrmf, ohwell :)
13:33.56vhaarrhe forgot many, then
13:34.02[Ammo]yeah
13:34.04[Ammo]I was just checking
13:34.09[Ammo]but the _cmd isn't translated a lot
13:34.14[Ammo]the rest of the console stuff is
13:34.18[Ammo]can just strip em out again :p
13:34.19vhaarrexactly so why duplicate it from enUS
13:34.23vhaarrthat's what I'm doing
13:34.31vhaarrwhen I fix something else in a module I just remove those too
13:37.14hasteGngsk: make the tabs go under the main frame, it will become really hot then ;D
13:37.30`-FISKER_Q\[Ammo] :o
13:37.47`-FISKER_Q\you say the transparent bars bug is fixed in an updated bigwigs/candybar
13:37.58`-FISKER_Q\both are the newest versions available
13:38.29Mikmaandalia needs to rework the windowed/maximized bug on BattleChat
13:40.13Tupladkergoth: you use spellTips right ?
13:42.26*** join/#wowace quoin (n=quoin@122-49-170-110.ip.adam.com.au)
13:44.17hastewhat the hell
13:44.25hasteI manged to get my chatbox stuck on my mouse :<
13:45.16Tupladha!
13:45.31NeeblerYea that can happen with anything that you're moving around, if you perform an action while dragging, like hitting a hotkey
13:45.44snurre*sigh*
13:45.48snurrei hate xrealm AV
13:46.30CIA-1103 * r9728
13:46.31CIA-11<PROTECTED>
13:46.34JoshBorkewhy?
13:46.47snurre8 losses in a row so far today
13:46.53JoshBorkeouch
13:47.00snurreeveryone just zergs SH bunker and gy
13:47.04snurreand loses SF and IB
13:47.09snurreso it's just a run for the boss
13:47.12snurrewho can kill him first
13:47.28`-FISKER_Q\then rush for frostwolf graveyard :)
13:47.39CIA-1103 * r9728
13:47.39CIA-11<PROTECTED>
13:47.41snurrebut since 99% of all wow players are fucking retarded, they never understand that you can't just go and kill vanndar when theres 5 marshals alive
13:47.47`-FISKER_Q\it's a freaking hell as horde to do that tactic against alliance
13:48.01snurreso we stay there for 40 minutes while alliance go and kill drekthar
13:49.04NeeblerIf they're skipping graveyards in the beginning zerg, defend the one they're going for. So when they die to your defense, they'll have to run really far back
13:49.45hastewho broke CIA :( ?
13:50.16Gngskhaste, what'd you commit?
13:50.26hastenothing
13:50.29Gngskahh, k
13:50.35hasteI haven't done anything with the SVN :p
13:50.35Gngskgetting ready to commit character frames to oSkin
13:50.49Gngskyou see the screens I posted earlier, with the tab buttons?
13:50.49hastedid you make the tabs go below the frame ;D ?
13:50.55`-FISKER_Q\nah you totally broke it haste
13:51.08hasteI hate your dot fisker...
13:51.17hastewhy the dot in the start :(
13:51.42hasteI have to <Shift>+\ do make it
13:51.44hasteso much work
13:51.51hasteoh, and the make the -
13:51.55`-FISKER_Q\ah
13:51.56`-FISKER_Q\sorry
13:52.00hasteor space :p
13:52.02Tuplada dot ? :|
13:52.09FISKER_Qit's because i'm using it multiserver
13:52.10FISKER_Q:P
13:52.16FISKER_Qso it keeps that other nick for some reason
13:52.22hastethen your IRC client sucks :p
13:52.40FISKER_Qyeah
13:52.45hasteyou'll get like: ````-FISKER_Q in the end
13:52.50FISKER_Qit's an modified mIRC5 client :P
13:53.12FISKER_Qmodified = upgraded again and again and again
13:53.17FISKER_Q:P
13:53.28FISKER_Qalso have some script from the mIRC5 era
13:53.37Gngskeh, how do I get rid of these conflicts?
13:55.21haste'these' ?
13:55.31Gngsklol, I'm svn nub :\
13:55.47hasteif you update, it should merge it automaticly
13:55.55hasteyour changes with the latest
13:55.56ag`what BG weekend is it today on EU?
13:56.03hasteag`: AV
13:56.12ag`such a waste
13:56.19hasteGngsk: but if you have a sucky editor that changes eol's it blows up
13:57.38Gngskahh, I'm using tortoise atm
13:57.49*** part/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
13:58.06GngskI got rid of the conflicts, now I'm just trying to figure out how to commit the changes and add a file at the same time
13:58.06hasteI've never used another client then the commandline, so I can't give you much help
13:58.16CIA-1103cladhaire 07test * r9728 10PerfectRaid/: PerfectRaid: Creating test branch for hook test
13:58.21CIA-1103cladhaire 07test * r9729 10PerfectRaid/: PerfectRaid: Removing test commit
13:58.25CIA-1103ag * r9730 10ag_UnitFrames/ (4 files):
13:58.25CIA-11ag_UnitFrames
13:58.26CIA-11<PROTECTED>
13:58.36Gngskyea, I think I'll probably only install commandline on my new computer
13:59.06XLVIIcustom bar colours?
13:59.10XLVIIsweet idea.
14:04.22evli like my health bars black
14:04.23evland my mana white
14:04.35Mikmaewwwwww, interesting :D'
14:04.49evlcause i'm goth
14:04.58Mikmammkay, then i get it :)
14:05.06evland I like /wrists and /cry and /weep /lieunderbed /evanescense and ofcourse /nickelback
14:05.22Mikmawake me up insiiiiide
14:05.43Mikmai like gothchicks
14:06.04evlyeah, naked cause then they don't look so depressing
14:06.06evl:)
14:06.16Mikmano, i like them with clothes on :)
14:07.02*** join/#wowace industrial (n=game1@212.2.193.21)
14:07.11industrialWAZAAAAA
14:07.15industrialım now ın turkey
14:07.21industrialon holıday
14:07.27industrialın an ınternet cafe ın the hotel
14:07.36hasteYour i = ? here :D
14:07.37industrialbut the keyboard ıs turkıshö kında fucked lol ŞP
14:08.12industrialohö iiii
14:08.12industriallmao
14:08.45evlomg
14:08.48industrialso whats up
14:08.49industrialanythıng happened:
14:08.51evlthis is very important
14:08.55evlDO YOU HAVE YOUR ADDONS?
14:08.56JoshBorkeheya indy
14:09.07JoshBorkeindustrial: i found a little bug with idUnitWatch
14:09.15Mikma<1708> <industrial> anyth?ng happened:
14:09.22Mikmalooks interesting, turkeyboy
14:09.23evlindustrial: I found a bug in idChatNames
14:09.26[Ammo]ıs turkıshö kında
14:09.42CIA-1103gngsk * r9731 10oSkin/ (5 files):
14:09.42CIA-11oSkin -- Added Skins for CharacterFrame Cluster
14:09.42CIA-11<PROTECTED>
14:09.51Mikma*RAWR* go go goooo Gngsk!
14:09.55industrialpost ıt to the forums lol I cant respond here
14:10.12industrialI dont have alot of tıme left
14:10.15industrial:P
14:10.17FISKER_Qw00t
14:10.27TainMake your time!
14:10.30FISKER_Qthey're fixing the buff limit bug in 1.12.1
14:10.39industrialMikma, merhaba!
14:10.50industrial(hi)
14:10.51Mikmawas is das?
14:11.24JoshBorkedas ist nichts!
14:12.01evl1.12.1
14:12.16MikmaGngsk: no arrows to rotate model?
14:12.39GngskMikma, no, I plan on adding SWG style click to rotate
14:12.52industrialwhats oskın:
14:12.56Gngskwell, drag to rotate
14:13.09Gngskhttp://www.wowace.com/forums/index.php/topic,2034.0.html
14:13.12Mikmaag`: EWWWW! the mana is brown!
14:13.41industrialzomg nıce!
14:13.54Gngskyes!
14:13.56CIA-1103cladhaire * r9735 10Test/: Test: Annoying commit Part 2
14:14.05ag`Mikma, only if you make it so... I think :P
14:14.15Mikmaag`: NO! the default is BROWN!
14:14.20ag`nice
14:15.35CIA-1103ag * r9736 10ag_UnitFrames/ag_Defaults.lua:
14:15.35CIA-11ag_UnitFrames
14:15.35CIA-11<PROTECTED>
14:19.00Mikmaevl: http://wow.reaktio.net/goth.jpg
14:19.23Mikmaag`: there should be an option "Color healthbar to:"
14:19.59phybertuI'm here now
14:20.08phyberoh, tuplad is gone.
14:21.49DarkImakuniNice blue bar thingie under FuBar Mikma... is that your exp bar?
14:21.58Mikmayes
14:22.01JoshBorkeFuBar_XPFu
14:22.19DarkImakuni*downloads*
14:22.35JoshBorkeMikma: which battle chat are you using?
14:22.54MikmaBattleChat
14:24.02Mikmaag`: if i use that black color as HP, it's turning red when they lose mana
14:24.08Mikmas/mana/health/
14:26.57FISKER_Qwhat would the script command be for opening the talent ui?
14:27.29hasteToggleTalentFrame()
14:28.44Arrowmasteri used /script LoadAddOn("Blizzard_TalentUI") TalentFrame:Show() to get the talent ui on a level 4 character once
14:29.15Arrowmasterdont know of that toggle will load the addon or not if your below level 10
14:29.21FISKER_Qthen i'll have the priest TBC talents momentarily :P
14:29.30FISKER_Qlol
14:29.32FISKER_Qthey're not made yet
14:29.38FISKER_Qblizzard wasn't kidding then
14:29.49Arrowmasterlol
14:30.07ag`Mikma, it's the smooth coloring
14:30.08FISKER_Qrunning around in a sandbox in the TBC alpha
14:30.24Mikmaag`: yeap but you should make that changeable too :)
14:30.25FISKER_Qhunters not done either
14:30.28Mikma"from to"
14:30.55ag`FISKER_Q, I've heard that in the newest alpha client priests and druids are there
14:31.05FISKER_Qi got the newest
14:31.10FISKER_Qand nope
14:31.16FISKER_Qneither, druids, priest or hunters are there
14:31.24ag`hm, so the leaked druid talents must be fake then
14:31.47Arrowmasterthat 41 point balance talent looked fake anyway
14:31.57FISKER_Qthe new map looks sweet
14:32.00FISKER_Qgonna upload it now
14:32.02ag`new map?
14:32.03FISKER_Qyeah
14:32.07FISKER_Qfor outland and stuff
14:32.17JoshBorkedo it!
14:32.21ag`you can see everything without exploring?
14:32.28ag`:P
14:32.34Mikmaooh
14:32.44phyberFISKER_Q: are you in the beta or just running the client on some official* server (*may not be official)
14:32.47Arrowmasteryeah they havent added the stuff yet to hide the map till you explore it
14:33.19FISKER_Qi'm using a sandbox server
14:33.51CIA-1103tekkub * r9737 10BigWigs/BigWigs.toc:
14:33.51CIA-11BigWigs
14:33.51CIA-11- TOC Metadata
14:34.14Arrowmasterone of my guildmates is in the alpha and he said the map was fully explored for the belf starting area
14:34.18ag`they're going to gimp priests so bad, they did it before and they will do it again. Lol, lightwell? Come on...
14:34.25FISKER_Qand there are 2v2, 3v3 and 5v5 arena teams
14:34.35FISKER_Qand it looks like you make it like a guild
14:35.28Arrowmasterheh im going to point an laugh at every priest i see with lightwell after i summon a soulwell
14:35.31ag`It's going to be awesome
14:35.36*** join/#wowace nekoh (n=horizon@pD9E03EFE.dip0.t-ipconnect.de)
14:35.40JoshBorkelol
14:35.52ag`everybody already points and laughs
14:36.01ag`no need for a new warlock talent to do that
14:36.11ag`though it might make it even worse :P
14:36.30Arrowmasterritual of souls is a new spell not talent
14:36.43JoshBorkehaha! owned!
14:36.53FISKER_Qhttp://img479.imageshack.us/img479/8004/prettysweetdf7.jpg
14:37.24[Wobin]I love the new 41 talent Feral druid spell
14:37.38Mikma[Wobin]: i love if you ace2 FuXPFu
14:37.38FISKER_Qhttp://img67.imageshack.us/img67/4107/prettysweet2co2.jpg
14:37.41[Wobin]If five of them cast it at once while in catform, they turn into Voltron
14:37.56Mikmalol that's neat
14:38.06ag`oSkin needs tab graphics :)
14:38.15evl[Wobin]: it's already Ace2 in brances.
14:38.27evlMikma even
14:38.34Mikmawhaaat? where? :D
14:38.41MikmaSS or it didn't happen!
14:38.56FISKER_Qnew honor frame: http://img57.imageshack.us/img57/3838/pvpqh0.jpg
14:39.00[Wobin]Is it? =)
14:39.01*** join/#wowace Arrowmaster` (n=Arrow@cpe-24-209-111-105.woh.res.rr.com)
14:39.26evlFuXP = AceLibrary("AceAddon-2.0"):new("FuBarPlugin-2.0", "AceDB-2.0", "AceEvent-2.0", "AceConsole-2.0")
14:39.30evlsays Ace2 to me
14:40.39Mikmahmmm
14:40.42Mikmagotta d/l it :)
14:40.50CIA-1103gngsk * r9738 10oSkin/CharacterFrame.lua:
14:40.50CIA-11oSkin -- CharacterFrameCloseButton makes a return
14:40.50CIA-11<PROTECTED>
14:40.51Mikmathen all we need is Mend ace2 and i can delete ace1
14:41.15evlI only have one ace1 addon left; gonffbar
14:41.25Mikmai have mendeleev and FuXPFu
14:44.17FISKER_Qhttp://img479.imageshack.us/img479/5592/arenasji0.jpg
14:44.30Mikmai don't like BattleChat's windowed bug :(
14:44.50NA|LiquidorHeard that BC will be using Lua 5.1?
14:44.53FISKER_Qlol
14:44.54FISKER_Qfound a
14:44.55FISKER_QTicTacToeFrame.lua
14:44.57Mikmayes it will
14:44.58FISKER_Qin the mpq files
14:45.06FISKER_Qfunction TicTacToe_Update()
14:45.06FISKER_QTicTacToe_UpdateGameState(GetMinigameState());
14:45.06FISKER_Qend
14:45.10FISKER_Qand some other stuff
14:45.14DarkImakuniVisor, VisorGUI, AceGUI, KC_Items, FuXPFu, and a few other Fu's left to upgrade to ace2 for me
14:45.19MikmaFISKER_Q: yeah it's there but it won't work. it's just an example
14:45.24FISKER_Qah
14:45.26*** join/#wowace Suntiger (i=moonwolf@f176182.upc-f.chello.nl)
14:45.26*** mode/#wowace [+o Suntiger] by ChanServ
14:45.32Arrowmaster`i swear i saw something for chess when looking threw the spell list on curse
14:45.32MikmaFISKER_Q: extract the data from WoW and you can see it there :)
14:45.52MikmaMinigameFrame.lua  MinigameFrame.xml
14:45.53NA|Liquidorthe chess game is grea =)
14:46.29Arrowmaster`is it real ingame 3d chess?
14:46.41Mikma2d
14:47.36Mikmajust look for wowchess in wowinterface :)
14:47.39Mikmaand curse
14:48.39*** join/#wowace snurre (n=snurre@AVelizy-153-1-67-95.w86-205.abo.wanadoo.fr)
14:49.24Arrowmaster`no i ment i saw spell names in the curse BC alpha spell list that looked like they had something to do with an ingame chess minigame
14:49.47Mikmaoh really? SS or it didn't happen
14:50.40Arrowmaster`goto curse, click BC spells, and search for 'chess'
14:50.48evlHorde Ronald McDonald: http://img.4chan.org/b/src/1157121922816.jpg
14:51.03FISKER_Qthere's LFG in the burning crusade
14:51.06[Wobin]example eh?
14:51.18DarkImakuniwtf?
14:51.27FISKER_Qit's like a who frame
14:51.32FISKER_Qand can accept 6 variables
14:52.11FISKER_Qand then you have a list of people, invite, AUTO_JOIN(?) and ADD_ME(?)
14:52.17FISKER_Qit's looks like hell :)
14:52.35FISKER_Qyou can look for raids, dungeons, quests, bg's(pvp) and just leveling
14:52.48Arrowmaster`sweet
14:53.02Arrowmaster`the current LFG solution sucks ass
14:53.57FISKER_Qhttp://img479.imageshack.us/img479/8356/alphalfgey4.jpg
14:54.15ag`obviously they didn't make an UI for it :P
14:55.00Mikmaag`: go go put the "change to" color in ;)
14:55.19phyberlooks like Discord LFG, great customisation there.
14:55.37Mikmawhat's with the experience-bar in that shot?
14:55.50FISKER_Qtop is rep bar, below is exp bar
14:56.05Mikmak
14:56.40Arrowmasterwere you able to open that lfg window anywhere or did you have to click on that box on the ground?
14:57.19FISKER_Qi used /script LFGFrame:Show()
14:58.11ag`Mikma, what?
14:58.14ag`oh
14:58.23ag`I probably won't do that :P
14:58.43ag`checkbox for color change with damage or something
14:59.08NA|LiquidorDo you guys know if anyone has made a UI Package consisting of Ace addons only?
14:59.20FISKER_Qdamn
14:59.29FISKER_Qthey also have something called a "QAMenu"
14:59.29CIA-1103tekkub * r9739 10Clique/Plugins/Clique_PRT.lua:
14:59.29CIA-11Clique
14:59.30CIA-11- Tweaked PRT plugin for PTarg
14:59.35FISKER_Qbut all contents of the files have been deleted
15:00.36[Ammo]tekk you here?
15:00.54[Ammo]I'm getting some weird alignment problems with ptarg
15:01.11Mikmaag`: well the colorchange to red is stupid :(
15:01.47Mikmaag`: easiest would just be to add a colorpicker for the color that the bar will change when in low health
15:03.03DarkImakuniFisker: check Interface.MPQ in the original game, the data is still there
15:03.59ag`Mikma, that's why I will add an option to turn it off
15:04.03FISKER_Qfor what?
15:04.21DarkImakunithe 'QAMenu' stuff is still there
15:04.22Mikmaag`: trust me, add the option i asked too :) people will request the same thing
15:04.36Mikmaag`: and the option you said will propably be good too
15:04.48ag`I have to stop adding options somewhere :P
15:04.55FISKER_Qah
15:04.59Mikmayeah but don't stop in needed options
15:05.07ag`it's not really needed :S
15:05.24DarkImakuniit's a shame DeleteTargetUnit() is nil... t'would come in very handy...
15:05.26Mikmayes, it is. by that way people can change the color the wan't the HPbar to fade in
15:07.00ag`It's not just as easy as to set a color it will fade to
15:07.12ag`the fade function is more advanced than that
15:07.13Natrakis oRA Ace2 compatible yet ?
15:08.19DarkImakunioRA2 is
15:09.23Mikmaora2 is alphabetagamma
15:09.29FtH|eagleag`: take a look at candybar, there is a function which controls the fading from many colors
15:09.48Mikmamm, candybar hp-bar
15:09.50Mikmahehehe
15:10.46FtH|eagleui>100mb ? np http://www.stratisphere.net/wow/Klio22706_2.jpg
15:11.12Natrakdoes ora2 have all the features from CTRA implemented yet or just a subset ?
15:11.25[Ammo]define all the features
15:12.08[Ammo]oRA2 is my creation for the most part so shoot :p
15:12.12Natrakhaha, ok
15:12.13MikkNatrak: http://wiki.wowace.com/index.php/Raiding_with_Ace_AddOns
15:12.31ag`FtH|eagle, I'd like to see his kb/s... Or rather mb/s
15:12.52FtH|eagleyeah :)
15:13.03MikmaFtH|eagle: that's rather small, there was pictures of 200+ Discord ui's :)
15:13.09Natrak[Ammo]: /radur, /raver, /raitem, main tanks? i see for oRA they all have their own addons, for oRA2 there seems to be one rules all system going
15:13.09ThraeWho put VitalWatch up there
15:13.22Mikkcheck edithistory?
15:13.23FtH|eagle200? omg
15:13.25ThraeVitalWatch isn't done >.<
15:13.34ag`Mikma, show me
15:13.45Mikmaag`: well the site is down, can't
15:13.50ag`damn
15:14.03ThraeI think the current SVN version disconnects you when trying to send a message
15:14.08ThraeWhile swearing at you
15:14.41JoshBorkeanyone want to help me fix my frame layout code?
15:14.50JoshBorkeit seems to break randomly :-(
15:15.50packetlssFISKER_Q: are you using that sandbox from emupedia to test TBC?
15:16.05FISKER_Qyeah
15:16.49packetlsswas it easy to setup?
15:16.51vhaarrIs there a simple way to get my own raid unitId ?
15:16.56Mikmaoh wow
15:17.02Mikmaag`: sorry i lied, it's up again ;D
15:17.09ag`give:D
15:17.20Mikkvhaarr: hum, when do you ever need it?
15:17.27Mikmahttp://www.discordmods.com/cgi-bin/forum_UI.pl?page=&sortby=
15:17.32Mikmathere you go, just look anyone of them hehe
15:17.46vhaarrMikk: when I want to tell the rest of the raid something that happened to me
15:17.46FISKER_Qyeah packetlss
15:18.08Mikkare raid unitids even the same among different players?
15:18.09JoshBorkealternatively, how can i catch an error in a piece of code?
15:18.16Mikmaag`: well to be honest, i think it was linked in us-forums (the old ones)
15:18.17JoshBorkeMikk: no
15:18.20vhaarrMikk: good point, no they are not
15:18.21vhaarrMikk: thanks
15:18.29MikkJoshBorke: http://www.wowwiki.com/API_pcall
15:18.37[Ammo]Natrak: it's not a one system rules all
15:18.44[Ammo]Natrak: it's all modular, but in one package
15:18.50[Ammo]you can delete what you don't want / need
15:19.05[Ammo]I'm talking oRA2 in the branches btw
15:19.09[Ammo]not in trunk
15:19.10hasteit can also be distributed differently thanks to the SVN.
15:19.16[Ammo]yeah
15:19.17[Ammo]that's the plan
15:19.27hastewe can do the whole old oRA thing also
15:19.29JoshBorkeMikk: so, if i do pcall(myFunc,<whatever>), if myFunc were to generate an error (ie a error popup), then pcall would return false and no pop-up would show up?
15:19.31[Ammo]distribute an oRA2_RaidDrone
15:19.32DarkImakuniPerfectRaid or oRA?
15:19.39MikkJoshBorke: correct
15:19.43[Ammo]PerfectRaid = frames, oRA = core CTRA stuff
15:19.48CIA-1103 * r
15:19.48CIA-11<PROTECTED>
15:19.55Natrakhttp://svn.wowace.com/root/branches/oRA2/Ammo/oRA2/ you mean ?
15:19.58JoshBorkeMikk: i love you
15:20.10Mikkwell.. if you're EXPLICITLY calling an error popup, you'll get the error popup. but if your function just errors out, you'll only return false
15:20.16Mikma~mikk
15:20.29purlfrom memory, mikk is NOT the guy that wrote MSBT
15:20.29Mikma:(
15:20.29Mikma~tuplad
15:20.34purli guess tuplad is the local troll
15:20.40Mikmaoh lol, purl was just slow
15:20.45JoshBorkeMikk: i'm getting error popups about bad SetPoints, so i just want to catch those
15:20.51Mikkthat'll work
15:20.52ag`~haste
15:20.56purlhmm... haste is a very pervert guy, he always makes porn voices on Ventrilo.
15:21.03haste~emulate haste
15:21.06purl:---------(
15:21.06CIA-1103 * r1
15:21.07CIA-11<PROTECTED>
15:21.17CIA-1103 * r1 10/:
15:21.21Mikmaare those sandbox commits?
15:21.22Mikkwtf is CIA saying?
15:21.30Natrak[Ammo]: that branch seems a lot more complete yes, I'll see if i can get it loaded
15:22.00CIA-1103 * r1 10/:
15:22.16ThraeCan you use |cFFxxxxxx|r color tags with messages sent by SendChatMessage?
15:22.47Mikkyou mean send then across the network? no
15:22.53Mikkthat'll disconnect you
15:23.05FISKER_Qwhat was the command to load the talent ui and open the talent window?
15:23.06ThraeAha, that's what's causing VitalWatch to disconnect me
15:23.23ThraeWhy do they do that? That's weird.
15:23.49Mikkbecause they know how bloody annoying it is with 14-year olds coloring their messages in obscene colors
15:23.53ThraeI was hoping to color messages send by VitalWatch by the player's class.
15:23.58Mikka'la IRC
15:24.04Mikmamm
15:24.07ThraeHmmm, true, rainbow messages would get annoying.
15:24.28Tekkubclad says "Commit you bitches, I need to debug stuff"
15:24.37Natrak[Ammo]: any place to submit bug reports ? :)
15:24.49Mikkhttp://www.wowace.com/flyspray/
15:24.58Mikma8Mikk: 2what are you saying? 9Colors are not 13c4o15o11l?
15:24.59Mikkbut maybe ammo has something ora specific
15:25.05Mikk~whaleslap Mikma
15:25.07purlACTION beats Mikma upside and over the head with a freakishly huge killer whale named Hugh
15:25.08Mikmawhee!
15:25.18Mikmaattention from Mikk, my day has been saved
15:25.24Natrakdidn't see oRA listed as a project there Mikk, hence the question :)
15:25.29Mikkah =)
15:26.00MikmaWTB Mendeleev Ace2 :(
15:26.13MikkMikma: if you've got a user on wowwiki i can give you a selection of 1 week attention, 1 month attention, 1 year attention and infinite attention :-P
15:26.31MikmaMikk: 1 week please, just a moment i'll reg
15:26.40Mikkaight =)
15:27.09*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
15:27.11Mikmayay!
15:27.14MikmaMikma was free :D
15:28.15Mikmanow i'll edit something nasty and wait until Mikk finds it
15:28.46Mikmaaaargh! i was too late lol
15:29.01MikmaYour user name or IP address has been blocked by Mikk.
15:29.08Mikmagege :D
15:29.20hasteMikma: what have you done?
15:29.32Mikkhe asked for it =)
15:29.49Mikmahaste: <1825> <Mikma> attention from Mikk, my day has been saved
15:30.00Mikmahaste: <1826> <Mikk> Mikma: if you've got a user on wowwiki i can give you a selection of 1 week attention ...
15:30.06Mikmahaste: <1826> <Mikma> Mikk: 1 week please, just a moment i'll reg
15:30.08GngskHelp with RegisterForClicks() plz ! http://ace.pastey.net/547
15:30.20Mikma:D ok, brb getting a pizza!
15:30.32MikkGngsk: http://www.wowwiki.com/API_RegisterForClicks <- plenty of info
15:30.45GngskMikk, yes, I have that up
15:31.21Mikkyou don't get clicks for Frame object
15:31.26Mikkonly bUTTONS
15:31.29MikkButtons even
15:31.40Gngskok, that's what I was wondering, thanks
15:31.55MikmaMikk: Region:SetParent(parent or "parentName") - Set the parent for this frame - Moevd in 1.10.
15:31.57MikkIf you want to catch mouse events for frames, use the OnMouse(direction) events
15:32.55Mikkhttp://www.wowwiki.com/Widget_Handlers
15:33.03MikkMikma: ?
15:33.35GngskMikk, don't have to register anything to use that?
15:34.29Mikknop
15:34.47[Ammo]Natrak: in personal messages to me on IRC will work for me
15:35.23MoonWolfmikma, please, i can't just create time.
15:35.32CIA-1103ammo 07Ammo * r9741 10oRA2/oRA2/Optional/MainTank.lua: oRA2: maintank typo fix
15:36.22FISKER_Qwlol
15:36.22FISKER_Qlol
15:36.44MoonWolfI have a server move to handle this weekend.
15:36.50Mikkjoy
15:37.07CIA-1103thrae * r9742 10VitalWatch/VitalWatch.lua: VitalWatch -- Should no longer disconnect you.
15:37.07FISKER_Qthe blood elf territory is instanced
15:37.45Gngskhmm, OnEnter works but OnMouseUp/OnMouseDown aren't firing for somem reason
15:38.11MikkEnableMouse?
15:38.15Gngsktrue
15:38.47Mikkweird tho. i'd have thought OnEnter wouldn't fire if it wasn't mouse enabled
15:39.00Gngskerm.
15:39.05Gngskcut/paste evilness
15:39.07Gngskwrong frame name ><
15:39.09Mikkhehe
15:47.12*** join/#wowace Neronix (i=neronix@user-54443d37.lns2-c10.dsl.pol.co.uk)
15:48.50Gngskok, I'm trying to set a dragging flag in MouseUp and MouseDown so that I can use it in OnUpdate but it doesn't seem to be working
15:49.02haste<PROTECTED>
15:49.03haste:<
15:49.10*** join/#wowace Cairenn (n=Cairenn@CPE001217452e29-CM014500004571.cpe.net.cable.rogers.com)
15:49.10*** mode/#wowace [+o Cairenn] by ChanServ
15:49.11Gngskpoor haste
15:49.13hasteI hate refreshing the forum :(
15:49.24DarkImakunilol awww... /soothe
15:50.25hasteand it's from the same person :<
15:50.55DarkImakunio.O
15:54.00evlMaybe i'm drunk here but
15:54.07evlhow the fuck do I capture a string in lua from a pattern?
15:54.11evlstring.match is a 5.1 feature
15:54.23hastestring.find
15:54.38evlstring.sub(actionText, string.find(actionText, "c(%u.+)"))
15:54.42evlgives me an error
15:56.38hasteevl: take a look at deformat
15:56.46*** join/#wowace NA|Liquidor (i=Dennis@port227.ds1-sg.adsl.cybercity.dk)
15:58.10[NI]MachineDoes anyone know if you can get the group frames in ag_UF to grow upwards?
16:01.36Gngskhttp://ace.pastey.net/548
16:04.59CIA-1103ag * r9743 10ag_UnitFrames/ (ag_UnitClass.lua ag_UnitFrames.lua):
16:04.59CIA-11ag_UnitFrames
16:04.59CIA-11<PROTECTED>
16:07.11Mikmammmmmm
16:07.12ag`[NI]Machine, not yet, but the feature is already coded, so the setting will come soonish
16:07.15Mikmapizzaaaah
16:07.27evlIs PeriodicTable updated anywhere?
16:07.35MikmaMikk: there is a typo in that i pasted
16:07.47MikmaMoonWolf: yeah, i know you can't but i'm trying to push some other to do it :D
16:07.49evlnvm
16:07.55MikkMikma: which?
16:08.10MikmaMikk: Region:SetParent(parent or "parentName") - Set the parent for this frame - Moevd in 1.10.
16:08.23Mikkyeayea =)
16:08.56Mikkwas going to say "fix it yourself then" but realized you can't :-P
16:09.26Mikmayeah :D
16:09.41Mikmai WAS gonna fix it but i find out you were faster
16:11.03sbuhmm
16:11.10sbuaced superinspect? :o
16:11.59Mikmanoooooo
16:13.12*** join/#wowace Cairenn (n=Cairenn@CPE001217452e29-CM014500004571.cpe.net.cable.rogers.com)
16:13.12*** mode/#wowace [+o Cairenn] by ChanServ
16:14.52Mikmammmmm
16:14.57MikmaFirefox 2 Beta 2
16:15.03Mikmalayout has been updated alot
16:15.06ag`yeah I'm using it
16:15.07DarkImakuni<3 Firefox 2 beta 2
16:15.37[Ammo]somehow I'd rather chop my head off with a blunt spoon
16:15.39[Ammo]than use that
16:15.51*** join/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
16:15.58DarkImakuniwhat do you use?
16:16.17Mikmafirst crash :D
16:16.39Mikmaoh COOOOOOOOL! Built-in TabX!
16:18.05*** join/#wowace MentalPower|AFK (n=chatzill@host-70-45-82-92.onelinkpr.net)
16:19.28FISKER_Qcan you open the trainerframe without atrainer?
16:21.20Mikkshould be possible to force it open
16:21.30Mikknot that you'd be able to DO anything with it
16:21.45FISKER_Qit would need the data from the server i suppose?
16:21.52Mikkaye
16:23.11Mikkyou could prolly hook the APIs and remember return values :-P
16:23.24Mikk(if you just want to see what was available last time)
16:24.05FISKER_Qwell there is no last time on a tbc sandbox emulator :P
16:27.55ThianaAnyoe recall the name of the addon that lets you right align the ChatFrame text?
16:28.20[Ammo]ask moonwolf
16:28.26TupladChatJustify?
16:28.27Tuplador some
16:28.35Mikmado not use it :P
16:28.44Mikmait screws itemlinks up :(
16:28.51Mikmaunless you use it for combatlog ^^
16:28.59evlHmms, where might I find the API for PeriodicTable? :P
16:29.05TupladMikma: item links ftl
16:29.37ThianaThanks Tuplad
16:29.58Gngskyo mikma, test some code for me?
16:30.12ThianaMikma: I want it for general/lfg/trade/etc chat. No links anyway.
16:30.15TupladThiana: :D
16:31.37GngskMikma, http://ace.pastey.net/550 throw that in tinypad, run it and try moving the character model in CharacterFrame by clicking and dragging
16:32.06MikmaGngsk: okiedokie
16:32.56*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
16:34.11MikmaGngsk: works
16:34.22Gngskk, feel intuitive?
16:34.46Gngskrotate slower, rotate faster?
16:34.57MikmaGngsk: way more faster rotate
16:35.05Mikmaatleast for me it's really really slow
16:35.23Gngskok, change i=1,5 to i=1,10 and reloadui, rerun and retry
16:35.27TupladGngsk: THATS THE BEST FREAKING FUNCTION EVER!!!!
16:35.35Gngsklol
16:35.57Gngskgonna be part of oSkin because I hide the buttons that provide that functionality
16:36.10Tuplad>:D I luv that
16:36.17Tupladjust make it a bit faster
16:36.23Gngskk, 10 it is
16:36.24vhaarrckknight: the new AceLocale way of not producing proper errors when translations are missing or something is really annoying.
16:36.37vhaarrckknight: makes it hard to find what's actually going on.
16:37.12MikmaGngsk: now it's good
16:37.39Gngskkk, thx
16:38.29MikmaGngsk: but about that "feel intuitive" ... there's no hints anywhere that click&drag makes you spin around
16:39.22JoshBorkehola
16:39.56*** join/#wowace Pimpfo (n=Pimpfo@N786P005.adsl.highway.telekom.at)
16:40.13GngskMikma, yea, I'm not sure if putting a fontstring there that says that is a good idea though
16:40.29Gngskmight just end up saying something in a readme or something *shrug*
16:40.54CIA-1103thrae * r9744 10VitalWatch/ (4 files): VitalWatch -- Added PLAYER_TARGET_CHANGED and UPDATE_MOUSEOVER_UNIT checks for aggro. Fixed some bugs and aggro check logic.
16:41.40*** join/#wowace Cartas (n=Cartas@host86-137-81-79.range86-137.btcentralplus.com)
16:41.48Mikkwhoot. i had no idea you could run out on teldrassil's limbs
16:41.51Mikknice view =)
16:42.53evlWood
16:42.56ag`I did once
16:43.06ag`I ended up getting all the way down without dying
16:43.26ag`Took two tries though =P
16:44.58MikmaGngsk: kinda spoils the look if there's some text
16:45.05MikmaGngsk: how about mouseover tooltip? :)
16:46.16GngskMikma, that'd prolly get annoying after a while
16:46.20Gngskbut yea, that's an option
16:47.31*** join/#wowace Insa (n=insa@80.200.68.172)
16:53.36evlI think i have a brilliant idea :P
16:54.22dreyruugrGngsk
16:54.41JoshBorkeevl: those are good
16:55.16dreyruugrhttp://ace.pastey.net/551
16:55.19evlwhat the fucking SHIZZLe the docs for PT are horrible
16:55.38dreyruugrThat should do framerate independant rotation of the model, based on how much the mouse moves
16:56.02*** join/#wowace Tem (n=tardmrr@ip70-177-40-169.br.br.cox.net)
16:56.02*** mode/#wowace [+o Tem] by ChanServ
16:57.52CIA-1103mikma * r9745 10IgnoreMore/IgnoreMore.toc: IgnoreMore: .toc for .zip
17:00.36Mikmasorry Mikk, had to .zip it for my guildies :)
17:00.47Mikknp =)
17:01.00Mikk(tho i'm very good at having the latest versions of my stuff up at wowi)
17:01.08Mikk(and nowhere else)
17:01.31Nickenyfikenwhat does Vitalwatch do?
17:01.42Gngskdreyruugr, thanks I'll add that
17:02.03MoonWolfammo ask me what ?
17:02.13ThraeAlerts you to your own and party, raid, and pets low health, mana, and aggro.
17:02.36ThraeIt was my first mod, I'm rewriting it from stratch to use Ace2.
17:02.45*** join/#wowace Jarentha1 (n=Roo@cpe-071-076-173-175.triad.res.rr.com)
17:03.26Nickenyfikenhow? sound? chatmsg?
17:03.50*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
17:03.54Gngskdreadlyone, what should I name that argument if I'm making a RotateModel() func?
17:04.32dreyruugrincrement
17:04.33dreyruugr?
17:04.50Gngskk, sounds good
17:04.51ThraeIt has five options -- Send to a small scrolling screen of "last updates" (not yet implemented), sent to the chat channel of your choice, a sound played, an emote played (only for yourself), and a big SpellAlert/WitchHunt-type alert message in the top-center of your screen.
17:05.08ThraeEither all or none can be done for each alert type.
17:05.23Gngskdreadlyone, Model_RotateLeft(CharacterModelFrame, increment or nil) would be fine?
17:05.45*** join/#wowace `-FISKER_Q\ (i=blah2@85.24.17.250)
17:07.01ThraeVitalWatch v2 is unfinished, don't use it.
17:07.53NickenyfikenThrae: ah nice :-)
17:10.02*** join/#wowace mjc (n=mjc@72.17.187.154)
17:10.52mjchm, I'm trying to think of a way to auto open bags in your inventory
17:11.03mjcI wrote an Open() function that will open anything there
17:11.08mjcbut what should I hook it to
17:11.52Mikkebbeh?
17:11.57Mikkwhy do you need it?
17:11.59Mikkshift+b ftw
17:12.03mjcno
17:12.05mjclike clams
17:12.10Mikkaaahhhhh
17:12.20Mikkhook it to looting clams?
17:12.21mjcor presents
17:12.30mjcit requires a keypress
17:12.38dreyruugrGngsk: http://ace.pastey.net/552 - This doesn't work quite right, but if you work on it you'll be able to zoom in on the character's face using the y offset of the mouse
17:13.04Mikkpop up a window that open clams when you loot them?
17:13.19mjcMikk: a window?
17:13.22dreyruugrbbiaw
17:13.27Mikkbutton
17:13.28Mikki dunno
17:13.30mjcah
17:13.47mjcI don't think you can open a clam when the inventory window is already open
17:14.10Mikkahyeah, you'd ruin the loot window
17:14.33Mikktrigger on the loot window closing?
17:14.54mjcis there an event for that? :/
17:14.55Mikkand then just pop up the "open my clams plx" right where the mouse pointer is
17:14.58mjcI'm at work so
17:15.01Mikkyeah there is
17:15.06mjcah
17:15.08MikkLootFrame OnHide =)
17:15.14mjcnice
17:15.15MikkLOOT_CLOSE too i think
17:15.24Mikkhttp://www.wowwiki.com/Events/Loot
17:15.24mjcLOOT_CLOSE is probably what I need
17:15.42MikkLOOT_CLOSED it was
17:16.53mjcsame diff :)
17:17.58mjcI'll have to implement it tonight before ZG
17:18.12mjcmy alt's bags are halfway full of clams cause I never bother to stop and open them
17:19.17mjcanyone try voicesfrombeyond lately?
17:19.33mjcacelocale complained that ti didn't have any translations registered every mob death
17:20.53*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
17:23.59*** join/#wowace FISKER_Q (i=blah2@85.24.17.250)
17:32.04CIA-1103joshborke * r9746 10HealWatch/ (HealWatch.lua HealWatch.xml HealWatchFrames.lua):
17:32.04CIA-11HealWatch:
17:32.04CIA-11- minor modifications to the frame layout code
17:32.04CIA-11- added a ResetFrames function to try to recover from SetPoint errors that I can't fix
17:32.04CIA-11- added a corresponding resetGUI command to execute the new function
17:32.05CIA-11- added a new resetpos command to reset the position of the main healwatch frame
17:33.29Mikmammm!
17:33.39Mikmaseems like we don't get enough priests for Vael
17:33.46Mikmathat means i can code / play tonight!
17:34.05sbuis there an aced enginventory (engbags) addon? something with 1 big bag and autosort
17:34.26sbumh vael - bitch :/
17:35.42*** join/#wowace dreyruugr (n=chatzill@66.77.144.6)
17:36.59*** join/#wowace [Epic]Gemski (n=Gemski@c-24-129-45-142.hsd1.fl.comcast.net)
17:37.14Sarozanyone know an easy way to pull the .aggro var out of squishy?
17:38.11*** part/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
17:38.20Mikmahmm
17:38.30Mikmaanyone wan't to help me doing DewDrop? :)
17:39.03sbudont know much about ace :o
17:40.29JoshBorkeMikma: i could try...
17:40.50MikmaJoshBorke: everyone say it's easy but i wasn't able to do it :)
17:41.03MikmaJoshBorke: the whole idea is to make DewDrop based on the AceOptions in bartender2
17:41.36*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
17:43.00JoshBorkei know nothing of ace options :-(
17:43.21MikmaJoshBorke: well neither do i, i just look example and do it :D
17:46.14JoshBorkeI know Squishy had a nice layout when i was looking at how to add options to it
17:48.02Sarozanyone know an easy way to pull the .aggro var out of squishy? :(((((
17:48.37JoshBorkeSaroz: get a local reference to the table and check each unit for .aggro
17:48.42JoshBorkeusing rosterLib
17:48.56SarozI'd rather access Squishy's rosterlib
17:48.59Sarozbut apparently it's local
17:49.13JoshBorkeit is
17:49.15Sarozcan't access it
17:49.24vhaarrpoke maia
17:49.29Sarozoffline
17:49.41JoshBorkeSaroz: do you use RosterLib in yoru addon?
17:49.46Sarozno
17:50.16Sarozdon't see the need
17:50.49*** join/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
17:54.23FISKER_Qhehe
17:54.40FISKER_Qarchmonde is in the expansion now
17:55.04evlI expect a Hyjal instance with a timed raid encouter :)
17:56.02FISKER_Qbtw
17:56.09FISKER_Qwhen he gets textured
17:56.15FISKER_Qthere will be made so much fun of him
17:56.21FISKER_Qcause he's using the draenei animation set
17:56.22FISKER_Q;D
17:56.36FISKER_Qmeaning you can make him dance that turkish dance thingy
17:56.39FISKER_Qtunak tunak tun
17:56.42*** join/#wowace Ratbert_CP (n=Ratbert_@204.128.192.11)
18:01.48FISKER_Qdamn
18:01.58FISKER_Qthere's some sapphiron like dragon in the expansion
18:02.02FISKER_Qjust with fire instead of ice :P
18:02.54Arrowmasterfucking fire resist fights
18:02.54hasteI'm probably chopping your e-peen a little now, but at least I don't care
18:02.54hasteand I rather not know
18:02.54CIA-1103tardmrr * r9747 10/branches/IDCard/: Creating Branch
18:02.55CIA-1103tardmrr 07tardmrr * r9748 10IDCard/: Creating Branch
18:04.35CIA-1103tardmrr 07tardmrr * r9749 10IDCard/IDCard/: Copying to branch to begin major changes
18:05.54*** join/#wowace ven (n=ven@dynadsl-080-228-73-043.ewetel.net)
18:06.37Gngskmeh, I can't keep this model from moving up!
18:06.47Gngskany model:SetPosition() gurus?
18:07.48dreyruugrI'm no guru
18:07.52dreyruugrbut what do you need to know?
18:08.13Gngskoh, hey you're here
18:08.16GngskI was foolin' with your code
18:08.32Gngski wanted it to go OnMouseWheel though
18:08.49dreyruugrahh
18:08.52Gngskno mater what it creeps up and down the Y axis though
18:09.08dreyruugrcan I see your code?
18:09.53Gngsksure, sec
18:10.41Gngskhttp://ace.pastey.net/553
18:11.56dreyruugrWhat's it doing wrong?
18:12.49Gngskwell, it'll zoom forward, but the model will move up the Y axis too, eventually off the frame
18:12.54Gngskeh
18:12.59GngskI got it working the way I want now
18:13.15dreyruugrbtw, do you know about math.min and math.max?
18:13.21Gngskhere, i'll repost
18:13.55Gngsknot really, how would they be useful here?
18:14.03dreyruugrmath.max(xPos-00.1,0)
18:14.21dreyruugrthat'll cap the xPos to 0 or higher
18:14.38dreyruugrYou should do the same for z
18:14.48dreyruugrThen, to prevent zooming in to far
18:14.55Gngskwell, the way I wanted it to work the y and z values don't get changed, just x
18:15.05sbuhmmm, can i change the oskin bgcolor?
18:15.24Gngsksbu, yea, in the applySkin() function
18:15.25dreyruugrmath.min(xPos+00.1,10) -- need to figure out what 10 should really be
18:15.48Gngskok, thanks
18:16.48CIA-1103evl * r9750 10/branches/PublicPanic/: Created folder remotely
18:16.49dreyruugrThe main reason you might want to move it in Z as well is because as you zoom, you're zooming on the characters origin or center... instead of something interesting like the face
18:16.59Gngskhmm, problem is I think the min/max values would be different depending on the model
18:17.04Gngskahh, yea, I see what you mean
18:17.09Gngski'm on my gnome so it's not a big deal
18:17.14Gngsklemme try it on a NE
18:17.34dreyruugrwell, threoretically you should never set a pos below 0... there's no need to zoom out that far
18:17.41dreyruugrmax might vary per race
18:18.07Gngskyea, doesn't zoom as nice on the taller model
18:18.21Gngskis it worth having different values for different models though? seems like it wouldn't be
18:18.35dreyruugrit's a gravy feature really
18:18.46dreyruugrdo it when you don't have more important things to work on
18:19.06Gngsktrue that, I don't feel like moving on to other frames!
18:19.11Mikmahttp://wow.reaktio.net/oSkin.jpg
18:19.51Gngsk:D
18:19.58Mikmamm
18:20.03Mikmai think i will soon switch back to SCL
18:20.06GngskI should prolly get to working on the frame that comes up when you inspect a friendly player
18:20.09Mikmaor SidebarCombatLog
18:20.17sbuGngsk: hmm - frame:SetBackdropColor(0,0,0, ba or dba) <-- i guess this describes the black part of oskin?
18:21.16Gngskaye, http://www.wowwiki.com/API_Frame_SetBackdropColor
18:21.35Mikmahttp://wow.reaktio.net/goth.jpg
18:21.36Gngskba being background alpha, dba being defaultbackgroundalpha
18:21.42Mikmahere's my goth-agUF ;D
18:22.24Gngsksbu, once the majority of frames are skinned you'll probably see database and option tables
18:22.36sbuhehe :)
18:22.42sbunice
18:22.53FtH|eaglehaste: who changed the grouploot frame?
18:22.59Gngskhaste did
18:23.17GngskI did the readycheck/characterframe, kyhax did the containerframe/editbox
18:23.28*** part/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
18:24.07hasteFtH|eagle: anything wrong?
18:24.24*** part/#wowace Ratbert_CP (n=Ratbert_@204.128.192.11)
18:24.25FtH|eagleonly a little thing, the statusbar is a little wider than the border
18:24.30FtH|eaglenot for you?
18:25.14hastemight be
18:25.20hasteI'm actually not sure:p
18:25.30FtH|eaglelook next time :P
18:25.30Sarozanyone know an easy way to pull the .aggro var out of squishy? (yes, asking again)
18:26.14*** join/#wowace Pimpfo (n=Pimpfo@N874P003.adsl.highway.telekom.at)
18:27.15*** join/#wowace vhaarr (n=chatzill@ghybel696.krs.hia.no)
18:27.49Gngskhaste, where should I define a table like self.frames? OnInitialize() or OnEnable() ?
18:28.29hasteI usually do it in OnEnable, and just check if it exists from before
18:29.00yacoobAwww :(
18:29.20Gngskso, if self.frames then return else self.frames = { } end ?
18:29.23yacoobEnhancedTradeSkills stopped working once I installed OneBag :((
18:29.45NightdewFtH|eagle: still working perfectly?
18:29.54FtH|eagleas of now, yes
18:29.54sbuhmm fubar itembonuses is fb1 only?
18:30.07MikmaOMG Bear!
18:30.10yacoobWhich is BAD because it is really useful :(
18:30.15yacoobAnyone has a replacement for that?
18:30.17Mikma[Ammo]: you know what would rock... :)
18:30.23NightdewGngsk: self.frames = self.frames or {}
18:30.30Gngskhmm
18:30.44GngskoUF:OnInitialize() contains if not self.frames then self.frames = {} end
18:30.53Gngskguess, that's what I'll do then
18:31.02dreyruugrGngsk: generally I think you'd do it in oninitialize
18:31.15Nightdewi would do it oninit too
18:31.19dreyruugrQuestion is, why would it already have been defined?
18:31.21Gngskcool, that's where I had it but without the sanity checks
18:31.36Gngskuh, I dunno...if it was suspended or something
18:31.46Gngskbut I'll be damned if you're gonna be able to suspend oSkin :)
18:31.57Nightdew"self.frames = self.frames or {}" == "if not self.frames then self.frames = {} end"
18:32.03dreyruugrI don't think suspend calls oninit again
18:32.10dreyruugronly on enable
18:32.12FtH|eagleuse compost! :P
18:32.21Nightdewnot for a static table like that
18:32.23hasteIt only calls OnEnable and OnDisable
18:32.32FtH|eagleI know :)
18:32.33Mikmaoh wait
18:32.34FtH|eaglejust kidding
18:32.38Nightdewlol
18:32.40Mikmait's not [Ammo] it's Tekkub ...
18:32.42NightdewFtH|eagle the joker
18:32.45FtH|eagle;)
18:32.49MikmaTekkub: you know what would rock... ;)
18:33.11MikmaTekkub: BW2 growup for text and option to anchor the texts to same place than bars are
18:33.35dreyruugrGngsk: I'd say generally you'd want to avoid things like self.frames = self.frames or {} for something that's declared in oninit
18:33.43dreyruugrdefensive programming is bad
18:34.38*** join/#wowace Jagobah (n=jago7777@adsl-157-106-170.owb.bellsouth.net)
18:35.44dreyruugrGngsk: in oninit, if I were worried about self.frames being defined already, I would do "assert( not self.frames )" then "self.frames = {}"
18:36.14hasteIt should be in OnEnable
18:36.14dreyruugrthat way if something goes wrong you can catch the error and fix it, instead of covering it up
18:36.23hasteI have no idea why I've put it in OnInit on oUF
18:36.43ckknightvhaarr, blame Kaelten
18:37.07vhaarrright
18:37.35ckknightfor it not erroring
18:37.37CIA-1103gngsk * r9751 10oSkin/ (CharacterModelRotateFrame.lua core.lua oSkin.toc):
18:37.37CIA-11oSkin
18:37.37CIA-11- Right click and drag to rotate CharacterModelFrame
18:37.43ckknighthe didn't want it to for some ungodly reason
18:37.55ckknightI think now that we got the bugs out, I could change it back, though
18:37.59ckknightso it does error
18:38.29Gngskmeh, it's in OnInit :P
18:38.57Gngskand that should be left click, not right click ><
18:40.25*** join/#wowace MentalPower_ (n=chatzill@host-70-45-82-92.onelinkpr.net)
18:40.34*** join/#wowace Jarenthal (n=Roo@cpe-071-076-173-175.triad.res.rr.com)
18:40.44CIA-1103ckknight * r9752 10FuBarPlugin-2.0/FuBarPlugin-2.0/FuBarPlugin-2.0.lua: FuBarPlugin-2.0 - fix bug at line :ToggleMinimapAttached()
18:41.10dreyruugrWhat's proper procedure for adding a new addon to SVN?
18:41.28ckknightyou add it, commit, and in the notes you put the name and the description
18:41.34ckknightTem, so what's the progress on AceGUI-2.0?
18:41.43dreyruugras in, I've got stuff like DewDrop-2.0 in my Libs dir... do I nuke that first?
18:41.49vhaarryes
18:41.53ckknightyes
18:41.55dreyruugrk
18:42.00ckknightthen you add them as externals in the next commit
18:42.05ckknightbasically
18:42.08ckknighthey Cairenn
18:42.16Cairennhi ckknight
18:42.21Cairennhow ya feeling?
18:42.25ckknightI'm okay
18:42.32Cairenngood
18:42.32FtH|eagleif acegui 2.0 is ready, will there be a centralized gui for configuring every ace 2 addon?
18:42.43MoonWolfthat is not what acegui does.
18:43.09FtH|eagleI know
18:43.51CIA-11wowbench: 03mikeclueby4 * r118 10/trunk/ (api.lua widgets.lua): (log message trimmed)
18:43.51CIA-11wowbench: Required by Blizzard Combat Text:
18:43.51CIA-11wowbench: * Implement dud LoadAddOn()
18:43.51CIA-11wowbench: Required by FuBar:
18:43.51CIA-11wowbench: * Implement dud IsAddOnLoadOnDemand()
18:43.53CIA-11wowbench: * _ignore_notimplemented: Frame:SetResizable
18:43.55CIA-11wowbench: Fix "EVENT" debugging:
18:43.58Mikmawoow
18:44.04Mikmathat looks nasty
18:44.58FtH|eagleso will there ever be an addon to configure all ace 2 addons?
18:45.13hasteerr?
18:45.19hasteDeuceCommander?
18:45.23Mikkgo download cosmos, hth, hand :-P
18:45.33Temdeucecommander doesn't count
18:45.41FtH|eagledon't mean a dewdrop menu
18:45.49ckknightno, FtH|eagle
18:45.53ckknightnot yet, at least
18:45.54FtH|eagleI don't want cosmos, I'm only asking
18:46.02ckknightjust use DeuceCommander for now
18:46.15ckknightbasically you're asking for an Ace'd Earth, right?
18:46.23FtH|eaglewhat's earth? :)
18:46.27ckknightCosmos' deal
18:46.46FtH|eaglethought the name is khaos of the gui from cosmos
18:46.48ckknightTem, what's the progress on AceGUI-2.0?
18:46.54Mikkearth = gui library
18:47.12ckknightah, whatever
18:47.13ckknightI don't use Cosmos
18:47.13FtH|eaglesame :P
18:47.13Temwhen I get free time, Listbox is next
18:47.13ckknightalright
18:47.23FtH|eagleand yes, that's what my question was pointing to
18:49.30ArrowmasterDeuceCommander is kinda broken, most the submenus would never show up for stuff like position and profile and similiar stuff
18:49.47Arrowmasterbut FuBar_ModMenuToFu works great
18:50.23*** join/#wowace Zeryl (i=saryon@otaku.freeshell.ORG)
18:50.25Zeryltryme
18:50.30Zerylpurl, tryme
18:50.31purlACTION spins the revolver, points it at zeryl and fires. Click.
18:50.38*** join/#wowace mjc (n=mjc@72.17.187.154)
18:50.45Mikma[Ammo]: yo? got a nice error for you :)
18:51.55ckknightTem, I also don't think you should have externals in the AceGUI-2.0 directory
18:52.14Temyou need to update
18:52.22TemI removed those like a month ago
18:52.57ckknightweird, my thing is messed up, then
18:53.04*** part/#wowace Zeryl (i=saryon@otaku.freeshell.ORG)
18:53.27sbuhmm
18:53.38Temlemme check
18:53.40sbuArrowmaster: whats the difference between FuBar_ModMenuTuFu and FuBar_ModMenu
18:54.00Arrowmasterno clue
18:54.08sbuoke :o
18:54.10ckknightnope, still has externals
18:54.13Temno, you're right.  I must have forgotten
18:54.51ckknightalright
18:54.57Mikma[Ammo]: oRA2 menu -> MainTanks -> Frames will pop an error: Optional\MainTank.lua:134: attempt to index global 'ORAOMainTank' (a nil value)
18:54.58ckknightmind if I hack on AceGUI?
18:55.00ckknightI see bugs
18:55.16Temmost of the time I'd rather hear about them
18:55.18hasteMikma: It doesn't do that here =\
18:55.20dreyruugrIf i've got multiple libraries in one file, how can I check for new versions of each one without aborting the entire file?
18:55.34dreyruugrif not AceLibrary:IsNewVersion(MAJOR_VERSION, MINOR_VERSION) then return end
18:55.40Mikmahaste: mm that's interesting. well i don't see the damn mt-frames either :P
18:55.54dreyruugrthe return from one would prevent all others from loading
18:55.54Mikmaand neither do others or something
18:56.02sedatedChipmunkTem: listbox now!
18:56.13ckknightokay, Tem, in AceGUI-2.0.lua, in :activate, you don't call AceGUI.super.activate(self, oldLib, oldDeactivate)
18:56.19sedatedChipmunkI want that widget, not excuses
18:56.31Temah, well that's some crap that I don't know how it works
18:57.21ckknightalso, you should have an external linking to AceEvent
18:57.41hyperChipmunkTem: if I can do it, so can you!
18:57.55ckknightby external, I mean for the library
18:58.00ckknightso that you know when AceEvent loads
18:58.21Temckknight, what do you mean by that?
18:58.30ckknightin the registration statement
18:58.55ckknightlocal function external(self, major, instance) if major == "AceEvent-2.0" then AceEvent = instance end end
18:59.06ckknightAceLibrary:Register(AceGUI, MAJOR_VERSION, MINOR_VERSION, AceGUI.activate, nil, external)
18:59.09Mikmaumh, why does my channels get muted in instances :D
18:59.13Temaaaah
18:59.37ckknightalso, you setting registry is odd...
18:59.44ckknightit should be in the activate function, I'd say
18:59.46vhaarrckknight: I need to distribute a table of 20 strings to the raid, is that a job for AceComm?
18:59.54ckknightyep
18:59.56vhaarrcool
19:00.00vhaarrI'll read up on it then
19:00.35ckknightit'll be :SendCommMessage("RAID", myTable)
19:00.36ckknightdone.
19:00.38ckknighthehe
19:00.42vhaarr:P
19:00.59vhaarrwell I'll need to recieve it somehow :P
19:01.24vhaarrOnCommReceive, okay
19:01.34ckknightself:RegisterComm("myPrefix", "RAID", "OnCommReceive")
19:01.56ckknightfunction self:OnCommReceive(prefix, sender, distribution, message) ... end
19:01.59ckknightthat's about it
19:02.30ckknightnote: tables are destroyed after you receieve them, so if you want to save it, make a copy
19:02.46vhaarrah
19:03.17Temsee, destroyed?
19:03.31ckknightcleared
19:03.34Tem(I have no idea where "see, " came from)
19:03.35ckknightrecycled
19:03.53Temah k
19:03.55ckknightthe contents go away
19:04.12ckknightthis isn't true if it's an AceOO object, though
19:04.15ckknightthat stays intact
19:04.25TemI'd hope so lol
19:05.24Temckknight, registry *is* created in activate
19:05.32Temor is that what you meant was odd?
19:05.40ckknightthe local registry
19:05.55ckknightit works, it just seems odd
19:06.05ckknightalso, AceGUI = AceLibrary(MAJOR_VERSION) is unneeded
19:06.11Temgood
19:06.14ckknightsince you have AceGUI = self in the activate function
19:06.35Temwhat's the point of that stuff anyway?
19:06.52ckknightthe library is destroyed after activation to prevent creepy errors
19:06.55ckknightyou use a deprecated for statement
19:07.01ckknightfor _,child in children do
19:07.11Temeveryonce in a while it slips through
19:07.12ckknightinstead of for _,child in pairs(children) do or for _,child in ipairs(children) do
19:07.38Temorder isn
19:07.43Tem't important
19:08.02ckknighthrm?
19:08.12Temipairs
19:08.13Mikma"ShowREadyCheck" already has an active hook from this source.
19:08.16Temdon't need it
19:08.20Mikmathat is waiting me in my chat
19:08.25ckknightso you should at least put pairs in there
19:08.27ckknightnot leave it raw.
19:08.44Temright
19:09.26ckknightalright, that's all I can see in that file
19:12.12ckknightI think you should have spaces after your commas, personally
19:12.23ckknight(self,def,handler,parent,name) => (self, def, handler, parent, name)
19:12.27ckknightbut that's a moot point
19:13.00yacoobSigh. ATSW would do :/
19:13.01ckknightin AceGUIBase-2.0, you misspell "object" as "ojbect" in the error message
19:13.09ckknightATSW?
19:13.11Gngskmikma, when did you see that?
19:13.23MikmaGngsk: just moment ago when i logged in
19:13.30Mikmai relogged after i updated oSkin
19:13.50Gngskwere you in a raid?
19:13.53Mikmayes
19:14.17Gngskodd, fully relogged?
19:14.46Mikmayeah
19:15.18Gngskahh, I know
19:15.32sbuoSkin: frame.tfade:SetGradientAlpha("VERTICAL", .1, .1, .1, .25, 0, 0, .75, .25) <-- nice colors ;)
19:16.38Gngskit's hooking once on ADDON_LOADED and then again on AceEvent_FullyInitialized
19:18.14Mikmanow the mouseroll is waaaay fast
19:18.33Gngskdon't worry, that code is totally changed now
19:18.45Mikmahehe
19:18.53Mikmawell it's rather good to be fast also
19:19.03Mikmathat means minimal movement = rotate hehe
19:19.20Mikmathis is sooo weird
19:19.33Gngskthanks to dreyruugr's code it will rotate based on how quickly you move your mouse
19:19.35Mikmai had to disable devnull since it was muting my channels in instances
19:19.44Mikmaoh that's neat then
19:20.01Gngskyea, I just need to figure out how to rename a file in SVN
19:23.27CIA-1103aileen * r9753 10FuBar_VolumeFu/libs/: VolumeFu - AceLocale 2.1
19:23.37ckknightwe need to get AceLocale-2.1 off the svn.
19:23.41ckknight:-(
19:24.00vhaarrwhy did he just convert VolumeFu ?
19:24.08ckknightdon't know.
19:24.16ckknightbecause the number's bigger, probably
19:24.31vhaarryeah
19:24.38vhaarrmakes sense if you don't hang on IRC
19:25.40vhaarrhah, druid here called Dewdrop :P
19:27.29sbuuhm is there a way to determine (with clique) where i clicked? so different actions for clicking on emergency monitor (sqishy) and unit frames
19:29.42mjchm.
19:29.58mjchow can I get itemizeddeductions to auto-drop wiht a /script command
19:31.19PProvostSomeone once posted a link into a Blizzard page that shows the files associated with each of the patch releases.
19:31.25PProvostDoes anyone have that URL handy?
19:31.59MentalPowera page that shows changes between patches?
19:32.10PProvostGngsk, you use the SVN move command. Just move it to a new name in the same folder.
19:32.17MentalPowerwdn.wowinterface.com
19:33.11PProvostYep. That's it. Thanks. Guess it wasn't a Blizzard page. :)
19:34.12sbuuhm whats the command to flee from a duell? (en version)
19:34.22PProvostJust start running.
19:34.23PProvost:D
19:34.33MentalPower<PROTECTED>
19:34.41MentalPowerI think
19:34.44JoshBorkeit's /exit
19:34.49GngskPProvost, thanks
19:34.50JoshBorkeor /concede
19:35.03GngskPProvost, so is it possible to commit changes to multiple files and do an SVN move at the same time?
19:35.08MentalPower<PROTECTED>
19:35.16sbuthx
19:35.23sbuits concede :p
19:35.45*** join/#wowace iSynic (n=iSynic@24-180-140-186.dhcp.roch.mn.charter.com)
19:35.52Temor /yield
19:36.37Gngskor will renaming a file not generate a commit message and zip file?
19:37.14JoshBorkeGngsk: probably not
19:37.27Gngskguess I'll find out
19:38.21CIA-1103gngsk * r9754 10oSkin/ (CharacterModelRotateFrame.lua RotatableModelFrames.lua): Renamed remotely
19:38.24Gngskzoom
19:38.28mjcoSkin/
19:38.39Gngskahh, yes, sorry
19:39.02mjcer
19:39.04mjcoSkin?
19:39.12mjcwhat is oSkin :p
19:39.18ckknightit skins things
19:39.22ckknightpretty cool
19:39.28Mikmaotravi foreskin
19:39.30Gngskoh, yea, I should've prefixed the message with oSkin :P
19:39.37Mikmathat too
19:40.04mjchahaha
19:40.16*** join/#wowace Caboose[FH] (n=Caboose9@cpe-66-8-166-76.hawaii.res.rr.com)
19:40.29CIA-1103kyahx * r9755 10oSkin/ (CharacterFrame.lua core.lua):
19:40.29CIA-11oSkin:
19:40.29CIA-11--Nurfed more Blizzard textures out of the Reputation, Skill, and Honor frames.
19:40.41Kyahx|afk:P
19:40.46haste;D
19:40.50Gngskooh, I tried doing that but it didn't look right
19:41.00KyahxTry now :)
19:41.57KyahxGngsk: now go skin the inspect frame :P
19:42.34GngskI'll get around to all of them, but I'm trying to get used to the svn
19:42.52frus2006/09/01 21:40:16-151]: oSkin\core.lua:17: attempt to call method `createCharacterModelRotateFrame' (a nil value)
19:42.53frus:p
19:43.11hasteGngsk: the SVN is real nice when you get rid of the fear of breaking stuff ;)
19:43.16*** join/#wowace Galka (n=Galka@pool-72-88-149-207.nwrknj.east.verizon.net)
19:43.36fruschar frame starting to look better tho ye :)
19:43.36Gngskfrus, yea, it's broken!
19:43.49GngskKyahx, hot!
19:43.52frushonor bar feels weird tho
19:44.08Gngskyea
19:44.09KyahxI can't get a border working properly =/
19:44.12Kyahxfor status bars
19:45.17frushmm, tiny issue, when using "open all bags" at bank the bank bag does open, but the highlight of the bankbag doesn't trigger :p
19:45.21frusreally cba about that myself tho :)
19:45.56CIA-1103gngsk * r9756 10oSkin/ (AddonFrames.lua core.lua oSkin.toc):
19:45.56CIA-11oSkin
19:45.56CIA-11-- Player and Pet ModelFrames are now moved without needing an extra frame.
19:45.56CIA-11-- Won't try to hook ShowReadyCheck twice if you relog while in a raid.
19:47.41Gngskbroked.
19:48.19Kyahxway2go geez
19:48.21Kyahx:P
19:48.24mjcding lvl18 on my durid!
19:48.43hastemjc: I'm also on my druid, it's level five
19:48.48hastemjc: and it has 21 hours played
19:49.06PProvostGngsk, yes, you can make lots of changes at the same time, but make sure SVN does it all for you on your working copy (renames, moves, deletes) and make sure you like the state of your working copy before you commit it.
19:49.14mjchaste: hahaha
19:49.17mjcmy pally is lvl5
19:49.24mjcbut it's a durid, not a druid
19:49.28PProvostIf you are using TortoiseSVN, you can just right click and choose Rename.
19:49.41mjcdruid = teh suck, durid has bear and when thing hits durid thing mite brake fist!
19:50.54mjcPProvost: I try not to make lots of changes personally because then I forget what I did :P
19:51.04mjcand svn diff doesn't always cut it
19:52.19GngskPProvost, yea, problem was I renamed it remotely but I didn't rename it locally via svn so it broke
19:52.50Kyahx<PROTECTED>
19:52.54Kyahxnot sure if I like that or not...
19:52.56Kyahxhmmm
19:53.00ThianaSo is oSkin going to get options for different styles at some point?
19:53.07*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
19:53.09Kyahxno!
19:53.11Kyahx:P
19:53.15hastehaha
19:53.19ThianaO.o
19:53.35KyahxWhy would you want something other than perfect?
19:53.40Kyahx:)
19:53.46CIA-1103gngsk * r9757 10oSkin/RotatableModelFrames.lua:
19:53.46CIA-11oSkin
19:53.46CIA-11-- Fixed
19:54.00ThianaBecause some of us like the idea of something different, but not the whole dark grey thing.
19:54.06hasteKyahx: with another border, the tooltip would look hot actually :o
19:54.19*** join/#wowace eternally777 (n=eternall@pool-71-254-116-199.hrbgpa.east.verizon.net)
19:54.24hasteit get's really funky colors after a while tho' :p
19:54.26eternally777~roulette
19:54.27purlACTION watches eternally777 pull the trigger:  Click!
19:54.40KyahxI'm useint TinyTip, and they seem to play well together
19:54.55GngskKyahx, same, I like it
19:55.00*** join/#wowace Arrowmaster (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
19:55.00Kyahxexcpet....it seems to like to go to blue?
19:55.06Kyahxover items / skills
19:55.11hasteKyahx: same :p
19:55.15Kyahxhmmm
19:55.27KyahxThiana: so what would you want, a color option?
19:55.36ThianaKyahx, Yes :)
19:55.43Kyahxthats easy
19:55.55Gngskcolor, background alpha, border alpha
19:56.37GngskKyahx, did you look at the regions for the statusbar background art?
19:56.37fruslove it :)
19:56.40frus/run oSkin:applySkin(GameTooltip) is funky with tinytip ye
19:56.54Kyahxnope
19:57.11KyahxI intend to go get some breakfast and take a shower here soon instead :P
19:57.23Gngskok, well if you did you'd see why the statusbars look funky
19:57.41GngskI was wondering if we could convert them to the same kind in the reputation frame, cause those look nice
19:57.50Gngsker, skill frame
19:57.50GalkaIs it possible to grab the Durability doll / Quest Tracker frame of the default UI with VisorGUI?
19:57.57GalkaI've attempted to, with no success.
19:58.03*** join/#wowace Sokurai (i=omgomg@hou157-51.sfsu.edu)
19:58.11Gngskwhat's the name of that frame?
19:58.24GalkaIm uncertain
19:58.41Gngsklemme have a gander
19:58.46*** join/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
19:59.12yacoobBah. BigWigs don't show bars, just... highlight, icon and timer. :))
19:59.24FISKER_Qsame here
19:59.28FISKER_Qammo says it's fixed though
19:59.38yacoobF1, Ammo! Save our souls! :)
20:00.24GngskGalka, DurabilityFrame
20:00.38GalkaWhere did you find this out Gngsk?
20:00.44GalkaIs there a website that lsits framenames?
20:00.48Gngskin the FrameXML
20:00.53GalkaAh
20:00.57GalkaThank you for your effort
20:01.06Gngskit's in the mpq's but there's a blizzard extractor thing you can get
20:01.11GalkaIs the QuestTracker frame simply QuestTrackerFrame then?  hehe
20:01.37Mikmaaye
20:01.51GalkaThanks :)
20:02.03FISKER_Qnow you just need to fix the inspectframe :P
20:02.11FISKER_Qand tradeskillframe
20:02.17Gngskand .... huge list :P
20:03.13FISKER_Qand the social frame zomg!
20:03.14GngskQuestTrackerFrame doesn't exist, I think it's just QuestFrame
20:03.16TupladTem: So what's new in the branched IDCard ?
20:03.32FISKER_Qand spellbug
20:03.34FISKER_Qplus questframe
20:03.41FISKER_Qspellbook*
20:03.50FISKER_Qand who can forget the merchants and trainers?
20:03.51FISKER_Q:P
20:03.59CIA-1103kyahx * r9758 10oSkin/core.lua: oSkin: Edit the top of the core.lua if you want to change colors zomg.
20:04.08Kyahxnow...for breakfast
20:04.21Tupladphyber: You there?
20:05.32GalkaI cant wait for oSkin to take off
20:05.40GalkaI can't imagine some of the retexture work people will do :)
20:05.42TupladTo go in public I mean ?
20:05.54TupladGalka: I cant imagine how much people will whine on forums -_-
20:06.00Galkalol
20:06.04TemTuplad, nothing for you
20:06.11TupladTem: What is ?
20:06.21TupladTem: IDCard ?
20:06.36Temthe branch will mean nothing for you
20:07.11GalkaOh, can someone recommend me a nice and simple addon that works like Denial in that it skips gossip frames of most NPCs but does not require Ace1?
20:07.14Temeep time for me to go
20:07.20GalkaId use Denial but it uses Ace1 and Im trying to become Ace1 free!
20:07.27Gngskwe really need a cleaner way of removing blizz textures
20:07.44GngskoSkin:removeRegions() !
20:08.14TupladLol, I got kicked from AQ raid for not having CTRA, I said I was using oRA and Bigwigs -_-"
20:08.25Mikmayou suck
20:08.26Gngsk:o
20:08.28GalkaAnd they KICKED you for that?
20:08.31TupladYes
20:08.36GalkaYou shoulda just said nothing.  They would've never known.
20:08.38frustime to look for a guild without retarted leaders :)
20:08.38Galkalol...
20:08.40Tuplad:/
20:08.43Mikmaserves you right assclown
20:08.46Tupladfrus: well, all guilds are full on rogues :>
20:08.52GalkaSeriously, if you were able to function so they didn't know, why would they kick you?  What a bunch of tools.
20:09.02GalkaSurely they noticed you still "worked" a la CTRaid?
20:09.06frusmy ex-guild leader promoted ace/oRa/bigwigs :)
20:09.18GalkaI promote BigWigs/oRA heavily in my guild
20:09.20TupladGalka: they're pretty retarded, half of them cant even speak English and thye keep telling everyone to get CTRaid and BossMods and that crap that decurses
20:09.21hyperChipmunkI'd take any excuse I could get to kick Tuplad, to be completely honest
20:09.22GalkaAnd my raid leader also does now
20:09.24GalkaIts awesome
20:09.28GalkaWe are slowly converting everyone
20:09.35GalkaExcept the slowest, laziest people.
20:09.36TupladGalka: :O
20:09.54GalkaPeople who convert to BigWig usually fall in love right away
20:10.01TupladGalka: Im trying to convert, but they go like: The guild requires is so ... even if I dont want it I have to use it
20:10.15fruswell not hard when you're used to crap ctra_bossmods :)
20:10.16Tupladand guess what -_- Im the only FuBar user
20:10.21GalkaDoes your guildleader not understand the concept that its the SAME thing?
20:10.26TupladGalka: I think he doesnt
20:10.30GalkaWow.
20:10.33GalkaFind a smarter guild :)
20:10.40TupladThose Fins >_>
20:10.58FISKER_Qlast time my raidleader said my CT_Raidassist was out of date i edited ora's code to just show 2.0
20:11.05Tupladhaha
20:11.06GalkaIts all your fault, they would be none the wiser if you had not stated you used oRA :/
20:11.19TupladGalka: Well, if you told me that 5 minutes ago :>
20:11.25Galkalol
20:11.40TupladGalka: Some guy was whinning about his CTRaid not working for weeks, so I told him to get oRA & BigWigs -_- drama
20:12.14FryGuygalka: except for people that get d/c from web wrap and told to remove it :p
20:12.49Mikmaoh noes
20:12.55Mikmateh look of Tuplad
20:13.00Tupladhttp://www.wowinterface.com/downloads/info5238-Proto_UI.html - - Added oUF frames
20:13.00Tuplad:>
20:13.27sbuhmm
20:13.36sbuwhere is ManaBarColor definied? (at least for sRaidFrames)
20:13.41sbucant find anything :/
20:13.48mjcin my butt
20:14.32GalkaSo yeah, QuestTrackerFrame is not a valid frame :/
20:15.01Tupladlol @ mjc
20:15.04GalkaIs there a nice and sexy resource on the web that lists all the frames?
20:15.34mjcwowwiki
20:16.00MikkThe FrameXML frames? no, not to my knowledge
20:16.01Mikmawhy is everyone talking about that proto ui
20:16.02sbumh k, put a ManaBarColor[0] = { r = 0.00, g = 0.00, b = 1.00}; there and it works ;p
20:16.21TupladMikma: Who is ?
20:16.35GalkaI hope they arent Mikma, that UI is fugly
20:16.36TupladMikma: I just told him which addons to convert to Ace ...
20:16.41Tuplad^ what galka said
20:16.44MikmaTuplad: well stop it
20:16.49Mikmafor the love of god
20:17.19*** join/#wowace Kaelten (n=Kaelten@68.63.37.188)
20:17.21*** mode/#wowace [+o Kaelten] by ChanServ
20:17.42TupladMikma: :< why
20:17.42ckknighthrm
20:17.42ckknighthey Kaelten
20:17.52mjcright after I grabbed driverpacks from driverpack.net he updated it
20:17.53mjcflkasdfjlkasf
20:17.53*** join/#wowace FryGuy- (i=fryguy@c-24-23-19-160.hsd1.mn.comcast.net)
20:17.55TupladMikma: When I checked his pack, it was full CT, full Discord and some other bullcrap
20:18.02Mikmastop
20:18.31hasteTuplad: that's Photek or something?
20:18.34Tupladhaste: Proto
20:18.49Tupladhaste: I had a question for you earlier .. bah forgot what it is
20:19.05hasteI even poked you!
20:19.15Tuplad:(
20:19.46*** join/#wowace Suntiger (i=moonwolf@f176182.upc-f.chello.nl)
20:19.46*** mode/#wowace [+o Suntiger] by ChanServ
20:20.32*** join/#wowace Zicon (i=zicon@rosetta.nwo.no) [NETSPLIT VICTIM]
20:23.17*** join/#wowace Kaelten_ (n=Kaelten@68.63.37.188)
20:23.17*** join/#wowace evl (i=evl@lunarlounge.org) [NETSPLIT VICTIM]
20:23.17*** join/#wowace phyber (i=phyber@irssi.co.uk)
20:23.40GalkaSo ive only recently started using Visor/VisorGUI
20:23.46GalkaAnd man... it is a thing of beauty.
20:25.21TupladGalka: -_- wurd
20:27.13sbu[21:27] «sbu» uhm is there a way to determine (with clique) where i clicked? so different actions for clicking on emergency monitor (sqishy) and unit frames
20:27.15sbu:)
20:27.53*** join/#wowace phyber (i=phyber@irssi.co.uk)
20:28.02Tupladwtf ? self:Print("text") doesnt work :|
20:28.06ckknightsbu, GetMouseFocus()?
20:28.16ckknightTuplad, it does if you have AceConsole-2.0 as a mixin
20:28.23Tupladckknight: ooh, ok then :P
20:28.34sbuckknight: uhm no, inside a clique script
20:28.47ckknightdoes that change anything?
20:28.55ckknightGetMouseFocus() will let you know where you clicked
20:29.41*** join/#wowace Amadeo (n=amadeo@rrcs-24-199-251-178.midsouth.biz.rr.com)
20:30.08ckknightoh yea, in lua 5.1, you can do 'hello':sub(2,4) == 'ell'
20:30.29Amadeojust testing if I could get online here
20:30.36Amadeoworks!
20:30.37ckknighthey Amadeo
20:30.45Gngskhiya
20:30.46snurreyummy, i like the new BantoBar skin for aguf
20:30.55Amadeohiya
20:30.55snurreneed that for oCB and praid
20:31.31Mikma~interface
20:31.33purlrumour has it, interface is done well, but the documentation and support on the opensource side is terrible
20:31.38Amadeogotta run though, bbl
20:31.45Mikma~framexml
20:32.20Mikmapurl: framexml is <reply> get the official Blizzard Interface AddOn Kit here: http://www.blizzard.com/support/wow/?id=aww01671p
20:32.21purlMikma: okay
20:32.45ckknight~framexml
20:32.47purlget the official Blizzard Interface AddOn Kit here: http://www.blizzard.com/support/wow/?id=aww01671p
20:32.51ckknightpimp.
20:33.03Gngsk~botsnack
20:33.03purlthanks, Gngsk
20:33.29Tupladhmm
20:33.32TupladEgoCast doesnt work ?
20:33.37PProvostGngsk, Anything you do remotely must be "Updated" and brought locally before your local copy is in sync. You should, as much as possible, try to do everything locally. (Sorry for the lagged replies.)
20:34.36GngskOk, np on the lag, I'm used to it. Thx blizz!
20:35.37GngskYea, I should've renamed it locally through svn. I'll not make that mistake again.
20:37.36ckknightdoes anybody want to take over DurabilityFu for me?
20:38.27Tupladckknight: :O
20:41.22GalkaEgoCast works fine for me
20:41.56ckknightwell, I'm gonna upgrade DurabilityFu to 2.0
20:42.03ckknightthen I'd like someone to take it over
20:42.50hasterawr!
20:43.02hasterm -rf hunter.class
20:46.46TupladGalka: weird
20:48.28CIA-1103aileen * r9759 10FuBar_VolumeFu/ (4 files): VolumeFu - Updated to AceLocale 2.1
20:48.59Tupladhaste: a cool thing for oUF would be, umm, -losthp on the bar healthbar(I dont use long statusbars)
20:50.11Tupladhaste: like: [=Tuplad=====-133=  Current/Max]
20:51.01ckknightwe need to contact her...
20:51.18hastehehe
20:52.25TupladoO
20:52.37hasteARGHWAEWAR
20:52.43hasteme + pvp = new keyboard
20:53.11hastewhen it becomes 1v3 and such :(
20:54.01Tupladwhen it becomes 1v3 you cant win anyway unless you're a paladin :>
20:54.59hasteMy warlock does that just fine :p
20:55.07hasteas long as it's not a paladin I'ma gainst
20:55.41Tuplad:O
20:55.43Tupladner
20:55.45Tupladnerf
20:56.30Gngskhmm, is Blizzard_InspectUI always loaded?
20:56.33hastepaladins = cleanse = takes long to kill also :(
20:56.43hasteGngsk: only if you inspect, I would believe
20:56.56Gngskhmm
20:57.04vhaarrDoes WoW have any kind of builtin question() support, like |if question("Are you a priest?") == true then| with auto UI box?
20:58.18GngskStaticPopup?
20:58.45vhaarrhttp://www.wowwiki.com/HOWTO:_Popup_Simple_Dialog_Boxes
20:58.47vhaarrthanks Gngsk
20:59.21GngskStaticPopupDialogs["TINYPADCONFIRM"] = { text = "Delete this page?", button1 = "Yes", button2 = "No", timeout = 0, whileDead = 1, OnAccept = function() TinyPad.DeletePage() end}
20:59.25Gngsk:D
21:00.52GngskThose are the reason oSkin came to be
21:02.06TupladGngsk: oSkin is sexy
21:02.21hasteyeh, I played my rogue in ZG, and got bored of the damn "Release now?" dialogs :p
21:02.41hasteI died more in that ZG run then I do in AQ40 :p
21:02.52Gngskrogues can't heal themselves
21:02.58GngskI know that all too well
21:03.02hasteI'm used to play Shaman or Warlock ;3
21:03.41steinorogues DIE in raids
21:03.49steinospecially 20mans
21:03.57Gngskhow do I do IsAddOnLoaded("Blizzard_InspectUI") and ace:print("yes") or ace:print("no")
21:04.00Gngskor something like that
21:04.11Gngskso i can dump if it's enabled without writing out a whole if statement
21:04.39vhaarrfor printing you have to mixin aceconsole
21:04.45vhaarrthen you can do self:Print(...)
21:04.48hyperChipmunkas far as I know, you can't do that
21:05.01hyperChipmunki've wished many a time to be able to, though
21:05.17Tupladsteino: some retards refuse to heal rogues
21:05.21haste[Ammo]: I still don't understand why the latest version CandyBars break oCD, and how oCD manages to get the key changed =\
21:05.29Tupladsteino: and when only healers are alive it's like: OMG WIPE L2P
21:05.40hastesteino: you know steino plays a priest :D ?
21:06.40ckknightself:Print(IsAddOnLoaded("Blizzard_InspectUI") and "yes" or "no")
21:08.56Gngskckknight, thanks
21:09.29GngskIt's totally loaded too, and I haven't inspected anyone
21:10.14hyperChipmunkoh right
21:10.23hyperChipmunkwhen you're doing a function, you cando it right inside
21:11.39*** join/#wowace iSynic (n=iSynic@24-180-140-186.dhcp.roch.mn.charter.com)
21:12.03hasteGngsk: it's not laoded here
21:12.13TupladDEFAULT_CHAT_FRAME:AddMessage(3*20) - could anyone give me a hint on how to make /calc 3*20(or any numbers) out of this ?
21:12.54hyperChipmunk/dump 3+20
21:13.03TupladoO
21:13.09Gngskrequires iriel's devtools, no?
21:13.18hyperChipmunkyea, but if you don't have those, you are sadness
21:13.30Tuplad:O
21:13.31Gngsklol, I just got it 15m ago :P
21:13.54TekkubRunScript("function f() return " .. msg .. " end"); DEFAULT_CHAT_FRAME:AddMessage(f())
21:14.37hasteace provides /print ho'
21:14.39hastetho'
21:15.02eternally777Is there code to convert the RGB values in RAID_CLASS_COLORS to hex?
21:16.03Tekkubyou could use PaintChipsLib :)
21:16.16*** join/#wowace Arrowmaster (n=Arrow@cpe-24-209-111-105.woh.res.rr.com)
21:16.20eternally777hmm
21:16.24Tekkubstring.format("%02x%02x%02x", red, green, blue)
21:16.48Tekkubbut PCL will self-populate with the colors
21:17.14ckknightstring.format("%02x%02x%02x", red * 255, green * 255, blue * 255)
21:17.16ckknightactually
21:17.32Tekkuboh yea, I foget blizzy stores em as percents
21:17.47ckknightTuplad, just use /print
21:17.52ckknight<PROTECTED>
21:18.08eternally777Not familiar with that one.  So my choices are (a) add a library, or (b) add a few lines of code.
21:18.13Tupladckknight: whoa!
21:18.32ckknighteternally777, Babble-Class-2.0 provides the capability
21:18.49eternally777That's still another library. :-\
21:18.57TekkubPCL is small, it's just designed to store colors by a name "HUNTER" and let you get it back in whatever format
21:19.01eternally777When I conceptualized my addon, it seemed so simple.
21:19.18Tekkuband if you want to pass a RGB table you don't have to cause memory churn
21:20.42hasteTekkub: what about storing over session tho'?
21:20.53Tekkubwhatcha mean?
21:20.56CIA-1103ckknight * r9760 10FuBar_DurabilityFu/libs/: DurabilityFu - added libs directory
21:21.05hasteI should maybe take a look at it firs :3
21:21.19hasteI'll do that later tonight, when the beer and coffee kicks in
21:21.20Tekkubthere's a reason I picked the name I did
21:21.36Tekkubthink of the lib like a book of paint chips from the hardware store
21:21.53Tekkubcolors/names on one side... numbers on the other :)
21:22.00Tekkubthey're not variable
21:23.29JoshBorkebye all :-)
21:23.31*** part/#wowace JoshBorke (n=Josh@ohm.stl.gtri.gatech.edu)
21:23.31hastehehe
21:24.28CIA-1103ckknight * r9761 10FuTextures/FuTextures.lua: FuTextures - added Occam's name
21:26.47TupladMikma:
21:26.54TupladMikma: Bartender shapeshift, kaput?
21:27.55hasteKyahx: your oSkin mod on oCB + black castingbar = win ;D
21:28.00hasteKyahx: and white on finished ;3
21:28.06hasteand .2 in alpha
21:28.20Kyahxhmm?  I took that out, lol
21:28.32hasteyeh, but I put it into oCB :3
21:28.40Kyahxhaha, thats what I wanted to do :P
21:28.46Kyahxmod oCB to match the oSkin frames
21:28.52hasteIt's a option
21:28.58Kyahxoh?  I havent looked
21:28.59hasteI'm working on a small dewdrop
21:29.03hastenot yet :p
21:29.05Kyahxkk
21:29.06MikmaTuplad: no
21:29.17hastegoing to commit it in a couple of hours
21:29.23Kyahxk
21:30.55hastebut before that I will look into the strange CandyBars issue =\
21:33.41*** join/#wowace Suntiger (n=moonwolf@f176182.upc-f.chello.nl)
21:33.41*** mode/#wowace [+o Suntiger] by ChanServ
21:34.41*** join/#wowace revv (n=Miranda@205.174.172.195)
21:35.06TupladMikma: oh nvm, fixed
21:35.42CIA-1103kyahx * r9762 10oSkin/ (core.lua oSkin.toc):
21:35.42CIA-11oSkin:
21:35.42CIA-11<PROTECTED>
21:35.42CIA-11<PROTECTED>
21:36.12Kyahxhaste: I should merge the modified color picker frame with oSkin :P
21:36.37Kyahxhmmm
21:36.39hasteKyahx: so people can change you mean, or ?
21:36.55KyahxNo, so you can enter numerical values into the ColorPickerFrame
21:37.04hasteaah
21:37.10hastenah, that should be it's own add on
21:37.27Kyahxwell, it already is, but its hacked-up-discord
21:37.34Gngsk><
21:37.39*** join/#wowace Modulos (i=Modules@hill-b-152.resnet.purdue.edu)
21:37.40Kyahxlol
21:38.13Moduloshey guys what's the wow api to press a button on the hotbar?
21:38.13Gngskwhy is the rotate button on the character frame name CharacterModelFrameRotateLeftButton, but for the inspect frame it's InspectModelRotateLeftButton
21:38.16Tupladhaha, I got kicked from guild for refusing to use oRA -_-" gg
21:38.18TupladCtra*
21:38.41Mikmawe heard you earlier
21:39.11Kyahxso tell them you switch back to CTRA and to let you back in?
21:39.13Gngskso I can't make a function that takes a name like "Character" "Inspect" and have it hide/move all the stuff.
21:39.31*** join/#wowace JoshBorke (n=Josh@r35h14.res.gatech.edu)
21:39.37JoshBorkehola
21:39.50KyahxGngsk: just add if thens for the differances =/
21:40.00Kyahxmost of it is the same
21:40.33Mikmamy guildleader doesn't understand shit about addons but does understand that i use addons that do the same thing that CTRA does and i have 19mb usage in raid :)
21:41.12KyahxYea, most of my guild is useing oRA/BigWigs nw
21:41.12GngskIs it even worth it? Might as well not bother.
21:42.05haste80% of my guild uses oRA
21:42.12Tupladm
21:42.13TupladMikma:
21:42.15hastethe last 20% are trials, or people who are lazy :p
21:42.18TupladMikma: They kicked me from raid back then
21:42.24MikmaTuplad: stop
21:42.31Tuplad-_-
21:42.46ckknightyes, Tuplad, we stopped caring.
21:42.51ckknightfeel free to not mention it again
21:43.05Modulosargh need to find a way to get clique and ManaSaver to work together!
21:43.21MikmaModulos: Clique:Something() ?
21:43.50KyahxGngsk: have you started on the Dressing room frame yet?  I can take it.
21:44.03ModulosClique doesn't allow /script or anything, just pure lua for custom stuff
21:44.16Mikmaand?
21:44.35KyahxI fail to see that as a problem :p
21:44.42*** join/#wowace grumpey (n=Miranda@dialup-4.152.213.253.Dial1.Atlanta1.Level3.net)
21:45.09GngskKyahx, I haven't if you'd like to go ahead. I was trying to see if I could make it easier by setting up a function that'd take care of most of it.
21:45.19KyahxI won't then
21:45.27Gngskk
21:45.32KyahxI'll wait to see what you come up with for that
21:45.40GngskI still think it's worth making a removeRegions() function too
21:47.07Tekkuberf
21:47.10CIA-1103wmrojer * r9764 10FuBar_GarbageFu/GarbageFu.lua: FuBar_GarbageFu : Added support for price asking from PriceMaster and WoWEcon
21:48.41ckknightCIA didn't mention it, but DurabilityFu is now 2.0'd
21:50.23HealthMikma: Only bar 1 than can swap?
21:51.09MikmaHealth: yeah, just like normal blizz bars
21:51.31sbuhm
21:51.37sbuis there a addon like CT_Timer?
21:51.59sbu-> stopwatch
21:52.21*** join/#wowace Cheads (i=chead@0x57346838.virnxx18.adsl-dhcp.tele.dk)
21:53.11PProvostHey, what does everyone use for BLP extractions? The one I'm using doesn't work.
21:55.38*** join/#wowace Nickenyfiken (n=Miranda@83.145.59.23)
21:55.44Gngskhttp://www.curse-gaming.com/en/wow/addons-180-1-blp2-viewer.html
21:55.56Mikmahmm i just had an idea
21:56.29Mikmaoh well, it might be to hard to do :P
21:56.35Mikmai'll stick with the swapping bar1
21:56.40ckknightdoes anybody want to take over DurabilityFu now? I upgraded it to 2.0, so there's not really anything to do unless a bug shows up
21:57.57*** join/#wowace Kamerik (n=dssd@69-171-226-188.clspco.adelphia.net)
21:58.30*** join/#wowace MentalPower_ (i=chatzill@host-70-45-82-92.onelinkpr.net)
21:59.07hastehttp://video.google.com/videoplay?docid=-1129709282896231096
21:59.08hastehehe :#
21:59.20Gngskwell, I'm frustrated by the inspect frame, think I'll take a break and come back later tonight
21:59.35Gngsknew computer tommorow though, so dunno how much I'll be able to get done
22:02.33Nickenyfikenyeah i hate inspect frame
22:02.38Nickenyfikenand i hate zeppelins
22:02.51KyahxGngsk: the Auction house frame scares me :P
22:03.57Kyahxhaste: now that just needs to loop properly :P
22:04.53Mikmahaste: lovely :D
22:05.54Nickenyfikenwhat i would like with FuBar is to have profiles depending on situation
22:06.02Nickenyfikenlike if your in BG, group or raid
22:06.24Neronixmake a custom profile and switch to it
22:08.32eternally777How does one find out the texture name of a specific debuff?
22:09.52Tupladhttp://pastey.net/570 -> roguecounts = :(
22:10.05Gngsketernally777, there's a list on the wiki I believe
22:11.09Nickenyfikenmmm
22:11.26Nickenyfikenand FuBar profiles is always buggy for me :-(
22:11.31Nickenyfikenprofiles must hate me
22:11.49*** join/#wowace PProvost_ (n=PProvost@pool-71-112-41-198.sttlwa.dsl-w.verizon.net)
22:15.06ckknightcause you touch yourself at night
22:15.35Azurewraththought you only become blind because of that? :(
22:15.43ckknightyou also get hairy palms
22:15.55Nickenyfikenlol
22:16.06Mikma~emulate ckknight
22:16.10purlf*ck you, guy
22:16.10Nickenyfikenwell i cant copy from profiles
22:16.26ckknightyea, never really tested that too much
22:17.33hastehaha, I found the perfect gift for Tekkub !
22:17.37hastea buttplug with a tail
22:17.45Azurewrathlol
22:17.46Mikmahaste: cool
22:17.59Mikmai've seen couple of em in pornmovies, they rock
22:18.02ckknightlol.
22:18.05Nickenyfikenwhen i made a new profile and then switched back to default, default was just empty :-/
22:18.22Nickenyfikenhaha
22:18.29Nickenyfikennever seen one with a tail
22:18.39AzurewrathMikma: uhm.. i never saw buttplugs with a tail? :)
22:18.46MikmaAzurewrath: google
22:19.05Azurewrathi know what a buttplug is.. just can't imagine the tail ;)
22:19.26hasteAzurewrath: http://www.extremerestraints.com/images/resized/t/tt635_257_325.jpg
22:19.35Azurewrathlol
22:19.44Azurewrathnow thats weird :)
22:19.48*** join/#wowace Cheadser (i=chead@0x57346838.virnxx18.adsl-dhcp.tele.dk)
22:19.49sbuhmm is there a bug in aguf that prevents player frame from being updated?
22:21.16Nickenyfikenckknight: http://ace.pastey.net/572?lang=null
22:21.41CIA-1103tekkub * r9765 10AbacusLib/AbacusLib.toc:
22:21.41CIA-11AbacusLib
22:21.41CIA-11- TOC updates
22:22.17CIA-1103tekkub * r9766 10FuBar_GarbageFu/FuBar_GarbageFu.toc:
22:22.17CIA-11FuBar_GarbageFu
22:22.17CIA-11- TOC tweaks
22:22.50*** join/#wowace Azix (n=Azix@host213-123-205-178.in-addr.btopenworld.com)
22:23.49MikmaAzurewrath: http://www.extremerestraints.com/images/ve775d.jpg
22:24.11AzurewrathMikma: haste already linked an image, but thanks :)
22:25.06Mikmaoh neat
22:25.09Mikmasame site
22:26.37Mikmahaste: ooooh, furry buttplug
22:26.44Mikmahaste: i'm sure he'll love that one
22:27.27hasteexactly!
22:27.31*** join/#wowace frus (i=frus@082-146-096-141.dyn.adsl.xs4all.be)
22:30.43Tekkubexplain me this...
22:30.49Tekkubhttp://wow.allakhazam.com/db/item.html?witem=1322
22:30.56Tekkubrecieved from a quest, you get 5
22:31.04Tekkubsoulbound, quest isn't repeatable
22:31.10Tekkubwhy do they stack to 10?
22:32.46hastethey weren't soulbound before I believe
22:32.50hastesame with really sticky glue
22:33.10hastehttp://wow.allakhazam.com/db/item.html?witem=4941 << same thing, only they stack in 20s
22:34.05Mikmareally sticky glue <3
22:34.47GngskTekkub, yea I had lotsa stacks of those. Down to 4 now though.
22:50.37sbumoveable minimap with ace? :p (dont want to use DFM :/)
22:51.02sbui modded my minimap with squeenix but some titan stuff overlaps with it
22:51.15vhaarrDelete titan, install fubar.
22:51.17vhaarrProblem solved.
22:52.13sbuuhm no
22:52.15sbuits fubar
22:52.28sbuwtf why did i write titan
22:52.50Mikmasbu: put the auto adjust on
22:52.55*** join/#wowace iSynic (n=iSynic@24-180-140-186.dhcp.roch.mn.charter.com)
22:52.57sbuits on
22:53.07sbubut the 2nd bar still overlaps with minimap
22:53.55MikmasimpleMinimap
22:54.34kergothsimpleminimap is very nice
22:54.41kergothbut i'd advise against using recnet versions, he went borg with it
22:54.48kergothadded moving the quest watcher and other crap
22:55.13Mikmaheh
22:55.15sbumh, movable squeenix would be perfect...
22:55.29Mikmabut ain't squeenix movable?
22:55.47kergothsimpleminimap lets you move it, and lets you select from a number of textures, including the square one
22:57.34hastekergoth: can you take a look at oCD and the latest CandyBars?
22:58.25hastekergoth: It errors on line 710 when cooldowns fade (in the CandyBars.lua), but I can't see why it happens
22:58.32snurre[00:53] <Mikma> but ain't squeenix movable?
22:58.33snurreno :(
22:58.36snurreplease fix
22:59.13yacoobsbu: not ace, but light: visor. Instead of DFM.
22:59.52CIA-1103tekkub * r9767 10devnull/devnull.toc:
22:59.52CIA-11devnull
22:59.52CIA-11- TOC updates
22:59.53hyperChipmunkvisor is ace
23:01.28MikmaTekkub: why does devnull mute other channels than the one it should?
23:01.41kergothhaste: hmm odd, will do
23:01.48Tekkub*shrug* it's not my mod
23:02.11TekkubI only cleaned up the code in my branch, didn't mess with the features
23:02.19Mikmait didn't do it before
23:02.46Mikmabtw the firefox 2 beta 2 seems to crash too many times on my mac :(
23:02.55Tekkubpeople asked for crap to mute "useless" channels like LocalDefense - Molten Core
23:03.06CIA-1103eternally777 07eternally777 * r9768 10HealHub/ (5 files): HealHub: Added frames. Again.
23:03.47MikmaTekkub: yeah, but it mutes my other channels too :D
23:04.04Mikmaonly 1 channel doesn't get muted and i really wonder wtf is going on
23:04.15hasteMikma: stable as hell on my laptop, and my nix box
23:04.30TekkubI got no clue... like I said it's not my code :)
23:04.45*** join/#wowace PProvost (n=PProvost@pool-71-112-41-198.sttlwa.dsl-w.verizon.net)
23:07.07Mikmahaste: the osx version seems to crash often
23:07.19CIA-1103kyahx * r9769 10oSkin/AddonFrames.lua: oSkin: Ludwig needed a makeover as well :)
23:07.54*** join/#wowace Pimpfo_ (n=Pimpfo@N874P003.adsl.highway.telekom.at)
23:08.39MikmaKyahx: addonframes?
23:08.50KyahxFor skinning other addons
23:08.52Kyahxlike OneBag
23:08.59Kyahxand Ludwig
23:09.04*** join/#wowace Arrowmaster (i=Arrow@cpe-24-209-111-105.woh.res.rr.com)
23:09.39Mikmaoh pretty
23:10.04KyahxLudwig looks really nice now
23:10.27Mikmamehe
23:10.30Mikmai just have to test it
23:10.52Mikmaotravi foreskin rocks :D
23:11.02Mikmahttp://www.wowace.com/forums/index.php/topic,2034.msg39598.html#msg39598
23:11.27Kyahxoh I didnt even see the thread about it
23:12.01Mikmawell it's not made by haste :P
23:12.57snurreI guess you could make some really funky setups by using custom skins
23:13.45hasteMikma: there is nothing better then add ons taht support them self!
23:14.05CIA-1103pprovost * r9770 10FuBar_PoisonFu/Core.lua:
23:14.05CIA-11FuBar_PoisonFu:
23:14.05CIA-11- Fixed a bug where FuBar Tooltip wasn't updated properly as time/charges changed.
23:14.13CIA-1103eternally777 07eternally777 * r9771 10HealHub/HH-GUI.lua: HealHub: "Fixed" frames updating sort order from the table.
23:14.20Mikmahaste: and the most funniest thing is your first comment about the addon you started is on page4
23:14.45*** join/#wowace eternally777 (n=eternall@pool-71-254-116-199.hrbgpa.east.verizon.net)
23:15.51hasteMikma: hehe
23:16.01hasteI noticed the topic when it had 2-3 replies :p
23:16.19hasteI just wanted to see how the topic evolved
23:16.52Mikmawell it did :D
23:16.53hasteI'm thinking of not making a topic for the next version of oUF2
23:17.00hasteand see how they can support each other :p
23:17.30MikmaoUF3? ;D
23:17.37hastenah, more like 2.5 :p
23:17.48Mikmaneat. when, where, what?
23:19.08eternally777Branches aren't autozipped yet, are they?  Or is it still just the trunk version
23:19.19Mikmajust trunk
23:20.39eternally777ty
23:21.32*** join/#wowace ckknight_ (n=ckknight@rrcs-74-62-251-191.west.biz.rr.com)
23:22.11Mikmai kinda dislike BattleChat now
23:22.11ckknight_sbu, alt-drag your FuBar minimap buttons
23:22.30Mikmait has that stuuuuuupid windowed/maximize bug
23:22.48MikmaKyahx: DAYEM! ludwig is pretty :D
23:22.53ckknight_okay, what're all the square minimap addons' names?
23:22.59kergothludwig isnt ugly anymore? hooray!
23:23.00ckknight_Squeenix is one...
23:23.01KyahxIt was ugly as hell before
23:23.07*** join/#wowace Parak (i=PROFI@user-0cev737.cable.mindspring.com)
23:23.14Kyahxkergoth: oSkin makes Ludwig happy now.
23:23.15*** mode/#wowace [+o ckknight_] by ChanServ
23:23.17kergothwoot
23:23.21kergothoSkin ftw
23:23.22KyahxLudwig itself didnt get any better :P
23:23.38HealthI need to test it :p
23:23.39kergothi like ludwig
23:23.46KyahxI should probley screenshot this and show it to Tuller
23:23.47kergothespecially the linkerator for it
23:23.49Azurewrathckknight: another one.. http://ui.worldofwar.net/ui.php?id=1692
23:23.53Kyahxmaybe he'll just make Ludwig better all by itself
23:24.04ckknightyou know, if people told me what the names of all the square minimap addons, I'll be able to code FuBarPlugin to recognize when the minimap is square...
23:24.17kergothwhat i love about ludwig is how smoking fast it is at searches
23:24.20KyahxSqueenix
23:24.21kergothcompared to, say, itemdb
23:24.27Kyahxthats all I know of
23:24.52hasteMikma: sceren of ludwig?
23:24.59Mikmahaste: inamoment,
23:25.02Kyahxmakeing one ATM
23:25.05Mikmawill have to load wow :)
23:25.13Mikmai deleted battlechat and installed SCL again
23:26.59ckknightis wowwiki down?
23:27.20Mikmai don't care since i'm banned :D
23:27.41Mikmahttp://wow.reaktio.net/ludwig.jpg
23:28.07ckknighthow'd you get banned?
23:28.27vhaarrckknight: squareminimap, cornerminimap
23:28.38Mikmahehe, i used colors in irc to chat to mikk and then he whaleslapped me..
23:28.39ckknightokay, now how do I tell if they're loaded and enabled?
23:28.45ckknightcause wowwiki's down...
23:28.56vhaarrIsAddOnLoaded ?
23:28.59Mikmathen, i was proud to get some attention from mikk and he told me to make an account there
23:29.13ckknightlol
23:29.17Mikmaso then i made and account and he asked do i wan't a 1week, 1month, 1year or infinite ban
23:29.20vhaarr|if IsAddOnLoaded("CornerMinimap") then|
23:29.23Azurewrathlol
23:29.30Mikmai choose 1week and now it's "user requested ban :)"
23:30.31Mikma<1825> <Mikma> whee!
23:30.31Mikma<1825> <Mikma> attention from Mikk, my day has been saved
23:30.35Mikma<1826> <Mikk> Mikma: if you've got a user on wowwiki i can give you a selection of 1 week attention, 1 month attention, 1 year attention and infinite attention :-P
23:30.38Mikma<1826> <Mikma> Mikk: 1 week please, just a moment i'll reg
23:30.41Mikma<1826> <Mikk> aight =)
23:31.40*** join/#wowace Kyahx (n=Kyahx@65-73-45-21.dsl1.mnd.mn.frontiernet.net)
23:32.39*** join/#wowace Andalia (n=xx@p54ADB93E.dip0.t-ipconnect.de)
23:32.53ckknightlol
23:34.31MikmaYour user name or IP address has been blocked by Mikk.
23:34.31MikmaYour user name or IP address has been blocked by MThe reason given is this:
23:34.32Mikma1 week ban, as requested by Mikma :-)
23:34.39Mikmasorry, paste broke, it happens with osx :P
23:35.11Tupladpwnt ;< ?
23:35.13ckknightodd
23:38.22kergoth$143 a month for my antidepressents
23:38.26kergothhow.. depressing
23:38.37kergothboo for not having insurance
23:38.39Mikmayeah they are f*cking expensive
23:38.50Mikmamine cost something like that too
23:38.51CIA-1103aileen * r9772 10FuBar_VolumeFu/ (5 files in 2 dirs): VolumeFu - back to AceLocale 2.0... didn't realize the updates had been backported
23:38.52Mikma100e+
23:40.08Mikmaoh crap, SCL didn't have any layouts in it
23:44.17*** part/#wowace Tuplad (n=tuplad@d54C52170.access.telenet.be)
23:44.34ckknightis the only addon using AceLocale-2.1 now OneBag?
23:44.41grumpeyFuBarPluginBugSack FrameMinimapButton? any idea why that has a space in the frame name
23:46.58eternally777I'm using AceLocale-2.1
23:47.17ckknighthow come?
23:47.32Kemayo...I haven't reverted yet.  It's on my to-do list, though.
23:47.33ckknightgrumpey, no
23:47.36eternally777Because it was greater than 2.0
23:47.45ckknighteternally777, I recommend reverting
23:47.47ckknightit
23:47.52ckknightit's not too hard to change
23:47.59ckknightjust a few lines
23:48.19eternally777sigh..
23:48.44Nightdewckknight what happened with 2.1?
23:49.00ckknightbasically, the only thing that 2.1 adds is needless API breakage
23:49.06MikmaL"something" -> L["something"] ? :P
23:49.14ckknightall the speed hacks have been reverted
23:49.19Nightdewnot faster like the intended?
23:49.20ckknightMikma, that's been added to 2.0
23:49.24ckknightnope, same speed now
23:49.41ckknightbasically, instead of breaking API and writing a whole new version, I just made 2.0 faster
23:49.51ckknightno API breakage whatsoever
23:49.53CIA-1103saroz * r9773 10sRaidFrames/sRaidFrames.lua: sRaidFrames: Don't need self:Msg() anymore
23:50.00Nightdewlol
23:50.05ckknightexcept that people are now recommended to use L["something"] instead of L"something"
23:50.06ckknightthat's it.
23:50.33ckknightwhich I consider to be a much better solution
23:50.59eternally777Ckk, I'm confused.
23:51.14ckknighteternally777, I made 2.0 better, thus making 2.1 pointless
23:51.31ckknightthe point of 2.1 was to be faster than 2.0, which is no longer true
23:51.33Nightdewalways disliked the look of L"_"
23:52.22kergothoskin just needs to hit the tradeskill and enchant frames now
23:52.32KemayoAdd a note to the wiki to reflect this recommendation?
23:53.05KemayoSorry, that should have started "should I".
23:53.12ckknightsure
23:53.29ckknightmain issue is that Kaelten wrote AceLocale-2.1, so I have to tiptoe around the whole issue
23:54.51eternally777I see.
23:55.56Nightdewi assume you used his attempt to update yours
23:56.26ckknightwhat do you mean?
23:56.46ckknightI wrote my code before he started on AceLocale-2.1, I was just on vacation during that time with no internet
23:56.59eternally777Ckk are you free?
23:57.53ckknightthe concept of freedom is a tricky philosophical idea
23:58.08eternally777So "it depends on what you're going to ask"
23:58.18ckknightbasically.
23:59.34Mikmahttp://www.wowace.com/forums/index.php/topic,2034.msg39613.html#msg39613

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.