IRC log for #arl on 20090608

00:09.58pompyAckis: ur never getting the 3 mounts
00:10.20Ackisdie
00:10.47TorhalSo, I decided to do something utterly pointless and have a progress bar for the tooltip scanning.
00:11.40Ackisrofl
00:12.56pompyAckis: read what i said with the questid shit
00:13.39Ackisquest IDs == unique identifies and hella easy to deal with, and there's no getquestinfo for quests not in your log
00:14.47pompyu cant create a quest link?
00:16.09Ackisif you have it in your quest log sure
00:17.12pompyo well thats gay
00:17.19pompythen i think theres no point for quest ids in arl
00:17.37Ackishow are you going to uniquely identify the quests then?
00:18.14Ackisyou could just assign random numbers to it, but it's more work than using pre-defined IDs
00:18.31pompytrue
00:24.55TorhalFrames are stupid.
00:24.58TorhalFuck frames.
00:25.00TorhalIn the ass.
00:25.03TorhalWith a chainsaw.
00:25.20TorhalThe progress bar shows up AFTER the loop is run.
00:25.22TorhalFAIL.
00:33.34Zhinjiowoot, first nax25
00:34.26Ackisgrats
00:34.34TorhalZhinjio: Grats :)
01:49.29AckisTorhal: get a chance to look at altoholic?
01:56.55TorhalAckis: As soon as I do my Sholazar dailies
01:57.56Ackiskk
02:04.52Ackiscool arl disappeared on the gf's computer
02:05.08TorhalWTF?
02:06.07Ackisno idea she reinstalled before I could look
02:06.15Ackisalso getting tooltip flickering /w tiptac
02:06.21Ackishover over an entry
02:06.27Ackisaka enchant weapon - sunfire
02:06.32AckisI'm hovering over the e in sunfire
02:06.36Ackisa little to its right
02:07.53Ackiscan you reproduce?
02:11.37TorhalAckis: Change your anchors in TipTac - known issue.
02:11.53Ackistiptac?
02:12.18TorhalYah, ARL is trying to anchor the tooltip and so is TipTac.
02:12.31Ackisah
02:13.17Ackishey w/ tiptac do you know how I can get my action bar button tooltips anchored to the default anchor, everything else anchored to the mouse?
02:13.34TorhalDunno - lemme try.
02:15.46TorhalLooks like you have to set "Frame Tip Type" to "Normal Anchor"
02:16.18TorhalWhich includes more than action bar tooltips/
02:16.31Ackisyah I do that and I just get them anchored over top of the buttons
02:16.32TorhalAny frame, really, that isn't otherwise specified in the anchors
02:16.40TorhalWeird.
02:17.00Ackishow can I find out what's tryng to anchor my tooltips?
02:17.07Ackisand can you fix that issue w/ arl fucking up?
02:17.14Ackisthe tooltips going whacky
02:18.38TorhalIf you have TipTac set to anchor to your mouse, and ARL is anchoring to the side of its own frame, there's nothing I can really do.
02:18.55TorhalThe mouse focus, I believe, is being repeatedly reset at that point, causing the flicker.
02:19.05Ackiscan we do a check for if anchor == mouse, don't anchor?
02:19.28TorhalI can look into it
02:19.45TorhalDunno if that would be easy to determine since Mouse anchoring is determined by grabbing screen oords.
02:19.51Torhalcoords*
02:20.18Ackisshould be able to read the tiptac options thought?
02:23.16TorhalLook at TipTac/core.lua for tt:AnchorFrameToMouse()
02:24.37TorhalThe only thing I believe that we can do on our end is have an option for ARL to simply not anchor the tooltip itself.
02:41.01AckisTorhals Recipe List :P
02:41.01TorhalROFL
02:41.01AckisI don't even know what you're doing anymore :P
02:41.14TorhalBah, that's obvious: Tooltip scanner fixes
02:41.33TorhalAnywho, gonna look at Altoholic now.
02:41.37TorhalIt's annoying me.
02:41.44Ackislol kk
02:49.39pompylua> wipe(torhal)
02:49.39lua_botpompy: luabot:1: attempt to call global 'wipe' (a nil value)
02:52.30Torhallua> table.wipe(pompy)
02:52.31lua_botTorhal: luabot:1: attempt to call field 'wipe' (a nil value)
02:52.36TorhalBWAH
02:53.07TorhalAckis: It looks to me like Thaoky is confused about the usage of "self".
02:53.14Ackislol
02:53.38Torhalfunction Altoholic.Tooltip:OnGameTooltipSetItem(...)
02:53.40Torhallocal tooltip = self
02:53.41Torhallocal self = Altoholic.Tooltip
02:53.53TorhalTranslated:
02:54.07Torhallocal tooltip = Altoholic.Tooltip
02:54.13Torhallocal self = Altoholic.Tooltip
02:54.20Ackisit's on a repo, test it out
02:54.39TorhalThat's a lot of code-wrangling. All of his tooltip functions are like that.
02:54.54Ackistry one and see if error moves
02:54.59TorhalThey should all be local functions, so there is no "self" passed to GameTooltip's functions.
02:55.15TorhalWell, either local or called with dot-notation rather than colon.
02:56.11TorhalAckis: Does he know I'm doing this, or is there potential for slaughter?
02:56.21Ackisno and no
02:56.24TorhalHeh
02:57.17Ackisintances cannot be launched == last how long?
02:59.07TorhalAckis: Until people leave an instance. Their server for that instance is full.
02:59.32Ackisbleh
03:04.22AckisFrame Unit Type vs Frame Tip Type in tiptac == ?
03:10.08TorhalAckis: Fixed Altoholic.
03:10.15Ackissweet
03:10.22TorhalFrame Unit Type == UnitFrame.
03:10.40TorhalWant me to pastey fixes, or what?
03:12.48Ackiscommit them
03:13.28TorhalRepo on WoWAce or Curseforge?
03:13.50Ackiscf
03:14.04Torhalkk. Wrangling dirs so I don't overwrite my changes :)
03:14.08TorhalThen merging.
03:14.09TorhalBah.
03:14.10Torhal:D
03:15.09Ackislol
03:26.03TorhalAckis: Committed.
03:26.07Ackisty
03:26.41Torhalnp
03:30.04AckisAckis Recipe List: Missing quest in database: 12645
03:30.12Ackiswhat was added that had that quest?
03:31.03TorhalNo clue.
03:31.59Ackiswhat's the command to view diffs of a file?
03:32.11Torhaldiff
03:32.17Ackisbut the flag for options?
03:32.27Ackisprevious revisions if I'm at head
03:32.42TorhalTry -C
03:33.04TorhalEr, -C 5
03:33.50TorhalBeen awhile since I used diff manually.
03:33.51Ackis-r xxxx
03:36.38Ackisalso had to add L["A Yeti of Your Own"] to the testenUS localization
03:58.05ZhinjioRe
03:59.19TorhalZhinjio: Yola
04:12.20Ackispompy: just gave you 13 trainer tickets :) aren't I nice? LOL
04:12.25Ackissleep time gentlemen
04:29.43Zhinjiomanaged to get 1 piece of ret gear, and about 7 offspec pieces (prot and holy)
04:34.43pompygeneral vezax hard mode is crazy
05:12.21pompygrats on that shit Zhinjio
05:31.11pompyTorhal: hmm whyd he add that quest back lol
05:31.55Torhalpompy: Apparently it gave him an error, and he thought you'd removed it erroneously.
05:32.05pompyooo loll
05:32.12pompyi didnt remove it from kungaloosh in eth cooking file
05:32.12pompyshit
05:32.15pompykk ill do that
05:32.31pompyi didnt remove ethe acquire from the recipe., at least i think i didnt
05:36.11pompykk should be good now!
05:37.21Torhalpompy: To avoid that in the future, I'd say "Removed quest X due to Y"
05:37.49TorhalI try to be as specific as possible, since I'm working with other people who won't necessarily know WTF I just did :)
05:39.06pompymy bad :x
07:57.28*** join/#arl BWMerlin (n=chatzill@58.174.148.250)
07:57.28*** mode/#arl [+v BWMerlin] by ChanServ
08:00.31*** join/#arl BWMerlin (n=chatzill@58.174.148.250)
08:00.31*** mode/#arl [+v BWMerlin] by ChanServ
08:07.23*** join/#arl Thaoky (i=Thaoky@233.180-240-81.adsl-dyn.isp.belgacom.be)
10:02.51*** join/#arl BWMerlin (n=chatzill@58.174.148.250)
10:02.51*** mode/#arl [+v BWMerlin] by ChanServ
11:43.17TorhalFoof.
12:23.04Thaokyhi torhal
12:25.35*** join/#arl Repo (n=supybot@repos.curseforge.net)
12:25.35*** mode/#arl [+v Repo] by ChanServ
12:33.16TorhalThaoky: How goes?
12:34.40Thaokyfine thanks, I'm busy changing localizations to make them work with CurseForge
12:35.56TorhalAh, nice. It's only painful during setup :)
12:36.40Thaokyyeah, ackis set it up for me, but I need to add a bunch of new strings, and the import seems to last forever.. never validating anything
12:36.47ThaokyI guess I'm doing something wrong there
12:40.30TorhalDunno, I set my phrases up manually.
12:41.21Thaokythere are quite a few, I'd rather import.. but in last resort, I guess I'll do that too :)
12:47.33TorhalOff to work.
13:12.43*** join/#arl Repo (n=supybot@repos.curseforge.net)
13:12.43*** mode/#arl [+v Repo] by ChanServ
14:21.32*** join/#arl Jim-Bim (n=thorben_@mnsr-4db16372.pool.einsundeins.de)
14:21.32*** mode/#arl [+o Jim-Bim] by ChanServ
14:37.11*** join/#arl ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:50.36*** join/#arl AckisWork (i=8ee55993@WoWUIDev/WoWAce/ARL/Troll/Ackis)
14:50.36*** mode/#arl [+o AckisWork] by ChanServ
15:24.51*** join/#arl Jim-Bim (n=thorben_@mnsr-4db16372.pool.einsundeins.de)
15:24.52*** mode/#arl [+o Jim-Bim] by ChanServ
15:44.57AckisWork~seen thaoky
15:44.58purlthaoky <i=Thaoky@233.180-240-81.adsl-dyn.isp.belgacom.be> was last seen on IRC in channel #arl, 3h 3m 37s ago, saying: 'there are quite a few, I'd rather import.. but in last resort, I guess I'll do that too :)'.
16:22.47*** join/#arl theorbtwo (n=theorb@91.84.53.6)
16:22.48*** join/#arl Cide (n=EAndre@hus110a.bobbnet.com)
16:24.17AckisHulkhai
16:24.18AckisHulkmore idlers
16:24.19AckisHulkw00t
16:24.25AckisHulkkk theorbtwo what goes wrong?
16:24.39Cidescrew that
16:24.41Cideless idlers
16:24.43Cidegg
16:24.43*** part/#arl Cide (n=EAndre@hus110a.bobbnet.com)
16:26.33theorbtwoStarting...
16:28.04theorbtwonullnull0
16:28.08theorbtwoshit
16:28.24AckisHulkwhen you do a scan?
16:29.05*** join/#arl Ose (n=chatzill@wikia/Ose)
16:31.05AckisHulkI've never got that before, so I'm not really sure what's going on :P would like to debug however
16:31.34theorbtwoIs there a prefered pastebot for this chan?
16:31.48AckisHulktheorbtwo: nah
16:31.52AckisHulkjust use whatever works
16:32.30theorbtwohttp://pastebin.com/m18879247 on start.
16:33.06theorbtwohttp://pastebin.com/d27ef14f4 on scan.
16:33.25AckisHulkyou're using RC release right?
16:33.46theorbtwo1.0rc8-nolib
16:33.55theorbtwoCurse client lists that as current release.
16:33.56AckisHulkyou use the curse client?
16:34.00AckisHulkyah
16:34.15AckisHulkAckisRecipeList, v1.0 RC8 1865 <-- we're on revision 2048 now lol
16:34.24AckisHulkI didn't know that revision was broken tbh
16:34.38AckisHulkthey made some changes to the tooltip library
16:35.27AckisHulklet me get some stuff done internally and I'll tag a new RC today, wanted to hold off because we're updating the database quite a lot, but it's probably for the best if we do a new tag
16:36.28theorbtwoMy fault, relaly, should have said something earlier.
16:36.59nicoli_sno its ackis's fault
16:37.39AckisHulkaye my fault
16:37.46theorbtwonicoli_s: Well, I've been thinking "huh, well, I'm sure he's already heard this problem" and not reporting.
16:38.44AckisHulkfeel free to hang around in the channel :D
16:38.54theorbtwoI shall.
16:39.30AckisHulkJim-Bim: you around?
16:39.37Jim-Bimyeah
16:39.44AckisHulkshould I add gui elements for scan profession?
16:39.49AckisHulkand scan spell ID?
16:39.57AckisHulkor just leave them in the backend right now?
16:40.03Jim-Bimdebug tooltip scans?
16:40.08AckisHulkyes
16:40.12AckisHulkunder datamining
16:40.21Jim-Bimimo aceoptions would be fine
16:40.42AckisHulkyah that's what I meant
16:42.09theorbtwoOh, that reminds me, any thoughts on working for classes as well as professions?
16:53.00AckisHulkJim-Bim: can you load up 2049 to see if there's any errors please?
16:53.19AckisHulktheorbtwo: I don't think we'll do classes, maybe a seperate addon down the road but not anytime soon
16:53.49theorbtwoAre they really that different?
16:54.01theorbtwo...or is it a matter of the straw that breaks the camel's back?
16:54.14AckisHulkit'd be a new way of scanning, new databases, etc
16:54.54theorbtwoClass trainers and profession trainers are that different that you need a whole new scanner?
16:55.38AckisHulkcode could be reused, they're the same interface, but there's sublte differences
16:59.52Jim-Bimonly getting Message: AceLocale-3.0: Ackis Recipe List: Missing entry for 'A Yeti of Your Own'
17:00.12AckisHulkk and I fixed that as well
17:02.40*** join/#arl Thaoky (i=Thaoky@233.180-240-81.adsl-dyn.isp.belgacom.be)
17:02.52Thaokyhey there
17:02.55AckisHulktheorbtwo: tagged a new release
17:02.57AckisHulkThaoky: allo
17:03.45Thaokyackis: saw your message in the svn log, tell me when you're available, nothing urges :)
17:03.55AckisHulkright now actually
17:04.12AckisHulkwhat I did was set it up so that svn versions will use repoenUS.lua (which has the strings)
17:04.20AckisHulkand release versions will use the packager
17:04.29ThaokyI'm checking the files
17:04.52AckisHulkwhat I do for arl is I maintain the repoenUS.lua equivillent and then after I do some changes I just do a full import of it into the localization app
17:05.43Thaokythe thing is, the import seemed to stay stuck .. I never got any message, neither success nor error
17:06.07AckisHulkhmm I was able to import it in this morning with no issues
17:06.32ThaokyI'll make a try with frFR to see if I got it right
17:06.50Thaokyso, format = additive lua, language = frFR
17:06.57AckisHulkyes
17:07.19Thaokyand in the data frame, I should simply add L["hello"] = "bonjour" and click import ?
17:07.38AckisHulkoui
17:07.39AckisHulk:D
17:07.42Thaoky:)
17:07.59ThaokyI'll try that right now
17:08.30Thaokycomment lines are ignored ?
17:08.37AckisHulkyes
17:08.46Thaokyso I copy paste the delta ..
17:09.16Thaoky..clicked import .. and the button greys out to "sending translations"
17:09.22Thaokythen nothing
17:09.25AckisHulkyou could copy and paste the entire thing and it would work
17:09.31AckisHulkhere pastey what you're trying to submit
17:10.37Thaokyhttp://ace.pastey.net/115576
17:10.46Thaokyfor frFR, and I'm using IE7 if that matters
17:11.29Thaoky(afk 5 min)
17:11.49AckisHulkit might be an IE7 thing, I don't know
17:11.56AckisHulkI just ocpy and pasted what you had to import and it worked
17:15.25theorbtwoHm, I don't see the new release on http://wow.curse.com/downloads/wow-addons/details/arl.aspx , or in "recent files" on http://www.wowace.com/projects/arl/
17:17.04AckisHulkit's still packaging :|
17:18.28pompyits up now
17:20.21AckisHulkbrb
17:25.58Thaokyackis: glad to see I didn't do anything wrong, I'll upgrade to IE8 while I'm at it :)
17:29.21AckisHulkback
17:29.29AckisHulkThaoky: yah it's odd, ckknight should look into it IMO
17:31.01nicoli_syell at him till he fixes it
17:31.17AckisHulk^
17:31.33nicoli_sbetter do it now before he goes to lunch
17:31.41AckisHulkisn't he already gone?
17:33.05ckknightwhat's all this, then?
17:33.20ckknightIE sucks
17:33.43ckknightI'll test it out, though
17:33.57theorbtwoSeems to work, but does give an error after showing the (populated) scan box/form/thing (what *is* the proper name, anyway).
17:34.21AckisHulkckknight: I hear my kitten is talking to you
17:34.25ThaokyI have to reboot, I'll tell you if IE8 fixes the problem in a few minutes :)
17:34.29ckknightyea, AckisHulk
17:34.36ckknightwait, why are you AckisHulk and not Ackis or AckisWork?
17:34.44AckisHulkACKISSMASH
17:35.04ckknightI set your gf up with the ability to edit categories, so she's just gonna upload the icons through the web form
17:35.10AckisHulkwas screwing around in wowuidev
17:35.17AckisHulkoh sweet ckknight
17:35.24theorbtwoI can use svn, BTW, which will shorten the feedback loop.
17:35.29ckknightsince sending me the image in MSN and then uploading it myself was lame
17:35.35AckisHulkshe did one, never saved, photoshop crashed, and I lawled
17:35.44AckisHulktheorbtwo: you use curse client?
17:35.45theorbtwohttp://pastebin.com/d783b8712
17:35.51theorbtwoAckisHulk: Yes.
17:35.56nicoli_syou better!
17:36.08AckisHulktheorbtwo: just set ARL to download alphas
17:36.27AckisHulkTorhal|Away: ping?
17:37.34theorbtwoAh, also doesn't show the mouseover thing ISTR being there.
17:37.50AckisHulkdid you exit wow when you updated?
17:39.17*** join/#arl Thaoky (i=Thaoky@91.177.49.104)
17:39.17AckisHulk(I know retarded question but I get caught that way a bunch of times)
17:39.40AckisHulkwb Thaoky
17:40.32Thaokyhey
17:40.33theorbtwoAckisHulk: Yes.  Think so.
17:40.55theorbtwoWill double-check after I kill something.
17:41.23AckisHulkk ty
17:41.40Thaokyackis: trying with deDE, under IE8, still the same ><
17:42.20AckisHulkhmm this is gonna be something ckknight has to deal with, it's a bug w/ CF
17:42.23Thaokystarts thinking that maybe, just maybe, IE might be sucking
17:42.33AckisHulkjust add the locals to the files and I'll import them later on for you
17:43.54Thaokyckknight: if you need more info about my setup, let me know
17:43.54nicoli_she's at lunch Thaoky
17:43.58AckisHulkout to lunch all the time though
17:43.58AckisHulkHA
17:44.10Thaoky:)
17:44.16nicoli_sit's true, ckknight does eat a metric horse of food a day
17:44.47Thaokyackis: ok, I'm changing that and committing to svn
17:50.49AckisHulkJim-Bim: want to test out the spell id specific tooltip scan?
18:11.35AckisHulkhttp://beta.wowace.com/categories/ <-- that look sexy or what?
18:13.40theorbtwoYep, still does it, after making sure wow is closed and hitting the reinstall button.  More specifically, I get that error after clicking on the first recipie in the list.
18:14.07AckisHulkonly after the first recipe, or any recipe in the list?
18:14.45theorbtwoI only get the error once.
18:17.10Zhinjiog'morning.
18:17.13Zhinjioafternoon, whatever.
18:17.57AckisHulkallo Zhinjio
18:18.16Thaokyhi zhinjio
18:18.28AckisHulktheorbtwo: I'm thinking that is has something to do w/ libqtip libraries
18:18.31AckisHulkyou're dismbedddd
18:18.39theorbtwoYes.
18:21.06AckisHulkcan you set libqtip and libqtipclick to be alpha in the client and update them as well please
18:30.53theorbtwoHm.  I have libqtipclick-1.0 and libqtipclick-1.1.  1.1 is bold, meaning that it was updated earlier today.
18:31.30AckisHulkwe use 1.1
18:32.54theorbtwo1.1 doesn't have a newer alpha, apparently.  lipqtipclick-1.0 does, and libqtip-1.0.  Updating libqtip-1.0 to r108-nolib from v1.0, and setting libqtipclick-1.0 back to releases.
18:36.24AckisHulkk
18:39.04theorbtwoNo errors now, and I have mouseover info.
18:39.14AckisHulkyay
18:39.36AckisHulkTorhal|Away: I cheated and marked a couple of your libs as release to fix ARL stuff
18:41.56theorbtwosets it back to releases only.
18:59.50AckisHulkping Jim-Bim
19:10.54AckisHulkpompy: you'll notice that I just removed all the recipecount = recipecount + 1 stuff from all the db's
19:11.00AckisHulkI wonder if that'll improve performance eh?
19:11.01AckisHulklol
19:11.17pompyah lol i was gunna do that too ;)
19:11.40AckisHulkyou in game right now?
19:11.47pompycan be
19:11.54AckisHulkplease
19:12.07pompyif u do a single return value.. how is it counting what u have then?
19:12.18AckisHulkI used all my fingers and toes
19:12.38AckisHulkwe're at the point where when we add new recipes, we just increment that by 1
19:14.00AckisHulktype /script AckisRecipeList:TooltipScanRecipe(38477)
19:26.36pompywith all my addons on my warrior haha i dont get why it takes forever sometimes to load and like super fast to load other times
19:26.50pompy<03:25:39 PM>Garbage collected: 119.18 kb,  5 attempts were made to collect garbage, loading took 18.47 seconds
19:26.55pompylike fastest ever
19:28.41pompyAckisHulk: no output
19:29.04AckisHulkbleh
19:29.21AckisHulktry with id 41132
19:29.40pompykk
19:30.04AckisHulkor 61010
19:30.44pompyno output on 41132
19:30.59pompynone for 61010
19:31.08nicoli_syou broke it ackis
19:32.00AckisHulkprolly
19:35.17Jim-Bimhe always breaks things
19:35.21Jim-Bimits in hisn ature
19:40.18nicoli_si heard one time ackis stepped on a crack and broke his mother's back
19:40.21AckisHulkalmost 3k dl's of the new version.
19:40.46nicoli_stoo bad the download count is wrong +/- 3k
19:41.00AckisHulk:P
19:44.39*** topic/#arl by ChanServ -> RC9 released! http://tinyurl.com/4997z6 or http://tinyurl.com/a3o2mb | Database being updated and minor bugs being squashed for 1.0 release | ARL Stats! Claim you commits: http://tinyurl.com/kpnzk2 | WoWInsider review: http://bit.ly/HwKXO | http://ackis.myminicity.com/ind <-- click please!
19:55.12ckknightAckisHulk: approval stuff works on the beta site
19:56.37AckisHulkcool ty
19:56.38ckknightAckisHulk: your myminicity would be horrible to live in
19:56.39ckknightbtw
19:56.44AckisHulkyes it would be
19:56.48AckisHulkI neglected it
20:22.56AckisHulkhey Stanzilla
20:22.59AckisHulkI changed my talent stpec
20:23.01AckisHulk*spec
20:23.04Stanzillacool
20:23.05AckisHulkit's more like you suggested
20:23.08Stanzilla:)
20:23.11AckisHulkI hate you for being right
20:23.11AckisHulk:P
20:23.20Stanzillawe get chain-raped at mimiron hardmode atm
20:23.22AckisHulkhttp://www.wowarmory.com/character-sheet.xml?r=Thunderlord&gn=Focus&cn=Ackis
20:23.35AckisHulkI'm going to get rid of the renew glyph for a CoH one
20:25.47Stanzillawell you have 2 choices as holy
20:26.12Stanzillapure HpS and coh/poh heavy and the more "mobile" version of renew/pom spam
20:26.22Stanzilla2nd "and" is "or"
20:26.48AckisHulkaye
20:28.41Stanzillawhatever fits your playstyle best, the renew/pom spam speccs mental agility
21:03.03pompyAckisHulk: did u look into why there's no output?
21:03.22AckisHulkno
21:03.25AckisHulklol
21:03.44AckisHulkwant me to? :P
21:04.32pompylol up to you ;)
21:06.30AckisHulktry doing a full database scan
21:06.33AckisHulklet me know if there's any output
21:15.12pompywhat sthe script
21:15.54AckisBruceBanner<PROTECTED>
21:23.22pompyit disconnected me :(
21:24.02AckisBruceBannerlol
21:24.08nicoli_sackis brok it again
21:24.08AckisBruceBannernot supposed to happen
21:24.45pompyit locked up for a while and then jus dc'd me
21:25.26AckisBruceBannerodd
21:25.30ckknightwhat?
21:25.45ckknightAckisBruceBanner: why do you keep making Hulk references?
21:25.51*** join/#arl Repo (n=supybot@repos.curseforge.net)
21:25.51*** mode/#arl [+v Repo] by ChanServ
21:26.06AckisBruceBannerckknight: I couldn't go from AckisHulk to AckisWork, I needed to turn back into BruceBanner
21:26.13ckknightlol.
21:27.29Thaoky|Raidbye all :)
21:27.36ckknightcya
21:27.42AckisBruceBannercya
21:41.18Torhal|AwayAckisBruceBanner: How did making my libs Release fix anything? Ace3 is all Beta and works fine.
21:42.07AckisBruceBannerTorhal: I don't know :P bit it seemed to work
21:42.23TorhalWeird.
21:42.45AckisBruceBannervery much so
21:42.56TorhalAnd I'd like to know how you managed to get r108 to be Release, when the packager says "Haha! Must be Beta unless you use v108 or -release!"
21:44.06AckisBruceBanneri've been breaking shit all day today
21:44.10TorhalHah
21:44.11AckisBruceBannercollectinator, ARL
21:44.12AckisBruceBanneretc
21:45.51TorhalAckisWork: Did you fix that trainer thing you asked me to remind you about?
21:46.23AckisWorkno
21:46.39TorhalSlacker.
21:46.40Torhal:D
21:47.47AckisWorkdone
21:47.52Torhalkk
21:50.02AckisWorkTorhal: look at what I did to the scan by ID function, so that it only clears the table once
21:51.29TorhalAckisWork: Scan by ID?
21:51.34AckisWorkspell ID
21:54.52TorhalVague answer is vague. I dug around and found the change to ScanToolTip()
21:54.53Torhal:D
21:55.10AckisWorklol
22:00.17TorhalAckisWork: Oh, yah: How is this going to help at all with the scan? if (((GetSubZoneText() == "Wintergrasp Fortress") or (GetSubZoneText() == "Wintergrasp Fortress")) and .......
22:00.28TorhalThat will only work if the person is IN Wintergrasp.
22:00.56AckisWorkTorhal: It's for a vendor scan
22:01.01TorhalAh, ok.
22:01.42TorhalThere's one problem with that.
22:01.51Torhalscan_data.is_vendor is never set anywhere.
22:02.08TorhalBut we pass is_vendor as a parameter, so it should probably be replaced with that.
22:02.28AckisWorkk
22:04.58Torhalhttp://bertc.com/subfour/truth/uselesscat.htm
22:07.55AckisWorkhttp://s110.photobucket.com/albums/n89/Ackis/Useless%20Cat/ :P
22:13.14TorhalAckisWork: Showoff.
22:19.09AckisWorkTorhal: why doesn't the scan by spell ID work, and why did the database scanning DC pompy?
22:21.48TorhalAckisWork: #1: Because it's broken. #2: pompy has a shitty connection.
22:21.53TorhalI'll check on the former.
22:22.02AckisWorkbah
22:22.16TorhalAckisWork: And by "scan by spell ID" what portion of the code do you mean?
22:22.26AckisWorkdon't make me go back to acksihulk
22:22.45AckisWorkTooltipScanRecipe
22:23.10TorhalAckisWork: I'll look at it.
22:23.46AckisWorkbtw I tagged earlier today
22:23.51AckisWork10k downloads almost
22:23.59TorhalDayum.
22:24.23TorhalI wish libs got more point-share.
22:29.17AckisWorkheading home now, no idea how busy I'll be tonight, pretty sure I have a maly run and that's it
23:19.47*** join/#arl BWMerlin (n=chatzill@58.174.148.250)
23:19.47*** mode/#arl [+v BWMerlin] by ChanServ

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