IRC log for #wowuidev on 20080929

00:00.55morkiiwhat do you figure would be more in demand come 80 a restor druid or a restor shaman, I figure shaman because there will be lots of people working on druid?
00:01.31Corrodiaswell... both
00:05.55Godzmack_im sure alot of those working on druids have rerolled after the recent druid nerfs
00:07.15morkiimm they nerfed us?
00:07.17AnduinLotharrestro druids still heal better than pallies atm
00:07.46OsagasuSorry, but I feel the neex to interject here... "im sure alot of those working on </roll 1-10... class> have rerolled after the recent <class> nerfs.
00:07.49Osagasu**need
00:08.00OsagasuAll classes got nerfed in some way or another
00:08.32morkiiyea thats true
00:08.46OsagasuDruids got a lot of cool ned tools to go with their nerfs.
00:08.49Osagasu*new
00:14.32morkiiyea they're still getting awesome changes
00:15.04OsagasuI'd roll a feral if it weren't for the fact I don't want 2 tanks
00:16.14Corrodiasyou can do melee dps instead... good luck getting anyone to let you do that though
00:21.05*** join/#wowuidev Shirik|zZz (n=skullsho@conspiracy/developer/Shirik)
00:21.05*** mode/#WoWUIDev [+o Shirik|zZz] by ChanServ
00:21.44Shirik|zZzI have arrived!
00:21.53Shirik|zZz(20:21:29)  -› Nickname 'Shirik' is already in use
00:21.56Shirik|zZzI want to kill someone :(
00:22.03Shirikthere we go
00:22.10Shirik~kill nbsirc
00:22.11purlACTION shoots a super-inverse fluxphoton gun at nbsirc
00:25.49*** join/#wowuidev Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
00:25.49*** mode/#WoWUIDev [+o Cairenn] by ChanServ
00:26.09*** part/#wowuidev Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
00:38.28molgaranyone know, if its possible to make a "list" just like the default quest log, so when i hold over a line i can select it, and remove it with a button if i want??
00:38.48molgarwith ScrollingMessageFrame i forgot to wright * ;P
00:38.49*** mode/#WoWUIDev [-rf] by Shirik
00:43.46ShirikAny recommendations on a mod that shows basic cooldowns (overpower, etc.)
00:45.40*** join/#wowuidev Syzgyn (n=no@24-240-17-145.dhcp.gwnt.ga.charter.com)
00:45.50[dRaCo]most SCT type addons do
00:46.54*** join/#wowuidev WobWork (n=Wobin@203-206-178-228.perm.iinet.net.au)
00:47.10Shiriksorry, I should have been more specific
00:47.14Shirikwith a progress bar, etc.
00:47.58ReAnseriously
00:48.07ReAnall this lua programming has fucked me for VB/VBA
00:48.11ReAni keep typing
00:48.14ReAnif (something) then
00:48.16ReAnend
00:48.19ReAnwhich is bad in VB
00:48.21ReAn:p
00:48.25ReAnvery bad....
00:49.50NightHawkTheSaneVB sucks as it is, but if you're using Visual studio, it autocompletes that crap
00:50.05ReAnim actually working in VBA
00:50.12ReAnunder the MSACCESS environment
00:50.27NightHawkTheSanemy sympathies..
00:50.28ReAni gave my client a 20 page explanation of why MSACCESS was stupid
00:50.35ReAnvs. what i was offering to do
00:50.45ReAnwhich was a bonified program
00:51.02ReAni was willing to do at no extra cost even tho it's time-wise more
00:51.07ReAnbut they still insisted
00:51.13ReAnand i said, k, it's your money....
00:51.40ReAnplus if i was using Visual Studio, id just program in C#
00:51.44ReAn{ } ftw
00:52.04ReAni seriously miss try/catch & exceptions the most
00:52.22ReAnerror debugging in VBA is about as useless as a = a;
00:52.50*** join/#wowuidev |pez| (n=user@77.40.132.123)
00:53.20Shirikany compiler should optimize that out :)
00:53.34ShirikP.S., C++ > C#
00:53.43ShirikCorrection, VB < C# < all
00:53.50Shiriks/Correction/clarification/
00:54.46ShirikI don't see much future for C# honestly. Sure it's rising in popularity, but people like Java too much
00:54.54Shirikand C# doesn't really give you anything Java does
00:55.12ReAnexcept memory efficiency
00:55.16ReAnjava's a fucking pig
00:55.20ShirikWas that supposed to be a joke?
00:55.31ShirikC# and memory efficiency in the same context?
00:55.32NightHawkTheSanec# will stick around for a while, because ms pushes it hard.
00:56.30NightHawkTheSaneand a lot of companies buy into the 'microsoft development stack' so everything is vb/c#/asp/etc
00:56.33ShirikC# does have one benefit, I guess. It JITs instead of relying on a VM so much
00:56.43Shirikhowever, you could do that with Java too by making a custom VM that operates in a similar fashion
00:57.06ShirikBut if you're going to go to C#, why not C++ instead?
00:57.30NightHawkTheSaneare .net libraries available for c++?
00:57.33Shirikyup
00:57.38NightHawkTheSanehuh, was not aware.
00:57.40ShirikESPECIALLY if you're worried about memory efficiency
00:57.41Cidebecause "#" is cooler than "++"
00:57.56Cidedoesn't C# do memory management?
00:58.45ShirikYes
00:59.04Shirikalthough I've read some internals about it, it's an interesting way of doing it
00:59.05Cideso that's a plus if you don't need manual memory management
00:59.12ShirikI st.... you call that a plus?
00:59.18Cidein some cases, sure
00:59.36ShirikAnd if you're really worried about it, you can always use an auto pointer
00:59.42Cideit's not a performance boost
00:59.45Shirik(in C++)
00:59.55Cidebut that's not the only plusses there are
01:00.09Cideif that was the case, you wouldn't have higher level languages in the first place
01:00.28ShirikI never consider paying a penalty for making the developer able to ignore things a good thing :P
01:00.39ShirikI should be clearer, paying that costly of a penalty*
01:00.58Cideit's only costly if you require that little extra
01:01.01AnduinLotharyou dont think faster development is a good thing?
01:01.16ShirikIf you want faster development, go use simulink and have it generate C code for you
01:01.22Cideit's a small price to pay for decreased development time for most non-time-critical applications imo
01:01.25ReAnseriously, from what i've seen, C# is best used in tool development, you can develop tools (which don't neccesarily have to be as efficient as c++ in memory/speed) in a much quicker way
01:01.32ShirikMuch quicker way?
01:01.34ShirikLike what?
01:01.39ReAnbasically gui
01:01.45Cidelike not caring about memory :P
01:01.49ShirikHow do you say it's easier in C#?
01:01.54ShirikYou have the exact same tools in C++
01:02.05Cidebut you also have memory management
01:02.05Shirik(assuming Microsoft here)
01:02.08Shirikno you don't
01:02.10Shirikuse a ref class
01:02.26ShirikMicrosoft's C++ has all of .NET's capabilities
01:02.28Shirikincluding GC
01:02.35ReAnlol
01:02.38ReAnk, Shirik
01:02.41CideC++ has memory management, don't bullshit
01:02.46Cidemaybe you can code around it
01:02.51ShirikWant proof?
01:02.53ShirikI'll write it up right now
01:02.58CideI'm sure it's possible
01:03.01Cidebut if you use the GC
01:03.02ReAnoh my
01:03.13ShirikReAn, how about I put it this way
01:03.16Cideyou're arguing for the point you're arguing against in the first place
01:03.17Shirik.NET is bytecode
01:03.25ReAnoh, i know that
01:03.26Cideyou were arguing against*
01:03.34ShirikAnd C++, C#, VB, they all go to the same bytecode
01:03.42ShirikTHEREFORE Microsoft has to support them all
01:03.55Shirikand if you're going to have a GC available in C++, you need to extend C++ to make it able to do that
01:03.57Shirikwhich they did
01:04.08ShirikCide: No, I'm just saying that C# doesn't have anything on C++
01:04.21ShirikI prefer not to use the GC, but it's there
01:04.27Cideyou're saying C# has a subset of C++'s features
01:04.41Shirikno, I'm saying C++ was extended to match C#'s features
01:04.50Cidehence the above is true
01:05.04Shirikok fair enough
01:05.24Cideif you don't need the features C++ offers that C# doesn't, I don't see why people *CAN'T* use C# if they want to :P
01:05.46Cideor why using C++ would be any better in that case
01:06.01ShirikI'm just saying C# doesn't really have any "claim to fame" as far as I can tell
01:06.05Shirikand languages without that tend to die off
01:07.02Cide/shrug
01:07.03ShirikExample: Java is cross-platform and perfect for web or portable applications. C is great for low level realtime systems. Perl is great for being able to write decent programs in two lines of only non-alphanumeric characters.
01:07.09ReAnsyntax wise, im a much larger fan of C#'s class syntax, only one file, not the .h and .cpp, less confusing that way, and YES I KNOW WHY THERE IS .h and .cpp in C++
01:07.13Cidepython is great for everything
01:07.16Cidemaybe not a kernel
01:07.19kd3wahahaha... a reckoning bomb
01:07.19Cidebut everything else
01:07.21Cideoh
01:07.23Cideimport kernel
01:07.25Cidenevermind
01:07.59*** join/#wowuidev Diskmaster (n=YOURFACE@cpe-76-85-147-197.neb.res.rr.com)
01:08.14ShirikI started thinking about writing a kernel in spare time
01:08.19ReAnwell, for what it's worth
01:08.19Shirikjust to see what it's like
01:08.23Shiriknot like it would be any good
01:08.34ReAnim going to the same university James Gosling went to, in the same program
01:08.40ReAnso they're very bug java thumpers here
01:08.41ReAnHUGE
01:08.46ReAninsanity huge
01:08.50ShirikI teach a Java class
01:08.53ShirikI still hate it :P
01:08.54ReAnin fact
01:09.01ReAnwe do extremely little C++ here
01:09.06ShirikWe do no C++ here, it's sad
01:09.07ReAnwhich makes me die a little inside
01:09.12*** join/#wowuidev Diskmaster (n=YOURFACE@76.85.147.197)
01:09.14ShirikAnd like... 2 classes in C
01:09.15Shirikbut whatever
01:09.19ReAnlol
01:09.28ReAnit's just assumed we know C++
01:09.41ReAnoccasionally we have to do a project that prettymuch has to be done in c++
01:09.43ReAnor rather
01:09.44ReAnno java
01:09.52ShirikIt's interesting, the first class you learn C is in EGR115: Problem Solving in C for Engineers
01:09.52ReAnwhich leaves C++ basically
01:10.04ShirikThe next class you use C in is CS460: Realtime Systems
01:10.08Shirikthat's one hell of a jump
01:10.20ReAnCPSC 215 is the first C course here
01:10.32ReAnthat's a course for non-CPSC majors
01:10.48ReAnCPSC 231 is python (used to be pascal) and is the first computer science course here
01:10.56ReAn233 is java
01:11.00ShirikI need to convince the school to teach Lua
01:11.08ReAn331, 333, 335, are all java
01:11.09*** join/#wowuidev Syzgyn (i=Syzgyn@68-190-34-136.dhcp.gwnt.ga.charter.com)
01:11.12ReAn355 is assembly
01:11.16ReAn(SPARC)
01:11.20ReAnwhich is useless
01:11.24Shirikew
01:11.30ReAnTHEY DONT EVEN TEACH x86 here
01:11.35ReAn*sigh*
01:11.40ShirikWell we don't either. I don't find x86 particularly useful to teach
01:11.44ShirikAnd it's INCREDIBLY complex
01:11.47Shirikcompared to other languages
01:11.47ReAnwell
01:11.50ReAni suppose
01:11.53NightHawkTheSanei think my college has since moved to java.. i think they still have some courses that do c/asm
01:11.55Shiriks/languages/architectures/
01:11.56ReAnSPARC is at least an easy assembly
01:12.20ShirikFor example, most would assume something like "MOV 100h, 4" would be legal
01:12.26Shirik4 -> memory location $100
01:12.35ShirikIt's valid on several microcontrollers
01:12.44Shiriknot PIC though, but that makes sense really
01:12.52Shiriktheir instruction words are too short
01:13.16Shirikby far the coolest architecture I've ever coded for
01:13.25ShirikTI's DSPs
01:13.39ReAnwe had a really cool course in 3rd year
01:13.45Shiriksince every line is not just one instruction but actually 8
01:13.54Shiriksince you have to control all 8 cores
01:13.56ReAnwe used SPARC asm and C to write a controller for a custom piece of hardware
01:14.00ReAnand played music over it
01:14.02ReAn::D
01:14.03ReAn:D*
01:14.51Shirikp.s. Cide
01:14.51ReAnprolly one of my more enjoyable classes
01:14.51ShirikI would love to see you code a kernel in python
01:14.52Cideme too
01:14.58ShirikI'd even write the interpreter for you to do it
01:15.03ReAni never did learn python
01:15.09Shiriksince it would have to run out of the OS
01:15.11ReAni really should
01:15.21Cidejust type some pseudocode
01:15.23Cideit'll execute
01:16.07ReAnanyway...
01:16.09ReAnback to VBA
01:16.11ReAn*shudder*
01:16.17ReAn*shudder*
01:16.20ReAn*pukes*
01:16.23Shirikhaha
01:16.25Shirikomg
01:16.35ReAni guess i just have to keep thinking of the $6000 paycheck in a couple weeks
01:16.38ShirikI had a presentation from NI today on one of their realtime targets
01:16.47Shirikthey were doing really well until they had this one screen up
01:16.51Shirikat the top was "Option Explicit"
01:16.55Shirikafter that I refused to read any more
01:17.07acetarlol
01:17.41Shiriklater on I found out it was just for one of the GUIs that was showing us how it worked
01:17.47Shiriknot the actual device
01:17.58batrickholy fucking shit
01:18.06batrickpolarina said something on lua-l that actually made sense
01:18.10ShirikI know!
01:18.11ShirikI saw that
01:18.21ReAnwho's polarina
01:18.25ReAnand what's lua-l?
01:18.29batricki dont know what to say
01:18.31batrick!g lua-l
01:18.31batbotbatrick: lua-l archive <http://lua-users.org/lists/lua-l/>
01:18.45NightHawkTheSanelua mailing list i assume :p
01:21.20*** join/#wowuidev quoin (n=quoin@219-90-171-112.ip.adam.com.au)
01:23.04*** join/#wowuidev danshrugged (n=dan5981@cpe-76-170-208-13.socal.res.rr.com)
01:23.08*** part/#wowuidev danshrugged (n=dan5981@cpe-76-170-208-13.socal.res.rr.com)
01:23.18*** join/#wowuidev Ycarene (n=Ycarene@24-116-56-41.cpe.cableone.net)
01:23.20Temnot possible, bat
01:23.26Temnot even close to possible
01:23.31batrickhmm?
01:25.14*** join/#wowuidev hqpWRz1 (n=hhBBvPMK@12.125.7.162)
01:25.15*** join/#wowuidev agLZG2IHTEZqZ (n=XZQCq@125.17.12.250)
01:25.15*** join/#wowuidev Um2YUY (n=Ms@124.30.51.170)
01:25.15*** join/#wowuidev Q2z (n=nqwYq@125.19.0.18)
01:25.15*** join/#wowuidev ojtQ006UAnPEd (n=bHhfCQKS@host26.155.212.20.conversent.net)
01:25.15*** join/#wowuidev bl (n=xy8pZs7w@125.19.48.10)
01:25.15*** join/#wowuidev kKG8frh4cPb (n=Qayxl7rv@125.19.48.162)
01:25.15*** join/#wowuidev JX8twgDLBg3 (n=tTbW@124.30.54.98)
01:25.17*** join/#wowuidev RSNTQwY8m7bw (n=OSeMaVV8@140.112.0.90)
01:25.17*** join/#wowuidev kd2U9PZzse (n=ZY8vEWD@149.230.241.158)
01:25.17*** join/#wowuidev ctQuLTOD (n=MgpuTAB3@125.18.0.142)
01:25.17*** join/#wowuidev yyapuxlmsr (n=anPvQlLC@148.240.247.110)
01:25.17*** join/#wowuidev eQpttvc (n=b2xDeJSz@125.21.16.78)
01:25.17*** join/#wowuidev XVLs4k5 (n=szS@157.130.46.6)
01:25.17*** join/#wowuidev v1o6uAY (n=ZTw@140.112.0.109)
01:25.18*** join/#wowuidev ph92 (n=u8v@140.112.0.117)
01:25.18*** join/#wowuidev VA3sSAqrtb1V (n=J7osVls@140.112.1.161)
01:25.18*** join/#wowuidev dKg3Hrnd1MzUZ (n=Xe0iaYOu@125.212.84.102)
01:25.19*** join/#wowuidev UnBo (n=fBAFas@140.112.23.136)
01:25.19*** join/#wowuidev TNfwBpyIMdV (n=a6ocklCX@140.112.98.252)
01:25.19*** join/#wowuidev ZwEgOQ (n=hut7a@psy213.psy.ntu.edu.tw)
01:25.20*** join/#wowuidev QLAmRh5A894 (n=zSSR@192.72.40.194)
01:25.20*** join/#wowuidev ZU (n=nOe@140.116.86.252)
01:25.20*** mode/#WoWUIDev [+r] by Shirik
01:25.23Shirikhrm
01:25.24ReAnNETSPLIT
01:25.24batrick...
01:25.26ReAn:D
01:25.27ScytheBlade1Ha
01:25.27batrickhelp!
01:25.30ShirikI still need to work on that :/
01:25.34ScytheBlade1I saw a few be k-lined
01:25.35batrickthat's no netsplit
01:25.36ReAnon what?
01:25.37batrickit's a space station
01:25.41kd3that's not a netsplit
01:25.42Shirikhowever, I did find something interesting
01:25.50ReAntrue
01:25.51Corrodiaswell done, batrick
01:25.55ReAnyou're right kd3
01:25.58ScytheBlade1Shirik: just auto rate limit joins. More than 10 in 4 seconds, call it good
01:25.58TekkubI know I'm an asshole, but just put up +r and leave it like that
01:25.59*** mode/#WoWUIDev [+b *!*@cpe-76-170-208-13.socal.res.rr.com] by Shirik
01:26.01batrickbows*
01:26.08Tekkubor +R, whichever is the one that gives the user an error
01:26.13|pez|god I hate commercials.
01:26.28ShirikI did that ScytheBlade1
01:26.33ShirikBut, I know the real solution now
01:26.35ScytheBlade1Apparently not well! ;)
01:26.37ShirikI don't know why I didn't do this sooner
01:27.20bleeteri do
01:27.31bleeter~failrik
01:27.32purlFAIL, Shirik, FAIL!
01:27.40*** mode/#WoWUIDev [+J 2,5] by Shirik
01:28.03Tekkub+J?
01:28.11Tekkubhow will Jelly save us?
01:28.11Gnarfozrate limited joins
01:28.27Shirikactually now that I think about it that may not work
01:28.30Gnarfozyay obscure chanmodes
01:29.04TekkubI'll say it again, just put up +r and leave it up
01:29.27ShirikI'm curious who this guy is that I banned, though
01:29.48widgertickOh no
01:30.02widgertickShirik is curious. That never ends quietly.
01:30.07ShirikI have to tank though :(
01:31.23|Jelly|Jelly wont save us. Jelly will get a drink, lite a cigar and wait for armageddon completely trashed.
01:32.57CideShirik: told you they use nickchange now :P
01:33.28Corrodiasthere's the possibility of having a bot that adjusts the maximum number of users every few seconds
01:33.28CideShirik: I'm guessing that guy whose name started on B
01:33.30Cideerr D*
01:36.13Corrodiasmy little kitty boy is so cuddly
01:36.18NightHawkTheSaneI like Jelly's way of thinking
01:47.44ShirikCorrodias: I've seen that before
01:47.54Shirikwas a feature of chanserv on another network I used to frequent
01:49.14ReAnman
01:49.26ReAni wish VBA had better error handling
01:49.34ReAnOn Error Goto is so ..... dirty
01:50.14Corrodiasbrilliance: have all errors GOTO a universal error handler function which then does different things depending on where it came from
01:50.16Corrodiasmuahahahaha
01:51.06*** join/#wowuidev kd3|hate`net (n=kd3@wikia/kaydeethree)
01:51.23Corrodiasno laughs, i see. just so nobody thinks i was serious, that was a joke.
01:51.36kd3sigh
01:51.46kd3so apparently the cat's found a new place to sit... where I'm putting the dsl modem
01:51.55ScytheBlade1lol
01:53.54kd3I don't know how the hell it knocked it off the desk, but somehow the modem landed on the side with the on/off button
01:54.27ScytheBlade1rofl
01:54.33ScytheBlade1Your cat is a winner
01:54.43Corrodiasmy only cat+computer trouble so far has been when they zip through the area behind them and yank on cords
01:54.58Corrodiaspulling them out or, in one case, breaking a usb jack :
01:55.15Arrowmasteri knew somebody that had a cat that would sleep ontop of his CRT
01:55.35ThraeMy cat does not believe me when I tell her my keyboard drawer is not a place to step or sit.
01:55.37Arrowmastersometimes it would fall off in its sleep onto his keyboard
01:56.01Corrodiashahah
01:56.32acetarmy damn cat bites my feet if i ignore it while i'm on the computer-.-
01:56.37acetaronly time it bites too
01:59.35*** join/#wowuidev Syzgyn (n=no@24-240-17-145.dhcp.gwnt.ga.charter.com)
01:59.55*** join/#wowuidev Quaiche (n=PProvost@WoWUIDev/WAU/Admin/Pprovost)
02:00.08SyzgynI love server crashes on raid nights :D
02:01.48*** join/#wowuidev Matrix110 (i=Matrix11@pD957F323.dip.t-dialin.net)
02:02.09Corrodiaswhen i found myself cheering for when we could NOT raid, i knew something was wrong
02:02.15Syzgynheh
02:05.39SixenWhy's the UI Dinner at 7PM when the Con doesn't end until 10? :(
02:06.27Corrodiasto make you miss some
02:06.32Sixen:(
02:09.26SeerahI haven't seen a schedule - has anyone seen a schedule?
02:11.39JoshBorkeSixen: you gotta eat, no matter who you think you are.  you gotta eat
02:11.57SixenHehe.
02:20.22*** join/#wowuidev JoshBorke (n=Josh@WoWUIDev/WoWInterface/LegoBlock/joshborke)
02:23.40molgaris there somewhere i can find addons with the Xml file
02:24.34QuaicheWhat's the best way to check the client version in code? I know I can dig it up but someone here is probably faster. :)
02:24.56*** join/#wowuidev Silvio32 (n=chatzill@84.55.202.17)
02:25.09cbreakhas anyone seen a flying carpet in action?
02:25.16Silvio32hi all
02:25.17AnduinLothari saw someone ona  carpet
02:25.18NightHawkTheSanehttp://www.wowwiki.com/World_of_Warcraft_API
02:25.32AnduinLotharthe tooltip is funny
02:25.44cbreaklocal toc = select(4, GetBuildInfo()); -- version, build, date, toc
02:25.49Shirik....
02:25.51Shirik........................
02:25.51QuaicheThank cbreak
02:25.52*** join/#wowuidev quoin- (n=quoin@219-90-160-86.ip.adam.com.au)
02:25.52AnduinLothar"Don't you dare close your eyes!"
02:25.54Shirik~kill cbreak
02:25.55purlACTION shoots a excited anti-graviton gun at cbreak
02:26.03Shiriklocal _, _, _, toc = GetBuildInfo()
02:26.12cbreak~botpoison
02:26.14purlACTION falls on the floor and becomes stiff, but not before firing a Browning automatic into cbreak, and hitting Mikk twice by mistake
02:27.30Silvio32can somebody help me ? im beginning to wow-addons creation with Dan Gilbert and James Whitehead II book
02:27.39cbreakyou don't like select Shirik?
02:27.46Shiriknot when it's unnecessary
02:28.03cbreaksays the guy who uses an anti-graviton gun...
02:28.10Shirikthat was totally necessary
02:29.16cbreakI wonder if local toc, toc, toc, toc = GetBuildInfo() would work.
02:29.19Dumandoes pul have an asktoask command? :P
02:29.26Dumans/pul/purl/
02:29.26Shirikit would iirc
02:29.35Duman~asktoask
02:29.38purlThis is IRC. Don't ask to ask a question. Just ask your question and if someone's around, they'll be glad to help.
02:29.41Shirik~factinfo asktoask
02:29.41purlasktoask -- created by Shirik <i=nospam@24.229.63.42.res-cmts.sm.ptd.net> at Wed Jul 18 00:33:40 2007 (439 days); it has been requested 423 times, last by Duman, 4s ago.
02:30.05Shiriklua> function foo() return 1,2,3,4; end local toc, toc, toc, toc = foo(); print(toc);
02:30.05lua_botShirik: 4
02:30.19Shirikbut I think people would be pissed at you for unreadable code :P
02:30.37cbreakwell... _ is only significantly more readable... :)
02:30.51Shirik_ implies "I don't care about this" :P
02:31.08Legorol_ is kind of accepted standard
02:31.17cbreakit reminds me of prolog
02:31.39cbreakI had to interface with a Database in prolog. It was not fun. I don't like that language anymore.
02:31.50LegorolI'm a happy camper. My guild has tried Vashj properly for the first time tonight
02:32.13cbreakgrats. We've tried her for months, never managed to kill her. that was ages ago :/
02:32.13QuaicheAnyone know what GetPlayerBuff() has been replaced with?
02:32.21LegorolWith the expansion coming, the majority feels we should try to kill Vashj and Kael. That'd be awesome.
02:32.24cbreakprobably some unit buff
02:32.41Legorolcbreak: I think with a few nights of wiping, we have a good chance.
02:32.47LegorolWe had some pretty decent tries at phase 2
02:33.02cbreakwe had major problems with core passing and kiting of the striders
02:33.16cbreakbut with all the new badge gear it should be easier
02:33.18Legorolaye, strider is a pain, core seems to be going ok-ish and can only improve
02:33.25Legorolwell we significantly outgear her
02:33.28Legorolwhich is why we are doing her now
02:33.40Legorolwe are hoping the gear will help offset our lack of skill a bit and give a bigger margin of error
02:33.45cbreakI think she's harder than archie
02:34.03Legorolpossibly
02:34.22Legorolfor exmaple, we have 4/5 MH on farm for a few weeks now
02:34.25Legorolthat's our gear level
02:34.31Legorolso it should be about right for Vashj :o)
02:35.10cbreakI've killed archie many times, but I never saw her die :/
02:35.27Legorolwhether or not we manage to kill her doesn't even matter to me
02:35.36Legorolthe mere fact that we gathered our courage to try makes me happy
02:35.57SeerahShirik: so which is faster?  select() or _,_, foo?
02:36.00cbreakwe're trying to get to illidan until the patch
02:36.05cbreakselect is slower most likely
02:36.12Cideyep, definitely
02:36.14cbreakit's a function call, and much more generic
02:36.15Seerahprobably....
02:36.16Cidefunction call
02:36.17Legorolselect is pretty fast though
02:36.20ShirikSeerah: easily the latter
02:36.28Shirikselect is infinitely slower, Legorol
02:36.37Legorolit's a C function and it has some nifty tricks with the stack
02:36.38cbreaknot infinitely :)
02:36.39Shirik(percentage-wise)
02:36.41Shirikno, infinitely
02:36.42Arrowmasterohh i found something nice on ebay, 2U rackmount 12 drive 6TB sata raid system with dual 3.2ghz xeons 6gb of ram
02:36.54cbreakmy code returns in less than a few miliseconds
02:36.56ShirikIf select were free, you would get the same speed
02:37.26cbreakyou get three more assignments
02:37.26Legorolwell i'm not saying select is faster, but i don't think you incur a noticable penalty compared to _,_,_
02:37.26Shirikbecause there is no such thing as a local lookup
02:37.40Legorolcbreak: those assignment cost very little in Lua
02:37.47Legorol*assignments
02:37.49cbreakyes, but they cost something.
02:37.59Legorolthey will probably still be faster than a function call
02:38.00Cide>>> local clock, t0, _, _, t = os.clock; t0 = clock() for i = 1, 1e6 do _, _, t = 1, 2, 3 end return clock()-t0
02:38.01CideCide: 0.691
02:38.03cbreakso select can't be infinitely more costly :)
02:38.26Cide>>> local clock, select, t0, _, _, t = os.clock, select; t0 = clock() for i = 1, 1e6 do t = select(3, 1, 2, 3) end return clock()-t0
02:38.43Cideuh
02:38.46Shirikcbreak: Infinitely more
02:38.49LegorolCide: what you just did is so scientifically unsound it's not even funny :P
02:38.51ShirikBecause you still get the assignment
02:38.57CideLegorol: why?
02:39.00Cidejust run it a few times
02:39.01cbreakyes, but only one compared to the four you use
02:39.04Cideget min and max bounds
02:39.05Shirikno
02:39.06Shirikyou're wrong
02:39.11Legorolyou are trying to benchmark by running code on a machine with varying load
02:39.17Shirikthat's not how it works
02:39.17Legoroland you do so by running test 1 first then test 2
02:39.22Legorolyou have no error bounds on your results
02:39.25Cideread
02:39.26Cideagain
02:39.29Cide<Cide> just run it a few times
02:39.31ShirikIn fact
02:39.31Cide<Cide> get min and max bounds
02:39.40ShirikTrying to do more assignments would be cheaper
02:39.47Shirikbecause it's not more assignments, it's less truncation
02:40.08Shirikwhen you do "local x,y,z = ..." it's nothing more than just leaving things on the stack
02:40.55Shirikthe assignments literally cost nothing
02:41.05LegorolCide: that's much better
02:41.09ShirikHowever, I'm totally with Legorol, it's totally negligable except if you have multiple loops over it
02:41.13CideI said that before you even mentioned anything :P
02:41.26Shirikhowever, I don't ask "Why" I ask "Why not"
02:41.36Shirikif it were something with 10 parameters I could understand
02:41.38Shirik4 is nothing
02:41.44Cideexcept if you have like 1e6 iterations of it
02:41.59LegorolCide: idd, i've assumed you are trying to demonstrate the difference with the two tests in-channel. My bad, assumptions are the mother of all fuckups.
02:42.28cbreakI am quite sure you can do either without much penalty in performance
02:43.12ShirikI never said anything about performance being the reason to do this, actually. I only stated that performance was there
02:43.34LegorolI personally prefer _,_,_,t
02:43.37ShirikMy reason for doing it is that people see this and they say "Oh, that's how I pull out the fourth parameter!" and then end up using it in a hotspot and having real issues, or something of the like
02:43.39LegorolI find it more readable than select
02:43.56ShirikAnd that they don't even know how to capture 2 at once
02:43.57ShirikOR WORSE
02:44.06cbreakI like select more because it says what the purpose is
02:44.06Shirikpeople that think this returns 4:
02:44.24Shiriklua> function foo() return 1,2,3,4,5; end; return select(4, foo())
02:44.24lua_botShirik: 4, 5
02:44.47Shirikthat can be a pretty big issue sometimes
02:44.48cbreakthey didn't read the docs on select then :)
02:44.49*** join/#wowuidev Mike-N-Go (n=MikeNGoS@michaelg20.goshen.edu)
02:44.53LegorolShirik: the absolute worst is: a = select(4, foo()); b = select(5,foo())
02:44.56Mike-N-GoHello!
02:44.58CideI don't think using select() over _, _, [...,], foo = a, b, ..., n has ever lead to any performance issues :P
02:45.57Mike-N-GoFor some reason, my client has me in a room called #wowuidev-overflow.
02:45.58Shiriklua> for x = 1,5000000 do select(1, nil) end
02:45.59LegorolI'd go with what feels more readable and stylistic
02:45.59lua_botShirik: No output
02:46.03Shiriklua> for x = 1,10000000 do select(1, nil) end
02:46.05lua_botShirik: No output
02:46.09Shiriklua> for x = 1,20000000 do select(1, nil) end
02:46.12lua_botShirik: No output
02:46.15Shiriklua> for x = 1,30000000 do select(1, nil) end
02:46.19lua_botShirik: No output
02:46.21Shirikwtf
02:46.23Shirikwhat kind of timer it has
02:46.31cbreaklua> function foo() return 1,2,3,4,5; end; return (select(4, foo()))
02:46.31lua_botcbreak: 4
02:46.32Cidelua> while true end
02:46.33lua_botCide: luabot:1: 'do' expected near 'end'
02:46.37Cidelua> while true do end
02:46.43lua_botCide: Your code exceeded set CPU limits
02:46.50Cidetimestamp difference?
02:47.02SeerahMike-N-Go: iirc, that's where you get redirected if your nick is not registered and we have +R on - correct me if I'm wrong, Shirik
02:47.14Mike-N-GoWhat is +R?
02:47.20Seerahregistered only
02:47.26Seerahfor when the spammers hit
02:47.39cbreakthere have been join/leave spamm attacks
02:47.55Seerah"drive by spammers"
02:47.58ShirikMike-N-Go: When we were +rf
02:48.01Mike-N-GoAhh, so a redirect for people who do not appear to have a registered nick.
02:48.04Shirikyou will either go there or #shiibot
02:48.06Shirikdepending on who set it
02:48.37Mike-N-GoWhat are these conditions called? IE +R?
02:48.44Seerahthey're channel permissions
02:49.06ScytheBlade1technically modes
02:49.21Arrowmasterits +r for not being able to join unless registered, and +R for not being able to talk in the channel unless registered
02:49.30Shirik+f is forward on uninvited
02:49.32cbreakI don't remember such modes when I read the IRC manual ages ago
02:49.44Arrowmasterthey arent in the standards
02:49.47Cidewhy use f?
02:49.52CiderR should cover all cases?
02:49.57Arrowmasterthey do
02:50.02ShirikFreenode has requested it several times to help them find what are the bots
02:50.05Arrowmasterbut without the +f they just get an error
02:50.06Cideah
02:50.30Cideit was prolly that guy you banned
02:50.36ShirikI think it was
02:50.39ArrowmasterShirik: you should get shiibot in #wowace
02:50.41Cidewho was like "I've been dealing with computer security for 15 years!!"
02:50.50ShirikHe said that?
02:50.53Shirikoh
02:50.54Shirikhim!
02:50.54Cidethe guy who acted like it
02:50.55Shirikhaha
02:51.04ShirikIt was only a temp ban...
02:51.07ShirikI let it up after a day
02:51.12cbreakdoes this channel have a log? :)
02:51.14Cideyou were supposed to :P
02:51.16Shirik~logs
02:51.18purlAll conversations are logged to http://ibot.rikers.org/channel, where "channel" is replaced by the URL-encoded channel name, such as %23freenode for #freenode. Lines starting with spaces are not logged.
02:51.18Cideit took like a week
02:51.19Shirikoh yeah
02:51.21Shirikoops ^_^
02:51.27Seerahhehe
02:51.36ShirikBut no I saw something unusual before that spam occurred
02:52.45Mike-N-GoAhh, I now know what they are called. yay google: http://www.alien.net.au/irc/chanmodes.html
02:53.14Arrowmasterthose modes are not part of the IRC standards
02:53.32Arrowmasterthey can be for completely different things on different networks
02:53.52Mike-N-GoOh? Do you know where this is documented for freenode servers?
02:54.09CideI would try www.google.com/search?q=freenod
02:54.11CideI would try www.google.com/search?q=freenode
02:54.27Mike-N-GoBam. http://freenode.net/using_the_network.shtml.
02:54.58Arrowmasterwas about to paste that exact link
02:55.36*** join/#wowuidev Shirik|zZz (n=skullsho@conspiracy/developer/Shirik)
02:55.36*** mode/#WoWUIDev [+o Shirik|zZz] by ChanServ
02:55.47ArrowmasterShirik: how about setting +J
02:56.20Shirik|zZzArrowmaster: Check the modes :)
02:56.33Arrowmasterah now i see it
02:56.49ShirikI think that will just slow the spam, though, not stop it
02:57.03Shirikp.s. yay for me tripping over the power cord of my router
02:57.20ShirikUm, Cide / ScytheBlade1 you guys are welcome to review my join/part module
02:57.23Shirikor anyone else for that matter
02:57.29ShirikI can't see why it's not picking this stuff up
02:57.35ScytheBlade1Sure, pastey?
02:57.36Cidepaste
02:57.45CideI can tell you right now
02:57.50Cideyou forgot to call registerAnalyzer
02:57.54Shirikno
02:57.57Shirikbecause the debug output comes
02:57.58Cideyes
02:58.02CideI was mocking you
02:58.04Shirik:/
02:58.20Cidejoin the bot chan and paste there
02:58.30*** join/#wowuidev Corrodias (i=no@adsl-75-17-196-27.dsl.euclwi.sbcglobal.net)
02:58.38Shiriksec I never actually committed that code
02:58.42Shirikso now I have to log into my server :/
02:58.47ScytheBlade1lol
03:00.56YssarilShirik: could +s help then they couldnt get the name from the channel lists
03:01.10ShirikThis person is specifically targetting this and a few other channels
03:01.19Yssarilic
03:01.53ArrowmasterWoW related channels
03:03.33TekkubI know I'm an asshole and all, but just leave +r on :P
03:04.00Arrowmasteri do think +f should be left on permently
03:04.10Shirik+r?
03:04.26Shirikleaving +f doesn't do much by itself :)
03:04.42Tekkubyes, +r :P
03:04.54Arrowmastersend it to wowuidev-overflow and setup that channel as +m and give it a good topic and a chanserv join message explaining things
03:05.13ArrowmasterShirik: i know but that way people are always sent to the same channel
03:05.14ShirikAnd I know I'm stubborn, Tekkub, but there's two things I don't like: (1) 'admitting defeat', and (2) sending away potential users (most notably the cosmos guys)
03:05.29Arrowmasterno different channels depending on who set it
03:05.36ShirikWell that wasn't intentional
03:05.36Tekkubadmitting defeat?
03:05.44TekkubI'd call it claiming victory
03:06.02ShirikIf he forces us to restrict our audience, I'd call that a defeat
03:06.46Tekkubsee you're just being all "half empty" about it
03:06.58Corrodiaswhat the heck is +f again?
03:07.05Tekkub+fuckoff
03:07.11Corrodiasi like that, but what does it do?
03:07.14Cairenn|afkforward
03:07.23Arrowmasterforwards to a different channel if they arent allowed to join instead of giving an error message
03:07.32Corrodiasfascinating
03:08.36Tekkubeh oh, roaster garlic triscuits are comeing back for round two
03:08.41Tekkubdamnit
03:08.52Corrodiashm? i love those
03:11.01Tekkubyes well, they don't burp nicely
03:11.56ShirikCide wins
03:11.59Cide~failrik
03:12.09purlFAIL, Shirik, FAIL!
03:12.21Tekkubsee now THAT is admitting defeat
03:12.30Shirikwell I did kinda fail
03:12.38Temyarg!
03:12.39Shirikit's like making a while loop and forgetting to increment your counter
03:12.41Tem1% wipe on Kalecgos
03:12.44Shirikexcept not so CPU-intensive
03:12.56Cidelike computing a time delta but not updating the time it was last updated
03:13.01Cideif that makes sense
03:13.04Shirikwell that's literally what it was :/
03:13.10CideI know
03:13.14CideI'm just mocking you some more
03:13.26*** join/#wowuidev Tand (n=bent@adsl-074-244-236-111.sip.bhm.bellsouth.net)
03:16.32Shirik!reload
03:16.32ShiibotAI routines & configuration reloaded
03:16.32*** join/#wowuidev WobWork (n=Wobin@203-206-178-228.perm.iinet.net.au)
03:16.32Corrodias!unreload
03:16.32Tekkub!lockandload
03:16.32cbreak!globalthermonuclearwar
03:16.32Tekkub!reloadui
03:16.33AnduinLothar!wtfareyouguystalkingabout
03:16.33ScytheBlade1!failrik
03:16.33Tekkub!nothing
03:16.40AnduinLothar!thisisdumb
03:17.02Tekkub!noyou
03:17.03Tandanyone know of a good bag addon that puts it all in one big ol' bag?
03:17.12Corrodiasi liked... TBag
03:17.13Tand...should i have put a ! before that with no spaces?
03:18.23Shirik!quit
03:18.38*** join/#wowuidev Shiibot (n=Shiibot@li23-154.members.linode.com)
03:18.38*** mode/#WoWUIDev [+o Shiibot] by ChanServ
03:19.24AnduinLotharbaggins ftw
03:19.30AnduinLotharsort that shit
03:19.37Tekkubbleh... what to do
03:19.44Corrodiasi lived and died by TBag
03:19.50Corrodiasi shall fight you to the end, AL
03:20.02Tekkubedit new TG guides... make a web-based TG display on tekkub.net... just play with myself all night
03:20.10Corrodiaswith your nonidentical preferences
03:23.07Tekkubdot dot dot
03:23.17molgaranyone know if ther is an internet site where i can DL the mods with XML file
03:23.23TekkubI just got called "gorgeous" (sp)
03:23.30Corrodiasfools in love, they think they're heroes cause they get to feel more pain
03:23.35Tekkubthis is why I avoid the flamers
03:23.36Corrodias*musics*
03:24.23Shirik!reload
03:24.27Shirikoop
03:24.34Tekkub!dontcomeback
03:24.47Shirikhey it worked
03:24.47AnduinLotharhttp://www.karlkfi.com/WoW/Baggins_BankAndBags.jpg  you knwo you liek it
03:25.03Tekkubsee, all the time you're wasting on this really seems like the spammer is winning to me
03:25.07*** join/#wowuidev Shiibot (n=Shiibot@li23-154.members.linode.com)
03:25.07*** mode/#WoWUIDev [+o Shiibot] by ChanServ
03:25.08Shirikpsh
03:25.11ShirikI'm having fun at least
03:25.19Shirikand he doesn't appear to be able to send messages anymore
03:25.19Tekkublies
03:25.32kd3oh damn. how did I miss this? spacex finally hit orbit
03:25.44TekkubI need to get TekBot working since CIA is going to crap
03:25.55Shirikit is?
03:26.02Tekkubyes
03:26.09Arrowmasterhow?
03:26.36Tekkubit's gone offline quite a lot lately, dongle's bot is missing, ace's was missing for a while
03:26.39*** join/#wowuidev Shiibot (n=Shiibot@li23-154.members.linode.com)
03:26.39*** mode/#WoWUIDev [+o Shiibot] by ChanServ
03:26.39Tekkubthe usual crap
03:26.43Shirikyuvk
03:26.44Shirikyuck
03:26.53Arrowmasterthe ace one is usually because of the channel being +r
03:27.17Tekkubhrm....
03:27.23Shirikowwwww
03:27.25Shirikbig mosquito bite
03:27.57Tekkubthere a way to make an exception to the +r?
03:28.06Arrowmastermaybe
03:28.20Arrowmastermaybe +l
03:28.21Arrowmasterdont know
03:28.34Shirik+I might work
03:28.39Arrowmasteror +e
03:28.53Shirik+e is for actual bans
03:29.01Corrodiasit might work for other things too, who knows
03:29.19Shiriknot according to documentation :P It says the only modes it works against are +b, +q, and +d
03:29.29Corrodiasfuck the documentation, FULL SPEED AHEAD!
03:29.38Shirik~lick Corrodias
03:29.48purlACTION licks Corrodias *SHLUUURRRRPPP*
03:29.48Shirikwhat, no lick?
03:29.56Shirikthere we go
03:30.02Corrodiashesitation... but overall satisfying
03:30.04Arrowmasteri only have channel access to channels on a network that doesnt use the exemption modes
03:30.18Arrowmasterso ive never used them much
03:31.20Arrowmasterused to be network staff on gamesurge and i know the board of directors and other staff perty well
03:32.16ReAnwow
03:32.29ReAni rock
03:32.32ReAni managed to crash explorer.exe by saving my MS Access database >_>
03:32.40ReAn*facepalm @ m$*
03:32.46Shirikmy error is better
03:32.51ReAnorly?
03:32.56ReAnthis is a cyclic crash
03:32.59Tekkubnope, +I doesn't seem to get around +r
03:33.00ReAnevery time it starts up
03:33.05ReAnit crashes again
03:33.15ShirikBy far the coolest message I ever got: http://images.gammatester.com/pics/4ba4b14cebd00e336d51ebffb2aa5ffb.PNG
03:33.42ReAnhehe
03:33.43ReAnDEP
03:33.53Tekkub+e worked, kickass
03:33.59ReAni wonder if anyone's made a XP theme for Vista
03:34.01ShirikFail @ documentation
03:34.01ReAncuz frankly
03:34.04ReAnaero is phail
03:34.09Shirikaero is awesome
03:34.13ReAnand Win2k theme is crapola
03:34.20ReAnaero is SLOW
03:34.25ReAnunless you have a monolith
03:34.26Shirikno your computer is slow
03:34.40Shirikmy laptop handles it with no problems whatsoever
03:34.48Corrodiasboth
03:34.50Shirikmy laptop also has 4GB ram and a core 2 mobile
03:34.51Shirikbut still
03:34.57Shirikand 2 hard drives in raid
03:35.01Corrodiasnot only is the computer slow, but the style is a foolish waste of resources
03:35.06ReAnAMD X2 4000+, 2gb ram, GeForce 7600 256mb should be able to run a fucking operating system
03:35.47ReAnaero runs "fine-ish" but i noticed a huge speed increase overall when i turned it off
03:36.00ReAnno momentary pauses between doing anything, etc...
03:36.09Tekkubokey, for reference... +i and +e are needed to allow someone past +r
03:36.16Tekkub*+I
03:36.28Shirikboth?
03:36.29Arrowmasterboth?
03:36.33Tekkubseems like it
03:36.36Shirikthat seems odd
03:47.18*** join/#wowuidev Reflekxi0n (i=Reflexiv@96-25-114-52.vis.clearwire-dns.net)
03:47.45Shirikclearwire eh?
03:47.53ShirikI never actually tried that, been curious about it though
03:48.25Reflekxi0nShirik: I wouldn't recommend it
03:48.29Shirikthat bad?
03:48.49Reflekxi0nIt's not really bad, but not good either.. it was a last resort situation.
03:49.33Reflekxi0nI'm having problems with my 2mbps connection, showing up as 4-4.5mbps through broadband speed tests, but at the same time it seem's like I'm not even getting 2mbps.
03:49.53Shirikwhy do you say that?
03:50.23Reflekxi0nBut, Outside of that.. even a hour over your due date, you lose connection, and it takes you to the clearwire page and you have to go through a few steps to continue using it, only to do it again 24 hours later
03:50.41Reflekxi0nand randomly drops signal or connection.. it's nothing stable.
03:50.57ShirikWell it's somewhat new
03:51.06Shirikit would be awesome if some day that were worldwide (and stable)
03:51.10Shirikgoogle could do it!
03:51.18ShirikThey're making open source cell phones or something right?
03:51.19Reflekxi0nYeah, they need to fix it up some.. but they are getting up there
03:51.52Reflekxi0nwell.. the mail service from ClearWire, was just partnered up with google, and now it's Clearwire Mail powered by Google
03:52.04Shirikinteresting
03:52.21Reflekxi0nWent from like 60mb to 2gb or whatever, not sure because I don't use it.
03:53.00Reflekxi0nI'm not sure about cell phones, I know they offer right now the broadband connection, the wireless card you put in your laptop like verizon has, and I think that's about it
03:53.28Corrodiasclearwire... broadband wireless?
03:54.06Reflekxi0nSry, it's the home internet, wireless internet, and internet phone or whatever you call it.
03:54.37Corrodiasuh... but is it broadband wireless?
03:54.44Corrodiaswireless broadband, whatever
03:54.51Dumaneffign world server
03:55.00Reflekxi0nIt's sort of all wireless in a way, because what it is.. it's a modem but it just plugs into electricity and to your computer, it pulls it's connection in by whatever signal.. so you can take it wherever you want, it's not a thing that only works in 1 location
03:55.28Corrodiasby "whatever signal", so you're not sure what technology it uses?
03:56.00Corrodiasi -think- broadband wireless requires a dish
03:56.18Tekkubthere's fixed wireless
03:56.20Reflekxi0nCorrodias: no, and don't really care much to look into it, i have it as a last resort thing because at my old house I was trying to get cable, and they couldn't do it because of the location of the house, an that they'd have to run cable lines over the electricity lines to get to it
03:56.39Corrodiassilly cable people
03:56.54Reflekxi0nonly for me to move down the road 6 months later after making a 2 year contract with clearwire, across the street with a cable pole right in front of my house
03:58.36Reflekxi0nCorrodias: They were just following the regulations, the major issue was that the distance from the house to the actual pole, they have to drop the line like so much per so many feet in distance, an they'd drop it to low that they'd get in trouble for it, like it'd be swinging to the ground low
04:03.58Dumanwhoa, GC was all over the rogue forums tonight
04:04.43*** join/#wowuidev fridgid (n=fridgid@cpe-71-64-9-146.ma.res.rr.com)
04:08.41Corrodiaswhat is GC?
04:09.03kd3she's a class designer
04:09.16ReAnGhostcrawler
04:09.16TekkubGodCat
04:10.40*** join/#wowuidev WobWork (n=Wobin@203-206-178-228.perm.iinet.net.au)
04:14.24Dewinhmm
04:14.44DewinNice API_EasyMenu call with absolutely no documentation and FrameXML never uses it
04:17.06Tekkubyea and it really doesn't do very much of the whole dropdown setup either
04:17.17Tekkubit cuts out like 2 steps of 10
04:17.33DewinI don't quite understand how it all fits together tbh
04:17.39Xinhuansomeone make a wiki guide ;)
04:17.49Tekkubdropdowns are... not fun
04:19.44Corrodiasa wiki guide? :D
04:20.07DewinThe wiki guide wasn't really answering my questions, I'll have to take another look
04:21.08Tekkubhttp://github.com/tekkub/squeenix/tree/master/Config.lua#L78-93
04:21.20Tekkubthat's the "meat" of Squeenix's little 3-option dropdown
04:21.45DewinThat's perfect, I wanted something simple ;)
04:21.57Dewinand you don't use .xml, which the wiki example seems to like too much
04:22.13TekkubI use a tekkonfig factory, but it's just a clone of the dropdown template of blizzy's
04:23.02Tekkubthat's a config dropdown of course, not attaching a menu to some random frame
04:24.08DewinSo I do need to create a dedicated frame just for the menu...
04:24.30Tekkubyea, that's how their crap works
04:26.04NightHawkTheSaneyou know, soloing strath on live as an ele shaman kinda sucks.
04:27.00Tekkubgood to know, I won't level a shaman
04:27.11NightHawkTheSane... what?
04:27.26Tekkubwhy waste my time?
04:28.07NightHawkTheSaneyeah, you're right. my bad.
04:28.37NightHawkTheSanethe minor frustration of soloing an out of date instance with a single spec of a class makes it TOTALLY not worth your time. i have no idea what i was thinking
04:28.55Tekkubsee
04:29.03Tekkubdruids are better
04:29.03Dewinheh... I managed to kill my wife's 70 priest in SM Cath.
04:29.31Tekkublet me guess, didn't clear the cath first?
04:29.33NightHawkTheSanesadly, druids ARE better. >< i'd kill a man for an even moderately useful aoe spel.
04:29.55NightHawkTheSaneTekkub: the irony is it would have been moronically easy as resto. earth shield is stupid good.
04:30.40DewinTekkub: Pull went bad.
04:30.48DewinI was like "We can handle 6, we're both 70" and somehow pulled about 30.
04:31.04Tekkubso you didn't clear the cath first :)
04:31.29Tekkubor was it the groups right inside the door
04:31.42Tekkubthey love to run and grab everyone else if you don't drag em outside
04:31.47Dewinthe latter
04:32.18DewinIt looks to me
04:32.27Dewinlike you don't even need an init function when you call UIDropDownMenu_Initialize
04:32.40Dewinwiki docs only mentions the first 2 arguments, but function UIDropDownMenu_Initialize(frame, initFunction, displayMode, level, menuList)
04:34.26SyzgynDewin: single pulling cath is easy peasy :V
04:34.34DewinSzygyn: I'm aware.
04:34.46DewinI chose to pull a few extra because I figured 2 70s could handle it
04:34.51Dewinin the process, got more extra than I planned on getting
04:34.55Corrodiaswho can't handle the entire cath at once?
04:34.55SyzgynI mean, 1 single pull
04:35.05Corrodiasmaybe squishy people
04:35.06DewinCorrodias: A holy priest ;)
04:35.10Corrodiasthat'd do it
04:35.14Dewinshe died
04:35.33Corrodiasmy feral druid loved that shit, mang
04:36.34Dewin... lol
04:36.36Corrodiasi must go have a walk. bbs.
04:36.42Dewin--Until we get around to making this betterz... local UIDropDownMenu_SecureInfo = {};
04:51.08molgari looked in the WOW UI at questFrame too see how they make a List so they can add and remove lines, and it seems that they use buttons.. however is it possible to tell my edit box to wright to a new button each tipe, or do i need to make a scrolling message frame over or under, and in that case how can i remove the text of the selected..
04:51.32Syzgynmolgar: wait what?
04:52.09molgarhehe, i gonna make a List. where i can select a line and delete it
04:52.30molgarand not whipe the entire list.. just the selected file
04:52.38molgarjust like Questlog is
04:53.14molgarbut when i look in that xml file it seems they use buttons, to be able to select them
04:54.26molgarnoone know anything about this ?
04:55.02*** part/#wowuidev Seerah (n=Ryan_L@adsl-177-44-84.mem.bellsouth.net)
04:55.04molgar!sigh
04:57.00DewinHmm... how the heck does UIDropDownMenu know what thing to add a button to... that's so... weird.
04:57.11Syzgynmolgar: whats wrong with doing it that way?
04:58.53molgarits nothing wrong with it, but my problem is that i duno how i can add buttons, with the name i fire in an EditBOx
05:00.01Syzgynslash command triggering a function that adds to an array
05:00.23WobWorkomg http://www.furutech.com/a2008/product2.asp?prodNo=308
05:01.00Syzgynwtf?
05:01.01WobWorkcause the electricity needs to be CLEAN
05:01.19WobWorkit's scary there's a market for these
05:01.26TekkubI find running mine thru a bucket of bleach works
05:02.11WobWorkCause clearly the last 3 feet or so of cable is where the clean electricity is required
05:02.31molgarslash cmd ? why i need that for ?
05:03.47NightHawkTheSaneWobWork: dude, thats so yesterday.. or the day before
05:05.02WobWorkwell for $1,800 these things keep well
05:05.16NightHawkTheSaneheh, touché, salesman.
05:05.16WobWorkin the "wtf people" stakes
05:05.48WobWorkIt's actually two days ago, yeah
05:05.56WobWorkI'm just going through my Awesomer feed =P
05:06.13Syzgynmolgar: If its your own editbox, you dont
05:06.36NightHawkTheSane... awesomer?
05:06.37molgarit is..
05:06.46molgarthx alot for the help anyway
05:09.17Syzgynso just an onEnter function then
05:09.55SyzgynonEnterPressed*
05:25.30Arrowmasterreminds me of the $500 ethernet cable that from what i could tell was actually worse than a normal one
05:26.14Arrowmastersince it was a sheilded twisted pair cable but the connecters werent sheilded so the sheilding couldnt connect to ground
05:26.55*** join/#wowuidev Dolby (n=Dolby@MMOI/Administrator/Dolby)
05:26.55*** mode/#WoWUIDev [+o Dolby] by ChanServ
05:28.07Corrodiaswow, it's amazing how awesome i feel after a good power walk and a shower
05:28.14Corrodiaswho would like to... towel me?
05:29.06Corrodiasno? well, it's just as well; i already did that
05:30.29Corrodiasthe insulating power of fat is obvious; i was warm, yet my belly and such were quite... chilled
05:35.50Neuro_MedivhCorridias, you'll just have to take matters into your own hands
05:37.26WobWorkhttp://www.kongregate.com/games/Coolio_Niato/light-bot
05:38.15*** join/#wowuidev Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
05:42.09*** join/#wowuidev Aiiane (n=Aiiane@starfire.ST.HMC.Edu)
05:51.59WobWorkthat's a really good programming trainer
05:52.00Dolbylol google rocks   http://i36.tinypic.com/b3sw03.png
05:52.00WobWork187 commands
05:53.05ArrowmasterDolby: i hope thats not a screen shot from your browser..... a "Free Hotmail" bookmark in firefox......
05:53.27Dolbylol no
05:53.30Dolbyfrom digg
05:54.26Dolbyplus I use Konqueror for my browser
05:59.18Corrodiaswithout love, where you you be naaa-na-na-now?
05:59.35*** join/#wowuidev zenzio (n=zenzelez@85.19.77.194)
06:00.58*** join/#wowuidev copystring__ (n=copystri@p548A15DA.dip0.t-ipconnect.de)
06:06.08Dewinbah
06:06.14*** join/#wowuidev smcn (i=smcn@c-67-160-186-84.hsd1.wa.comcast.net)
06:07.10DewinLine 61: PXP.Menu.Resort().    Failing because I'm trying to call undefined indexed "Resort"
06:07.31Dewinline 11 of a different file that's loaded first (at least, it appears first in the TOC):   function PXP.Menu.Resort()
06:10.36zenzio"Thunder Clap -- Increase in threat generation. No target limit." -- I think I just had a mental orgasm
06:11.04nevcairielhehe yeah
06:11.13nevcairielgood bye TC glyph, space for a new one
06:12.55DewinFiles /are/ loaded in the order they appear in in the TOC file, right?
06:13.35nevcairielyes
06:13.44Dewinoh.
06:13.50DewinI initialized PXP.Menu to a table twice
06:13.51Dewinoops
06:14.15Thunder_Child~lart nevcairiel
06:14.15purlreadies the nuke launcher and fires some rounds at nevcairiel
06:14.30nevcairielits not my fault you name yourself like that
06:14.43Thunder_Child~glare nevcairiel
06:14.47purlACTION glares at nevcairiel
06:14.47nevcairielTC is common for Thunder Clap =P
06:14.58Thunder_Childand i get pinged for thunder bluff as well
06:15.02nevcairiellol
06:15.36KirovTC is also common for Idiot
06:15.57Corrodiasbur
06:15.58Thunder_Childno, TC is common for asshole, get it right Kirov
06:16.29KirovOh right
06:18.56DewinFinally got around to disabling all my addons except the bare essentials for testing.  /reloadui is so fast now
06:19.01*** join/#wowuidev Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
06:21.33batrickhaving long compile times is good for the soul imo
06:21.57Endit helps sometimes
06:22.18Endyou have to sit and think while you're waiting
06:22.33EndI generally don't like it though ;-P
06:22.44Thunder_Child*sigh* i was only 7 when the simpsons were first released, i dont know if i feel old or not.
06:24.46nevcairielI was 5, so dont feel that bad =P
06:24.59EndI was...4 or 5
06:25.04EndI think
06:25.11Thunder_Childit's in swason 20 now
06:25.14Thunder_Childseason*
06:25.21End...jesus
06:25.25Thunder_Childya
06:25.33nevcairiel1989 was the premier
06:25.41|Jelly|5
06:26.03EndI was ...3
06:26.05Thunder_Childnot 88?
06:26.36Endno, it's 89, unless you consider when it showed up on the tracy ullman show, which was '87
06:26.40nevcairielaccording
06:26.42nevcairieler
06:26.46nevcairielhttp://www.imdb.com/title/tt0096697/releaseinfo
06:26.53Thunder_Childhow can it be 1989 + 20 = 2008?
06:27.20Thunder_Childoh..89 is #!
06:27.24Thunder_Childs/!/1/
06:27.37Mike-N-GoDid someone change the law of math?
06:28.11Thunder_Childno, just me being stupid
06:28.28Thunder_Childand now i feel old since i seem to be older than the rest of you people
06:29.38Neuro_Medivhshrug, dunno about that... I believe I am older than you
06:29.52Thunder_Childwell you didnt mention your name
06:30.12Thunder_Childs/name/age/
06:30.16nevcairielmeasuring our age by how old we were when simpsons was released
06:30.19Thunder_Childweee, Thunder_Child is losing it
06:30.20Neuro_Medivhah, I'm 37
06:30.34Thunder_Childok, you have me beat by 10 years
06:30.42Neuro_Medivhlol
06:30.54Thunder_Childthough i think iriel beats you
06:30.58Thunder_Childand Cairenn
06:31.06matt1s25 representing
06:31.16AnduinLotharmaking me feel like toddler
06:31.31Thunder_Child~pat AnduinLothar
06:31.31purlACTION pats AnduinLothar and says "Nicely Done!"
06:31.31AnduinLotharoh i forgot, 12
06:31.43Thunder_Childyou are twelve?
06:31.46Neuro_MedivhI believe Cairenn is slightly older than I... I dunno about Iriel, though between you and I, I'm not sure Iriel is entirely human... he's more like a coding machine
06:31.50AnduinLotharno
06:31.59AnduinLotharbut since most wow players act 12
06:32.04AnduinLothari'll just pretend
06:32.17nevcairielYou want to fit in with those?
06:32.32Thunder_ChildNeuro_Medivh, even coding machines age....then they get replaced
06:32.34AnduinLothareveryone wants to fit in.... you got friends?
06:32.40WobWorkIriel is more of a conglomerate of consciously aware subspace time matricies that happens to have an interest in code.
06:32.44Thunder_Childs/replaced/upgraded/
06:38.36DewinAs opposed to, say, a deity?
06:56.48*** join/#wowuidev [SW]Dodge (n=Miranda@p508CA9E9.dip0.t-ipconnect.de)
06:59.16[SW]Dodgeg'morning :D
06:59.24Corrodiasarr
07:01.07Randomhmmm
07:03.42*** join/#wowuidev Zeksie (n=zeksie@cpc2-nott9-0-0-cust211.nott.cable.ntl.com)
07:07.16ccox|sleepand ccox is still older
07:08.24DewinMy menus work.  Yay.  I also found some new tricks, since the wiki documentation is really, really sparse and the FrameXML documentation has some downright errors in it.
07:08.41DewinHowever, when I click an item in my submenu, it dismisses the submenu but not the main menu.  >.>
07:08.50Tekkubmenus........... suck
07:09.01DewinTekkub: It ends up not being nearly as bad as I thought.
07:10.24Dewinhttp://wowuidev.pastey.net/96935
07:11.40DewinAnnoyed that I have to have a globally-named frame just for the menu to work
07:13.41DewinAny idea on how to dismiss the entire contraption when an item is selected?
07:14.14XinhuanCloseDropDownMenus()
07:14.27XinhuanCloseDropDownMenus([level])
07:15.45Xinhuanbtw, you didn't inherit your globally-named frame from any template right? it isn't needed
07:15.58*** join/#wowuidev Tifi (n=Tifi@dslb-088-073-109-239.pools.arcor-ip.net)
07:16.22Dewinits' not?  Okay, I'll take that out then :)
07:16.28Xinhuanyep, its not
07:16.36Dewinneat.
07:16.46Dewinconsidering I don't use the frame for ANYTHING else
07:16.51Xinhuanit does need to be a global
07:16.53DewinI just need a frame with a global name >.>
07:17.22DewinI forget who suggested the name Progression for this addon now so it's going to be hard to give proper credit >.>
07:17.54[SW]Dodgehaha ,D
07:18.05zenzioDewin: was it in this channel?
07:18.07DewinYes
07:18.14XinhuanDewin: http://www.wowace.com/forums/index.php?topic=10892.0
07:18.14Arrowmaster~logs
07:18.15purlAll conversations are logged to http://ibot.rikers.org/channel, where "channel" is replaced by the URL-encoded channel name, such as %23freenode for #freenode. Lines starting with spaces are not logged.
07:18.23Mike-N-GoDewin: Easy, either make up a creditee, or mispell "Progression."
07:18.30Xinhuanthe syntax and stuff might have changed a little for wrath
07:18.45DewinXinhuan: I've fixed most of it now
07:19.03zenziosep. 23 08:12:30 <Neuro_Medivh> call it Progressio
07:19.06zenzio+n
07:19.13DewinAlso I had the fun of discovering that the comments say menuTable when it's really menuList
07:19.20Dewinoh feck that, I'm going torename it to Progressio now :)
07:19.30Xinhuanya, but i'm just saying, there's no need to inherit anything
07:19.38zenziomy copy-paste fell one character short :-p
07:19.43DewinI know now, already pulled it out
07:19.48Xinhuanunless you want a specific dropdownmenu to look like the default ui ones with a selected option shown
07:19.53Xinhuanthen you will inherit
07:20.01Xinhuanif u just want a rightclick menu
07:20.04Xinhuanthen you don't have to
07:20.07DewinIt's not a 'combo box' per say, it's a right click menu
07:20.19Mike-N-GoDewin: Does that mean I get credit now =P?
07:20.29DewinNo.
07:20.46Xinhuanwhat addon is this anyway?
07:20.48DewinXin: sec
07:20.57Dewinhttp://i37.tinypic.com/ir5il3.jpg
07:21.05Dewinshows some capabilities
07:21.14Dewinnotice that it is watching all of those factions, and pet XP, and regular XP, all at the same time
07:21.17Xinhuanlol i see
07:21.25Dewin... I do not expect any serious user to actually have that many shown at once
07:21.28Dewinbut... yeah
07:21.45Dewinthe more interesting parts will be having stuff autohide after being inactive, etc.
07:21.45Mike-N-GoDewin: I would name it "Colorful Standing"
07:21.57DewinLol.  Those are the standard faction colors
07:22.15Dewinthe XP colors I stole from Bongos which I think in turn stole from the default UI
07:22.20Mike-N-GoYah, but it looks colorful because there are diffrent colors.
07:22.21DewinPet XP I made up trying to use a color that wasn't used yet
07:22.31Dewinand tradeskills will be deep blue... once I figure out how to do the tradeskills
07:22.48Dewin(Fortunately, I just have to slap out a new "tradeskill.lua" when I get that far, as it's modular)
07:22.59Dewinhell 20 lines of code coudl add an HP and MP bar >.>
07:23.09Dewinbut that's not the intent
07:23.22Mike-N-Go(Why are we talking in parenthesis?)
07:24.01Dewin(Didn't want to polute the global conversation, have to keep some stuff local)
07:24.21DewinMy next challenge
07:24.26Dewinis going to be figuring out how the hell to do tooltips
07:24.48Dewinwhen I just want it to say "Right-Click to configure, Alt-Click to drag" etc.
07:25.32Dewinanyways
07:25.34DewinI go sleep now.
07:25.50Mike-N-GoDewin: Sec, I want to tell you something.
07:25.54DewinSure.
07:25.59*** join/#wowuidev kd3 (n=kd3@wikia/kaydeethree)
07:26.25Mike-N-GoDewin: An idea, instead of having the max number for rep, you could have a bar with sub-bars that has notches for each tier, with start neutral and max Exalted.
07:26.54Xinhuanyou would need a super long bar then
07:26.59Xinhuanbecause rep starts at Hated
07:26.59Sixenlol
07:27.06*** join/#wowuidev Doow (n=Miranda@intranet.grin.se)
07:27.13Xinhuanyou would need a bar from 0 to 84999
07:27.18Fisker-or you just need little space between notches >:3
07:27.26Xinhuanan 0/3000 neutral is at the 42000 mark
07:27.32Xinhuan84000 is exalted
07:27.35Xinhuanand 84999 is max exalted ;p
07:28.08Mike-N-GoNah, why put Hated on the main part? Only have a bar that shows to where you transition out of hated.
07:28.20Xinhuanwhat if you wanted to farm pirate rep?
07:28.30Xinhuanthat brings your booty bay rep to hated
07:28.35Mike-N-GoThen it would go backward!
07:28.37Xinhuanand then farm BB rep back to neutra?
07:28.49CorrodiasXinhuan: you'd be spending a very, very long time at it
07:28.55Mike-N-GoXinhuan: Have one bar for hated, one for everything else.
07:28.57Xinhuanalready on it
07:29.02DewinMike-N-Go: it's already been a requested feature
07:29.08Dewinand is not going to be in the initial release
07:29.16Xinhuan1 month should be enough from max hated to max exalted ;p
07:29.24Corrodiasi daresay you'd be better served, Xinhuan, by finding another game to play than you would by spending the time to play with the reputations like that
07:29.38Xinhuani had 38 exalted factions last week
07:29.39*** join/#wowuidev nuoHep (n=nuoHep@89.222.156.36)
07:29.43Xinhuannow i have 34 and a pirate hat
07:29.44[SW]Dodgehated is -42k; 0/3000 neutral is 0 and max exalted is 42999 :D
07:29.50DewinMainly because the core bar functionality does /not/ allow that, and I really don't want to fuxx it in.
07:29.51Corrodiaswhen pirate rep starts looking attractive, it MAY be a sign that you should find something else to do
07:29.53[SW]Dodgelol Xinhuan
07:29.58DewinCore functionality only allows for a set amount and a 'bonus' amount >.>
07:30.16Fisker-you could also have 2 bars
07:30.25ArrowmasterXinhuan: lol
07:30.26Fisker-one for hated->neutral and one for neutral->exalted
07:30.29Xinhuanit wasn't even difficult to farm pirate rep
07:30.38Xinhuan6 hours was all it took using /2 to form a 5-man group
07:30.40Arrowmasterare you exalted with bloodsail?
07:30.47Xinhuanno, because its impossible
07:30.52Arrowmasterit is?
07:30.58Xinhuanit caps at 20999/21000
07:31.15Xinhuanalso only 1 mob gives rep from max honored to max revered
07:31.16TekkubYOU FAIL
07:31.20Xinhuani.e you need to kill this mob 21000 times
07:31.26Xinhuanhe is the goblin in badlands
07:31.34Xinhuanwith a respawn timer of 5 min
07:31.38Arrowmasteryou have an allince mage on northrend right?
07:31.47Xinhuanthat's 105000 minutes = 72 days
07:31.52Xinhuanyes arrow
07:31.58Tekkub72 day ain't nuttin for a REAL pirate
07:31.59Arrowmasterport me to darlan
07:32.01Xinhuanif u farm it 8 hours a day on every respawn
07:32.08Xinhuanthat takes 216 days or 7 months
07:32.16Xinhuanonly 1 person in the world has reached 20999/21000
07:32.18Xinhuanhe took 8 months
07:32.42Xinhuanmy mage is lvl 70
07:32.46Arrowmasterboo
07:32.47Xinhuanand only has valiance keep explorerd
07:32.52Xinhuannothing else
07:33.14Arrowmasteri havent logged on beta in forever and the first thing i hear is 'fatality'
07:33.30Xinhuani don't even have bugsack installed
07:33.35Xinhuanjust buggrabber
07:33.36ArrowmasterWTF
07:33.53Arrowmasteri logged in in ebonhold and got killed
07:34.06ArrowmasterWTF
07:34.10ArrowmasterPATCHWORK!!!
07:34.11ArrowmasterWTF
07:34.25Corrodiaspatchwnd?
07:34.28Fisker-old
07:34.30Fisker-and it's werk
07:34.55Arrowmasterbut why the fuck did i get killed after loggin in
07:36.10Arrowmasteroh thats cool, i droped my sword when i was killed
07:36.46Corrodiasyou what? what do you mean?
07:38.08Doowmsg nickserv set
07:38.24Doowoops =)
07:38.27Arrowmasteri was killed and my sword was on the ground by my feet and not in my hands
07:38.47Corrodiasi've never seen an item on the ground in WoW...
07:38.50Dewindidn't go out fighting?
07:39.02Corrodiasor do you mean your model "dropped" the sword, but it's still equipped on you?
07:39.48Fisker-Draenei's drop their weapons when they die i believe
07:39.50Dewinquick, loot him!
07:40.04Dewinthe sword is *right there*
07:41.08Fisker-tomorrow i'll has monitor
07:43.35Arrowmasteryeah i usually dont play draenei but my DK is
07:44.00*** join/#wowuidev pb_ee1 (n=nospam@meilleu015869-2.clients.easynet.fr)
07:44.37Fisker-grinding mag'har rep soothes me >:3
07:52.12*** join/#wowuidev Punkie (i=9266Punk@me.loves.sexypenguins.com)
07:53.20Punkiemorning
07:53.32Corrodiasyo
08:03.53*** join/#wowuidev Srosh (n=Srosh@c222204.adsl.hansenet.de)
08:17.05*** join/#wowuidev leethal (n=augli@kontoret-intern.hardware.no)
08:35.19SyzgynCheck it out: http://i33.tinypic.com/2ry1ve9.jpg
08:36.23nevcairielwhats new?
08:37.46SyzgynYou mean besides the completely different frame layout?
08:38.06nevcairielI didnt memorize the frame layout in beta, sorry =P
08:39.50SyzgynHeres what it normally looks like: http://i36.tinypic.com/f9mwxf.jpg
08:42.12SyzgynOh, people just downed Malygos
08:42.22Neuro_Medivhis that what Magic Seeker means?
08:42.31Syzgyn25 man yea
08:42.45nevcairielwhere do you get a baby shark? o.o
08:42.47Neuro_Medivhthat's horde-side, no? I see DnT
08:43.37SyzgynCorrect
08:43.51SyzgynBaby shark was/is from the wintergrasp pvp vendor
08:43.56SyzgynI assume its there still
08:59.23NightHawkTheSaneSyzgyn: thats a pretty nice change to the pet tab
09:00.34SyzgynDamn you for making my PC beep as I'm about to get in bed
09:01.22SyzgynBut thanks :)  I'm gonna push it on wowi sometime tomorrow.  I'll throw you a link if i remember/you remind me
09:02.10NightHawkTheSanei check wowi pretty often, so ill probably see it, but cool. :)
10:21.21*** join/#wowuidev WobWork (n=Wobin@124-171-24-200.dyn.iinet.net.au)
10:30.51*** join/#wowuidev Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
10:40.48*** join/#wowuidev [dRaCo] (n=drc@p5B22A3C3.dip0.t-ipconnect.de)
11:03.01*** join/#wowuidev Wobin (n=Wobin@124-171-24-200.dyn.iinet.net.au)
11:10.28*** join/#wowuidev sacarasc (i=sacarasc@xmms2/bitch/sacarasc)
11:26.19*** join/#wowuidev Mike-N-Go (n=MikeNGoS@michaelg20.goshen.edu)
11:32.02*** join/#wowuidev Mike-N-Go (n=MikeNGoS@michaelg20.goshen.edu)
12:00.35*** join/#wowuidev kd3 (n=kd3@wikia/kaydeethree)
12:15.43*** join/#wowuidev boshi (n=chris@70.90.28.102)
12:48.58*** join/#wowuidev Lopeppeppy (n=Lopeppep@141.222.30.131)
12:48.58*** mode/#WoWUIDev [+v Lopeppeppy] by ChanServ
12:49.24LopeppeppyMorning, dear.
13:05.29[SW]DodgeCairenn: ping
13:05.38Cairenn[SW]Dodge: pong
13:06.22*** join/#wowuidev Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
13:06.22*** mode/#WoWUIDev [+v Kaelten] by ChanServ
13:07.11[SW]DodgeCairenn: dunno if it is your job to approve wowui uploads, but there are 2 pending for my addon one of them contains an lua.exe and a bat file, they are not dangorous but this zip can be deleted i just uploaded a new zip w/o these files
13:07.29[SW]Dodgeit was a mistake with tortoiseSVN export function :S
13:07.43cbreakyou have executables in your svn? :/
13:08.03Cairennsent you a PM about it - figured it was something like that
13:08.13Cairennapproved
13:08.38[SW]Dodgecbreak: i just have an executable in the directory not on svn, but while exporting from the directory tortoiseSVN also copied the file :)
13:08.56nevcairielthats why you export from the repository, not from another dir
13:10.30[SW]Dodgein future i'll do that :D'
13:10.46*** join/#wowuidev Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
13:10.46*** mode/#WoWUIDev [+v Kaelten] by ChanServ
13:12.16*** join/#wowuidev ulikemysong (n=chatzill@84.55.202.17)
13:12.47ulikemysonghi
13:13.20LopeppeppyMorning.
13:14.36ulikemysongcan someone help me to correct my addon ? its very simple for now i just wanna display a frame but it keeps not working... im quite sure to be almost correct btw
13:14.46haste~asktoask
13:14.47purlThis is IRC. Don't ask to ask a question. Just ask your question and if someone's around, they'll be glad to help.
13:16.11LopeppeppyWe also have a pastey you'll see in the channel topic for sharing your code!  But it's still early for a lot of people.
13:16.18cbreakulikemysong: the answer is "probably yes"
13:16.34ulikemysongok
13:16.45haste~ugt
13:16.46purlugt is probably Universal Greeting Time. Created in #mipslinux, it is a rule that states that whenever somebody enters an IRC channel it is always morning, and it is always late when the person leaves. The local time of any other people in the channel, including the greeter, is irrelevant. http://www.total-knowledge.com/~ilya/mips/ugt.html
13:16.46haste!
13:17.18Josh_Borke~lart haste
13:17.18purlbeats haste over the head with a microkernel
13:17.24ulikemysongfor me its afternoon :P
13:17.30cbreakmicrokernel ftw!
13:17.45hastethat's a bad adjustment
13:17.52hastea microkernel won't do much damage!
13:18.03cbreakit has services to do that for it
13:18.17Josh_Borkeyou guys suck
13:19.26*** join/#wowuidev Anaral (n=formyint@ip68-107-151-223.hr.hr.cox.net)
13:22.07ulikemysongok i pasted my mod
13:22.15ulikemysonghttp://wowuidev.pastey.net/96952-1re4
13:25.15ulikemysongif someone wanna have a look :)
13:31.02*** join/#wowuidev Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
13:31.02*** mode/#WoWUIDev [+v Kaelten] by ChanServ
13:36.16Maldiviaulikemysong: tried Show() ?
13:36.56ulikemysongonload u mean ?
13:37.25ulikemysongwill try
13:37.25Maldiviayeah - or looked at the log file to see if there are any problems reported there
13:38.09Maldiviawhere the log file would be: FrameXML.log
13:38.23ulikemysongok thx
13:56.04*** join/#wowuidev Atriace (n=omnizeta@188.118.189.72.cfl.res.rr.com)
14:05.12*** join/#wowuidev p3lim (n=p3lim@212251215177.customer.cdi.no)
14:15.02*** join/#wowuidev digmouse (n=chatzill@121.229.138.69)
14:15.35*** join/#wowuidev Gaurong (n=chatzill@88-104-23-240.dynamic.dsl.as9105.com)
14:16.42*** join/#wowuidev kagaro (n=kagaro@cpe-065-190-128-061.nc.res.rr.com)
14:18.50*** join/#wowuidev foxlit (n=foxlit@0x573e6bae.alb2nxx18.dynamic.dsl.tele.dk)
14:19.54*** join/#wowuidev ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
14:20.21ShaneSvellerwasn't there a forum sticky somewhere about Dev guids on the beta servers?
14:20.24ShaneSvellerguilds*
14:20.44cbreakI haven't seen one
14:21.01foxlitold news might be a better bet
14:21.17digmouseShanesveller: Northrend Alliance is <WTB API PST> Horde is <Secure Templar>
14:21.36digmouseor opposite, I didnt quite remember the factions
14:21.41*** join/#wowuidev MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
14:21.42*** mode/#WoWUIDev [+v MoonWolf] by ChanServ
14:21.42ShaneSvellerdigmouse: thanks, i'll have to try a /who tonight to finagle an invite
14:22.02digmouseTekkub is in, and you can whisper anyone in them to get an invite
14:22.39digmouseI can invite u on Horde
14:23.02ShaneSvellerdigmouse: thanks, i am on horde, but i don't have beta on my laptop, i'm at work
14:23.16digmousek, tell me if u can
14:24.16*** join/#wowuidev ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:24.16*** mode/#WoWUIDev [+v ckknight] by ChanServ
14:27.12*** join/#wowuidev AckisWork (i=8ee55510@WoWUIDev/WoWAce/ARL/Troll/Ackis)
14:29.14ShaneSvelleranyone familiar with oUF on? like p3lim or haste?
14:29.26p3limim here
14:30.35ShaneSvellerp3lim: I'm starting my own layout finally and want to isolate just the player frame to begin with and after copying and pasting what looks like only the relevant part of your layout, my Blizz UFs disappear but I don't get any frame of my own. I have the Spawn calls and the SetActiveLayout, and the call that registers the function as the layout style
14:30.56ShaneSvellerlet me see if i put the WIP on my git repo yet, that will make it easier
14:31.13ShaneSvellerbut my main question is how much is essential to get a functional player frame to display so i can tweak it?
14:31.18p3limits SetActiveStyle, not ..Layout
14:31.41p3lim:Spawn('player'):SetPoint('CENTER')
14:32.01p3lim:Spawn('player'):SetPoint('CENTER', UIParent) actually
14:32.11ShaneSvellerI'm typing from memory, don't have the code in front of me, and yeah, that's the call i made, no dice.
14:32.17p3limoh god..
14:32.50p3limim beeing msg flooded, how do i stop this?
14:33.22molgarmsg flood stop();
14:33.24foxlit/quit
14:33.32foxlit/ignore
14:33.48p3limthanks molgar
14:33.58p3limfoxlit: was from like 20 diffrent 'people'
14:34.01p3limor bots rather
14:34.17molgarhehe
14:34.25foxlitp3lim: changes nothing :)
14:34.39p3limcant possible ignore that much :p
14:34.48*** join/#wowuidev |Jelly| (n=chatzill@66-169-186-78.dhcp.ftwo.tx.charter.com)
14:34.51p3limactually, say 50
14:35.00*** part/#wowuidev p3lim (n=p3lim@212251215177.customer.cdi.no)
14:35.07*** join/#wowuidev Lunessa (n=Lunessa@WoWUIDev/Lunessa)
14:35.07*** join/#wowuidev p3lim (n=p3lim@212251215177.customer.cdi.no)
14:35.17LunessaSTATION!
14:35.49foxlitp3lim: hostmask, really
14:35.58foxlitOr, heck, /quit works :)
14:36.03|Jelly|~hug Peppy
14:36.03purlACTION hugs Peppy
14:36.29p3limthere, if anyone tried to pm me now, i removed the window and had no idea what you said >_>
14:36.47molgarloool
14:38.13ShaneSvellerp3lim: resent lol
14:38.20p3lim:)
14:38.44p3limoh you want a dummy test frame?
14:39.10p3limat the last line in the CreateStyle function you need this one
14:39.13p3limreturn self
14:39.13ShaneSvelleryup, just something to show so i can scale and place it and the bars/text within
14:39.28foxlitteehee, wowhead in "Русском"
14:39.33ShaneSvelleri think i tried that after further examining yours and tekkubs layout from github, but i'll try it again later
14:39.49ShaneSvellernothing else obviously missing?
14:39.53p3limI think thats your culprit
14:40.00ShaneSvellermk
14:40.05p3limalso, you must have something on the frame so it shows at all
14:40.08p3limlike.. size :p
14:40.32ShaneSvellerheh
14:41.01p3limhttp://svn.wowinterface.com/filedetails.php?repname=oUF_P3lim&path=%2Ftrunk%2FoUF_P3lim%2FoUF_P3lim.lua
14:41.21p3limgrr they dont show line numbers
14:41.22ShaneSvellernow, for doing my own custom text or colors, is it better to define postupdateyaddayadda functions? or do it the way Haste has it in oUF_Lily/Classic
14:42.01*** part/#wowuidev Gaurong (n=chatzill@88-104-23-240.dynamic.dsl.as9105.com)
14:42.13p3limline 264+265 you need
14:42.28p3limyou could set a backdrop to it to show a black box
14:42.34*** join/#wowuidev quoin (n=quoin@219-90-166-208.ip.adam.com.au)
14:43.14p3limthe PostUpdateHealth|Power embeds that function to update at certain events
14:43.22p3limif you dont have the text updated it wont change
14:43.50ShaneSvellerok
14:44.07p3limas default, all statusbars, name, default tags and other elements is updated too, as long as you spawn them
14:44.24p3limBut those are overrideable
14:44.31ShaneSvellerthe postupdate functions are just to override the styling or text then?
14:44.34p3limno
14:44.37p3limnot to override
14:44.48p3limfor that you have OverrideUpdateHealth|Power
14:44.54molgaranyone know what tools i use to make a list ? like questlog , so i can select each line
14:44.58ShaneSvelleroh
14:45.07ShaneSveller(we can continue this in PM if we're annoying anyone)
14:45.38p3limTbh, there are several people (atleast for what I know) that have issues starting off with oUF too, maybe they are reading :p
14:46.07p3limmolgar: what you mean by 'tool'?
14:46.26ShaneSvelleryou'd think after reading over your layout, tek's, and haste's two example layouts that i'd have a better grasp, but even with the framework you all have wildly different programming styles
14:46.55molgari meen Tool, like ScrollingMessageFrame, buttons, fontstring, textures etc... i cant make it with scrollingmessageframe i think
14:47.10p3limthe diffrence between me, haste and tekkub is that both of them are more experienced and skilled, im still a newbie to lua :)
14:47.45molgaror do i need sevral tool to do it ?
14:48.00*** join/#wowuidev Slakah (n=Slakah@5acd4394.bb.sky.com)
14:48.08p3limmolgar: look through http://www.wowwiki.com/Widget_API
14:48.46p3limnever tried making a clickable list, not sure
14:48.53molgari did...... i searched for it for over 12 hours mate, i read book, i asked in forum, i looked all over wowwikki and even looked in the wowaddons, like questlog
14:49.03p3limhm
14:49.11foxlitSo did you read the questlog code, then?
14:49.11molgar;P
14:49.46foxlitIt's probably a fauxscrollframe-derivative.
14:49.56molgaryes, and the xml, but its rly messy to read it..
14:50.06ShaneSvellerdidn't those break in 3.0? at least, my copy of MCP did
14:50.09foxlitl2read :)
14:50.39foxlitThose have breaking changes in 3.0
14:50.50ShaneSvellerthe fauxscrollframe?
14:50.59p3limmolgar: the QuestLogFrame.xml is rather easy to read
14:51.03foxlitmore or less every blizzard-provided Widget framework
14:51.15foxlitHowever, that isn't to say they don't work -- it's just that your copy of MCP is built against an old version of the API.
14:51.17p3limand yes, its a FauxScrollFrame
14:51.43foxlitAs for wowwiki, http://www.wowwiki.com/Making_a_scrollable_list_using_FauxScrollFrameTemplate
14:52.06ShaneSvellerfoxlit: fair enough. i wish i knew enough to fix it. i'm dying for a slash command addon control panel with profiles on beta
14:52.18ShaneSvellerampere is doing ok but doesn't do everything i want
14:52.38p3limbtw ShaneSveller
14:52.41foxlitIt's a relatively simple function signature change
14:52.41molgarokey, thx ALOT, the addon stuido for wow software, dosnt have that tool in list, maby i need to import it. THX ALOT Foxlit, i searched so long for this
14:52.50p3limcolors and menu is not needed to spawn a dummy frame
14:53.01p3limneither is tooltips
14:53.14ShaneSvellerp3lim: good to know
14:53.38ShaneSvellerhm, as long as i don't tread on LibMobHealth territory, i should be able to test an oUF layout on live just fine, right?
14:53.54*** join/#wowuidev Seerah (n=Ryan_L@adsl-242-180-131.mem.bellsouth.net)
14:53.54*** mode/#WoWUIDev [+o Seerah] by ChanServ
14:54.17ShaneSvellerparticularly for these basics
14:55.54p3limShaneSveller: http://wowuidev.pastey.net/96964
14:56.07p3limtheres a dummy code
14:56.24ShaneSvellerlol that's about as slim as it gets, thanks
14:56.52p3limthat requires an unembedded copy of oUF ofcourse
14:57.57ShaneSvellermmhm
14:58.12ShaneSvellerhave you looked into embedding or using the new tags yet? i'd like to implement that once i have something working
14:59.21p3limi have no need to embed
14:59.27p3limand yes, im using tags
14:59.33p3limjust havent released it yet
14:59.45ShaneSvellergotcha
15:00.06p3limmade a group layout too (for party + raid) that is based entirely on the new tag system
15:00.27ShaneSvellerhotness, can't wait to look it over
15:00.38ShaneSvelleri'd love to replace Grid/etc. with oUF too
15:01.23Stanzillathere's oUF_Grid
15:01.25*** join/#wowuidev Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
15:01.31ShaneSvelleryeah
15:01.41ShaneSvelleri've been on a do-it-myself kick lately
15:01.45Stanzilla^^
15:02.16ShaneSvellerdropped my UI from ~60mb after a few hours of playtime to like 18, pretty happy about that
15:02.28ShaneSvellerkept finding little bitty parts of sprawling addons that were the only part i liked
15:02.45p3limits not all about the memory tho
15:02.58ShaneSvellernope, of course not
15:03.13ShaneSvellerbut it can sometimes be a good barometer of code efficiency as long as it's not a hard rule
15:03.32ShaneSvellerof course that doesn't account for things that include lots of textures and whatnot
15:05.40*** join/#wowuidev sacarasc (i=sacarasc@xmms2/bitch/sacarasc)
15:05.41*** join/#wowuidev Lyn (n=Lyn@Le442.l.pppool.de)
15:07.39p3limthats why i try to use media by blizz as much as possible
15:07.44ShaneSvelleryeah
15:07.51p3limonly exception is font in pMinimap and texture in oUF
15:09.19Stanzillai hate the default blizz fonts
15:10.21p3limwell, I use fontobjects and replace the default \Fonts
15:10.27p3limso I dont have to do it through addons
15:10.39p3limthat way i get same fonts for everything with no setup
15:10.47*** join/#wowuidev netcurse (n=hthieblo@adsl-070-154-141-184.sip.bna.bellsouth.net)
15:11.26boshiis there a way to get the texture for a spell that is not in the current player's spellbook  (ie diff class) ?
15:11.38*** join/#wowuidev Kirkburn (n=Kirkburn@wikia/Kirkburn)
15:12.00Josh_Borkehdr_validator *entry = &((hdr_validator *) (a->elts))[i] <-- i wrote that line and it makes me cry
15:12.24foxlitGetSpellInfo
15:12.29zenzelezzyou should. No Hungarian notation!
15:14.17Josh_Borke*facepalm*
15:16.07ulikemysongmaybe can someone answer me. I wanna display the minimap content in a new frame but i dunno which texture use....
15:17.19ShaneSvellerp3lim: i do the same wrt fonts
15:17.58p3limboshi: http://www.wowwiki.com/API_GetSpellInfo
15:17.59ShaneSvellerp3lim: i'm throwing my layout up on CF in a little while, starting with your dummy layout, heh
15:18.11p3limboshi: the 3rd return
15:18.24p3limCF?
15:18.30p3limnm
15:18.39boshiso as a rogue, I could get the texture for mage:arcane missles ?
15:18.58zenzelezzas long as you know the spell ID
15:19.03ShaneSvelleractually, i meant beta-ace, i had curseforge up in a different window
15:20.37p3limboshi: yes
15:22.33p3limboshi: you want it as a macro texture for #show?
15:22.44p3limspell:XXXXX
15:22.48p3limwhere xxxxx is the spell ID
15:23.05*** join/#wowuidev Atriace (n=omnizeta@188.118.189.72.cfl.res.rr.com)
15:23.39foxlitp3lim: did you test whether that works, or is that an extrapolation based on item:id ?
15:23.49*** join/#wowuidev Hjalte (n=chatzill@62.242.38.50)
15:24.15boshirewriting code now to use spellid, not name
15:24.55p3limfoxlit: was a guess, cant remember how macros works. ill check though
15:25.10boshiexcellent, it work. Thanks p3lim, zenzelezz
15:25.14boshiworks*
15:25.23p3limyw :)
15:26.08ulikemysong(still for my new minmap frame) should i use the MiniMapTracking_Update function ? if yes is there anwhere i can look to know how use it ?
15:26.34p3limulikemysong: what do you want with that function?
15:27.18ulikemysongwell the same as minimap does, just having the texture moving on minimap when i move my char
15:28.24ulikemysongwhen reading the minimap.lua its seems the closiest function that do what i wanna do :P
15:28.47p3limwhat do you mean by moving the texture as your char moves?
15:29.22ulikemysongwell the image displayed in minimap changes when u move on the world
15:29.52*** join/#wowuidev Neuro_Medivh (n=neuro@pool-96-226-8-74.dllstx.fios.verizon.net)
15:30.10ulikemysongit updates with onupdate probably (btw im noob just beginning trying create addons)
15:31.01Seerahare you creating a new minimap from scratch?
15:31.10Neuro_Medivhyou should leave writing addons to the professionals...
15:31.14Neuro_Medivhthen again, so should we!
15:31.16ulikemysongscratch ?
15:31.30Seerahfrom the ground up - not modifying the original
15:31.45Neuro_MedivhSeerah, is that even possible?
15:32.21Seerahdunno - just... that's the only reason why he would need to control the minimap that way
15:33.14ulikemysongyes i just want to have a new minimap same as original but not round
15:33.33ulikemysongas in basicminimap mod
15:33.39Seerahall you have to do is modify the original minimap
15:33.57SeerahI have never seen a minimap mod that tried to create a brand new minimap
15:34.11*** join/#wowuidev sb (n=sb@HSI-KBW-078-042-200-228.hsi3.kabel-badenwuerttemberg.de)
15:34.22ulikemysongwell i could but i wanna add a second one tbh
15:34.24Seerahwell... unless you count something like Carbonite
15:34.36*** join/#wowuidev Legorolo (n=Legorol@pc29.tcm.phy.cam.ac.uk)
15:35.44*** join/#wowuidev CrazyMYKL (n=rumors@149.152.112.26)
15:35.51p3limSeerah: Im sure the 3D world is embedded in the minimap, making it unable to write a all-new one without having custom textures (alike Carb)
15:36.07Seerahbut you can't look at the Carbonite Quest code, as it's under copyright and ... what's the word I'm looking for...  encoded
15:36.30p3limencoded lua?
15:36.36LopeppeppyThere's another word... um....
15:36.38Legoroloyou mean obfuscated?
15:36.40Seerahmy brain's not working
15:36.42LopeppeppyYES!
15:36.45Seerahthanks peppe :)
15:36.49Seerah*peppy
15:37.04Seerahand Legorolo is the one that actually said it
15:37.05p3limwth does that word mean ?:p
15:37.07SeerahI need more sleep :(
15:37.16Seerahit means you can't read it :)
15:37.18Legorolop3lim: it derives from "obscure"
15:37.25Legoroloi think
15:37.25LopeppeppyObfuscated = deliberately obscure
15:37.27Neuro_Medivhif means they wrote the code to be deliberately hard to read
15:37.27ulikemysongso you mean add a second minimap in a mod is not possible ?
15:37.48p3limpossible, but far from easy
15:37.55ulikemysonghum
15:37.56LegoroloAs far as I know, reverse engineering obfuscated code is not technically breaking copyright laws (or is a very grey area)
15:38.24Neuro_Medivhactually, it probably is possible, you'd just copy the entire minimap.xml and minimap.lua into a new addon and change the names
15:38.41LegoroloAs long as you do the reverse engineering solely for the purpose of understanding how it works, and you don't use the unobfuscated code for anything (for example you don't distribute it or create derivative works), you are in the clear I think
15:38.53p3limoh god, what has that man done to the code
15:39.11Neuro_Medivhand your addon should call the same functions as the true minimap
15:39.20ZorbaTHutlego, I believe that's true only if the DMCA doesn't apply
15:39.24Seerahaccording to WoWProgramming... "The game only supports one minimap object at a time; attempts to create a new one will cause the old one to stop working."
15:39.30ZorbaTHutit is generally questionable whether the DMCA applies to anything or not, though
15:39.33*** join/#wowuidev WobWork (n=Wobin@124-171-24-200.dyn.iinet.net.au)
15:39.33Neuro_Medivhah
15:39.34nevcairielNeuro_Medivh: AFAIK, its not possible to create a second Minimap-type frame
15:39.42nevcairielah damn Seerah was faster
15:39.45Neuro_Medivhnev: I really didn't think it was
15:39.45LegoroloZorbaTHut: I think that DMCA doesn't apply as obfuscation isn't a valid technological measure to deny access
15:40.00p3limhow did he do that?
15:40.01ZorbaTHut"valid" isn't actually ever defined though
15:40.12LegoroloMost of the DMCA is centered around technological measures preventing access. You do have access to the full code.
15:40.16ZorbaTHutwith a loose definition, doing anything that might bypass a copyright protection system is banned
15:40.25ulikemysongwell well i guess i will have to use only one >:<
15:40.30p3limthe XML is still readable tho
15:40.30nevcairielThe Minimap isnt really controleld from Lua, its just a frame that the engine renders the textures on
15:40.34ZorbaTHutseriously, if holding down a shift key is a DMCA violation, de-obfuscating code definitely is ;)
15:40.49nevcairielthats why you cant create a second one
15:41.08Neuro_Medivhnev: so even if you made a new minimap, the engine wouldn't render textures to it because it only does so to the 'correctly named' one?
15:41.29nevcairielI think it renders them on the first Minimap-type frame it finds
15:41.32nevcairielso one of yours will work
15:41.33nevcairielnot both
15:41.35nevcairiel;)
15:41.55Neuro_Medivhwell, not my addon, ulike was making one =)
15:42.32ZorbaTHuthmm, so how does carbonite do it? repackage the World of Warcraft textures?
15:42.47nevcairielYa it renders the textures itself
15:43.17ulikemysongyeah tbh i basically wanna do what BasicMinimap does with adding some options that may need addon syncronization
15:43.30Seerahlike what?
15:43.51ZorbaTHutI have to admit I kind of like the idea of completely obsoleting Carbonite, I already do some more interesting things than it does :D
15:44.17Seerahyou mean synchronize with other users of the same addon, ulikemysong?  what did you want your minimap to do?
15:44.20Neuro_Medivhwhat's so special about carbonite that Tourguide can't do?
15:44.29ZorbaTHutneuro, the map's pretty
15:44.32ulikemysongwell my project is to may be able to change colors of each character in the raid displayed on minimap and be able to stick flags on minimap
15:44.39Neuro_Medivhlol
15:44.53p3limhow did he encode that? :S
15:45.05Seerahp3lim: there's a program for it, iirc
15:45.25p3limhow would WoW read it properly tho?
15:46.10SeerahI forget...  but it works :P
15:46.15ulikemysongwanna call that raidlogic or raidlogistic
15:46.44ZorbaTHutp3lim, it's a bit binary blob of data. the decoding logic is at the end, and that decodes it into text, which can be fed directly back into the lua interpreter
15:46.49ZorbaTHut*big binary blob
15:46.57ulikemysongwent to that project bored to see raidleaders always need to ping the minimap to tell people their placement
15:47.36Legoroloor use smoke flares :) which is what i do
15:47.44ulikemysongso if u can stick flags with colors on minimap and assign same colors to people it will be much easier
15:47.46Legorolored, green, purple, white, covers all the needs
15:47.49LopeppeppyWe use tons of smoke flares, they're awesome.
15:48.02*** join/#wowuidev Drayeah (i=5065af6a@gateway/web/ajax/mibbit.com/x-88a8d8a4bf2ea623)
15:48.03LopeppeppyPinging the minimap doesn't work well for people who don't use their map.  :)
15:48.22LegoroloI find that in practice people who are topographically challenged have trouble correlating minimap ping locations with game world locations
15:48.28Lopeppeppy^
15:48.30LopeppeppyThat too.
15:48.44ulikemysongwhat are smoke flares ?
15:48.44LopeppeppyBut even the most geographically challenged can go stand on the purple smoke flare.
15:48.57Legoroloulikemysong: zomg, you don't know what smoke flares are? :O
15:49.09LegoroloThey are engineering crafted (and sometimes vendor purchased) one-time use objects.
15:49.10ulikemysongsorry english is not my own language
15:49.14cbreakI wrote an addon where raid leaders can draw sketches for positioning
15:49.20LegoroloWhen you launch one, it leaves a coloured column of smoke in a single spot
15:49.26Legorolovery pretty and well noticable from a long distance
15:49.27LopeppeppyThey come in tons of colors, but here.  http://thottbot.com/i25886
15:49.29ulikemysongoh
15:49.31ulikemysongright
15:49.40Legorolobasically like planting a coloured flag on the ground
15:49.45Legoroloyou can place it whereever you want
15:50.02ulikemysongyeah but it doesnt displays on minimap
15:50.12Legorolono it doesn't, but it doesn't have to ^^
15:50.20Legorolothe whole point is that people can see it in the game world, so they see where to go
15:51.03ulikemysongyeah thats true but you cant ever luach your flare on every spot
15:51.10ulikemysonglaunch
15:51.13Legorolothat's true
15:51.14Seerahas Lopeppeppy said, some people don't even use their minimaps - they close ti
15:51.16Seerah*it
15:51.48LopeppeppyYou can launch them a good ways, and tell them 3 feet forward, etc....  they're much more permanent in the game world.  Worked wonders for Vashj setup
15:51.55cbreakhttp://www.wowinterface.com/downloads/info8162-ArtPad.html (in case you care :)
15:52.12GnarfozDoodle :>
15:52.15Seerahnev had one, too, don't you nevcairel?
15:52.21Seerahyeah
15:52.29ulikemysongi care cbreak thx
15:53.25nevcairielWhat do i have?
15:53.25LegoroloLopeppeppy: and for Vashj, you can run around before the pull planting the flares
15:53.47LegoroloDid I mention yet that my guild is finally trying Vashj?
15:54.31cbreakDoodle, interesting.
15:54.32ulikemysongcbreak: thats seems be a great mod but still no options on minimap... well its quite better indeed but as i think such mod doesnt exist i would like to create one
15:55.10Legoroloulikemysong: that's sacrilege! You are not allowed to create a mod to do something that you want ;-)
15:55.24ulikemysongwhat ?
15:55.37ulikemysong:S
15:55.37Seerahhe's joking :)
15:55.44LegoroloThat goes against the whole concept of modding! Only mods people are ever allowed to make are ones that they don't want, nor does anyone else
15:55.46ulikemysongkk sry if im slow :P
15:55.55LegoroloNah my bad, my humour can be... weird
15:56.01ulikemysonglol
15:56.05Legoroloand you said you are not a native speaker so i should make allowances for that
15:56.17ulikemysong;)
15:56.39ulikemysongbtw its the occasion to learn creating mods
15:56.51Legorolofurthermore, i should make allowances for me not being a native speaker as well
15:56.51ShaneSvellerp3lim: is there any special function call to enable the tags on SetText stuff?
15:58.14ShaneSvellerp3lim: ah, i think i found it: self.TaggedStrings = {whatever}
16:02.13p3limbrb dinner
16:02.18*** join/#wowuidev cncfanatics (n=cncfanat@WoWUIDev/cncfanatics)
16:02.41p3limand yeah, thats the call
16:02.54*** join/#wowuidev JerekDain (n=JerekDai@c-24-245-29-130.hsd1.mn.comcast.net)
16:12.14*** join/#wowuidev Cide (n=Cide@hus110a.bobbnet.com)
16:12.14*** mode/#WoWUIDev [+v Cide] by ChanServ
16:15.18Fisker-!gl How to use TortoiseSVN over SSH in 312 easy steps
16:15.19batbotFisker-: CVS FAQ - Ximbiot - CVS Wiki <http://ximbiot.com/cvs/wiki/CVS%20FAQ>
16:15.21Fisker->:E
16:15.25Fisker-you fail
16:22.31zenzelezzuse TortoiseSVN over SSH? Differently from svn+ssh://...?
16:22.58*** join/#wowuidev foxlit (n=foxlit@0x573e6bae.alb2nxx18.dynamic.dsl.tele.dk)
16:23.11*** join/#wowuidev smcn (i=smcn@c-67-160-186-84.hsd1.wa.comcast.net)
16:26.02Lopeppeppy*sigh*  Recalls on some Cadbury chocolates produced in China.
16:26.45foxlit"It's a completely voluntary action that we are taking in the interests of consumer health," Cadbury spokesman Daniel Ellis said last night.
16:27.02foxlit"We don't really have to do this, but we'd prefer our customers to.. er.. not die?"
16:29.24LopeppeppyPrecious chocolate being wasted due to human is stoopid.
16:29.36foxlitChocolate is precious? :)
16:31.05LopeppeppyFoxlit!
16:31.06ShaneSvellerto many with ovaries and to many without as well
16:31.10Lopeppeppy~poke foxlit
16:31.10purlACTION cuts down a small tree, sneaks up behind foxlit, pokes foxlit repeatedly, hilarity ensues.
16:31.32foxlitpeppy!
16:31.37foxlit~poke Lopeppeppy
16:31.38purlACTION cuts down a small tree, sneaks up behind Lopeppeppy, pokes Lopeppeppy repeatedly, hilarity ensues.
16:33.35KirkburnMore about the Cadbury news - http://news.bbc.co.uk/1/hi/world/asia-pacific/7641317.stm
16:33.44foxlit"On this faithful recommendations,we want you to know that during the last U.N. meetings held in Uk,London, it was alarmed so much by the world in the meeting on the loss of funds by various individuals to the scam artists operating in syndicates all over the world today.  In other to compensate victims, the U.N body is now paying 300 victims of this operators $2.500,000.00 each in accordance with the U.N. recommendations."
16:35.55LunessaYou get the best spam.
16:40.30*** join/#wowuidev Quaiche (n=PProvost@WoWUIDev/WAU/Admin/Pprovost)
16:43.50*** join/#wowuidev alestane (n=nevin@c-76-24-240-47.hsd1.ma.comcast.net)
16:43.50*** mode/#WoWUIDev [+v alestane] by ChanServ
16:44.08*** join/#wowuidev kneeki (n=chatzill@66.45.169.50)
16:46.25*** join/#wowuidev Dashkal (n=dashkal@WoWUIDev/Nexus/dashkal)
16:46.33*** join/#wowuidev smcn (i=smcn@c-67-160-186-84.hsd1.wa.comcast.net)
16:53.02*** part/#wowuidev Lopeppeppy (n=Lopeppep@141.222.30.131)
16:53.44*** join/#wowuidev Shirik (n=nospam@conspiracy/developer/Shirik)
16:53.45*** mode/#WoWUIDev [+o Shirik] by ChanServ
16:54.03Shirikwheee
16:54.05Shirikchicken teriyaki day at school
16:54.17Shirikwhat a nice way to come back
16:54.41*** join/#wowuidev cladhaire (n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
16:54.41*** mode/#WoWUIDev [+o cladhaire] by ChanServ
16:55.19cladhaireah much better
16:55.19invisoShirik: I hate you a little bit.  We probably get mac and cheese :(
16:55.26Shirik:(
16:55.34Shirikif it makes you feel any better, the rice is undercooked
16:55.58invisomuch better, ty
17:01.20Shirikoh btw, inviso
17:01.36Shirikwe have a chick-fil-a and freshens and starbucks here now
17:01.38Dashkal<3 Tigole
17:02.11ScytheBlade1Shirik: wtb a chick-fil-a at my campus :(
17:02.21ScytheBlade1I have one... at the other end of the lightrail
17:02.22Shirikit's kinda awesome, but they don't have milk shakes :(
17:02.25ScytheBlade1... 51 minutes away ...
17:02.26ScytheBlade1BOO
17:02.39ScytheBlade1Still their chicken is good
17:02.42ScytheBlade1But wtb milkshakes
17:02.48Shirikagree
17:02.50invisoShirik: you are cold :(
17:03.18Shirik:D
17:04.32ScytheBlade1I actually grabbed a cookies and cream milkshake a few days ago for the ride up
17:04.50ScytheBlade1I must admit, relaxing on a lightrail train with a large milkshake is a pretty good way to start the day
17:05.05*** join/#wowuidev Thunder_Child (n=TC@cpe-76-171-31-114.socal.res.rr.com)
17:05.44Shirikwtf
17:05.48Shirikapparently we have a chili's too
17:05.49ShirikI didn't know that
17:05.51ScytheBlade1lol
17:06.03Thunder_ChildShirik, you fail as someone who eats
17:06.16ShirikJust got a spam from DB Communications (our school 'announcements' box) saying "It's Chili's Day!!!! Eat there TODAY and 100% of the profits go to the kids of St. Jude!!!!"
17:07.28ScytheBlade1Yeah, that's a nationwide thing they're doing
17:12.06LunessaI like St. Jude's.  However, in my current state, I can't afford to eat at chilli's for lunch. :P
17:12.47Shirikah I see ScytheBlade1
17:13.16ShirikI love my project lead
17:13.22ShirikI send him this huge email about concerns, etc.
17:13.32ShirikHe sends me a one-line response followed by "Sent from my iPhone. - Jason"
17:13.38ScytheBlade1lol
17:13.56ShirikMeeting Monday 2 pm @ cs coference room, you are the controls team
17:13.57Shirikleader
17:13.57ShirikSent from my iPhone
17:13.59Shirikthat's it ><
17:14.14*** join/#wowuidev Gaurong (n=chatzill@88-104-56-75.dynamic.dsl.as9105.com)
17:15.45Lunessaapartment hunting sucks.
17:16.20haste<PROTECTED>
17:16.20ShirikI love my apartment
17:16.24*** part/#wowuidev Gaurong (n=chatzill@88-104-56-75.dynamic.dsl.as9105.com)
17:16.27AnaralGrr. Firefox 3 keeps crashing everytime I try to login to Paypal.
17:16.29Shirikyou can come live with me Lunessa :D
17:16.50LunessaI think the commute to work would suck.  :P  'sides, I'm not your type.
17:17.30Shirikwhat is a .source file?
17:17.41Shirikis that something from wau?
17:17.53hasteit's the source!
17:18.03ShirikLunessa: I do have to admit sharing a bed with you would be a bit strange
17:18.07ScytheBlade1Speaking of wau, when is it dying on us?
17:18.22LunessaTold you, not your type.  Totally wrong plumbing. :P
17:18.31Shirikvery much so
17:18.36Thunder_Childbut it works for so many people now.....
17:19.07Shirikok, I have a problem here
17:19.21ShirikSomeone uploaded an addon to minimalistic compilations category
17:19.35ShirikI'm like "ok" and I run a quick virus check on it like I usually do before I tear any of the rest of it apart
17:19.46Shirikand I see this line: Data scanned: 82.84 MB
17:19.49hastehaha
17:19.55alestaneIn a minimalistic compilation?
17:20.00Shirikyes >.>
17:20.27kd3the hell?
17:20.30*** join/#wowuidev Zariel (n=chris@elvyn-248-218.halls.student.lut.ac.uk)
17:21.20DashkalProbably has auctioneer data or some such
17:21.22hasteShirik: that's twice the size of my interface folder, and it's all under git + git repos for several addons there again :P
17:21.40Shirikit's more than the memory usage of my interface
17:21.47Shirikand I have a very much full auctioneer database
17:21.47hastethat too
17:22.00hastebut file size doesn't really represent memory usage :P
17:22.04cbreakmy addons are between 5kb and 15kb each
17:22.05Shirikand no it has no auctioneer data
17:22.07Shirikbut I do like this
17:22.16ShirikALERT: Potentially hazardous file: Vajatwo/Interface/AddOns/BigWigs/bigwigslod.bat - 666 b
17:22.18ShirikThat's awesome
17:22.22ScytheBlade1lol
17:22.27haste:D
17:22.42ShirikThat was so intentional, you know it
17:22.43ShirikI'd do it
17:22.46Dashkalnice
17:22.56Funkeh`I fucked you all over
17:23.00Funkeh`thanks for the passwords
17:23.18Shirikthe devil has them too now
17:23.23Shirikhe owns your soul AND your wow account
17:23.33Funkeh`same thing
17:23.34Shirikhe wanted to steal soulstones I guess
17:23.46Shirikyou should be able to dispel soulstone
17:23.58Shirikor spellsteal
17:24.26Funkeh`So did he modify it?
17:24.31cbreakif I spellsteal his soulstone, and die, will I rez as him or me?
17:24.40Shirikno Funkeh`, I just thought it was amusing about the 666
17:24.52Funkeh`oki
17:25.12ScytheBlade1Shirik: how big is the compressed archive?
17:25.28Shirik17.5MB
17:25.40ScytheBlade1Bit big
17:26.12Shirikespecially because that implies that the majority of the data is textual
17:26.17Shirikbecause it compressed well
17:26.19Shiriknot binaries
17:26.45Funkeh`shiny.exe?
17:26.51ShirikI was more referring to images, etc.
17:26.55Shirikthere's no exes :P
17:27.04Shirikthere are a ton of files though
17:27.12Shiriktime for unix to do its magic
17:27.19*** join/#wowuidev duaiwe (n=jonathan@65-101-134-121.tukw.qwest.net)
17:27.32Shane|afkgogo du?
17:29.23Shirikoi
17:29.25Shirik$ cat /cygdrive/c/Users/mpdelbuono/peekaboo.txt | wc -l
17:29.26Shirik6773
17:29.29ShirikThat's how many files are in there :/
17:30.09Shane|afkwowie
17:31.41Josh_Borkehttp://notalwaysright.com/when-mood-swings-attack-part-2/522 is hilarious
17:31.56ShaneSvellerwhat is it with the wow dev channels and that website? srsly?
17:32.08ShaneSvellerit's good an' all, i won't argue that
17:32.15Josh_Borkehey, you can't associate me with any dev channels
17:32.19Josh_Borkei haven't worked on a mod in months
17:32.36Josh_Borkeand i only found this site because someone posted it here recently
17:32.41Josh_Borkeand i'm procrastinating at work
17:33.03Shirikwtf
17:33.10*** join/#wowuidev Pneumatus (n=WiN@unaffiliated/pneumatus)
17:33.30ShaneSvellerJosh_Borke: comic version is even better
17:33.31kd3now wachovia too?
17:33.44Josh_BorkeShaneSveller: yea, i know
17:33.47Josh_Borkefor those too lazy to read the first one: http://albireo.livejournal.com/284213.html
17:33.56*** join/#wowuidev g0urra (n=g0urra@73-236.powerdsl.t3.se)
17:33.57Josh_Borkekd3: yea, kinda freaky
17:34.00Shirikyes, the comic that goes with that is awesome
17:35.07*** part/#wowuidev Legorolo (n=Legorol@pc29.tcm.phy.cam.ac.uk)
17:36.18p3lim<PROTECTED>
17:36.25ScytheBlade1UNIT_AFK iirc
17:36.28ScytheBlade1Check the wiki
17:36.48ScytheBlade1Or did they just give us a function a long while ago?
17:36.50ScytheBlade1I can't remember
17:37.24*** join/#wowuidev ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
17:37.35p3limPLAYER_FLAGS_CHANGED
17:37.45p3limwth is it with all this damn irc flooding today?
17:37.46*** join/#wowuidev NightHawkTheSan1 (n=jonathan@70-56-67-236.tukw.qwest.net)
17:37.49p3lim4th time its happened now
17:38.08ShirikIRC flooding?
17:38.12p3limyeah
17:38.23p3lim4th time today i get an army of bots spamming me
17:38.27ShaneSvellerp3lim: me too
17:38.29Shirikoh
17:38.32ShaneSvellerall from same IP
17:38.55ShirikI think he's mad that shiibot is winning against him :D
17:39.15Shirikexcept for the join/part thing, but I think that's since been fixed too. I haven't bothered to try to release the lock on this channel yet
17:39.39Shirikp3lim, you can always go +e
17:39.48Shirik(and ShaneSveller)
17:40.15Shiriksorry, +E not +e
17:40.23ShaneSvellerShirik: i can surmise what that does, but any idea how to do so on Colloquoy?
17:40.29*** join/#wowuidev Malgayne (n=caseymon@cpe-24-30-145-15.san.res.rr.com)
17:40.30*** mode/#WoWUIDev [+v Malgayne] by ChanServ
17:40.34Shirikeither /mode ShaneSveller +E or /umode +E
17:40.39kd3oh wow. some poor guy got baron's mount to drop on the PTR
17:40.46p3limwhats that Shirik?
17:40.54nevcairiellol kd3, thats sad
17:40.55ShirikBlock private messages from unregistered
17:40.59p3limoh
17:41.00p3limnice
17:41.03kneekikd3: I'm farming that now =\
17:41.15p3limthanks for that one Shirik
17:41.21Shiriknp
17:44.10ShaneSvellerhere's another monster of a "minimalist" compilation: http://www.wowinterface.com/downloads/info10926-GreystoneUI.html 28MB archived!
17:44.20*** join/#wowuidev Random (n=Denial@unaffiliated/windaria)
17:45.38p3limis that enabled by default now Shirik ?
17:45.46Shirikwhat, +E?
17:46.31ScytheBlade1no
17:46.39ScytheBlade1You have to run it every time you login, iirc
17:46.41ScytheBlade1Err, connect
17:46.47Josh_Borkemine sets me +e all the time
17:46.52Josh_Borkei think it's a nickserv setting
17:46.55ShirikFreenode won't enforce it as a new default. Your client might
17:47.35Josh_Borketry /msg nickserv help set
17:47.44Shirikyeah I was flying through all the ns help screens just now :)
17:48.26SeerahShaneSveller: minimalistic doesn't only mean memory usage
17:48.51ShaneSvellerSeerah: meaning the visual style, then?
17:48.56Seerahyes
17:49.02Shirikanyway, I have to get to this meeting
17:49.04Shirikhave fun
17:49.07ShirikSeerah's here now
17:49.10Shirikshe will save you!
17:49.20Seerahsave them from what???
17:49.39SeerahI'm just a gnome - they can't all hide behind me... :(
17:50.47Seerah:P
17:51.54*** join/#wowuidev Tem (n=tardmrr@WoWUIDev/WoWI/Dongle/Tem)
17:51.54*** mode/#WoWUIDev [+v Tem] by ChanServ
17:57.35*** join/#wowuidev Soulsbane (n=Soulsban@dial-69-55-144-186.sofnet.net)
17:57.50cbreakfun, someone /msg spammed me
17:58.16nevcairielthat seems to be "in" today
17:58.22Josh_Borkeyou guys are weird
17:58.28Josh_Borkewho doesn't use the +e account setting?
17:58.32Josh_Borkeit's like, the best thing ever
17:58.35smcnLOL someone got baron's mount on ptr http://blue.mmo-champion.com/1/10529927979-deathchargers-reigns-drop-on-ptr.html
17:58.49Josh_Borkedo you really want to talk to someone who can't figure out how to register a nickname?
18:02.52*** part/#wowuidev cbreak (n=cbreak@80-219-4-146.dclient.hispeed.ch)
18:03.01*** join/#wowuidev cbreak (n=cbreak@80-219-4-146.dclient.hispeed.ch)
18:03.19NeoTronnope
18:04.13NightHawkTheSan1smcn: man, sucks to be them
18:07.12*** join/#wowuidev kd3 (n=kd3@wikia/kaydeethree)
18:11.11*** join/#wowuidev kd3 (n=kd3@wikia/kaydeethree)
18:17.48ScytheBlade1What commonly runs on 1026/udp?
18:18.16ShaneSveller"calendar access protocol"?
18:18.27ScytheBlade1Seeing dropped packets with it
18:18.39ShaneSvelleroutbound or inbound?
18:18.43ScytheBlade1OH, ha
18:18.44ScytheBlade1Inbound
18:18.48ShaneSvellerScytheBlade1: http://www.linklogger.com/UDP1026.htm
18:18.55ScytheBlade1It's that stupid Windows Messenger Service spam
18:18.57ScytheBlade1Back before XPSP2
18:18.58ShaneSvelleryeah
18:19.08ScytheBlade1Kinda amazing that crap is still around
18:19.38Fisker-Just like blaster
18:19.56Fisker-I once had a pre-sp1 disc, not thinking that blaster would be much of a problem
18:20.03Fisker-i was logged in for seconds and i had blaster
18:20.19ScytheBlade1The internet is a scary place, watching my firewall "dropped packets" log now
18:20.43ScytheBlade1seeing messenger popup spam, :445/:135 accesses, and an IRC bot that exploits symantac AV
18:20.47ScytheBlade1All in about five minutes
18:20.48Fisker-just a shame
18:20.51Fisker-there was a scene group
18:21.06Fisker-They slipstreamed the newest fixes and released them on the internet
18:21.14ScytheBlade1lol I remember that
18:21.16Fisker-Downloaded those every month so i had the latest
18:21.22Fisker-But they seem to have stopped that now :(
18:21.23ScytheBlade1They used blaster to distribute a blaster fix
18:21.32Fisker-nah not that :P
18:21.37Fisker-But that was funny as well :P
18:21.41ScytheBlade1That was ingenious
18:23.06*** join/#wowuidev Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
18:23.06*** mode/#WoWUIDev [+v Kaelten] by ChanServ
18:23.40*** join/#wowuidev ckknight_ (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
18:23.40*** mode/#WoWUIDev [+v ckknight_] by ChanServ
18:24.31ScytheBlade1Holy crap, the bailout failed
18:24.38ScytheBlade1http://www.cnn.com/ <-- awesome picture
18:25.00ShaneSvellerman, everytime i need a laugh just look at bluetracker and see all the idiots "zomg why r u deleting my posts about lolcats and pr0n and my first post asking why you deleted other posts?"
18:25.19NeoTronScytheBlade1:  ./facepalm
18:25.38ScytheBlade1NeoTron: literallly
18:26.22Tornhoofantacids?
18:26.41smcni guess it wasn't a wise idea to throw out my camping equipment the last time i moved
18:27.42ScytheBlade1haha
18:27.44ScytheBlade1http://ichart.finance.yahoo.com/instrument/1.0/%5EDJI/chart;range=1d/image;size=239x110
18:27.57NightHawkTheSan1ScytheBlade1: that's.. bad.. but i still can't help thinking that we're driving this train right into another wreck.
18:28.03ShaneSvellerif i want a lib to sync with other players for incoming heals, do i want healcomm or incominghealslib? for purposes of an oUF layout
18:28.15ccoxNightHawkTheSan1: agreed
18:30.49smcni wish there was a way to flag yourself anti-wintergrasp :(
18:31.21NightHawkTheSan1you mean so you could fly across it without diverting completely out of your way? ><
18:31.23Dashkalsmcn: murr?  Just avoid the zone?
18:31.27Dashkalahh that
18:31.40DashkalI haven't found that zone all that hard to avoid...
18:31.45smcnbc gave me the habit of setting a waypoint & afk flying
18:31.52NightHawkTheSan1^^
18:32.04smcnespecially with the dailies spread out all over the place
18:32.21NightHawkTheSan1Fortunately, most of my destinations currently tend not to cross the zone, but it's still annoying
18:32.33DashkalTrue.  I decided not to bother with the Sholazar dailies.  The rewards are of lower quality and the mechanic is a bit of a pain.
18:33.38kd3meh, I broke the zone. I dropped the quest to kill the elite and I can't pick it back up
18:33.44*** join/#wowuidev isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
18:33.45kd3need to see if they've fixed that
18:34.24*** join/#wowuidev Legorol (n=legorol@stud-nat-blk12.trin.cam.ac.uk)
18:34.24*** mode/#WoWUIDev [+v Legorol] by ChanServ
18:34.25NightHawkTheSan1last i checked i think i was stuck on a quest to kill some frenzyheart because i couldn't declare war on them..
18:34.28smcni love questing for the frenzyheart :D
18:35.01DashkalThat quest was very poorly designed.  It's a group quest that causes you to pick one side or the other.  And you get no warning that it's comming.  So whoever figures it out first decides for the team which way to go.
18:35.04*** join/#wowuidev Dewin (n=Daniel@c-76-115-111-253.hsd1.or.comcast.net)
18:35.50DashkalAnd if you refuse to pick it just breaks the chain entirely (this was as of about 3 patches back)
18:36.23smcnwhat do you mean?
18:36.46*** join/#wowuidev Gngsk (n=Gngsk@c-69-138-214-242.hsd1.md.comcast.net)
18:39.30Dashkalwoot, the mechanic I mentioned is gone *cheers* nevermind me :p
18:39.36smcndoes linking a profession show your mats or the mats on the person who clicks it?
18:39.41ScytheBlade1Yes
18:39.48smcnthanks sbo!
18:39.49smcn;P
18:40.57smcnis it safe to assume that's yes to the first part of the question?
18:41.36Josh_Borkeno
18:42.22*** join/#wowuidev Lopeppeppy (n=Lopeppep@141.222.30.131)
18:42.22*** mode/#WoWUIDev [+v Lopeppeppy] by ChanServ
18:46.55LunessaIt doesn't show inventory items.
18:47.35Esinesince when can paladins disspell benefical  buffs?
18:48.22g0urranever afaik
18:48.35Esinewell that seemed to happen just right now
18:48.40Esineor, can warlocks?
18:48.47LopeppeppyWhat buff, specifically?
18:48.47g0urrafelhunter
18:48.58Esineno the lock had void
18:49.05g0urralevel?
18:49.09Esinelike 45
18:49.18g0urraWhat buff?
18:49.22Esineleveling a magic user the first time
18:49.24EsineArena Grand Master
18:49.49g0urra"Use: Absorbs 750 to 1250 damage.  Lasts 20 sec."
18:49.51*** part/#wowuidev Malgayne (n=caseymon@cpe-24-30-145-15.san.res.rr.com)
18:50.04Esineit lasted more like 3 sec and he didnt do that much dmg for user
18:50.05Esinesure
18:50.38*** join/#wowuidev Kirkburn (n=Kirkburn@wikia/Kirkburn)
18:50.42Esineah
18:50.48smcnmy interweb is failing
18:50.53Esinehm. I don't know :[
18:51.33g0urraname/server? could do with his spec
18:51.36Lopeppeppy750 isn't all that much, if he gets a crit.
18:51.40g0urraI don't know enough about warlocks :p
18:52.04EsineRubella at Grim Batol EU is the loladin
18:52.36Esineand.. the warlock is Maskara
18:53.14g0urraa level 22 'lock?
18:53.21Esineuhm no a lvl 45
18:53.30Esinehttp://armory.wow-europe.com/character-sheet.xml?r=Grim+Batol&n=maskara
18:53.33Esinehttp://armory.wow-europe.com/character-sheet.xml?r=Grim+Batol&n=rubella
18:53.56LopeppeppyI'm more willing to think they did 750 points and the buff just wore out.
18:54.00g0urraodd, he didn't show up for me..
18:54.21EsineLopeppeppy, in less than 4 seconds? no way. I use AGM many times a day and no one dmg that fast at these levels
18:54.26Esineand it didn't show up at the combat log
18:54.31Esineonly that Aura of Protection faded
18:54.46Esine+does
18:54.57Neuro_Medivhwow... Inscription is an insanely easy tradeskill to level, especially compared to something like Enchanting
18:55.19ShaneSvellerNeuro_Medivh: wait till the mats required are more realistically diverse
18:55.28ShaneSvellerspeaking of, did they put in those glyph vendors yet?
18:55.36NightHawkTheSan1no
18:55.47EsineNeuro_Medivh, what mats does inscription require? I had better start gathering a lot of that stuff and sell for insane profit later
18:55.53g0urraHerbs
18:55.53NeoTronEsine: herbs
18:55.57Esineah
18:56.03Neuro_MedivhEsine, it's herbs, but its massively easier than alchemy
18:56.13g0urraThe stuff that you can sell for insane profit right now too..
18:56.29Neuro_Medivhcause in alchemy, you're usually blocked by specific herbs, like goldthorn, briarthorn, etc
18:56.32NightHawkTheSan1what makes it mostly easier than alchemy is that you don't need specifi cherbs :P
18:56.47ShaneSvellerjust any from a certain tier
18:56.51Industrial:O
18:56.52Esineoh.
18:56.53Industrialnice
18:56.54kneekiI've been gathering herbs like nuts on my Paladin for inscription =p
18:56.55ShaneSvellerso the cheapest are usually best for the scribe
18:57.11Neuro_Medivhyeah, inscription is great for the dogshit herbs you never use, like wild steelbloom or kingsblood
18:57.19NightHawkTheSan1although, at least on my realm, all herb prices have spiked.
18:57.26ShaneSvellerw00t, they'll finally be worth the effort of mailing them to my mule
18:57.29NightHawkTheSan1blindweed, imo :p
18:57.56ccoxman, the economy is even weighing heavy in WoW trade chat
18:58.13Neuro_Medivhthe house just voted down the bailout bill
18:58.16ccoxyeah
18:58.40kd3talk about the shot heard 'round the world... think everyone heard about that pretty quickly and the subsequent stock market dive
18:58.45smcnhas anyone made a joke about wanting a 700 billion gold bailout from blizzard yet? if not, consider it made
18:58.46ccoxbut the trade chat I'm seeing is NOT kind to conservative politicians
18:58.57NightHawkTheSan1Neuro_Medivh: way to be 10 minutes late :p
18:59.18*** join/#wowuidev Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
18:59.32ccoxscroll back to 11:24, we were on it
18:59.42Neuro_Medivhapparently, most of the public dislikes bailing out wall street, so the house voted it down
19:00.39Neuro_Medivhaccording to cnn reports, most of the nay votes were from congresspeople who were scared of elections in 5 weeks
19:00.50Neuro_Medivhand not because they thought it was a bad idea
19:01.21*** join/#wowuidev Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
19:01.21*** mode/#WoWUIDev [+v Kaelten] by ChanServ
19:01.41NightHawkTheSan1on the one hand.. god forbid that politicians act in the service of their constituents... on the other.. sadly most people are idiots, and really don't know what they want/need.
19:02.33LunessaSadly, people are afraid to let free markets work, and think that taking money from other people to pay the bill is usually a good idea.
19:03.34LunessaOh hai!  I r ur grnmnt. Gunz, I haz dem. Gimme ur moniez so I can pay for stuffs. kthxbai.
19:03.35ccoxNightHawkTheSan1: that's going a bit far
19:03.52ccoxNightHawkTheSan1: most people may not fully understand what they need, but they're not idiots
19:04.33ccoxLunessa: this mess is a result of letting the market run free
19:04.39LunessaNo, it's not.
19:04.43NightHawkTheSan1ccox: *shrug* hyperbole sure. But I still really don't think that most people understand the economic situation enough to make intelligent decisions about what course of action to take right nwo.
19:04.56ccoxNightHawkTheSan1: true
19:05.02Neuro_MedivhNightHawkTheSan1: Representatives are supposed to vote in their constituents best interest, NOT neccessarily how their constituents want
19:05.12LunessaIf it was really that, then we'd be letting companies fail.
19:05.19ccoxLunessa: this is a pretty direct result of reduction in regulation
19:05.23NightHawkTheSan1Neuro_Medivh: that's more or less the crux of my original statement. :P
19:05.30ccoxLunessa: if we let them fail, the whole economy goes down
19:05.35NightHawkTheSan1the two are sometimes at odds
19:05.36LunessaAnd we wouldn't have been handing out pots of cash to people who couldn't pay.
19:05.38Neuro_Medivhagain I ask, ccox, what regulation was reduced?
19:06.17Neuro_Medivhthis isn't like the S&L bailout, where the govt relaxed the rules
19:06.27ccoxLunessa: yes, some companies handed out loans they should not have
19:06.41Neuro_Medivhand some PEOPLE took out loans they shouldn't have
19:07.06Neuro_Medivhand bought HOUSES they couldn't afford
19:07.07ccoxNeuro_Medivh:  and how many of those people knew the difference, when their loan officers said "sure, you can afford this
19:07.10ccox"?
19:07.28LunessaLots of companies did.  And they had government rules changes telling them to do it.  Some were just stupid.  Some were greedy.  And we're about to hand them billions for failing.  And we handed others billions for failing.  It's not helping things to give them more.
19:07.53Neuro_Medivhccox: So, it's the salesperson's fault for selling me something?
19:08.00Dashkalrelivant to this topic: http://notalwaysright.com/americas-debt-crisis-explained/1034
19:08.23ccoxNeuro_Medivh: in large part, yes, for giving homebuyers bad information about what they could and could not afford
19:08.27Neuro_MedivhLunessa: Actually, from what I've read, the Govt isn't giving them money, they're essentially buying them out
19:08.37ccoxNeuro_Medivh: for giving out loans that should not have been given out in the first place
19:09.11Neuro_Medivhccox: Why is it never the homeowner's fault?  "Oh, those bad naughty companies gave me a mortgage on a house I couldn't afford!  It's THEIR fault!"
19:09.19LunessaNeuro_Medivh: Yeah, but it's still coming out of my pocket, and your pocket for companies that should be allowed to fold up.  Banks are insured.  Depositors should be out nothing thanks to FDIC.
19:09.25NeoTronfor the most part it's the homeowners fault
19:09.28Neuro_MedivhIt's the mortgage companies JOB to get mortgages.
19:09.33NeoTronbut their failure was facilitated by mortage companies
19:09.47Neuro_MedivhBut hey, people are stupid, we must protect them from their own stupidity
19:09.50DewinNeruo_Medivh: A lot of people consider banks to be fairly trusted and to be someone who will give good advice.
19:10.00ccoxNeuro_Medivh:  how many homeowners really understand loans and what they can afford?
19:10.12NeoTrona friend told me of a case where a couple failed to get credit approved to RENT an apartment
19:10.17ccoxNeuro_Medivh: they don't understand it, they rely on loan officers, etc. to help them
19:10.18Neuro_Medivhccox: If they don't understand, perhaps THEY SHOULDN'T BE GETTING A LOAN
19:10.21DewinIf you're not sure of the legality of something and your lawyer tells you "Yes, you can do that" and it turns out you can't, is it your fault or your lawyers?
19:10.21NeoTronand wehtn down and got approved to BUY a house
19:10.34LunessaThe first rule of solvency - Don't spend money you haven't got.
19:10.47NightHawkTheSan1Neuro_Medivh: it's in the company's power to grant/deny the loan, NOT the homeowners, so thats where the fault for that lies.
19:10.48ccoxNeuro_Medivh: if that were the case, nobody would ever buy a house, unless they worked in the finance industry for many years beforehand
19:11.46ccoxNeuro_Medivh: sure, some homeowners might be to blame, and some probably gamed the system
19:11.46Neuro_Medivhccox: I disagree.  Loan basics are NOT that difficult
19:11.46DewinLunessa: Have you seen housing prices, at least on the west coat?  Most people don't want to wait until they've saved up the entire $200,000 for a 'starter house',
19:11.46ccoxNeuro_Medivh: but the majority of the blame lies with the companies giving out the bad loans
19:11.46Neuro_MedivhDewin, and there's the problem
19:11.47Neuro_Medivhpeople buying houses for way too much
19:11.47ccoxNeuro_Medivh: for people that can't understand basic fractions or statistics? Get real.
19:11.47Neuro_Medivhbecause "well, prices are only going up!"
19:11.50LunessaDewin: There's a difference between financing and spending money you can never repay.
19:11.51Josh_Borkei'm pretty sure that the problem now extends beyond the housing market...
19:12.04Neuro_Medivhccox: People who can't understand basic fractions should go back to school
19:12.05Dewinyou said don't spend money you don't have, not don't spend money you don't have /yet/
19:12.09Neuro_Medivhor should rent
19:12.23Dewinugh. Renting is bad.
19:12.27Neuro_Medivhnot right now it's not
19:12.36DewinPaying a mortage builds equity.
19:12.38Neuro_Medivhtechnically, in most markets renting is cheaper
19:12.47Dewinand mortgage interest is tax deductible
19:12.49ccoxNeuro_Medivh:  now I know you're trying to be funny
19:12.53DewinRenting just = throwing money away every month.
19:12.55Neuro_MedivhNo, I'm not
19:13.04Dewin<-- rents >.>
19:13.05Neuro_MedivhDewin, lemme find you some literature on the subject...
19:13.16LunessaSolvency is the condition of having more money/income than liabilities.  People who carry lots of debt and are inclined to spend more are failing to understand that point.
19:13.41Neuro_MedivhDewin, depending on where you live and the difference in price between mortgage and renting, it may be cheaper than a house, long-term, due to taxes, cost of ownership, etc
19:13.48DewinStandard disclaimer: My wife works for one of the banks that got out of the subprime mortgage crap really early on and are doing fairly well all things considered.
19:13.56NightHawkTheSan1Lunessa: half the problem is a system that lets that happen without immediate reprecussions
19:14.10LunessaNightHawkTheSan1: *nod*
19:14.17Dewintrue, there is that...
19:14.28LunessaToo many people don't understand that money isn't magic.
19:14.32NightHawkTheSan1which, honestly, is a given in the free market, because it's in moneylendors and corporations best interest to let it
19:14.48NightHawkTheSan1(or rather, it is in the short term)
19:14.50NightHawkTheSan1hmm..
19:14.57*** part/#wowuidev ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
19:15.23Dewinyeah, for a while there you were a SAN.
19:15.29Dewinimagine the terabytes
19:15.46ccoxLunessa: that's part of where regulation comes in: providing more immediate feedback/repricussion than slowly failing until it collapses a market (like we see now)
19:15.59LunessaBasically, like a college student suddenly discovering that his $5K credit card isn't free money when the repo man shows up - Uncle Sam is being asked to pay (using our money) for the wild excess of a few.
19:16.12ccoxLunessa: and yes, many people really don't understand money (which sadly includes my little brother)
19:16.47ccoxLunessa: yes, but if UncleSam doesn't step in, we're in for a world of hurt
19:16.47NightHawkTheSaneLunessa: not merely that, but basically giving the corporations that allowed it a minor slap on the wrist saying "bad dog", and giving them a treat.
19:16.47Lunessaccox: There was no one offering to bail my ass out when I lost everything.  And I do mean EVERYTHING.
19:17.05ccoxLunessa: more than a few economists are talking depression (and not the medicatable kind)
19:17.06NightHawkTheSaneLunessa: no one bails out the individual, only the corporation.
19:17.07LunessaAnd yet here we are, doing it for lots of people all at once.
19:17.16ccoxLunessa: yes, but do you want everyone in the country to go through that?
19:17.29ccoxLunessa: or for the government to step in and soften the landing?
19:17.31LunessaNo, but I don't want to pay for them either.
19:17.49ccoxLunessa: none of us WANT to pay the corporations
19:17.51LunessaWhich is why responsible members of Congress voted "No" today.
19:18.08ccoxLunessa: it's just a necessary evil to prevent a deeper collapse of our economy
19:18.28NeoTronas much as I hate the goverment to spend 700 billion dollars on others mistakes, companioes and/or individuals, I think not doing it will be worse
19:18.30ccoxLunessa: and why lots of people want conditions on the bailout (kill the executive compensation bullshit)
19:18.52NeoTronbut I don't feel idiots should be saved
19:19.15Lunessared herring.  Not actually relevant to the problem at hand.  The problem is that markets which have been manipulated are not being allowed to correct.  Freedom includes freedom to fail.
19:19.17NeoTronlike someone I know had tons of credit card bills and took out a 2nd mortage to pay them back and instead spent the money without paying the credit back
19:19.31NeoTronit's bad enough to take out a 2nd mortage to pay off credit cards... worse just to spend it
19:19.40ccoxNeoTron: yeah, I'd like to see some jail time for the fools that got us into this mess
19:19.48NeoTronand I don't feel people like that should be "saved" when it's their own damn fault
19:19.56NeoTronmake them move into a small apartment since they can't handle the house
19:19.59ccoxNeoTron: but executives and political appointees always seem to avoid that
19:20.43*** join/#wowuidev ckknight_ (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
19:20.43*** mode/#WoWUIDev [+v ckknight_] by ChanServ
19:20.44NeoTronI do think the executives of certain financial corporations should face jail times and heavy fines
19:20.48NeoTrontoo
19:21.23LunessaLopeppeppy: Viva La Seizurepony?
19:21.33smcnhas anyone made a mod for the alchemist minigame in zul'drak yet? i need a project ;P
19:21.59NightHawkTheSanealchemist minigame?
19:22.05LopeppeppyLunesa, you betcha!
19:22.29LunessaWoot.  The Seizure Pony ruled.
19:22.52smcnNightHawkTheSane: yeah it's a daily
19:23.17smcnnot specifically for alchemists
19:23.18Dewinsmcn: Wait... are you saying there's Bejewelled for WoW and now there's Alchemy?  <http://popcap.com/games/free/alchemy>
19:23.34smcnlol no
19:24.02smcnwell, maybe, i don't know what that game is :P basically you get a bunch of ingredients from shelves & run them back to a cauldron
19:24.05smcnone at a time
19:24.07NeoTronyou collect ingredients
19:24.13Dewinah.
19:25.06Neuro_MedivhNeotron: Did you hear about the "Extreme Home Makeover" mortgage failure?
19:25.34NeoTronyeah I did
19:25.36LunessaThat quest, it pained me.
19:25.38NeoTronsounded similar
19:25.54NeoTronesp liked how the dude tried to start new business
19:31.05*** join/#wowuidev Carancu (n=carancu@c83-255-70-30.bredband.comhem.se)
19:31.29kd3crap
19:31.38kd3they still haven't fixed the logging out on the skybreaker bug
19:35.45Dashkalkd3: lemme guess: you spawn and splatter?
19:36.54kd3neg, insta DC
19:37.36Dashkalkd3: oh ouch.  Glad I log out in the death knight "inn"
19:38.50DashkalNot entirely sure why... It isn't exactly hard to find a safe spot and inns don't matter much at 80...
19:38.53*** join/#wowuidev stew_a (n=Stewart@unafilliated/stewa/x-008753)
19:39.43DewinSo I wonder if... rested is calculated when you log in, or while you're logged in.
19:40.25Dewins/logged in/logged out
19:40.30Dewinbah
19:40.56Josh_Borkei would vote logging in
19:40.57LopeppeppyThe answer is 42.
19:41.08*** join/#wowuidev KarlKFI (n=chatzill@adcom137.adcom.uci.edu)
19:41.16DewinI've briefly pondered the idea of completing but not turning in a bunch of quests about a week before the xpac comes out, and then not logging in that toon again until after I've installed it
19:41.26Dewinthus when he comes back in the cap will be 80 and he'll have lots of rested suddenly
19:41.36Dewin+ all the XP for quest turnins
19:41.54KarlKFIgot that many quests left?
19:42.02smcndepends on how far you have to travel to turn them in
19:42.06DewinKarlKFI: It could be 25 dailies
19:42.26KarlKFItrue but then you cant do dailies that day
19:42.27DewinBut if I just did SSO isle, they'd all be close to each other
19:42.39DewinAre there any lv70-doable dailies in Northrend?
19:42.48NightHawkTheSaneKarlKFI: how would tehat matter?
19:42.48NightHawkTheSanethat*
19:42.56smcnDewin: yes
19:43.00LopeppeppyLast time they did an X pack, they deliberately limited the ability to pre-quest like that.
19:43.00nevcairielthe zeppelin one in HF is easy Dewin
19:43.03smcnthere's dailies everywhere
19:43.06Dewinwell
19:43.15DewinLopeppeppy: Howso?
19:43.16smcns/there's/there are/
19:43.26Dewinand if I limit it to just SSO it's only 17 dailies
19:43.37nevcairieldo dailys even give you experience?
19:44.08DewinThe gold reward they give is the XP->gold conversion for being capped
19:44.45LopeppeppyDewin, I don't remember how they did it, but they deliberately eliminated the ability to pre-quest for XP like that.  *gentle shrug*
19:44.47NightHawkTheSanenot that i'm immediately aware of
19:45.10LopeppeppyThey'll just recode those to be just gold giving quests, not XP quests, or whatever they need to do.
19:45.33Dewinheh.  Then maybe I should focus on regular lv70 quests ;)
19:45.40KarlKFIyou can only do dailies once.
19:45.40KarlKFIper day
19:45.40KarlKFIthus dailies
19:45.40KarlKFIthere's some in grizzly hills, if you get that far
19:46.54morkiispeaking of dailies what would be the fastest class for doing them
19:47.53DashkalThere's two in Howling Fjord that I can think of offhand
19:48.02NightHawkTheSaneLopeppeppy: i think they largely prevented it by shifting the xp curve. you got significantly more Xp for outlands quests than l60 azeroth quests at release.
19:48.04Dashkaland neither of them care a bit what class you are
19:48.14DashkalOne is a bombing run, the other a vehicle quest
19:48.18*** join/#wowuidev stew_a (n=Stewart@unafilliated/stewa/x-008753)
19:48.48morkiii mean the current ones
19:48.51NightHawkTheSanethats why everyone fled to HFC at 58, it wasnt worth doing old world quests
19:48.53morkiias far as speed
19:50.12Lopeppeppymorkil, depends on the quest.  Some it doesn't matter, some my paladin does better (demon related ones), some my rogue does better at (faster kills).
19:50.16NightHawkTheSanethe same classes/specs that grind fast, more or less, it's not like any of them do anything particularly new or interesting in terms of killing mechanics :p
19:51.21LunessaI find myself apathetic about helping poster in the forum today.
19:51.27LunessaDewin: No.
19:51.27LunessaThey're all easy, but getting there at 70 might not be.
19:51.43Dashkalmorkii: If all you want to do is be a gold-grinding machine go either Pala/DK (for the +20% fly speed to get between dailies) or BM hunter (for grindtastic never have downtime)  But it's so little a gain you're best off just being in whatever DPS spec of your class of choice
19:51.59DewinHeh... my BM hunter manages to have downtime >.>
19:52.11DewinUsually caused by SSO mobs chainspawning
19:52.15Dashkalheh
19:52.24Dashkala blood DK will probably be king of the daily grind come to think of it...
19:52.30NeoTronblood dk's have zero downtime
19:52.34DewinI kill one as two more spawn and then the one I killed comes back to life on its not-even-looted-yet body.
19:52.40Dewinsuddenly I have 30% HP and am bandaging myself
19:52.42NightHawkTheSanei think i'd be happy if i never so the SSO island ever again
19:52.52NeoTronthere are a lot of dailies man
19:52.55NeoTronspread out though
19:52.56DewinI still go there for gold, maxed rep a long time ago
19:53.00DashkalNightHawkTheSane: I hear you.  I play on a PvP server.... I got Ex and never looked back
19:53.07NeoTronI suspect we'll see various guides for tourguide
19:53.12*** join/#wowuidev Keias (i=Saiek@c-69-245-192-208.hsd1.in.comcast.net)
19:53.23NeoTron"daily quest run for rep X" and perhaps "the best 25 daily quests" run
19:53.26NightHawkTheSaneDashkal: i'm on pve, but i've done it on 3 characters
19:53.26LunessaDoing  the SSO dailies for XP in WotLK is possible, but foolish and a waste of time unless you need rep.
19:53.46DashkalNightHawkTheSane: ow....
19:54.08NightHawkTheSaneDashkal: yeah, i'm... over that zone now. :)
19:54.43DewinLunessa: I figure as much too, no quest rewards
19:55.03Dewinthough I'm almost geared for BT so I figure it'll be at least a few levels before blues start picking up.
19:55.08kd3anyone know if they pulled the targetNearestDistance cvar?
19:55.21Dewinerr... not BT, sunwell.
19:56.11LunessaDewin: And like 1/3rd the xp of even breadcrumb quests in Northrend
19:56.29DewinYeah
19:56.34DewinI wasn't planning on doing the dailies regularly for XP
19:56.41DewinI was thinking having them done before the xpac comes out
19:56.45Dewinand turn them in for a short burst of XP
19:57.07Lunessa... Don't waste the effort. :P
19:57.47DewinIt also means while I turn them in I'll be avoiding hearing [2. Trade] [Cluelessnewbie] HOW U GET NORTHREND?
19:57.57LopeppeppyEat more spinach.
19:58.37*** join/#wowuidev Kaso (n=Kaso@78.151.223.155)
19:58.55Dewinbut strength doesn't do anything for hunters
19:59.18LunessaDewin: ... In the beta, that and "HOW I GET 2 DALARAN!!!!1111"
19:59.53DewinI'm in the PTR, I hear it too.
20:00.32DewinI don't suppose wowi is still giving beta keys out to addon authors, since I'm almost an addon author.  Then again, I already know it works in 3.x since... well... that's where I'm testing it
20:00.52DewinMore interesting will be to see if it works in 2.x
20:01.12LopeppeppyThere's a PTR, I doubt they'd give out beta keys anymore.
20:01.22*** join/#wowuidev ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
20:01.29DewinI figured as much myself
20:01.31LopeppeppyLunessa, you can come stay with me and use my interwebs
20:01.33Dewinthat and they're probably out of keys by now
20:01.50Lunessaok, but I get to tape tinfoil over the windows.
20:02.02stew_aok does anyone know if its at all remotely possible to target something without the user clicking on a secure button (even if it only works out of combat)
20:02.14ShaneSvelleranyone know of any LibDataBroker providers that use a clickable tooltip?
20:02.24LopeppeppyLunessa: deal
20:02.29Dewinwhen I get this thing published I think I'm going to go back and write wiki docs for the menu voodoo that don't suck.
20:02.40DashkalI rather hope they're out of keys... Not wowi (they wern't on a budget, just a throttle), but blizzard.  Those servers got a tad full
20:02.40Lunessaok.  I'll start driving now.   See you in 3-4 days.
20:02.51LopeppeppySounds good, I'll leave the porch light on.
20:03.03DewinBeta still laggy Dashkal?
20:03.16DewinPTR actually runs fast now, I have less latency and less downtime than on my regular realm.
20:03.26DashkalDewin: it's improved quite a bit.  Not sure what they broke (I think it may have been wintergrasp)
20:03.47DashkalDewin: best bet is to ping a wowi admin and ask directly if they're still sending names
20:04.49*** join/#wowuidev Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
20:08.51Neuro_MedivhBeta has been great the last week
20:08.56DashkalI need to change mine :(  Nexus died with the calendar
20:09.16Neuro_Medivhdid they remove the calender?
20:09.32DewinI have things I wish the calendar did that currently make it totally useless.
20:09.37DewinNever got a blue reply to my post either
20:09.45DashkalNeuro_Medivh: no, the calendar killed my mod
20:09.51Neuro_MedivhOh
20:10.05Dewinactually, as far as I can tell, all of my posts on the PTR forum have mysteriously vanished
20:10.09DashkalCool idea, but the calendar component was the stick I was going to use to make people use it.
20:10.36Dewinhttp://forums.worldofwarcraft.com/thread.html?topicId=10539068322&sid=1  Maaven, you're my hero.
20:11.14Dashkalheh, I was complaining earlier that with a policy that strict I seriously wonder why they bother with a PTR forum.  Just use the in-game tool
20:11.51cog|workLunessa: hope you don't get Hg poisoning from your FEMA rations ;)
20:11.52ShaneSvellerAre there any clickable-tooltip libraries out there besides Tablet? which i've heard may or may not have issues with 3.0
20:12.24SyzgynTablet has been working fine for me in Beta
20:12.26DewinDashkal: Because if it's a suggestion (as opposed to a bug report) other players cannot add their feedback to it
20:12.34*** join/#wowuidev Yssaril (n=Yssaril@adsl-99-141-134-74.dsl.emhril.sbcglobal.net)
20:12.37Lunessacog|work: Between the salami ones and the tuna salad ones, two of my favorite foods are rapidly approaching "blech" status.
20:13.05DashkalDewin: Suggestions are unwelcome on the PTR forum.  Go to the suggestion forum
20:13.05LopeppeppyAww. *hug*
20:13.14LopeppeppyIf I thought postal mail would actually get to you, Lunessa...
20:13.40DewinDashkal: There was stuff telling us to tag post subjects as [Suggestion] if they were a PTR suggestion
20:13.47DewinIn the PTR forum
20:13.51LunessaI'm fine.  Stores are starting to open.  there's a place to buy groceries now.
20:14.19DewinThe problem with the calendar is there is no way to do open signups
20:14.24Dewinwhat would be cool
20:14.32DewinIs if you could shift-click a link of your calendar entry into chat somehow
20:14.36Dewinand people could click it and sign up
20:14.48LopeppeppyYeah, but I'd send you cookies!!
20:14.52Dewinand then you can see who's queued and allow/reject/altlist individual signups
20:15.05DashkalDewin: "Suggestions for current or classic content should be placed in the Suggestions forum: "
20:15.10LunessaLopeppeppy: You can send them to me at work. nom nom nom
20:15.14DewinCalendar isn't current or classic, it's PTR
20:15.22LopeppeppyLunessa, PM me.
20:15.54Lopeppeppy:)
20:16.22DashkalMaaven has killed more than one [Suggestion] tag saying to go to that forum.  The PTR forum's readme sets the rules up to make it a one-way report bugs post everything important and shut up.  About the only thing it can do that the in-game tool cannot is cannot-start-the-game issues or DXDiag reports
20:16.50Dewinthis is also something I posted like... first day of PTR.
20:16.56Dewinmaybe second
20:16.58Dewinbefore it said to do that
20:17.07DewinWhat annoys me is that the post isn't locked or anything, it's just flat out gone
20:17.58Dewinactualy, starting at page 25 of the PTR forum, all the pages are blank
20:18.05Dewinso maybe the forum lost it itself
20:18.06kd3the cache is broken
20:18.42Dewinsearching on my character name fails to find it also
20:18.51kd3then he probably deleted it
20:19.04LopeppeppyDewin, character search has been broken forever, I can never find my posts.  But kd3 is correct, it's probably gone.
20:19.16Dewincan't see why it would have been, but meh.
20:19.17LopeppeppyThey are much more thorough and strict on the PTR forums, just like the intro says.
20:19.58Dewinyes, and I followed everything precisely and made good reports >.>
20:20.09kd3if they're dups, they've probably been deleted too
20:20.10*** join/#wowuidev MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
20:20.10*** mode/#WoWUIDev [+v MentalPower] by ChanServ
20:20.20*** part/#wowuidev ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
20:20.28Dewinthey weren't
20:21.05DewinI searched beforehand, and can't find anything it would be a dupe of searching now either.
20:21.34Dewinbut I guess it's not important
20:28.08Dewinhmm
20:28.16DewinI disabled a bunch of addons for my mage for faster /reloadui
20:28.21Dewinand made sure it was set to my mage, not 'all'
20:28.25Dewin... it disabled it for all characters
20:28.47SyzgynDewin: I get that happening alot too. Its very annoying.
20:29.14Dewinwtb way to temp save/load addon configurations
20:29.16*** part/#wowuidev Lopeppeppy (n=Lopeppep@141.222.30.131)
20:29.22Dewinso I can switch to 'developer mode' and just have the developer tools + my addon running
20:31.56Dewinmy menus went boom. hmm. interesting.
20:32.05Josh_Borkei really like some of the in-game addon managers
20:32.13SyzgynACP isnt bad
20:32.17Josh_Borkeas long as you don't disable one of those you'll get the ability to save/load addon configurations
20:33.50Lunessahttp://forums.worldofwarcraft.com/thread.html?topicId=10532267713&sid=2000 post 14. <3
20:35.46DewinNiiiice
20:36.36Dewin... I Just mistyped 'pastey' as 'pastrey'
20:36.38Dewinnow I'm hungry
20:37.11Syzgynpastrey.net -- eatin ur code
20:37.39*** join/#wowuidev fridgid (n=fridgid@cpe-71-64-9-146.ma.res.rr.com)
20:39.22*** join/#wowuidev Kaso (n=Kaso@78.151.223.155)
20:39.39Seerahhehehe
20:41.06cladhairemmm
20:41.07cladhairepastrey.net
20:41.08cladhairei want
20:41.23cladhairehttp://wowacerefugees.com/
20:41.50Josh_Borke...
20:41.53DewinNICE
20:41.55Dewinlol
20:41.59KeiasRofl
20:42.00Josh_Borkeyou're terrible
20:42.34kneekilol
20:42.48Josh_Borkei'd leave in disgust
20:42.54Josh_Borkebut you'd all just think it was a joke :-P
20:44.48DewinHmm... is it possible to change a menu's items while it's currently being displayed..
20:45.09Dewinwell, technically I'm picking from one submenu and updating another one
20:45.21*** join/#wowuidev Cralor` (i=62d8db99@gateway/web/ajax/mibbit.com/x-80a2ca1293fc97e7)
20:47.40cladhaireJosh_Borke: not mine, but hilarious nonetheless
20:50.26nevcairielthe whois record lists some privacypost mail address, yay for open people =P
20:51.58nevcairielWhois Privacy should be forbidden :P
20:52.06cladhairewhy
20:52.11cladhairethe information they require...
20:52.18cladhairei don't want that openly queryable.
20:54.29nevcairielShall i send my complaints to some PO Box? =P
20:54.45cladhaireno, you do what I did
20:54.48cladhairehit the registrar or ISP :P
20:55.00cladhaireDIE WOWKON
20:55.18hastemood swings!
20:55.45Lunessacladhaire: I had to stiffle laffs.
20:55.53cladhaireheh
20:55.56kd3rofl, the bomb in the alliance gunship is an NPC
20:57.50hastehmm, firefox crashed so hard
20:58.02hastethat ps stopped respoding
20:58.37haste*drops out of X*
20:59.00hastel
21:03.07LunessaAWESOME. SMALL. TWEAKS.
21:04.25Neuro_Medivhlol
21:04.56hasteawesome, it hard-locked :D
21:06.49Lunessakd3: I feel shades of "Dark Planet" in that.
21:12.31*** join/#wowuidev Tem|Work (i=d195b804@WoWUIDev/WoWI/Dongle/Tem)
21:12.31*** mode/#WoWUIDev [+v Tem|Work] by ChanServ
21:17.25*** join/#wowuidev g0urra (n=g0urra@73-236.powerdsl.t3.se)
21:17.59*** join/#wowuidev Tuller (n=muffins@c-76-27-160-125.hsd1.va.comcast.net)
21:19.19Dewinhmm.  Looks like you cannot change the contents of one submenu while any portion of the menu is displayed.  Boohiss.
21:20.32batrickthere's an irc client for emacs... i suppose i shouldn't be surprised
21:22.08*** join/#wowuidev Neuro_Medivh (n=neuro@pool-96-226-8-74.dllstx.fios.verizon.net)
21:31.54NightHawkTheSanebatrick: im pretty sure the only thing there ISN'T for emacs is a vi mode. and i'm probably wrong about that
21:32.14bleeterNightHawkTheSane: don't take offence, but I suspect you're wrong.
21:32.20Industrialyou are
21:32.26Industrialtheres vim for emacs
21:32.30NightHawkTheSanewell i said as much. :p
21:32.41Industrialalso irc for vim, btw
21:32.48Industrialbut we dont talk about that
21:32.51bleeterhttp://billharlan.com/pub/emacs/
21:32.55NightHawkTheSanei want to see emacs for vim
21:32.56bleeteras an eg
21:33.01Industriali dont
21:33.02Industrial:d
21:33.13Industriali want to see some god damn pugging going on on my server
21:33.19Industrialgief badges
21:35.01NightHawkTheSaneugh, i hate pugging, even to do brewfest crap
21:35.48Industrialwell my guild doesnt let me raid offspec
21:35.53Industrialand im bored of resto
21:36.23Industrialheal the one with the least hp, repeat until end of fight, repeat until end of instance, repeat until totally fucking insane.
21:36.30Industrial>_O
21:37.39ScytheBlade1rofl
21:37.44ScytheBlade1~Industrial++
21:38.34Industrialguess ill go watch hayate no gotoku!
21:38.59Industrialgot it in h264 :3
21:41.50SyzgynNightHawkTheSane: Just pushed that pet frame mod.
21:45.00*** join/#wowuidev |Jelly| (n=chatzill@66-169-186-78.dhcp.ftwo.tx.charter.com)
22:01.52wereHamsteris it coincidence that I just received a couple spam mails with subjects 'debt management' or 'get out of debt books'?
22:02.31Lunessathey try to stay topical
22:02.39ScytheBlade1http://cryptome.org/nsa-thwart.htm
22:02.41ScytheBlade1Interesting
22:02.52wereHamsterso, how is your stock doing? I'm glad I don't have any :)
22:04.47SyzgynWhat stock?  I've got a bunch of pieces of paper with company names on them.
22:06.15*** join/#wowuidev Adys (n=Adys@unaffiliated/adys)
22:06.50alestaneThat good, huh?
22:06.54wereHamsterScytheBlade1: how is 'tunnel your traffic through ssh if you don't want the NSA to spy on you' interesting?
22:07.37ScytheBlade1The above points and the bit of info below it is the interesting part
22:07.51LunessaMy 401(k) it hurts.  It burns.
22:08.18Dumanheh
22:16.21[Liquidor]~time
22:16.21purlmethinks time is 1 dimensional, or everlasting, an illusion, or 2008.09.29 22:16:21 GMT
22:16.33[Liquidor]-.-
22:16.36[Liquidor]~pst
22:16.45[Liquidor]~pct
22:16.46[Liquidor]?
22:17.08[Liquidor]~timezone
22:17.09purlfrom memory, timezone is "ln -s /usr/share/zoneinfo/<timezone> /etc/localtime", or tzconfig
22:17.21[Liquidor]~usr
22:17.27[Liquidor]fack this
22:17.32[Liquidor]what time is it ckknight ?
22:17.42ckknighttime for me to get my freak on
22:17.53ckknight~ugt
22:17.53purlugt is probably Universal Greeting Time. Created in #mipslinux, it is a rule that states that whenever somebody enters an IRC channel it is always morning, and it is always late when the person leaves. The local time of any other people in the channel, including the greeter, is irrelevant. http://www.total-knowledge.com/~ilya/mips/ugt.html
22:18.27[Liquidor]screw ugt
22:18.36[Liquidor]what time is it in US? East or West, don't care
22:18.43Neuro_Medivh6:18pm est
22:18.43wereHamsterdateandtime.com?
22:18.49ckknightwhattimeisit.com
22:19.00Neuro_Medivhwell, technically, 6:18 edt
22:19.24[Liquidor]Is Pacific west?
22:19.30Neuro_Medivhyes
22:19.44[Liquidor]lawl "Mountain Time"
22:19.55Seerahtime.gov
22:19.56Neuro_Medivhit's 3:18pm pdt, i.e. Blizzard's time
22:20.11[Liquidor]is pdt short for pacific time?
22:20.17Seerahyes
22:20.19[Liquidor]k
22:20.26Neuro_Medivhpacific daylight time
22:20.28Seerahpst is standard time, pdt is daylight savings time
22:20.33alestanePacific Daylight time to be precise.
22:20.51Seerahwho says oh - today we start daylight time! :P
22:21.00[Liquidor]pst vs pdt?
22:21.02alestaneCongress.
22:21.12Seerahpsh
22:21.29Neuro_MedivhLiquidor: pdt means we are an hour ahead from march to oct
22:21.40Neuro_Medivhit's a misguided attempt to save energy
22:21.40Seerahso we have more daylight
22:21.48[Liquidor]oh
22:21.53[Liquidor]you name the +1 hour time?
22:21.55alestaneOnce upon a time in conserved electricity.
22:22.16Neuro_Medivhalestane, possibly, but now it just means you run your AC instead of your lights
22:22.17[Liquidor]oh we do as well :> GMT, CET, CEST or w/e
22:22.31alestaneNotice I said once upon a time.
22:23.17[Liquidor]:( When is Heroes airing then? And based on what timezone?
22:23.27alestaneI believe someone fairly reputable concluded a year or three ago that it now actually increases our costs nationally.
22:23.42cbreakchanging costs.
22:23.44Neuro_MedivhHeroes will be airing in 2 hours, 37 minutes on the east coast
22:23.45cbreaknot surprising
22:24.21[Liquidor]oh
22:24.22DashkalI'm just waiting for the dipshits who want it permanent because of asinine reasons like "My plants do better with the extra hour of sunlight"
22:24.30[Liquidor]it actually airs on diff time based on the timezone?
22:24.38cbreakhaha Dashkal
22:24.56cbreakas if the sun follows time changes :)
22:25.08Neuro_MedivhLiquidor: yes.  It airs 3 hours later on West coast
22:25.18[Liquidor]hah
22:25.32[Liquidor]well i guess its out on the web in 3 hours then
22:25.36[Liquidor]meh that's 3am :(
22:25.49Neuro_Medivhprobably a little longer actually
22:26.10Neuro_MedivhNBC waits till west coast finishes playing
22:26.28[Liquidor]nah i got a direct source from the us giving me the show when recorded
22:26.28Neuro_Medivhand the torrents need a few hours to encode and upload it
22:26.43[Liquidor]i can't watch it on nbc webtv anyway
22:26.50Neuro_Medivhdo they block it outside the us?
22:26.57[Liquidor]ye
22:26.58[Liquidor]and zomg
22:27.02[Liquidor]I'm getting PM spammed now
22:27.03Neuro_Medivhbah, BBC does that shit too
22:27.07[Liquidor]am I the only one?
22:27.13[Liquidor]I got a script on me spamming from 100+ users
22:27.19[Liquidor]how do I disable pms?
22:27.27Neuro_Medivh+i I think
22:27.32[Liquidor]set how?
22:27.57NeoTron[Liquidor]: stop being female
22:28.11[Liquidor]well
22:28.14[Liquidor]im no irc geek
22:28.26cbreakI got pm spammed too
22:28.38[Liquidor]Why would someone spam me with random letters and numbers anyway?
22:28.41cbreakI noticed it half an hour later, since many windows with whispers were open
22:28.56Neuro_Medivh[Liquidor] To be a jerk
22:29.18NeoTronI still wonder if it's limited to certain forums or if it's just a general freenode spammer
22:29.23[Liquidor]Probably the same guy who spammed all the channels until the registration was set
22:29.38[Liquidor]now spamming all the ppl in it instead
22:30.05cbreakI am not too bothered
22:30.47[Liquidor](Me standing): http://img512.imageshack.us/img512/8392/wowscrnshot092908201419ki5.jpg
22:31.14cbreaknice hat
22:32.35Dashkal[Liquidor]: what gear is that?
22:33.35*** join/#wowuidev Sixen (n=Sixen@12-210-157-250.client.mchsi.com)
22:34.30[Liquidor]Different races here :) http://img522.imageshack.us/img522/9388/magewcr0.png
22:35.48Dashkalokay... why am I getting tell spam?
22:35.56DashkalJust aim at anybody in the channel now?
22:36.09[Liquidor]ye Dashkal
22:36.12[Liquidor]Heh I bet you prefer this one :P http://i32.tinypic.com/28mir61.png
22:36.20DashkalTotal sex right there
22:36.44DashkalWhat gear is it, though?  I gotta get that on an UD female and scare the shit out of my guild :p
22:36.49HjalteWhere's the dwarf female?
22:38.10*** join/#wowuidev Shirik (n=nospam@conspiracy/developer/Shirik)
22:38.10*** mode/#WoWUIDev [+o Shirik] by ChanServ
22:38.42Neuro_Medivhoh, it's +E to stop tells from unregistered nicks
22:38.50Shirikyes
22:39.07Neuro_MedivhShirik, some spambot is now directly spamming users
22:39.12ShirikI know
22:39.27Shirikunfortunately I can't code Shiibot to handle that
22:39.40Neuro_Medivhno worries, I just had to remember which user setting it was
22:39.54Neuro_Medivhit's actually rather difficult to find a list of available user settings
22:40.11Stanzilla[Liquidor] now tell us what gear that is :P
22:41.02Shirikfreenode.net has them all listed
22:41.11[Liquidor]These are nice too :) http://www.wowhead.com/?item=13129#screenshots I use them on my twink: http://img140.imageshack.us/img140/2513/wowscrnshot031208212559zy0.jpg and http://img142.imageshack.us/img142/8765/wowscrnshot031208212542un9.jpg hehe :P
22:41.50Cidecan you get user list without joining the channel?
22:41.59Shirikyes
22:42.08Cideis there a mode to disable that?
22:42.12Shirikprobably
22:42.17Cideshould do that then
22:42.20*** join/#wowuidev kamdis (i=405f8902@gateway/web/ajax/mibbit.com/x-d016ca8f60f099fe)
22:42.30[Liquidor]dunno on freenode but on Qnet you can hide the userlist
22:43.26Shirikhrm
22:43.29Dashkalblack mageweave leggings + vest. http://www.wowhead.com/?item=9999 http://www.wowhead.com/?item=9998
22:43.30Shirik(18:43:22)  -› 'p' is unknown mode char to me
22:44.11DashkalChannel mode +s "This channel will not appear on channel lists or WHO or WHOIS output unless you are on it. "
22:44.18*** mode/#WoWUIDev [+s] by Shirik
22:44.25ShirikIt should be +p
22:44.32Shirik+p is +s without the "channel lists" part of it
22:44.36Dashkal+p "  Traditionally, this option made a channel "private," i.e., users could see it on a channel listing as <prv> but could not see the channel name or the members. This mode is synonymous with +s. "
22:44.37Shirikbut whatever
22:44.50Dashkalmarked deprecated
22:45.01Shiriknot deprecated anymore, it's all out removed
22:45.07Shirikapparently
22:45.16Dashkalapparently
22:45.24smcnparently
22:45.54[Liquidor]parent
22:46.23g0urraarent
22:46.36Dashkalrent
22:46.43Shirikyou people are very strange
22:51.03wereHamsterNO, U!
22:51.25kamdisTem, lol you got forum ignored.
22:51.43DashkalShirik: aww, you were supposed to say net
22:51.44Shirikforum ignored?
22:51.57kamdisyou know the "ignore posts by this user" thing
22:52.03Shirikby whom?
22:52.20CideDashkal: "net"? "ren" or "ent" maybe
22:52.32Dashkal:p
22:52.40kamdisSome doofus on the death knight forum who wants a buff when bosses parry us, so that he can DW tank.
22:53.03CideI thought they wanted to make DW tanking a viable option
22:53.04Cideis it not?
22:53.06Shirikhe announced to everyone that he was doing an ignore?
22:53.10ShirikIs that really necessary?
22:53.16DashkalCide: such a buff would make DW tanking the _only_ option
22:53.35Cidenope
22:53.39Cideyou can always balance it
22:53.43kamdisyes, and then replied to him again. haha.
22:53.48Cideall I asked is if dw tanking is not viable though
22:53.58kamdisit's okay
22:54.01kamdisit's doable
22:54.10Cidebut is it as good as 2h tanking?
22:54.19kamdisassuming that all the parry-gib stuff is exaggerated, which i strongly suspect now that crushings are out
22:54.21kamdisno
22:54.33kamdisyou'll be harder to gear
22:54.39Shirikwow
22:54.42kamdisyou'll need to find a crap ton more expertise
22:54.44Shirikwe decided to suspend raiding until wrath
22:54.45Shirikboo
22:54.54DashkalIf you don't expertise cap you'll gib yourself...
22:54.57kamdisit's only 6 weeks
22:54.57Cidethere you go then
22:55.07Gnarfozparry-gib = myth
22:55.11Cidenope
22:55.14|Jelly|~hug Shirik
22:55.15purlACTION hugs Shirik
22:55.16DashkalCide: the counter is that once expertise-capped you'll _have_ to go DW.
22:55.19Cideparry-spike-damage = not myth
22:55.28Shirik6 weeks is half my DKP...
22:55.29Gnarfozparry-gib != parry-spike-dmg
22:55.30Shiriklol
22:55.38|Jelly|You'd be surprised how fickle people are when they're told they wont be raiding for 6 weeks. :-\
22:55.39Cidethat's why I reworded it
22:55.41kamdisgnarfoz, true
22:55.43Cidebut spike damage is bad
22:55.47Dashkalparry-spike-dmg on a class that's more avoidance than midigation is a worry...
22:55.56Cideself-caused spike damage is stupid as hell
22:55.56Gnarfozmeh, DKs?
22:56.01kamdisavoidance tank = scary
23:02.41Shirikok I'm going to head home
23:02.42Shirikbyes
23:02.57*** part/#wowuidev g0urra (n=g0urra@73-236.powerdsl.t3.se)
23:03.32*** join/#wowuidev kenlyric (n=kenlyric@skenlam.itpo.iu.edu)
23:08.06*** join/#wowuidev Antiarc (n=Antiarc@wsip-70-184-82-98.ph.ph.cox.net)
23:12.16Dashkalkamdis: from experience we aren't too bad, just a smidge more spiky than warriors or druids
23:12.28Dashkalthe frost presence buff really helped
23:13.26Shirik|zZzseriously?
23:13.29Shirik|zZzDow down 778?
23:13.41NightHawkTheSaneindeed
23:14.29NightHawkTheSane"zomg the goverment wont give us rich executives the money we wastefully squandered with no oversight! panic! panic!"
23:14.45Shirik|zZzlol
23:19.09*** mode/#WoWUIDev [-rJ] by Shirik|zZz
23:19.43kamdisDashkal, oh I know.  I just think Parry is a really bad stat to base a tank around, unless they give us some additional passive mitigation, or mitigation that is based on Parry rating.
23:20.08smcnthere needs to be a didthefailed700billionbailoutdestroytheworldyet.com
23:20.19Shiriklol
23:21.38Dashkalkamdis: We aren't so much based on parry.  Frost presence gives us a "shield" of sorts (the armour, not the block).  We can then gem to the stats of our choice.  My personal choice will probably be dodge.
23:21.59DashkalThe extra parry raiting itself gives us our "block"
23:22.10NightHawkTheSaneDashkal: well, you're more parry based than any other tank
23:22.26DashkalNightHawkTheSane: certainly.  It counters the lack of block.
23:22.28kamdisDodge would be ideal, imo.  But Frost Presence needs a buff then, because we have lower base mitigation than any other tanks.
23:22.34Neuro_Medivhmore like, we're avoidance based
23:22.45EsamynnNightHawkTheSane: only because Bears can't parry
23:22.51Dashkalkamdis: frost presence did just get a buff.  It has a scaling health buff built in now
23:22.53Esamynnoh wait, that's only Druid Bears :/
23:22.54NightHawkTheSaneNeuro_Medivh: no more so than any other tank i dont think
23:23.05NightHawkTheSaneEsamynn: .... what does that have to do with anything?
23:23.22Neuro_MedivhNightHawkTheSane: Dunno, seems like we're supposed to dodge/parry more than warriors
23:23.34NightHawkTheSaneNeuro_Medivh: well, parry, yes. but dodge you're on even footing
23:23.48NightHawkTheSaneNeuro_Medivh: but, in terms of avoidance, the extra parry makes up for lack of block, in theory
23:23.49EsamynnNightHawkTheSane: never mind
23:23.56DashkalWarriors have this big flat chunk of steel between them and the boss.  We have our 2h.  Of course we parry :p
23:24.09Neuro_MedivhI read somewhere that the +parry from str actually comes out to maybe 1%
23:24.13NightHawkTheSaneEsamynn: if you're griping about druids unable to parry, thats nice, i sympathise, but it's hardly relevant.
23:24.51Esamynnnah, I wasn't really being serious, I think the statement made more sense in my head :P
23:25.09NightHawkTheSanei'm sure lots of things make more sense in your head. ;)
23:25.37Esamynnindeed they do
23:25.50Neuro_Medivh"You know, judge, in my head this really wasn't murder... it made much more sense"
23:26.02NightHawkTheSanethat'll be my defense, for sure.
23:26.53Neuro_Medivh"Mr NightHawkTheSane, why did you kill this man you have never met?"  "Well, your honor, he rickrolled me on a really bad day, so..."
23:27.00DashkalNah, just blame games "I thought he'd just respawn in 30 seconds!"
23:27.12NightHawkTheSanehahah
23:27.18NightHawkTheSaneyou know, rickrolling always amused th e hell out of me
23:27.25Neuro_MedivhDashkal, that'll work!  Jack Thompson can be your defense attorney!
23:27.30NightHawkTheSanebecause it's not actually offensive
23:27.46NightHawkTheSane(well, unless you have something personal against rick astley)
23:28.10DashkalI've never quite understood why some people start exploding at the sight of that video...
23:28.23NightHawkTheSaneits not even a bad video.
23:28.30NightHawkTheSanei mean, its cheesy as hell, but it was the 80s
23:28.59Neuro_MedivhI was always partial to http://i40.photobucket.com/albums/e216/duncan0/NGGYU.jpg
23:29.12Neuro_Medivhone of the better rickrolls I've seen
23:29.35NightHawkTheSanethat's really awesome
23:30.32*** join/#wowuidev WobWork (n=Wobin@203-206-178-228.perm.iinet.net.au)
23:30.36Dashkalthat's a pretty decent quality photoshop in its own right...
23:31.46Esamynnoh, just to be completely off topic, I would like to say that the removal of the target limit on Swipe (and Thunderclap) is *HAWT*!! 8)
23:32.07Dashkal*bouncebouncebouncebouncebounce*
23:32.13Esamynnlol
23:32.30Neuro_Medivhas long as they don't remove it from psychic scream or int shout
23:32.31DashkalI was, uh, somewhat happy when I read that over the weekend :p
23:32.44EsamynnDashkal: oh? only a little huh? :P
23:33.07SyzgynHey NightHawkTheSane: Incase you missed it before, http://www.wowinterface.com/downloads/info11051-PetList.html
23:33.16DashkalI probably shouldn't comment further :p
23:33.17NightHawkTheSaneSyzgyn: i did, in fact, see it. :)
23:33.22EsamynnDashkal: I wonder, will Swipe now be better for AOE than Hurricane?
23:33.24Syzgynok then!
23:33.39DashkalHurricane for AoE *shudders*
23:33.49Esamynnlol
23:33.54Esamynnthey did buff it and remove the cooldown
23:33.54*** join/#wowuidev Ackis (n=asdf@WoWUIDev/WoWAce/ARL/Troll/Ackis)
23:34.00SyzgynEsamynn: the TC change is nice, but also means warriors now have yet another useless glyph :P
23:34.06Esamynnlol
23:34.09DashkalThere's just this little detail of how you're tanking in leather with barkskin :p
23:34.19EsamynnDashkal: yah :/
23:34.24Dumansyz: that glyph was never working tho
23:34.30EsamynnDashkal: but I just meant damage wise
23:34.37SyzgynThat doesnt make it any less useless
23:34.40Dumanperhaps the glyph will up the dmg or something
23:34.45Dumanheh, fair enough
23:34.59DashkalEsamynn: if we could somehow conce-urricane, that would have worked.  I rather like the swipe change since we still have to actually face our targets and avoid CC
23:35.02Gnarfozhttp://www.hardocp.com/news.html?news=MzUyMTUsLCxoZW50aHVzaWFzdCwsLDE= oO
23:35.03SyzgynWarrior glyphs in general suck.
23:35.09Esamynnhey, I use hurricane these days when there is a paladin tank and I'm not really doing anything else
23:35.20Dumanreally?  I was liking the ones I'm using
23:35.25DashkalThe most use my hurricane gets is the imp pack just before Illhoof
23:35.30Dumanbut I'm playing some wacky rend-overpower Arms spec ;)
23:35.42EsamynnDashkal: I use it for waves 1 and 2 for the first 2 bosses in Hyjal too
23:35.44bleeterMOAR COFFEE
23:35.48DumanI have the OP-on-parry, +3sec rend, and charge cooldown lowering glyphs
23:35.59DashkalSame general theory.  Not much point single-target DPSing an aoe pack
23:37.40DashkalOne thing I've always missed on my cat: Bladeflurry.  Something, anything, to hit more than one thing at a time
23:37.50Esamynnindeed
23:38.12SyzgynDuman: You're right, PvE arms wars are ok.  But wheres the nice fury glyphs, or prot glyphs?  Compared to other classes we're missing the really nice dps boosting ones.
23:39.04Esamynnso, any guesses on 3.0 yet?
23:39.18Syzgyn1-2 more weeks
23:39.21Syzgynno way its tomorrow
23:39.21bleeterwhat are we guessing, and what do I win?
23:39.40EsamynnSyzgyn: I *very* much doubt it'll be the week of BlizzCon
23:39.46Syzgyn*shrug*
23:39.53SyzgynThen after
23:39.54bleeteryup, straight after blizzcon imo
23:40.00EsamynnI'm thinking 3 or 4 actually
23:40.08SyzgynI'm not going to blizzcon, I dont keep track of when it is :P
23:40.12Esamynn:P
23:40.23bleeterof course, when I say 'straight after'...
23:40.25bleeterI mean...
23:40.29Esamynnthere is BlizzCon recovery time to take into account
23:40.30bleeter... after everyone's recovered from the hangovers
23:40.31Dashkal15 minutes of combined sale time
23:40.49bleeterEsamynn: I see we're of the same mind ;)
23:40.50Esamynn~comfort Dashkal
23:40.51purlThere, there, Dashkal.  It's OK.  I'm here for you.
23:40.53DashkalJust cause I _really_ couldn't afford it anyway...
23:41.05bleetergunna cost me AUD$30 to go
23:41.08bleeterboth days
23:41.12Esamynnhahaha
23:41.14Esamynn:P
23:41.14bleeterand get the mount, afaik
23:41.22DashkalThat trip would have cost me all-in-all about two grand CAD
23:41.49bleeterand.. what's even better.. is the person I'm paying to get the PayTV sub.. is hawt.. single.. female... and wants to learn about the game RAWR
23:42.05bleeterI cannot possible not win
23:42.09bleetery
23:42.09Cidehow can it cost you 2k CAD?
23:42.09bleeterbah
23:42.19Cideit costs me roughly the same, and I live in *sweden*
23:42.19Esamynnbleeter: something tells me that the mount is gonna be WAAAY more common that either Murky or the Suit
23:42.21DashkalCide: travel, accomidations, food, disneyland :p
23:42.29Cidehow much is travel for you?
23:42.42Dashkalapprox 700 at the time I looked.
23:42.47EsamynnCide: travel for me is gonna be about $600
23:42.54Cideone way or return flight?
23:42.57Dashkalreturn
23:42.58Esamynnreturn
23:43.22Cideit's ~1400 CAD or $1325 USD for me
23:43.24DashkalIf you're trying to follow my numbers, they're inflated.  I always inflate a travel budget for that shit that always seems to hit the fan
23:43.29CideI don't get how it can cost you 2k
23:43.33bleeterEsamynn: with Blizz now supporting 'remote attendance', I wouldn't be suprised. Seriously, though, I'm signing up just so (hopefully) I can put some voices to the #'s nicks of you lot! :P
23:43.41Cideok, then
23:43.43DashkalThe actual figures came closer to 1500
23:43.44Esamynnhaha
23:43.54DashkalI don't believe for a _moment_ that everything would go right
23:43.58Cideabout what my trip costs alone
23:44.02Esamynnbleeter: not likely :P
23:44.21Esamynn~comfort Cide
23:44.22purlThere, there, Cide.  It's OK.  I'm here for you.
23:44.59bleeteranyways, apparently the directv page is in some circular loop if you already have directv and people can't order it
23:45.09Esamynnlol
23:45.10bleeterand, according to the small print, there's only two days you can order it on anyways
23:45.29Neuro_MedivhI still think it's the stupidest offer ever
23:45.39Neuro_Medivhdo you get the gift bag if you watch the PPV?
23:45.43DashkalThose of you who are going... I demand photos :p
23:45.49Neuro_Medivhcause that's the only reason I could see getting it
23:45.49EsamynnNeuro_Medivh: just the mount, I think
23:46.00bleeteryeah, the mount
23:46.11bleeterPOLAR BEAR MOUNT GIFT CARD OFFER: Offer ends 10/11/08. Automatically receive a gift card (no retail value) that can be redeemed for a World of Warcraft® in-game polar bear mount with flag waving murloc (mount) when you purchase the BlizzCon 2008 event in either SD or HD on either October 10 or 11, 2008 for $39.95.
23:46.35Neuro_MedivhIt's like telling someone "hey, we know you really wanted to eat, but we ran out of food... so here's some PICTURES of food!  That should be good enough for ya!"
23:46.39bleeterso you've gotta order it in the last two days of the offer being open to qualify, if you order earlier, according to the small print, yer screwed for the mount
23:46.50Esamynnpolar bear mount will be more common, but Murloc on a Polar Bear mount won't be! =D
23:47.31Esamynnbleeter: I think that's just some screwed up grammar :P
23:48.01Neuro_MedivhI think they're telling you the event is on oct 10 and 11, not that you must order on those days
23:48.06bleeterEsamynn: from reports on CSF, large chunks of the DirectTV page are screwed up, so wouldn't shock me :P
23:48.15EsamynnNeuro_Medivh: it IS on Oct 10 and 11 ;)
23:48.47Esamynnso yah, screwed up grammar, and all that
23:50.22Arrowmasterbleeter: actually current directv customers couldnt order the blizcon package until the 28th, the pages are worded really badly
23:51.06Esamynntypical lack of even the most basic semblance of proofreading
23:51.19Esamynnit's sad really
23:51.58bleeterdid folks see the new Blizz JopOpp page with all the sexor photos?
23:52.11kamdiswhere is that fine print from bleeter?
23:52.58DashkalI worry when a workplace has a gym and such on campus...
23:53.38bleeterkamdis: http://www.blizzard.directv.com/DTVAPP/global/contentPageNR.jsp?assetId=P4880012
23:53.43bleeterkamdis: FAQ Question #3
23:54.40bleeterDashkal: but they do have a museum and a theatre :)
23:56.37*** join/#wowuidev kaelten (n=Kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
23:56.37*** mode/#WoWUIDev [+v kaelten] by ChanServ
23:57.08NeoTronDashkal: worry when offices come with a bed and a shower
23:57.15kamdisthanks.  yeah, that's just bad grammar/legalese.
23:57.22DashkalNeoTron: Isn't that google? :p
23:57.27kamdissounds to me like you just have to purchase either day to qualify.
23:57.51*** join/#wowuidev ddsmith (n=ddsmith@12.6.239.179)
23:57.53kamdisto purchase the event for either day i mean
23:58.31Esamynnkamdis: I think we'd all pretty much agreed that was what they really mean to say
23:58.38Esamynnthe point is, that's NOT what it says
23:59.24kamdistrue

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