IRC log for #wowace on 20090926

00:00.12Primerit's just a link
00:00.12Primersurely that can't be it
00:00.44*** join/#wowace Repo (n=supybot@repos.curseforge.net)
00:01.05profalberttry /dump tostring("[profession-link]")
00:01.26profalbertthe profession-link contains encoded data about known recipes
00:02.08*** join/#wowace p3lim (n=p3lim@89.151.222.200)
00:02.37Primerit looks like an encoded string with some sort of hash of the recipes, much like a wowhead talents URL
00:02.53Primerit's not long at all
00:03.31Primerboth could easily fit in one line
00:03.56profalbertwhat happens if you put them in a SendChatMessage()-script?
00:04.59Primernot sure exactly what you mean
00:05.29Primerjust dump it out, and take that text and stick it in a /script macro?
00:05.45profalbertsomething like that
00:05.49Primer/script SendChatMessage("that text")?
00:05.59profalbertexactly
00:06.03Primerwell, I figure that text is a representation of my current skill
00:06.14Primerso if I learned something new, I'd have to redo it
00:06.16profalbertand if you put in 2 such strigns?
00:06.34Primerseems Prat can't c/p the output of dump()
00:08.22Primerheh, if I send it to /2 then try to c/p it, it's verbatim
00:08.36Primer[Enchanting]
00:09.37PrimerI wonder what addon people use to copy from combat g
00:09.39Primerlog
00:09.48Primerseems Prat can't do that either
00:10.02profalbertchatter can do, grimreaper posts in onclick
00:10.16Primernot sure why I went back to Prat
00:10.18profalbertor alt+click i think
00:10.33PrimerI used chatter for a bit, but had to stop because of some reason, but that was a long time ago
00:13.17Primeroh, there we go
00:14.41profalbertok, I read 2 profession-links into global vars via GetTradeSkillListLink
00:14.49profalbertthen I concatenated them in a SendChatMessage
00:14.58profalbertand only the 2nd link appaered
00:15.15profalbertclickable though
00:15.44PrimerI was able to copy the text
00:15.53Primerwhat does yours look like?
00:16.37profalbertwhat text?
00:16.52PrimerI presume you made it into a macro, for easy editing?
00:17.05profalbertnope, I just played around with wowlua
00:17.15Primer/run SendChatMessage("blablabla")
00:17.16Primer?
00:17.46profalbert<PROTECTED>
00:18.06profalbertwhich I read from the open tradeskillwindow
00:19.45Repo10broker_control: 03Morgalm * r4 Core.lua: Broker_Control
00:19.48Repo-fix party instance difficulty detection
00:20.10Repo-fix timer not starting when have saved members on hostile/friendly list
00:20.10Primerso open the profession window and set a variable, /run _G.prof_link = GetTradeSkillListLink() ?
00:20.10Repo-add right click member name to remove from list
00:21.18Primerok, that worked
00:21.38Repo10morg-dkp2: 03Morgalm * r142 / (11 files in 3 directories): MorgDKP2
00:21.41Repo-add toggle for invite tablet to use earned dkp not current dkp
00:21.44Repo-add base level for relational dkp calculations (ie earned/SPENT) to avoid inflated new members values
00:22.24Primerconcatenation in lua is...
00:22.26Primer+?
00:22.27Primer.?
00:22.29vhaarr<PROTECTED>
00:22.30Primerforgot...
00:22.32Primerthanks
00:22.44Repo10broker_control: 03Morgalm 04v1.1 * r5 : Tagging as v1.1
00:22.47Primerwoa, both showed up!
00:23.54Primernow, if there was only a way to get both profession's links into a variable at start without opening the profession window
00:27.05*** join/#wowace Sliker_Hawk (n=SlikerHa@5addd4f3.bb.sky.com)
00:30.04Primerit works when I run the line manually, but the same line from a macro just spits out the text
00:30.41Primer/run SendChatMessage(_G.prof_e.._G.prof_t)  <-- this works, shows [Enchanting][Tailoring]
00:30.56profalbertPrimer: I think that's out of scope for a macro
00:30.57Primerbut only in /say
00:31.24PrimerI wonder if there's an addon that can do this
00:31.50Primerit just seems so useless to do all the clickety click on 2 separate lines to get your profession links out into trade
00:33.32PrimerI guess if the addon could open the first profession's window, set a global variable, open the second, set another global variable, then have a slashcommand
00:33.42Primerthose global variables would be in the scope
00:34.05Primerspeaking of scope, the variables must be in the macro's scope
00:34.05Primeras the text is shown
00:34.05Primerbut, as text
00:34.11Primeras if it were wrapped in dump()
00:37.16*** join/#wowace MentalPower (n=MPower@WoWUIDev/Norganna/Administrator/MentalPower)
00:37.16*** mode/#wowace [+v MentalPower] by ChanServ
00:44.56*** join/#wowace Tuller (n=Tuller@pool-96-248-0-53.rcmdva.fios.verizon.net)
00:45.15*** part/#wowace profalbert (n=profalbe@188-23-34-114.adsl.highway.telekom.at)
00:53.42pompyPrimer: prat can c/p the combat log
01:00.03*** join/#wowace MysticalOS (n=Myst@h82.200.89.75.dynamic.ip.windstream.net)
01:01.01*** join/#wowace Zarhan (n=kjetil@149-217-162.500710.adsl.tele2.no)
01:15.22FtH|DaemonaI am taking bets on a time till hotfix .. http://i38.tinypic.com/t5oegh.jpg
01:20.10NeoTronfor what?
01:24.41FtH|Daemonagutgore ripper debuff working on boss mobs
01:24.55FtH|Daemona10.000.000 hp dummy
01:24.57FtH|Daemona-> proc
01:25.09FtH|Daemona7.930.000 hp dummy
01:25.12FtH|Daemonaproc wears off
01:25.30FtH|Daemonacurrent 7.930.000 / max 10.000.000 hp
01:26.24FtH|Daemonaor in other words, you can reduce 21.7% of the bosses hp with a proc and any dps done during and after the proc is accounted towards the reduced amount, as the hp isn't relative to the max hp but absolute
01:48.04Arrowmasterthat could just be a bug with the dummys
01:48.25Arrowmasterdo other debuffs like that work on them?
01:50.57miicai try to get "dogtags" work on pitbull4 but cant :(
01:51.36miicaexample cant get this work http://pastebin.com/m3801a9a6
01:57.57miicapitbull4 aint working correctly :(
01:58.47ShefkiYou're probably trying to use DogTags when you're using LuaTexts as the text provider instad of DogTagTexts
01:59.53miicahmm..
02:00.15ShefkiIf the Type dropdown says Lua texts that's your problem.
02:05.43Repo10pyritestacks: 03electronicpunk * r9 PyriteStacks.toc: Modified TOC to update externals.
02:07.41*** join/#wowace He4D_b0rN (n=chatzill@85-127-141-169.dynamic.xdsl-line.inode.at) [NETSPLIT VICTIM]
02:07.41*** join/#wowace RLD_osx_ (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com) [NETSPLIT VICTIM]
02:07.41*** join/#wowace TreadMark (n=trademar@121-72-204-32.dsl.telstraclear.net) [NETSPLIT VICTIM]
02:07.41*** join/#wowace Brybry (n=DT@ip70-180-57-42.br.br.cox.net) [NETSPLIT VICTIM]
02:07.41*** join/#wowace TNSe (n=evil@ti0042a380-1526.bb.online.no) [NETSPLIT VICTIM]
02:07.41*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net) [NETSPLIT VICTIM]
02:07.41*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust576.bagu.cable.ntl.com) [NETSPLIT VICTIM]
02:07.41*** join/#wowace Aeyan (n=pancake@cpe-174-098-002-214.triad.res.rr.com) [NETSPLIT VICTIM]
02:07.41*** join/#wowace Hjalte (n=chatzill@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk) [NETSPLIT VICTIM]
02:07.42*** join/#wowace Odlaw (i=Unknown@c-98-245-39-78.hsd1.co.comcast.net) [NETSPLIT VICTIM]
02:07.42*** join/#wowace Parnic (i=user@staff.xbins.org) [NETSPLIT VICTIM]
02:07.43*** join/#wowace Jyggaa (n=Jygga@f053012034.adsl.alicedsl.de) [NETSPLIT VICTIM]
02:07.43*** join/#wowace kadrahil (n=kad@xor.pablotron.org) [NETSPLIT VICTIM]
02:07.43*** join/#wowace kd3 (n=kd3@wikia/kaydeethree) [NETSPLIT VICTIM]
02:07.43*** join/#wowace Sekkyo (n=sekkyo@dsl092-250-144.sfo4.dsl.speakeasy.net)
02:07.43*** join/#wowace odt (i=odt@ns.ericsson.ee) [NETSPLIT VICTIM]
02:07.43*** join/#wowace ddollar (n=ddollar@pdpc/supporter/professional/ddollar) [NETSPLIT VICTIM]
02:07.43*** join/#wowace durcyn (n=f@WoWUIDev/Durcyn) [NETSPLIT VICTIM]
02:07.43*** join/#wowace Droolio (n=drool@87-194-188-170.bethere.co.uk)
02:07.43*** join/#wowace kenlyric (n=chatzill@c-71-228-10-172.hsd1.in.comcast.net) [NETSPLIT VICTIM]
02:07.43*** join/#wowace genetik- (i=genetik@pathetic.xq3.net) [NETSPLIT VICTIM]
02:07.43*** join/#wowace tim_l (i=Timothy0@ool-44c26357.dyn.optonline.net) [NETSPLIT VICTIM]
02:07.43*** join/#wowace Elmoe_ (i=elmoe@c-67-160-36-129.hsd1.wa.comcast.net) [NETSPLIT VICTIM]
02:07.43*** join/#wowace TecnoBrat (n=tecnobra@tecnobrat.com) [NETSPLIT VICTIM]
02:07.43*** join/#wowace pentium166 (n=pentium1@d24-235-225-167.home1.cgocable.net) [NETSPLIT VICTIM]
02:07.43*** join/#wowace Bibi (n=Bibi@unaffiliated/bibi) [NETSPLIT VICTIM]
02:07.43*** join/#wowace plexiglass (n=plx@93-33-129-233.ip44.fastwebnet.it) [NETSPLIT VICTIM]
02:07.43*** join/#wowace Stanzilla (n=Stan@irc.kuja.in)
02:07.43*** join/#wowace copystring (i=11794cop@o0o.o0o.o0o.o88-51-51-6o9.co.uk) [NETSPLIT VICTIM]
02:07.43*** join/#wowace dieck (n=dieck@h1057542.serverkompetenz.net) [NETSPLIT VICTIM]
02:07.43*** join/#wowace jnwhiteh (n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire) [NETSPLIT VICTIM]
02:07.43*** join/#wowace kapowaz (n=kapowaz@sequoia.wyredforest.net) [NETSPLIT VICTIM]
02:07.43*** join/#wowace Axodious (n=463@modemcable078.66-23-96.mc.videotron.ca) [NETSPLIT VICTIM]
02:07.43*** join/#wowace tlund (i=tlund@nxs.se) [NETSPLIT VICTIM]
02:07.43*** join/#wowace Ericpeeg (i=Ericpeeg@69.5.224.180) [NETSPLIT VICTIM]
02:07.44*** join/#wowace [SW]Dodge`oFF (i=dodge@variosin.net) [NETSPLIT VICTIM]
02:07.44*** mode/#wowace [+v jnwhiteh] by irc.freenode.net
02:09.26GnarfozShadowed: ping
02:10.23*** join/#wowace Repo (n=supybot@69.57.184.216)
02:12.16miicaShefki: how hell i get dogtags on that menu? :O
02:13.04ShefkiModules, DogTagTexts check Enable.
02:13.49ShefkiLuaTexts is the default text provider now and DogTagTexts is turned off unless you specifically turn it on.  DogTags is a pig perforamnce time.
02:14.28ShadowedGnarfoz pong
02:14.33Shefkis/time/wise/
02:18.29GnarfozShadowed: got any reports about SBB having trouble keeping track of weapon buffs? (poisons, etc)
02:18.40ShadowedI've heard reports but
02:18.49Shadowednever anything solid enough that I could fix it
02:20.02Brunershow did you enable summary for mail/leather items as a plate user?
02:20.24Shadowedhrm?
02:20.35Brunersfound it
02:20.36GnarfozShadowed: yeah, it's too bad it doesn't actually error, it just doesn't work reliably. :\
02:20.56ShadowedI'm pretty sure I just stole the logic from Elkano mainly
02:21.00GnarfozShadowed: from my observations, for example poisons vanish when I apply them the second time
02:21.02ShadowedI'll double check it in a bit
02:21.18Gnarfozwhen I log on with already poisoned weapons, it'll show
02:21.19Shadowedbut I didn't find anything last time I looked so
02:27.28miicadont get it :/
02:27.41miicaturned dogtags on added script and still no working :/
02:27.49miicawell atleast it dont give any errors anymore
02:30.16*** join/#wowace Shirik (n=mpdelbuo@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
02:30.16*** mode/#wowace [+v Shirik] by ChanServ
02:31.52Shefkimiica: How is it not working?
02:34.28miicaShefki: dont show anything
02:34.45miicait should give text Frozen if target is on nova
02:35.10miicaand i am mage and i got frost spec :P
02:35.11ShefkiI've had reports of the Talent tags not working in PB4 but I've never been able to reproduce it.
02:35.21ShefkiThey work fine here.
02:35.25*** join/#wowace Shirik (n=mpdelbuo@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
02:35.25*** mode/#wowace [+v Shirik] by ChanServ
02:35.33miicaso maybe it is because talent :o
02:35.38miicai take it off and try again
02:36.08miicaworking now
02:37.39miicadidint work because this "(TalentTree(unit="player") = "Frost")"
02:38.20ShefkiWhat's [TalentTree(unit="player")] show when you put it in the box you can bring up with /dogtag?
02:40.00miicai dont get anything
02:42.55Shefkimiica: do /console reloadui
02:43.00Shefkimiica: THen see what happens.
02:43.35Shadowedawesome
02:43.41Shadowedanother randomass AceGUI-3.0 causing game client crash bug
02:43.47miicadont show anything and didint give any errors
02:43.52ShefkiShadowed: What now?
02:44.05ShadowedApparently when someone clicks party targets in the units menu the client locks up
02:45.27Torhal|SleepFisker: Stop vandalizing Ace3.
02:56.48MecUNIT_HEALTH doesn't track targettarget or focustarget does it
02:57.34*** join/#wowace Stew_a (n=Stewart@unafilliated/stewa/x-008753)
03:05.07ShefkiMec: Nope.
03:05.20Mecwow so much work pointless
03:06.02*** join/#wowace texke_ (n=tex@pdpc/supporter/base/texke)
03:13.22*** join/#wowace luigithekid (n=chatzill@201.208.44.87)
03:14.12ShadowedHrm?
03:14.15ShadowedIt's not really that much work
03:14.26ShadowedRegister unit watch, do OnUpdate
03:16.55ShefkiUgh LibTalentQuery fails so bad at being loaded on demand yet it has LoadOnDemand: 1 in the toc file.
03:17.12ShefkiWhich explains why Talent tags in DogTags break someetimes.
03:17.57Shefkiif (self.lastInspectPending > 0 or not enteredWorld) then
03:18.01Shefki<PROTECTED>
03:18.05Shefki^ blah
03:18.08Shadowednice
03:18.14ShefkienteredWorld of course gets set in PLAYER_ENTERING_WORLD
03:18.21ShefkiAnd of course it may never get called if it's loaded on demand.
03:18.39MecShadowed: what do you mean register unit watch?
03:18.49ShefkiSo it endlessly queues up talent queries, turns on it's onupdate and then never does anything.
03:19.06ShadowedI don't think many people know about IsLoggedIn
03:19.15miicais it possible make text which shakes screen when you got lot threat?
03:19.30*** join/#wowace Azurewrath (i=Azurewra@88.215.85.86.dynamic.cablesurf.de)
03:19.56ShadowedMec: RegisterUnitWatch/UnregisterUnitWatch is what you want to look into
03:20.04Shadowed!api RegisterUnitWatch
03:20.04lua_botCould not find a match for 'RegisterUnitWatch'.
03:20.06Shadowedhrm
03:20.10Mecdoesnt exist
03:20.30Mechmm but it exists in game
03:20.52Shadowedit is an actual API, but it's provided through the FrameXML rather than C
03:21.40ShadowedBasically, you can register unit watches on a frame and the code will handle showing or hiding your frame based on the units existence
03:22.11ShadowedFor example: local frame = CreateFrame("Frame", "TestFrame", UIParent, "SecureUnitButtonTemplate"); frame:SetAttribute("unit", "targettarget"); RegisterUnitWatch(frame)
03:22.23ShadowedNow when "targettarget" exists it will automatically show TestFrame, and when it no longer exists it will hide it
03:25.41ShefkiGo figure, the random person in Dalarn that I would target to test stuff of course has no talents spent.
03:27.22ShefkiShadowed: Well IsLoggedIn() seems like a good replacement for that entering world stuff though I'm not 100% sure that it does what he wanted.  IsLoggedIn() replaces PLAYER_LOGIN but doesn't really exactly replace the conditions he was turnning off talent queries for.
03:27.30Shadowedoh
03:27.36Shadowedhe was trying to turn it off while zoning into instancfes and such?
03:27.41ShefkiYeah.
03:27.48ShefkiHe's got a PLAYER_LEAVING_WORLD that sets it to nil
03:29.00ShefkiHowever, on load if IsLoggedIn() is true then the addon probably loaded already.
03:29.19ShefkiI should say when the lua is parsed.
03:31.00Mecthat doesn't help with the unit's health tho
03:31.07Meci don't need a frame for it
03:32.01ShadowedWell
03:32.04Shadowedwhat are you trying to do Mec?
03:32.16ShadowedLoD is a tad annoying to consider
03:32.22ShefkiMec: You have to update via OnUpdate for -target units
03:32.26ShadowedLHC4 had a bug with LoD until I remembered to test for it due to LHC3 breaking
03:32.42Mecwas going to add a targettarget or focustarget to my TimeToDie, but screw it
03:32.51Shadowedhah
03:33.00ShadowedYea *target units are annoying
03:33.13ShefkiShadowed: I think this change preserves what he intended.
03:33.26Shefkilocal enteredWorld if IsLoggedIn() enteredWorld = true end
03:33.45Shefki^ enteredWorld won't be set to true with that if loading normally becuase that'll run before the events fire.
03:33.48Shadowedif it fixes it, it's better than what he has now anywa!
03:33.51Shadowedanyway*
03:34.15ShefkiIf it's LoD then it'll be true and  I suppose there's the possibility that it could be loaded between login and entering world on demand.
03:34.37ShefkiBut I can't see a way to be sure that's what's going on and I can't imagine anyone trying to query talents at that point.
03:35.04ShefkiBut it certainly perserves turning them off while zoning.
03:35.48ShefkiNow Zecksie just needs to show up so I can bug him about this.
03:50.14miicaif i got party group in pitbull4 how i can set that it don't show party members pets?
03:51.29Shefkimiica: For what it matters I tracked down the Talent issues.  It's a bug in LibTalentQuery.
03:51.42Shefkimiica: DIsable the Party pets group
03:53.27miicacheers
03:54.35*** join/#wowace digmouse (n=chatzill@124.205.157.51)
03:54.54Repo10grid-status-raid-debuff: 03azelkeeber * r241 Core.lua: -I uploaded wrong file.
03:55.11miicathere should be also reset button next to TEXT place active button :P
03:55.27ShefkiThe what button?
03:55.38Repo10charscanner: 03kunda * r11 CharScanner.toc: version
03:56.03miicait is annoying to use backspace to clean that code "form"
03:56.08miicaor textbox
03:56.50ShefkiI don't really see the need for a reset button.
03:57.10ShefkiIf you want to delete everythign select it with the mouse and press delete.
03:57.19ShefkiYou don't need to sit there with backspace held.
03:57.23Repo10charscanner: 03kunda 0430200-1 * r12 : Tagging as 30200-1
03:57.36miicauuh
04:06.21*** join/#wowace Sesshu (n=Sesshu@ip-143-19.travedsl.de)
04:06.35Repo10charscanner: 03kunda * r13 CharScanner-localization-ruRU.lua: addon name
04:17.10Mecctrl+a, delete
04:19.51Repo10charscanner: 03kunda * r14 CharScanner.toc: hmm ohh
04:20.18Repo10charscanner: 03kunda 0430200-1a * r15 : Tagging as 30200-1a
04:23.17Repo10timetodie: 03Mecdemort * r47 / (2 files in 1 directory): Localize globals.
04:23.20RepoIf target health is full, do not use as first data point.
04:28.55*** join/#wowace mort_ (n=mort@azureus/mort)
04:41.46*** join/#wowace bien| (n=bien@p4FF469C9.dip.t-dialin.net)
04:57.39*** part/#wowace Seerah (n=Ryan@c-76-107-191-65.hsd1.tn.comcast.net)
04:59.47Repo10timetodie: 03Mecdemort * r48 / (2 files in 1 directory): bump toc
05:01.37Repo10timetodie: 03Mecdemort 04v0.5.2 Beta * r49 : Tagging as v0.5.2 Beta
05:09.55*** join/#wowace Ivis (i=Ivis@188.112.132.94)
05:26.08*** join/#wowace Jygga (n=Jygga@f053011118.adsl.alicedsl.de)
05:36.53Repo10timetodie: 03Mecdemort * r50 / (2 files in 1 directory): Fix typo
05:38.37Repo10timetodie: 03Mecdemort 04v0.5.3 Beta * r51 : Tagging as v0.5.3 Beta
05:45.56pompyDoes, "Horde" and "Alliance" get localized on like german or french clients?
05:55.28*** join/#wowace evonder (n=evonder@adsl-71-131-178-53.dsl.sntc01.pacbell.net)
06:01.29*** join/#wowace Ben^ (n=doot@ip68-97-139-195.ok.ok.cox.net)
06:01.51Ben^Does anyone here know if you can use PitBull's LuaTexts or DogTags feature to offset the text?
06:02.01Ben^PitBull4 I should say
06:04.39*** join/#wowace maqr (n=maqr@httpcraft/hax)
06:11.21*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
06:11.21*** mode/#wowace [+o Funkeh`] by ChanServ
06:14.12maqrwhere is acedb profile actually stored?
06:17.05ShefkiBen^: What do you mean by offset?
06:17.18Ben^Moving the text up by 4 pixels, for instance
06:17.36Ben^It's horribly off-centered and PitBull4 has no settings to adjust. I can edit the lua file, but it's a pain in the ass considering how much it's updated
06:18.53ShefkiThere's no way to adjust the placement precisely.  But it's probably not off center and is probably being placed per your configuration.
06:20.00ShefkiUnder Indicators there's a panel with a bunch of anchoring options.  It impacts text too even though it's under indicators since they both use the same placement code.
06:20.44Ben^I'll take a look.. what would impact the text though?
06:22.08ShefkiAll the stuff on the general tab would.  Like I said the're positioned the same.
06:22.36Ben^The only thing that seems to do is let me move it along the x axis
06:22.42Ben^It's horribly off center on the y axis.
06:23.01ShefkiHow are you positioning it?
06:23.46Ben^Left on the Health Bar.
06:25.29ShefkiIt's already centered properly then.  It's anchored to the left which is on the middle of the left side and to the texts middle of the left side.
06:25.37ShefkiThe text is vertically justified to middle.
06:25.42Ben^It's only one bar.
06:25.45Ben^It's definitely not center.
06:26.08ShefkiGot a screenshot and paste the code that's generating the text in paste.wowace.com
06:29.27Ben^You mean the code of the mod or the code I used in the settings of the mod? Because PitBull4 has way too many layers for me to sift through..
06:29.35Ben^Here's a screenshot though:
06:29.51Ben^http://img5.imagebanana.com/img/3ssgwkx3/text.png
06:32.25Ben^I was just hoping there was a LuaTexts tag I could put in to move it up 3-4 pixels
06:35.34ShefkiBen^: No because LuaTexts has nothing to do with the placement.
06:36.21ShefkiAnd I mean the code in the configuration.
06:37.35*** join/#wowace Srosh (n=Srosh@d019126.adsl.hansenet.de)
06:37.37Ben^The settings in the WTF file?
06:38.07ShefkiDon't worry about it I can see what I wanted in the screenshot.
06:38.35Ben^I should point out I tried it in a lot of different fonts and they were all off center
06:39.05ShefkiI really don't see why that would be like that at all.
06:39.49ShefkiPost the PitBull4.lua file from WTF/Account/USERNAME/SavedVariables/ someplace so I can try and reproduce this.
06:40.58ShefkiYou happen to have another text assigned to the left on the healthbar?
06:41.27Ben^Okay - bare in mind I'm only using the party frames of PitBull 4 right now. No I don't.
06:41.27Ben^I did have a leader indicator there before, but I disabled it for lack of space
06:42.25Ben^Moving it to the unit frame doesn't seem to do anything
06:44.17Ben^Do you have a recommendation for me posting my file somewhere? Should I use an upload service or paste the whole thing on paste.wowace.com?
06:44.24ShefkiUpload the config file someplace and I'll see if I can't reproduce.  There's either a bug or something else positioned that's causing the shift.
06:44.39ShefkiIf you don't have someplace handy to upload open a ticket and you can attach the file to the ticket.
06:44.55Shefkiwww.wowace.com/projects/pitbull4/tickets
06:47.07Ben^I PM'd you
06:53.17ShefkiBen^: Can't reproduce: http://files.shefki.org/ScreenShot_092509_235225.png
06:53.25ShefkiI don't have that font but my guess would be that font is the issue.
06:56.21ShefkiYeah something is different...
06:56.29ShefkiThe config you sent me shows Lua:Name in position 1
06:56.39ShefkiThe screenshot shows it in position 2.
06:56.47Ben^What should I do?
06:56.55Ben^I could change the font
06:57.02*** join/#wowace Vilkku (n=Vilkku@86-60-147-185-dyn-dsl.ssp.fi)
06:57.02ShefkiDid you logout before uploading that file?
06:57.31Ben^yes
06:57.44ShefkiGo to the Lua:Name text in the party layout again.
06:57.52ShefkiWhat's in the dropdown for Position.
06:58.10Ben^Ah, maybe I changed something. I did try to clean up the config before sending it to you, got rid of my character-sepcific profile and turned back on the health text
06:58.16Ben^let me check
06:58.35ShefkiBen^: Yeah if you had an  unused text or something that's probably what was cuasing the shift.
06:58.42Ben^Position, right?
06:58.47ShefkiYes.
06:58.50Ben^It says position 1
06:59.00ShefkiAny other entries in the dropdown?
06:59.04Ben^No
07:01.26Shefkihttp://www.wowace.com/addons/pitbull4/tickets/465-misplacement-of-text-following-a-blank-text/
07:01.31Shefki^ Looks to be the same as that.
07:02.14Ben^What should I do?
07:05.06ShefkiYou're still getting the issue right now?
07:05.15*** join/#wowace Caleb| (n=caleb@81.183.138.34)
07:06.18Ben^I can't really tell what I'm supposed to do based on the ticket you gave me, it more explains a problem rather than how to fix it. I have to put them on Outside Above Left to reset it or something?
07:06.42ShefkiThere's not a solution becuase I'm pretty sure the bug it seems like is fixed.
07:06.44*** join/#wowace Kazie (n=Kazie@port207.ds1-vg.adsl.cybercity.dk)
07:06.55ShefkiAnd based on the config file you sent me I can't reproduce it.
07:07.33ShefkiSo if it's not happening for you now and it's not happening for me whatever you changed before sending me the file stopped it.
07:07.37Ben^I guess I could just whipe my settings and start over, and see if it happens again
07:07.38ShefkiWhich makes it hard to look into.
07:08.26Ben^By the way, mind if I ask if there's any plans to make it so the Portrait can be freely put anywhere? It's really the only thing keeping me using Stuf Unit Frames over PitBull4 primarily.
07:09.29ShefkiYou can pretty much put it anywhere already so I'm not really sure what you mean by that.
07:09.41Ben^Here, let me show you a screenshot
07:11.05Ben^http://img5.imagebanana.com/img/dg6cag5u/UI.png
07:11.06*** join/#wowace yoshimo (i=5b0c0697@gateway/web/freenode/x-yvhpmecykpmekmvn)
07:12.02Ben^Like that, bare in mind that UI uses kgPanels too.
07:12.12ShefkiThere's no reason you couldn't do that as is.  Though you can't really control the size of the Portrait atm.
07:13.03Ben^Any control to add it? if I could put the portrait of the target frame exactly like that, it'd be a big improvement.
07:13.28ShefkiActually you can control the size.
07:13.56Ben^Hm?
07:16.25ShefkiUncheck Position as bar
07:16.39Ben^I did, but I didn't see any controls to move it around.
07:17.02ShefkiLocation: outside Below Right
07:17.31ShefkiVoila bellow the frame on the right just like you want.
07:18.05ShefkiPlay with Outside margin to adjust how far it sits away from the frame.
07:18.05Ben^Ah.. well, I have Obsessive Compulsive Disorder, and I obsess over putting things precisely where I want them, to the pixel. I guess I could try it out, though.
07:18.50*** join/#wowace isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
07:19.05Ben^Alrighty
07:30.57*** join/#wowace Daemona (n=koaschte@i59F63084.versanet.de)
07:39.31*** join/#wowace plexiglass (n=plx@93-33-129-233.ip44.fastwebnet.it)
07:59.27Repo10fu-bar_addon-spam-fu: 03yoshimo * r87 AddonSpamFu.lua: - added SurgeonGeneral
08:01.30*** join/#wowace krka (n=krka@c-7f7be155.159-1-64736c12.cust.bredbandsbolaget.se)
08:04.06Repo10diminishingreturns: 03Adirelle 07master * v1.0-beta-3-4-g33bf2c7 / (2 files in 1 directory): [+2 commits]
08:04.46Repo33bf2c7: Use class-specific icons for some classes.
08:04.50Repod6df972: Display spell icons in configuration GUI.
08:07.55*** join/#wowace Worf (n=worf@84-119-62-89.dynamic.xdsl-line.inode.at)
08:12.50*** join/#wowace mitchnull (n=mitchnul@catv3EC9453C.pool.t-online.hu)
08:18.48*** join/#wowace eoM_rM (n=moe@p5489C38C.dip.t-dialin.net)
08:19.21*** join/#wowace Fisker (i=lolgourr@62.61.142.209.generic-hostname.arrownet.dk)
08:51.33*** join/#wowace Whitetooth_ (n=chatzill@118-169-200-59.dynamic.hinet.net)
09:10.27*** join/#wowace Next96 (i=Next96@121.129.140.91)
09:35.53*** join/#wowace profalbert (n=profalbe@91-113-15-85.adsl.highway.telekom.at)
09:45.07*** join/#wowace elaa (n=ela@p54B4FF96.dip.t-dialin.net)
09:49.47Repo10big-wigs: 03Rabbit * r6375 Coliseum/Champions.lua: Add Hellfire warnings.
09:50.04vhaarryoshimo: ^
09:53.14yoshimothanks ;) now i have to disable a few other warnings so the amount of messages doesnt cover the whole screen
09:53.52*** join/#wowace lmeyer (n=lars@82.83.191.0)
09:56.14Repo10chinon: 03Sidoine * r107 / (6 files in 2 directories): Chinon:
09:56.17Repo- added show/hide command
09:56.20Repo- fixed a bug with removing a buff
09:56.37Repo10chinon: 03Sidoine 043.2.3 * r108 : Chinon:
09:56.40Repo-tag 3.2.3
10:00.58vhaarryoshimo: well you are supposed to do that, all the warnings are not for everyone :)
10:01.28vhaarrthat goes for all bosses
10:01.58yoshimoim just lazy, and faction champions is the only encounter which requires me to do so
10:03.33yoshimovhaarr, the onymodule will stay in bw_azeroth, wont it?
10:06.08*** join/#wowace Wobble (n=Wobin@124.170.157.210)
10:06.38*** join/#wowace lmeyer1 (n=lars@dslc-082-083-191-000.pools.arcor-ip.net)
10:11.11*** join/#wowace Wobble (n=Wobin@124-170-157-210.dyn.iinet.net.au)
10:11.57*** mode/#wowace [+v Wobin] by ChanServ
10:12.45Repo10pitbull4: 03Shefki 07master * v4.0.0-beta5-20-gb3e985f / (6 files in 2 directories): [+3 commits]
10:12.48Repob3e985f: Fix some .pkgmeta syntax errors
10:12.51Repob595b8d: Add a module with experimental LibHealComm-4.0 support.
10:12.54Repoee4a3cb: Ticket 297: Anchor text so it doesn't hang over the edge when set to
10:30.02*** join/#wowace lmeyer1 (n=lars@82.83.191.0)
10:35.26*** join/#wowace MrRuben5 (n=MrRuben5@85.148.20.110)
10:45.14*** join/#wowace Caleb| (n=caleb@dsl51B78A22.pool.t-online.hu)
11:00.48*** join/#wowace robotusch (n=robotusc@50A2D902.flatrate.dk)
11:04.27*** join/#wowace elaaa (n=ela@p54B4DDFC.dip.t-dialin.net)
11:23.15*** join/#wowace Tusk (n=Tusk@cust.static.213-200-235-213.cybernet.ch)
11:23.18Tuskhello
11:25.49*** join/#wowace lmeyer (n=lars@82.83.191.0)
11:28.47Tuskhow do i upload an addon to wowace?
11:29.16profalberthttp://www.wowace.com/create-addon/
11:30.47Tuskthx
11:34.09*** join/#wowace Vilkku (n=Vilkku@86-60-145-3-dyn-dsl.ssp.fi)
11:38.28*** join/#wowace faCe| (n=face@p5489C38C.dip.t-dialin.net)
11:38.30*** join/#wowace lmeyer (n=lars@dslc-082-083-191-000.pools.arcor-ip.net)
11:42.50Repo10libbabble-boss-3-0: 03Nevcairiel * r238 LibBabble-Boss-3.0.lua:
11:42.53RepoAutomated LibBabble re-generation from the localization system
11:45.03harldamn. i kind of hate those people talking bullshit about getting 30+ tokens just by doing "there and back again"
11:54.00Repo10ace3: 03Nevcairiel * r853 AceGUI-3.0/widgets/AceGUIWidget-ScrollFrame.lua:
11:54.03RepoAceGUI-3.0: ScrollFrame: Hide the scrollbar when there is no overflowing content, and allow the Layout functions to use that space
11:54.06Repofor widgets. EXPERIMENTAL and might break!
11:54.45harlseems like those people play on the alliance's side and didn't care to add that bit of a detail.
11:55.50orionshock<PROTECTED>
11:58.08pakozanyone have quartz installed? i can't find how to remove the border from the Target castbar, its clear as day for the Player, but I can't find it for Target
11:58.37Repo10ace3: 03Nevcairiel * r854 AceGUI-3.0/widgets/AceGUIWidget-BlizOptionsGroup.lua:
11:58.40RepoAceGUI-3.0: Adjust the margins of the BlizOptionsGroup to be the same on both sides.
12:05.24Repo10ace3: 03Nevcairiel * r855 AceGUI-3.0/widgets/AceGUIWidget-DropDownGroup.lua:
12:05.28RepoAceGUI-3.0: Fix the margins of the dropdown group to be consistent with other widgets.
12:09.00Gnarfozpakoz: it should absolutely be the same deal
12:09.12Gnarfozpakoz: make sure you have QuartzTarget loaded & target castbar enabled
12:09.23Gnarfozand maybe (not sure on this one) target something
12:10.09*** join/#wowace pschriner (n=Miranda@xdsl-81-173-227-119.netcologne.de)
12:21.20GnarfozFisker: I blame you for this http://www.worldoflogs.com/reports/LD5yxGi2YJ5Zi945/details/184/?s=8508&e=8934#tab-dmgactor
12:23.56pakozGnarfoz: everything is the same in the /quartz menu except for the lack of border drop downs in Target's config simply arent there
12:24.20pakozi'll take another look tomorrow, reinstall addon, delete the config for it - etc
12:30.47*** join/#wowace Sliker_Hawk (n=SlikerHa@5ac5c4f7.bb.sky.com)
12:33.34yoshimovhaarr, how many different prefixes will bw3 use?
12:35.03*** join/#wowace dlat (i=dlat@eris.sickos.org)
12:35.20*** join/#wowace Gnarfoz (i=smallbra@geektour.de)
12:35.51*** join/#wowace Pneumatus (n=WiN@unaffiliated/pneumatus)
12:36.59Fiskeryo momma yoshimo
12:41.22mitchnullfisker: any new issues with bazooka?
12:42.48Fiskerdunno
12:42.52Fiskerimma aionfagging
12:42.53Fisker:(
12:42.57Gnarfozfail
12:47.02*** join/#wowace bien| (n=bien@p4FF469C9.dip.t-dialin.net)
12:48.51*** join/#wowace Ghan (n=Miranda@ppp-93-104-39-205.dynamic.mnet-online.de)
12:50.39FiskerGnarfoz
12:50.43Fiskerwanna make out?
12:50.53GnarfozI want to make you "out"
12:50.56Fisker:(
12:51.08WobinFisker's been 'out' for ages
12:51.15Gnarfozthat, too
12:51.42Wobinugh, 60km/h wind
12:52.33WobinIn Alpine areas above 1900 metres
12:52.33Wobinwinds may reach 80 km/hr with gusts in excess of 125 km/hr possible.
12:52.35Wobincharming
12:54.26nevcairielmmm windy!
12:56.14Gnarfozluckily I live at about 52m above sea level
12:56.36asmodaiI guess my place is below
12:56.40asmodaithen again, 50% of my country is
12:57.01nevcairielglobal warming, rising sea levels .. poor asmodai
12:58.10Wobinhm
12:58.14asmodaiThen again, we're like the #1 in the world when it comes to water engineering :)
12:59.35Wobinmy building has... 18 floors and the top is 196m above sea level
12:59.41WobinI'm on level 7...
12:59.50nevcairielthat should be high enough for now :P
12:59.58nevcairielmight want to buy a boat, though!
13:00.09Wobineh, the whole apartment block is pretty much a wind tunnel anyway
13:00.20WobinI've had a balcony glass panel crack from wind =P
13:00.26nevcairielo.O
13:01.01WobinThe exit leading to my balcony is a three panel glass sliding door thingie
13:01.34Wobindue to somewhat shoddy construction, there's a lot of space above each panel in the socket
13:01.45Wobinso in high winds, the whole panel can shift around
13:05.03Repo10fortress: 03Borlox 07master * 1.13-1-g5bc5a97 Core.lua: [+1 commit] - fix for reappearing labels (ticket #41)
13:06.13Wobinhuh, looking at google maps, it's amazing how packed together cities are
13:08.16Fiskerbtw Gnarfoz
13:08.17Fiskeri want you
13:08.52Gnarfozsorry, I'm taken
13:09.26Fiskeryeah by me
13:09.31Stanzillanope, me
13:09.51nevcairielwat, you are betraying me Stanzilla ?
13:09.52nevcairielcrys
13:09.52Gnarfoz\:D/
13:10.37WobinYou're getting a little sumptin sumptin on the side from Stanzilla, Nev?!
13:10.47Stanzilla^^
13:10.50nevcairielheh
13:10.55WobinYou said our love was TRUE =(
13:11.20nevcairielMy GF actually lives in BaWü, but i guess even more to the south then stan :P
13:11.43WobinHe's such a playa
13:18.12*** join/#wowace Groktar (i=Groktar@c-98-239-116-74.hsd1.ca.comcast.net)
13:24.39Repo10atlasloot-enhanced: 03Daviesh * r2336 / (2 files in 2 directories): 25 Man Onyxia Loot
13:24.53*** join/#wowace Schnaks (n=Schnaks@p5486B0D7.dip.t-dialin.net)
13:25.03sb|workhm
13:26.08Gagorian!api GetArmorPenetration
13:26.08lua_botGetArmorPenetration: Returns the percentage of enemy armor ignored due to the player's Armor Penetration Rating (http://wowprogramming.com/docs/api/GetArmorPenetration)
13:29.31*** join/#wowace kagaro (n=kagaro@cpe-024-163-038-024.nc.res.rr.com)
13:37.34*** join/#wowace p3lim (n=p3lim@89-151-222.200.3p.ntebredband.no)
13:40.12Fiskerhurr hurr Gnarfoz
13:40.19Fiskera boss in aion is called kumbaron
13:40.21Fiskeri lol'd
13:40.33Gnarfozyou're plaing aion
13:40.34GnarfozI lol'd
13:41.12Fiskerno you didn't
13:42.49*** join/#wowace Megalon (n=starfox@d86-32-5-122.cust.tele2.at)
13:49.04*** join/#wowace Ingela (n=Ingela@90-227-209-231-no92.tbcn.telia.com)
13:51.40*** join/#wowace Megalon (n=starfox@d86-32-5-122.cust.tele2.at)
13:52.25*** join/#wowace bien| (n=bien@p4FF469C9.dip.t-dialin.net)
13:54.18Repo10tradeskill-info: 03Dys * r339 / (2 files in 2 directories): - Bump version number to v1.5.4
13:57.07*** join/#wowace lmeyer (n=lars@dslc-082-083-191-000.pools.arcor-ip.net)
13:58.58Repo10tradeskill-info: 03Dys 04v1.5.4 * r340 :  (Message trimmed by 4 lines)
13:59.01RepoTagging as v1.5.4:
13:59.04Repo- Fixed learning skill level for a few inscription combines.
13:59.07Repo- Fixed the problem where a recipe is shown as both "known by" and "will be learnable by" for the same toon when combine has an incorrect skill level.
13:59.10Repo- Added definitons to handle recipes that drop for only one faction (ToC recipes).
13:59.49*** join/#wowace profalbert1 (n=profalbe@91-113-11-182.adsl.highway.telekom.at)
14:22.46Repo10arl: 03Jim-Bim * r2511 ARLFrame.lua: AckisRecipeList:
14:22.49Repo- fixed a frame reference torhal missed, filter panel now works again!
14:22.56*** join/#wowace Jim-Bim (n=thorben_@pD9E723A2.dip0.t-ipconnect.de)
14:30.19*** join/#wowace kd3|hate`net (n=kd3@wikia/kaydeethree)
14:31.02asmodaijeez, I keep finding bugs all over the place
14:32.14Wobinit's about to rain?
14:33.03harldoes anyone know exactly which add-on had two or three specific sounds included ? i think one was called Ding and i don't remember the other's names anymore.
14:34.00harla month ago i dropped a few add-ons that i thought weren't used for anything, but apparently one of them did contain those sounds.
14:34.17*** join/#wowace drnkn (i=5c4c812d@gateway/web/freenode/x-xgpbqakbxvxocyei)
14:36.59*** join/#wowace lmeyer (n=lars@dslc-082-083-191-000.pools.arcor-ip.net)
14:43.35mortbigwigs?
14:44.18Repo10arl: 03Jim-Bim * r2512 AckisRecipeList.lua: AckisRecipeList:
14:44.21Repo- fixed the collapse header feature - it works now, too!
14:44.24Repo- and ARL only expands headers which are collapsed
14:44.48mitchnullharl: cooldowntogo contains 3 warning sounds, but I bet you weren't talking about that :)
14:47.55harlnope, different sounds.
14:48.12harlneither bigwigs nor cooldowntogo
14:53.35mitchnullMSBT also has some sounds,  I think
14:53.52mitchnulland probably powerauras, too
14:54.58Repo10arl: 03pompachomp * r2513 RecipeDB (3 files in 1 directory):
14:55.01RepoFixed the faction checks for the Trial of the Crusader recipes in the Blacksmithing, Leatherworking, and Tailoring databases.  They weren't showing up on non-enUS clients.
14:56.11Repo10arl: 03pompachomp * r2514 / (2 files in 2 directories):
14:56.14RepoFixed the faction checks for the Trial of the Crusader recipes in the Engineering database.  They weren't showing up on non-enUS clients.
14:58.13pompyanyone on the frFR wow client? pm me :).
14:58.21harloh.. i completely forgot about ChatSounds..
14:59.17harldropped it because it had caused some problems with the changes to the default chat frames.
14:59.44harlthanks for helping though, mitchnull & mort ;)
15:03.30harlnow where to integrate those to to have them work with chatter
15:03.35harl-to
15:10.13Repo10tradeskill-info: 03Dys * r341 / (10 files in 2 directories):  (Message trimmed by 1 line)
15:10.16Repo- FEATURE: Add the option to color alt names by combine difficulty
15:10.19Repoin the "Usable by" tooltip field. When there are multiple combines
15:10.22Repothat can use the item, the maximum difficulty color (i.e. the one
15:10.25Repoclosest to brown) is used.
15:18.02*** join/#wowace Lysithea (i=Lyset@c-08a972d5.017-172-73746f34.cust.bredbandsbolaget.se)
15:18.39Repo10grid2: 03Azethoth * r257 Options/locales (9 files in 1 directory): Patch localizations
15:23.35*** join/#wowace Tuller (n=muffins@pool-96-248-0-53.rcmdva.fios.verizon.net)
15:26.16Repo10big-wigs: 03Ammo * r6376 Options/Options.lua: cleanup a separator
15:34.06*** join/#wowace Hjalte (n=chatzill@cpe.ge-0-2-0-835.arcnqu2.customer.tele.dk)
15:38.01asmodaipompy: /away
15:38.07asmodaipompy: Why did you need to know?
15:38.08asmodai:)
15:40.15*** join/#wowace Keias (n=bleh@pool-72-86-106-233.aubnin.fios.verizon.net)
15:50.06pompyasmodai: check my latest arl commit
15:52.40asmodaiah
15:52.52asmodainope sorry, just enGB
15:53.40pompyyeah enGB,enUS seemed to be fine cuz its horde or alliance either way
15:53.56pompyand i guess french
15:55.20Gnarfozhrmm
15:55.44GnarfozGridStatusRaidDebuff now works again, but still has terrible errors
15:55.58GnarfozI just don't really understand them >_>
15:56.42Ingelais it just me or isn't it kinda stupid that you need an addon to show debuffs from boss?
15:56.56Ingelai mean, sraidframes shows all debuffs instead, that's alot better imo
15:57.01Ingelaand you can just filter out those you don't want
15:57.22pompyGnarfoz: i know that the 'paralytic toxin' is in that mod but does it ever show up on ur grid?
15:57.57Gnarfozpompy: uhm, yeah I think so
15:58.10pompyhm, i never see it
16:01.32Repo10parrot: 03profalbert 07master * v1.10-beta5-4-g007d2fc Code/Triggers.lua: [+1 commit] add updateDB-function that resets the powertype of the Low Mana Trigger to Mana
16:03.03Repo10parrot: 03profalbert 04v1.10-beta6 * 042c794 /: [new tag] tag as v1.10-beta6
16:03.57*** join/#wowace Lysithea (i=Lyset@c-08a972d5.017-172-73746f34.cust.bredbandsbolaget.se)
16:04.19*** join/#wowace Sirow (n=Sirow001@p57A4DCDA.dip.t-dialin.net)
16:05.14*** join/#wowace taleden (n=atfrase@user-38q41i6.cable.mindspring.com)
16:11.49GnarfozIngela: what... exactly are you trying to say?
16:12.28Ingelathat i think it's stupid that you need an addon to show boss debuffs
16:12.56Ingelaand you have to update that everytime there is a new boss right?
16:12.59YewbaccaAnyone know if there's a wow item database released somewhere? I really need a itemID -> itemlvl+available sockets lookup for a project.+
16:13.25GnarfozIngela: you don't *need* anything
16:13.48Ingelanono, ofc, but it's very very useful to see boss debuffs right? :)
16:14.11Yewbacca:P
16:14.25YewbaccaI love agUF, I've got boff debuffs under the boss frame and boss debuffs above it, it's so easy to see
16:14.44Yewbaccaboss buffs under the frame*
16:14.49Gnarfozwell, the point with Grid is to see only what you want
16:14.56IngelasRaidFrames fan here, been using it since forever
16:14.56Yewbaccayeah
16:15.04Gnarfozblacklisting everything you don't want to see manually is kind of against the concept, I guess
16:15.31Ingelathat's the best explanation i ever heard Gnarfoz
16:15.34Gnarfozso instead of adding the debuffs you want to see manually, GSRD gives you a neat list
16:16.05Ingelamost people go like "LOL NO GRID > ALL" when i try to ask why you need extra addons to see things like that
16:16.09Gnarfozhowever, the options seem to be horribly broken right now when using Grid's fubar/dewdrop config
16:16.30YewbaccaIngela: 15% of people have lower than 50 IQ, and most of those play WoW :p
16:16.32Gnarfozto that I tend to say "any unitframe mod > blizz deafult" and leave it at that
16:16.46Ingela=)
16:17.02YewbaccaAddons are what makes WoW playable
16:17.10YewbaccaIt'd be way less popular without
16:17.16Ingelabut yeah, i guess i rather see all and blacklist that i don't want to see then having a mod adding it for me :)
16:17.24YewbaccaThey're what let people invest their personality in a UI, get all info they want to see, and fall in love with their UI and game
16:17.27Ingelaguess why aion will never become half of what wow is
16:17.34YewbaccaYeah no addons?
16:17.37Ingelayeh
16:17.46YewbaccaDamn haha
16:18.19Ingelai mean, no addons ok it's fine, but you really need to be able to change your UI and things like that, UI improvisations basicly
16:18.46YewbaccaWhat do you think of blizzard opening a mod store and NOT allowing addons to be sold there?
16:18.52YewbaccaGreed, not wanting authors to get paid?
16:19.07GnarfozI don't like speculation
16:19.08YewbaccaThey announced it at blizzcon
16:19.12YewbaccaAnd said NO addons
16:19.44Mecis there some trick to getting frames made with CreateFrame to save/load position from layout-local
16:19.44GnarfozI watched nearly everything, I wonder how I could have missed that
16:19.54Gnarfozalso, what's the point of having a mod store without products? meh?
16:20.09YewbaccaGnarfoz: It'll sell starcraft2 maps and diablo mods afaik
16:20.11GnarfozMec: blizz does it for you, they have to have userplaced=true
16:20.14YewbaccaBut they said no wow addons there
16:20.26GnarfozYewbacca: well, it doesn't affect wow in the slightest then, does it?
16:20.32Ingelathe whoile idea of selling and buying maps+mods feels wierd tbh
16:20.52YewbaccaI mean they first disallow asking for donations, then they open a store and disallow selling the addons (even for really tiny fees like 50 cent)
16:21.06YewbaccaBut they are gonna let you sell diablo 3 and starcraft 2 addons and mods
16:21.17Gnarfozso? ;\
16:21.22nevcairiellast i heard d3 won't even be moddable
16:21.25YewbaccaAh
16:21.36YewbaccaLAst I heard it was gonna be :S
16:21.53YewbaccaBut I don't remember how I heard that
16:22.09asmodaiEars?
16:22.09*** join/#wowace Vilkku (n=Vilkku@86-60-145-3-dyn-dsl.ssp.fi)
16:22.09MecGnarfoz: i set userplaced to true but that doesn't seem to work
16:22.29Gnarfozit sucks anyway, just do your layout yourself :p
16:22.33YewbaccaMec: Make move/drag start/stop scripts that save a variable with the position
16:22.41Gnarfozlayout-local breaks when the user EVER disables the addon
16:22.53Mecah
16:23.53GnarfozI totally don't understand why they did that, but meh
16:24.26ShadowedThey don't really disallow asking for donations
16:24.34Shadowedyou can't ask for them in-game, but you can still ask for them
16:24.53nevcairielI never asked ingame anyway, and i got plenty
16:24.57Shadowedand even then, if all you do is a simple "Hey you can donate" in the config I doubt they'll care, just don't beg for them on login
16:26.33Repo10libhealcomm-4-0: 03Shadowed 07master * b3-1-g255a884 LibHealComm-4.0.lua: [+1 commit] Changed bucketing of tick events to execute immediately after a timer hits 0 instead of waiting two OnUpdates
16:26.57Ingelais it hard to make an layout for sraidframes.. hm.. would be nize to make the bars and mana bars and things like that more customizeable
16:27.16*** join/#wowace SNiLD (i=snild@a91-153-155-143.elisa-laajakaista.fi)
16:29.32Repo10libhealcomm-4-0: 03Shadowed 07master * b3-2-gf7c06a9 LibHealComm-4.0.lua: [+1 commit] Bumping version, very good idea!
16:30.50Repo10libhealcomm-4-0: 03Shadowed 04b3.3 * b621050 /: [new tag] Tagging as beta 3.3
16:37.37*** join/#wowace Caleb| (n=caleb@dsl4E5C0660.pool.t-online.hu)
16:43.27*** join/#wowace Silowyi (n=silowyi_@24-155-116-210.dyn.grandenetworks.net)
16:49.51*** join/#wowace Funkeh` (n=funk@82.111.126.242)
16:49.52*** mode/#wowace [+o Funkeh`] by ChanServ
17:02.59*** join/#wowace Schnaks_ (n=Schnaks@p5486D337.dip.t-dialin.net)
17:03.07*** join/#wowace SlikerHawk (n=SlikerHa@5ac5c4f7.bb.sky.com)
17:07.25*** join/#wowace pompy (n=Mike@c-68-38-45-3.hsd1.nj.comcast.net)
17:08.41Gnarfozanyone know what the hell this is? http://paste.wowace.com/1229/
17:08.42Fiskerslaps nevcairiel around a bit with a large trout
17:10.47asmodaiGnarfoz: not me
17:11.42*** join/#wowace weab (n=weab@70.114.214.60)
17:12.22Repo10timetodie: 03Mecdemort * r52 / (4 files in 1 directory): Make frame optional
17:14.18Ingelacommand for not making things go outside screen?
17:14.48Mec:SetClampedToScreen(true)
17:15.20Ingelayes ofc, thanks
17:15.24Ingelatotally blackout :P
17:16.14Repo10grid2: 03Azethoth * r258 / (3 files in 1 directory): -- First cut at patch.
17:16.54Repo10grid2: 03Azethoth * r259 Options (6 files in 1 directory): -- First cut at patch.
17:23.12*** join/#wowace Schnaks_ (n=Schnaks@p5486FA10.dip.t-dialin.net)
17:27.32asmodaiwtf do people want to constantly duel, even at bloody level 3
17:29.04*** join/#wowace SlikerHawk (n=SlikerHa@5ac5c4f7.bb.sky.com)
17:31.33Fiskerslaps asmodai around a bit with a large trout
17:32.41asmodaiFisker: oi!
17:32.59Gnarfozwtf, onyxia whelps destroy my FPS
17:33.16asmodaidumps Fisker head first into some rødgrød med fløde
17:34.48Fiskerdumps asmodai into a sea of farts
17:41.50Repo10librangecheck-2-0: 03mitch0 074.0 * r65 LibRangeCheck-2.0/LibRangeCheck-2.0.lua: new API ready, needs a bit more testing
17:41.57Repo10timetodie: 03Mecdemort * r53 / (4 files in 2 directories): More localization
17:42.00RepoAdd horizontal justification option
17:42.15*** join/#wowace maqr_ (n=maqr@c-69-253-79-73.hsd1.nj.comcast.net)
17:46.44*** join/#wowace Tuller (n=Tuller@pool-96-248-0-53.rcmdva.fios.verizon.net)
17:48.28*** join/#wowace Tuller (n=Tuller@pool-96-248-0-53.rcmdva.fios.verizon.net)
17:53.04Mechow would you use the working copy to run ingame if you use the on site localization and repo substitution
17:55.27mitchnullmec: I leave my enUS locale sane (not using the substs)
17:55.58nevcairieljust don't use tokens, and its fine
17:56.06Mecah ok, and substitute for the other translations?
17:56.59mitchnullthat's what I do
17:57.15Mecgood idea
17:57.51Fiskerplants a bomb in mitch0's pants
17:59.24mitchnullmitch0 is at work, mitchnull is here only :)
18:03.21Fiskeri'm going to end you
18:03.44Gnarfozanyone know what the hell this is? http://paste.wowace.com/1229/ <--
18:03.57Gnarfozalso, why do onyxia whelps utterly destroy my dps ;o
18:04.12Fiskera website for pasting stuff like code examples
18:04.25Repo10librangecheck-2-0: 03mitch0 074.0 * r66 LibRangeCheck-2.0/LibRangeCheck-2.0.lua: fix copy-waste error, repeat/until logic error
18:04.32nevcairiellooks like they just changed the error message
18:05.47Meclol copy/waste?
18:05.52*** join/#wowace Sekkyo (n=sekkyo@dsl092-250-144.sfo4.dsl.speakeasy.net)
18:06.11miicais it possible add more fonts on pitbull4?
18:06.17*** join/#wowace kd3__ (n=kd3@user-11fatve.dsl.mindspring.com)
18:06.53FiskerGnarfoz
18:06.55miicaor more textures
18:07.07miicanvm
18:07.12Gnarfoznevcairiel: was that to me? ;o
18:07.23nevcairielsure, if you want
18:07.35Gnarfozwut
18:07.36Gnarfoz;o
18:08.18nevcairielthey probably append that to the error if forceinsecure() was called before
18:08.33FiskerRAWRGH
18:08.38Gnarfozhm, well, before it was just a random addon each time that error happened
18:08.44nevcairielbut thats just a guess :P
18:08.55Gnarfoznow I don't have a clue either, but it still errors :\
18:09.05sb|workmhh
18:09.11nevcairielwe never figured out what caused the taint to LFG
18:09.12GnarfozMec: you == mecdemort?
18:09.13sb|worknevcairiel: your gf and Stanzilla are from bawue? where from? :p
18:09.19MecGnarfoz: yes
18:09.19sb|worknevcairiel: or is Stanzilla your gf? :p
18:09.22Stanzilla< munich
18:09.25Stanzillasb|work: yes that!
18:09.36nevcairieli must've confused stan with someone then
18:09.39nevcairielbut south at least :P
18:09.45sb|workhmm - me? :p
18:09.47Stanzilla:/
18:09.56GnarfozMec: does TTD have its own display these days, or is it still just a LDB object that needs a LDB display?
18:10.14GnarfozI remember it being changed to LDB some time ago, and I just kept using the version before that that was just a simple, freely movable frame
18:10.25Mecno, it always had a display
18:10.31nevcairielmy gf lives on the border of lake constance
18:10.40nevcairielfriedrichshaven
18:10.42sb|workerrr ok
18:10.47Gnarfoz*updates*
18:10.50sb|workthats south then :p
18:10.51*** join/#wowace Sekkyo (n=sekkyo@dsl092-250-144.sfo4.dsl.speakeasy.net)
18:10.51miicainstalled sharedmedia but I only got more textures but not any fonts :((
18:10.52MecI just recently added ldb support, and made the frame optional
18:10.58nevcairielsb|work, as south as you get :P
18:11.05nevcairielwithout leaving germany ;)
18:15.52Mecalrighty, lets see how rusty my french is
18:16.01Adirelle's hungry
18:18.33*** join/#wowace joel- (n=sekkyo@dsl092-250-144.sfo4.dsl.speakeasy.net)
18:25.48harlisn't there a way for an add-on to determine whether the character is currently sitting on the ground or on a chair?
18:28.01Repo10timetodie: 03Mecdemort * r54 / (3 files in 2 directories): Use wowace localization
18:30.10Mecok it didnt substite the translations
18:32.38Repo10timetodie: 03Mecdemort * r55 Locales/ruRU.lua: Fixed substitution?
18:33.38Mecoo there we go
18:36.03Shefkimiica: SharedMedia no longer has any fonts becuase of licensing issues.  You can add your own by using the MyMedia stuff in SharedMedia, there should be a text file inside that addon telling you how to set itup.
18:36.08Fiskerslaps Adirelle around a bit with a large trout
18:36.29Adirelleeats Fisker's large trout.
18:39.06asmodaiZhinjio: oi!
18:39.18Zhinjioasmodai: oi!
18:39.29*** join/#wowace Shirik (n=mpdelbuo@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
18:39.29*** mode/#wowace [+v Shirik] by ChanServ
18:39.38asmodaiZhinjio: question about allxp, at least, that's yours right? :)
18:39.44Zhinjioyeah
18:40.32asmodaiZhinjio: how does it 'know' the rested xp? Only when you log in with a character?
18:41.00Zhinjioyes
18:41.03asmodaior does it also calculate/extrapolate if you log in on day X that character Y has Z rested xp?
18:41.13Zhinjioit doesn't record it or let it be shown unless you've actually logged in with that toon
18:41.30Zhinjioonce it knows, it can calculate the progression rate after that checkpoint
18:41.51Zhinjioit does extrapolate
18:41.53Zhinjioyes
18:41.54Fiskerslaps Adirelle around a bit with a large trout
18:41.58Zhinjioonce you've logged in with taht toon at least once
18:42.12Zhinjioit *does* assume you've logged out in an inn
18:42.17Zhinjio(I think)
18:42.21Adirellegrabs Fisker's arm and starts eating it.
18:43.04asmodaiZhinjio: ahh ok
18:43.08asmodaiZhinjio: good enough :)
18:43.16Zhinjio*smiles*
18:43.27Fiskerslaps Adirelle around a bit with a large trout
18:44.09NivFreakso the trolls finally broke ghostcrawler eh
18:44.24Fiskerhe quit?
18:44.38NivFreakno
18:44.41Fiskeraw
18:44.44NivFreakhttp://blue.mmo-champion.com/28/20136594874-i-dont-see-why-you-all-hate-ghostcrawler.html
18:45.25Repo10timetodie: 03Mecdemort * r56 / (7 files in 3 directories): Fix no-lib version
18:45.39Fiskerthat's what you get for lies and deceit
18:47.55Bibifuck
18:47.59BibiGhostcrawler out of business
18:48.02Fiskerhe needs to rage out on the forums and get fired though
18:48.03BibiI'll have to work again
18:48.39Fiskerthat's what he gets for lying to us :(
18:51.03Repo10timetodie: 03Mecdemort 04v0.5.4 Beta * r57 : Tagging as v0.5.4 Beta
18:51.58Repo10priorityqueue: 03Pericles * r56 / (12 files in 1 directory): PriorityQueue:-
18:51.59*** join/#wowace p3lim (n=p3lim@89-151-222.200.3p.ntebredband.no)
18:52.02RepoAdded GCD clock face type cooldown display to priority button.
18:52.37Repo10priorityqueue: 03Pericles 04v0.50 * r57 : PriorityQueue:-
18:52.40RepoRelease v0.50 to curse.com
18:52.52Fiskeryou
18:53.56Fiskerreaches down asmodai's pants
18:58.39asmodai:|
18:59.26Fisker:)
19:00.02asmodaiBibi: crap, what did they do to exhaust him mentally so then?
19:00.18asmodaiBibi: I still maintain he's one of the better things that have happened to WoW in recent years.
19:01.16Repo10big-wigs: 03Ammo * r6377 Plugins/Bars.lua: fix grow upwards button to not cut off
19:01.32nevcairielHe is still there, he just won't bother serving the forum trolls anymore
19:03.58asmodaiThat's good.
19:04.02asmodaiI just hope that post didn't mean he's pulling his presence from the forums.
19:04.16asmodaiNow, how to send him a "your work is appreciated" message...
19:07.18*** part/#wowace mitchnull (n=mitchnul@catv3EC9453C.pool.t-online.hu)
19:08.06asmodaiI'm still surprised how long he lasts with some of these people.
19:13.53*** join/#wowace Tuller (n=Tuller@pool-96-248-0-53.rcmdva.fios.verizon.net)
19:15.03winkillerasmodai: just look at Bibi. No matter how much you say mmo-champ sucks, he's always calm and friendly :)
19:15.15winkillercuddles Bibi
19:15.29Shefkiwinkiller: He wasn't talking about Bibi.  He was talking about GC.
19:15.49nevcairielthats because he is french, they can curse at you, and it still sounds like a poem :P
19:16.27winkillerShefki: and *I* was talking about people who get some abuse by trolls
19:16.33Gnarfoznevcairiel: too much Matrix 2
19:16.39Repo10battleground: 03Ammo * r61 Battleground.lua: cleanup
19:16.54nevcairielI've only ever seen that movie once, i think :P
19:17.27Pneumatusunlike german who could be reading a poem and it sounds like they are cursing at you ;)
19:18.41Fiskerthat's what she gets for lying nevcairiel
19:18.53nevcairielwho?
19:19.55ShefkiHe doesn't like GC and thinks he lies.  I can't say I really agree with that sentiment.  I think sometimes GC is a bit dense on some issues.  But I don't think he's lying.
19:20.09Pneumatuss/some/many/
19:20.11nevcairielHe has no reason to lie
19:20.18winkillerPneumatus: http://www.youtube.com/watch?v=CMKWnbs7nx0 !
19:20.22FiskerShefki you mean she
19:20.25Fiskersince he doesn't lie
19:20.28Fiskererr she
19:20.38ShefkiFisker: That was a joke.
19:20.41ShefkiGet over it.
19:20.57ShefkiAnd one he didn't even start but played along with.
19:21.04Fiskerstill lying btw
19:21.10Fiskernot what i'm talking about in any case
19:21.16ShefkiFisker: Go troll somewhere else.
19:21.24Fiskergive us forum account
19:26.07IngelaAnybody bored? Make healthbars and manabars moveable and resize able in sraidframes please!
19:26.33Ingelahate that i can't do it myself <.<
19:27.37Fiskerrages
19:27.51winkillersoothes Fisker. There, there...things will be ok.
19:27.58Fiskeroh no you don't
19:28.12winkillerblows a kiss to Fisker
19:33.24*** join/#wowace Vilkkuu (n=Vilkku@86-60-145-3-dyn-dsl.ssp.fi)
19:35.11asmodaiIs http://www.mmo-champion.com/ loading normally for you guys?
19:35.20asmodaiI'm getting an empty page.
19:36.02Fiskerwww.mmo-champion.com/index.php
19:37.02winkillertrue
19:39.48*** join/#wowace tekkub (n=tekkub@c-76-25-226-223.hsd1.co.comcast.net)
19:39.56*** mode/#wowace [+v tekkub] by ChanServ
19:41.22*** join/#wowace Norton (n=chatzill@bas1-streetsville39-2925010311.dsl.bell.ca)
19:41.34Fisker:3's winkiller
19:42.01winkillerfalse
19:42.30Fiskeroh but i did
19:42.47asmodaifunny, the index.php directly working, but trying just www.mmo-champion.com goes wrong.
19:42.58miicaShefki: ok
19:43.02HjalteMy friend just bought Aion, but he never seems to be able to play it because of all the queues. I can't believe they'd sell something like that.
19:43.24asmodaiHjalte: collegue of mine had to wait 40 minutes before he got in XD
19:43.37Fiskeroh hey Hjalte
19:43.40Hjalteasmodai: My friend can play in 4 hours.
19:43.41Fiskerthat's not like WoW at all
19:43.52asmodaiHjalte: 4? :|
19:44.02asmodaihehehe, WoW in the beginning...
19:44.17Fiskertheir queue system sucks though
19:44.21FiskerYou can skip the queue
19:44.29Fiskerif you get disconnected
19:44.39Fiskerbut you can't skip the queue if the queue is full
19:44.40Hjalteasmodai: Yeah, some people in my guild decided they would play on the same server.
19:44.41Fiskerdurr
19:45.02asmodaiHjalte: Big fail? :)
19:45.34Fiskerit's an alright gaem
19:45.40Fiskerbut it's kinda silly
19:45.58FiskerYou can't move or anything while interacting with npc's
19:46.08miicaShefki: kinda stupid :(
19:46.11sb|workyea THAT sucks Fisker
19:46.16sb|workmoving while accepting a quest
19:47.06Ingelaanyone care to take a look at my code?
19:47.06Ingelahttp://pastebin.org/26377
19:47.28Ingelawhen i try it it says "Usage: <unnamed>:SetScale(scale)"
19:47.37Ingelathe errormessage then :)
19:48.02vhaarrfunc = function()
19:48.06vhaarrwhere's the 'value' local?
19:48.09vhaarrit doesn't exist
19:48.29vhaarryou probably mean Rapture.db.profile.value
19:48.34vhaarrRaptureBAR:SetScale(value)
19:48.34asmodaiNever noticed how the female nightelf does a kamehameha-style casting
19:49.59Ingelawait, easy and slow vhaarr, i'm kinda noob as you probebly noticed, what exactly do you mean hehe :P
19:50.35*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
19:50.41vhaarrRaptureBAR:SetScale(value)
19:50.44vhaarrthat's the line it complains about
19:50.55Ingelayes, exactly
19:50.56vhaarrand I can tell despite you giving me a bullshit error without any line number
19:51.07vhaarryes so where is it supposed to get |value| from?
19:51.09Ingelaoh sorry =(
19:51.11vhaarrthere's no such variable
19:51.50Ingelaso how do i create a value variable then?
19:52.26Repo10big-wigs: 03Ammo * r6378 Options/Options.lua:
19:52.29Repoprevent conflicts with naming option tables for zones by prefixing the registered name.
19:52.32RepoRightclicking will now open the options to the current active boss
19:53.24Repo10big-wigs: 03Rabbit * r6379 Options/Options.lua: Add my precious separator back in.
19:54.20Ingelavhaarr, didn't i define the variable by doing value = 1.5 in default?
19:54.37vhaarrno, that's in the database
19:54.42vhaarr<vhaarr> you probably mean Rapture.db.profile.value
19:55.05Ingelaoh yeah
19:55.08Ingelaofc
19:55.17Ingela<.<
19:57.21*** join/#wowace Sekkyo (n=sekkyo@dsl092-250-144.sfo4.dsl.speakeasy.net)
19:59.45*** join/#wowace Sunwind (n=Paradox@cpc1-brmb6-0-0-cust576.bagu.cable.ntl.com)
20:02.05Repo10big-wigs: 03Rabbit * r6380 Extras/Tips.lua:
20:02.07Fiskerhighfives sb|work
20:02.08RepoFlesh out the tip window, some core bigwigs tips added, all contributed tips are still withheld. Try it out with /tip.
20:02.35Repo10big-wigs: 03Rabbit * r6381 modules.xml: Load the tip module from Extras for the time being.
20:03.15Pneumatusping Kaelten / ckknight / someone that can nuke curse.com comments
20:05.35Repo10big-wigs: 03Rabbit * r6382 Extras/Tips.lua: Disable automatic showing of tips for now.
20:06.31ckknightPneumatus: what's up?
20:07.24Fiskerhey ckknight
20:07.28FiskerBR4 in localization
20:07.32Fiskerso we'll get it sometime next year!
20:07.41Fiskermaybe before the SC2 release if we're lucky
20:07.42Fisker:(
20:08.17ckknightBR4?
20:08.36Repo10grid2: 03Azethoth * r260 GridDefaults.lua: -- Some infrastructure for plugin options default creation
20:09.31Repo10grid2: 03Azethoth * r261 Options/GridDefaults.lua: -- Some infrastructure for plugin options default creation
20:10.04*** join/#wowace p3lim (n=p3lim@89-151-222.200.3p.ntebredband.no)
20:10.39Fiskerbattle report 4
20:11.59Repo10status-aura-group: 03Azethoth * r42 Grid2StatusAuraGroup.lua: -- Wrangle defaults setup into options module
20:12.15Repo10status-aura-group: 03Azethoth * r43 Options/Grid2StatusAuraGroupOptions.lua: -- Wrangle defaults setup into options module
20:13.05ckknightFisker: cool
20:16.19Ingelavhaarr, it's working now after i slit my wrists some, thanks
20:20.25*** part/#wowace MrRuben5 (n=MrRuben5@85.148.20.110)
20:21.33*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
20:34.32ShefkiShadowed: FYI the absorb stuff added to the combat log is actually used, it's just not for what we thought it was at all.
20:34.37ShefkiHas nothing to do with shields.
20:34.45ShadowedYea it's used for absorbing heals themselves on jaraxxus
20:34.51ShefkiYup
20:35.48yoshimounfortunaetly
20:36.04ShefkiKinda bizzare that they added a field to the combat log to deal with this but haven't bothered to make the log represent shield mechanics that are used by some classes in every single fight.
20:36.20Ingelawhen changing a slider, on that like command, can you make it update something, like i have a cooldown bar and when i change scale i want it to update directly without having to start the bar again?
20:37.22asmodaimmm, a Druid's moonfire, did they change it at some point to have a moon at the top of the blast? I vividly remember it just being a cone shooting down, cannot remember that moon. And looking at that moon is awfully similar to the WotLK kind of art.
20:37.35Shefkiasmodai: Yes they changed it.
20:38.27asmodaiShefki: ok, thought I was going loony :)
20:38.33asmodaiit's a nice touch though
20:38.40*** join/#wowace Shadowed| (n=outlaw@98.207.200.159)
20:38.44nevcairielit also kind of explodes on the ground
20:38.46nevcairielits nice :)
20:38.57asmodainevcairiel: Oh?
20:39.02asmodaiI need to check that then
20:39.30asmodaiIt's those little changes that give me hope for the future :)
20:41.50*** join/#wowace Seerah (n=Ryan@c-76-107-191-65.hsd1.tn.comcast.net)
20:41.50*** join/#wowace kd3 (n=kd3@wikia/kaydeethree) [NETSPLIT VICTIM]
20:41.50*** join/#wowace p3lim (n=p3lim@89-151-222.200.3p.ntebredband.no) [NETSPLIT VICTIM]
20:41.50*** join/#wowace Shirik (n=mpdelbuo@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik) [NETSPLIT VICTIM]
20:41.50*** join/#wowace maqr_ (n=maqr@c-69-253-79-73.hsd1.nj.comcast.net) [NETSPLIT VICTIM]
20:41.50*** join/#wowace weab (n=weab@70.114.214.60) [NETSPLIT VICTIM]
20:41.50*** join/#wowace Caleb| (n=caleb@dsl4E5C0660.pool.t-online.hu) [NETSPLIT VICTIM]
20:41.50*** join/#wowace Lysithea (i=Lyset@c-08a972d5.017-172-73746f34.cust.bredbandsbolaget.se) [NETSPLIT VICTIM]
20:41.50*** join/#wowace Keias (n=bleh@pool-72-86-106-233.aubnin.fios.verizon.net) [NETSPLIT VICTIM]
20:41.50*** join/#wowace Ingela (n=Ingela@90-227-209-231-no92.tbcn.telia.com) [NETSPLIT VICTIM]
20:41.50*** join/#wowace pschriner (n=Miranda@xdsl-81-173-227-119.netcologne.de) [NETSPLIT VICTIM]
20:41.50*** join/#wowace elaaa (n=ela@p54B4DDFC.dip.t-dialin.net) [NETSPLIT VICTIM]
20:41.50*** join/#wowace evonder (n=evonder@adsl-71-131-178-53.dsl.sntc01.pacbell.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Jygga (n=Jygga@f053011118.adsl.alicedsl.de) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Sesshu (n=Sesshu@ip-143-19.travedsl.de) [NETSPLIT VICTIM]
20:41.51*** join/#wowace [SW]Dodge (i=dodge@variosin.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Ericpeeg (i=Ericpeeg@69.5.224.180) [NETSPLIT VICTIM]
20:41.51*** join/#wowace tlund (i=tlund@nxs.se) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Axodious (n=463@modemcable078.66-23-96.mc.videotron.ca) [NETSPLIT VICTIM]
20:41.51*** join/#wowace kapowaz (n=kapowaz@sequoia.wyredforest.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace jnwhiteh (n=jnwhiteh@WoWUIDev/WoWI/Featured/Dongle/cladhaire) [NETSPLIT VICTIM]
20:41.51*** join/#wowace dieck (n=dieck@h1057542.serverkompetenz.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace copystring (i=11794cop@o0o.o0o.o0o.o88-51-51-6o9.co.uk) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Stanzilla (n=Stan@irc.kuja.in) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Bibi (n=Bibi@unaffiliated/bibi) [NETSPLIT VICTIM]
20:41.51*** join/#wowace pentium166 (n=pentium1@d24-235-225-167.home1.cgocable.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace TecnoBrat (n=tecnobra@tecnobrat.com) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Elmoe_ (i=elmoe@c-67-160-36-129.hsd1.wa.comcast.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace tim_l (i=Timothy0@ool-44c26357.dyn.optonline.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace genetik- (i=genetik@pathetic.xq3.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace kenlyric (n=chatzill@c-71-228-10-172.hsd1.in.comcast.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Droolio (n=drool@87-194-188-170.bethere.co.uk) [NETSPLIT VICTIM]
20:41.51*** join/#wowace durcyn (n=f@WoWUIDev/Durcyn) [NETSPLIT VICTIM]
20:41.51*** join/#wowace ddollar (n=ddollar@pdpc/supporter/professional/ddollar) [NETSPLIT VICTIM]
20:41.51*** join/#wowace odt (i=odt@ns.ericsson.ee) [NETSPLIT VICTIM]
20:41.51*** join/#wowace kadrahil (n=kad@xor.pablotron.org) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Parnic (i=user@staff.xbins.org) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Aeyan (n=pancake@cpe-174-098-002-214.triad.res.rr.com) [NETSPLIT VICTIM]
20:41.51*** join/#wowace Adirelle (n=Adirelle@tok69-5-82-235-150-60.fbx.proxad.net) [NETSPLIT VICTIM]
20:41.51*** join/#wowace TNSe (n=evil@ti0042a380-1526.bb.online.no) [NETSPLIT VICTIM]
20:41.53*** join/#wowace Brybry (n=DT@ip70-180-57-42.br.br.cox.net) [NETSPLIT VICTIM]
20:41.53*** join/#wowace RLD_osx_ (n=rldempse@66-169-191-207.dhcp.ftwo.tx.charter.com) [NETSPLIT VICTIM]
20:41.53*** mode/#wowace [+vv Shirik jnwhiteh] by irc.freenode.net
20:42.31*** join/#wowace Yssaril (n=Yssaril@99-57-35-190.lightspeed.cicril.sbcglobal.net)
20:43.24*** join/#wowace maqr_ (n=maqr@c-69-253-79-73.hsd1.nj.comcast.net)
20:44.31*** join/#wowace Repo (n=supybot@repos.curseforge.net)
20:44.52asmodaiMmm, what obvious thing am I missing in a macro to:
20:44.54asmodai<PROTECTED>
20:44.58asmodai<PROTECTED>
20:45.03Repo10yssdrop: 03yssaril 07master * v1.8.5-2-g078c1d7 YssDrop.lua: [+2 commits]
20:45.07Repo078c1d7: you can now hide the tooltip by simply clicking the world frame idea provided by HunterZ
20:45.11Repoec149f0: removed the onhover option and removed any trailing spaces
20:45.47asmodaiFunnily enough, the reverse works
20:46.15vhaarrthat's not funny at all, the macro simply stops execution when it hits a valid /cast line, I think?
20:46.17Ingelawhen changing a slider, on that like command, can you make it update something, like i have a cooldown bar and when i change scale i want it to update directly without having to start the bar again?
20:46.17Ingela<Ingela> now for my scale to change i need to start the bar again
20:46.36vhaarrIngela: yes
20:47.05Ingelai think you can guess this question but anyways: how? :D
20:48.03asmodaivhaarr: mmm
20:50.16*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
20:52.33asmodaivhaarr: I wonder why it works on my shaman with Storm Strike though.
20:54.57Pneumatusstormstrike starts melee attacks anyway
20:55.00Pneumatusyou dont need to macro it
20:56.52asmodaiErm, last time I tried, it didn't.
20:57.06*** join/#wowace Odlaw (i=Unknown@c-98-245-39-78.hsd1.co.comcast.net)
20:57.10asmodaiUnless 3.2.2 changed something.
20:57.31Pneumatusevery classes melee specials start autoattack as far as i've ever seen
20:58.06asmodaiNot for Stormstrike at least. When my character was transferred from another realm a few weeks ago, I lost all my macros.
20:58.22asmodaiWe did an instance where I used normal Stormstrike and it didn't trigger auto attack
20:58.54Pneumatuscant check as my shaman is mental atm :<
20:58.58asmodai:(
20:59.25asmodaiGive me a few and I'll check.
21:15.16*** join/#wowace Shirik (n=mpdelbuo@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
21:15.16*** mode/#wowace [+v Shirik] by ChanServ
21:17.08*** join/#wowace kd3 (n=kd3@wikia/kaydeethree)
21:23.03*** join/#wowace Lisimba (n=Lisimba@s55915088.adsl.wanadoo.nl)
21:23.27*** join/#wowace Daduke1 (i=Daduke1@S010600044b02cdcb.ed.shawcable.net)
21:23.41Daduke1hey there
21:24.23Daduke1Question regarding a mod, would it be easy to create a mod the estimates when you'll hvae the most self procs on yourself?
21:24.57Pneumatusthere are a few addons already that track internal cooldowns
21:25.07Pneumatusif that's what you mean, in a round-about way
21:25.21Repo10big-wigs: 03Ammo * r6383 Options/Options.lua: fix name header for zone menus
21:25.58Daduke1so they track and estimate when the procs will come up then?
21:26.24Daduke1I'm just thinking as a Deathknight that i have to track 5 different buffs in order to maximize my special
21:26.52Daduke1@pnemuatus- would a mod like that be somewhat benefical?
21:27.02Daduke1for what i am trying to attempt
21:27.14Pneumatusi don't see how you could ever estimate when it's gonna proc again
21:27.29Pneumatusgenerally icd procs happen pretty much as soon as they come off cd
21:27.57Pneumatusunless you just mean tell you when the icd ends and it's ready to proc again
21:28.04Pneumatusin which case, mods do that
21:28.05Daduke1nod, i guess that I'm looking for an easy way to know when I have the most buffs come up
21:28.35Daduke1I hate having to stare at buff list during a raid to see if I have all my self procs up
21:28.43asmodaiPneumatus: rephrase: yes, you are right, if it procs (Stormstrike) it will auto-attack, however, if it is still on cooldown, you'll only get the "it's not ready" warning. So this way, with the macro, regardless of whether it's ready, I'll always attack.
21:28.49Daduke1I've limited it down to a small menu but still is annoying heh
21:28.52PneumatusForteExorcist does it, but that's probably far more than you need
21:29.21Pneumatusasmodai: aha, so if you're mashing SS on a new mob it wont autoattack till you land the first ss
21:29.35Pneumatussame happens with all melee i think
21:29.38Daduke1you want a macro that autoattacks when you press SS?
21:29.54Pneumatusno, he has one, i questioned why it was needed :)
21:30.14Daduke1its annoying as a shammey to sometimes start attacking ;/ i remember that from sunwell
21:30.53asmodaiPneumatus: Yeah, since in the heat of battle and with lag, you don't always catch it at the right time. At least with this I start the attack, possible windfury proc and so on.
21:30.54Pneumatusi never noticed it on warrior or paladin, and just ignore it on rogue as i get my first SS pretty quick regardless
21:31.18Daduke1but yeah i guess what I'm looking for is something that checks to see if all 5 self buffs are up and then informs me that I should use my special
21:31.32asmodaiDaduke1: self buffs? Maelstrom you mean?
21:31.42Daduke1nah, deathknight
21:31.45asmodaiah
21:32.00Daduke1t9, fallen, greatness, deaths, sigil procs
21:32.04PneumatusDK, so im assuming hysteria
21:32.09Daduke1nope
21:32.15Daduke1hysteria is easy to use
21:32.34Pneumatusyeh, /cast [target=kittydruid] Hysteria :)
21:32.54Daduke1but the 5 I listed up above should be up if I pop gargolye, if i'm missing one my goly hits for noticably less
21:33.39Pneumatusyou could just use TellMeWhen and set up icons for each
21:33.53Pneumatusand when all 5 icons are up, pop 'yer shit
21:34.26Daduke1yeah, thats another thing I have to look at mid raid, and i'm trying to limit the number of times I have to monitor something
21:34.46Daduke1if power auras could be made to only show an icon when certain buffs are up that would be just as good
21:34.57Daduke1but powa only tracks buffs one at a time
21:35.49Daduke1if goly is off cooldown, all 5 buffs are up, make a big icon or message or sound and tell you to use your speical
21:36.19Daduke1if you can script that with powa i'll do it in a heart beat
21:36.21Pneumatusyou could probably do something funky in MSBT to splash a message
21:36.29Pneumatusthat handles multiple critera
21:36.52Daduke1i have that, used to use sct, so i'm rather new to msbt
21:37.28Pneumatusadd a new trigger and add a bunch of aura application events with the auras you want
21:37.31Pneumatusetc
21:37.39Pneumatusyou'll need to mess about but it SHOULD be possible
21:37.51Daduke1hmmm
21:38.05Daduke1wondering if msbt is bugged, but i can't seem to see a way to add a trigger
21:38.21Pneumatus/msbt -> Triggers -> Add New Trigger
21:38.29Pneumatusbutton is at the top of the right pane
21:38.36Daduke1yeah its probably bugged then
21:38.58Daduke1i have a blank menu, and then all the triggers listed under it
21:39.08Daduke1blank window screen above the triggers
21:46.40*** join/#wowace SlikerHawk (n=SlikerHa@5ac45490.bb.sky.com)
21:50.02asmodaidarn, was a druid's wrath always this mana efficient? I can remember being oom at lower levels often, but now... :|
21:53.04Repo10smooth-quest: 03Ammo * r86 SmoothQuest.lua: hardening
21:53.44nevcairielhardening?
21:53.49nevcairielsecurity issues?
21:53.49nevcairiel:P
21:56.03[Ammo]naah, more like zomg nil indexing issues
21:57.31*** join/#wowace isman (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
21:59.05*** join/#wowace Athrun-- (n=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
21:59.41*** join/#wowace Wasqer (n=dignat@c83-251-49-120.bredband.comhem.se)
22:00.07WasqerAnyone good with the combat log events?
22:00.15vhaarr~asktoask
22:00.16purlThis is IRC. Don't ask to ask a question. Just ask your question and if someone's around, they'll be glad to help.
22:00.32WasqerAlright purl, here goes
22:00.42vhaarr~ping
22:00.43purl~pong
22:00.49nevcairiel~botsnack
22:00.49purl:), nevcairiel
22:01.04WasqerI'm thinking about writing an addon for the Twin Valkyrs, that shows the progress on burning down the shield
22:01.14WasqerSo we are talking about full absorbs, from spells, melee etc
22:01.29WasqerWill I need to catch anything but _MISS with the type absorb?
22:01.40vhaarrI don't see why you would.
22:01.51vhaarra miss is a miss, it doesn't do any damage
22:02.07vhaarroh
22:02.17vhaarralright, I didn't know that's how they implemented absorption
22:02.21WasqerI need to cummulate the absorb amount
22:02.38vhaarrthen hopefully someone else knows, because I don't
22:02.38WasqerI didn't know either, but absorb is a type for the events _MISS
22:02.57Pneumatustried checking out a combatlog of the encounter to see what's in there?
22:02.58WasqerIt's also a variable in the regular dmg event, but I'm guessing that's for partial absorbs
22:03.29WasqerNo Pneumatus I have only browsed the wowwiki page for combat log events so far
22:08.54Pneumatuswould probably be easiest to just look through a log and figure out what you need to watch for
22:08.55asmodainevcairiel: ah yes, I see what you mean now wrt Moonfire. It really does an impact at the ground level now. Definitely looks way nicer.
22:09.19nevcairielI'm a druid, i would know :P
22:09.28nevcairielwell, i was, anyway
22:10.27asmodaiAny other changes? :)
22:11.27nevcairieli dunno, i lost my sense of time
22:12.17asmodaihehe
22:12.46nevcairielplus i didnt play for half a year, other information replaced those ,)
22:12.46WasqerPneumatus followed your advice and there are alot of misses of the type Absorbed, think that will do the trick :)
22:13.17*** join/#wowace ddollar (n=ddollar@pdpc/supporter/professional/ddollar)
22:13.24Pneumatusive got logs if you want more to check, im just too lazy to grep through gigs of logs myself :P
22:13.30asmodaiThink it was also with Warlocks at some point, their drain life or shadow bolt started sporting a skull or something in it at some point
22:17.31*** join/#wowace asq (n=asq@unaffiliated/asq)
22:18.02*** join/#wowace TreadMark (n=trademar@121-72-204-32.dsl.telstraclear.net)
22:20.11*** join/#wowace Shirik (n=mpdelbuo@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
22:20.11*** mode/#wowace [+v Shirik] by ChanServ
22:23.03Repo10big-wigs: 03Rabbit * r6384 Extras/Tips.lua: Implement /sendtip.
22:26.32*** join/#wowace p3lim (n=p3lim@89.151.222.200)
22:40.30Repo10big-wigs: 03Rabbit * r6385 Extras/Tips.lua:
22:40.33RepoRemove the random label on the close button, it just distracts from the real content.
22:41.36HjalteTips?
22:41.52vhaarrsshhh, it's a secret
22:42.08Fiskerslaps Hjalte around a bit with a large trout
22:42.15HjalteOkay, I promise I won't tell.
22:42.28Fisker~botslap
22:42.29purlHey what was that for, fisker?
22:42.33Fiskergtfo purl
22:42.55HjalteFisker: Even Purl doesn't like you :D
22:43.03Olison~lart Fisker
22:43.03purlsqueezes Fisker till Fisker turns blue like papa smurf
22:43.10Olisonthere you have it
22:43.42Fiskerpurl, gtfo
22:43.43purlSorry sir, I won't bother you anymore.
22:43.46Fisker^^
22:43.57Olisonhaha :D
22:48.06Fiskershoves a shovel up Olison's shovelholster
22:48.22Olisonshovelholster, I like that!
22:50.26*** join/#wowace asq (n=asq@unaffiliated/asq)
22:50.57Fiskeryou better
22:56.27*** join/#wowace profalbert (n=profalbe@188-23-37-143.adsl.highway.telekom.at)
22:56.31Olisonsuddenly I'm not so sure if I really do!
22:56.57Fisker:(
23:02.41Ingelaany tutorial or something how to implement sharedmedia to your addon?
23:02.48Ingelaor checking other addons only solution?
23:05.22Ingelalol, it was on libsharedmedia not sharedmedia, look first Ingela, THEN ASK
23:05.22Ingelagg
23:07.32profalbertIngela: http://www.wowace.com/addons/libsharedmedia-3-0/pages/api-documentation/
23:13.01sztanpetvhaarr bigwigs's /tip conflicts with tiptac
23:13.10sztanpetwhat is this tip functionality anyway
23:22.52Ingelahmm, there is an adddon that is inactive and you can't evne download it on wowace with "my" name, tell someone or rename addon?
23:28.11asmodainevcairiel: http://www.youtube.com/watch?v=8zuH8srcwE0&fmt=18
23:32.40sb|workmeh...
23:32.53asmodaihttp://www.youtube.com/watch?v=Cz3HaGzIg34&NR=1&fmt=18
23:32.53sb|workdedicated insanity restriction of val'anyr sucks imo
23:32.55asmodaihehehe
23:33.24Repo10collectinator: 03Ackis 07master * Alpha2-50-g2e6d9c0 DB/MountDatabase.lua: [+1 commit] Test commit.
23:34.38Repo10collectinator: 03Ackis 07master * Alpha2-51-gc5034fe DB/MountDatabase.lua: [+1 commit] Update mount db, see if the retarded commit scripts will let this through now.
23:39.21Ingelagah so how do i even upload my addon? does it need to be accepted first maybe
23:48.46AdirelleWTB something that prevent Rythmbox to remember per-track volume setting
23:59.12*** join/#wowace Shirik (n=mpdelbuo@WoWUIDev/WoWIStaff/Norganna/StatisticalEngineer/Shirik)
23:59.12*** mode/#wowace [+v Shirik] by ChanServ

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