IRC log for #wowace on 20080529

00:00.00Xinhuanif x0.75 doesn't seem right, set it at x0.5
00:00.10Xinhuanetc
00:00.18Xinhuanso far it seems that x0.75 is right for bloodboil
00:00.35Xinhuannote also that bloodboil has 2 abilities named exactly the same
00:00.39Xinhuanboth are called Eject
00:00.46Xinhuanone has a knockback effect
00:00.49Xinhuanthe other has a stun effect
00:01.05profalbertXinhuan: do they have the same spellID too?
00:01.06Xinhuannow obviously prior to 2.4, you can't tell which effect is which
00:01.08*** join/#wowace SNiLD (i=snild@nurmijarvi.net)
00:01.14profalbertah, nvm
00:01.14Xinhuanafter 2.4, you can tell htat from the 2 spellIDs
00:01.16Jagobahack my wowaceupdater isn't working :(
00:01.25NeoTrondamn pre-bc tier pieces have 20 and 25% threat reduction as set bonuses?
00:01.33Xinhuanbut again, threat-2.0 assumes that only the one with the knockback reduces threat
00:01.36Xinhuanand the stun one doesn't
00:01.37NeoTronthat'd be fricking huge. plsadd for t6 6 piece bonus or something
00:01.42Xinhuanso who knows if its correct or not
00:01.48*** join/#wowace Shirik (n=nospam@70.44.95.176.res-cmts.sm.ptd.net)
00:02.02Xinhuanand you can't really "test" it either
00:02.16*** mode/#wowace [+v Shirik] by ChanServ
00:02.28NeoTronthe main thing is blizz needs to add api's for threat
00:02.34NeoTronso threatlib becomes unnecessary and only Omen remains
00:03.04NeoTronor events or something
00:03.14Xinhuananyway after all of this, if you think KTM is more accurate, do switch to it and come back and tell us if its better or worse
00:03.34Xinhuani have a feeling nobody here actually read ktm code after 2.4
00:03.35*** join/#wowace Dark_Elf (n=Dark_Elf@ip184.net253.mw.net)
00:03.44Xinhuanso we don't know how ktm does its stuff now
00:03.45NeoTronit was bad before
00:03.52NeoTronI can't imagine it's good now (code-wise)
00:04.00profalbertdoes ktm now do multi-target?
00:04.06Xinhuani assume it does
00:04.13Xinhuanor omen would still be "of choice"
00:04.18Arrowmasterlike i said it used to ignore all kinda of minor threat changes
00:04.54profalbertthe good thing about ThreatLib is that is fits in other addons as well
00:05.13Arrowmasterbut threatlib is still buggy on that, casting a curse on a mob as the first threat gain doesnt register in threatlib
00:05.24Xinhuanactually Arrowmaster, it does register
00:05.29Xinhuanit registers as 0 threat
00:05.32Arrowmasterdoesnt display it
00:05.34NeoTronThere's also a "Diamond Threat Meter". not sure if that uses threatlib or something else
00:05.39Arrowmasterwell its not 0 threat though
00:05.40Xinhuanbut Omen specifically ignores threat that has a 0 value
00:05.49Xinhuanas opposed to threat that has a nil value
00:05.52ArrowmasterNeoTron: it doesnt
00:06.03Xinhuanbecause threatlib always replies with a integer
00:06.06Xinhuanor rather a double
00:06.07Arrowmasterbut curses arent 0 threat
00:06.29Xinhuanwell until someone finds out how much threat it really is
00:06.34Xinhuan(and how would you do this??)
00:06.41Arrowmasterbut we used to know
00:06.52Xinhuanyeah how? and what value is it
00:07.13Arrowmasteri dont remember exactly
00:07.25profalbert42
00:07.50Xinhuanif its not accounting for that casting threat, then that obviously will add up over a fight and underestimate a lock's threat
00:08.09Xinhuan42 threat out of a 2k shadowbolt is about 5%
00:09.52Xinhuanthere's a few other things you might want to know NeoTron
00:09.53NeoTronhmm DTM doesn't rely on network communcation for threat calculations
00:10.08Xinhuansome skills, like soulshatter
00:10.14Xinhuanhas a range (30 yards?)
00:10.24Xinhuanif you cast it outside that range, it has no effect on the boss
00:10.26Arrowmasterhmm
00:10.33NeoTronafaik 40?
00:10.36NeoTronor 50?
00:10.39Arrowmasterlooked at the warlock module and theres nothing for debuff threat
00:10.48Xinhuanbut omen will deduct your threat across all mobs as long as it doesn't receive a resist
00:10.58Xinhuansince it isn't going to check your range against every mob
00:11.03NeoTron50 yards
00:11.20Arrowmasterbut wont it get a combatlog message for all mobs that it suceeds on?
00:11.22Xinhuan(aka by polling every raid member's targets and finding valid unitIDs and checking the range of it against that ID)
00:11.28Xinhuannot sure
00:11.29Xinhuani'm not a lock
00:12.16buuHey, did assessment ever start working?
00:12.41Xinhuan-- Soulshatter uses 32835 when it lands, 29858 for "player performed it", and _both_ (apparently at random) for misses. o.0
00:12.47Xinhuanthat's the comment in the file
00:13.26Xinhuanbtw Arrowmaster, CastLandedHandler <-- this occurs on SPELL_CAST_SUCCESS meaning it doesn't check for resists
00:13.43Xinhuanso the name is misleading
00:13.58Xinhuanand hence all pet aggro moves uses CastLandedHandler[]
00:14.08Xinhuanand all add threat without checking for resists
00:14.15Xinhuansuch as Tormet
00:14.17XinhuanTorment
00:14.32Xinhuanin fact, the same mechanic is used for taunt/growl ;p
00:14.42NeoTronI'm ok with that though
00:14.55XinhuanAbilityHandlers[] is called when a ability lands on mobs
00:14.55NeoTronand still unrelated to our issue at hand :)
00:15.44*** part/#wowace profalbert (n=profalbe@91-113-29-167.adsl.highway.telekom.at)
00:15.46Xinhuananyway, you can run both KTM and Omen
00:15.53*** join/#wowace Estil (i=lucretiu@c-24-22-66-58.hsd1.mn.comcast.net)
00:15.58Xinhuanof course the whole raid must run both
00:16.41Xinhuanomen+threatlib's CPU usage is already fairly high
00:16.52Xinhuanammo always complains about Omen bringing his fps down to 5
00:17.05Xinhuanwithout omen enabled, with just threatlib enabled, he gets about 12 fps
00:17.06AntiarcI think that's a rendering thing, and I haven't been able to reproduce it :/
00:17.21AntiarcBut at any rate, KTM's CPU usage is pretty insanely up there still
00:17.42Xinhuani've optimized it a bit, should use a lot less now, but the whole issue stems from rearranging bars
00:17.49Antiarcoh?
00:17.56Antiarcreanchoring is that expensive?
00:17.59Xinhuanrather than just changing the text on bars
00:18.04Xinhuanapparantly
00:18.08Xinhuanwhich method that omen1 use?
00:18.08AntiarcHuh.
00:18.11AntiarcSame method.
00:18.25Xinhuani dont' have any conclusive tests, i'm just guessing
00:18.38Xinhuanas it is your bar reanchoring is donig far more than just that
00:18.40AntiarcIt should be possible to abstract the bar object from the frames, and just acquire the next frame in a series
00:18.51AntiarcTo avoid actually doing any frame reanchoring, if it's that bad
00:18.57Xinhuanits updating text labels and colors and stuff
00:18.59*** join/#wowace profalbert (n=profalbe@91-113-29-167.adsl.highway.telekom.at)
00:19.03Xinhuanand calculating bar height left
00:19.12Antiarcwhich should be relatively cheap
00:19.15Xinhuanand generally speaking accessing about 20 tables
00:19.26Xinhuanwhere a simple loop only needs to access 1 or 2
00:19.45Xinhuanif i know the amount of space can fit 11 bars
00:19.49Xinhuanthen i add 11 bars
00:19.58Xinhuanwhy keep calculating the space left in AddBar() on every bar added?
00:20.05AntiarcTo allow for variable-size bars
00:20.18Xinhuanthere aren't any variable sized bars
00:20.20AntiarcWhich was an Omen 1 feature I intended to bring back before I got so busy
00:20.44buuHello dear modder people.
00:20.47Xinhuananyhow its things like that that increase CPU usage
00:20.53buuIs the 10 bars of action bars a hard limit?
00:21.00Xinhuanespecially the unpack call on new bars
00:21.05Xinhuanto set the labels
00:21.22AntiarcUnpack should only happen once per created bar
00:21.29AntiarcAnd bars are pooled
00:21.41AntiarcSo you're looking at maybe 15 unpacks over the course of a play session unless you switch modules
00:21.44Xinhuani found out that setting the title bar used 0.2ms of time and anchoring 20 bars only took 0.3ms
00:22.02Xinhuanbut omen was clearing the bars on every TARGET_CHANGED
00:22.16Xinhuanmeaning it releases all the bars and then recreates them all
00:22.22AntiarcHmm. That's wrong, then
00:22.31AntiarcIt shouldn't be releasing the bars, just hiding them.
00:22.40AntiarcMore or less.
00:22.55Xinhuanin particular was when a target was unselected - that released all bars, switching targets only hid them
00:23.15Xinhuanbut that caused memory leaks in every other mode except singletarget
00:23.21Xinhuanbecause the bar.guid is a unique label
00:23.25Xinhuanfor player..target
00:24.02HjalteIs there any addon that works together with Omen that could help me notice when I have high threat, kind of like MyThreat?
00:24.09Xinhuanthe whole system is thus somewhat flawed
00:24.25Vonhintenhjalte, a big flashing screen isn't good enough?
00:24.26Xinhuanespecially the options and options memoizations
00:24.32Vonhintenor a siren sound?
00:24.36HjalteVonhinten: Not really :(
00:24.49profalbert:o
00:24.51Vonhintenheh, I dunno what to tell you then
00:24.56HjalteThe sound alarm is very annoying, seeing as it also goes off when the boss changes target and such
00:25.21HjalteAt least on some bosses it's very annoying, like Illidan :)
00:26.19Xinhuanalso Antiarc, the current system is such that an update to omen's screen
00:26.36Xinhuanonly occurs at most once every 0.25 seconds and only if there isn't a update in the last 0.25s
00:26.51Xinhuanthis means if i fireball.... and fireblast at the same time
00:26.57Xinhuanthe first spell updates threat and omen display
00:27.08CIA-4203ackis * r75422 10FuBar_SkillsPlusFu/SkillsPlusFu.lua:
00:27.08CIA-42FuBar_SkillsPlusFu:
00:27.08CIA-42- Quick fix for error people are getting, looks like deleted saved vars will also fix it.
00:27.08CIA-42- ["cooldownSave"][server|char][true] is the issue, probably from when the void shatter transmute got nuked it didn't get out of sv's correctly
00:27.09Xinhuanthe second spell to land 0.1s later will update threat, but NOT omen display
00:27.14AntiarcYou'll get an update a quarter second later
00:27.31Xinhuanit doesn't - unless somthing else changed and caused the display to update
00:27.48Antiarcmm. I'll check into it.
00:27.51Xinhuanin a actual party/raid situation this obviously isn't too much of an issue
00:28.00Xinhuanas combat log and incoming comms causes enough updates
00:28.07Xinhuanto occur about 2-3 times a sec
00:28.28Xinhuanbut it means that the last incoming threat change isn't going to be displayed until something outside that 0.25s sliding window occurs
00:28.39Xinhuanthe same technique was used for sending threat comms
00:28.56Xinhuanthis means if a tank casts a sunder, then casts heroic strike within 1.5 sec of each other
00:29.04Xinhuanthat second strike isn't going to get sent
00:29.17Xinhuanbecause it was within the sliding window of the last comms sent
00:29.34Xinhuanthis means threat wont' be sent on comms until the next move the warrior makes to change his threat again
00:29.46CIA-4203apoco * r75423 10RBM/ (5 files in 2 dirs):
00:29.46CIA-42RBM:
00:29.46CIA-42- CooldownWatch will now clear cooldowns when leaving arena.
00:29.46CIA-42- Bars with 'nil' set as icon will now show as a full bar without an icon instead of showing a random icon. "@random" can still be used to random an icon however.
00:29.46CIA-42- Fixed nil error with LibFuBarPlugin-Mod-3.0 on no-ext zip.
00:29.48Xinhuanto do the "last comms sent" time check
00:30.10Xinhuanthis of course means that threat displayed on omen is always delayed by a few seconds
00:30.24Xinhuanand CAN account for people pulling aggro at 90%
00:30.37Xinhuan(hope you're reading my last 50 lines NeoTron)
00:30.41NeoTronI am
00:30.53NeoTrondelay can account for especiallyy early pulls
00:31.07NeoTronbut later in the fight the absolute difference is larger
00:31.08Xinhuanthis is different from setting a timer to execute 0.25 s later to update/send comms
00:31.13*** join/#wowace JoshBorke (n=josh@WoWUIDev/WoWInterface/LegoBlock/joshborke)
00:31.13NeoTronso 90% is a lot larger number
00:31.35Xinhuanand to do it immediately if there isn't already a timer active
00:32.12Xinhuanthis is partly due to design
00:32.24Xinhuanbecause the bar animations are set to animate over a 0.25s period of time
00:32.31Xinhuan(if you have bar animations turned on)
00:33.10Xinhuanmeaning the bar background bar color "grows"/"shrinks" to the new value over 0.25s, one OnUpdate per bar
00:33.44OlisonMmm I'm having like tiny little |'s in every line with an icon on the chat, statblocks too, what causes that?
00:34.38Xinhuan(and the code is set to not call OnUpdate if there's already an OnUpdate going, so the bar could grow to a incorrect visual value in size if the update interval is less than 0.25)
00:34.44Funkeh`possibly your font
00:35.11Xinhuananyway... enough rambling from me :)
00:35.56OlisonMh Funkeh`, that's bad :< Merde!
00:36.20CIA-4203apoco * r75424 10RBM_Incubator/ (. Incubator.lua RBM_Incubator.toc): RBM_Incubator: Initial Commit
00:44.26*** join/#wowace Silverstorm (n=chatzill@c-24-22-163-190.hsd1.wa.comcast.net)
00:45.49*** join/#wowace Viper_0000 (n=Viper_00@184-23.126-70.tampabay.res.rr.com)
00:46.19CIA-4203scorpio0920 * r75425 10WoWEquip/localization.zhTW.lua:
00:46.19CIA-42WoWEquip:
00:46.19CIA-42- Update zhTW localization. (Thanks childtom)
00:46.45CIA-4203brimm * r75426 10MyThreat/MyThreat.lua:
00:46.45CIA-42MyThreat:
00:46.46CIA-42-Now hooks "UNIT_TARGET" even and refreshes when player target changes target.
00:46.54Viper_0000who wants to link me to the sexiest aloft config setup
00:46.59Viper_0000so i can use it
00:47.38*** join/#wowace Guillotine (n=Guilloti@cpe-76-167-203-65.socal.res.rr.com)
00:48.06Arrowmaster18945 is molten giant knockaway but it doesnt look like threat-2.0 is handling it
00:49.57Arrowmasterwait
00:50.01Arrowmasterits in threat-2.0
00:50.39Arrowmasterbut it wasnt working
00:51.04NeoTronone thing that would be nice would be to haev an absolute threat warning
00:51.08NeoTronrather than relative
00:52.20NeoTronthen you could set it so you know that "if I get two SB crits in a row I'm dead" rather than "hmm what does this mean, exactly, let's do some quick math on the fly with changing numbrs
00:52.41Arrowmasterhmm do all knock aways only reduce threat if they hit but not if they get dodged/parried/missed?
00:53.15Viper_0000wtb seyx aloft config
00:54.55*** join/#wowace QuantumDelta (i=blahblah@77-99-38-93.cable.ubr04.chap.blueyonder.co.uk)
00:57.42*** part/#wowace profalbert (n=profalbe@91-113-29-167.adsl.highway.telekom.at)
00:57.44*** join/#wowace Tuller (n=muffins@c-76-27-160-125.hsd1.va.comcast.net)
01:00.46*** join/#wowace Ordog (i=Ordog@port-87-234-84-6.dynamic.qsc.de)
01:02.35rubikhmm.. did i do something wrong or why do half the names of players in the game show up as 'Unknown' all of a sudden?
01:02.52rubik(both on unit frames and over their heads)
01:04.38CIA-4203ananhaid * r75427 10Parrot/Locales/ (ParrotLocale-zhCN.lua ParrotLocale-zhTW.lua):
01:04.38CIA-42Parrot:
01:04.38CIA-42- zhCN/zhTW update.
01:06.34NeoTronhttp://media.curse.com/adjust_images/resize/750x500/22/403.jpg  <-- so say whatever about KTM but a page like that would be darn useful for troubleshooting
01:06.54NeoTronat least for debugging purposes
01:07.39*** join/#wowace mikezter (n=Miranda@drms-4d0065ab.pool.mediaWays.net)
01:07.46*** join/#wowace Godzmack (n=Godzmack@157-157-244-26.dsl.dynamic.simnet.is)
01:11.25*** join/#wowace Civrock (n=Civrock@24-182-74-089.dhcp.hckr.nc.charter.com)
01:12.45rubikwould be sweet
01:18.42Ordoghoy is this bug insolving Cartographer and LibRockTtimer already known? (latest svn revision of both): http://www.pastey.net/88582
01:22.54Poul|Raideranyone who can help me with quick macro
01:23.03Poul|Raidercast a spell on mouseover target
01:23.15Poul|Raiderand if mouse is not over a target it just heal the target
01:24.50Viper_0000i cant get class timer to show the time left on my water elemental >.<
01:24.52Viper_0000anyone know?
01:26.18Trell_Viper_0000: are you using Fubar?
01:26.58Trell_if so, right click the CT icon, and select Timers, and see if it's listed in any category there, if not, try adding it under Extras/Add/Water Elemental
01:28.21*** join/#wowace ScratchMonkey_ (n=ScratchM@c-69-181-148-112.hsd1.ca.comcast.net)
01:33.34KemayoUpdating Pt3 instanceloot stuff is a *pain*
01:36.59*** join/#wowace Next96 (i=Next96@121.129.140.191)
01:37.27malikeyethat work for shackle too ?
01:43.30CIA-4203cwdg * r75428 10BigWigs_KalecgosHealth/ (BigWigs_KalecgosHealth.lua BigWigs_KalecgosHealth.toc):
01:43.30CIA-42BigWigs_KalecgosHealth:
01:43.30CIA-42- fix typo.
01:43.30CIA-42- custom font, now can show other languages' text.
01:44.26Brunersany warlocks on ?
01:45.20HjalteBruners: Yeah?
01:45.46Brunersthe new robe in mgt heroic, is it better than the tailoring one?
01:45.49Brunersfor destruction
01:46.00HjalteHmm, let me have a look.
01:47.29HjalteYes, it is.
01:51.38*** join/#wowace Baraius (n=bhuddles@cpe-70-112-230-186.austin.res.rr.com)
01:52.33Arrowmasterhaha i just tanked ony
01:52.36Arrowmasteron my lock
01:52.36*** join/#wowace kenlyric (n=chatzill@c-68-54-218-192.hsd1.in.comcast.net)
01:58.12HjalteWell, for how long? :)
01:59.09Arrowmasterthe entire fight
01:59.37Arrowmasterwe were just fucking around and one of the healers was standing directly infront of her with me
01:59.55Arrowmasterand the pally was just runing through eggs
02:00.06NivFreak~seen zhinjio
02:00.20purlzhinjio <i=1000@70.91.168.58> was last seen on IRC in channel #wowace, 3h 18m 59s ago, saying: 'do you best to survive without my unerring wit and charm until I get back. '.
02:00.20NivFreakdid I fail?
02:00.31HjalteArrowmaster: Well how many were you then?
02:00.45Arrowmasterlike 5-8
02:00.56Arrowmastersome in the raid werent keyed so i dont remember exactly
02:01.14*** join/#wowace Matrix110| (n=bla@pD957EFD7.dip.t-dialin.net)
02:02.00*** join/#wowace gix (i=gix@e180028178.adsl.alicedsl.de)
02:04.44*** join/#wowace takitsu (n=nuove@host86-161-145-245.range86-161.btcentralplus.com)
02:06.01CIA-4203sayclub * r75429 10Parrot/Locales/ParrotLocale-koKR.lua:
02:06.01CIA-42Parrot :
02:06.01CIA-42- koKR Update
02:07.17vithosis there an addon that checks how many of each consumable you have?  i always forget something :/
02:09.44durcynvithos: freerefills
02:11.06takitsuer, i'm a n00b, with a n00b question
02:11.14takitsueach time a package is updated on the SVN
02:11.19takitsuit's posted here, or something?
02:11.20NivFreakwow, that SKG upgrade went horribly wrong
02:11.28JoshBorketakitsu: a message is posted here, yes
02:11.33NivFreakglad I made a backup of my savedvars
02:11.34vithosdurcyn: isn't that just for reagents from vendors?
02:11.35takitsuawesome, thanks
02:11.56vithosoh, also from bank.  i see
02:12.28vithoshmm.. i don't always want to carry all my raid consumables with me though
02:23.21*** join/#wowace Keias (i=Saiek@c-69-245-192-208.hsd1.in.comcast.net)
02:29.44durcynso swap profiles for when you do
02:34.41CIA-4203next96 * r75430 10DailiesQuestTracker/Locales/ (enUS.lua koKR.lua):
02:34.41CIA-42DailiesQuestTracker:
02:34.41CIA-42- Removed locale needless
02:36.27CIA-4203apoco * r75431 10RBM_TotemWatch/TotemWatch.lua: RBM_TotemWatch: Potential Settings Not Saving Properly Fix
02:40.29CIA-4203kemayo * r75432 10LibPeriodicTable-3.1/ (10 files in 9 dirs): LibPeriodicTable-3.1: Adjust the dataminer so it doesn't confuse bosses of the same name in different instances (hi Kael\!). Mine.
02:46.11*** join/#wowace Maelos` (i=user5678@rrcs-24-199-0-50.west.biz.rr.com)
02:46.13*** join/#wowace DaIRC1761 (n=sdouble@12.206.92.247)
02:48.10*** join/#wowace Baraius (n=bhuddles@cpe-70-112-230-186.austin.res.rr.com)
02:50.21Funkeh`boom
02:51.34*** join/#wowace durcyn (n=torgo@70.114.137.202)
02:51.37Estilbam
02:51.42Zyndromethey stod in the fire
02:51.47Zyndromeresses
02:52.01Estilor
02:52.06Estilthey moved while inside flame wreath
02:52.11*** join/#wowace Zeryl_ (n=Zeryl@24-182-146-199.dhcp.cpgd.mo.charter.com)
02:53.02Zyndromeor chained Burn
02:53.08Poul|Raiderhttp://img527.imageshack.us/img527/2664/wowscrnshot052908044417tq6.jpg
02:53.11Poul|Raiderwhats that channel roster for?
02:54.15Dark_Elflooks like the 25 man - woman instance got wiped out above
02:54.50Zeryl_hi all, writing a quick small addon, and I can't figure out how to pass two arguments from a slash command to a function.  the function is defined as function f(arg1, arg2), and arg2 does not seem to be getting set when I do /command arg1 arg2, can someone point me in the right direction?
02:56.04*** join/#wowace Maelos- (i=user5678@rrcs-24-199-0-50.west.biz.rr.com)
02:57.24*** join/#wowace nevcairiel (i=nevcairi@WoWUIDev/WoWAce/Ace3/nevcairiel) [NETSPLIT VICTIM]
02:57.24*** join/#wowace NightHawkTheSane (n=duaiwe@63-231-21-60.tukw.qwest.net) [NETSPLIT VICTIM]
02:57.24*** join/#wowace tedrock (n=tedrock@d235-156-24.home1.cgocable.net)
02:57.24*** join/#wowace Jagobah (n=jago7777@adsl-070-157-244-209.sip.asm.bellsouth.net) [NETSPLIT VICTIM]
02:57.24*** join/#wowace netcurse (n=chatzill@m16.net81-67-22.noos.fr) [NETSPLIT VICTIM]
02:57.24*** join/#wowace Nolook (n=chatzill@netblock-68-183-40-143.dslextreme.com)
02:57.24*** join/#wowace Toadkiller (n=dnester@adsl-75-18-176-106.dsl.pltn13.sbcglobal.net) [NETSPLIT VICTIM]
02:57.24*** join/#wowace revv (n=Miranda@fctnnbsc14w-142167090054.pppoe-dynamic.nb.aliant.net) [NETSPLIT VICTIM]
02:57.24*** join/#wowace TNSe (n=evil@cm-84.212.153.1.getinternet.no) [NETSPLIT VICTIM]
02:57.24*** join/#wowace mykx (n=Shelton@unaffiliated/mykx) [NETSPLIT VICTIM]
02:57.24*** join/#wowace natoka (n=natoka@81-223-219-20.static.home.xdsl-line.inode.at) [NETSPLIT VICTIM]
02:57.24*** join/#wowace Pkekyo| (n=bsm89mod@062016163025.customer.alfanett.no) [NETSPLIT VICTIM]
02:57.24*** join/#wowace Tornhoof (i=haldir@tserv03.mops.net) [NETSPLIT VICTIM]
02:57.24*** join/#wowace sdouble (n=sdouble@12.206.92.247)
02:57.24*** join/#wowace Stanzilla (i=Stan@80.86.85.84) [NETSPLIT VICTIM]
02:57.26*** join/#wowace DragonWin (n=goofy@193.47.81.75) [NETSPLIT VICTIM]
02:57.26*** join/#wowace Tuikku (n=tuikku@a42b.keihas.tontut.fi) [NETSPLIT VICTIM]
02:57.26*** join/#wowace Olison (i=olison@fukdruidsgrr.org)
02:57.26*** join/#wowace mitch0 (n=mitch@www.drvolomdental.hu) [NETSPLIT VICTIM]
02:57.26*** join/#wowace DJSynthe (n=Synthe@66-188-100-94.dhcp.mdsn.wi.charter.com) [NETSPLIT VICTIM]
02:57.26*** join/#wowace anenigma (n=enigma@124-171-158-123.dyn.iinet.net.au) [NETSPLIT VICTIM]
02:57.26*** join/#wowace jy` (n=jy@evr91-4-82-242-125-8.fbx.proxad.net) [NETSPLIT VICTIM]
02:57.26*** join/#wowace Sais (n=mnj@dyn-62-56-115-70.dslaccess.co.uk) [NETSPLIT VICTIM]
02:57.26*** join/#wowace heidaro (n=heidaro@web.8.is) [NETSPLIT VICTIM]
02:57.26*** join/#wowace Navv_ (i=05694297@a88-113-68-17.elisa-laajakaista.fi) [NETSPLIT VICTIM]
02:57.26*** join/#wowace Shot (n=shot@bulge.neep.co.uk) [NETSPLIT VICTIM]
02:57.26*** join/#wowace MrUseful (i=fnbot@armory.bot.nu)
02:57.26*** join/#wowace dlat (i=dlat@85.10.201.165) [NETSPLIT VICTIM]
02:57.26*** join/#wowace Honk (i=sigma@forschungslabor.dyndns.org) [NETSPLIT VICTIM]
02:57.26*** mode/#wowace [+o nevcairiel] by irc.freenode.net
02:57.51*** join/#wowace mort (n=mort@azureus/mort) [NETSPLIT VICTIM]
02:57.51*** join/#wowace silentium (i=silentiu@dslb-088-064-182-146.pools.arcor-ip.net) [NETSPLIT VICTIM]
02:57.51*** join/#wowace skout (n=skout@cpe-76-166-184-169.socal.res.rr.com) [NETSPLIT VICTIM]
02:58.58CIA-4203kemayo * r75433 10InstanceMaps/loot.lua: InstanceMaps: More helpful tooltips in loot viewer.
03:03.23*** join/#wowace Civrock (n=Civrock@24-182-74-089.dhcp.hckr.nc.charter.com)
03:05.15Zeryl_hi all, writing a quick small addon, and I can't figure out how to pass two arguments from a slash command to a function.  the function is defined as function f(arg1, arg2), and arg2 does not seem to be getting set when I do /command arg1 arg2, can someone point me in the right direction?
03:06.15*** join/#wowace Gaurong (n=chatzill@88-105-145-157.dynamic.dsl.as9105.com)
03:14.16*** join/#wowace Yssaril (n=Yssaril@adsl-99-141-133-177.dsl.emhril.sbcglobal.net)
03:16.06ArrowmasterZeryl_: you cant
03:16.40Arrowmasterunless your using a library for the slashcommands
03:25.15Zeryl_ok, so how do other addons handle having a "tree" like menu i.e. /cmd set a 10, or /cmd get a?
03:25.33*** join/#wowace Quezacolt (n=chatzill@122.2.205.99)
03:33.02CIA-4203starlon * r75434 10StarTip/ (. Modules/Location.lua Modules/Text.lua):
03:33.02CIA-42StarTip:
03:33.02CIA-42- Fix initial positioning of tooltip in certain cases
03:33.02CIA-42- Handle hybrid specs
03:33.02CIA-42- logtemplate
03:41.07*** join/#wowace erzy (n=AFAP-Erz@c-fb60e253.533-1-64736c12.cust.bredbandsbolaget.se)
03:42.39CIA-4203yssaril * r75435 10LibSharedMedia-3.0_SupportWidgets/ (6 files in 2 dirs):
03:42.39CIA-42LibSharedMedia-3.0_SupportWidgets: initial commit
03:42.39CIA-42- Provides AceGUI-3.0 widgets for the 5 basic LibSharedMedia-3.0 types
03:46.35CIA-4203kemayo * r75436 10InstanceMaps/ (InstanceMaps.toc mapdata.lua maps.lua notes.lua): InstanceMaps: Sunwell Platea (distinct lack of notes)
03:46.46kaidenPlatea?
03:46.54*** join/#wowace sopera (n=mamoth@89-138-103-132.bb.netvision.net.il)
03:46.55kaidenKemayo, who taught you to spell? :p
03:47.04*** join/#wowace Peoii (n=chatzill@pool-70-110-39-83.sea.dsl-w.verizon.net)
03:47.05*** part/#wowace sopera (n=mamoth@89-138-103-132.bb.netvision.net.il)
03:47.22PeoiiAnyone ever have it where their combat log simply stops reporting? And if so, know how to fix it?
03:50.11ArrowmasterZeryl_: you have to string.split() the input to seperate the words
03:50.40ArrowmasterPeoii: relog
03:51.37ArrowmasterKemayo: you actually have a working map for sunwell in there?
03:51.42Kemayokaiden: I dplnt knoqqq hqq tu spll.
03:52.09KemayoArrowmaster: It's *bits* of Sunwell.  I think.
03:52.35*** join/#wowace Shirik|Ghost (i=nospam@189.sub-70-211-227.myvzw.com)
03:52.38durcynKemayo: looks like just the twin eredar room
03:53.02durcynactually make that muru/kiljaeden
03:53.14Arrowmasterif its a bunch of circles then its what i added to the cart pack.lua but left out of cart
03:53.27KemayoArrowmaster: That would be it, yes. :D
03:53.44Kemayois taking shameless advantage of the GPL.
03:53.58Arrowmasteryeah somebody needs to figure out how to get a real map
03:56.22CIA-4203isler * r75437 10TradeskillInfo/TradeskillData-zhCN.lua:
03:56.22CIA-42TradeskillInfo:
03:56.22CIA-42- zhCN update
04:02.43Shirikhop
04:02.45*** part/#wowace Shirik (i=nospam@conspiracy/developer/Shirik)
04:02.45*** join/#wowace Shirik (i=nospam@conspiracy/developer/Shirik)
04:02.45*** mode/#wowace [+v Shirik] by ChanServ
04:06.21CIA-4203ananhaid * r75438 10BigWigs/BlackTemple/Teron.lua:
04:06.21CIA-42BigWigs:
04:06.21CIA-42- BT/Teron zhCN update.
04:15.53*** join/#wowace Thelyna (n=burp@122-57-240-64.jetstream.xtra.co.nz)
04:16.20CIA-4203toadkiller * r75439 10AutoBar/ (15 files):
04:16.20CIA-42AutoBar :
04:16.20CIA-42-- Amplify Magic, Dampen Magic added to Class Buff Button.
04:16.20CIA-42-- Debuff: Multiple category - faerie fires, insect swarm, curses, Hex of Weakness
04:16.20CIA-42-- Debuff: Single category - hunter stings, mage slow spell
04:16.21CIA-42-- AutoBarButtonDebuff: Debuff: Multiple and Debuff: Single categories.
04:16.25CIA-42-- Fix CompactBars. Upgrade RemoveDuplicateButtons to handle duplicates within a bar.
04:19.55*** join/#wowace tedrock (n=tedrock@d235-156-24.home1.cgocable.net)
04:20.59*** join/#wowace theoddone33 (n=jimbob@pool-71-109-128-149.lsanca.dsl-w.verizon.net)
04:22.44CIA-4203dodge * r75440 10CoolDownButtons/ (Core.lua Modules/Button_Manager.lua): CoolDownButtons: fixed 2 errors
04:25.07CIA-42037destiny * r75441 10RBM_Config/ (4 files in 2 dirs):
04:25.07CIA-42RBM_Config:
04:25.07CIA-42- Some local for translation
04:25.07CIA-42- Added koKR localization(80%)
04:34.57*** join/#wowace purl (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
04:34.57*** topic/#wowace is http://www.wowace.com | http://files.wowace.com/ | http://ace.pastey.net | http://www.lua.org | Download BadBoy, piss the spammers off!
04:37.54*** join/#wowace fsfod (i=fsfod@cust162-dsl58.idnet.net)
04:38.12*** mode/#wowace [+v purl] by Funkeh`
04:40.10CIA-4203dodge * r75443 10CoolDownButtons/Core.lua: CoolDownButtons: no text ^.^
04:43.43Lukianwhich addon causes the raid tab to "blank" during combat?
04:44.25*** join/#wowace HunterZ0 (n=chatzill@c-24-18-124-80.hsd1.mn.comcast.net)
04:45.34CIA-4203hunterz * r75444 10Chinchilla/Compass/Compass.lua:
04:45.34CIA-42Chinchilla:
04:45.34CIA-42- CHIN-77: Move hideBlizzDirections() call from OnRotateMinimapUpdate() to
04:45.34CIA-42repositionCompass() to fix Blizzard compass not hiding when Chinchilla Compass
04:45.34CIA-42module is active. Thanks for Tirdal for providing an idea for a fix.
04:47.02CIA-4203yssaril * r75445 10LibSharedMedia-3.0_SupportWidgets/ (6 files in 2 dirs):
04:47.02CIA-42LibSharedMedia-3.0_SupportWidgets:
04:47.02CIA-42-lib.xml didn't make sense so the widget.xml was born
04:47.16*** part/#wowace Zeryl_ (n=Zeryl@24-182-146-199.dhcp.cpgd.mo.charter.com)
04:55.03*** join/#wowace Scorpion_ (n=Miranda@118-232-237-5.dynamic.kbronet.com.tw)
04:56.29ArrowmasterYssaril: why does lib.xml not make sense?
04:56.55YssarilArrowmaster: its not really a lib just a collection of widgets :)
04:57.04Arrowmasteroh wait, wowace doesnt do anything special for lib.xml, only embeds.xml
04:59.09*** part/#wowace Seerah (n=Ryan_L@adsl-4-245-7.mem.bellsouth.net)
05:07.29*** join/#wowace Allara (n=chatzill@c-24-20-133-89.hsd1.or.comcast.net)
05:07.31*** join/#wowace elaa (n=ela@p54B4D502.dip.t-dialin.net)
05:08.29*** join/#wowace hypetech (n=hypetech@66.83.192.140.nw.nuvox.net)
05:21.32*** join/#wowace lagger (n=lagger@c-71-232-111-118.hsd1.ma.comcast.net)
05:21.48*** join/#wowace Estil (i=lucretiu@c-24-22-66-58.hsd1.mn.comcast.net)
05:29.24*** join/#wowace p3lim (n=p3lim@084202208125.customer.alfanett.no)
05:42.50*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
05:43.53Zyndromehttp://www.war-tools.com/t53313.html .. I is bored
05:45.09takitsuJumped on the MS debuff bandwagon :/
05:45.31ZyndromeI'll be hired by Blizzard in no time!
05:45.36takitsuIndeed.
05:45.45Zyndrome"So, I had this idead for a mortal strike debuff"
05:45.48Zyndrome"WELCOME ABOARD!"
05:45.51Zyndrome-d
05:46.12*** join/#wowace grimman|666 (n=sco@h40n11c1o912.bredband.skanova.com)
05:47.25takitsuHaha :D The shaman change got reverted didn't it?
05:47.30takitsu(not pvp'd in an age)
05:47.33Zyndromeyarr
05:47.42Zyndrome"what? another MS-like debuff?"
05:47.47Zyndrome*nerdrage on forums*
05:47.51Zyndromeand it got reverted
05:48.42*** join/#wowace dJe781 (n=dje781@ves78-1-89-85-60-113.dsl.club-internet.fr)
05:49.26*** join/#wowace Knaledge (n=Knaledge@123.78.205.68.cfl.res.rr.com)
05:49.31Knaledgeis there a fluidframes replacement addon?
05:50.02Zyndromejust give Paladins a passive "Any damage made by your melee-attack or spells roots the target in place for ever." skill, trainable at level 10 ;/
05:51.15*** join/#wowace holmse (n=nunyabus@CPE-124-180-94-8.vic.bigpond.net.au)
05:51.46Knaledgeor if not a replacement... how the hell do you turn on temp dragging again (like it used to be) if you aren't using shitty khaos?
05:54.12*** join/#wowace Kaaosa- (n=Kaaosa@ip68-110-12-217.tc.ph.cox.net)
05:56.34Xinhuanwhoa
05:56.48XinhuanWoW issued a security alert in the login screen breaking news
05:56.54Xinhuanfor adobe flash player
05:57.16Xinhuandidn't really expect that
05:57.56takitsuo_O
05:57.59takitsunice catch
05:58.04*** join/#wowace ramoz (n=ramoz@nikita.modservers.net)
06:04.37*** join/#wowace shingo (n=shingo@p5B054DB9.dip.t-dialin.net)
06:05.45*** join/#wowace Guillotin1 (n=Guilloti@cpe-76-167-203-65.socal.res.rr.com)
06:11.16*** join/#wowace Srosh (n=Srosh@c222217.adsl.hansenet.de)
06:12.15ArrowmasterXinhuan: hah guess what
06:12.27ArrowmasterSPELL_DAMAGE:0xF1300027C8000001:Onyxia:68168:0x000000000030C43B:Daratar:1300:18500:Wing Buffet:1:323:1
06:12.31*** join/#wowace Mike-N-Go (n=MikeNGoS@64.193.93.197)
06:12.49Xinhuanhow many times?
06:13.24Arrowmaster3 times
06:15.22Xinhuanno clue then
06:15.27Xinhuanabout which causes aggro drops
06:15.41Arrowmasteri know its not wing buffet
06:15.46Arrowmaster100% sure
06:16.25*** join/#wowace Tupsi (n=Miranda@217.7.101.202)
06:16.43*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
06:21.04*** join/#wowace Orionshock (n=chatzill@ip68-225-195-1.ph.ph.cox.net)
06:21.10*** join/#wowace quoin (n=quoin@219-90-162-136.ip.adam.com.au)
06:22.01VonhintenAre you saying that the wing buffet is not the cause of aggro drops?
06:22.13Xinhuanyes, he is saying exactly that
06:22.16Arrowmasterfor ony it never has
06:22.16*** join/#wowace Civrock (n=Civrock@24-182-74-089.dhcp.hckr.nc.charter.com)
06:22.22Arrowmasterit was always the knock away
06:22.22Xinhuan"Knock Away" is the one that does
06:22.32Arrowmastersince the wing buffet is a cone effect
06:22.41VonhintenI thought the wing buffet caused the knock back
06:22.47Arrowmasterfor other mobs yes
06:22.50Arrowmasternot ony though
06:23.03Xinhuannobody really knows for sure anymore
06:23.25Arrowmasterwell threat-1.0 and old ktm was that way
06:29.21Elkanowith 2.4's combat log, are there new events for faction gain/loss that don't require parsing?
06:29.53Xinhuanthere should be one in the first place?
06:29.59Xinhuannot sure
06:30.11Arrowmasterno
06:30.20Arrowmasterthose arent combatlog events
06:30.23Xinhuangenerally speaking, i would just take a "snapshot" of the current reps
06:30.28Elkanothere used to be CHAT_MSG_COMBAT_FACTION_CHANGE
06:30.30Xinhuanthen wait for the update rep event
06:30.35Arrowmasteryeah it changed
06:30.36Xinhuanthen do a before-after compare
06:30.44Elkanobut that required pattern matching
06:30.50Arrowmasterit still does
06:30.55Xinhuanthis doesn't require pattern matching, if you follow my approach
06:31.00Xinhuanyou just iterate over ALL reps
06:31.05Xinhuanand find what values changed
06:31.12Xinhuanof course, its more cpu intensive
06:31.23Arrowmasterand that catches spillover
06:31.39Xinhuanbut at least its locale independant
06:31.40Xinhuanand catches spillover and multiple faction rep changes
06:31.47Xinhuanlike going up one rep and down another
06:32.20Elkanowell, basicaly I'm looking for a clean way to switch to the faction I'm currently getting reputation for.
06:32.48Xinhuantry the addon on wowace called "Reputation"
06:32.50Xinhuanit does exactly that
06:32.53Xinhuanand nothing else
06:33.04Xinhuanswitches the current rep bar to what you just gained
06:33.06ElkanoXinhuan: I'm doing that in FactionsFu anyways ^^ (meaning display current - initial as session delta)
06:33.23Xinhuanwell either use Reputation, or copy the code in it
06:33.30Xinhuanits a one page addon
06:33.39Orionshockso is grid moving over to curseforge?
06:33.43Elkanowoud rather be the copy part then since it's a feature request
06:34.43Xinhuanif i remember correctly, Reputation uses the exact approach that i just described
06:34.46pastamancernope
06:34.49Xinhuanby comparing before-after
06:34.56Xinhuanand then switching to the rep to display that is different
06:35.20*** join/#wowace ncd|Aileen (n=Dave^@213.216.23.23)
06:35.30Xinhuansmall 2 function addon
06:35.36Arrowmasterthat method fails for spillover
06:35.57*** join/#wowace Srosh (n=Srosh@c222217.adsl.hansenet.de)
06:36.28Xinhuanoh it works, if multiple factions change, then any one of them can get switched to, but extra logic can be added to that obviously
06:36.38Xinhuanto switch to the rep that has the largest gain
06:37.02Arrowmasterbetter to just switch on the proper event if the faction change is positive
06:37.24pastamanceryeah, sometimes reputation switches to the one that went down and that bugs me
06:37.25Xinhuanif i remember correctly, the event doesn't say which rep changed
06:37.35Arrowmasterumm it should
06:37.39Xinhuanit is just an event that says "some rep changed, update all of them"
06:37.40Arrowmastersince it has to
06:37.45Arrowmasterno theres a proper event
06:37.54XinhuanUPDATE_FACTION is the event name
06:38.08Xinhuanthere's a proper event, but i dont' remember it having any args, might be mistaken
06:38.09Arrowmasterno
06:39.00*** join/#wowace WarwolfSwe (n=emulator@h221n5c1o1019.bredband.skanova.com)
06:40.15Xinhuananyway Elkano, consider declining the feature request and just ask them to get Reputation ;p
06:40.43Elkanowell, that's why I asked. via CHAT_MSG_COMBAT_FACTION_CHANGE you can get faction name and the amount that changed using deformat, but I hoped there was a better way.
06:41.07Xinhuani don't think so, only those 2 events are reputation related
06:41.16Xinhuanone involves parsing, the other involves scanning all reps
06:41.17ElkanoXinhuan, looking at Reputation I'm not sure if I would really suggest it to someone ;)
06:41.37ArrowmasterElkano: you shouldnt really need deformat
06:41.40Xinhuanit can be improved
06:41.57Xinhuanseeing as nobody's committed to it for a year, you probably can improve it
06:41.59Xinhuan;p
06:42.05pastamanceras-is, reputation just works and it doesn't show up on my shortlist in performancefu
06:42.21Arrowmasterif its not been commited to for a year how does it still work?
06:42.29pastamancergnomes
06:42.41Xinhuanbecause nothing has changed to the UNIT_FACTION event
06:42.46Arrowmasteroh
06:42.53Arrowmasteryou mean UPDATE_FACTION
06:42.57Xinhuanyes
06:42.59Xinhuansorry, UPDATE_FACTION
06:43.07ArrowmasterUNIT_FACTION is different
06:43.08Xinhuanon login, it scans your reps
06:43.10ElkanoArrowmaster, the benefit of deformat is that it is able to handle language specific swapping of matches
06:43.15Xinhuanon UPDATE_FACTION, it rescans it all and checks for differences
06:43.21Xinhuanby comparison
06:43.27Xinhuanand then swaps to a rep that changed
06:43.31Xinhuanits that simple
06:43.49Xinhuanall it maintains is a table of rep that it scanned
06:43.57ArrowmasterElkano: yeah but you should be able to just use the global vars and do it yourself less complex than deformat
06:44.08Xinhuancan be tricky for different languages
06:44.16Xinhuanin particular, zhCN and TW
06:44.43*** join/#wowace quoin (n=quoin@219-90-162-136.ip.adam.com.au)
06:45.17Xinhuansince the game only has about 38 different reps or so, its not a very big table ;p
06:46.34*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
06:46.54ElkanoVPN connection collapsed after <Xinhuan> can be tricky for different languages :/
06:47.10Xinhuan[5/29 14:44:06] <Xinhuan> in particular, zhCN and TW
06:47.14Xinhuan[5/29 14:45:08] <Xinhuan> since the game only has about 38 different reps or so, its not a very big table ;p
06:47.15Xinhuan[5/29 14:46:12] * Quits: Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano) (Nick collision from services.)
06:48.32*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
06:51.22ArrowmasterFunkeh`: geddons living bomb, use the SPELL_CAST_SUCCESS or SPELL_AURA_APPLIED to detect it? looking at log and can use either one
06:52.04*** join/#wowace Aoie (n=name@p50806AFA.dip.t-dialin.net)
06:53.56*** join/#wowace profalbert (n=profalbe@v254-240.vps.tuwien.ac.at)
06:56.05*** join/#wowace Sekkyo (n=sekkyo@dsl092-250-144.sfo4.dsl.speakeasy.net)
06:59.11*** join/#wowace evl (n=evl@195.159.161.2)
07:01.16*** join/#wowace Camci (i=Camci@c-7030e353.572-1-64736c10.cust.bredbandsbolaget.se)
07:03.26*** join/#wowace Iboong-Kenzo (n=user@77.87.207.194)
07:04.42CIA-4203leech * r75446 10dgks/dgks.lua:
07:04.42CIA-42dgks:
07:04.42CIA-42-Added an option to disable emotes
07:04.42CIA-42-Fixed Debug mode
07:06.33*** join/#wowace sun\ (n=sun@ARouen-256-1-47-80.w90-51.abo.wanadoo.fr)
07:08.15NeoTronso much fun. we're on twins
07:08.23NeoTronthree wipes in a row because someone fell off the ledge
07:08.29NeoTronfollowed by a death from conflag :P
07:08.39durcynthe ledge boss is almost as hard as the random number boss
07:08.58NeoTronyep
07:08.59durcyntell them to stop using RP-walk and to just jump from an angle
07:09.10NeoTronwe had a little lesson
07:09.52NeoTronout of curiosity can you skip the twins and go to muru?
07:11.00*** join/#wowace Roblibob (n=chatzill@c-07fde055.1910-5-64736c11.cust.bredbandsbolaget.se)
07:12.08durcynas long as the gate's open, yes
07:12.29durcynbut then you meet the third boss in the twins' room: flame buffet
07:12.54durcynand his friend polymorph
07:13.41vhaarrArrowmaster: does SPELL_CAST_SUCCESS provide a destination name?
07:13.50Arrowmasteryes
07:14.08vhaarrcan it be resisted?
07:14.09Xinhuanvhaarr: yes
07:14.10*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
07:14.10*** mode/#wowace [+o Cairenn] by ChanServ
07:14.14vhaarrthe initial apply
07:14.17Arrowmasteralthough for that one im guesssing the applied might be better due to resist or something if its even possible
07:14.19Xinhuanvhaarr, yes again
07:14.23vhaarrright
07:14.26vhaarrso use APPLIED
07:14.41Arrowmasterbut SCS should be good for inferno and service right?
07:15.02Xinhuananything that is resistable cannot rely on SCS
07:15.13Arrowmasterinstead of the SAA since hes buffin himself
07:15.34*** join/#wowace papyros (n=madlener@iss63.vlsi.informatik.tu-darmstadt.de)
07:15.42Xinhuanthis is a core issue for threat-2.0, it is using SCS for taunt and growl
07:15.43*** join/#wowace iKON (i=ikon@c-98-198-173-219.hsd1.tx.comcast.net)
07:15.46Xinhuannot SAA
07:16.01vhaarrthat seems weird, why not change it?
07:16.14Xinhuanbecause i asked Antiarc why, and he doesn't have time to look into it
07:16.21Xinhuanso my patch is in limbo status
07:18.59vhaarrXinhuan: I can't really see any reason why SCS would be used, it was probably just a mistake Antiarc made while the combat log was new and such
07:19.19Xinhuanwell i asked Antiarc, he said its supposed to be transactional
07:19.24Xinhuanbut i looked at the code and it isn't
07:19.37Xinhuanso what he said isn't matching what was coded
07:20.18vhaarrhe made lots of code there in a short amount of time, can't remember all the intrical details offhand
07:20.20*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
07:21.13Xinhuanmy patch is also untested, and i don't really want to commit an untested patch
07:21.35CIA-4203arrowmaster * r75447 10Chatter/Modules/ClickInvite.lua: Chatter: ClickInvite: utf8 playername bugfix from Elkano, drycoded
07:21.37vhaarrah
07:21.56Xinhuantesting it will require finding a taunt immune mob
07:22.04Xinhuancan you name one offhand that is accessible easily?
07:22.07Elkanouse a raidboss ;)
07:22.33Zyndromehah, apparently Symantec came to conclusions too fast about the Adobe Flash exploit
07:22.44Elkanohmm?
07:22.59Zyndromewish the links would work in this article...
07:23.09profalbertattumen is tauntimmune, so
07:23.15*** join/#wowace kaugummi (n=kaugummi@2002:5091:dabd:55f:20d:93ff:feaf:964e)
07:23.24profalbertthat would be the easiest, I guess
07:23.29Zyndrome"javascript:void(0);/*1212035342401*/" ... looks like the writers havn't adjusted to the new system
07:23.33Knaledgecan you not move bags anymore with fluidframes??
07:23.54*** join/#wowace pb_ee1 (n=nospam@meilleu015869-2.clients.easynet.fr)
07:24.05Knaledgesomeone has to know of a replacement for FluidFrames
07:24.07Knaledgeanyone?
07:24.56CheadsKnaledge: try NDragIt
07:25.01Xinhuanattunmen is far from "easily accessible" by a group of 2 people
07:25.41NeoTronWoot got sacrolash to 75%. eh
07:25.42vhaarrXinhuan: the first two mobs in sethekk halls, aren't they immune?
07:25.55NeoTronbefore a hunter (!!!) pulled aggro and didn't FD until she was all the way up there
07:26.00*** join/#wowace Aerr (n=chatzill@pool-96-227-62-166.phlapa.fios.verizon.net)
07:26.04vhaarrI'll go check
07:26.10Xinhuani can't really tank those as a mage ;p
07:26.17Knaledgecheads: ndragit?
07:26.20Knaledgeis that ace based?
07:27.03Xinhuanif you read the backlog, you'll notice i criticise about 10 different things in threat-2.0 and why its calculation can incorrect or involve a lot of guesswork, because of avoiding polling
07:27.26Xinhuanabout 9 hours ago
07:28.04*** join/#wowace Kalroth (n=kalroth@0x573f1066.hjnqu1.broadband.tele.dk)
07:28.50*** join/#wowace coppercore (n=copperco@cdm-75-109-1-199.asbnva.dh.suddenlink.net)
07:28.56vhaarrnevermind, they're not immune
07:29.22NightHawkTheSanethe taunt immune mobs in sethekk are the ravenguards, i believe, which dont appear until about halfway into the instance
07:30.07vhaarrright
07:33.00*** join/#wowace AcTiVaTe (n=activate@d594eeda.static.dsl.concepts.nl)
07:36.19*** join/#wowace Cairenn (n=Cairenn@MMOI/Administratrix/Cairenn)
07:36.19*** mode/#wowace [+o Cairenn] by ChanServ
07:37.12NeoTronschwing
07:37.18NeoTron20k melee hit on the pull ftw
07:38.52Kalrothl2tank!
07:39.45*** join/#wowace Berti (n=berti@vs156121.vserver.de)
07:40.30*** join/#wowace Berti (n=berti@vs156121.vserver.de)
07:41.00*** join/#wowace _Berti (n=berti@vs156121.vserver.de)
07:41.09iKONshould'nt my function be able to see these events if I add a filter like this..
07:41.10iKONCombatLogAddFilter("SPELL_CAST_SUCCESS", nil, nil)
07:41.10iKONself:RegisterEvent("COMBAT_LOG_EVENT", "ParseCombatLog")
07:41.11Zyndrometime paradox
07:42.22iKONmy parse func can see thingd like SPELL_AURA_APPLIED but not SPELL_CAST_SUCCESS
07:42.26*** part/#wowace profalbert (n=profalbe@v254-240.vps.tuwien.ac.at)
07:46.44iKONi thought that when you add a filter, the event only shows events that strictly match your filter.. i shouldn't even be seeing aura_applied events
07:50.37*** join/#wowace Ncl8 (n=Ncl8@dsl-tkubrasgw1-fe38fa00-5.dhcp.inet.fi)
07:54.34NeoTronloolol
07:54.44NeoTronso our MT accidently used Throw on the boss
07:54.50NeoTroninstead of something else
07:55.18*** join/#wowace charon (n=thomas@vpn-global-dhcp3-201.ethz.ch)
07:56.59Arrowmastervhaarr: whats mod.proximitySilent = true do?
07:57.44vhaarrArrowmaster: usually the proximity monitor will beep periodically when you are too close to others
07:57.51vhaarrif that property is set, it will not
07:59.22Arrowmasterok geddon module updated
08:00.45*** join/#wowace ag` (n=ag`@0x535e8962.bynxx18.adsl-dhcp.tele.dk)
08:08.41*** join/#wowace sacarasc (i=sacarasc@cpc1-kemp3-0-0-cust978.lutn.cable.ntl.com)
08:10.58*** join/#wowace Vulcanus (n=Vulcanus@212251189074.customer.cdi.no)
08:11.31*** join/#wowace isman (i=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
08:16.25*** join/#wowace Lywellyn|afk (n=lywell@nc-76-6-226-254.dhcp.embarqhsd.net)
08:20.53*** join/#wowace Viper0000 (n=Viper_00@184-23.126-70.tampabay.res.rr.com)
08:24.26*** join/#wowace Elkano (i=Elkano@WoWUIDev/WoWAce/Elkano)
08:28.17theoddone33hm drdamage says my +heal on PoM is 1900-some
08:28.27theoddone33I wonder if that's over 5 ticks
08:29.49*** join/#wowace bindi (n=indigo@d54C6BA41.access.telenet.be)
08:30.04Vonhintenprayer of mending has a 42.86% coefficient per charge
08:30.54iKONanyone familiar with CombatLogAddFilter()?
08:30.57Vonhintenup to 214.3% if all 5 charges are used
08:31.16*** join/#wowace pschriner (n=pschrine@p578b288a.dip0.t-ipconnect.de)
08:31.24theoddone33yeah drdamage is putting it at 2.143
08:31.30theoddone33so I guess it's all charges
08:31.54theoddone33such a ridiculous spell
08:32.11theoddone33I am internally laughing at the priest who were QQing when it got put on a cooldown
08:32.15theoddone33priests
08:32.44Vonhintennot as ridiculous as chain heal :)
08:32.58theoddone33you're probably right
08:34.26Zyndromehttp://www.youtube.com/watch?v=FybA0SaL0nI ... didn't know Satan was hired by Nintendo!
08:38.08starlonIs there any way to get who has loot rights for a corpse outside of tooltip scanning?
08:38.42*** join/#wowace Wogroipl_ (n=Wogroipl@s5591207c.adsl.wanadoo.nl)
08:39.34*** join/#wowace pschriner (n=pschrine@p578b288a.dip0.t-ipconnect.de)
08:40.48Arrowmasterlua> tonumber("8010a48", 16)
08:40.48lua_botArrowmaster: 134285896
08:41.04Arrowmasterwtf, thats a combatlog flag
08:41.22starlonsource flags?
08:41.29Arrowmastersrc/dest
08:41.31Elkanobitmask maybe?
08:41.32starlonya
08:41.37Arrowmasteryeah but its huge
08:41.48Arrowmastercompared to the others
08:42.16iKONsee here for a description of the bits.. http://forums.worldofwarcraft.com/thread.html?topicId=2968233433&sid=1&pageNo=9
08:43.10*** join/#wowace nekoh (n=nekoh@drms-590c6ddc.pool.einsundeins.de)
08:43.20Arrowmasterdoh
08:43.27Arrowmasterit was marked with a skull
08:43.31Arrowmastercompletely forgot about that
08:43.36*** join/#wowace Gandharva (n=Miranda@ppp-88-217-91-39.dynamic.mnet-online.de)
08:43.37iKONanyone familiar with CombatLogAddFilter()?
08:43.40Arrowmasterwas one of the few things marked that run
08:45.22*** join/#wowace CrazyBenny (n=Benneh@212.11.123.10)
08:48.42*** join/#wowace Camci (i=Camci@c-7030e353.572-1-64736c10.cust.bredbandsbolaget.se)
08:52.48NivFreak~seen zhinjio
08:52.50purlzhinjio <i=1000@70.91.168.58> was last seen on IRC in channel #wowace, 10h 11m 29s ago, saying: 'do you best to survive without my unerring wit and charm until I get back. '.
08:52.59NivFreakman I'd really like to find him atm..
08:54.38*** join/#wowace drewho (n=chatzill@87-194-105-63.bethere.co.uk)
08:55.36Kalrothuh oh
08:55.56*** join/#wowace Worf (n=worf@84.119.65.133)
08:56.56*** join/#wowace Kody (n=kody@c-98-210-154-155.hsd1.ca.comcast.net)
09:10.03*** join/#wowace chiper (n=chiper@ip72-197-215-172.sd.sd.cox.net)
09:16.54grimmanUgh... so annoying that I can't set the background colour of the bars for CooldownTimers2. :<
09:17.04evll2code
09:17.17grimmanOh, that's helpful.
09:17.20grimmanThanks.
09:18.19evlhttp://svn.wowace.com/wowace/trunk/CooldownTimers2/CooldownTimers2.lua
09:18.25evlbarOptions["colors"]
09:19.02grimmanMy, I do believe I said "background".
09:19.52evlit's using candybar so... http://www.wowace.com/wiki/CandyBar#.C2.A0:SetCandyBarBackgroundColor.28name.2C_color.2C_alpha.29
09:20.20*** join/#wowace Quezacolt (n=chatzill@122.2.199.173)
09:20.42evlgrimman: search for self:SetCandyBarTexture in the CooldownTimers2.lua file and add a line under saying:
09:20.57evlself:SetCandyBarTexture(barname, "green")
09:24.43*** join/#wowace Groktar (n=Groktar_@c-71-195-127-129.hsd1.ca.comcast.net)
09:25.33CIA-4203ananhaid * r75448 10BigWigs/Sunwell/KilJaeden.lua:
09:25.33CIA-42BigWigs:
09:25.33CIA-42- Kil'Jaeden zhCN update.
09:36.43*** join/#wowace Dave^ (n=Dave^@213.216.23.23)
09:36.44*** join/#wowace Ncl8 (n=Ncl8@dsl-tkubrasgw1-fe38fa00-5.dhcp.inet.fi)
09:40.04grimmanevl: Got it all worked out, and quite, quite sexy. Cheers.
09:40.11evlremember
09:40.21evlcoding seems daunting but the trick is just making sens of the code
09:40.25evland googling it :P
09:40.30*** join/#wowace dabujo (i=xx@p4FDB223D.dip0.t-ipconnect.de)
09:40.35grimmanYeye.
09:40.44grimmanI'm an amateur, nothing more. ;P
09:40.53evlyou could probably commit a patch to add an option to select the color
09:42.00grimman"could" being the operative word.
09:42.23Groktarbtw, did anyone ever nuke that fubar_converge addon?
09:42.43Groktari remember some ranting about it in here a few weeks ago
09:44.26Arrowmasterwhat addon?
09:44.55Groktarit's horrid
09:45.09Groktarit's full of lame macros
09:45.27Groktarand names hardcoded to their own guild members
09:45.44Arrowmasterit on wowace?
09:45.52Groktarhttp://www.wowace.com/wiki/FuBar_ConvergeFu
09:46.29KalrothThat addon gets discussed every 2-3 weeks :)
09:46.59Arrowmasterif an op gives me the ok ill fucking nuke it
09:47.02Arrowmasterand the wiki page
09:47.30grimmanI don't see what guild-specific addons are doing on wowace tbh.
09:47.36Arrowmasterexactly
09:47.41Groktarit's actually really hilarious
09:47.45Groktarif you look at the macros
09:47.51grimmanUnless, of course, this is a go-ahead for me to upload an addon that's specific to my character.
09:47.52grimman;P
09:48.53Groktar<PROTECTED>
09:48.55Arrowmasterive done it in the past and im completely willing to do mean things that others dont want to do themselves
09:49.08GroktarOR
09:49.18Groktaryou could go ahead and make subtle changes to it
09:49.22Groktarand see if they notice
09:49.25grimmanlol
09:49.38Arrowmasterlike while true end
09:49.51Arrowmasterlua> while true do end
09:49.53Arrowmasterthats it
09:49.57lua_botArrowmaster: Your code exceeded set CPU limits
09:50.00grimman*** Ladies and Gentlemen, please ready yourself to put your hands together and give a warm welcome to the newest retard to join the fold. ***
09:50.17Olisonhaha
09:50.25OlisonVery subtle indeed
09:50.31Groktarmake changes to this one
09:50.31Groktar<PROTECTED>
09:50.33grimman:P
09:51.12SunTsuI totally see why this deserves it's own addon on wowace, no really
09:51.59Groktarthe best
09:52.16Groktar*the best part is that they're on lurker or something
09:52.23VonhintenWell, I don't see how folks can argue on one hand that it's a development SVN and not addon hosting, and on the other that guild specific addons shouldn't be allowed...
09:52.42Vonhintenlittle bit hypocritical imo
09:52.56Groktarbut this addon is just so BAD
09:53.11Arrowmasterbecause its being used as a realease site for this addon due to WAU
09:53.27OlisonLurker is serious business.
09:53.28Arrowmasterwhich is exactly what wowace isnt
09:53.28Groktari look at the way it's written and cringe
09:53.30Groktar:(
09:53.39Groktarand i don't even know lua!
09:53.54charonArrowmaster: then again it's what WAU made it, even though we revel ourselves in denial
09:54.43Groktar<PROTECTED>
09:54.43Groktar<PROTECTED>
09:54.46Groktaroh my
09:56.30SunTsuVonhinten: They can host it there for all I care. I just don't see the sense
09:57.11VonhintenOnly thing I'd have a problem with is jacking the Fu moniker
09:57.56Vonhintenmakes it look official, when it's a 3rd party extension
09:58.20Arrowmasterok Lucifron-Shazzrah BW modules updated
09:58.31ArrowmasterVonhinten: everybody does that
09:58.37OlisonI still think altering the strings a bit might be the best idea :P
09:58.40Arrowmasterthere are no 'official' ones
09:58.53Groktaragrees with Olison
09:59.08Vonhintensure there are, there are ones that were written by the FuBar author, no?
09:59.16Arrowmasterif you do make sure to use 'zhCH/zhTW update' or something as the commit message
09:59.25ArrowmasterVonhinten: as example plugins
09:59.53Groktarimo, just make it so they spam general chat instead of guild
09:59.55Groktar>.>
10:00.07grimmanYou know what I think? Add a timer library, if it's not already in there, register a random gkick X seconds after an action and... bam, subtle change, not-so-subtle effects! :D
10:00.16Arrowmasterrofl
10:00.17Groktarlol
10:00.25Groktarno no
10:00.32Groktarcan you make it a gdisband?
10:00.36Arrowmasteryeah
10:00.38grimmanlol
10:00.43Olison:-D
10:00.44OlisonWin
10:00.56grimman/picard Make it so!
10:00.59Olison"Greetings from #wowace" /gdisband
10:01.50Arrowmasterkaelten would hit you with the ban hammer though for something like that
10:01.58Groktar:(
10:02.38grimmanNo fun. :<
10:03.09Groktaridk, we'd be doing the people in that guild a favor
10:03.09OlisonWell then i clearly need to act on my urge to diversify the userbase a bit more and commit a /bg OLISON IS BEST, OlisonFu addon
10:03.36Arrowmastershould run all the text through babblefish and add a translation to it but make a small error that causes it to be the default
10:03.42Groktarone of those super strict anal retentive guilds
10:04.44charonGroktar: you can't on the one hand threaten bans for people doing toc interface: bumps, and on the other hand make _harmful_ changes without permission _and try to conceal them_
10:05.09grimmanHm. SendChatMessage("ALL RUSH MIDDLE", "battleground") -- better!
10:05.24grimmanWorks for all battlegrounds!
10:05.44Groktarcharon: that's why we should all be glad i don't have svn access
10:05.45Olison:-D
10:07.22OlisonYesterday I applied to a guild only via Vent
10:07.31OlisonAnd it even worked! :o
10:07.38Groktarmmm
10:07.42OlisonErr
10:07.47Groktarhere's how i got into my guild
10:07.49OlisonThat was kind of the wrong channel
10:07.50OlisonSorry.
10:07.53*** join/#wowace Chompers (n=Chompers@cpc1-cove9-0-0-cust541.brhm.cable.ntl.com)
10:07.56Groktar/w cruentus sz ginvite plx
10:08.06Groktarand i ended up main tanking for them from gruul through illidan
10:08.07Groktarlol
10:08.21Groktarer, first was /w cruentus and then /w sz
10:08.23OlisonHeh
10:08.49Groktarit just so happened that all the warriors quit/transferred
10:08.57Groktarbecause of how aids they were early tbc
10:10.26grimmanI'm annoyed by the fact that Quartz has a step of 5 for bar width. :<
10:10.37grimmanWhich I will pretty much have to change every time it's updated now.
10:12.40Groktari'm annoyed that neither sct or grid has an option to change strata
10:12.59Groktarso sct covers up my grid
10:13.00Groktar:(
10:13.03charongrimman: just use an svn checkout and let svn update handle it
10:13.05grimman:P
10:13.12grimmancharon: Wut?
10:13.55charon1. Learn tools.
10:13.56charon2. ???
10:13.58charon3. Profit!
10:14.18grimmanAh, I see you watch cartoons!
10:14.21grimmanVery good, sir.
10:14.35charonno, i read slashdot occasionally. (honestly, i've only seen that in there)
10:14.45grimmanOf course, sir, we all believe you.
10:14.52grimmanDon't we, lads?
10:15.28grimmanRandom text!\n<Fakenick> Yes, absolutely!
10:16.54mikmatoo bad that got a nerd
10:16.57mikmanerf* :D
10:17.11charonlook, i'm not going to rehash this for you, read http://www.wowace.com/wiki/What_is_the_SVN%3F noting that 'svn update' will attempt to sync with the remote repository while keeping your local changes, and use it to your advantage
10:19.33charonand while you're at it, try to get into your mind that i have never had, and thus used, a TV apart from the odd hotel room or holiday flat
10:23.21Orionshockis there any rhyme or reason to anatheron's swarm?
10:24.22Groktarhttp://hometown.aol.com/kathaksung/myhomepage/profile.html
10:24.29Groktarnope
10:24.40Groktarjust a cone targeted on someone
10:26.20*** join/#wowace Aerr_ (n=chatzill@pool-96-227-62-166.phlapa.fios.verizon.net)
10:26.52Groktaromg netsplit
10:26.52Groktarhides
10:27.05*** join/#wowace [Ammo] (n=wouter@WoWUIDev/WowAce/ammo)
10:27.05*** join/#wowace Quezacolt (n=chatzill@122.2.199.173) [NETSPLIT VICTIM]
10:27.05*** join/#wowace kaugummi (n=kaugummi@2002:5091:dabd:55f:20d:93ff:feaf:964e)
10:27.05*** join/#wowace WarwolfSwe (n=emulator@h221n5c1o1019.bredband.skanova.com) [NETSPLIT VICTIM]
10:27.05*** join/#wowace DaIRC1761 (n=sdouble@12.206.92.247) [NETSPLIT VICTIM]
10:27.05*** join/#wowace SNiLD (i=snild@nurmijarvi.net) [NETSPLIT VICTIM]
10:27.05*** join/#wowace dezzimal (i=nyoron@207-118-189-157.dyn.centurytel.net) [NETSPLIT VICTIM]
10:27.05*** join/#wowace harldephin (i=harl@dslb-088-076-063-056.pools.arcor-ip.net) [NETSPLIT VICTIM]
10:27.05*** join/#wowace Tinyboom|work (n=u@159.171.80.146)
10:27.05*** join/#wowace Bibi (n=Boubouil@unaffiliated/bibi) [NETSPLIT VICTIM]
10:27.05*** join/#wowace kaiden (n=kaiden@c-76-121-206-11.hsd1.wa.comcast.net) [NETSPLIT VICTIM]
10:27.05*** join/#wowace Lywellyn (i=Josh@nc-76-6-226-254.dhcp.embarqhsd.net) [NETSPLIT VICTIM]
10:27.05*** join/#wowace AKX (i=akx@88.193.184.28) [NETSPLIT VICTIM]
10:27.05*** join/#wowace renchap (n=renchap@2001:41d0:1:8ca2:0:0:1:1) [NETSPLIT VICTIM]
10:27.05*** join/#wowace lanc0r (i=xtr@keep.fscking.org) [NETSPLIT VICTIM]
10:27.05*** join/#wowace qvr (i=qvr@ip6.mmh.iki.fi) [NETSPLIT VICTIM]
10:27.05*** join/#wowace EnseyFreenode (i=speedgam@77.66.39.1) [NETSPLIT VICTIM]
10:27.05*** join/#wowace Punkie (i=9266Punk@server1.bouncer4you.de) [NETSPLIT VICTIM]
10:27.06*** join/#wowace Zicon (i=zicon@rosetta.nwo.no) [NETSPLIT VICTIM]
10:27.06*** join/#wowace Fritti (n=orb_rule@pcwin165.win.tue.nl) [NETSPLIT VICTIM]
10:27.06*** mode/#wowace [+o [Ammo]] by irc.freenode.net
10:27.09grimmancharon: Affirmative. "No TV"!
10:30.44Trell_erm, question - I don't know if it's fixed, 'cos this was a 'BT week' for us, so it's been a week since we were last in MH - but last time BigWigs stopped announcing the makup of the waves
10:30.59Trell_ie, about a month ago it was announcing the wave timers, as well as the composition of the waves
10:31.25Trell_then it suddenly stopped announcing the composition of the waves, but it still announced the timers
10:31.39Groktarit usually only announces necros
10:32.02Groktarer, composition of waves with necros
10:32.33Trell_was announcing all waves for us up till about 2/3 weeks ago
10:32.48Groktaridk
10:33.05Groktari bet it has something to do with black helicopters
10:33.13Groktarjust ask kathaksung
10:33.55Groktarhttp://hometown.aol.com/kathaksung/myhomepage/profile.html
10:33.57Arrowmasteryou need somebody with bigwigs to talk to the npc and start the event
10:34.27Arrowmasterit works 100% fine if you do that
10:35.16Groktarreads about the "Mind control EM sleep wave"
10:36.19Arrowmasterugg Sulfuron module done
10:36.37Groktari think i'm going to have to plagiarize this on the wow forums
10:36.45Arrowmasternow only Majordomo and Ragnaros left
10:38.11*** join/#wowace Mera (n=ecarlat@44.12.204-77.rev.gaoland.net)
10:38.50Groktarstupid one post per minute limit :(
10:40.31CIA-4203Barov * r75449 10FuBar_FishingBuddyFu/ (FuBar_FishingBuddyFu.toc embeds.xml):
10:40.31CIA-42FuBar_FishingBuddyFu:
10:40.31CIA-42- sync with Sutorix version (0.9.4k)
10:43.35*** join/#wowace harldephin (i=harl@dslb-088-076-052-117.pools.arcor-ip.net)
10:44.47*** join/#wowace [SW]Dodge (n=Miranda@p5B00AC2E.dip0.t-ipconnect.de)
10:45.11CIA-4203anadale * r75450 10UnderHood/ (6 files in 3 dirs):
10:45.11CIA-42UnderHood:
10:45.11CIA-42- Added options to enable/disable alpha conditions
10:45.11CIA-42- Added option for global HUD scale
10:45.11CIA-42- You can manage additional spells for Buff/Debuff filtering through "Aura Settings/Filter" page in configuration
10:46.32Trell_ah Arrowmaster, tyvm - it all becomes clear now
10:46.43Trell_we were using a priest to start the event - a priest without BigWigs :P
10:47.14Groktarsurprise hyjal pulls are best
10:48.46*** join/#wowace Quezacolt (n=chatzill@122.2.199.173)
10:48.49[Ammo]Arrowmaster: or if you're the only one with bigwigs, just open the window for gossip yourself once
10:48.54[Ammo]it'll detect which boss will come then
10:49.04[Ammo]not really needed to start the event ;)
10:49.10Arrowmasterdoes it sync that?
10:49.13Arrowmasterif not it should
10:49.13[Ammo]no
10:49.17Groktarhttp://forums.worldofwarcraft.com/thread.html?topicId=6869426931&sid=1
10:49.18[Ammo]but at least your timers are right then :)
10:49.51Arrowmaster[Ammo]: where did the bigwigs target scanning code run off to?
10:50.02Arrowmasternot in main dir
10:50.13[Ammo]it's in the prototype
10:50.45Arrowmasteri ment the on mouseover
10:51.03[Ammo]targetmonitor
10:51.06[Ammo]it's in plugins
10:51.15[Ammo]always has been
10:51.35Arrowmasterbleh been forever since i went diggin in the targetmonitor code
10:51.50[Ammo]why would you dig in there?
10:52.32Arrowmastertrying to see what happened to mod:VerifyEnable(unit)
10:52.45[Ammo]that is in prototype
10:53.22Arrowmasterhmm thats odd
10:53.31[Ammo]or not hmm
10:53.37Arrowmasteri found it
10:53.50Arrowmasterbut it didnt work when we did domo last month
10:54.02[Ammo]weird
10:54.24Arrowmasteri manually disabled it and it renabled at rag
10:58.08*** join/#wowace Gandharva (n=Miranda@ppp-88-217-91-39.dynamic.mnet-online.de)
10:59.27*** join/#wowace Higdur (n=nike@nl119-199-202.student.uu.se)
11:01.54[SW]Dodgeoption.args in ace3 for config dialog can only be a table or is it possible to provide a function that creates the args table on demand?
11:04.22*** join/#wowace Kulaar (n=182Kulaa@p5B154B91.dip.t-dialin.net)
11:04.34Nargiddleytable only, if you want on demand do it for the whole options table
11:06.32[SW]Dodgeok thanks
11:09.06Arrowmaster[Ammo]: cant throttle without syncing right?
11:09.42[Ammo]hmm?
11:09.47Arrowmasterbigwigs
11:09.49[Ammo]explain that question in more detail
11:09.55*** join/#wowace mikezter (n=Miranda@drms-4d006ad0.pool.mediaWays.net)
11:10.36[Ammo]I figured the bigwigs part :)
11:10.41[Ammo]but what are you asking
11:10.51*** join/#wowace Diskmaster (n=YOURFACE@CPE-76-85-147-197.neb.res.rr.com)
11:11.01Arrowmasterupdating mc modules and if i use "SPELL_AURA_REMOVED" event to replace the "Magic Reflection fades" trigger it will fire a bunch of times on domos adds when it fades from all of them right
11:11.29Arrowmasterso to use throttling i would need to use syncing right?
11:11.38[Ammo]which is overkill
11:11.49[Ammo]you could just use a simple internal throttle
11:12.33*** join/#wowace _Berti (n=berti@vs156121.vserver.de)
11:15.51[Ammo]I believe the spiderbitch from naxx uses such an internal throttle
11:18.32KalrothFaerlina?
11:18.33Arrowmasteractually ill just use the throttling its already got
11:18.42Kalrothor Maexxna?
11:18.48[Ammo]maexxna
11:19.00[Ammo]syncing is nolonger needed for a lot of things
11:19.03[Ammo]better to not use it
11:19.05[Ammo]but shrug
11:19.14Arrowmasternah different kind
11:20.18*** join/#wowace Lemming2K (n=winblock@port-83-236-58-13.dynamic.qsc.de)
11:23.45CIA-4203feithar * r75451 10FBagOfHolding/ (FBagOfHolding.lua TabModel.lua ViewModel.lua):
11:23.45CIA-42FBagOfHolding:
11:23.45CIA-42- Made performance enhancements. Alt and guild bank items will no longer be rescanned unless it is absolutely necessary.
11:25.59chosiwhat happened to baggins? no more updates? i really love it
11:26.05chosior is there any replacement
11:26.08chosii didn't notice
11:26.40*** join/#wowace Gaurong (n=chatzill@88-105-145-157.dynamic.dsl.as9105.com)
11:28.58*** join/#wowace Sliker_Hawk (n=nnscript@212.32.94.242)
11:29.22Trell_ArkInventory fgtw
11:29.25Trell_or, *ftw
11:29.53Kalrothlol
11:30.08[Ammo]a kitten gets killed everytime you mention that addon
11:30.26Trell_:'(
11:30.28KalrothUse AmmoInventory instead!
11:30.41[Ammo]I suggest to use just about anything but that addon
11:30.46Trell_any reason?
11:31.07KalrothThe name sucks
11:31.19[Ammo]it's horribly inefficient, and coded by a chimpansee who got lucky
11:31.25Trell_>_<
11:31.30Trell_I actually like it :(
11:31.33Kalroth(read: coded by Ammo on a good day)
11:31.35Kalrothhides.
11:31.39[Ammo]haha
11:32.04chosibaggins is the shit. who maintained it?
11:32.21chosiwell anyways
11:32.21Kalrothshit? that's a good or bad thing nowadays?
11:32.33chosithat's good
11:32.35Groktarbaggins always lagged me to hell every time i opened my bags
11:32.38chosiit works fine. maybe that's why nobody updates it
11:32.43Trell_well depends, human or canine 'the shit'?
11:32.43Kalrothso 2girls1cup is a good thing?
11:33.28Kalroth2lua_coders1global_variable
11:33.39NargiddleyI maintain it, but been working on other things lately. It doesnt need that much maintenance as is
11:33.57chosiyeah as i said =)
11:33.59chosiit works.
11:34.00chosi:)
11:34.28*** join/#wowace MoonWork (n=MoonWolf@a62-251-18-240.adsl.xs4all.nl)
11:34.29chosialright try that:
11:34.42chosirightclick on baggins and try to view the changelog
11:34.48chosidoes your wau crash too?
11:35.29SunTsuchosi: You mage me think baggins had a changelog for bag's content, for a second ;)
11:35.35NargiddleyI have an svn checkout of it, so probably not :P
11:35.37chosi:D
11:35.38SunTsumade, even
11:36.47chosiokay it crashed without trying to view the changelog now
11:36.48chosigreat
11:36.51chosibgagins BROKE IT
11:36.58chosi;)
11:37.04Arrowmasteruggg
11:37.18Arrowmasteri so do not want to try and update this rag module
11:37.39chosicmon wtf is this shit
11:38.29[Ammo]Arrowmaster: haha
11:38.29iKONis there a way to force the combatlog to save to the hdd without restarting wow?
11:38.31[Ammo]pwned :P
11:38.39[Ammo]iKON: /rl
11:38.44Arrowmaster[Ammo]: ill give you a cookie if you do it
11:41.23[Ammo]no thanks
11:41.47Arrowmasteractually this should be perty simple, just going to leave most the stuff in the old format
11:42.31*** join/#wowace p3lim (n=p3lim@084202208125.customer.alfanett.no)
11:43.58*** join/#wowace Gandharva (n=Miranda@ppp-88-217-91-39.dynamic.mnet-online.de)
11:44.15Daemonahmm something wrong with files.wowace.com
11:44.17Daemona?
11:44.23Daemonaor is my WAU just freaking out at me?
11:45.09Daemonachosi i uninstalled and reinstalled my wau and it fails to download addons but not crash
11:45.20Daemona(i did that after it crashed 4 times on me while starting up)
11:45.55chosiit crashes after a while for me
11:45.57*** join/#wowace profalbert (n=profalbe@85-127-129-123.static.xdsl-line.inode.at)
11:45.58chosistarts up fine
11:46.01chosiupdates fine
11:46.05chosithen crashes.
11:46.13chosimaybe it's the self update check that makes it crash
11:46.31Daemonaas i said, mine isnt crashing anymore after reinstalling it
11:46.37Daemonabut it fails to update addons
11:46.43chosimhm
11:49.08Daemonahaha while trying to update my bigwigs it deleted it and failed to install the new version -.-
11:49.37Kalrothhttp://fambagge.dk/jwu/ :P
11:50.14Daemona2.5 hours ago it was working ...
11:50.16*** join/#wowace Zyuu2 (n=zyuu@h208n16.gothnet.ias.bredband.telia.com)
11:50.27Daemonait even creates the download folder .. but doesnt grab data
11:50.44Daemonai got a BigWigs-r75448 folder in my interface folder
11:50.47Daemonastraaaaange ;)
11:51.18*** part/#wowace Zyuu2 (n=zyuu@h208n16.gothnet.ias.bredband.telia.com)
11:51.43*** join/#wowace Zyuu2 (n=zyuu@h208n16.gothnet.ias.bredband.telia.com)
11:53.53ag`Kemayo: you here?
11:55.37CIA-4203arrowmaster * r75452 10BigWigs_MC/ (9 files):
11:55.38CIA-42BigWigs_MC:
11:55.38CIA-42-updated for 2.4 combatlog change
11:55.38CIA-42-changed most bar icons to use the spell icon related to them
11:55.38CIA-42-added spell icon to most messages
11:55.38CIA-42-completely untested and drycoded, I feel sorry for anybody that finds a bug
11:55.52[Ammo]haha
11:55.55CIA-4203feithar * r75453 10FBagOfHolding/ (4 files):
11:55.55CIA-42FBagOfHolding:
11:55.55CIA-42- Added read only support for guild bank items.
11:56.33Arrowmasteri converted most mod:Message() to mod:IfMessage() and such stuff but mostly left the rag module alone
11:57.40*** join/#wowace Luke_Emmerson (n=chatzill@88-109-27-204.dynamic.dsl.as9105.com)
11:57.47Arrowmaster[Ammo]: BigWigs3 is going to need unitflag checking builtin imho
11:58.14[Ammo]Arrowmaster: explain
11:58.26Arrowmasterchecking name is not good enough
11:59.09Mafariunhi, i was told to come here for help with my addon that im currently making, im struggling with slash commands. is this the right place i should be?
11:59.31Arrowmasterlike now UNIT_DIED fires for everything, name a hunter pet the name of the boss your fighting and oops, or name it the name of another player and theyll get stuff like "Rain of Fire on YOU!" when its really on the pet
11:59.42Mafariun(first time using IRC)
11:59.48[Ammo]Arrowmaster: ah yeah
12:00.47Kemayoag`: Yes?
12:01.13SunTsuMafariun: You'll see if you asked your questions ;)
12:01.20SunTsu~asktoask
12:01.21purlThis is IRC. Don't ask to ask a question. Just ask your question and if someone's around, they'll be glad to help.
12:01.27ag`Kemayo, great work with all the additions you've made :) One thing though, is the overheal bar supposed to go outside the unit frame?
12:01.51Kemayoag`: Thanks.  :D  And yes -- it's a nice visual indicator as to how much you're overhealing by.
12:02.07Mafariunok i see, sry its my first time on here so i didnt really get it :P
12:02.15ag`Kemayo: yep, okies
12:02.17Kemayofinds it useful, anyway.
12:02.20Arrowmaster[Ammo]: i must say though, SPELL_CAST_SUCCESS makes boss mods so much easyer
12:02.33ag`yeah, it is useful
12:03.06ag`it's just that if you have a partypet or something next to the unit frame it will overlap
12:03.20ag`I guess it just needs an option to be turned on/off
12:03.27ag`:)
12:03.31ag`I can do that
12:03.33KemayoThat's make sense.
12:03.51ag`I want to add a overheal text tag too
12:03.57KemayoIt's one of those things where you could definitely see people wanting either behavior, at least.
12:04.01ag`yeah
12:04.10ag`exactly
12:04.15ag`so I think an option is good
12:04.17KalrothCan you add functionality to kick Paladins that spam FoL from the raid?
12:04.33Mafariunok, the first slash command works fine, but what i want to do is reverse the changes made in the first slash command, how can i do this?
12:04.34MafariunSLASH_MYSCRIPT1 = "/mem";
12:04.36MafariunSlashCmdList["MYSCRIPT"] = function(cmd)
12:04.38Mafariun<PROTECTED>
12:04.39Mafariun<PROTECTED>
12:04.40Mafariun<PROTECTED>
12:04.42MafariunPlayerFrame:ClearAllPoints()
12:04.43MafariunPlayerFrame:SetPoint("CENTER", UIParent, "CENTER", -250, -250)
12:04.45MafariunTargetFrame:ClearAllPoints()
12:04.47MafariunTargetFrame:SetPoint("CENTER", UIParent, "CENTER", 250, -250)
12:04.48SunTsuMafariun: Use pastey
12:04.48Mafariun<PROTECTED>
12:04.50Mafariun<PROTECTED>
12:04.51Mafariun<PROTECTED>
12:04.53Mafariun<PROTECTED>
12:04.55Mafariun<PROTECTED>
12:04.56Mafariun<PROTECTED>
12:04.58Mafariunend
12:05.04ag`well that was just what I wanted to discuss, bbl:)
12:05.06KalrothMafariun: http://pastey.net/ :)
12:05.10Mafariunsry :P pastey?
12:05.13Mafariunah ok
12:05.24Kemayoag`: Glad to have been informative. :D
12:05.34SunTsuMafariun: Don't paste things more than 2 lines into IRC, it's not polite, it interrupts conversations and such
12:05.40*** join/#wowace Ncl8s (n=Ncl8@dsl-tkubrasgw1-fe38fa00-5.dhcp.inet.fi)
12:05.51ag`oh another thing Kemayo
12:05.56Mafariunok sry
12:06.12ag`how do you like the addon as it is now?
12:06.21ag`anything you feel missing or something?
12:07.38Mafariunhere is the begining of the slash commands, what i want to do is basically reverse the changes made with the first slash command but for the second:
12:07.40Mafariunhttp://pastey.net/88609
12:07.59KalrothMafariun: You mean toggle it?
12:08.06Mafariunyeah
12:08.36Mafariun(kinda new to LUA too :P) just wanted to get this addon finnished
12:09.28Kemayoag`: There's nothing major it's missing for me, though I'm not an uber-raider or anything.  From an addon-writing perspective, it'd be sort of nice if ag_Options wasn't so monolithic (if it went through and called :OnOptionsRegister()) on each module, say).
12:10.09KalrothMafariun: I'm not sure what you mean, looking at the code it seems pretty simple
12:10.49CIA-4203kagaro * r75454 10kgPanels/kgPanels.lua: kgPanels: Now supports injecting artwork from the artlibrary into LibSharedMedia-3.0, prep for new LSM widgets
12:11.53ag`Kemayo: hmm I think it does, I just moved all module options into ag_Options, but if someone created an addon module they could provide their own options in :OnRegisterOptions
12:12.00Mafariunits very simple, but a beginers question, how could i toggle the changes made in the first slash command?
12:12.13KalrothOh, you mean reverse then
12:12.14Kalrothhrm
12:12.18*** join/#wowace DragonWin (n=goofy@193.47.81.75)
12:13.17grimmanWhere's Elkano when I need to whine? :<
12:13.38ZiconI can nod and smile while you whine, if you want.
12:13.52Kemayoag`: Excellent, then it all seems good. :D
12:13.53grimmanUhu.
12:14.17grimmanEBB is being strange. the second bar of the buffs frame (and possibly others) is darker than the first and the ones to follow it.
12:14.29ZiconBut if you want me to actually look interested, it'll cost you extra.
12:14.42grimmanFine... paypal?
12:15.24ag`Kemayo: all modules used to have their options table in their own file, but when I made ag_Options LoD I thought I could just put my own module options in there too. But you can still do it whatever way you want. Just add a :OnRegisterOptions method and have it return an options table
12:15.49ag`anyway bbl
12:16.42Kemayoag`: Shows what I get for assuming things prior to actually reading ag_Options.
12:18.55iKONare the sourceFlags and destFlags variables reformatted when they are Printed to the screen? they arent the same numbers i see in combatlog.txt
12:19.20*** topic/#wowace by vhaarr -> http://www.wowace.com | http://files.wowace.com/ | http://ace.pastey.net | http://www.lua.org | It's so much easier to suggest solutions when you don't know too much about the problem. --Malcolm Forbes
12:20.57charoniKON: you get the flags as actual numbers, so normally printing routines will display them in decimal. they're printed to the logs in hex because that makes more sense for bitfields
12:21.22charon(note that you do _not_ get the guids as numbers even though the log format looks similar)
12:21.59*** join/#wowace kenlyric (n=chatzill@iu-itpo-vreris.itpo.iu.edu)
12:24.14MafariunKalroth: so do u tihnk u could help me with that reverse cahnge for the second slash command?
12:27.52*** join/#wowace ND_afk (n=Miranda@h062040167062.gun.cm.kabsi.at)
12:30.20Groktarhmmm
12:30.33Groktararkadia sent me 5 pages worth of blacksmith hammers
12:30.40CIA-4203andyca * r75455 10SpamMeNot/Locale-zhTW.lua:
12:30.40CIA-42SpamMeNot:
12:30.40CIA-42-zhTW update
12:34.55Groktari haven't gotten any good flame posts yet
12:34.57Groktar:(
12:35.40iKONcharon: is there an easy way to convert the number to hex?
12:36.32charonlua> return format("%x", 12345)
12:36.32lua_botcharon: luabot:1: attempt to call global 'format' (a nil value)
12:36.38charongrr.
12:36.41charonlua> return string.format("%x", 12345)
12:36.41lua_botcharon: 3039
12:36.59CIA-4203ananhaid * r75456 10Omen/Modules/SingleTarget/Localization/zhCN.lua:
12:36.59CIA-42Omen:
12:36.59CIA-42- SingleTarget zhCN warning modify。
12:37.53iKONlua> string.format("%x", 1297)
12:37.54lua_botiKON: 511
12:37.59iKONwoot
12:43.03*** join/#wowace Josh_Borke (n=jk275@WoWUIDev/WoWInterface/LegoBlock/joshborke)
12:44.19*** join/#wowace Baraius (n=bhuddles@cpe-70-112-230-186.austin.res.rr.com)
12:45.14CIA-4203kemayo * r75457 10InstanceMaps/browse.lua: InstanceMaps: Fix the errors after leveling.
12:45.29*** join/#wowace ND_afk (n=Miranda@h062040167062.gun.cm.kabsi.at)
12:46.52*** join/#wowace Lopen|Wooork (n=lopen@207.74.131.76)
12:49.10*** join/#wowace Gandharva (n=Miranda@ppp-88-217-91-39.dynamic.mnet-online.de)
12:49.19Elkanogrimman, in your face...
12:49.32grimmanWUT WUT?
12:49.35grimmanI can see you, you know.
12:50.32CamciWhy does ZOMGbuffs click config resets every time i log out?
12:51.03Elkanogrimman, check that you haven't sth else overlapping it
12:51.14grimmanOh, aye.
12:51.24grimmanHold on a sec.
12:53.54grimmanHm... effects seem to be lighter after a relog.
12:54.22grimmannm, definitely nonexistant now. That's strange.
12:54.31grimmanOh well, you can go back to sleep then.
13:02.07*** join/#wowace HolgerDK (n=markj@0x57372af1.nfnqu1.broadband.tele.dk)
13:02.54CIA-4203phyber * r75458 10Embiggen/ (Embiggen.lua embeds.xml):
13:02.54CIA-42Embiggen:
13:02.54CIA-42- Remove unused AceEvent-3.0
13:03.23CIA-4203phyber * r75459 10Embiggen/Libs/:
13:03.23CIA-42Embiggen:
13:03.23CIA-42- Bah, forgot to commit new externals.
13:03.34*** join/#wowace Deri-PC (n=Timothy0@pool-68-161-81-129.ny325.east.verizon.net)
13:11.46*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
13:15.11*** join/#wowace EvilJohn- (n=eviljohn@67.110.71.30.ptr.us.xo.net)
13:17.07*** join/#wowace Allara (n=chatzill@c-24-20-133-89.hsd1.or.comcast.net)
13:18.40*** join/#wowace blay (n=KevFlow@50.206.8.67.cfl.res.rr.com)
13:19.06*** join/#wowace {RN}Terra (n=none@69.183.47.6)
13:21.18*** join/#wowace sun\ (n=sun@ARouen-256-1-102-226.w92-132.abo.wanadoo.fr)
13:22.54*** join/#wowace Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
13:22.54*** mode/#wowace [+o Kaelten] by ChanServ
13:23.47Arrowmastersomebody sticky http://www.wowace.com/forums/index.php?topic=13742.0
13:24.17*** join/#wowace netcurse_ (n=chatzill@ATuileries-153-1-81-51.w83-202.abo.wanadoo.fr)
13:25.56*** join/#wowace kalahassi (n=chatzill@p5B0C325D.dip0.t-ipconnect.de)
13:31.03*** join/#wowace HunterZ0 (n=chatzill@c-24-18-124-80.hsd1.mn.comcast.net)
13:33.59*** join/#wowace kovi (n=kovi@wrzb-590dfc89.pool.einsundeins.de)
13:36.14*** join/#wowace kagaro (n=washu@12.38.10.178)
13:39.24Pkekyo|http://pkekyo.pastebin.org/39450 :)
13:39.33Zyndromehttp://www.spreadfirefox.com/en-US/worldrecord/ ;o
13:41.07kalahassiim not sure but couldnt we get rid of the translations in threats supremus module? "supremus punches the ground in anger"  =~ uses spellid 40126 ?
13:42.25*** join/#wowace Dark_Elf (n=Dark_Elf@206.169.253.24)
13:45.50kalahassi2) ;) i enabled the eredar-threat module outside of sunwell to find a suitable place for it on my ui. now i cant get it to hide, i disabled it and disabled bigwigs and it still is on my screen , showing "nil"
13:46.26Funkeh`<PROTECTED>
13:47.46*** join/#wowace Guest21402 (n=nnscript@212.32.94.242)
13:47.48evlhttp://www.kong-kim.dk/ftp/fun/aoc_owned01.jpg
13:47.49evlROFL
13:51.57Josh_Borkeevl: lol, that's awesome
13:52.26evlI see a string of equal problems popping up :P
13:52.29*** join/#wowace FtH|Daemona (n=koaschte@i577A255F.versanet.de)
13:53.26kenlyrichahahaha
13:53.43evllet's see
13:53.57evlbring 10 fat asss rhinos and block off an entire city section?
13:54.00kenlyricyou should be able to kill his rhino if his rhino can block the road
13:54.06kenlyricthis is game design imbalance
13:54.09evldid you read about the guild castles?
13:54.18*** join/#wowace Swimnurd (n=Swimnurd@cpe-71-74-193-98.woh.res.rr.com)
13:54.23evlthey apparently didn't think about the fact that PVP means you can destroy someone elses city
13:54.41evla lot of money and hard work later someone just came along and chopped it to pieces
13:55.04kenlyricwell, like a real castle
13:55.05[Ammo]awesome
13:55.13[Ammo]I guess that's why Punkie called his guild Bastards and Thieves
13:55.14kenlyricyou gotta defend that shit
13:55.15[Ammo]:)
13:55.23evlsame as in AO
13:55.33evlexcept I'm not available to defend 24/7
13:55.46HunterZ0what is that, AoC or something?
13:56.03kenlyricwhat was the first clue?
13:56.10kenlyricaoc in the filename?
13:56.17evlcould be
13:56.19HunterZ0perhaps i just woke up :p
13:56.22evllet's ask Sherlol Holmes
13:56.24PunkieYou can kill that guy in the screenshot btw
13:56.32evlPunkie: SMELLY MAN
13:56.42Punkie:(
13:57.04[Ammo]rip him a new asshole eh voila, road open
13:57.09CIA-4203funkydude * r75460 10BadBoy/BadBoy.lua: BadBoy: Update blacklist
13:57.10evlPunkie: how is AoC, amazing like boobs or slightly amazing like ice-cream
13:58.01evlthat amazing huh
13:58.04evlwell fuck you, going home
13:58.33Punkiewell bye, but http://www.booncontrol.com/upload/aoc/Pesti_picture010.png
13:58.36Punkie:P
13:59.28Koliesalve boobies.
13:59.31Kolieslave.
13:59.44Punkietheres more screenshots in that dir
13:59.59KolieIm at work, no porno.
14:00.10Punkieoh yeah
14:00.12Kolieoh well, back to solitaire.
14:00.14PunkieNSFW? :P
14:00.20Kolieheh im not a farker.
14:00.26*** join/#wowace DARKGuy (n=DARKGuy@201.211.45.36)
14:00.26Punkie:)
14:01.03Punkiethat's on medium settings btw, my gf9600 can't really keep up with 1920x1200 on high :(
14:01.15*** join/#wowace copystring (n=copystri@p548A1138.dip0.t-ipconnect.de)
14:01.40Koliei just got a 98 gx2
14:01.48Koliemy girlfriend sat on it before I Could install it.
14:02.34Punkiegood
14:02.49Punkieyou can get a refund and wait a month or two for the 9900 or the new ATi card
14:03.10hastealso known as 280GTX?
14:03.40hasteGTX 280*
14:03.46hasteI'm never going to learn that
14:04.49*** part/#wowace Pkekyo| (n=bsm89mod@062016163025.customer.alfanett.no)
14:05.39Punkiesomething like that
14:05.51Punkie9800 series was a joke really
14:06.11*** join/#wowace Pkekyo| (n=bsm89mod@062016163025.customer.alfanett.no)
14:06.39*** join/#wowace Gngsk (n=Gngsk@c-69-138-213-251.hsd1.md.comcast.net)
14:06.58VulcanusI have a 7900GTX and I have 40 fps in raids on 1920x1200 with everything on max except AF and AA which is at 0
14:07.11Punkiebut that's wow
14:07.18Vulcanusaye
14:07.26VulcanusThe Witcher would probs rape that card on that reso
14:07.26VulcanusXD
14:07.28PunkieAoC is a tiiiiny bit heavier :p
14:07.36Vulcanusfuck aoc
14:07.43Punkienah, it's really quite good
14:08.12Punkiebut anyway, isn't tbc recommended specs 64mb?
14:08.31Ordogthat "i you right left center"-combat stuff demands udp and excellent latency or not?
14:09.02Ordogoh well its tcp anyway
14:09.12*** join/#wowace Zariel (n=Chris@82-69-11-251.dsl.in-addr.zen.co.uk)
14:09.30DARKGuymornin' =)
14:10.09PunkieOrdog: no idea, I haven't found any problems in PvP with 'latency' - it's just very fun
14:10.32Ordogcool ;D
14:11.38*** join/#wowace FryGuy- (i=fryguy@c-24-10-16-233.hsd1.ca.comcast.net)
14:11.42Ordoghow do you shift your "shield" around btw? guess there are keys for all directons and the shield directions?
14:11.43*** join/#wowace ScratchMonkey___ (n=ScratchM@c-69-181-148-112.hsd1.ca.comcast.net)
14:11.43VulcanusI wager once the novelty of new stuff wears off and you keep getting slammed by chinese people youll be sick of the FFA pvp
14:11.45*** join/#wowace Cyrez` (i=thecyrez@c-71-202-134-224.hsd1.ca.comcast.net)
14:11.53*** join/#wowace Higdur (n=nike@nl106-137-83.student.uu.se)
14:12.21TNSeI should really start making wow addons but the problem is that everything I already need is already made.
14:12.23TNSe:(
14:12.29DARKGuyhaha
14:12.34Ordogdo they support user scripting? btw? aoc i mean
14:12.34PunkieVulcanus: try the game before wagering ;)
14:12.39Punkieno
14:12.47Koliethe support ui modification
14:12.47DARKGuyscrew aoc :(
14:12.49DARKGuywow ftw :(
14:13.03VulcanusIm not paying money for something that may be epic fail for me
14:13.17PunkieVulcanus:  suit yourself
14:13.20*** join/#wowace DragonWin (n=goofy@193.47.81.75)
14:13.45TNSeagree
14:13.54TNSenot touching aoc until I get a month free play trial or something like that
14:13.58TNSebut from what I've heard
14:14.06TNSeits not fps/lag friendly like wow
14:14.16TNSeif you got fps lag or high ping, you are at a mad disadvantage
14:14.18VulcanusI can still make wagers though ;p I didn't say it right though, what I meant is that a fair number would probably get sick of it once the novelty wears off, not YOU in particular
14:14.24*** join/#wowace [W]LANFiRE (i=lanfire@ppp91-76-116-69.pppoe.mtu-net.ru)
14:15.13PunkieWell, the server's do still have some teething problems, I won't deny that
14:15.40*** join/#wowace Zynderps (n=faggotry@217-209-42-83-no89.tbcn.telia.com)
14:16.27PunkieIt will be fun, at least until we see how WAR turns out ;)
14:16.44TNSeI'm more psyched about wotlk than war/aoc :P
14:16.51TNSebut I will try both if I can try them for free
14:16.59TNSeno fking hell I'm gonna pay for disappointment
14:17.11*** part/#wowace DARKGuy (n=DARKGuy@201.211.45.36)
14:17.34*** join/#wowace DARKGuy (n=DARKGuy@201.211.45.36)
14:17.52Punkie:)
14:18.48DARKGuythat's why some games should be free-play pay-per-items or something
14:18.52*** join/#wowace Zyndrome (n=faggotry@217-209-42-83-no89.tbcn.telia.com)
14:19.50Punkieright, because that would be profitable :P
14:19.51iKONare there any other libs like candybar?
14:20.14*** join/#wowace [Gandharva] (n=Miranda@ppp-62-216-210-212.dynamic.mnet-online.de)
14:20.28SunTsuiKON: LibBars
14:20.44iKONwhich is better?
14:21.11SunTsuiKON: the one you prefer
14:21.32DARKGuyPunkie: well Silkroad has been able to be kept up online, Mu and other games use a similar system and I don't see them going to ruin :P
14:21.39DARKGuyHell, even Tibia which is a trash of a game
14:23.35Industrialthere was a new round of beta invites
14:23.36*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:23.36*** mode/#wowace [+o ckknight] by ChanServ
14:23.37Industrialapparently
14:23.38Industrialfor WAR
14:23.40Industrialand i wasnt in it
14:23.42Industrialfucking AGAIN
14:23.48Industriali signed up last year april
14:23.49DARKGuydamn
14:24.01Lukian<PROTECTED>
14:24.21Industrialso now im pretty pissed
14:24.26Industrialdont know if there will be an open beta
14:24.54sacarascwar, huh? what is it good for?
14:25.09DiskmasterHello mental image.
14:25.35DARKGuysacarasc: absolutely nothing! :D
14:25.36Industrialsacarasc: its a MMORPG? :P
14:26.16Industrialid test the game for them too
14:26.19Industrialand the interface
14:26.19Industrial:\
14:26.59IndustrialI actually beta'ed DaoC too
14:27.04PunkieI have the beta for WAR
14:27.05Industrialand put that in my description
14:27.34PunkieYou can't really do much with the interface right now
14:27.57Industriali dont want to hear that
14:27.59Industriali want to see it
14:27.59Industrial:p
14:28.05*** join/#wowace AckisWork (i=8ee55cad@gateway/web/ajax/mibbit.com/x-c22b89c71232a3de)
14:28.08DARKGuyWell I discovered a really great MMORPG where you grow up as a person, you can have a job, friends, do some sports, play music and you can even have a girlfriend... it's called Social Life. Just watch out, you only have one life and there's no respawn :P
14:28.14ag`Punkie: but I've heard something about it using lua right?
14:28.20Punkieyes, it will do
14:28.30ag`but it doesn't yet or?
14:28.30AckisWorkmorning
14:28.38DARKGuyhey AckisWork, morning ^^
14:28.44sacarascDARKGuy: there might be respawns...
14:28.55DARKGuysacarasc: I believe in them :P
14:28.55AckisWorkDarkGuy: http://ackis.myminicity.com/sec :D lol
14:29.02Punkieit's just not "there" yet ag`
14:29.09DARKGuythere's no way I'll roam the world as a wisp for all eternity ><
14:29.09DiskmasterDARKGuy, regen needs a buff, imo
14:29.28DARKGuyAckisWork: xD
14:29.34AckisWorkhehehe
14:29.58DARKGuyDiskmaster: who can cast it? :O
14:29.59PunkieDARKGuy: only problem is that game costs more than £8.99 a month
14:30.09DARKGuyPunkie: lol true :(
14:30.18DARKGuygetting epic video cards is hard
14:30.21DiskmasterDARKGuy, I mean, natural regen needs a buff.
14:30.38*** join/#wowace home|prophy (n=prophy@207-237-2-103.c3-0.80w-ubr10.nyr-80w.ny.cable.rcn.com)
14:30.57DARKGuyDiskmaster: oh, well-fed? x)
14:31.21DARKGuyis now playing: Mixed by Bart Klepka - We Build We Die (Warcraft II remix)
14:32.36*** join/#wowace Cartas (n=nnscript@host86-133-154-169.range86-133.btcentralplus.com)
14:33.09VonhintenPunkie, how the hell did you get a beta for WAR.. I've been dying to try it
14:33.46PunkieOne of my guildmates signed up for it, then said he didn't want it so I asked for it and he gave me the details :p
14:34.41*** join/#wowace Zynderps (n=faggotry@217-209-42-83-no89.tbcn.telia.com)
14:34.49Industrialoh my god?
14:34.58Industrial(none but still)
14:35.14IndustrialPunkie: thats so unfair; ive been trying since april last year
14:36.12PunkieWell I have signed up since last year too so :p
14:36.35*** join/#wowace Seerah (n=Ryan_L@adsl-63-180-55.mem.bellsouth.net)
14:38.02*** join/#wowace nappy- (n=Nyri@ip-78-94-63-167.hsi.ish.de)
14:39.45CIA-4203jncl * r75461 10Skinner/ (9 files in 2 dirs):
14:39.45CIA-42Skinner: Skinned HitsMode & LinksList
14:39.45CIA-42- Updated Bongos3, EavesDrop & Ace3 skins
14:39.45CIA-42- CraftUI EditBox now skinned
14:39.45CIA-42- Removed texture from QuestLog
14:41.12*** join/#wowace evl (n=evl@c85-196-101-98.static.sdsl.no)
14:42.44*** join/#wowace Next96 (i=Next96@121.129.140.108)
14:44.11Lukianag`, !
14:44.20Lukiandid you get botmail? :D
14:44.41ag`botmail?
14:44.46Lukian~botmail
14:45.13LukianI've using ace3 aguf from the svn atm, and noted a few issues XD
14:50.04*** join/#wowace ckknight (n=ckknight@WoWUIDev/WoWAce/CurseStaff/CurseForge/ckknight)
14:50.11*** mode/#wowace [+o ckknight] by ChanServ
14:53.38*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
14:53.43DARKGuyNuuu
14:54.01CIA-4203Devfool * r75462 10GridStatusHostileUnit/GridStatusHostileUnit.lua:
14:54.01CIA-42GridStatusHostileUnit:
14:54.01CIA-42- add frFR translation
14:54.30*** join/#wowace revv (n=Miranda@fctnnbsc14w-142167090054.pppoe-dynamic.nb.aliant.net)
14:57.26Koliehmm
14:58.29*** join/#wowace sun\\ (n=sun@ARouen-256-1-50-57.w90-51.abo.wanadoo.fr)
15:13.24CIA-4203ackis * r75463 10TIRaid/TIRaid.lua:
15:13.24CIA-42TIRaid:
15:13.24CIA-42- Update options so I don't have two resetloot functions
15:15.57CIA-4203dodge * r75464 10CoolDownButtons/Modules/ (Button_Manager.lua Item_Cooldowns.lua): CoolDownButtons: added Rejuvenation Potions to grouping
15:18.20Lukiantickles ag`
15:20.13ag`hi
15:20.34*** join/#wowace sb (n=sb@dslb-088-067-137-146.pools.arcor-ip.net)
15:20.58*** join/#wowace b00gy (n=Miranda@e181124139.adsl.alicedsl.de)
15:22.55Pkekyo|damn...I hate it when I mention Amiga and NES, and people don't know what the fuck I'm on about...feel so old :/
15:23.33nappy-is there an ace addon out, displaying diminishing return cooldowns?
15:24.37*** join/#wowace profalbert (n=profalbe@80-123-29-27.adsl.highway.telekom.at)
15:25.07*** join/#wowace Kalroth (n=kalroth@3908ds1-hj.0.fullrate.dk)
15:26.21*** join/#wowace Apoco (i=Apoco@adsl-69-212-242-114.dsl.ipltin.ameritech.net)
15:26.49ElkanoAmiga? is taht something like Atari? ;)
15:27.46Dark_Elfamiga was commodore machine that had windows before windows was made
15:28.13AckisWorkdid anyone try kalecgos last night?
15:28.22ElkanoI wouldn't call that windows... it worked ;)
15:28.56DARKGuyPkekyo|: I never had a chance to use an Amiga, but I know what NES is!
15:29.10DARKGuy... I learnt English thanks to it, and Final Fantasy
15:29.29*** join/#wowace Delorala (n=gibtsned@p5DC0E29F.dip.t-dialin.net)
15:29.33SunTsuDARKGuy: I learnt it from "the Bard's Tale" ;)
15:29.35NivFreak~seen zhinjio
15:29.38purlzhinjio <i=1000@70.91.168.58> was last seen on IRC in channel #wowace, 16h 48m 17s ago, saying: 'do you best to survive without my unerring wit and charm until I get back. '.
15:29.42Dark_Elfbest part was it ran on floppys
15:30.00DARKGuySunTsu: Lol nice! I never played it tho :(... I should ! ^
15:30.02DARKGuy^^
15:30.35Pkekyo|my mate used to have this incredibly awesome car game for Amiga :p
15:30.36SunTsuI was the beat in class - especially when it came to the middle ages ;)
15:30.47SunTsubest - and sometimes beat, yes ;)
15:31.01SunTsuPkekyo|: Test drive? ;)
15:31.15Pkekyo|SunTsu: maybe, can't remember...was still just a kid back then :p
15:31.40DARKGuyhaha Test Drive
15:31.41SunTsuPkekyo|: You bet, I was too ;)
15:31.47DARKGuyI loved that game, played it on VGA xD
15:31.57DARKGuyand Indy Car Racing!
15:32.10DARKGuy... and CAT (submarine) in CGA
15:32.13Pkekyo|I miss that old 'tank' game :(
15:32.15DARKGuyCatz too
15:32.25DARKGuyTank Commander?
15:32.26*** join/#wowace charon (n=thomas@vpn-global-dhcp3-183.ethz.ch)
15:32.31SunTsuI remember playing Strip Poker on C64 - you couldn't hardly distinguish any bodypart, but it was exciting ;)
15:32.45AckisWorki pixel nipple ftw
15:32.49AckisWorki = 1
15:32.54DARKGuyhaha
15:33.05Pkekyo|DARKGuy: maybe... :p
15:33.12Dark_Elf4 colors lol
15:33.15DARKGuyPkekyo|: if it was kinda 3D, yeah
15:33.29DARKGuy... or it could be Armored Rigs or something
15:33.45SunTsuOr M1 Abrams
15:34.11Pkekyo|DARKGuy: wasn't...was like...some tank-ish bases sitting 'round a mountain range (red, blue, green, yellow) shooting at eachother
15:34.30AckisWorkanyone use BigWigs_KalecgosHealth last night? :P
15:34.35AckisWorkand if so, did it work?
15:36.01Pkekyo|DARKGuy: any idea what I'm on about?
15:36.40*** join/#wowace digmouse (n=whhao198@58.217.210.234)
15:37.26digmouse~seen ag`
15:37.29purlag` is currently on #wowuidev (7h 36m 44s) #wowace (7h 36m 44s). Has said a total of 23 messages. Is idling for 17m 16s, last said: 'hi'.
15:37.57ag`wuts goin on guise
15:38.21Pkekyo|secks is on!
15:39.47*** join/#wowace Lyn_ (n=Lyn@Lc25f.l.pppool.de)
15:41.38Pkekyo|noone know what game I'm on about? :<
15:42.00CIA-4203next96 * r75465 10DailiesQuestTracker/embeds.xml:
15:42.00CIA-42DailiesQuestTracker:
15:42.00CIA-42- fix lib path
15:42.01*** join/#wowace ncd|Aileen (n=Dave@213.216.23.2)
15:42.31DARKGuyPkekyo|: ah yeah I remember, I don't have the name though ><
15:42.37DARKGuybut it was hella  fun, similar to Bang!
15:42.57AckisWorkis: local GameTooltip = GameTooltip bad if I add that to my createframe function?
15:44.21CIA-4203ackis * r75466 10TIRaid/TIRaid.lua:
15:44.21CIA-42TIRaid:
15:44.21CIA-42- Fixed attendance tracking issue
15:44.21CIA-42- Cleaned up some global vars (my bad)
15:44.21CIA-42- Did some code optimization
15:44.28Pkekyo|miss that game so much :<
15:44.49Pkekyo|~gravblox
15:44.57Pkekyo|anyone know if gravblox is up to date?
15:45.21b00gyFunkeh`are you there? Made some changes to your StatBlocks_FPS, added an selectable update intervall, as 5s was too long for me ;) And I made an own StatBlocks for BankItems, how can i add it to the others?
15:45.30ulicwhich game is this?  that is similar to Bang!
15:46.14Pkekyo|ulic: <Pkekyo> DARKGuy: wasn't...was like...some tank-ish bases sitting 'round a mountain range (red, blue, green, yellow) shooting at eachother
15:46.45DARKGuyb00gy: you rule!
15:46.53DARKGuybeen wanting to set the FPS interval :D
15:46.59*** join/#wowace Roblibob (n=chatzill@c-29ffe055.1511-4-64736c11.cust.bredbandsbolaget.se)
15:47.08b00gyall your base are belong to me, eh? ^^
15:47.21DARKGuylol ^^
15:48.39Pkekyo|seriously though, I need a name and a WinXP port! :p
15:49.59ulicAre yout thinking of Rampart?
15:50.07evlyeah
15:50.14evlyou placed cannons right?
15:50.19evland you couldn't build on fire etc.
15:50.26ulichttp://classicgaming.gamespy.com/View.php?view=GameMuseum.Detail&id=106
15:50.28[Liquidor]This is simply amazing. IF you use your headphones and close your eyes you will start to feel like actually being in the barber shop. It gets better and better woot http://www.youtube.com/watch?v=IUDTlvagjJA
15:50.30Pkekyo|no, not rampart
15:50.55Pkekyo|it was outlines/silouettes only, black background
15:51.07Pkekyo|not sure it was amiga though
15:51.27Pkekyo|think you even had...uhm...energy shields or something
15:51.42Pkekyo|it was a -very- primitive, but highly entertaining game
15:51.45[Liquidor]See this wikipedia entry for information about binaural recordings: http://en.wikipedia.org/wiki/Binaural_recording
15:52.59ulicPkekyo|: did you like adjust the angle and power?  then shot your canon?  The one like that?
15:53.25Pkekyo|ulic: not sure about power, but yes, adjusted angle atleast
15:54.53Pkekyo|was kinda like...uhm...tanks tilted on their side, arranged throughout a mountain range (2d)
15:55.14Pkekyo|:p
15:55.25Pkekyo|I suck at explaining things I can't see
15:57.10[Liquidor]christel tells me that you should give me Op!
15:57.58*** part/#wowace profalbert (n=profalbe@80-123-29-27.adsl.highway.telekom.at)
15:58.09*** join/#wowace Vegeta]BT[ (n=Vegeta-G@137.226.248.218)
15:58.28Pkekyo|not unlike your mum
16:02.06*** join/#wowace Zeksie (n=zeksie@cpc2-nott9-0-0-cust211.nott.cable.ntl.com)
16:03.27*** join/#wowace takitsu (n=nuove@host86-161-145-245.range86-161.btcentralplus.com)
16:03.45FtH|Daemonahttp://elitistjerks.com/762716-post2328.html
16:03.47FtH|Daemonai lol'd
16:04.07*** join/#wowace Iboong-Kenzo (n=user@77.87.207.194)
16:05.18AckisWorkOk, I want to pick some peoples brains.  I have at LEAST 47 different flags which I can do checks for... the grand majority of them will be false.  I'm thinking of having a bit string of 47 0/1's for each entry but that just seems too much... any suggestions?
16:05.29AckisWorkbasically this is for filtering recipes with ARL
16:06.44Josh_Borkewhy not just a table?
16:06.47AckisWorkand there's also a (IMO good) chance that there will be extra filters which I'll need to add as the game develops
16:06.52durcynbitvector
16:07.09Zeksiegame?
16:07.21*** join/#wowace NeoTron (n=neotron@c-76-121-238-204.hsd1.wa.comcast.net)
16:07.24Zeksiegeiv games
16:07.34AckisWorkwell right now I have it in a table format, it foo(x,y,z,{flag1, flag2}) but passing a table in a function is bad, and it makes the detection kind of retarded
16:07.59Josh_Borkedon't pass tables
16:08.12Josh_Borkepass as strings to a lookup table
16:08.28Pkekyo|someone help me figure out this damn game! :<
16:08.53Josh_Borkefunction foo(x, y, z, ...) for i=1,select('#', ...) do if lookup[select(i, ...)] then <do stuff> end end end
16:09.12Josh_Borkelookup = { "flag1" = false, "flag2" = false, "flag3" = false };
16:09.34Josh_Borkeunless you want all your flags to be true when you pass to the function
16:09.51AckisWorkwell it will vary depending on user preference
16:10.00Josh_Borkejust check for existence
16:10.07AckisWorkie: do I want to filter out these recipes
16:11.29Josh_Borkeso assume all flags are off, pass the flags you want turned on to the function
16:12.29AckisWorkok I get it
16:13.06AckisWorkthat makes sense, as I'm doing that with other functions
16:13.15*** join/#wowace Wikwocket (n=wikwocke@adsl-68-79-0-6.dsl.emhril.ameritech.net)
16:13.19AckisWorkjust need to rework some of the internal stuff
16:14.37*** join/#wowace ngipon (n=ngipon@intranet.bomgar.com)
16:16.28*** join/#wowace MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
16:20.17*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
16:20.26AckisWorkI just need to figure out how to add this to the db then...
16:20.54CIA-4203ammo * r75467 10BetterInbox/BetterInbox.lua: BetterInbox: limit clickable frame to the checkbox only
16:21.11*** join/#wowace Odlaw (n=ozzy@c-24-8-99-131.hsd1.co.comcast.net)
16:22.56*** join/#wowace Toadkiller (n=dnester@adsl-75-18-176-106.dsl.pltn13.sbcglobal.net)
16:23.59*** join/#wowace Jygga (i=Ordog@port-87-234-84-6.dynamic.qsc.de)
16:24.10*** join/#wowace piggles (n=piggles@cpc8-seve16-0-0-cust421.popl.cable.ntl.com)
16:24.24ToadkillerWhat the bloody hell?  Vista update overnight and now I have some goddamn internet radio station blaring out my speakers.  But its better than that!  It simulates cross chatter from another station as a faint background.  Gah I need to find the process to kill.
16:24.38AckisWorkthe wiki on GetTime() seems weird... it says that it returns your systems uptime?
16:24.48DARKGuyToadkiller: wtf
16:24.48LukianToadkiller, that's not a simulation
16:24.54Lukianspeakers actually pick that up, sometimes.
16:24.57Lukianmine do
16:25.03DARKGuyyeah, it's called interference :P
16:25.13Toadkillerso like my speakers are magically picking up a radio station?
16:25.16Lukianyes
16:25.17DARKGuymy mom's speakers do that :(
16:25.22DARKGuyyup
16:25.28Toadkillerwth?  But why suddenly today?
16:25.29DARKGuyit's free music :D
16:25.37LukianToadkiller, ions! :D
16:25.41clad|awayAckisWork: http://wowprogramming.com/docs/api/GetTime
16:25.46clad|awayit may not be your systems uptime
16:25.56clad|awaybut it is a stable value that you can compare to prior values
16:26.13AckisWorkahh ok, wowwiki fails at times
16:26.18AckisWorklua> return time()
16:26.19lua_botAckisWork: luabot:1: attempt to call global 'time' (a nil value)
16:26.28clad|awaylua> return os.time()
16:26.28lua_botclad|away: 1212078388
16:26.34*** join/#wowace Allara (n=chatzill@c-24-20-133-89.hsd1.mn.comcast.net)
16:26.35clad|awaylua> return os.time() + os.clock()
16:26.36lua_botclad|away: 1212078395
16:26.39clad|awayZOMG
16:26.43Toadkillernope its not ions, i can unplug from soundcard and it goes away
16:26.49AckisWorkahh os.time
16:27.14AckisWorkwas trying to find out how to get unix time ingame anyways :P
16:27.32clad|awayhehe
16:27.36LukianToadkiller, and what's to say the connector/pc chassis isn't picking it up? :p
16:29.40WikwocketToadkiller: if you change your PC's volume setting under sound options, does the radio volume change?
16:33.36DARKGuythat'd be the killer
16:33.48CIA-4203ackis * r75468 10TIRaid/TIRaid.lua:
16:33.48CIA-42TIRaid:
16:33.48CIA-42- Lets us os.time instead of GetGameTime
16:34.59*** join/#wowace charon (n=thomas@84-75-156-10.dclient.hispeed.ch)
16:36.36CIA-4203Devfool * r75469 10GridStatusRes/ (GridStatusRes.toc GridStatusResLocal-frFR.lua):
16:36.36CIA-42GridStatusRes:
16:36.36CIA-42-add frFR translation
16:37.37NivFreak~seen zhinjio
16:37.38purlzhinjio <i=1000@70.91.168.58> was last seen on IRC in channel #wowace, 17h 56m 17s ago, saying: 'do you best to survive without my unerring wit and charm until I get back. '.
16:37.39CIA-4203jncl * r75470 10Skinner/ (AddonFrames.lua AddonSkins/Ace3.lua):
16:37.39CIA-42Skinner: Removed Debug message in Ace3 skin
16:37.39CIA-42- Updated AddonFrames code
16:37.40ToadkillerLukian: haha.  No im sure i installed something like maybe slimserver and it suddenly decided to stream stuff.
16:39.13ToadkillerWikwocket: No pc sound mixer had no affect on it.  On the other hand the sound remains all the way into shutdown till just b4 power off at which point it becomes a loud buzzing sound.
16:39.46CIA-4203Zarni * r75471 10Procodile/ (Procodile.lua ProcodileFu.lua): Procodile: persistant proc statistics, ctrl-click on FuBar on reset instead of just click
16:40.24ToadkillerAfter unplugging and replugging the speaker jack it all just went away.  ... totally random
16:41.13*** join/#wowace Allara (n=chatzill@c-24-20-133-89.hsd1.mn.comcast.net)
16:41.19*** join/#wowace Kyahx (n=M007650@mayo-nat4.mayo.edu)
16:41.35*** part/#wowace pschriner (n=pschrine@p578b288a.dip0.t-ipconnect.de)
16:41.44WikwocketToadkiller: must have been neutrinos, or possibly tacyons!
16:42.15CIA-4203pettigrow * r75472 10BigWigs/Sunwell/ (KilJaeden.lua Muru.lua): BigWigs: frFR Update
16:43.07NivFreakMeh, zhinjio is gone for a week, and SKG is failing more horribly
16:43.07NivFreakc
16:43.08NivFreakcry
16:43.46AckisWorkhe's gone?!
16:43.50AckisWorkI didn't give him permission
16:44.03DARKGuyis now playing: Britney Spears - Crazy WWW.MAXIMUMFM.RU
16:44.09DARKGuylol AckisWork
16:44.11DARKGuynoo stupid mp3
16:44.12DARKGuy:(
16:44.23AckisWorkhahahaha
16:44.29AckisWorklaughs at DARKGuy
16:44.36DARKGuyEpic fail :(
16:44.44AckisWorkoh God can someone put that in the topic for today?
16:44.46DARKGuyxD
16:45.46AckisWork~DARKGuy
16:45.46purli heard darkguy is some person who listens to Britney Spears - Crazy
16:45.50AckisWork:D
16:46.01DARKGuyhahahahahaha
16:46.13sacarasc:o
16:46.25DARKGuyhugs purl
16:46.49AckisWorkdarkguy, you drive me craaazyyyy!
16:46.51AckisWorklol
16:46.53AckisWorkahh
16:46.56DARKGuylol
16:47.05DARKGuyI just can't sleep :D
16:47.53DARKGuyer, I was actually previously listening to Camper One More Time... it's some Baby One More Time Counter-Strike remix :P
16:48.11Wikwocket...
16:48.29*** join/#wowace Matrix110 (n=bla@pD957EFD7.dip.t-dialin.net)
16:50.49NivFreakwhy are my umodes randomly changing
16:51.28DARKGuyo.o why Idoru changed my mode to -e
16:51.36NivFreakoh, services migration
16:51.38NivFreakI forgot
16:52.15*** join/#wowace faCe| (n=f@pD955D311.dip.t-dialin.net)
16:53.41DARKGuyAw I can't register my nick :(
16:53.51*** join/#wowace charon_ (n=thomas@84-75-156-10.dclient.hispeed.ch)
16:54.00pb_ee1IT'S TOO SOON DARKGUY, TOO SOON!
16:54.07CIA-4203Devfool * r75473 10FuBar_SoulJarFu/SoulJarFu.lua:
16:54.07CIA-42FuBar_SoulJarFu:
16:54.07CIA-42- update frFR
16:54.12DARKGuypb_ee1: O_O
16:54.25pb_ee1YOU SHALL BURN INTO FLAMES !
16:54.38DARKGuyOH NOZ
16:54.45DARKGuybut I have +30 fire resist D:
16:54.50*** join/#wowace RainFIre (n=zight9@213.249.63.101)
16:56.10DARKGuyhahahahahaa
16:56.14CIA-4203saroz * r75474 10Aurora/Aurora.lua: Aurora: Fix bug when you have Sanctity Aura, and stance #7 becomes that
16:56.19ulicdarn blondes
16:56.30DARKGuyEpic fail again
16:56.36pb_ee1Ho btw, Grid has been fixed?
16:56.49pb_ee1Wasn't working yeasterday, something broke it but dunno wut
16:57.08pb_ee1s/yeasterday/yesterday/
16:57.23DARKGuyyeasterday, haha
16:57.46DARKGuy~Ackis
16:57.47purlhmm... ackis is Emperor of dry-coding typos.
16:57.53DARKGuyxD
16:58.20AckisWork:P
16:58.39pb_ee1~AckisWork
16:58.41pb_ee1haha.
16:58.55DARKGuyxD
16:58.57AckisWorkAckis = AckisWork :P
16:58.59DARKGuybrb, lunchtime :D
16:59.03pb_ee1lol
16:59.21pb_ee1I knew that Ackis :]
17:11.49*** join/#wowace Coldphoenix (n=blah@87.112.224.62)
17:12.22*** join/#wowace DragonWin (n=goofy@193.47.81.75)
17:12.26CIA-4203ackis * r75475 10AckisRecipeList/ (10 files in 2 dirs):
17:12.26CIA-42AckisRecipeList:
17:12.26CIA-42- Removed some unneeded code from the add recipe function (was creating an extra table with each recipe for some reason)
17:12.26CIA-42- Changed all the reputation functions to take values of 1 - 4 for reputation levels, saves on some look-ups and more importantly makes things look neater in code and easier to type
17:12.29CIA-42- Changed the quest functions to take values of 0 - 2 for neutral/alliance/horde, same reasoning as with reputations
17:12.32CIA-42- Dry-coded :P
17:12.40AckisWorklooks for Dashkal
17:17.01*** join/#wowace |Jelly| (n=chatzill@75.142.184.127)
17:17.37TNSeheh
17:17.39TNSedammit
17:17.46TNSeneed an irc op for freenode lol
17:18.56*** join/#wowace AcTiVaTe (n=activate@d594eeda.static.dsl.concepts.nl)
17:19.59NivFreakwhere was that python combat log parser again?
17:20.23CIA-4203toadkiller * r75476 10AutoBar/AutoBarClassButton.lua:
17:20.23CIA-42AutoBar :
17:20.23CIA-42-- Show keybinds for Custom Buttons
17:20.29NivFreakah, on curse
17:22.37charon_on curse?
17:22.50CIA-4203Udorn * r75477 10MonkeyQuestHelper/MonkeyQuestHelper.lua: MonkeyQuestHelper: deactivated options if QuestHelper or MonkeyQuest not present
17:24.09charonNivFreak: mine is at git://persephone.dnsalias.net/git/wowtools.git ... if there's another please let me know
17:24.10*** join/#wowace Tinyboom (n=nahh@180.84-49-87.nextgentel.com)
17:25.51NivFreakhttp://www.curse.com/downloads/details/11315/
17:27.21charonah
17:27.52CIA-4203whitetooth * r75478 10Grid/GridFrame.lua: Grid: Fix for IconStackText not showing sometimes
17:30.04*** join/#wowace baer_ (n=baer@Wa7c4.w.pppool.de)
17:33.50*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
17:34.14*** join/#wowace Allara (n=chatzill@c-24-20-133-89.hsd1.mn.comcast.net)
17:36.36ScratchMonkey___New Adobe Flash vulnerability targets WoW users: http://blogs.zdnet.com/security/?p=1198
17:36.56*** join/#wowace Berti (n=berti@vs156121.vserver.de)
17:37.26*** join/#wowace _Berti (n=berti@vs156121.vserver.de)
17:38.39*** join/#wowace Higdur (n=nike@81-229-140-43-o1124.telia.com)
17:40.51*** join/#wowace KriLL3 (n=KriLL3@unaffiliated/krill3)
17:42.51CIA-4203saroz * r75479 10SalvationKiller/ (SalvationKiller.lua embeds.xml libs/):
17:42.51CIA-42SalvationKiller:
17:42.51CIA-42- Make it bulletproof
17:42.51CIA-42- Don't use LibBabbleSpell-3.0 anymore
17:43.54SeerahScratchMonkey___: yes, it's been on the wow site since yesterday.  Update to the latest version of Flash.
17:44.01nappy-can i use raid symbols in chat macros?
17:44.03nappy-and how?
17:44.22pastamancer{star} {skull}, etc
17:44.35ScratchMonkey___Seerah: just tried to log in and saw the announcement, i saw the news yesterday and just added one evil site to my home and office dns servers
17:44.42*** join/#wowace Hjalte (n=Hjalte@0x5735ba44.svgnxx3.adsl-dhcp.tele.dk)
17:44.54ScratchMonkey___now gotta police the users at work to make sure they install it
17:44.57Seerahan evil site?
17:45.27ScratchMonkey___the flash malware attempts to communicate with a site to send the wow passwords to
17:45.39Seerahohh
17:46.36ScratchMonkey___actually, the site isn't evil, it just got taken over by a different vulnerability
17:46.52ScratchMonkey___looks like they're now supplying a list of usurped sites that the malware is using
17:47.03ScratchMonkey___search the article i linked for shadowserver.org
17:47.19pastamancerhttp://www.shadowserver.org/wiki/pmwiki.php?n=Calendar.20080527
17:47.22HjalteDoes anyone know where to get OmniCC 2.1.1?
17:47.39ScratchMonkey___they're using sql injection attacks on web servers to take them over as places to receive the passwords
17:48.08*** join/#wowace Tupsi (n=Miranda@pD95FC590.dip.t-dialin.net)
17:48.24Seerahthere isn't a 2.1.1 yet unless it's on gcode
17:48.38Seerahnope
17:49.06SnagoAckisWork: ping
17:49.17*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub)
17:49.17*** mode/#wowace [+v Tekkub] by ChanServ
17:49.22HjalteThat's great. CooldownButtons need version 2.1.1 to work. And the latest on gcode is 2.1.0 >.<
17:50.39*** join/#wowace Shadowed (n=outlaw@12.157.177.162)
17:52.44CIA-4203next96 * r75480 10AckisRecipeList/Locals/ARLLocals-koKR.lua:
17:52.44CIA-42AckisRecipeList:
17:52.44CIA-42- Update locale koKR
17:53.33Allaradoes anyone know if there is a limit to the number of keys that can exist in a table? I seem to remember reading that somewhere...
17:58.25Koliemuahaha I broke WAU
17:58.30Koliebut its fixed now
17:58.35Kolieunless you have 739
17:58.35CIA-4203apoco * r75481 10RBM/ (CooldownWatch/CooldownWatch.lua DeBuffWatch/DeBuffWatch.lua):
17:58.35CIA-42RBM:
17:58.35CIA-42- CooldownWatch: Updated Item Cooldowns, you will nolonger see "Mana Potions", "Health Potions" etc. They will all be together as "Potions"
17:58.35CIA-42- DeBuff Watch: Updated trim settings to use new :trimstring api. Added options to hide targets buff/debuff names.
17:58.39Koliewhich you have to reinstal.
17:58.49*** topic/#wowace by Kaelten -> http://www.wowace.com | http://files.wowace.com/ | http://ace.pastey.net | http://www.lua.org | WAU 1.9.46.739 was compiled wrong, anyone who had it please manually reinstall. Old clients should update automatically.
17:59.35*** join/#wowace [W]LANFiRE (i=lanfire@ppp91-76-116-69.pppoe.mtu-net.ru)
18:00.33*** join/#wowace KriLL3 (i=KriLL3@unaffiliated/krill3)
18:01.18*** part/#wowace RainFIre (n=zight9@213.249.63.101)
18:01.42*** part/#wowace ngipon (n=ngipon@intranet.bomgar.com)
18:01.50*** join/#wowace ngipon (n=ngipon@intranet.bomgar.com)
18:02.56*** join/#wowace kagaro (n=washu@12.38.10.178)
18:02.56dodgaOkay so by manually reinstall.. what exactly is meant? :>
18:03.09*** part/#wowace kagaro (n=washu@12.38.10.178)
18:05.05nevcairielthat auto-update wont work
18:05.14nevcairieland you need to download the installer
18:05.35dodgaLike Install_WAU.zip?
18:06.35Kulaar[SW]Dodge i'm having some bugs on CDB
18:06.40Kulaarhttp://s2.directupload.net/images/080529/tqkrt3bn.jpg
18:07.02KulaarI only manapot and healthstone
18:07.08Kulaarand now it stopped counting down
18:07.34[SW]DodgeKulaar:  what version do you have?
18:07.46Kulaar75352
18:09.24[SW]Dodgelatest is 75464, i'm not sure if it is the same problem like someone reported. try to update and if it still occurs tell me please.
18:10.06[SW]Dodgeoh wait. maybe you have latest, modules dont update the main rev :/ *note: change this*
18:11.02clad|awayKemayo: you around
18:11.09Kulaark :)
18:11.20*** join/#wowace DragonWin (n=goofy@193.47.81.75)
18:11.40Funkeh`b00gy, ping
18:12.12*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
18:12.12*** mode/#wowace [+o Funkeh`] by ChanServ
18:12.36digmouse!1507
18:12.44digmouseuh wrong
18:13.05digmousewhat's the arena calc command?
18:13.06Kuja^AckisWork: you are teh not-wetcoding master :P 2008/05/29 20:09:13-906-x1]: AckisRecipeList-0.88\RecipeDB\ARL-Cook.lua:135: ')' expected near ']'
18:13.35renchapls
18:13.38renchapoops
18:13.53Seerahif you missed it in wowuidev....
18:13.53Seerah(1:12:26 PM) cladhaire: For those who dont' like their addon being hosted on another site with no linkbacks and the guy actually changing your addon descriptions to link to his site: http://www.wowkon.com/project/Addons
18:13.53Kuja^note: this is no shell
18:14.11renchapKuja^: this is wrong screen ;)
18:14.22Kuja^renchap: :P
18:15.47*** join/#wowace Dashkal (n=chatzill@209.90.184.174)
18:16.32CIA-4203Udorn * r75482 10MonkeyQuestHelper/ (distribution.xml pom.xml): MonkeyQuestHelper: maven config files for packaging
18:17.44CIA-4203dodge * r75483 10CoolDownButtons/Modules/ (6 files): CoolDownButtons: added revision check to modules
18:17.44CIA-4203dodge 072.1 * r75484 10CoolDownButtons/Modules/ (6 files): CoolDownButtons: added revision check to modules
18:17.44Lyn_why does sharedmedia don't accept .blp files? :<
18:20.00*** join/#wowace Hjalte (n=Hjalte@0x5735ba44.svgnxx3.adsl-dhcp.tele.dk)
18:20.25dodgameh, I iz too stupid to fix WAU :>
18:21.05*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
18:21.05*** mode/#wowace [+o Funkeh`] by ChanServ
18:21.43*** join/#wowace Deloralala (n=gibtsned@p5DC0EF65.dip.t-dialin.net)
18:23.14Hjalte[SW]Dodge: Hey, you're the author of CDBs right?
18:23.22Kemayocladhaire: Briefly
18:23.26[SW]DodgeHjalte: yes
18:23.41cladhaireKemayo: http://www.wowinterface.com/downloads/fileinfo.php?id=7017#comment just wanted to pass that on
18:23.48cladhairei dont think Quixote is a culprit
18:23.56cladhairebut it was included in the post.
18:24.12Hjalte[SW]Dodge: I don't seem to be able to get a hold of OmniCC 2.1.1 anywhere, the latest seem to be 2.1.0 :)
18:24.59[SW]DodgeHjalte: tuller needs to release 2.1.1 first :(
18:25.09b00gyFunkeh`, ping? sorry for answering so late, raid time atm :D
18:25.17Hjalte[SW]Dodge: Oh, but is there anywhere I can get it while waiting then?
18:25.34Funkeh`b00gy, you pinged me earlier
18:25.49[SW]DodgeHjalte: yes, i can send it to you :P
18:26.12Kemayocladhaire: Yeah, Quixote only does SelectQuestLog during a loop after QUEST_LOG_UPDATE fires, I think.
18:26.24cladhairewhen it makes sense, shockingly :P
18:27.29Hjalte[SW]Dodge: If Tuller is going to release it soon anyway, don't bother. I just like the OmniCC look on my buttons :)
18:27.39[SW]DodgeHjalte: but the version i have may not be the real 2.1.1 since its only 2.1.0 with a bug fixed that caused CDB not to work with it ^^
18:27.46b00gyFunkeh`,  i did? just told you something about statblocks..
18:27.55b00gythat: Funkeh`are you there? Made some changes to your StatBlocks_FPS, added an selectable update intervall, as 5s was too long for me ;) And I made an own StatBlocks for BankItems, how can i add it to the others?
18:28.14[SW]DodgeHjalte: i dont know when he releases 2.1.1 ... :/
18:28.47Hjalte[SW]Dodge: Don't worry about it, I'll wait. Seems like a nice job on CDBs anyway, I like it.
18:29.01[SW]Dodge:-)
18:29.02Funkeh`b00gy, you are free to commit your wn blocks, but i'm not adding selectable updates to fps
18:29.04*** join/#wowace ShaneSveller (n=mellerfa@64-199-29-162.ip.mcleodusa.net)
18:29.08Funkeh`your own*
18:29.10*** join/#wowace afKulaar (n=182Kulaa@p5B154B91.dip.t-dialin.net)
18:29.59ShaneSvellerif i were looking for the function called in a Rock addon that resets it's DB profile, should I be looking in the LibRock* folders or the Addon itself?
18:30.03*** join/#wowace Tenchworks (n=none@69.183.47.6)
18:30.12Funkeh`b00gy, you're the one that commited the closetgnome change?
18:30.14CIA-4203starlon * r75485 10StarTip/ (6 files in 2 dirs):
18:30.14CIA-42StarTip:
18:30.14CIA-42- Fix config error. Still there are no options.
18:30.14CIA-42- Added loot rights to tooltip text
18:31.11b00gyFunkeh`,  jupp thats me
18:31.29Funkeh`b00gy, why in the name of the gods did you completely break it by adding a hard dependancy on tablet
18:31.41Funkeh`it's even optional in the CG fubar plugin
18:33.31b00gyum...
18:33.32b00gytablet builds thos nice tooltip thing where you can select your gear....thats what i wanted
18:33.32b00gyabout hard dependencies, i don't know that much about it, thats why i asked you if you want to see it XD
18:34.11Funkeh`b00gy, it's comepletely broken for me because i don't use tablet, is my point
18:34.34Funkeh`last i checked, tablet isn't bundeled with CG
18:34.37b00gyhm closet gnome brings tablet, no?
18:34.51Funkeh`no, it's an optional extra
18:35.31Funkeh`b00gy, you need to add some if statements like in the fubar plugin
18:35.54b00gyoh, well in my CG is tablet so i though everyone would hav that...so i'd need to make the tablet part optional by checking is tabletlib is loaded, else make the default tooltip, right?
18:35.56Deloralalauuuuh new Wowaceupdater is fubar!
18:36.40Deloralalatrying to replicate something... but it's definitely fubar :D
18:36.42*** join/#wowace Dashkal (n=chatzill@209.90.184.174)
18:36.44afKulaar[SW]Dodge just updated via SVN and still see the old version number in the title bar of the config menu
18:36.56KolieTo clarify, if you had 739 WAU, you need to click the "install" button again on the website.
18:37.05Deloralalai did 2 minutes ago
18:37.13Deloralalai now have 743
18:37.24Deloralalatrying to update, and it shows:
18:37.24DeloralalaBigWigs - Error During Update (Will Retry Automatically)
18:37.27Koliethats the correct version, sorry about that, it was my first release.
18:37.31Deloralalalooping looping looping^^
18:37.40KolieThat I didnt touch :)
18:37.40*** join/#wowace Kuja^ (i=Kuja@80.86.85.84)
18:37.42Deloralalacancel update doesnt work
18:37.57Kaeltenattempting to reproduce
18:37.57Silviu-Oh it wasn`t only me ^^
18:37.59Deloralalaonly grid and bigwigs need updates
18:38.04Silviu-And had to install wau2
18:38.05Silviu-;p
18:38.08Deloralalaand this error is being spammed
18:38.16*** join/#wowace netcurse_ (n=chatzill@62.210.91.187)
18:39.07*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
18:40.09Deloralalai definately can reproduce it... cancel update wont work, have to alt+f4
18:40.29Deloralalanext start -> f10 -> same loop again, and grid/bigwigs were not updated
18:41.02Funkeh`Deloralala, close wau and open it again
18:41.10Deloralaladid 4 times now!
18:41.10Silviu-Deloralala Vista/Xp ?
18:41.16Deloralalaxp sp2
18:41.20Silviu-Vista Sp1
18:41.26Silviu-So it`s not related to that :P
18:41.30Silviu-For me is looping too
18:41.31Silviu-;)
18:41.48Deloralala"happy" to hear its not only me
18:42.26Silviu-I installed wau today for the first time to "build" an ui for a friend of mine and had this ugly surprise :P then i installed wau2 to do my job :)
18:43.00Deloralalaerm... wau2 ^^?
18:43.05[SW]DodgeafKulaar: :E
18:43.05Silviu-Yep
18:43.06Deloralaladid i miss anything..
18:43.07*** join/#wowace erica647 (n=chatzill@cpe-075-182-125-019.nc.res.rr.com)
18:43.16Silviu-www.wowace.com/wau2
18:43.20Silviu-Java based client
18:43.33CIA-4203dodge * r75486 10CoolDownButtons/Modules/Config.lua: CoolDownButtons: fixed revision display in configuration window title
18:43.48mikmawhere's the flash-based client? ;D
18:43.50nevcairieli think it was never really finished
18:44.21afKulaar[SW]Dodge hmm item cds are still buggef for me
18:44.27afKulaarill post a screenshot
18:44.43Deloralalawell... it's just wau's lates update is broken ;D can i somehow assist u in trying to find out whats going on?
18:44.53[SW]DodgeafKulaar: can you tell me what items? :)
18:44.59afKulaarpotions mainly
18:46.04Silviu-nevcairiel worked for me just fine :)
18:46.18afKulaar[SW]Dodge: http://s1.directupload.net/images/080529/t4lj2unw.jpg
18:46.24afKulaarits in the lower right corner
18:46.41afKulaarthey seem to overlay
18:47.37ShaneSvelleris that WAU2 java app remotely stable?
18:48.18Deloralalai just gave it a try and it worked ;)
18:48.34*** join/#wowace iNs|Renew (n=mronlin@adsl273.cnetco.com)
18:48.57*** join/#wowace Civrock (n=Civrock@24-182-74-089.dhcp.hckr.nc.charter.com)
18:49.41[SW]DodgeafKulaar: mhm ;/
18:50.10[SW]Dodgecan you maybe tell me what items in your bag are on cooldown with the shared cooldown and what item you have used?
18:50.23afKulaarSuper Mana Potion
18:50.25KolieIs BigWigs working now?
18:50.27afKulaarFel Mana Potion
18:50.30afKulaarArcane Prot
18:50.34afKulaarFire Prot
18:50.36afKulaarShadow Prot
18:50.39ShaneSvellerif i was attempting to programmatically build a Pitbull layout, am i better off representing it as a huge string and trying to use the internal functions to reproduce the effects of pasting it in the Import window, or setting a ton of saved variables by hand?
18:50.45afKulaarDemonic rune and healthstones
18:50.55afKulaarand the Vodoo Gnomes
18:51.33PrimerShaneSveller: a layout, as in, the groups of frames laid out in particular places, or the look of one frame? I'm curious, because I've always wanted pitbull to have the ability to do the former
18:52.04ShaneSvellerPrimer: well, eventually, both. i'm trying to hand-roll a tool to configure a full UI from an empty WTF folder, start to finish
18:52.15ShaneSvellerPrimer: but for now i was focused on the look of one particular frame
18:52.16Primeras in, "This is what it looks like for 10 man raids", "Now it looks different for 25 man raids", and 15 and 40
18:53.23Primerfor me it's a combination of both. I want my unit frames to look one way in a 10 man, and be laid out on the left hand side, group 1 on top, group 2 underneath, and have all other groups obscured
18:53.29[SW]DodgeafKulaar: ok, that are a lot ^^ mhm, my problem is that i cant really test the item stuff becouse i dont have much pots and i'm not raiding anymore (guildless since 1 week^^)
18:53.42afKulaar:)
18:54.38Primerbut in a 25 man, I want the unit frames to be smaller, less informational, have them grouped more closely (like grid), not showing their targets (which I want in 10 mans), or pets (which I also want in 10 mans)
18:55.06PrimerShaneSveller: so it sounds to me as if you want something similar
18:55.19ShaneSvellerPrimer: yeah, in the long run
18:55.52PrimerShaneSveller: right now I maintain separate PitBull.lua files, and swap them out (yes, having to restart wow) as needed
18:55.57ShaneSvellerthat would almost be a separate addon all on its own, to dynamically configure pitbull by your situation
18:56.00Primerand it sucks
18:56.20*** join/#wowace trs` (n=trasher@cha51-4-88-173-25-43.fbx.proxad.net)
18:56.29ShaneSvellernot to get horribly off-topic but does anyone here love ruby and thereby dislike Lua?
18:56.44Primer<-- never programmed ruby
18:56.57trs`Hi, do you have a link for WAU ?
18:57.03ShaneSvellerruby can be quite beautiful
18:57.07trs`because 1.9.46.743 is broken :x
18:57.13ShaneSvellerand is really all about meta-programming
18:57.24afKulaar[SW]Dodge thats why im waiting for the custom grouping option. the best thing would be to reduce the Potion CDs to only one and one Healthstone/Demonic Runes CD, then One CD for the leatherworking drums. And the rest seperatly.
19:01.08*** part/#wowace Wikwocket (n=wikwocke@adsl-68-79-0-6.dsl.emhril.ameritech.net)
19:02.06*** part/#wowace trs` (n=trasher@cha51-4-88-173-25-43.fbx.proxad.net)
19:03.11*** join/#wowace mort (n=mort@azureus/mort)
19:04.41*** join/#wowace Lywellyn (i=Josh@nc-76-6-226-254.dhcp.embarqhsd.net)
19:05.34*** join/#wowace Tinyboom (n=nahh@180.84-49-87.nextgentel.com)
19:05.38dodgaHm, installed 718, fixed my addons, then 718 auto-updated itself to 743, return of the infamous endless loop :>
19:06.05*** join/#wowace YourMomsHero (n=cirish@74.202.196.195)
19:08.03*** join/#wowace Keias (i=Saiek@c-69-245-192-208.hsd1.in.comcast.net)
19:10.04[SW]DodgeafKulaar: well... i have no idea to realize that :(
19:10.30[SW]Dodges/to/how to/
19:10.52Allarayep endless loop with 743
19:11.15afKulaar[SW]Dodge so its not possible to combine all potions in one cdbutton?
19:12.06*** join/#wowace DragonWin (n=goofy@193.47.81.75)
19:12.20[SW]DodgeafKulaar: it is possible, the way i'm currently grouping cooldowns i would have to get a list of ALL itemIDs from the potions. :/
19:12.56afKulaarhttp://www.wowhead.com/?item=22832#shared-cooldown
19:12.59afKulaarthere you go :P
19:14.14afKulaarand thats the rune/healthstone cd
19:14.15afKulaarhttp://www.wowhead.com/?item=12662#shared-cooldown
19:18.24CIA-4203saroz * r75487 10Aurora/ (. Aurora.lua embeds.xml): Aurora: LibSink-2.0
19:18.25CIA-4203ackis * r75488 10AckisRecipeList/RecipeDB/ARL-Cook.lua:
19:18.25CIA-42AckisRecipeList:
19:18.25CIA-42- Typo fix
19:18.25CIA-42- Dry-coded :P
19:18.38Dashkal+1 :p
19:18.48Stanzillacladhaire: any idea what that could be? http://ace.pastey.net/88647
19:18.49AckisWorkyou missed one earlier :P
19:18.50AckisWorkand afk
19:18.53Dashkalheh
19:19.04DashkalI'm not always paying attention
19:19.14Kuja^thanks ^^
19:19.46cladhaireStanzilla: lemme look
19:20.08*** join/#wowace luxus (n=luxus@Yeb1d.y.pppool.de)
19:20.30cladhaireStanzilla: that can only happen if a.) GetQuestData() was passed nil as a qid, or the QIDMap file hasn't loaded.
19:20.33cladhaireStanzilla: are you in-game now?
19:20.44cladhaireStanzilla: with the error?
19:20.57Stanzillayes
19:21.05cladhairecan you /dump LH_QIDMap for me
19:21.12cladhaireshould be a small table.
19:21.45*** join/#wowace sun\ (n=sun@ARouen-256-1-21-190.w90-51.abo.wanadoo.fr)
19:22.21Stanzillacladhaire: http://ace.pastey.net/88648
19:22.39cladhairethen something is calling LightHeaded:GetQuestData() with a bad id
19:22.46cladhairecan you reproduce this error reliably?
19:22.49cladhairei.e. can we do some debugging?
19:22.52Stanzillayeah
19:22.57Stanzillahappens on login
19:23.06Stanzillacould be a TourGuide problem
19:23.11Zyndromekek, seems the first legendary bow of KJ dropped for a guild now
19:23.13cladhairehave you altered LH or added any AddonLoader conditions?
19:23.28Stanzillanope
19:23.51cladhaireright before that line "if qid >= min then"
19:24.14cladhairecan you add a self:PrintF("%s, %s", tostring(qid), tostring(min))
19:24.15*** join/#wowace Slakah (n=James@5acd4396.bb.sky.com)
19:24.23Stanzillaok
19:24.25cladhaireit should print a line to your chat frame telling us what those two variables are
19:24.31cladhairei suspect its "qid" that's nil
19:25.38Stanzilla[21:25:20] LightHeaded: nil, 10540
19:25.43cladhaireokay
19:25.47cladhairechange that print to
19:25.54cladhaireself:Print(debugstack())
19:26.56Stanzillacladhaire: http://ace.pastey.net/88649
19:27.47cladhaireits an issue with TourGuide then, for the specific quest that you're on.
19:27.57cladhaireI can fix it tho, so it doesn't error.
19:28.24Stanzillaok
19:28.57StanzillaAnything I can send Tekkub so he can fix it on his end?
19:29.04Stanzillalike..a list of accepted quests?
19:29.05cladhairelet him know which quest is causing it.
19:29.14cladhairebasically, LightHeaded has infor for all
19:29.23cladhairebut he's asking for the info for the quest with qid nil
19:29.24StanzillaI have no guide loaded so I don't know..
19:29.27cladhaireobviously, that doesn't exist :P
19:29.29cladhaireyeah i dunno
19:29.31Stanzillayeah :D
19:29.34cladhairehe may be able to help you figrue it out.
19:29.40Stanzillakk :)
19:30.29cladhaireStanzilla: uploaded
19:30.36cladhaireshould behave better now.
19:30.36Stanzillathanks!
19:33.10*** join/#wowace fridgid (n=fridgid@75.76.14.158)
19:34.12b00gyFunkeh`, the dewdrop lib was already in the statblock right? so i have only to check if table==nil and if use the blizztooltip from CGFu, right?
19:35.34nevcairielwhat was the name of that tool that i can use to use one mouse/keyboard with 2 pcs over a network link?
19:35.49*** join/#wowace HolgerDK (n=markj@0x57372af1.nfnqu1.broadband.tele.dk)
19:36.01nevcairielah found it
19:36.02ZyndromeRealVNC? :S
19:36.23ANTRat_synergy i believe
19:36.23durcynsynergy?
19:36.28Funkeh`b00gy, it's in CG
19:36.36nevcairielyeah synergy was what i was looking for
19:36.49Toadkillerwhats the function to get the mouse over object?
19:36.50CIA-4203lahow * r75489 10Cartographer_QuestInfo/Core.lua:
19:36.50CIA-42Cartographer_QuestInfo:
19:36.50CIA-42- set wide quest log default to false if beql is installed
19:37.06nevcairielhm the version on sourceforge wasnt updated since 2006
19:37.08nevcairieloh wel
19:37.10nevcairiel+l
19:37.22b00gyok, all i careis that  i didnt add that too XD
19:40.29ShaneSvellersynergy is effing slick.
19:40.47ShaneSvelleri use it between vista, xp, OSX and Ubuntu. that's some nice cross-platform-iness
19:41.17*** part/#wowace ScratchMonkey___ (n=ScratchM@c-69-181-148-112.hsd1.ca.comcast.net)
19:42.41*** join/#wowace Geeks (n=steve@pool-71-117-237-220.ptldor.fios.verizon.net)
19:43.13*** join/#wowace Zyuu (n=zyuu@h208n16.gothnet.ias.bredband.telia.com)
19:44.32*** join/#wowace mikezter_ (n=Miranda@drms-4d006ad0.pool.mediaWays.net)
19:48.07fridgid'lkkkkkhnt5o jn bn bklj;;;;;jjasd fffff
19:48.18fridgidim gonna kill my cat
19:48.22Gngskto the limit
19:48.38*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
19:50.18[SW]DodgeafKulaar: didnt seen the links before /shy
19:50.58[SW]DodgeafKulaar: you should know i'm lazy :D
19:51.25[SW]DodgeafKulaar: it seems that i have to get each item id and type it in the database in cdb :X
19:51.33ZarielToadkiller: did you see my reply?
19:51.44[SW]Dodge175 :E
19:52.00*** join/#wowace Kalman| (n=delay@adsl-76-226-107-72.dsl.sfldmi.sbcglobal.net)
19:53.16*** join/#wowace GitHub19 (n=GitHub19@65.74.175.132)
19:53.18GitHub19tourguide: 3Tekkub 7master0 SHA1-97388e1
19:53.20GitHub19Fix LH error if no guide loaded
19:53.22GitHub19http://github.com/tekkub/tourguide/commit/97388e1a00a3811f55d58c1de26a300fa116eb77
19:53.24*** part/#wowace GitHub19 (n=GitHub19@65.74.175.132)
19:55.04*** join/#wowace Inc` (n=incendiu@pool-71-170-82-178.dllstx.fios.verizon.net)
19:59.09*** join/#wowace fridgid (n=fridgid@75.76.14.158)
20:00.12Zyuu<@Kaelten> Please chime in if you don't like your projects posted without your permission: http://forums.wowkon.com/ui-macros/324-why-my-addons-posted-here.html
20:02.06Fisker-i do like where that thread is going
20:02.20Fisker-send their host DMCA mails
20:02.20Fisker-hoho
20:02.42AckisWorkI don't know if I should be happy or not ARL isn't there
20:03.13SnagoConnection timeout. Retrying...
20:03.17SnagoAckisWork: ping
20:03.36AckisWorkSnago: LAUNCH TORPEDO'S
20:03.38AckisWorktehehe
20:03.45SnagoAckisWork: "Lets us os.time instead of GetGameTime" <-- os.time() isn't available in WoW. It's just time()
20:03.57AckisWorkawww
20:04.37AckisWorkty
20:04.42Snagoyw :)
20:05.13CIA-4203ackis * r75490 10TIRaid/TIRaid.lua:
20:05.13CIA-42TIRaid:
20:05.13CIA-42- So I hear you like mudkips?
20:05.13CIA-42- Dry-coded :P
20:05.15AckisWorkfixed
20:05.22Arrowmaster~ackis
20:05.23purlrumour has it, ackis is Emperor of dry-coding typos.
20:05.29AckisWorklol
20:05.30Dashkal~emulate Dashkal
20:05.31purl+1
20:05.50AckisWorkI've been getting better, I've been running stuff through luac -p :P
20:05.56Arrowmasterlol
20:05.58*** join/#wowace erica647 (n=chatzill@cpe-075-182-125-019.nc.res.rr.com)
20:06.16*** join/#wowace kd3 (n=kd3@user-1121fmv.dsl.mindspring.com)
20:06.43AckisWorkalthough find and replace failed me today
20:07.48AckisWorkyou guys would have a lot less fun if I was a grumpy bastard who didn't make fun of himself
20:09.14durcyni'd just find someone else to mock bitterly.
20:09.26AckisWorkyou mock me with love
20:09.33AckisWorkyou have an Ackis poster on your wall
20:09.39durcynabove my bed, actually
20:09.44AckisWorkohh that's hot
20:09.44durcynover one half of the mirror
20:09.49durcynif you get my meaning
20:09.55AckisWorklol
20:10.09AckisWorkdo you call my name out?
20:10.22durcynno, that would be creepy.
20:10.26AckisWorkawww
20:10.29AckisWorki'm disapointed
20:10.36*** join/#wowace [Liquidor] (n=denras19@fw-tk-1.ruc.dk)
20:10.56*** join/#wowace DragonWin (n=goofy@193.47.81.75)
20:12.03AckisWorkI need a script to automate the ARL database stuff =/
20:13.12*** join/#wowace DARKGuy (n=DARKGuy@201.211.45.36)
20:14.31afKulaar[SW]Dodge im having really huge problems now with cdb. i think it has a memory leak or smth droping from 60 to 2 fps after throwing in some pots
20:14.42*** join/#wowace kamel (n=geforz@p57A72D51.dip0.t-ipconnect.de)
20:14.45NeoTronAckisWork: twins => fun with wipes
20:14.59[SW]DodgeafKulaar: omg :(
20:14.59evli thought twins was hard
20:15.02NeoTron"oops, didn't meean to fall off" "oops i did it again with no pull inbetween"
20:15.03evland then came muru :)(
20:15.20NeoTron"oops I threw a knife on them"
20:15.30NeoTron"oh wow I fell off"
20:15.33NeoTrongngngng
20:15.46afKulaar[SW]Dodge a /realoadui resolves the fps issue but after one wipe or two im encountering really heavy lags
20:15.52NeoTronhalf the wipes was someone falling of the ledge or pulling prematurely
20:16.12AckisWorkNeoTron lol poor bastard
20:16.13evlWe run with spell detail low
20:16.17evlor twins gets really laggy
20:16.19DARKGuylol NeoTron
20:16.32NeoTronfirst tiem there though
20:16.34evlwith spell detail low it's fine
20:16.38afKulaar[SW]Dodge im turning the addon of now to determine if the lags are really caused by cdb
20:16.40AckisWorkwait til muru :(
20:16.42NeoTronto me it's quite a tricky fight to heal
20:16.48NeoTronevl: no aoe's to avoid or anything?
20:16.55NeoTronAckisWork: ah I know Muru is harder
20:16.59[SW]DodgeafKulaar: ok ;)+
20:17.02evlNeoTron: nope
20:17.10[SW]DodgeafKulaar: i hope its not cdb^^
20:17.14NeoTronthis doesn't seem amazingly hard once people stop being afflicted by "Sudden Retard Syndrom"
20:18.02*** join/#wowace Keya (n=pschrine@xdsl-81-173-171-74.netcologne.de)
20:18.17NeoTrongood news is although we had a few dfelmyst wipes last night we two-shotted tonight
20:18.24NeoTrons/tonight/last night/
20:19.27evlNeoTron: quite easy, i trust you are using the one pillar hug tactic?
20:19.45NeoTronyep
20:19.53NeoTronwhich makes conflag wipes run
20:19.56NeoTron"boom"
20:20.18NeoTronand I'm the lock tank.
20:20.29[SW]DodgeafKulaar: if you again enable cdb and it happens again try /dump GetAddOnMemoryUsage("CooldownButtons") or /run ChatFrame1:AddMessage(GetAddOnMemoryUsage("CooldownButtons"))  to see memory usage in KiB. normally it should be between 300-400
20:20.31NeoTronrun with 17.5k health
20:20.38evlNeoTron: a problem you might want to counter at once
20:20.41NeoTronis the lock tank at risk of getting conflag or should be safe?
20:20.56evlNeoTron: is when you get first add down and peolpe have to bunch up behind her, people have to learn NOT to move :P
20:21.06afKulaar[SW]Dodge last time i checked via "option house" it was over ein MB
20:21.08evlNeoTron: safe, and tell melee to run to the warlock when they get it, safest place
20:21.24NeoTronyep
20:21.30[SW]DodgeafKulaar: fuck :(
20:21.35NeoTronso I don't need a peeveepee trinket or anything then
20:21.46NeoTronand I'll use my 45 stamina netherwing trinket instead
20:22.08NeoTronI assume with this strat too, threat is not an issue at all for the lock tank
20:22.17NeoTronsince I have so long to build threat it should be mostly impossible to catch up
20:22.38durcynyeah, killing sacrolash first is actually easier to deal with in some respects
20:22.49durcynsince raid healers see flame sear and immediately start drooling on themselves
20:22.59AckisWorkhttp://ace.pastey.net/88655 the two functions in there do the exact same thing?
20:23.29NeoTronit seems like phase 2 is amazingly easy using this strat
20:23.36NeoTronwith phase 1 being trickier in a way
20:23.38*** part/#wowace ngipon (n=ngipon@intranet.bomgar.com)
20:23.53AckisWorkkilling rogue first and lock second was easier overall because you remove the "retard" factor
20:24.03CIA-4203dodge * r75491 10CoolDownButtons/Modules/ (Item_Cooldowns.lua Spell_Cooldowns.lua): CoolDownButtons: adding some missing CheckRegistred() calls
20:24.21Arrowmaster[Ammo]: http://www.wowace.com/forums/index.php?topic=11817.msg220562#msg220562
20:24.29NeoTronconflag seems to be sufficient "retard factor" to last a lifetime :P
20:24.34NeoTronit's like encapsulate but worse
20:24.52AckisWorkwell P2 with "normal" strat you have people running to reset their debuffs
20:25.02AckisWorkthat adds to the retard check
20:25.09durcynconflag isn't the problem really, positioning to avoid shadowfury and healing through sears are the two big challenges there
20:25.10NeoTronright
20:25.11AckisWorkhaving said that I burned someone else on Brut this week so I'm terrible
20:25.13durcynonce you beat the ledge boss, that is.
20:25.22NeoTrondurcyn: conflag is the individual retard factor check
20:25.31DARKGuyman I hate when you're editing some web code, spend the entire fscking afternoon trying to make it work because no matter how many times you edit or delete it, no changes are detected and it doesn't matter if I empty cache of restart the computer... just to realize that the problem was the fscking proxy's cache -_-
20:25.40durcynif you have people still spreading conflag after seeing it once, kill them
20:25.41durcynor yourself.
20:25.46NeoTronheh
20:25.47AckisWorkDARKGuy: http://ackis.myminicity.com/
20:25.54AckisWork:D
20:25.55NeoTronwe had that happen at least 3-4 times last night
20:25.58DARKGuybombs the city
20:25.59evlDARKGuy: you can use webtools for firefox and turn on "prevent caching-2
20:26.02AckisWorklmao
20:26.07DARKGuyxD
20:26.20DARKGuyevl: does it work for FF3 RC1 ?
20:26.30CIA-4203ag 07Ace3 * r75492 10ag_UnitFrames/ag_UnitClass.lua: ag_UnitFrames: fixed unit frames not updating
20:26.30AckisWorkso were my two functions the same in that code I pasted? :P
20:26.31DARKGuythe problem was WinProxy's cache anyways -.-"
20:26.39DARKGuyon my company's proxy server -.-"
20:26.41DARKGuykicks it
20:26.45CIA-4203dodge * r75493 10CoolDownButtons/Modules/Cooldown_Manager.lua: CoolDownButtons: possible fix for reported Memory Leak (can't test it)
20:26.48CIA-4203dodge 072.1 * r75494 10CoolDownButtons/Modules/ (4 files): CoolDownButtons:CoolDownButtons: possible fix for reported Memory Leak (can't test it)
20:27.19durcyntell them to build a proper squid box then.
20:27.30DARKGuyHuh, I'm the sysadmin x)
20:27.50AckisWorkwell that's the problem then :P
20:27.52DARKGuy<_< it's just that no matter how many times I suggest that to them, they want to stick with their windows and winproxy
20:27.55DARKGuylol
20:28.16DARKGuymost I archieved was permission for "investigating" how can we change the proxy into a linux one
20:28.19DARKGuyand I've been lazy :P
20:28.28durcynsell them on adzapper
20:29.05[SW]DodgeafKulaar: can you maybe check if it still happens, if its possible? I cant test since it only concerns items/potions and potions are to expensive to waste them for such tests.
20:29.18DARKGuylol durcyn
20:29.25AckisWorkis this too ugly: if (not addon.db.profile.faction) and ((CurrentCheck == BFAC["Horde"]) or (CurrentCheck == BFAC["Alliance"])) and (CurrentCheck ~= playerFaction) then
20:29.29DARKGuyyeah @.@
20:29.29[SW]Dodges/check/update and check/
20:29.47DARKGuyAckisWork: I got lost in the Alliance check :P
20:29.54AckisWorkthat's because you're bad
20:29.59DARKGuyThat I am.
20:30.02DARKGuy:)
20:33.09*** join/#wowace hypetech (n=hypetech@66.83.192.140.nw.nuvox.net)
20:34.40afKulaar[SW]Dodge im trying right now
20:35.00[SW]DodgeafKulaar: okay *hoping thats fixed*
20:35.06*** join/#wowace DARKGuy (n=DARKGuy@201.211.45.36)
20:36.13Tinyboombah, why are my menus closing faster than i can click? grrrrr
20:36.24DARKGuybecause you're slow
20:36.30DARKGuyand by slow I mean slooooooooooooooooooooooooow
20:37.16Tinyboomor someone screwed up an addon....
20:37.26DARKGuyyou!
20:37.27DARKGuy:D
20:37.52CIA-4203ag 07Ace3 * r75495 10ag_UnitFrames/modules/auras/auras.lua: ag_UnitFrames: fix aura highlight bug
20:39.56StanzillaWAU still broken?
20:40.31AckisWorklua>foo={"Bar1","Bar2"};return foo["Bar1"]
20:40.32lua_botAckisWork: nil
20:40.35Tinyboomit is?
20:40.53Tinyboomwau is working fine:)
20:41.00Stanzilla...not
20:41.14Stanzillahttp://www.wowace.com/forums/index.php?topic=13729.0
20:43.00Tinyboomok, works fine for me that is then:p
20:49.49HjalteCan anyone explain to me, why my Windows XP has become really slow at updating my folders and such, like when unzipping something, my unzipping program is done and I have to wait like 10 seconds to have the file appear?
20:50.08afKulaar[SW]Dodge seems to work fine
20:50.45[SW]DodgeafKulaar: yay :D
20:52.35KolieWAU is fixed. Ver 744.
20:54.08*** join/#wowace Aurica (n=silowyi_@24-155-117-69.dyn.grandenetworks.net)
20:54.16*** join/#wowace Funkeh` (n=funk@host81-157-53-194.range81-157.btcentralplus.com)
20:54.35*** join/#wowace Cairenn1 (n=Cairenn@CPE001217452e29-CM00194757bc24.cpe.net.cable.rogers.com)
20:55.08Fisker-who's maintaining wau now then?
20:55.09Fisker-hmm
20:55.09Fisker-someone forgot to compile for release i see
20:55.09*** mode/#wowace [+o Funkeh`] by ChanServ
20:55.14KolieYea
20:55.15KolieI am
20:55.17KolieAnd that was me
20:55.17Pkekyo|hmm...just doing a quick check here: anyone know (without google or similar) what Ska is?
20:55.20KolieAnd I knew about that :)
20:55.41*** mode/#wowace [+o Cairenn] by ChanServ
20:55.50hastewe don't play ska anymore.
20:55.50Fisker-teh debug is slows
20:55.52Fisker-:I
20:55.58ulicPkekyo|: it's a genera of music.
20:56.03ulicer genre
20:56.20hastenow you blew his check
20:56.32KaeltenFisker-: about to release a new
20:56.36KolieIm putting out a new one now.
20:56.38KolieWhat he said.
20:57.05nevcairiellearning how to release software on our poor wau eh? butcher the curse client before!
20:57.15Kaeltenlol
20:57.15Pkekyo|ulic: hot shit...I only know ONE person IRL that knows what it is :p
20:57.16DARKGuyjwu ftw
20:57.28DARKGuyPkekyo|: ska is a music genre :P
20:57.29Pkekyo|now I know of two people in total x) (not counting respective bands, that is)
20:57.36Fisker-bioware pretty much sucks btw
20:57.36Pkekyo|holy hell, three people!
20:57.42Kolie11•12nevcairiel11• I've been fixing it all day :P
20:57.44hasteulic: I know lots, but I know quite a lot of hardcore music fans :D
20:57.50Fisker-European release 1½ week away from the rest of the world
20:57.52DARKGuyI think Desorden Público (latin band) has a song that's like ska
20:57.56KolieI know ska, mustard plug!
20:57.59ulicPkekyo|: not sure I could describe the sound, but I know of it.
20:57.59hastedurr
20:58.01Fisker-And you can just buy a US version and play in europe
20:58.03Fisker-;_;
20:58.04StanzillaKolie: I see your debug button in the menu :P
20:58.04nevcairielKolie: it wasnt broken before *shrug
20:58.08hastes/ulic/Pkekyo|/
20:58.11hastetoo much beer :D
20:58.13ulic:)
20:58.18Kolienevcairiel : Yea it was, which Is why I had to fix it.
20:58.29nevcairielwell who broke it then?
20:58.30Stanzillaand it hangs with Auto-retry of addon list load
20:58.34nevcairielit worked fine for a long time :P
20:58.54Kolienevcairiel : ads werent working, and the bug i just fixed had been in before my first update.
20:59.11Pkekyo|ulic: it's a mix of calypso, mento, jazz, punk etc...sick but awesome sound :p
20:59.14nevcairielworking all day to get ads up again?
20:59.18nevcairiel:D
20:59.19Kolieno
20:59.23Koliethat was fixed a long time ago
20:59.28KolieI was fixing the infinite loop bug today.
20:59.43Pkekyo|ulic: basicly, it's happy punk music with a horn/brass section xD
20:59.46*** join/#wowace Kyahx1 (n=Kyahx@mayo-nat4.mayo.edu)
20:59.56Pkekyo|...something like that anyways
21:00.36Fisker-bah
21:00.48Fisker-looks like the failfox guys are spamming us again with bullshit
21:00.58StanzillaKolie: the debug menu is still enabled and it hangs with Auto-retry of addon list load
21:01.18*** join/#wowace ag` (n=Andreas@0x535e8962.bynxx18.adsl-dhcp.tele.dk)
21:01.18KolieStanzilla I didnt release a release mode yet.
21:01.44StanzillaKolie: you said 744 has the fix for the loop, so I downloaded that
21:02.11KolieIt does fix the loop.
21:03.45*** join/#wowace ArrowmasterClass (n=arrow@cpe-71-64-143-75.woh.res.rr.com)
21:04.07Stanzillawell but it still hangs and lags a lot
21:04.15KolieIts a debug release...
21:05.58*** join/#wowace Vegeta]BT[ (n=Vegeta-G@137.226.248.218)
21:07.34hypetechWAU won't update itself, but it won't run without an update :(
21:07.49KolieIts not happy today.
21:08.02dodgaYour fault!
21:08.08dodgaMake it happy again :(
21:08.14KolieI am.
21:08.19dodga\o/
21:08.37*** join/#wowace netcurse_ (n=chatzill@m16.net81-67-22.noos.fr)
21:08.57AckisWorkSo Kolie broke WAU?
21:09.02dodgaStone him!
21:09.02KolieNo
21:09.05KolieI fixing it.
21:09.08AckisWorklol
21:09.09CIA-4203alar * r75496 10QuestTranslator2/ (QuestTranslator2.toc qt2.lua): QuestTranslator2. Now ignores upper/lower case in tags
21:09.10KolieIt was broken, thats why Im fixing it.
21:09.23AckisWorkI'm just giving you a hard time
21:09.29AckisWorkdry-codes you!
21:09.41DARKGuywatches Kolie bug out
21:09.59CIA-4203alar * r75497 10QuestCollector/ (QuestCollector.toc core.lua): QuestCollector: insert tags in place of real names
21:10.13*** part/#wowace WarwolfSwe (n=emulator@h221n5c1o1019.bredband.skanova.com)
21:10.57Kolieis a postal service worker.
21:11.16Koliedrycode++
21:11.23DARKGuywatches Kolie throw LUA errors to all his coworkers
21:11.31KolieI dont write lua.
21:11.33DARKGuyblames AckisWork
21:11.39DARKGuybut AckisWork drycoded you
21:11.49AckisWorklol
21:11.59*** join/#wowace DragonWin (n=goofy@193.47.81.75)
21:12.10KolieI code cpp and C#
21:12.17DARKGuycool
21:12.24KolieAnd ASM when I have too.
21:12.26AckisWorkcpp?
21:12.29Koliec++
21:12.31AckisWorkahh
21:12.35Koliefor the + challenged.
21:12.36AckisWorkcompiler is cpp
21:12.43Koliethe files are also called cpp
21:12.48AckisWorkaye
21:12.52DARKGuyI code c/c++/c#, html, php, xml, css, vb, pb, db, sql, lua, bash and some js :P
21:13.02AckisWorkI'm going to start some C# here for rawr, never coded in it before
21:13.26KolieI would tell you what I know but it goes past the rfc 1459 line limit
21:13.34AckisWorklol
21:13.36DARKGuylol
21:13.42DARKGuywith ASM that's enough to beat me
21:13.49DARKGuyI can't understand that inhuman language
21:13.51KolieIve written an os in it lol.
21:14.01DARKGuy:X
21:14.04AckisWorkASM = assembler?
21:14.07Kolieyes
21:14.20Koliespecifically x86 asm in the nasm syntax.
21:14.22AckisWorkI wrote a self-replicating program in assembly
21:14.28KolieThats a virus.
21:14.31AckisWork:D
21:14.33DARKGuyhaha
21:14.36AckisWorkit was a lab
21:14.46KolieViruses always break out of the lab. Its virus rule $1/
21:14.54NeoTronso "code" in refernce to some of those things DARKGuy is stretching it ;-)
21:14.56AckisWorkmotorola 68000 iirc
21:14.56DARKGuyI once wrote a virus for a guy who was spamming one of my game servers one day
21:15.27DARKGuy... I stumbled upon it a year after in some backup CDs, disguised as "screenshot.jpg.exe" but I had disabled file extensions back then
21:15.32AckisWorkbasically the entire code was self-replicating, didn't do anything else... good thing I have ethics
21:15.38DARKGuyI double clicked it and boom, blew up my boot sector
21:16.09AckisWorki also wrote a tic-tac-toe program in turbo pascal :D
21:16.10NeoTronviruses are such a thing of the past
21:16.21DARKGuydamn that NATAS
21:16.21NeoTronnow a majority rely not on self-replication but user stupidity :P
21:16.35DARKGuyoh, and F-Prot was the shiz back then
21:16.43NeoTronand very few actually do boot block infection etc
21:16.51kadrahil!seen leekspin
21:17.01*** join/#wowace Cheads_ (i=chead@0x535b9a3a.virnxx18.adsl-dhcp.tele.dk)
21:17.16NeoTronspins some leeks.
21:17.17Kolieyou cant do boot block anymore.
21:17.21kadrahil;o
21:17.24DARKGuyhaha
21:17.31kadrahilman
21:17.35kadrahili hate it when we have off nights
21:17.40kadrahillike everyone sucks it up
21:17.50kadrahiland we can't kill bloodboil when we've been oneshotting him for a month
21:18.07DARKGuyxD
21:18.16KolieWAU 746 Out.
21:18.55Fisker-what now? :o
21:18.59Fisker-yay
21:19.01KolieWhat now? Its not debug and lamey.
21:19.03Fisker-ads are broken
21:19.08KolieNo they arent.
21:19.11Fisker-wasn't in 745 either :o
21:19.14kadrahillol
21:19.26KolieNo one got a copy of 745.
21:19.31Fisker-i did
21:19.34KolieHow.
21:19.38NeoTronkadrahil: we spent 4 hrs to kill illidan (got him in the last try of the WEEK) after 5 months of farming
21:19.39Fisker-publish site had it up
21:19.53NeoTronand the saddest part was that we pretty much didn't make it past phase 2 for the entire night
21:19.55KolieYou sure it wasnt 744?
21:19.59Fisker-yup
21:20.02KolieOk.
21:20.03kadrahilNeoTron: :(
21:20.04Fisker-debug menu was gone as well
21:20.04Fisker-:P
21:20.09Kolie745==746
21:20.11kadrahilNeoTron: we're working on illidan still, we just downed council sunday night
21:20.21Fisker-i might just write myself into history
21:20.27nevcairielKolie re-defines math
21:20.32Fisker-as the only user to ever download WAU 1.9.46.745
21:20.33kadrahili miss that week
21:20.37kadrahilwhen we got 3 new bosses down
21:20.37NeoTronbut to be fair we had several key people absent, like both our shadow priests, and ran with a bad raid makeup
21:20.42kadrahilah yeah
21:20.50NeoTronbut still
21:20.53Kolieok
21:20.59Koliecan some brave soul confirm WAU working.
21:21.07Fisker-<-sleep tiems
21:22.18StanzillaKolie: takes ages to reload the cache but apart from that..yes..working
21:22.31AckisWorkahhh WAU corrupted my boot sector!
21:24.02*** join/#wowace Cavisty (n=Jon@c-98-192-211-166.hsd1.md.comcast.net)
21:24.19Kolie11•12AckisWork11• thats a feature.
21:24.23*** join/#wowace GitHub97 (n=GitHub97@65.74.175.132)
21:24.25GitHub97buffet: 3Tekkub 7master0 SHA1-d700e15
21:24.27GitHub97Add README file
21:24.29GitHub97http://github.com/tekkub/buffet/commit/d700e156236d003075aedca3cc37c7c97ce642a0
21:24.30AckisWorkI like that attitude! lol
21:24.31*** part/#wowace GitHub97 (n=GitHub97@65.74.175.132)
21:24.44AckisWorkI don't like GutHub
21:25.28nevcairielthat github bot is so stupid
21:25.49OlisonThe one i have on ignore? :P
21:25.50CavistyAre there any lightweight mods that show like the status about stuff?
21:25.52NeoTronswapped to jwu some time back because WAU for some reason managed to destroy every single addon.
21:25.57*** join/#wowace Tuller (n=muffins@c-76-27-160-125.hsd1.va.comcast.net)
21:25.59CavistyLike, addon ram usage etc
21:26.03NeoTronit failed to download stuff and basically removed all my addons :P
21:26.16KolieNeoTron try out the curse client?
21:26.23AckisWorkWAU is the only auto-updater I trust so far
21:26.39NeoTronJWU seems to work at this point. haven't tried the curse client
21:26.54AckisWorktrust as in trust to not destroy my add-ons, etc
21:27.08KolieWhat do you mean by "destroy my add-ons"
21:27.37AckisWorkoverwrite them with different versions (ie: which source are they being obtained from) mainly
21:28.19AckisWorkI had given a few of my comments about the curse one to Zyuu the other day actually
21:28.50KolieWell tell me because I'm the dev :)
21:29.00Kolieinfact, you can have my email and send them there if thats better.
21:29.08KolieAlso I accept comments at testclient.curse.com
21:29.16AckisWorknah I can chat with you on irc, pm inc
21:29.24KoliePM is good.
21:33.39*** join/#wowace Matrix110 (n=bla@pD957EFD7.dip.t-dialin.net)
21:36.53ArrowmasterClasswe have a memoserv now too!
21:38.25AckisWorklmao arrow
21:38.30ArrowmasterClasshaha
21:40.29AckisWorkI don't suck at it either, i'm pretty pro
21:41.23NeoTronMan Mars is such an exciting place - http://www.nasa.gov/images/content/231349main_sol002_runout_color_516-387.jpg
21:41.48CIA-4203ackis * r75498 10AckisRecipeList/AckisRecipeList.lua:
21:41.48CIA-42AckisRecipeList:
21:41.48CIA-42- Changed some logic in the display recipe check to improve overall effeciency
21:41.48CIA-42- Dry-coded :P
21:42.08AckisWorkdid you know the found water on mars?
21:42.09DashkalI should probably kill that hilight :p
21:42.11AckisWorkhttp://apod.nasa.gov/apod/image/0504/WaterOnMars2_gcc_big.jpg
21:42.28NeoTronAckisWork: stunning discovery
21:42.40AckisWork:D
21:44.45ArrowmasterClassAckisWork: LIES!
21:45.23AckisWorklol
21:45.25AckisWorknevar
21:45.26AckisWorkrawr
21:45.59*** join/#wowace Warcraft3 (n=Warcraft@210.51.45.200)
21:46.16AckisWorki coded something yesterday that only needed like 1 typo fix, and it was coded from scratch!
21:46.45charonis this up from 2 typo fixes, or 1 serious logic error that made you scrap the entire code? :p
21:47.11AckisWorkthere was 1 logic error which made me rewrite the code :P
21:47.21AckisWorkbut it *should* work
21:48.36*** join/#wowace Shirik (i=nospam@conspiracy/developer/Shirik)
21:48.36*** mode/#wowace [+v Shirik] by ChanServ
21:51.01CavistyAnybody ever use rothui?
21:51.38ArrowmasterClassi dont think many people here use uicompilations
21:51.40*** part/#wowace Wogroipl_ (n=Wogroipl@s5591207c.adsl.wanadoo.nl)
21:51.46*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
21:51.53*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
21:51.53*** mode/#wowace [+v MentalPower] by ChanServ
21:52.00CavistyOk well any of his addons
21:53.25*** join/#wowace Fisker- (i=bawww@62.61.142.209.generic-hostname.arrownet.dk)
21:53.35hypetechI use rMiniMap
21:53.49*** join/#wowace Fisker- (i=bawww@62.61.142.209.generic-hostname.arrownet.dk)
21:55.21*** join/#wowace kcihc (n=chatzill@ppp-70-243-173-139.dsl.ltrkar.swbell.net)
21:55.44*** join/#wowace fridgid (n=fridgid@75.76.14.158)
21:57.10kcihchi, i searched around the ace site and couldn't find anything (although my reading has slacked lately) is there someone who could talk with me about a bartender3 problem i'm having?
21:57.38Stanzillapoints at nevcairiel
21:59.12CIA-4203feithar * r75499 10FBoH_ItemRack/ (. FBoH_ItemRack.lua FBoH_ItemRack.toc Locale-enUS.lua):
21:59.12CIA-42FBoH_ItemRack:
21:59.12CIA-42- Initial import.
21:59.51Hjaltehopes feithar does a Closetgnome module too, so he can try out that bag addon
21:59.52*** join/#wowace profalbert (n=profalbe@91-113-26-173.adsl.highway.telekom.at)
22:01.09CIA-4203feithar * r75500 10FBoH_ItemRack/ (. FBoH_ItemRack.lua):
22:01.09CIA-42FBoH_ItemRack:
22:01.09CIA-42- Updated revision number.
22:01.45*** join/#wowace Paene (n=Jim@54-94.candlewood.dynip.msu.edu)
22:01.54CIA-4203toadkiller * r75501 10AutoBar/AutoBarButton.lua:
22:01.54CIA-42AutoBar :
22:01.54CIA-42-- Make macros in a custom category list show up again.
22:04.42*** join/#wowace Delorala (n=gibtsned@p5DC0EF65.dip.t-dialin.net)
22:06.08*** join/#wowace kaelten_ (n=kaelten@adsl-070-154-141-184.sip.bna.bellsouth.net)
22:09.35CIA-4203mfg * r75502 10StatBlocks_ClosetGnome/StatBlocks_ClosetGnome.lua:
22:09.35CIA-42StatBlocks_ClosetGnome:
22:09.35CIA-42- bugfixes, so users without TabletLib can use it again (sorry)
22:11.20ToadkillerZariel: reply to what & where?
22:12.35*** part/#wowace kcihc (n=chatzill@ppp-70-243-173-139.dsl.ltrkar.swbell.net)
22:14.40*** join/#wowace Shirik (i=nospam@163.sub-75-197-32.myvzw.com)
22:14.48*** mode/#wowace [+v Shirik] by ChanServ
22:15.46*** part/#wowace profalbert (n=profalbe@91-113-26-173.adsl.highway.telekom.at)
22:17.32*** part/#wowace Keya (n=pschrine@xdsl-81-173-171-74.netcologne.de)
22:18.53*** join/#wowace Kheper (n=Gerry@c-24-218-219-143.hsd1.ma.comcast.net)
22:19.30Kheperhey wuts bartender4, is that the new version?
22:19.47hypetech...
22:19.59syerenThe new version which is sort of like a half version of BarTender 3.
22:20.07hypetechnope, it's totally unrelated to bartender3.  bartender 4 is actually a gold farming mod
22:20.16syerenDue to the fact nevcairiel won't develop it at the moment.
22:20.38hypetechBT4 + ButtonFacade >>>>>> BT3 + CyCircled
22:21.00Khepereh, i dont do much farming
22:21.11hypetechsigh
22:21.29Kheperhaha, why do you sigh hypetech
22:22.07hypetechbecause sarcasm fails on IRC.  Yes BT4 is the new version of BT3
22:22.18chiperit doesnt fail
22:22.33chiperwe all knew you were being sarcastic.  Kheper is the one who failed
22:22.33hypetechwell i fail at it then
22:22.38hypetech:-p
22:23.12Kheperi knew he was being sarcastic
22:23.21Khepersarcasm usually follows when someone first says "..."
22:23.31Kheperhe did alright hype
22:24.03sacarascsacarasc usually follows when bored
22:24.35Kheperdoes bt4 show up on Fubar?
22:24.51hypetechI don't think so
22:29.21Pkekyo|http://zip.4chan.org/k/src/1212099033698.jpg BWAHAHAHA
22:29.57Vonhintenlol
22:30.05Vonhintenwhat a fucking idiot
22:30.28Vonhintenwhere's darwin when you need em
22:31.11ArrowmasterClassis it SFW?
22:31.24hypetechyes
22:31.26ulicyes it is
22:31.55ArrowmasterClassalways have to ask with 4chan links
22:33.56*** join/#wowace fridgid (n=fridgid@75.76.14.158)
22:34.05ToadkillerZyuu: Mmm, you realize that by going to WoWkon we just quadrupled its "membership".  The name makes me think its a phishing scam.
22:35.35b00gycan someone tell me how i can get the time in wow? something like unix-time would be nice
22:35.49NechcknToadkiller  the name struck me as odd as well
22:36.52*** join/#wowace Allara (n=chatzill@c-24-20-133-89.hsd1.or.comcast.net)
22:36.59*** join/#wowace Guillotine (n=Guilloti@cpe-76-167-203-65.socal.res.rr.com)
22:38.07ToadkillerFrom the posts I estimate they have 1 active user: the site owner
22:38.14*** join/#wowace Tuller (n=muffins@c-76-27-160-125.hsd1.va.comcast.net)
22:38.53ToadkillerOh well he only got my real email and a false dob and password "spam"
22:39.50ArrowmasterClassb00gy: time()
22:40.53b00gythx arrowmaster :)
22:43.50Pkekyo|Arrowmaster: /k/ links are -generally- safe :p
22:59.52*** join/#wowace mort_ (n=mort@azureus/mort)
23:01.26*** join/#wowace Jagobah (n=jago7777@adsl-070-157-244-209.sip.asm.bellsouth.net)
23:03.46*** join/#wowace gnorlish (n=jaydee@cpe-76-170-71-236.socal.res.rr.com)
23:04.37*** join/#wowace mikezter (n=Miranda@drms-4d006669.pool.mediaWays.net)
23:05.43*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
23:05.44*** join/#wowace fridgid (n=fridgid@75.76.14.158)
23:07.17*** join/#wowace Ackis (n=asdf@S0106000ea64881e9.ed.shawcable.net)
23:07.48b00gycan someone tell me, why date("%H:%M:%S", (time() - time())) always produces 01:00:00 ? it should be 00:00:00 or am i wrong?
23:08.00kadrahilpokes purl
23:11.56HjalteThere is no way of controlling in what order an addon gets a line on the tooltip of an item, is there?
23:13.07ArrowmasterHjalte: hooking order
23:13.25Arrowmasterbut thats not easyly controllabel
23:13.35HjalteArrowmaster: Bah :(
23:14.00Arrowmasterb00gy: Lua is a bit funny with time/date and timezone
23:14.26*** join/#wowace Allara (n=chatzill@c-24-20-133-89.hsd1.or.comcast.net)
23:14.50Arrowmasterlua> os.date("%H:%M:%S", (os.time() - os.time()))
23:14.51lua_botArrowmaster: 01:00:00
23:15.08b00gyArrowmaster, yeah -.- all i want is a simple way to format tim() so i can write it on a my frame
23:15.26b00gythat is somewhat strange
23:15.56Arrowmasterlua> os.date("%H:%M:%S", (os.time(os.date("!*t")) - os.time(os.date("!*t"))))
23:15.57lua_botArrowmaster: 01:00:00
23:16.03Arrowmasterhmmm
23:16.30b00gywell, time to go back to the good old div/mod version :D
23:17.14Arrowmasterlua> os.date("%H:%M:%S", (os.time( os.date("!*t").isdst = false ) - os.time( os.date("!*t").isdst = false )))
23:17.15lua_botArrowmaster: luabot:1: ')' expected near '='
23:17.17laggerwhats this raid dps mod
23:17.19laggerthat shows a graph
23:17.22thulhttp://cainadamsson.deviantart.com/art/Boots-II-87110727 <- Pkekyo|
23:17.46Arrowmasterlua> os.date("%H:%M:%S", os.time( os.date("!*t").isdst = false ) - os.time( os.date("!*t").isdst = false ))
23:17.46lua_botArrowmaster: luabot:1: ')' expected near '='
23:18.43*** join/#wowace GitHub88 (n=GitHub88@65.74.175.132)
23:18.45GitHub88tourguide: 3Tekkub 7master0 SHA1-5514ab1
23:18.47GitHub88Add README
23:18.49GitHub88http://github.com/tekkub/tourguide/commit/5514ab14349cffaf74c2801a2a2fe5620de899a6
23:18.51*** part/#wowace GitHub88 (n=GitHub88@65.74.175.132)
23:19.12Hjaltelagger: Recount?
23:20.00b00gylua> strftime("%H:%M:%S", (os.time() - os.time()))
23:20.01lua_botb00gy: luabot:1: attempt to call global 'strftime' (a nil value)
23:20.07Arrowmasterlua> os.date("%H:%M:%S", os.time() - os.time() + os.difftime( os.time(), os.time( os.date("!*t") ) ) )
23:20.08lua_botArrowmaster: 01:00:00
23:20.14b00gylua> time.strftime("%H:%M:%S", (os.time() - os.time()))
23:20.15lua_botb00gy: luabot:1: attempt to index global 'time' (a nil value)
23:20.16*** join/#wowace GitHub78 (n=GitHub78@65.74.175.132)
23:20.18GitHub78tourguide: 3Tekkub 7master0 SHA1-7feba14
23:20.20GitHub78Forgot ye all-important links
23:20.22GitHub78http://github.com/tekkub/tourguide/commit/7feba14069e3adebb96d5806acc1a31cd8f172e1
23:20.24*** part/#wowace GitHub78 (n=GitHub78@65.74.175.132)
23:20.49Arrowmasterok i solved this just the other night
23:21.07Arrowmaster~logs
23:21.08purlextra, extra, read all about it, logs is apt/ibot/infobot/jbot/purl all log daily to http://ibot.rikers.org/<channelname>/ where channelname is html encoded ie: %23debian | lines that start with a space are not shown | some channels have stats at http://ibot.rikers.org/stats/<channelname>.html.gz
23:22.42Arrowmasterlua> os.date("%H:%M:%S", os.time(os.date("!*t", os.time()))
23:22.42lua_botArrowmaster: luabot:1: ')' expected near '<eof>'
23:22.45Arrowmasterlua> os.date("%H:%M:%S", os.time(os.date("!*t", os.time())))
23:22.46lua_botArrowmaster: 00:22:45
23:23.20Arrowmasterlua> os.date("%H:%M:%S", os.time(os.date("!*t", os.time()-os.time() )))
23:23.20lua_botArrowmaster: 00:00:00
23:23.24Arrowmastersee
23:23.31Arrowmasteri knew i had already solved that problem
23:24.14b00gynice :D but thats somewhat...complex for something that should work just out of the box
23:24.19b00gythanks a lot
23:24.31chiperI'm sitting here working on my code and suddenly my VNC window vanishes.  I reconnect, and a moment later it goes poof again.  I reconnect again, and in the middle of my code is the text "HAHAHAHA".  I replaced it with "stop that" just as the session crapped out again.
23:24.58chipernext connect, my "stop that" was replaced with "i love you"
23:25.03Arrowmasterchiper: secure your shit?
23:25.05Dashkalyou might wanna remotely shut down that server...
23:25.36chipernaw, I knew it was my girlfriend almost immediately.  called her up and chewed her out
23:26.11chiperbut I think this means war.  I know her WoW password too
23:26.27Arrowmasterthis is why you dont give anybody your login pass
23:26.40chiper"oh, I'm sorry, were you healing the main tank?"
23:27.18Arrowmasteror do you not even have a password on your desktop login?
23:27.35chiperI do
23:27.49chiperare you married, Arrowmaster?
23:27.53Arrowmasterno
23:27.57chiperI thought not
23:28.55Ackisare you gay arrowmaster?
23:29.25Arrowmasterno
23:30.15Ackiswant to be? ;)
23:30.29Arrowmasterb00gy: so what are you doing that you were wanting to use os.date("%H:%M:%S", 0)?
23:30.31Arrowmasterno
23:30.59chiperAckis: no no, the proper question is "have you slept with a man before?"
23:31.37b00gyArrowmaster: im makein a statsblock which tells me how long im infight
23:32.09Arrowmasterah
23:32.47b00gythe 0 or time()-time() is replace appropriately but that always showed 01:00:00 instead of 00:00:00 so i tried it with 0
23:33.31Arrowmasteryeah date() is ment for actual times that are adjusted by timezone and dst, not for converting a number of seconds to a readable time
23:33.47Arrowmasteri think wow has a SecondsToTime()
23:33.56AckisOk I hear a lot about "hooking"... I know it's not prostitution but what is it?
23:34.31b00gyahh i see, well that is a nice feature but hsould be documented or turnable on/of by a flag or something...
23:35.02Arrowmasterwell it is sorta turn on/off able
23:35.06Arrowmasterwith the code i posted before
23:35.15b00gyyeah i meant 'easy' ^^
23:35.36b00gySecondsToTime() exists but does something like 1 Hr 31 Mins
23:35.36*** join/#wowace DARKGuy (i=DARKGuy@201.242.99.96)
23:35.38Arrowmasternah then when you want to turn it off it would mess with everything else that uses it
23:35.46b00gyinstead of 01:31:00
23:35.57DARKGuyHi :)
23:36.09b00gyi could be turned off for each call independently
23:36.30DARKGuyAckis, I'm gonna kill you
23:36.34Ackislol
23:36.46DARKGuyBut before that, I'll click :D
23:36.52Aiiane10[16:33] Ackis: 01Ok I hear a lot about "hooking"... I know it's not prostitution but what is it?
23:37.00DARKGuyhaha
23:37.02AiianeIntercepting regular function calls so you can add your own functionality
23:37.33b00gywell thanks a lot for your help Arrowmaster, saved me a lot of time :D but now i got to sleep, early appointment tomorrow -.-
23:38.07AckisAilane: does it prevent the blizz code from running or just injects yours into the mix?
23:39.04Xinhuanboth, depending on how you do it
23:39.06AiianeAckis: depends on what you do.
23:39.07Arrowmasterprevents it unless you securehook
23:39.26Aiiane(my name has two i's, btw, no l :)
23:39.40Xinhuanyes your name annoys me :p
23:39.46Xinhuanas there is an aliane in my guild!
23:39.51Arrowmasteri cant beleive you gotten this far without knowing what hooking it
23:39.52Ackissorry Aiiane
23:40.00Arrowmasterthe first code i did for wow was a hook
23:40.19AckisArrowmaster: I've never had to hook anything
23:40.33Xinhuani bet half of ARL can be simplified by hooking ;p
23:40.53Ackis:(
23:40.56Arrowmasterdoubtful on that one
23:41.02Ackislook at the code and analyze it then!
23:41.04Xinhuanhehe
23:42.34starlonHuh. What's fading GameTooltip out after mousing off a unit? I thought it would be GameTooltip:FadeOut() but I hooked that and it's not being called by WoW
23:48.07CIA-4203ackis * r75503 10AltTabber/AltTabber.toc:
23:48.07CIA-42AltTabber:
23:48.07CIA-42- ToC Update
23:48.24DARKGuyHow do I know what do I need to have LibThreat installed only? just LibThreat and Ace2 ?
23:48.57CIA-4203ackis * r75504 10Querier/Querier.toc:
23:48.57CIA-42Querier:
23:48.57CIA-42- ToC Update
23:49.53*** join/#wowace Kalman| (n=delay@adsl-76-226-107-72.dsl.sfldmi.sbcglobal.net)
23:51.20*** join/#wowace kenlyric (n=chatzill@c-68-54-218-192.hsd1.in.comcast.net)
23:52.33DeloralaWAU still looping ;-(
23:54.29Deloralaoh theres an update, didnt autoupdate though..
23:56.54Ackisgod why do I feel that me using hooks is going to be long and painful? :(
23:57.10Xinhuanhow is it long and painful :)
23:57.22*** join/#wowace Shirik (n=nospam@70.44.95.176.res-cmts.sm.ptd.net)
23:57.43Ackisbecause i'm a dumnb fuck
23:57.47Ackisand will break shit
23:57.48*** mode/#wowace [+v Shirik] by ChanServ
23:58.21Xinhuanlua> local a = print; print = function(s) return a("[12:34:56] "..s) end; a("Hello world!")
23:58.21lua_botXinhuan: Hello world!
23:58.34Xinhuanlua> local a = print; print = function(s) return a("[12:34:56] "..s) end; print("Hello world!")
23:58.34lua_botXinhuan: [12:34:56] Hello world!
23:58.39Xinhuanthat's a hook :)
23:58.53Xinhuanall chat time stamps use this method
23:58.56kenlyricthat's a hook, it's in a book
23:58.59kenlyriclua rainbow
23:59.57*** join/#wowace Dark_Elf (n=Dark_Elf@206.169.253.130)

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