IRC log for #wowace on 20071229

00:00.05Xinhuando you consider big config menus a HUD?
00:00.11Kivinnono
00:00.19KivinIn gatherer, I can have it paint the nodes on my 3D world
00:00.33KivinRather than the map
00:00.42Xinhuanalright cart doesn't do that
00:00.44KivinAnd it has a red streak that shows where i've been over the last 10 minutes
00:00.51Xinhuanbut _Routes > HUD
00:01.00Kivin*Shrug* each to their own
00:01.12Xinhuanhttp://home2.pacific.net.sg/~xinhuan/wow/temp.jpg screenshot of _Routes in action
00:01.44dylanmXinhuan I think you like taking screenshots just to show off the ballin' gold count
00:02.04Xinhuanactually i have more gold 2 days ago than i do now
00:02.05CIA-803kivin * r57614 10KivinConsoleXP/consoleXP.lua: KivinConsoleXP: Text colours now properly displayed on XP/Hr line.
00:02.12Xinhuani purchased a Darkmoon Blessings deck
00:02.15Osstia|homehahaha
00:02.20KivinCIA-8: Only took you 2 hours
00:02.33Osstia|homethat arrow is goofy
00:02.45Xinhuanthat arrow is off by default ;p
00:02.51Xinhuanit takes effort to turn it on
00:02.57Osstia|homehaha
00:03.03Osstia|homeI heard you talking about it this morning
00:03.39dylanmEveryone loves crazy taxi right
00:03.52Xinhuani would be fairly interested in porting _Routes to mapster if ammo ever starts writing _herb and other modules for that one
00:12.11*** part/#wowace emagdnim (n=mindgame@217.54.100.97.cfl.res.rr.com)
00:14.15*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
00:20.50*** join/#wowace aestil (n=holycall@cpe-72-129-96-142.socal.res.rr.com)
00:21.41aestili was all set to go see jon brion at largo this coming year, and it looks like he doesn't do that show anymore?
00:21.43aestilWTF
00:22.14aestillies, he's on the schedule!
00:24.27*** join/#wowace Varazir (n=zedde@h-91-126-52-45.wholesale.rp80.se)
00:24.33NightHawkTheSanedammit aestil, stop pinging me
00:24.51aestilbut when can we has teh sex?  you promised.
00:25.20NightHawkTheSaneum. later.
00:26.20buuXinhuan: How much did you pay for the deck?
00:26.30Xinhuan1370g
00:26.46buuHrmph.
00:28.10Xinhuanhmm i need an lua bot
00:29.10*** join/#wowace Pernicius (n=chatzill@78.52.129.103)
00:30.20*** join/#wowace spode- (n=spode@85.134.127.203)
00:30.21buuI has one.
00:30.25buuIn my pocket.
00:30.31buuIf you know what I mean.
00:31.18NightHawkTheSanei have your mom in my pocket
00:31.58Perniciusi have a problem with AceDB-2.0 ... if the SavedVariables file does not exist and i do an /rl some data is save ... but after the next /rl no change is save ... any hint what my mistake is?
00:34.11Xinhuanso i got a bit bored and decided to study ace3's serializer code
00:34.26Xinhuanand noted that it will break on trying to serialize the number 1/0
00:34.49Xinhuanand other NaNs
00:38.00Shadowedalright i'm bored
00:38.24Shadowedsomeone come up with a name for a buff/debuff/cast tracking mod!
00:38.59XinhuanAfflicted
00:39.16Shadowedperfect
00:41.11Shadowedbah
00:41.18Shadowednow i have to make a graphical timer library
00:41.19Shadowedwhee
00:41.51chiperI still have yet to find a totem timer mod that I like
00:42.03ShadowedEh? whats wrong with them
00:42.16chiperdont like the UI of any the ones I've seen
00:42.52chiperwish Ketharis would expand KHT to other classes.  I love KHT
00:42.56KivinI agree chiper; I have yet to find a totem timer mod i like
00:47.34XinhuanShadowed, like candybar?
00:47.54ShadowedLike CandyBar, but a bit simpler and not requiring 3 additional libraries
00:48.49Xinhuanwhat libraries does candybar use?
00:49.01ShadowedAceOO-2.0, AceLibrary-2.0 and PaintChips
00:49.46Xinhuansounds decent
00:50.11ShadowedIf they were Ace3 and not Ace2, sure
00:50.12NightHawkTheSanechiper: you don't like GotWood? it's fairly simplistic.. *shrug*
00:50.44Shadowedbut, given I'm already using Ace3 it's a bit silly to be including AceOO and AceLibrary from 2.0
00:51.20Xinhuanall these old libraries that use ace should eventually get libstubbed
00:51.31ShadowedTechnically, CandyBar uses LibStub
00:51.37Xinhuanaceoo no longer exists in ace3
00:51.48Shadowedthe latest versions of AceLibrary-2.0 are basically a giant wrapper around LibStub
00:52.07Xinhuanwell it has a dependency on ace libraries which are libstubbed
00:52.10Xinhuanthat's a bit different
00:52.17Shadowedyea
00:52.54ShadowedYou can still interact with CandyBar through LibStub directly instead of going through AL thought, thats what I did with SSAF to communicate with AceComm instead of going through AL
00:55.39Arrowmasterif CandyBar does use AceOO then it sounds like maybe we need an Ace3 or framework independant version
00:56.04Shadowedhence why, I'm going to make one!
00:57.09ShadowedJust have to work out the basic API's
01:00.06Perniciuswhy does my addon not save any change in the acedb ... only the first time if the savedvariables file doesnt exist *grrr*
01:00.16*** join/#wowace kenlyric (n=chatzill@c-68-54-218-192.hsd1.in.comcast.net)
01:05.13PerniciusAoACore:RegisterDB("AoADB", "AoADBPC")
01:05.15PerniciusAoACore:RegisterDefaults("profile", { pos = 200 })
01:05.16Pernicius....
01:05.18Perniciusself.db.profile.pos = value
01:05.19Perniciuswhat is missing?
01:05.57Xinhuanself.db.profile.pos is only valid after :OnInitialize()
01:06.16Xinhuanor is it OnEnable()
01:06.20Xinhuanone of them
01:06.22Xinhuancan't remember which
01:06.23KivinOnEnable if it's anything like Rock
01:06.28KivinOh wait...
01:06.41KivinRegisterDB has to be before OnInitialize and self.db.profile is valid @ OnInitialize
01:07.16Perniciushmm checking...
01:08.22Perniciusafter or within InInitialize?
01:08.27Xinhuanboth
01:08.33Xinhuanbut not before
01:08.43Perniciusi have it so
01:09.53kenlyricshould I expect an unexpected symbol?
01:15.01Xinhuanhttp://forums.worldofwarcraft.com/thread.html?topicId=3686810939&sid=1
01:15.06Xinhuanwas i too harsh on that guy?
01:15.21kenlyricoddd.
01:15.41kenlyrichalf of my SVs are blank, but still the same bytesize.
01:16.00kenlyricmust have disconnected my usb drive too fast.
01:18.03kenlyricXinhuan: no.
01:21.41Gnarfozkenlyric: 'safely remove hardware'?
01:21.53kenlyricGnarfoz: yeah yeah.
01:22.21Gnarfozif you don't use it, you ignore write-caching etc yadda yadda => result: broken files :p
01:22.47*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
01:23.33XuerianXinhuan: It was a nice roast.
01:24.32kenlyricGnarfoz: yeah yeay. I was in a rush. Windows had to pick today be all slow with the writing.
01:25.22kenlyricsaved by remote desktop.
01:25.27*** join/#wowace yssaril_ (n=chatzill@adsl-76-238-2-161.dsl.emhril.sbcglobal.net)
01:25.41*** join/#wowace pprovost (n=pprovost@WoWUIDev/WAU/Admin/Pprovost)
01:25.41*** mode/#wowace [+v pprovost] by ChanServ
01:25.45Gnarfozerr writing speed is likely dependant on your usb drive, rather than windows (in case of clicking that tray icon). in case of not clicking, well, we've been there now ^^
01:26.29Perniciusi dont understand it ... acedb uses the vale in the saved file correctly ... but it dont update the file on /rl ... i have modified the file in the editor (after logout) ... i dont know what is wrong :(
01:27.16Gnarfozyou registered the correct variable (-> the name of the acedb you chose) for saving by putting it in the .toc on the SavedVariables line?
01:27.30Perniciusyes
01:28.27Perniciusat the first /rl (when the saved files do not exist) the files are corectly created ... but not updated after the next /rl
01:28.59GnarfozXinhuan: that wasn't even flame-ish, I'd say. pretty civil. ;)
01:29.45Xinhuanif you modified the .toc
01:29.52Xinhuanyou need to restart wow completely from desktop
01:29.58Perniciusi know
01:29.59Xinhuanthe toc is only read ONCE per wow startup
01:30.20ShadowedXinhuan, not exactly
01:30.33Shadowedyou can actually load new files in through the TOC if they existed on start up
01:30.54Xinhuanthat's about the only case
01:30.59Shadowedthats not "read only once" =p
01:31.11Xinhuanif he added say a ##savedvariables field or changed the variables on it
01:31.15Xinhuanit wouldn't be recognized
01:31.17Shadowedyea
01:31.32Xinhuanand i still assert that the toc is only read once
01:31.45Gnarfozboth statements can't be true
01:31.47ShadowedWell, it has to be read multiple times if you're able to load new files in.
01:32.09ArrowmasterPernicius: are you trying to add the default value to your saved var?
01:32.11Gnarfozperhaps certain parts are ignored, but... why the hell would they do it that way oO
01:32.14Xinhuani think you are referring to the case where you added files to somewhere else like embeds.xml?
01:32.18ShadowedNo
01:32.19ShadowedAs in
01:32.47Xinhuanmaybe only the non- ## prefixed lines are read on reload Ui then
01:33.06Xinhuanand the ## prefixed ones are only read on wow startup
01:33.09ShadowedIf I log into WoW with the addon Bar/ and the file Bar/Foo.lua and Bar.toc but Bar.toc makes no references to Foo.lua, I can add Foo.lua to the end of Bar.toc and do a reloadui and it'll load the Foo.lua
01:33.13Perniciusthe savedvariables files are created on the fist /rl fine (if they doesnt exist befor) with correct values ... but when i change a value (like self.db.profile.xyz = 1) the files are not updated
01:33.35ShadowedIf, Bar/Foo.lua didn't exist when I opened WoW then it wouldn't work
01:33.38Xinhuanpernicius, perhaps you should pastey that code
01:33.58Xinhuanyou probably modified the variable before VARIABLES_LOADED
01:34.01*** join/#wowace chexsum (n=chexsum@CPE-124-187-84-82.qld.bigpond.net.au)
01:34.13Xinhuanso the loaded values from SV overwrites your modification later
01:34.15Perniciusno ... after
01:34.26Xinhuanpastey both your TOC and code then
01:34.31Pernicius.toc:
01:34.34Perniciusups
01:34.39Arrowmasteris self.db.profile.xyz in your defaults?
01:35.02Perniciusyes
01:36.31CIA-803dfscott * r57618 10AzuarcLevelGuide/ (ALGChap_23.lua ALGChap_24.lua):
01:36.31CIA-8AzuarcLevelGuide:
01:36.31CIA-8- Check-in of temp (inactive) post-Act 22 guides
01:36.52*** join/#wowace kneeki (n=chatzill@c-67-185-223-220.hsd1.mi.comcast.net)
01:36.53CIA-803anxarces * r57619 10ProfessionsBook/ (PB_Main.lua PB_Scan.lua ProfessionsBook.toc README.txt):
01:36.53CIA-8ProfessionsBook:
01:36.53CIA-8-Fixes to minimize freezes of WoW after the cache of WoW has been cleared (e.g. after a new WoW-Patch, etc.)
01:36.59kneekiHey all
01:37.25Pernicius.toc
01:37.27Pernicius## SavedVariables: AoADB
01:37.28Pernicius## SavedVariablesPerCharacter: AoADBPC
01:37.30Pernicius.lua
01:37.31PerniciusAoACore = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceEvent-2.0", "AceDB-2.0")
01:37.33PerniciusAoACore:RegisterDB("AoADB", "AoADBPC")
01:37.34PerniciusAoACore:RegisterDefaults("profile", { pos = 20 })
01:37.36Pernicius...at some frame event...
01:37.37Perniciusself.db.profile.pos = v;
01:37.39Perniciusthts the full code
01:38.01Xinhuanwhat is that frame event
01:38.32PerniciusOnUpdate
01:38.39Xinhuanhow do you know it ran
01:39.01Perniciusits for dragging a button around the minimap
01:39.22Xinhuanas far as i know, onupdate isn't necessary for onupdates
01:39.28Xinhuani mean for dragging items
01:40.21Xinhuancan't really help you if you don't pastey the FULL code
01:40.32Arrowmasteruse ace.pastey.net
01:41.44Xinhuanalso, note that when you use OnUpdate or various other frame scripts that is attached to FRAMES rather than your addon object
01:41.44Xinhuan"self" refers to that frame
01:41.44Xinhuanand not to your addon object
01:41.44Xinhuanits a common mistake
01:41.44Perniciusi have testet it with self and AoACore
01:41.44Xinhuanbut one you won't make after 1 or 2 times
01:42.24*** join/#wowace Tuller (n=chatzill@c-76-27-166-119.hsd1.va.comcast.net)
01:44.41Perniciusif i had an svn account i can upload the code to show ... but i haven't :(
01:44.44Xinhuanas we have mentioned several times, unless you pastey that full code, the info provided is insufficient
01:44.56Xinhuanhttp://ace.pastey.net
01:45.03Xinhuanyou just cut and paste your text in there
01:45.04Xinhuanhit SUBMIT
01:45.07Xinhuanand link the url
01:45.14Perniciusah k
01:45.38GnarfozI think ~pastey about 20mins back would have saved us lots of questions ^^
01:45.43Xinhuanexactly
01:45.48Gnarfoz~pastey
01:45.53purl[pastey] the place we like to have errors, diffs, and any large chunks of text sent. Look at the topic of the channel you're in to see if they have a specific pastey.net they like to use, otherwise, you can use whatever you want -- yournick.pastey.net, flood.pastey.net, or just pastey.net. Go to one of these URLs, insert the text, press the 'Paste' button, and ...
01:45.55Gnarfozjust for completeness's sake
01:46.24Arrowmasterwowwiki needs a better frame script handler reference
01:46.31Arrowmasteri dont think it even has one
01:46.58Arrowmasternvm
01:47.28Gnarfozhm your 'nvm' came too fast for me to reply 'make one, then' ;p
01:47.35Arrowmasteri found it
01:47.54Arrowmasterbut one of the pages had a very useless link that im about to update
01:47.57Gnarfozhmm almost 3am, better get some sleep, moving sucks. :P
01:48.20CIA-803siz * r57620 10AtlasLoot_SetsandPvP/GeneralPvP.en.lua:
01:48.20CIA-8AtlasLoot_SetsandPvP:
01:48.20CIA-8- Correct the table entry for Vindicator's Leather Boots
01:49.30Perniciusfiles:
01:49.32Perniciushttp://ace.pastey.net/79715
01:49.33Perniciushttp://ace.pastey.net/79716
01:49.35Perniciusi have highlighted the relevant lines
01:50.28Perniciusthere is many commented out because of testing where my mistake is
01:51.39kneeki[SW]Dodge, any bugs yet?
01:52.16Xinhuanso this is 2 separate files?
01:52.22Perniciusyes
01:52.25Xinhuanand the first file is loaded before the 2nd?
01:52.39Perniciusyes
01:54.31Xinhuanline 64 is your error
01:54.59Perniciusself:MMButtonBeingDragged() ?
01:55.04Xinhuanyes
01:55.08Xinhuanself is undefined.
01:55.21Perniciushmm
01:55.23Arrowmasterare you sure?
01:55.34Xinhuanfairly sure
01:55.52Perniciuschecking...
01:56.29Xinhuanin fact, looking at line 24
01:56.30Arrowmasteradd a DEFAULT_CHAT_FRAME:AddMessage("self = "..tostring(self)") there
01:56.37Xinhuani don't even know what "self" is referring to
01:56.41Xinhuanprobably some errant global
01:57.02Arrowmasterself is AoACore
01:57.05Xinhuanoh wait, its defined
01:57.06Xinhuanhmm
01:57.09Arrowmasterthe tabing is fucked up in the pastey
01:57.19Xinhuanhe didn't set Lua as the language type
01:57.22Xinhuanso its hard to see
01:57.50*** join/#wowace Lukian (n=wizard@203.171.70.21)
01:58.00Arrowmasterbah pastey is broke
01:58.04HjalteHmm. What are the hotfixes that are being applied tonight?
01:58.07Arrowmasterit wont let me change the language
02:00.03Kalrothhotfixes?
02:00.31Perniciuswith lua as lang
02:00.33Perniciushttp://ace.pastey.net/79718
02:00.34Perniciushttp://ace.pastey.net/79717
02:00.58*** join/#wowace Shadow00Caster (n=Shadow00@ip68-101-224-251.sd.sd.cox.net)
02:01.48Perniciusi change the db val in the 2nd file @line 219
02:02.20vhaarrTuller: How about you say something in your own "Opening up Tullamods" thread before it turns into another to-ace-or-not-to-ace discussion, please?
02:03.03HjalteKalroth: Yeah, on EU servers.
02:03.22XinhuanPernicius, i am fairly sure the savedvariables aren't loaded until :OnEnable()
02:03.49Xinhuanmove your self:MMButtonInit() from OnInitialize() to OnEnable()
02:04.34Tullervhaarr: I'm thinking of still sticking with the google code approach for now at least
02:04.37XinhuanADDON_LOADED event fires when the addon has completed loading, but before savedvars are loaded, later when all addons are loaded, VARIABLES_LOADED event is then thrown after all addons are loaded
02:04.39Arrowmasterif you do that wrap it in an, if first then self:MMButtonInit() end
02:04.47Tullervhaarr: if only because I don't want users downloading off of the wowace trunk
02:04.49Hjaltekneeki: When I try and seduce something with EasyPet, my succubus tries to go invisible.
02:05.05vhaarrTuller: then say so in the forum thread and stop it before it gets out of hand
02:05.08Xinhuanthen the PLAYER_LOGIN even fires, and ace2 runs OnEnable()
02:05.13*** join/#wowace Keias (i=Keias@c-69-245-192-208.hsd1.in.comcast.net)
02:05.21KalrothHjalte: I only see the rolling restarts: http://forums.wow-europe.com/thread.html?topicId=2111543981&sid=1
02:05.41Xinhuanif the addon is Load On Demand, then there will be no VARIABLES_LOADED or PLAYER_LOGIN event, and ADDON_LOADED will be valid for savedvars loaded
02:05.54HjalteKalroth: Do they usually do rolling restarts on a friday?
02:06.02Hjalte(no)
02:06.07Kalrothnope, it was because they didn't do it wednesday
02:06.33HjalteHmmm... Let me log out and check again, bah.
02:06.59vhaarrTuller: if you decide to move bagnon and/or omnicc, I'd most likely be interested in maintaining those as long as I could, but I won't do it on gcode
02:07.02Kalrothoh, it does say hotfixes
02:07.05Kalrothon the login screen
02:07.11vhaarrTuller: I've maintained bigwigs as a release addon on wowace for ages, and it works fine
02:07.16HjalteKalroth: Exactly :)
02:07.21KalrothOdd
02:07.38Xinhuantuller, if any of your addons overlap or interferes with mine, i'll be happy to help ;d
02:08.18XinhuanPernicius: http://www.wowwiki.com/Events_that_fire_during_the_Loading_Process
02:08.31Perniciusstill doestn work ... when i logout wow ... change the val manualy in the savedvariables file ... login the new value is taken ... so its initialize correct ... but my files are not updated (after i change the value of self.db... ingame) on an relog
02:08.57Xinhuanguess i was wrong
02:09.00Perniciusi know the order of fired events ... but this is my first ace addon i try
02:09.24Xinhuanok so the problem here is that when you drag the button
02:09.30Xinhuanself.db.profile.pos isn't saving right?
02:09.36Perniciusright
02:10.30Perniciussry if i shows up like a noob ... but i have tried for ours :(
02:10.37*** join/#wowace Unrealii (i=Next96@121.129.140.7)
02:10.43Perniciusand my english is bad
02:11.19Tullerso my friend is trying to convince me that apple just purchased sega
02:11.52ShadowedAnd, for anyone interested. http://shadowed.pastey.net/79719 <-- likely the arguments that'll be used for my GraphicTimerBar lib
02:12.34Xinhuani didn't really see anything wrong with that code
02:12.57Xinhuancan you add a ChatFrame1:AddMessage(v) in your AoACore:MMButtonSetPosition(v) function?
02:13.03Xinhuanso that we know what value v is
02:13.30Perniciusthe value is correct set there ... i have done this already
02:13.47*** join/#wowace Tuller (n=chatzill@c-76-27-166-119.hsd1.va.comcast.net)
02:13.53*** join/#wowace fridg (n=Fridgid@24.96.171.111)
02:14.48Perniciusfunction AoACore:MMButtonSetPosition(v)
02:14.49Pernicius--self.db.char.MMButton.Position = v;
02:14.51Perniciusself.db.profile.pos = v;
02:14.52Pernicius--AoADBPC.Position = v;
02:14.54Perniciusself:Print(self.db.profile.pos)
02:14.55PerniciusAoACore:MMButtonUpdatePosition()
02:14.57Perniciusend
02:15.21chiperNightHawkTheSane: the screenshots I've seen of gotwood didnt impress me.  I'd just like a nice simple stacked bunch of progress bars
02:16.21Xinhuanmy head hurts
02:16.38chiperI was really dissapointed that NaturECB didnt support totems
02:16.49Perniciusmy too ... thats why im asking here
02:17.34NeoTronwhat are you looking for exactly?
02:17.57chiperNeoTron: you talking to me or Pernicius ?
02:18.02NeoTronyes
02:18.06Tullervhaarr: the main issue i have with sticking things on the ace svn is users download directly from it
02:18.47vhaarrTuller: yeah that has never been a problem for me
02:18.57vhaarrobviously, since I'm still here
02:19.20Gngskmost users don't dl from branches though, you could do that
02:19.44ShadowedTotems require a lot more specific support then NaturECB so thats not that surprising
02:19.51Shadoweder, then casts
02:19.53NeoTronTuller: yeah just develop in a "develop" branch and merge to the trunk when you release
02:19.56Perniciusxinhuan: thx for help ... i think i'll do it the old way not using acedb :(
02:20.10Xinhuanwhat if you don't name it "pos" ;p
02:20.12NeoTronI used http://files.wowace.com/Yata/Yata.zip for my shammy if it's totem timers you're looking for
02:20.17NightHawkTheSanechiper: how is that not what gotwood does? o_0
02:20.37chipernight: the screenshots I've seen look more like buff icons
02:20.44chiperwith timers underneith
02:20.47ShadowedNightHawkTheSane, you mean, how is it thats not what the other 5 totem addons do as well
02:20.55Perniciusi have tried so many variants ... but in no way it updates the files
02:21.18Xinhuani admit i'm stumped
02:21.37Xinhuanmaybe it will work tomorrow
02:22.04Perniciushehe ... some sleep will do wonders ;)
02:22.09chiperok, take a look at this  http://gallery.chipersoft.com/v/WoW/WoWScrnShot_082607_195111.jpg.html?g2_imageViewsIndex=1
02:22.15chipersee the progress bars in the lower right?
02:22.19chiperI want that, but for totems
02:23.19NeoTronchiper: did you try yata?
02:23.19chiperI've seen some addons that were close, but they all has some element that kept me from using them
02:23.32Xinhuanyour file/folder isn't write-protected by any chance? ;d
02:23.35chiperI dont know, got a screenshot of it?
02:23.38NeoTronnope
02:23.56chiperI think I remember looking at it, let me google
02:23.57Perniciushehe .. no
02:24.52chiperyata does have the timer look I'd like, but I dont need a totembar
02:25.26Xinhuani can only suggest to try using a different name other than pos
02:25.38Xinhuanotherwise there may be a bug in ace2
02:25.49chiperI'll check yata out tonight and see if the bar can be disabled
02:26.23chiperI should probably break open KHT and see how hard it would be to add extra stuff to it
02:26.38Perniciusxinhuan: if you want to see the full code ... http://pernicius.net/aoa.zip
02:26.44*** join/#wowace Recluse (n=recluseD@adsl-71-145-148-130.dsl.austtx.sbcglobal.net)
02:27.26*** join/#wowace Shirik (n=d8fdfaa2@conspiracy/developer/Shirik)
02:27.26*** mode/#wowace [+v Shirik] by ChanServ
02:27.51Xinhuanheh, i'll try installing it
02:27.57Pernicius:)
02:28.17Perniciusbig thx for your spent time
02:30.00CIA-803slake333 * r57621 10Scrub/ (5 files in 2 dirs): (log message trimmed)
02:30.00CIA-8Scrub: 1.1.3
02:30.00CIA-8- MAGE: Pyroblast check removed
02:30.00CIA-8- MAGE: Blastwave check removed
02:30.00CIA-8- ROGUE: Aggression check restricted to non-Hemorrhage specs
02:30.01CIA-8- WARRIOR: Cruelty check restricted to non-Protection specs
02:30.03CIA-8- WARRIOR: Added yellow check for lacking Improved Heroic Strike as Protection
02:30.49Lukianwhich hud is that on chiper's linked screenshot?
02:31.03Killmoreanyone know if slake333 is on the channel ?
02:31.07Killmoremaybe on another nick ?
02:31.12XinhuanPernicius, i have to report that the variable saves perfectly across reloadUIs and that there is nothing wrong with your addon
02:31.17Xinhuanat least, on my wow
02:31.25Perniciushmm
02:31.29Xinhuanthe minimap button's position loads and saves correctly
02:31.46Xinhuanand /dump AoACore.db.profile
02:31.51Xinhuanshows that it is indeed correct
02:31.55Perniciuslukian: DHUD or drahals hud
02:32.03Xinhuanand does checking the SV file
02:32.26Xinhuan(i'm not sure what your addon is supposed to do, but it looks neat enough
02:32.43Xinhuanso far
02:32.56Perniciushttp://wowace.com/wiki/AtlasOfAzeroth
02:33.13Xinhuani suggest you close all file handles to your AoACore.lua in your wtf folder
02:33.22XinhuanAtlasOfAzeroth.lua
02:33.23Xinhuanthat is
02:33.24Lukianthank god, someone using the wiki for their addon details ^_^
02:34.09Perniciustherefore the wiki exist for
02:34.14Xinhuanso this addon is going to be a cartographer replacement? :)
02:34.34Lukianone can dream :D
02:34.47Xinhuani would suggest not using ace2, and use ace3 instead
02:34.59Xinhuani think its nearing a release status
02:35.11XuerianWho is working on AoA?
02:35.13Perniciusyes/no ... its an alternate map ... the old version is very outdated and not running now ... so i want to rewrite it fully with ace
02:35.24*** join/#wowace [SW]Dodg1 (n=Dodge@p508C8115.dip0.t-ipconnect.de)
02:35.25Perniciusonly me
02:35.28Xinhuanalso i repeat, your SV saves perfectly on my wow, so you probably have a locked file handle on that file or something
02:35.39XuerianMake it have a minimap viewer and I'll give you children to bear =O
02:35.44FtH|Daemonahmmm k, did there just go 20 servers down?
02:36.08ArrowmasterPernicius: do other saved vars save for you?
02:36.15Perniciusyes
02:36.37Arrowmasterok just checking since theres some keyloggers going around that are preventing writing to WTF/
02:38.16Xinhuancheck the date stamp on your AtlasOfAzeroth.lua
02:38.20Xinhuanwhen you do a reloadui
02:38.31Xinhuanevery .lua SV file should have an updated timestamp
02:38.58Xinhuanits probably something very stupid you're doing
02:39.36*** join/#wowace Zarhan (n=kjetil@216-226-51.7003.adsl.tele2.no)
02:39.52Perniciushmm ... file is updating (new timestamp) ... but not the values ... dont know why
02:40.12Perniciusits the first time that this happen
02:41.34Xinhuanfeel free to close down your wow, delete AtlasOfAzeroth.lua in your SV file in both the SV folder and specific character folders
02:41.35Xinhuanupdate ace2
02:41.39Xinhuanthen try again
02:42.26Arrowmasteryou dont have anything else using that same savedvar do you?
02:42.50Xinhuanhe doesn't
02:42.57Xinhuanhis addon works on my computer
02:43.14Xinhuanunless he has another copy of the same addon using the same SV in another addon folder
02:43.23Perniciusnothing ... clean client ... clean windows and firefox
02:45.02XinhuanArrowmaster can easily also download that zip he linked earlier to try
02:45.05Xinhuanit works :D
02:45.45Xinhuanbe careful not to overwrite the .svn folder if you do
02:47.03Perniciuslol ... its running ... but why^^^^
02:47.29Xinhuani assume you have a working copy of the whole addon that isn't ace right?
02:47.45Xinhuannvm heh
02:47.57Perniciusi only have deleted the saved files (again) and updated (per svn) the libs
02:48.17Perniciusno ... not in this client
02:48.25Xinhuananyway, nothing wrong with the code, its something with your computer
02:49.09Perniciusi have 3 clients ... one for playing ... one old backup .. and one clean for develop (de, es, en, fr lang packs)
02:49.45Perniciusok .. its running now .. why? dont know ... and very big thx also :)
02:50.03Reclusemagic!
02:50.10Perniciushehe
02:50.27Perniciusthe magic of wow ;)
02:51.14Xinhuanyour acedb was possibly broken
02:51.37Xinhuani dunno hehe
02:51.40Perniciusthink so ... its the only way
02:51.44*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
02:51.52Reclusei hadn't logged in here in forever, but someone made me download an addon named Panda and it's description talking about purl made me miss the channel
02:53.08Perniciusoh .. the german servers are going down ... was it me ... hehe
02:54.50mortwhich one is going down?
02:54.53Perniciusi hope that it takes not moths to get svn acces ... it'll many things do easier
02:55.09Perniciusatm only a hand full serfers online
03:04.45*** join/#wowace buubot (n=buubot@erxz.com)
03:07.06*** join/#wowace Antiarc (n=Antiarc@wsip-70-184-82-98.ph.ph.cox.net)
03:07.07*** mode/#wowace [+v Antiarc] by ChanServ
03:14.57*** join/#wowace fridg (n=Fridgid@24.96.171.111)
03:17.01*** join/#wowace Shadowed (n=outlaw@12.157.177.162)
03:18.04HjalteMeh :( I can't seem to heal myself in phase 2 of the Ogrila demon thing.
03:19.08*** join/#wowace Busko (n=bunko@c83-250-135-168.bredband.comhem.se)
03:20.18Buskohey guys and girls
03:22.35AntiarcScrub is the best pre-raid game ever
03:22.50chiperLukian: Pernicius is half correct.  it's actually MetaHUD, which was based on DHUD when drathal stopped supporting it
03:23.07Buskodose anyone remeber the webpage that had like user stats for servers
03:23.21Perniciusbut dhud still works ... i use it
03:23.24Buskolike X amount lev 70 been hunters etc etc
03:23.49chiperpern: it works, but metahud has a lot more features
03:24.18Perniciusyes ... but i dont need them ... and i'm writing my own hud atm
03:24.26chiperheh
03:24.53chiperI've looked at a lot of huds, DHUD/Meta's the only one I've liked.
03:25.10chipermost seem overly flamboiant
03:25.25chiperDHUDs nice and functional
03:25.31Perniciusbut as we can see .. we can write long living addons which need no changes .. dhud is a good example
03:29.50*** join/#wowace Smj (n=Smj@c-4fbae253.024-157-73766c10.cust.bredbandsbolaget.se)
03:31.36ShirikAntiarc: scrub?
03:31.40*** join/#wowace potemkin (n=kollekti@c-71-232-111-118.hsd1.ma.comcast.net)
03:31.42AntiarcYeah
03:31.43AntiarcThe mod
03:31.49Shiriknever heard of it
03:31.52AntiarcIt tells you why peoples' specs suck
03:31.55AntiarcIt's on WAU
03:32.09AntiarcI just stand around outside the instance and inspect random people that walk by
03:32.14AntiarcThen bitch about how stupid their specs are in raid
03:32.16AntiarcIt's awesome
03:32.21Shirikrofl
03:32.33Shiriksee, no, we watch our raid team constantly, not just while in raid :P
03:32.47Shiriktalk about the problems, etc. after the raid, recheck specs
03:32.58Shirikif you aren't showing up ready to raid (i.e., with a useable spec) you're gone
03:33.04Shirikand trust me, we'll find out :P
03:33.04NightHawkTheSanei think Antiarc is talking about inspecting random people who arn't in the raid/guild
03:33.10Shirikoh not in the raid
03:33.13AntiarcRight
03:33.15ShirikI should try this
03:33.25AntiarcJust target someone and /scrub target
03:33.25NightHawkTheSanebut hey, that was a really awesome tangential rant
03:33.29AntiarcAnd it tells you why they suck
03:34.04CIA-803rophy * r57622 10ParserLib/ParserLib-1.1/ParserLib.lua: ParserLib: added pattern POWERGAINSELF.
03:34.05Shiriklol, the mod figures out why they suck?
03:34.12AntiarcYes
03:34.33AntiarcSome druid, for example
03:34.36Shirikthat's awesome
03:34.48AntiarcPartial feral spec, lacking feral instinct, restoration without imp motw, lacking living spirit, lacking tree of life
03:34.53Antiarc8/11/42
03:35.07AntiarcRogue here, 44 combat. No combat potency, no surprise attacks.
03:35.40NightHawkTheSaneI think i need to get this addon
03:38.21XuerianAntiarc: Can you bind it to a key? :P
03:38.30[SW]Dodgei used it in bwl today (fun raid) 26/30 people had lacks :D
03:38.32AntiarcSure, just make a macro for it then bind that
03:38.39[SW]Dodgeme too lol^^
03:39.05[SW]Dodgescrub dont like my 30 21 10 build (wl)
03:39.32[SW]Dodgeunholy power without felguard <.<
03:40.44Shiriklet me guess
03:40.50Shirikscrub would go "lol lightwell wtf"
03:40.51Shirikto me
03:41.32Shirikyes?
03:41.35NightHawkTheSaneit'd totally go "lol, no threat reduction" to me.
03:42.03Shirikoof, you really can survive with that?
03:42.07NightHawkTheSaneas a healer, yes
03:42.13ShirikI have trouble keeping aggro off me with 4/5 in silent resolve...
03:42.34AntiarcYour tanks should lern2threat! :P
03:42.39Shirikit's true
03:42.41[SW]Dodgelol ~.~
03:42.50Shirikactually our biggest problem is our mage for maulgar
03:42.57Shirikseveral times I have gotten whacked by fireballs
03:43.03KillmoreI think it depend, for a fight like gurtogg, ros with circle of healing, aggro is an issue
03:43.10[SW]Dodgescrub dont like my Brutal impact -.-
03:43.10NightHawkTheSaneas a shaman, i sacrificed points in threat reduction talents for some better solo/grinding talents
03:43.24Killmorebut I want to buy an addon like scrub but for enchant
03:43.24Shirikbut it's not just me, the druid I'm next to often gets hit next :D (we both heal the same target)
03:43.47NightHawkTheSaneI'll probably respec to pick them up when I get my druid to 70
03:44.06Killmoreits fun to see how peoples get gears and never put the best enchant on
03:44.29Killmoreor crappy green quality gems
03:45.10NightHawkTheSaneactually
03:45.18NightHawkTheSaneit makes me cry when i see 70s running around with ungemmed gear
03:45.26CIA-803shamino * r57623 10EnchantingSell/EnchantingSell_frames.lua:
03:45.26CIA-8EnchantingSell:
03:45.26CIA-8- fixed the mouse over for the enchant icon, now will display a gametooltip with enchant details
03:45.26CIA-8- updated reagent in enchant detail, can now perform a shift left-click to place link and count into chat window
03:45.39NightHawkTheSanei mean, i can understand potentially being too poor to buy blue gems. but green gems are cheap as fuck
03:46.28Killmorewhen I saw a noob with s1 gear without gems & enchants I always send him a tell "nice enchants/gems"
03:47.19AntiarcWell
03:47.24AntiarcIf you do dailies, blue gems are no issue
03:48.29NightHawkTheSaneAntiarc: yeah, and for reasonably decent gear, it easy enough to get blue gems, but there's at least some decent excuses for having green gems
03:48.39AntiarcI have green gems on my alts
03:48.46AntiarcBut that's because I'm a lazy bastard
03:48.51NightHawkTheSanesee, that qualifies :)
03:49.00AntiarcAnd I don't really care if people mock me for it, since the most raiding I do with them is Kara
03:49.07*** join/#wowace Kaelten (n=kaelten@WoWUIDev/WoWAce/WoWIFA/CurseStaff/kaelten)
03:49.07*** mode/#wowace [+o Kaelten] by ChanServ
03:50.18NightHawkTheSanehuh, child's play raised $1.1m this year.
03:51.46*** join/#wowace khangg (n=khangg@dhcp-0-17-9a-33-6d-f5.cpe.quickclic.net)
03:54.26*** join/#wowace exor674 (n=dre@linode2a.andreanall.com)
03:57.13NeoTron<PROTECTED>
04:02.58khanggi'm using idchat and i can't copy urls :( any addons out there that just does this specifically?
04:03.46AntiarcThere's a prat module for it that I use
04:04.02*** join/#wowace Civrock (n=Civrock@24-182-67-081.dhcp.hckr.nc.charter.com)
04:04.43khanggdon't i need prat? :S
04:07.41IndustrialKaelten: http://www.wowace.com/forums/index.php?topic=10595.0
04:07.56Kaeltendo I want to see that?
04:08.07CivrockKeylogger.
04:08.12Civrock(jk)
04:08.33Kaeltenheh
04:09.25Industrialmaybe
04:09.26Industrial:P
04:14.11StanzillaKaelten: wtb Fish restart :)
04:15.08Kaeltenbroke again?
04:15.10Kaeltengah
04:15.16Stanzillayup
04:16.00StanzillaKaelten: you could upgrade to 1.4.x, too
04:16.14Kaeltenhrm
04:16.19Stanzilla1.4.1 was released on the 19th
04:16.28KaeltenI probably should but right now time is just... hectic
04:16.41Stanzillak :)
04:16.50Kaeltenwas at a funeral today
04:17.00Stanzillaoh :(
04:21.13SilowyiMind control is crazy today
04:22.47Silowyiwe've had people getting mind controlled end up ...
04:22.52Silowyicasting hibernate
04:22.54Silowyicasting blind
04:22.58Silowyiusing wand
04:23.01Silowyicasting sheep
04:23.29Shiriknot nearly as bad as what happens to us in kara every week
04:23.36Shirikpriest gets MCed
04:23.39Shirikpriest casts mass dispel
04:23.43Shirikall shackles break loose
04:23.47Shirikbye bye raid
04:24.24Silowyirofl
04:24.49Silowyithis is the first time we've ever had such frequent CC used with MC
04:25.21Silowyiwhat mob in Kara MCs anyway, I don't remember any
04:26.06Shirikit's up near moroes
04:26.08Shirikmost skip that pack
04:27.42*** join/#wowace Zarhan (n=kjetil@216-226-51.7003.adsl.tele2.no)
04:28.05Silowyihow do you pull up swlog?
04:30.02NeoTronyou can skip all MC-packs
04:30.03*** join/#wowace fridg (n=Fridgid@24.96.171.111)
04:30.07NeoTronand you're much better off for it
04:34.46Stanzillalol someone "patched" the toc of EQCompare again >.<
04:40.23*** join/#wowace mort (n=mort@azureus/mort)
04:41.03*** join/#wowace tolanri (n=tolanri@172-105.dsl.sky.cz)
04:46.15buuSo..
04:46.16buuYeah.
04:46.22buuHow do I move the damn debuffs =[
04:50.55*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
04:51.17buuIn pitbull.
04:51.23buuThere has to be a way to move the debuffs.
04:51.49*** join/#wowace Unrealii (i=Next96@121.129.140.7)
04:51.56Recluseit's in the options for the frame under other>aura or somesuch thing. been a while since i messed with it, i use ebb
04:52.22buuI'm totally looking there.
04:52.54buuOh, obviously I wasn't.
04:52.56buuWhat the hell.
04:53.02Recluselol - found it?
04:53.05buuI wonder if that's only visible in configure mode..
04:53.35Kivinit's visible all the time
04:53.53Kivinbut if you don't have something on the respective UnitID, a lot of the settings get hidden
05:03.22*** join/#wowace cladhaire (n=cladhair@client0011.vpn.ox.ac.uk)
05:03.47*** mode/#wowace [+v cladhaire] by ChanServ
05:05.08*** join/#wowace cladhaire (n=cladhair@WoWUIDev/WoWI/Featured/Dongle/cladhaire)
05:05.09*** mode/#wowace [+v cladhaire] by ChanServ
05:05.40Reclusehrm, www.wowace.com isn't forwarded to wowace.com? o.#
05:08.11*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
05:12.59*** join/#wowace Hjalte (n=chatzill@0x5731c3ba.svgnxx3.adsl-dhcp.tele.dk)
05:19.41*** join/#wowace yssaril (n=chatzill@adsl-76-238-2-161.dsl.emhril.sbcglobal.net)
05:20.47*** join/#wowace bretton (n=bretton@S01060015f28a16ac.vf.shawcable.net)
05:21.00xhalehelloo?
05:21.30yssarilis there a way to do a reverse string format? say i have a string like 'Socket Bonus: bonus here' and a pattern like 'Socket Bonus: %s' and i want to return 'bonus here'
05:21.56Lukianis there a way to dismiss a buff on your pet?
05:22.11xhaleI want to install FuBar2, I'm running mac os x. In the installation file it says to put an ".svn" folder in the original FuBar folder. Max OS X doesn't allow folders starting with .
05:22.21exor674xhale: terminal
05:22.25xhalekk
05:22.38exor674if you drop into the terminal you can mkdir .svn
05:24.06xhaleworked thanks, doesn't seem very user friendly though ;)
05:25.23CIA-803hegarol * r57624 10AtlasLoot_OldInstances/original.en.lua:
05:25.23CIA-8AtlasLoot_OldInstances:
05:25.23CIA-8- Missing Uldaman item added
05:26.58nekohyssaril, try: bonus = string.match("Socket Bonus: bonus here", "Socket Bonus: (.+)")
05:27.23yssarilty
05:28.01Hjaltexhale: Why would you want to install Fubar2?
05:28.17xhaleshould I not?
05:28.39Hjaltexhale: Fuvar2 is -not- the second version of Fubar.
05:28.43HjalteFubar2*
05:28.49xhaleoh I see
05:29.18*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
05:30.30*** join/#wowace Stan_ (n=Stanzill@p54996510.dip.t-dialin.net)
05:44.10Recluseany in-game 'mats list' addons out there? a simple database of mats for crafting/enchanting so you don't have to look them up or ask other players for a link?
05:47.14dylanmDoesn't Manufac + Manufac Snoop somewhat accomplish that?
05:48.18Recluseiirc they only let you look at professions you have? not positive
05:48.39*** join/#wowace Shirik (n=d8fdfaa2@conspiracy/developer/Shirik)
05:48.40*** mode/#wowace [+v Shirik] by ChanServ
05:48.42exor674randomly.. why does oRA2 (still) show the wrong cooldown for Druid's bres?
05:50.30dylanmRecluse: I believe Snoop just contains info on every recipe for every profession. I doubt it would make them unavailable to you.
05:52.41CIA-8tekkub-wow: 03Tekkub Stoutwrithe <tekkub@gmail.com> 07master * r184ece413c 10./TourGuide_Horde/ (12_20_Barrens.lua 20_Barrens.lua 26_27_Ashenvale.lua): Tweaks to "The Ashenvale Hunt" for Horde
05:52.42CIA-8tekkub-wow: 03Tekkub Stoutwrithe <tekkub@gmail.com> 07master * rb88e220ae3 10./TourGuide_Alliance/17_18_Loch_Modan.lua: User tweakings to Ally Loch
05:52.42CIA-8tekkub-wow: 03Tekkub Stoutwrithe <tekkub@gmail.com> 07master * r5a58064658 10./TourGuide_Alliance/ (01_12_Elwynn_Forest.lua 12_17_Darkshore.lua): Elwynn and Darkshore tweakings
05:52.51CIA-8tekkub-wow: 03Tekkub Stoutwrithe <tekkub@gmail.com> 07master * r0d490e1835 10./TourGuide_Alliance/ (3 files): Finished ally Netherstorm, added Shadowmoon (Aldor)
05:53.06Shirikthose are some awesome revision numbers
05:53.07*** join/#wowace yssaril (n=chatzill@adsl-76-238-2-161.dsl.emhril.sbcglobal.net)
05:53.15cladhairegit sha hashes
05:53.15ShirikTekkub: what did you do ><
05:53.26Shirik?
05:53.28cladhairethose are git commits, not svn commits
05:53.31Shirikahh
05:53.34cladhairegit uses sha hashes instead of revision numbers
05:53.38TekkubI pushed, that's what
05:53.39dylanmThat's how everyone rolls now
05:54.03Shirikthat's.... interesting
05:54.04cladhairestill no 12-20 bloodmyst isle
05:54.08cladhaire*sigh*
05:54.19cladhaireguess my draenai sits at level 12
05:54.48Tekkubyou could write one, I'll send you Kopp's
05:55.19TekkubI'm pushing up the friday build right now :P
05:55.21cladhairei have kopps
05:55.24cladhairei barely have time to play
05:55.27cladhairelet alone write guides for you :P
05:55.29cladhairethat's why i use TG
05:55.36cladhairemindless playing when I have a moment
05:55.52Tekkubit's all copy paste, you can make a guide in like 30min :P
05:56.00cladhaire30 min i dont have :P
05:56.07cladhairemikma should do it
05:56.13cladhairetho i may be nice and go back and fix the issues in 1-12
05:56.13Tekkubworks for me
05:56.35cladhairenight all
05:58.50*** join/#wowace RaydenU (n=bozartmp@adsl-69-231-152-138.dsl.irvnca.pacbell.net)
06:01.15Ironhandsorry for being somewhat off-topic, but can anyone tell me how to use the action bar paging feature through a macro? (for example, to create a macro to set the active page to 1)
06:01.35Shirikit's something like /setactionbarpage 1
06:01.39ShirikI think it's in the stickies
06:02.40Ironhandthe exact command you mentioned doesn't seem to exist; where would I find said stickies?
06:03.13Shirikhttp://forums.worldofwarcraft.com/thread.html?topicId=2366703212&sid=1
06:03.30Shirikah, it's /changeactionbar
06:03.37*** join/#wowace syeren (i=syeren@cpc3-oldh5-0-0-cust762.manc.cable.ntl.com)
06:03.43Shirikswapactionbar is also of note
06:04.07Ironhandthanks, that seems to do the trick! (didn't realise you meant the Blizz forums rather than the Ace ones)
06:04.28Shiriksorry :)
06:04.48Ironhandnp, solved my problem anyway :-)
06:05.04xyu`That's why he as a +   omgwtfbbqimo
06:06.29xyu`Know what i would love as a feature of WAU?   a "New release"  section to go along with the Packages, Installed, Not installed, Out of Date sections.
06:06.43xyu`Just a place to stick addons that were not on your last index load
06:07.14*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
06:07.18xyu`that Marked 0/1154  gets bigger and bigger every week, and i think it'd be cool to see what new addons show up instead of sifting through the whole thing ^^
06:08.07yssarilstill cant figure it out i have 'Socket Bonus: %s' from the globalstrings.lua and i have 'Socket Bonus: +4 Stamina' from an item tooltip how can i just get the +4 Stamina from that? want to use the globalstrings lua to make localization easier
06:09.23NightHawkTheSanereplace '%s' in the global string with '(%s+)' then use that string as the pattern in a regex match
06:13.13NightHawkTheSaneactually, not sure if you want to use '%s+' as the regex to match against, but meh, you get the gist.
06:14.14xyu`Why doesn't XLootGroup show who needed/greeded/passed while in raid?  IS this a limitation of the UI or just not a feature?
06:14.24xyu`(it shows this in party just fine)
06:18.41*** join/#wowace aestil (n=holycall@cpe-72-129-96-142.socal.res.rr.com)
06:19.59*** join/#wowace Shadowed| (n=outlaw@12.157.177.162)
06:22.40*** join/#wowace Shirik (n=d8fdfaa2@conspiracy/developer/Shirik)
06:22.40*** mode/#wowace [+v Shirik] by ChanServ
06:23.55yssarilNightHawkTheSane  when i do that replaced the s with a w all i get back is 'function: 1d345ds' (i am using the :Print command and have also tried the /dump method)
06:25.47Shirikyssaril: what code are you using?
06:25.50NightHawkTheSane*shrugs*
06:25.55Shirik(I must have missed it)
06:26.04*** join/#wowace lokaze (n=craze@64.86.134.178)
06:26.18*** join/#wowace Shirik (n=d8fdfaa2@gateway/web/cgi-irc/ircatwork.com/x-03febe95c61636c1)
06:26.24Shirikok this is getting a bit annoying
06:26.29Shirikyssaril: what script are you running?
06:26.34yssarilstring.gmatch("Socket Bonus: +4 Stamina", "Socket Bonus: (%w+)")
06:26.36*** mode/#wowace [+v Shirik] by ChanServ
06:26.48Shirikyes, because gmatch returns an iterator
06:27.13Shirikyou would do something like
06:27.19yssarilso what should i be using to just get +4 Stamina out of that?
06:27.27Shirikis that what you want?
06:27.31yssarilyep
06:27.33NightHawkTheSane(iterator, i hardly know her!)
06:27.34Shirikbecause that doesn't even match "+4 Stamina"
06:27.53Shiriklua> "Test"
06:27.59Shirik--> "Test"
06:28.02Shirikboo
06:28.04Kivinlocal _, _, num, stat = string.find("Socket Bonus: +(%d+) (%s+)", string)
06:28.17Shirikwell anyway, it should be string.match("Socket Bonus: (.+)");
06:28.21yssarili got ITEM_SOCKET_BONUS = "Socket Bonus: %s" from the globalstrings file and want to use that so i dont have to localize it myself :P
06:28.57Shirikdon't use string.find for something like that, it's a waste of processing time
06:29.05Shirikgranted, not much, but it's still a waste
06:29.16lokazeanyone know if is possible from blocking default blizzard ui frame from being load?
06:29.25Kivinlua> string.find("Socket Bonus: +4 Stamina", "Socket Bonus: +(%d+) (%s+)")
06:29.30Shirikload? Not possible. It's possible to mask it from happening.
06:29.31yssarildont think so lokaze
06:29.54Shirikyssaril: string.match("Socket Bonus: (.+)") should give you what you want as the first return value
06:30.02Shirikor nil if it doesn't match
06:30.11lokazeShirik: mask it from happening, you mean like hiding it after is load?
06:30.19Shiriklokaze: for example, yes
06:30.49Shirikso for example
06:31.02lokazeShirik: I was looking for a way to prevent it from being load thus eliminating the memory from ever being use
06:31.32aestiljesus christ.  the triangle offense is complicated.
06:31.45ShirikLua 5.1.2  Copyright (C) 1994-2007 Lua.org, PUC-Rio
06:31.45Shirik> = string.match("Socket Bonus: +4 Stamina", "Socket Bonus: (.+)")
06:31.45Shirik+4 Stamina
06:31.56aestilway to make a simple concept [put ball in hole] rediculously obtuse.
06:32.01lokazeShirik: once is loaded, hiding it doesn't really remove from memory does it?
06:32.08Shiriklokaze: Not going to be able to prevent that
06:32.14Shirikyour stuff isn't loaded early enough
06:32.20lokazehaha, alright
06:32.26Kivin> = string.match("Socket Bonus: +4 Stamina", "Socket Bonus: (%d+) (%s+)")
06:32.31Shirikand there's no way to get a frame to be GCed
06:32.33Kivinshould return 4, stamina
06:32.47aestil'no, i met resistance trying the entry pass to center, so i rotated the ball to the weak side gaurd, so that the triangle switched sides, and when i called 'circle' I expected the corner to swing around'
06:32.47lokazegarbage collected?
06:32.51ShirikActually no it shouldn't, Kivin
06:32.54Shirikit shouldn't match
06:32.59Xinhuan[12/29 14:30:06] <yssaril> i got ITEM_SOCKET_BONUS = "Socket Bonus: %s" from the globalstrings file and want to use that so i dont have to localize it myself :P
06:33.00Xinhuannot really
06:33.01Kivinerr, i missed a plus sign
06:33.04Xinhuanyou need to localize it
06:33.05Shirikyeah
06:33.11Xinhuanto do the reverse lookup match
06:33.18Xinhuanthis is exactly how WoWEquip does it
06:33.22thulmohahaha
06:33.24lokazerighto, thanks for the tips
06:33.26thulhome from x-mas vacation :-D
06:33.28ShirikAye, I think the best thing you can do
06:33.32thulno more 13" gaming
06:33.37Xinhuanfeel free to look inside WoWEquip code
06:33.37thul21" widescreen ahoy
06:33.38CIA-803hegarol * r57625 10AtlasLoot/Bossnames/ (bossnames.de.lua bossnames.en.lua):
06:33.38CIA-8AtlasLoot:
06:33.38CIA-8- More Babble integration into bossname files
06:33.59Shiriktake ITEM_SOCKET_BONUS, replace %s with (.+)
06:34.07Shirikthat's the most-localized easy version
06:34.28Xinhuannot all lines are htat easy
06:34.31Shirikaye
06:34.33Xinhuanthe set bonuses one is trickier lol
06:34.34Shirikbut for that one it should be
06:34.41Shirikand that's the only one he asked for as of yet :P
06:35.26NightHawkTheSanewhere do i point out that that's exactly waht i said in the first place?
06:35.33*** join/#wowace lokaze (n=craze@64.86.134.178)
06:35.34*** join/#wowace Orionshock (n=chatzill@ip68-96-52-105.ph.ph.cox.net)
06:35.39ShirikSorry I got dced and the chat window was cleared
06:35.41Shirikno points for you!
06:36.04Shirik<3
06:36.08NightHawkTheSane:P
06:36.41*** join/#wowace lokaze (n=craze@64.86.134.178)
06:37.37yssarilall i am looking for is the socket bonus atm (one hurdle at a time) :)
06:37.39NightHawkTheSanedoes someone want to tell me why, in the name of all that is good and sane, am i watching the star wars prequels?
06:38.22yssarilnext question what is the pattern to replace %s?
06:38.25thulyou are insane NightHawkTheSane
06:39.07yssarilwould it be like '%%s'?
06:39.42yssarilnm i tried it and it works :)
06:39.43LukianNightHawkTheSane, they aren't too bad
06:39.49NightHawkTheSanehah
06:39.59NightHawkTheSanei watched ep1 last night. it really was that bad
06:40.40Xinhuanyssaril to do what
06:40.45Xinhuanreverse matching/
06:40.46Xinhuan?
06:41.00Xinhuanshould be (.*)
06:41.12NightHawkTheSaneXinhuan: he needs to match the %s thats in the global string so he can replace it with (.*) :P
06:42.16Xinhuani'm not exactly sure what yssaril is developing hehe
06:42.33yssarilok first somone says (.+) now its (.*) ??
06:42.50NightHawkTheSanethey're more or less the same
06:42.50Shirikuse .+
06:42.54Xinhuan.+ matches one or more
06:42.57Shirik+ forces there to be one
06:42.58Xinhuan.* matches 0 or more
06:43.13Xinhuan.* is more for completeness than anything
06:43.13yssaril+ it is then :)
06:43.22Xinhuanso that it will also match nothing
06:46.55Orionshock<PROTECTED>
06:46.56NightHawkTheSaneyou know, these movies are a lot more heavy handed than i remember
06:47.09*** join/#wowace silentium (i=silentiu@dslb-088-066-061-034.pools.arcor-ip.net)
06:50.16Xinhuanabout the same Orionshock
06:50.35*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
06:50.38Xinhuanthe first one is longer to type but only checks x[y] once
06:50.49Xinhuanthe second one is shorter to type, but always checks x[y] twice
06:51.13Orionshockkk, i think im gona use the 2nd one if only because i think it would be better for refreshing a table for new entries
07:10.43NeoTrontired of having adamantite, rich adamantite and khorium overlayed on the same spot
07:12.32NightHawkTheSane"Lost a planet master Obi Wan has, how embarassing."
07:13.57NightHawkTheSaneNeoTron: can you put that up somewhere? i wouldn't mind that
07:14.01yssarilwhats cheaper to use table.insert or to use a simple counter to keep track of which keynumber to add next?
07:14.20NeoTronstill seems to have some issues. found one place at least where it did not clean up
07:14.26CIA-803damjau * r57626 10WhoDrop/ (4 files):
07:14.26CIA-8WhoDrop - 0.655 update
07:14.26CIA-8- fix err
07:14.26CIA-8- support Links OpenMenu.
07:16.17*** join/#wowace numblokk (i=me@gateway/tor/x-218bcf48b35ee30a)
07:17.20yssarilXinhuan: mind if i take your socket scanning code from wowequip and turn it into http://ace.pastey.net/79730
07:18.29yssarilstill need to modify it a little bit to return a more usefull socket bonus but that is all i will do for tonight rest is for tomorrow
07:18.43Orionshockquestion, whats the max useful def for a warrior or druid?
07:19.07yssarilsky is the limit
07:19.32yssaril490 is the min i think think so that you are uncritable
07:20.05NightHawkTheSaneyes, 490 to be uncrittable, everything above that still has some use, but at relatively diminished returns
07:21.16yssarilhttp://www.wowwiki.com/Defence
07:22.45*** join/#wowace elaa (n=ela@p54B4FBF2.dip.t-dialin.net)
07:23.38KivinAnyone got better documentation on frame event `UNIT_HAPPINESS` than wowwiki?  I'm wondering what the arguments it passes are...
07:23.51*** join/#wowace Osstia|mac (n=terryr@c-71-195-218-41.hsd1.ma.comcast.net)
07:24.52Kivinstrike that, there's an api function that serves my purpose
07:27.12*** join/#wowace Paradox (n=Paradox@cpc2-brmb4-0-0-cust295.bagu.cable.ntl.com)
07:27.17LukianOrionshock, druids have -3% crit in talents, however
07:28.51yssarilgnight all
07:29.39Osstia|macKivin: do you code for a living?
07:30.32hasteKivin: I believe it only gives you the unit as arg1
07:31.32Kivinhaste: Thank you
07:31.39KivinOsstia: negative
07:31.48KivinOsstia: I dabbled in it back in college, but never followed through
07:32.00Osstia|maci see
07:32.09Osstia|macjust curious, don't mean to pry
07:32.13KivinAll is good
07:32.26KivinMy shady past is truely an epic tale... not.
07:32.41Osstia|machehe
07:34.51thulOsstia|mac: why did you ask btw?
07:35.06thul(about the place the photo was taken)
07:35.17Osstia|macit was gorgeous
07:35.19*** join/#wowace nuoHep (i=nuoHep@89.222.156.36)
07:35.37Osstia|macwas curious if you lived in that valley, or if it was just a photo you found
07:37.05thulhehe, I come from the neighbouring valley
07:37.13thulI have grown up running in those hills:p
07:39.23*** join/#wowace _neuron_ (n=x@85.252.66.77)
07:42.09Osstia|macif you were going to have an addon build a list of items to watch, how would you get the list of items from the user?
07:42.25Osstia|macI like slash commands, but I know most don't
07:42.52KivinSince I write everything in rock, i'd use RockCOnfig, probably
07:43.09Kivinhave one "string" element which adds the item to a list on [enter] keypress
07:43.34Kivinhave a list of "execute" elements which trash the item on press
07:44.17*** join/#wowace kingb (i=me@gateway/tor/x-55fbafabebf8c193)
07:47.18Osstia|macis the black frame config that fubar uses rock?
07:47.26KivinI'm not sure, I don't use fubar
07:47.52Osstia|macokay
07:48.25Kivinhttp://img261.imageshack.us/img261/1897/rockconfigcv0.jpg
07:48.28Kivinthat's rock config
07:48.31*** join/#wowace masanbol (n=masanbol@c-98-198-102-241.hsd1.tx.comcast.net)
07:50.38Osstia|macty
07:50.47Kivinnod
07:53.10hasteoO
07:53.27Osstia|maco0?
07:54.05hasteI just saw how horrible rockconfig looked :p
07:54.17Kivin-.-
07:54.37KivinI'd go batty without it
07:54.42thulhit > haste
07:54.42thulso stfu
07:54.43thul:-P
07:54.51haste:-(
07:54.59thuladmit it, I'm funny:P
07:55.24Osstia|macFin is funnier
07:55.42thul:-(
07:56.09Osstia|mackivin, you have a form of oral sex named after you
07:56.12Osstia|machow nice
07:56.22Ellipsis`o.O
07:56.30Kivin*blink*
07:58.46Osstia|macrandom things i find when googling
07:59.39Osstia|machaste: sicne you didn't seem to like the rockConfig approach, any suggestions for what i was lookin for?
08:00.05KivinYou could emulate the behavior i described on a custom gui that you hand write
08:00.18hasteI have no idea how any of the other solutions look, so how about.. writing your own GUI :p ?
08:00.32Osstia|macI am not opposed to that
08:00.45KivinI personally hate working with blizzard frames when just doing configuration stuff... <3 RockConfig
08:01.02Osstia|macI was thinking of maybe making a grid of buttons
08:01.18Osstia|macand dragging/dropping the items you want to track into the buttons
08:01.23Kivinthat'd work
08:01.31Osstia|macthen when you close it have it save the items
08:01.36Kivinor just one blank button then a text list if you prefer
08:02.04hasteyou could also do like me.. hi2u settings in Lua
08:06.08NeoTronah seems it works
08:08.17*** join/#wowace Effah (n=effah@bas1-ottawa10-1242465523.dsl.bell.ca)
08:09.04NeoTronNightHawkTheSane: http://ace.pastey.net/79731
08:09.11NeoTronrecommend making a backup of your mining database before trying
08:09.38NightHawkTheSanecool
08:09.39NightHawkTheSanethanks
08:10.51NeoTronremoved some 900 extranous nodes
08:10.59NeoTronnote that I made it a flag you explicedly have to enable
08:14.22Osstia|maci think i might fall asleep typing, g'night all
08:15.14*** join/#wowace Unrealii (i=Next96@121.129.140.7)
08:22.05Lukianvhaarr / [Ammo] : ping
08:27.27kingbanybody able to answer a few basic questions about chat and action bar frames? please msg me
08:27.36Kivin~asktoask
08:27.37purlThis is IRC. Don't ask to ask a question. Just ask your question and if someone's around, they'll be glad to help.
08:28.53kingbi'm looking through a few of these addons and i can't tell if they are hiding the original action bar and initializing their own or somehow hooking into the original one
08:29.00kingbfor instance bartender
08:29.06hasteit's own buttons
08:29.36Kivinmost bar mods take the blizzard 120 buttons and move them around
08:29.58Kivinsome mods, like trinitybars, create their own widgets which very accurately mimick the default behavior
08:31.18kingbok, now chat mods, do they initialize their own frame and redirect text output to there? or is there a way to re-skin the original chat frame
08:31.34kingbget rid of the buttons etc
08:31.54KivinI can't speak about all mods, but Prat, for example, re-uses the blizzard frames
08:32.37KivinI suspect most, if not all chat mods would do the same.  The chat code is a mess and would be very difficult to reproduce.  It's easier just to listen for chat events
08:32.51hastethere's a couple chat mods that create their own frame
08:32.58hastebut it's only one or two of those
08:33.03KivinAye
08:33.42kingbwell enough, thank you for the info :)
08:33.59Kivinp
08:34.00Kivinnp
08:34.01Orionshockcan anyone attest to the validity of http://www.wowwiki.com/Crushing_blow  with regards to the statement about druids?
08:35.04*** join/#wowace shingo2 (n=shingo@p5B0551E4.dip.t-dialin.net)
08:35.10KivinCould you be more specific, Orionshock?
08:35.48*** join/#wowace Cheads (i=chead@0x535dce20.virnxx18.adsl-dhcp.tele.dk)
08:36.02Orionshock<PROTECTED>
08:36.40Kivinthat's true
08:36.45Nargiddleywell, since its blocking that pushes crushing off for the other 2 classes, yeah
08:36.48Recluseoh my, i like this TourGuide creation
08:36.55Kivinin order to be uncrushable, you'd pretty much be immune to all damage
08:36.59*** join/#wowace tekcub (n=tekkub@c-76-120-16-147.hsd1.co.comcast.net)
08:39.17Orionshock.. what im wondering is why wowwiki says i only need 415 def as a druid to midigate crits
08:39.31Kivinthat's right
08:39.34Kivini'm not sure why, but it's right
08:39.50CodayusTalent
08:39.56CodayusSurvival of the fittest or something?
08:39.58Orionshockwell it's wrong btw
08:40.13Orionshocki get regularly crited by gruul and im at 430 def
08:41.24*** join/#wowace MoonWolf (n=MoonWolf@i209133.upc-i.chello.nl)
08:41.24*** mode/#wowace [+o MoonWolf] by ChanServ
08:41.37KivinI think you'd better post on the druid forums and see what they say
08:42.14CodayusOrionshock: You are incorrect.  Either you don't have 430 defense, you don't have Survival of the Fittest, or you aren't being critted.
08:42.47KivinX_X he said it, not me :P
08:43.01Orionshocki have that tallent on top of *428 def
08:43.04OrionshockTYVM
08:43.11sicahm, what do you mean with "regularly"? it's still possible to be critted with survival of the fittest and 415 defense but it shouldn't happen more than once a evening :)
08:44.20Orionshockcrush + crit
08:44.34Kivinas a drood, you're always going to take crushes
08:44.36CodayusOrionshock: I don't believe you.  Screenshot or it didn't happen.
08:44.51Orionshockok.. i'll turn wws on tonight
08:44.54Codayus(Sorry, add smiley faces as appropriate.  That was ruder than intended.)
08:45.29sicaOrionshock: armory link of your druid? :)
08:45.43Orionshock!c US Nagrand Atradies
08:45.45ThraeBotOrionshock: Atradies, Level 70 Tauren Druid (5/49/7). 8919 HP; 5645 Mana; 113 mana regen; 3600 Armour; 1018 AP; 139.900 Melee DPS; 17.33% melee crit; 78 melee hit; 24 +spell dmg; 68 +heal; 20.98% dodge; 87 resilience; 10 nature resist (+10);[[ TBR: 695 ][ Link: http://tinyurl.com/yp8o4j ][ Talents: http://tinyurl.com/3yn9cy ][ Updated: Sat Dec 29 03:50:04 2007 EST ]]
08:46.02Orionshock?
08:46.05Orionshockthe fk...
08:46.10Orionshockno that's wrong for some reason
08:46.42Ellipsis`ping vhaarr
08:46.46Orionshock<PROTECTED>
08:46.54Orionshockeven that returns a negitive number
08:46.56Orionshock....
08:49.41CIA-803steste78 * r57627 10FuBar_IceHudFu/: Removed file/folder
08:55.54*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
08:56.08chiperhrm, thats what I feared.  YATA doesnt let me hide the totembar
08:56.25Kivinunfortunately
08:56.27KivinI'd <3 it if it did
08:56.41*** join/#wowace numblokk (n=me@81-163-38-157.visitor.congress.ccc.de)
08:57.19chipersweet, but FluidFrames let me hide it
09:00.05*** join/#wowace Ordog (i=Ordog@port-87-234-84-67.dynamic.qsc.de)
09:02.52NeoTronOrionshock: becauseyou have a talent
09:03.00NeoTron415 is all you need
09:03.08CodayusOrionshock: The math isn't too hard.  You need 2.6% -crit if talented.  25 def or 39.4 resilience = -1% crit.  350 is the base def.  So...65 defense, or 103 resilience, or any combo.
09:03.13CIA-803steste78 * r57628 10FuBar_ChimeClockFu/ (. Chime.wav libs/):
09:03.13CIA-8FuBar_ChimeClockFuA: initial commit
09:03.14CIA-8-FuBar Chime and Alarm Clock
09:03.36NeoTronas noted you need 3/3 survivial of the fittest
09:04.02Orionshockive got , un buffed, 26391 armor, 421 def, 0res and a flat 30% to dodge
09:04.03CodayusYou probably saw it, since its linked from the wiki page, but Satrina has a discussion of ways you can still be crit while theoretically immune
09:04.06Codayushttp://www.evilempireguild.org/guides/critcrush.php
09:05.21Codayus(None apply to Gruul.)
09:05.27NeoTronOrionshock: you are uncrittable then
09:05.36OrionshockBullshit
09:05.52NeoTronyou will very rarely get crit anyway but it's unavoidable
09:05.56NeoTronand no it's not bullshit
09:06.08NeoTrona druid needs 415 defense + SotF period
09:07.16Orionshocki have 3/3 SotF
09:08.07Orionshock.. what i hate is this bullshit with the KZ-> Gruul's lair transition
09:08.45CIA-803steste78 * r57629 10FuBar_ChimeClockFu/ (Core.lua FuBar_ChimeClockFu.toc): FuBar_ChimeClockFu:A FuBar Chime and Alarm Clock
09:09.44NeoTrongruul is harder, especially on healers, but the mechanics are the same
09:09.59CodayusMmm
09:10.13Orionshockthen again expecting me to solo tank it is a bit irrational
09:10.20CodayusIn a lot of ways, I'd say Gruul is easier than the last couple fights in Kara...it's the coordination is odd.
09:10.29Codayuss/odd/hard/
09:10.42Orionshocki get 3 shotted on prince
09:11.25NeoTronif you get 3 shotted consistently your healers fail. if it happens when he does is crazy 4 attacks in a second and get multiple crushing blow that can kill even a t6 geared tank
09:12.09NeoTronin general though you shouldn't expect to necessarily survive 3 hits from a raid boss without heals
09:12.25Aens|Superiorityhow much hp do you have?
09:12.32Orionshock.... we had 3 epixed out healers, 2 pallys and a druid
09:12.44Aens|Superiorityprince had triple crushed in phase 2 on me before.
09:12.58Orionshock15k with pally buffs, and ~17k fully raid buffed
09:13.05Orionshockbout 12 self buffed
09:13.09NeoTronshouldn't get 3 shotted
09:13.09Aens|Superiorityyou shouldn't be dying then...
09:13.11NeoTronon prince
09:13.17NeoTronso yeah your healers probably failed
09:13.25Orionshocklol
09:13.34Orionshocki don't think they'd agree with you
09:13.41NeoTronI've tanked prince as a pally with ~15.5k health and rather average kara gear with 2 healers
09:13.43Aens|Superiorityprince can crush for 4.5k.  Its the upper ranges but its possible to die
09:13.57CodayusYou should die to Prince with two healers.  3, healing a tank with 17k?  Sounds like complete healer failure.
09:14.01CodayusEr, shouldn't die
09:14.04NeoTronI died once from a 3xcrush streak
09:14.09Orionshockbtw, NeoTron  / Aens|Superiority / Codayus  -- your raid experiance
09:14.20Aens|SuperiorityOrionshock: illidan on two characters
09:14.27NeoTronIllidan down a week or so ago
09:14.41CodayusLurker and VR.  :-)
09:14.51NeoTrontanked Kara/ZA on my alt pally
09:15.25NeoTronall but zul'jin in kara which I healed for. I've also duo-healed Karazhan with a resto druid throughout the entire instnace on my pally
09:15.39NeoTrons/in kara/in ZA/
09:16.32Aens|Superiorityits possible to die with 15k hp on prince even if everything was done right.  Not likely but the possibility exists to die in less than 3 seconds from full.
09:16.59CIA-803steste78 * r57630 10FuBar_ChimeClockFu/: FuBar_ChimeClockFu:A FuBar Chime and Alarm Clock
09:17.06NeoTronAens|Superiority: indeed. happened to me once. nothing could be done.. but a druid with 17k health (less impact from crushing blows) really shouldn't
09:17.09Aens|SuperiorityGruul shouldn't be hard at all, MT or OT.  I've tanked it at 17 grows
09:17.18CodayusTrue, but it should be pretty rare.  On a related note, Expiration is a great mod for that.
09:17.43Aens|Superioritygrim reaper thats built into xperl is better for the most part.
09:17.56KivinI use grim reaper without xperl
09:17.59*** join/#wowace kovi (i=kovi@p4FD66C62.dip.t-dialin.net)
09:18.16CodayusAh?
09:18.22Aens|Superiorityheh. I just ask others to spam it for me.
09:18.32CodayusExpiration works pretty nicely, I might have to look into it.  What's the advantage?
09:18.34NeoTronand death replay from recount is even better
09:18.41NeoTronalthough recount is slowly detoriating
09:19.04CodayusExpiration gives damage, healing, and current life totals, with time stamps...seems like all you'd need?
09:20.00NeoTronrecount tracks other stuff like buffs and such
09:21.06DezzimalI've found recount to be a great tool
09:21.32Dezzimalinterrupt tracking for Reliquary is great lol
09:21.40Codayus*nod*
09:21.46Aens|SuperiorityOrionshock: but either way. Crushings are a way of life as a druid. Nothing you can do about it.
09:21.52NeoTronI've tried to limit the data it collects to make it not bloat my ui into sluggishness
09:22.00CodayusI use recount for lots of stuff.  Not for deaths though, I guess I forgot it did that.
09:22.10Aens|SuperiorityDezzimal: you typically know who fucked up on reliquary...
09:22.18NeoTronAens|Superiority: on the other hand when a crushing is 4.5-6k it's not really all too bad after all :)
09:22.26*** join/#wowace orican3215 (n=orican@60-241-56-168.tpgi.com.au)
09:22.41Orionshock.... 329 HP from Gems, think it makes a difference to Gruul ? given what you know allready bout my druid
09:22.58Aens|Superiorityhardest i've been crushed under normal situations was 11k on supremus.  Nothing really hits harder than him.
09:23.16NeoTronmore hp is good. 329 hp more MIGHT save you but typically not
09:23.30NeoTronunless you have WWS or something though, we can't really help you with why you died
09:23.41NeoTronmost typical tank deaths on gruul is one of two things
09:24.03Aens|SuperiorityOrionshock: I missed it, but did you post your armory in tank gear?
09:24.04NeoTron1) Not enough hots and/or not full health when silence hits, 2) healers distracted healing the raid after shatter
09:24.13NeoTronarmory was dps gear
09:24.43Aens|Superiorityo
09:24.50NeoTron3) the OT died and you get hurtful strike as well as normal melee
09:24.52NeoTronare you MT or Ot?
09:25.20Orionshockno for some reason im in my dps gear amt..
09:26.04CodayusSometimes a tank dies on gruul, and every healer claims "I was out of range".
09:26.11CodayusUsually right after a shatter.
09:26.15NeoTronalso
09:26.22NeoTrontanks can die if they stand in falling rocks
09:26.29CodayusI typically translate this as "healer fail".  :-)
09:26.32Aens|SuperiorityCodayus: well, if that happens. Its the tank's fault for bad positioning
09:26.39Orionshock<< OT
09:26.40NeoTronor they move out of falling rocks but the OT doesn't follow which means you're alone in melee range
09:26.52NeoTronas an OT you only die due to bad healing
09:26.58NeoTronor bad positioning
09:27.02Aens|Superioritygruul should always be kept closer to a wall so healers can stay along a wall.
09:29.35*** join/#wowace Gale (n=Gale212@85-211-253-26.dsl.pipex.com)
09:29.47Orionshockso my GM /w me " if you are taking more crushes than a Warrior or a pally then i will need to replace you with one for this fight"
09:29.48Orionshock....
09:30.03Aens|Superiorityhah
09:30.17Orionshocki don't know wether to call him an idiot or /gquit
09:30.27Aens|Superioritydoes your GM understand how tanking works between the three classes?
09:30.32Aens|Superiorityor does he only know warrior?
09:30.33Orionshockno
09:30.36NeoTronso druid is the best OT for gruul
09:30.44Aens|Superioritypally is by far the worst choice
09:30.48Orionshockhe berly understands how warriors work
09:31.33Orionshockguess it dosn't help that we're currently pug'ing our 5 spots in our raid 1 being a healer...
09:31.42Aens|Superioritymeh. Just stick with it, get your tier 4, then jump ship
09:31.49NeoTronHurtful strike doesn't even crit
09:32.13NeoTronwell rather I don't think it crushes
09:32.28Aens|Superioritythough at this point, arena feral gear with some +Defense gems does the trick
09:32.29CIA-803steste78 * r57631 10FuBar_IceHudFu/:
09:32.29CIA-8FuBar_IceHudFu: initial commit
09:32.29CIA-8- Replaces the Functions of IceHud.
09:32.47Aens|Superioritydoesn't crush or crit iirc. Haven't done gruul in half a year
09:32.54*** join/#wowace cthom06 (n=chatzill@ip24-254-216-9.hr.hr.cox.net)
09:33.42Orionshockit crits
09:34.06Aens|Superioritymeh. Not hard enough to kill.
09:34.15Orionshockwell....
09:34.38Orionshocki usualy get hit for 10k+ from hate ful then another 9k from specials... after the MT dies....
09:36.02Findoes anyone know a decent Config.wtf reference?
09:36.05RaydenUwow
09:36.09FinWoWWiki's is pretty limited unfortunately
09:36.11RaydenUso there is this protection quest you get in stonetalon
09:36.15RaydenU3 guys attack you, then 4
09:36.21RaydenUwell i died on the wave of 4
09:36.29RaydenUcame back, there are like 12 mobs all in this tiny little room
09:36.31Aens|Superioritywhy are you in stonetalon -_-
09:36.33NeoTronlooking at a log confirms it does not crush nor crit
09:36.39Aens|Superiorityskip it and do ashenvale instead.
09:36.40RaydenUlooks like all the waves spawns for the quest and didn't despawn
09:36.50RaydenUmy warrior armor quest
09:36.51NeoTronOrionshock: dude if the MT dies you will not
09:36.53NeoTron<PROTECTED>
09:36.55RaydenUgotta get the iron ingots
09:37.06Aens|SuperiorityRaydenU: not worth doing!
09:37.08NeoTronas an Ot you take hurful strike period
09:37.09Finwow, Blizzard's forum is bad. it won't even find posts when I search from a search results page with those words actually on it.
09:37.14CIA-803steste78 * r57632 10FuBar_IceHudFu/ (FuBar_IceHudFu.toc IceHudFu.lua): FuBar_IceHudFu:Adds a FuBar opition for IceHud
09:37.19Aens|Superioritygreen iron or whatever it is called is better
09:37.29RaydenUnot worth it?
09:37.35Aens|Superioritynot worth it at all
09:37.38RaydenUfrom what i read on wowhead they said it was good well until 30
09:37.38NeoTronand gruul has no special attacks
09:37.46NeoTronexcept hurtful strike
09:37.52Aens|Superiorityhttp://www.wowhead.com/?item=3844 crafted and better
09:40.02RaydenUyeah but if i can get this at lvl 22
09:40.07*** join/#wowace Ellipsis (n=ellipsis@cpe-76-168-207-103.socal.res.rr.com)
09:41.00CIA-803steste78 * r57633 10FuBar_ChimeClockFu/FuBar_ChimeClockFu.toc: FuBar_ChimeClockFu:A FuBar Chime and Alarm Clock
09:41.21cthom06dude, u can level 20-30 in like, 2 or 3 days, why bother
09:42.14NeoTronmaybe he likes the challenge of a class quest? gesh
09:43.55NeoTroncomic relief http://www.engrish.com/detail.php?imagename=carefully-slip-and-fall.jpg&category=CHINGLISH&date=2006-08-21
09:44.42DezzimalI got the one from WC on my warrior :o
09:44.46*** join/#wowace Pucmel (n=pucmel@dwarf.dkm.cz)
09:45.18Orionshockbtw that addon scrubs, who / what is deciding all that BS anyways?
09:45.34Dezzimalhttp://www.wowhead.com/?item=6627
09:45.35Dezzimaldis
09:45.52Dezzimalhold on I know the guy
09:46.26LukianIs there a mining trainer in outland?
09:46.33Lukiansmelting*
09:46.54cthom06yah, in honor hold i think
09:46.58cthom06for alliance
09:46.59Lukiankk
09:47.11cthom06its one of those smithy buildings
09:48.53DezzimalOrionshock: its a guy named Kalman
09:49.00Dezzimaldunno if he camps in here
09:49.12Dezzimalya there he is
09:50.18*** join/#wowace tolanri (n=tolanri@172-105.dsl.sky.cz)
09:52.04CIA-803steste78 * r57634 10FuBar_ChimeClockFu/FuBar_ChimeClockFu.toc: FuBar_ChimeClockFu:A FuBar Chime and Alarm Clock
09:52.33CIA-803steste78 * r57635 10FuBar_IceHudFu/FuBar_IceHudFu.toc: FuBar_IceHudFu:Adds a FuBar opition for IceHud
09:55.41Ellipsisanyone here use googletalk for voice calls while playing WoW?
09:58.39CIA-803steste78 * r57636 10FuBar_IceHudFu/: FuBar_IceHudFu:Adds a FuBar opition for IceHud
09:59.28*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
09:59.49Funkeh`hi
10:01.18OrionshockKalman|: does scrubs do gear as well as talent spec?
10:01.38Kalman|Orionshock: No, just talentspec.
10:01.49Kalman|And I'm not maintaining it anymore, Slake took it over.
10:01.54Orionshockever thought bout doing gear?
10:01.59Kalman|I just did an initial version, his is much cleaner.
10:02.16Orionshockwho's?
10:02.19Kalman|Slake.
10:04.15RaydenUgreen iron patterns are vendor?>
10:05.10Kalman|Trainer.
10:09.00RaydenUam i the only person who enjoys a really good challenge?
10:09.16RaydenUi invited a warrior to join this rogue and i in trying to kill these 11 ~21 mobs
10:09.26RaydenUhe saw them, wiped and thought it was hopeless
10:09.34RaydenUwasn't interested in trying it anymore
10:09.42cthom06i hate that
10:09.43RaydenUi find situations like that really fun because of the challenge :)
10:10.19RaydenUsituations you know you *can* do, it will just take a little extra work and care
10:15.16Dezzimalwhat level is the new stuff in dustwallow meant for?
10:15.47cthom0639-41
10:15.53cthom06and its really easy
10:16.03Dezzimalah good
10:16.11cthom06went 39-40 in <1.1 hours
10:16.13DezzimalI see a nice empty spot in tourguide for them
10:16.52Kalman|I did it a bit earlier, think I did 37-39 there.
10:17.32DezzimalI put savagery on my whirlwind axe :X
10:18.01Dezzimaland I had crusader on my Sindorei Warblade before that lol
10:18.08Dezzimalneed to stop doing that I'll be broke when I hit 70
10:18.30Kalman|I didn't enchant my whirlwind mace.
10:18.34Kalman|Too cheap.
10:18.46Kalman|Hoping I'll have enough cash when I hit 70 to pick him up his epic flier directly.
10:18.59cthom06the onyl enchant ive had are ones i did myself as i DE'd soulbound stuffs
10:19.19cthom06but my mains only 62, so...
10:24.50Kalman|Sitting over 1k AP at 51 is pretty funny, though.
10:25.01Kalman|With shout/rampage up, obviously.
10:25.58cthom06wouldnt know, ive been prot spec since 40 :P
10:28.22*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
10:29.08Orionshockwhats the assessment tag for [raw healing this fight]
10:30.55Pkekyo|g'morning all
10:31.54*** join/#wowace ND (n=Miranda@h062040167062.gun.cm.kabsi.at)
10:32.59Pkekyo|glue + hair sucks :<
10:33.57*** join/#wowace elaa (n=ela@p54B4FBF2.dip.t-dialin.net)
10:34.08nevcairielowned
10:36.30Pkekyo|indeed
10:36.55Pkekyo|you know one of those sticky-type bandages? self-adhesive or whateverthefuck they're called....those+hair doesn't mix too well
10:37.37exor674you know what else... glitter
10:37.54exor674I hate glitter so much -- accidentally get some on me and it won't come off for months
10:37.57cthom06glitter is evil
10:38.05Finperhaps you should try glue instead, Pkeyko
10:38.45Pkekyo|Fin: I think not treating that injury at all would be better tbh...too many unknown :p
10:39.12FinPkekyo|: well you won't know if you don't try
10:39.23Fingo on
10:39.24Fintry glue
10:41.02Pkekyo|bwahah
10:41.06*** join/#wowace Livid` (n=blah@82-47-201-219.cable.ubr04.shef.blueyonder.co.uk)
10:41.44Pkekyo|nah, it's fine...I'd rather die from infection tbh... spent the last 40 min trying to get that piece of shit self-adhesive (right words?) bandage off in immense pain...enough for one day
10:44.50RaydenUhttp://www.youtube.com/watch?v=DDfZdfeJ1nc
10:44.52RaydenUso awesome
10:47.27Pkekyo|bwahah, too cool
10:48.15*** join/#wowace moonsorrow (n=moonsorr@78.42.53.180)
10:48.54Pkekyo|what's that round black thing infront of the car?
10:50.46RaydenU?
10:51.06RaydenUhmm
10:51.23RaydenUwas it on the car before the water?
10:51.24RaydenUdunno
10:51.43nevcairielthats the canal cover that was blown out by the water
10:52.52RaydenUit was inside the hole?
10:53.16nevcairielon top
10:53.27RaydenUif you look at the first few seconds the hole isn't covered
10:53.55nevcairielit is, look close
10:54.35RaydenUi thought i saw water just bubbling out
10:54.37Wogroipl<PROTECTED>
10:55.04RaydenUyeah i guess
10:55.16RaydenUwell goodnight
10:57.27*** join/#wowace Srosh (n=Srosh@c155103.adsl.hansenet.de)
11:05.11OrionshockNeoTron & others, i'll have a wws report with in an hour
11:06.36*** join/#wowace Guardix (i=martin_j@87.59.120.80)
11:07.11*** join/#wowace mort (n=mort@azureus/mort)
11:12.36Orionshocknote to self... find a new guild....
11:13.05*** join/#wowace Matrix110 (i=blubb@pD957E6B7.dip.t-dialin.net)
11:15.40exor674aw Orionshock?
11:16.03Orionshockdumbass ppl in my guild
11:16.06Orionshocktoo much CRI
11:16.19*** join/#wowace Guardix (i=martin_j@87.59.120.80)
11:25.34*** join/#wowace Guardix (i=martin_j@87.59.120.80)
11:27.13*** join/#wowace Daemona (n=koaschte@pD9E2B2AC.dip.t-dialin.net)
11:27.29NeoTronOrionshock: cool. heading to bed now but feel free to /msg it to me so I can find it easier/remember
11:27.42Orionshockbotmail ftw :D
11:28.06Orionshockbtw anyone know the CD or
11:28.15*** join/#wowace tedr0ck (n=tedrock@d235-156-27.home1.cgocable.net)
11:28.23Orionshockbtw anyone know the CD or "average there of" on gruul's hateful strikes?
11:28.28*** join/#wowace CIA-8 (n=CIA@208.69.182.149)
11:29.07KeiasEvery 8s
11:32.05*** join/#wowace Gale (n=Gale212@85-211-253-26.dsl.pipex.com)
11:39.08*** join/#wowace a^i`SmaN (i=drag@mlr78-3-88-162-68-235.fbx.proxad.net)
11:40.54Orionshock3 hours of raid, and only 28mins of combat...
11:41.07Orionshock...something wrong with these numbers...
11:41.21nevcairielrofl
11:41.31nevcairielrofl
11:41.34nevcairielwoops
11:41.54nevcairielstupid client
11:42.38Orionshockhalf way tempted to log off vent again and listen to evanessance instead....
11:44.34Ozguli`ewww
11:44.48Ozguli`but maybe if your vent chat sucks that badly
11:45.15*** join/#wowace Vulcanus (n=Vulcanus@216-241-247.231210.adsl.tele2.no)
11:45.22Orionshockgot our main healer bitching about how much he sucks, and how much i suck as a druid tank... and bitch this and bitch that.....
11:46.10Orionshockwhat they don't understand is that we don't belong in gruul's yet, HKM -yes but we waste time and money on gruul every week and im getting sick of it
11:47.00nevcairielgruul isnt really hard .. ya know
11:47.13Ozguli`but if they don't have the gear?
11:47.38Orionshocknevcairiel: in retrospect it isn't but for a new guild it is
11:47.39nevcairielfull kara will do
11:47.42VulcanusMy guild also struggles on Gruul, but that's mainly because of scrub rogues who fail to grasp that they are not supposed to run to the damn wall
11:48.17RLD_osxdamn.... took EOS from horde 2000 to 0
11:48.17nevcairielyou can even do ZA now and get some really good gear
11:48.27Orionshock6 pug'ers
11:49.20VulcanusZA is like t5 gear req d00d, you can't kill more than the first boss unless you have imba epics
11:49.32Dezzimaleagle's easy
11:49.34Orionshockya
11:50.01nevcairielVulcanus: of course you can, we do alt runs to ZA with kara equip, l2p :P
11:50.08*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
11:50.11Vulcanusbs XD
11:51.45*** join/#wowace bindi (n=indigo@d54C68C7E.access.telenet.be)
11:57.58*** join/#wowace Monztah (n=hamstad@213-65-211-58-no96.tbcn.telia.com)
12:05.41*** join/#wowace Lemming2K (n=winblock@port-83-236-58-123.dynamic.qsc.de)
12:05.58*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
12:07.21*** join/#wowace Gandharva (n=Miranda@dslb-084-057-011-089.pools.arcor-ip.net)
12:08.58*** join/#wowace elaaa (n=ela@p54B4E510.dip.t-dialin.net)
12:09.54Xinhuan[12/29 19:52:02] <nevcairiel> Vulcanus: of course you can, we do alt runs to ZA with kara equip, l2p :P
12:09.56Xinhuan^^
12:10.12Xinhuanwith some heroic badges gear, its doable
12:12.34Dezzimalgcd for warriors is just 1 sec right?
12:13.09Nargiddley1.5
12:13.19Dezzimaljust for cats and rogues then?
12:13.21Nargiddleyrogues and cat druids have 1
12:13.28Nargiddleyyeah
12:13.39Dezzimalimp slam still worth it when I ding 32 right?
12:14.25Dezzimalit doesn't seem to suffer from spell pushback which is odd
12:15.21*** join/#wowace kovi (i=kovi@p4FD64E9A.dip.t-dialin.net)
12:16.09Ozguli`hu?
12:16.17Ozguli`I thought that all classes have 1 sec gcd
12:16.35*** join/#wowace Elkano (n=elkano@WoWUIDev/WoWAce/Elkano)
12:16.35Nargiddley1.5 sec is the normal gcd
12:16.45Ozguli`hmm.
12:18.01Finwhy the hell does the "remember account name" checkbox untick itself as soon as you change the account name
12:18.04Finwhat sort of weird logic is that
12:18.37Fin"you're using a different account name... so obviously you won't want to remember anything you put in the account name field next time."
12:21.18Dwarikthat's if you log in at your friends house just once
12:22.39*** join/#wowace Azurewrath (i=Azurewra@83.243.116.62.static.cablesurf.de)
12:22.51Orionshockfinal fucking lee, Gruul down for a guild 3rd time
12:36.37*** join/#wowace Gale (n=Gale212@85-211-253-26.dsl.pipex.com)
12:46.18*** join/#wowace CIA-8 (n=CIA@208.69.182.149)
12:46.50*** join/#wowace Gale (n=Gale212@85-211-253-26.dsl.pipex.com)
12:47.48*** join/#wowace lokaze (n=craze@64.86.134.178)
12:48.45lokazeanyone up?  can someone tell me the difference between "OnEnable" and "Enable" event?
12:50.38*** join/#wowace [dRaCo] (n=drc@p5B2284BE.dip0.t-ipconnect.de)
12:54.12thulI got no clue at all, but "onEnable" sounds like "when this gets enabled..."
12:54.21thulwhile "enable" is more "enable this shit now foool!"
12:56.36Vulcanushonorfu is rightly fucked atm XD
12:56.46exor674oh?
12:57.22*** join/#wowace [AR]Camci (n=enescamc@c-1130e353.572-1-64736c10.cust.bredbandsbolaget.se)
12:58.42*** join/#wowace Neothor (n=mark@sd5114c77.adsl.wanadoo.nl)
12:59.31*** join/#wowace Chompers (n=Chomp@cpc2-cove7-0-0-cust20.brhm.cable.ntl.com)
13:00.26Vulcanusyeah, chat is spamming honor gain but honorfu says 0 honor
13:00.49Vulcanusthen after enough chat spam it said 1 honor, then when I gained 20 bonus honor it just says 20
13:01.24Ellipsiswoot, 10 dailies in 2 hours...new record \o/
13:01.30thulhaha
13:01.33thulhow much gold is that?
13:01.41thul120? :-P
13:01.42exor674115 probably
13:03.30Vulcanussome dailies give less than 11g99s tho
13:03.34thulhmm, I would still make more gold pr hour from grinding motes or skinning them :-(
13:05.31Vulcanusbut you can do both, dailies are piss easy
13:05.40Vulcanusand dailies arent usually grinding
13:06.07*** join/#wowace CIA-8 (n=CIA@208.69.182.149)
13:08.34thulwell, if 10 dailies take 2 hours, I can grind about..
13:08.35thul*thinks*
13:08.52thul40-60 nether scales..
13:09.00Cheadsif 10 dailies take 2 hours, I can grind about....20 minutes and get bored from grinding
13:09.05Cheads;O)
13:09.35Ellipsisyeah, I did all 12g dailies so ~120g
13:09.45EllipsisI skip the ones that give less because I'm greedy :P
13:10.07Ellipsisalso got a few netherwing eggs along the way, so lots of rep there total
13:12.06thulhttp://eu.wowarmory.com/character-sheet.xml?r=Laughing+Skull&n=Blazerbl <- he outheals my dps :-(
13:12.49*** join/#wowace Vegeta]BT[Work (n=Vegeta-G@pD9E9A506.dip0.t-ipconnect.de)
13:12.54ramozEllipsis: 2hrs? i normally dont use more than two
13:12.54[dRaCo]good for him, bad for you :P
13:13.31thul:-(
13:13.41thul400+ resilience priests are hard :-(
13:13.52thuli got like 70% crit on my ambush and 55% crit on my backstab
13:13.56Ellipsisramoz: meh, I did the long ones like the netherwing quest in nagrand and such
13:13.58thulbut even those have problems :-P
13:14.00Ellipsislots of flying around
13:14.23thuldI want a EotS epic flying mount :-P
13:14.24ramozoh
13:14.48*** join/#wowace [Liquidor] (n=denras19@130.225.247.36)
13:14.51ramozi do 4 at orgila, two at skettish and four at netherwing
13:15.29EllipsisI did cooking, 2 skettis, and 7 netherwing
13:15.44ramozogrila ones own
13:15.46ramoz:D
13:15.55[Liquidor]Can anyone read this line?
13:16.07Ellipsisyeah but I'd only get to do 2 of those, and skettis was on the way :P
13:16.08Cheads[Liquidor] yeh
13:16.15[Liquidor]kk
13:16.23thulhmm, seldom possible to do the sky-thing quests at my server:(
13:17.52[Liquidor]you guys know of any ingame notepad or similar?`
13:19.41*** join/#wowace Matrix110 (i=blubb@pD957F775.dip.t-dialin.net)
13:20.48thulhttp://wowui.incgamers.com/?p=mod&m=1718 Livid`
13:20.49thulbah
13:20.50thul[Liquidor]:
13:21.01Livid`:)
13:21.33[Liquidor]1 year old, wonder if it still works
13:21.53ZhinjioTinypad
13:21.58Zhinjioon incgamers, works.
13:22.14[Liquidor]kk
13:25.05CIA-803funkydude 07Beta * r57643 10Ace3/split.bat: Ace3 - fix splitting
13:25.21thulI'm an angel, I know
13:26.51XinhuanFunkeh`, who did aceserializer
13:27.04Xinhuanfor ace3
13:27.52xyu`I just got 350 jewelcrafting! wewt.  Which should be the first design i spend a big chunk of cash on? ^^
13:28.51ZhinjioHey Xinhuan
13:29.01[dRaCo]8str, 4str/6stam, 4crit/4str and you've got all I need :P
13:29.06Xinhuanhi
13:29.52xyu`what class are you [dRaCo]?
13:30.45[dRaCo]shaman
13:30.54ZhinjioRequesting code lookover and efficiency check: http://geo.trippy.org/SKG/SKG_5.02.zip .... any help at all is appreciated. http://skg.trippy.org/ for plugin forum/blog
13:31.46xyu`I think i'll try buying a Living Ruby design those seem to sell well.  either that or maybe a Topaz
13:31.51ZhinjioXinhuan, routes continues to perform well for me. I'm still adding more nodes to it daily, and with the exception of a bad choice or two for how to repath, its doing awesome.
13:32.44xyu`Is there a way to set up custom routes?  or does it have to use every node on the map?  
13:32.53Xinhuanno way ;d
13:32.56xyu`I'd like to trim down those skewed nodes
13:33.03Xinhuanyou can delete the nodes though
13:33.04*** join/#wowace faCe| (n=f@pD955C0D3.dip.t-dialin.net)
13:33.10xyu`true
13:33.11Xinhuanand that will delete that node from the route too
13:33.50xyu`i think it'd be fun to draw my own little route though.  All this whiteout on my monitor is getting annoying.
13:34.46FinZhinjio: how do you pronounce your nick?
13:35.28thulboar d00ds ftw.
13:35.30thulSINJO!
13:35.55xyu`If it's chinese,  Zhing would sound like Jin   (in as in in)  woot
13:36.07xyu`in the car
13:36.13xyu`er no g
13:36.15xyu`gd i need sleep
13:36.29ZhinjioIts not ... zhin - dgeeo
13:37.00Zhinjionot zin or sin, its a soft zh sound
13:37.18Zhinjiobut... honestly, its a made up name, so you can probably pronounce it any way you want
13:37.24Zhinjiomy life long nick is actually Geo
13:37.30Zhinjiobut... well, thats almost always taken
13:38.01xyu`i'm just an ex why you,  most people call me zy you,  or zoo,  or jew,  or shoe.
13:38.08*** join/#wowace Batos (n=Batos@193.69.144.170)
13:38.12xyu`sometimes they get it right though
13:38.16EllipsisI like shoe
13:39.02LukianAre the hounds in ramparts linked to the beastmaster? ie. does nuking him cause them not to spawn?
13:39.20thuljew thewin
13:39.59[dRaCo]Lukian: yeah, at least the ones he calls
13:40.24*** join/#wowace Zevanna (n=qw@d54C46DD9.access.telenet.be)
13:41.02xyu`I've always had them spawn
13:41.06xyu`even if we dps'd him down first.
13:41.10xyu`maybe my dips sucks ;;
13:41.37Lukianxyu`, that's what i'm finding atm
13:41.48Lukian[dRaCo], you are certain? (our dps probably just sucks)
13:42.05xyu`i was kidding my dps is supar!   i think they come no matter what.
13:42.11[dRaCo]we manage to do so almost every time, so yes.
13:42.39[dRaCo]we're in SSC/TK gear, though :>
13:42.49xyu`although i've never made it a priority.  Like Precasting a trinketed pyro or something.
13:44.03Zevannais there anyone who can help me with 'sig image generator'?
13:44.49xyu`I don't think i can,  all i know about it is you type in your information and hit "submit"
13:44.51xyu`and presto!
13:44.52Zevannai want to implement it to my website
13:54.02Orionshockif you pairs() over an empty table [[  { } ]] , will it return nil,nil for the loop or just skip?
13:54.15Ellipsisoh god, make it stop
13:54.41Ellipsislogged on WoW on my bf's computer and his UI memory usage is 214MiB
13:54.42Xinhuanit will not loop
13:54.44Xinhuanon an empty table
13:54.49Xinhuano iterations
13:54.51Xinhuan0
13:55.46ZhinjioXinhuan ... do you also sell metas or no?
13:55.55Xinhuani don't really try, but i used to
13:57.40Xinhuanhow do you get a UI that uses 214 mb ram
13:58.01Xinhuaneven auctioneer caps itself at 20 mb or so and lootlink with 65k items on mine is only 21 mb
13:58.13Wogroiplnever clear recount
13:58.33Finer, yeah, I'd really quite like to know how it got that high as well
13:58.41Xinhuanaha recount
13:58.42Xinhuanwould make sense
13:58.57FinI have the most mods installed that I know of from anyone I know, and my normal usage is still only about 80 MB
13:59.27LukianI was about 97
13:59.36Lukianthen I cleaned out and back to 60ish
13:59.37Finwas?
13:59.54ZhinjioI'm at .... about 100m
14:00.20Fina lot of it is just all the in-game databases of quests and merchants and vendors etc.
14:00.22Wogroiplat startup I'm around 32MB
14:00.33thulI need 40 heroic badges :-(
14:00.43Wogroiplwith about 60 addons installed
14:00.57Orionshockahhhahaahhhhhhhhhhhhhhhh
14:01.01Wogroiplclear Kara and you're halfway  thul
14:01.02OrionshockCache =/ = Cahe
14:01.06Finhey Ellipsis, set the font quite small and turn the max addons up to 400 in PerformanceFu, and take a screenshot of the tooltip :)
14:02.03thulWogroipl: well, getting a random group for kara is hard these days :-P
14:02.11thuli want the 50 badge leather headpiece :-(
14:02.27ZhinjioMy major offenders are .... Lootlink at 21M, everything else is 5M or lower
14:02.33WogroiplI need 177 more badges :(
14:02.51Pkekyo|yay, just ordered a new shipment of DVDs :)
14:03.02*** join/#wowace kaugummi (n=kaugummi@2002:4e2f:9603:0:0:0:0:2)
14:03.14LukianPkekyo|, send me money, thx
14:04.10thulwell, I need lots more if i want the badge-set
14:04.41thulnow I have a weird mix of pvp-oriented stat-gear and pve-stat gear, it would be wise of me to get badge-gear for pve and s1/s2 gear for pvp
14:05.00Pkekyo|Lukian: just spent'em all :p
14:05.05thulbut the guild seems to be breaking up and I cba to find a new one :-P
14:05.35*** join/#wowace nekoh (n=nekoh@pD9E0008E.dip0.t-ipconnect.de)
14:06.23exor674yeah, Isit at 100mb too, my Major offenders Ace2 at 25MB and Recount at 16MB
14:06.59Zhinjiowow, my ace2 is at 4M
14:07.02Zhinjioweird
14:08.16Lukianno-ext, mines at 2M :p
14:08.32Zhinjiooh, right. yeah, no-ext
14:08.48thulhmm
14:08.52exor674no-ext here too
14:08.58thuldoes casual BT/Hyal-guilds exist? :-P
14:09.01thullike 1-3 raid pr week?
14:09.10Lukianexor674, it's probably recount's abuse :D
14:09.48exor674yeah, did a clear data of recount
14:10.07exor674and forced GC -- Ace2 down to 6.4MiB
14:11.59Chompersno chance thul
14:12.10Chompersimagine a casual guild attempting kael
14:17.32Zhinjioits possible we may be merging another guild into ours shortly. Anyone have any advice?
14:18.43Wogroiplyeah, don't make them officers
14:20.08Zhinjiowith the exception of one or two people who will stay on as honor guard (jr officers), to act as liaison during the integration, I don't think any of them even want to be officers anymore.
14:20.49*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
14:22.11Ellipsis[6:00:06 am] <Fin> hey Ellipsis, set the font quite small and turn the max addons up to 400 in PerformanceFu, and take a screenshot of the tooltip :)   << should I really? it's pretty scary
14:22.22Ellipsisthe worst ones are lootlink and auctioneer
14:22.31Ellipsisbut it's actually just a lot of little things adding up, it seems
14:23.06EllipsisI think I'm going to make him clean up his UI when he comes home >_>
14:24.17Xinhuanso what was eating the 214 mb ram?
14:26.21EllipsisI'm not exactly sure
14:26.34Ellipsisit looks like just hundreds and hundreds of addons that are mostly in the 500KB-1MB range
14:26.37Lukian[Ammo], vhaarr : in yet?
14:26.58Xinhuanso nothing obvious
14:27.00Ellipsisnope
14:27.01Xinhuanusing a lot?
14:27.04Xinhuanlol?
14:27.13Ellipsisthe only big ones were auctioneer and lootlink at 15-20 each
14:27.20Xinhuanstart getting rid of duplicate addons
14:27.25Xinhuanlike bigwigs + dmb
14:27.25Ellipsissrsly
14:27.35Xinhuanor 4x damage meters
14:28.15Ellipsisthe UI itself is ridiculously cluttered
14:28.29Ellipsiswall-to-wall fubars full of text and icons for things I can't imagine him ever needing
14:34.22*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
14:35.39*** join/#wowace QuantumDelta (i=blahblah@77-99-38-93.cable.ubr04.chap.blueyonder.co.uk)
14:39.52Orionshocki think i finished it :D
14:40.10Pkekyo|g'morning all
14:40.28Orionshockall i need now is testing on a larger scale :\
14:42.22Orionshocki finished my GuildCrafts addon, needs some polishing touches on moving some variables local... but it works :D
14:43.03Zhinjiowhats it do?
14:43.09Zhinjiotracks crafting across a guild?
14:43.26Orionshockit's a sync mod of course, but ya it tracks what ppl can craft with in a guild
14:43.50ZhinjioI'm very interested in that.
14:44.00Orionshockit's expandable to server wide, just need to add in a module to monitor a chat channel for joins and leaves and leave the rest to addon whispers
14:44.39Zhinjiowhere's it currently hosted?
14:45.00Orionshockhttp://shock-wow.googlecode.com/svn/trunk/GuildCraft/
14:45.13Orionshockyou'll need Ace3 and LibGratuity
14:46.08Orionshock... Zhinjio it's not entirely localized so don't do anything weird with it
14:46.51ZhinjioI'm in enUS, and I always do weird things.
14:46.52Zhinjioheh
14:46.59ZhinjioAce3 might be a deal-breakable in our guild.
14:47.05Zhinjiobut I'll do some testing and see how it goes.
14:47.05Orionshockwhy?
14:47.17Zhinjioignorance
14:47.20Orionshocklol
14:47.47Orionshocki can put up a pre packaged zip on the download side if you'd like
14:47.57ZhinjioI was just going to ask.
14:48.00Orionshock<PROTECTED>
14:48.02ZhinjioI can manage without if its too much trouble.
14:48.48*** join/#wowace Polarina (n=Polarina@unaffiliated/polarina)
14:49.57Zhinjiook, its all downloaded. getting ace3 now.
14:50.21Orionshockgive me bout 3 more mins i'll have a zip for ya... might not work...
14:50.28cladhairewhy isn't ace3 embedded in it Orionshock ?
14:50.39Orionshockfk it, you make it, i'm going to bed
14:50.48NeothorA small question here. I am looking in to Ace to build my own little addon for WoW but I wonder is there an editor that supports lua?
14:50.50Orionshockcladhaire: lazy atm
14:50.52Zhinjiowhere is ace3? Hrm. G"night.
14:51.12OrionshockZhinjio: /branches/Ace3/Beta/
14:51.30*** join/#wowace mitchnull (n=mitchnul@dsl85-238-72-77.pool.tvnet.hu)
14:51.42Orionshockcladhaire: i run all disembedded locally so i don't care much for externals or embeds when messing arround with my google code suff
14:52.11cladhaire*shrug*
14:52.15cladhairei hate the word disembedded
14:52.19cladhairei want to stab whoever invented it
14:52.27[Ammo]tekkub!
14:52.36cladhairei dont think it was him
14:52.42[Ammo]am afraid it was
14:53.17cladhairewell i'll stab him
14:53.25cladhairefuck the name, and fuck the concept
14:53.50Zhinjiozips don't work in the branches, I guess. blah.
14:53.52Orionshocklol
14:53.57Zhinjioguess I'll tortoise it down
14:54.18OrionshockZhinjio: WAU + CLI-SVN client == bliss for branch addons
14:54.33[dRaCo]Neothor: afaik notepad++ and ultraedit both have syntax files for lua
14:54.37*** join/#wowace dabujo (i=xx@p54ACBDFB.dip0.t-ipconnect.de)
14:55.00Orionshockcladhaire: why the hate ?
14:55.22cladhairethe problem was NEVER embedded libraries
14:55.31cladhaireit was the shit that got packed into libraries that were supposed to be small and embedded.
14:55.56cladhairebut *shrug*
14:55.59cladhairei mostly hate the name
14:56.05Orionshocklol
14:56.07cladhaireand the "Champions" of the "disembedded" camp
14:56.12Neothorthnx [dRaCo], I was just to lazy :P I already found an addon for eclipse :p
14:56.38Orionshockwouldn't the correct tense be  "un-embedded"
14:56.43Cheadsyou have "disembedded" libraries etc. everywhere....?
14:57.01PolarinaI want 2.2.3 again because it's stable and 2.3.0 isn't!
14:57.08cladhaire... ?
14:57.11cladhairePolarina: ?
14:57.40Polarinacladhaire: If the version number in the middle is odd, the release is unstable. If it is even, it is stable.
14:57.53cladhairein _YOUR_ versioning scheme .. sure.
14:57.54Polarinaunstable or development release.
14:58.00OrionshockZhinjio: if it recursively deletes everything blame Xinhuan i got the recycling functions from him
14:58.03Zhinjioblah, libgratuity-3.0 ... missed that.
14:58.03Xinhuancladhaire, would you consider using ace3 in future addons?
14:58.09cladhairegood thing that's not how Blizzard works
14:58.19Polarinacladhaire: Linux uses that versioning scheme! It's NOT mine!
14:58.26cladhaireyes.. but NOT blizzard
14:58.30cladhaireso why are you pushing it on them?
14:58.42cladhaireXinhuan: if they use a stable tagging mechanism, possibly
14:58.50Cheadsno, they are not purposely using it =)
14:59.06Xinhuanammo, i found an issue in ace3serializer just reading thru the code
14:59.20[Ammo]jira it
14:59.28Xinhuanbut that means i have to make a jira account
14:59.33Xinhuandon't want to do that :D
14:59.33[Ammo]yes
14:59.38[Ammo]shrug
14:59.44Xinhuananother password to keep track of
14:59.58Cheadsuser: xinhuan pass: ammo =)
14:59.58Arrowmasterlinux kernal versioning doesnt use the odd/even unstable/stable system anymore
15:00.01cladhairewhy doesn't it use the svn auth
15:00.37*** join/#wowace Amadeo (n=amadeo@c-69-140-91-57.hsd1.md.comcast.net)
15:00.55cladhaireArrowmaster: that's what I thought.. but regardless its assinine to apply that to Blizzard's versioning system.
15:01.05Zhinjiook, so ... um, how do I open it up?
15:01.16*** join/#wowace cibs (i=cibs@caffeine.iem.NCTU.edu.tw)
15:01.18ZhinjioI see no icons /gc and /guildcraft don't work
15:01.49ZhinjioI only have one Ace3Serializer error in my bugsack
15:02.03Xinhuanit errors when you try to serialize NaNs
15:02.16Xinhuanbecause it tries to tostring() it, and then on deserialize it does tonumber()
15:04.00*** join/#wowace harldephin (i=harl@dslb-088-076-061-078.pools.arcor-ip.net)
15:04.04cladhairedon't try to store NaN :P
15:05.03Xinhuanit serializes fine because tostring() works
15:05.05Orionshocklol Zhinjio you'll have to add ace serilizer to the Ace3.toc file because they are noobs
15:05.13Xinhuanit just doesn't deserialize it as tonumber() fails
15:05.23Xinhuanhence that's an ace3 issue
15:05.37Orionshock<PROTECTED>
15:05.42Xinhuananything serializable should be able to be reversed
15:05.45Zhinjio<PROTECTED>
15:05.54Amadeodig dug
15:06.05Zhinjioso is there a "Select All" option before you publish?
15:06.11ZhinjioIt scanned my skill correctly at least
15:06.45Zhinjioalso a "Refresh" button if I scan another skill while its open, maybe?
15:06.47OrionshockZhinjio: no it defaults to none, it's intended to only have your top items to be shared, everything else you can look up online
15:06.53Zhinjiook
15:07.29Zhinjioit also ignores first aid, which I suppose is a good thing.
15:07.50Orionshock:D
15:08.00Zhinjiowhere does the browser come into play?
15:08.04OrionshockZhinjio: throw your sugestions up on the google code tracker,
15:08.06Zhinjiounder what circumstances does it show up, I mean
15:08.08Zhinjiook
15:08.29Orionshock<PROTECTED>
15:08.40Zhinjioheh. ok
15:08.44Orionshock...do a svn update, i reEnabled the slash command
15:09.25vhaarrLukian: hm?
15:09.35Orionshockcurrently it talks to it'self, but it'll stop doing that. it will eventualy enforce a 1 min difference between publishes
15:09.58Zhinjioloading it on another toon to get some chatter going
15:10.05Zhinjioanother account, I mean
15:10.18Orionshockhehe....
15:10.21Orionshocknight all
15:10.40*** join/#wowace CIA-8 (n=CIA@208.69.182.149)
15:12.36*** join/#wowace _neuron_ (n=x@85.252.66.77)
15:13.46*** join/#wowace Paradox (n=Paradox@cpc2-brmb4-0-0-cust295.bagu.cable.ntl.com)
15:13.58Pkekyo|rofl, some guy in a car fell asleep and took out eight people today
15:15.55*** join/#wowace Pernicius (n=chatzill@78.52.131.176)
15:16.51*** join/#wowace Megalon (i=starfox@85.127.163.210)
15:16.58*** join/#wowace Vilkku (n=Vilkku@dsl-83.148.242-78-dynip.ssp.fi)
15:17.59CIA-803cwdg * r57650 10Antagonist/Locals/zhCN.lua:
15:17.59CIA-8Antagonist:
15:17.59CIA-8- fix zhCN local's font
15:21.08*** join/#wowace mort (n=mort@azureus/mort)
15:21.20Stan_[2007/12/29 16:20:40-448-x1]: AceComm-2.0-57236 (Ace2):307: bad argument #1 to 'string_char' (invalid value)
15:24.12*** join/#wowace Psylo (n=grut@AAnnecy-157-1-52-251.w86-219.abo.wanadoo.fr)
15:25.21*** join/#wowace _Arch (n=Arch@79.140.78.11)
15:26.03UhuruHi
15:26.43Uhuruam i the only one to get problems with cg_switcher since last update ?
15:29.37Uhuruok ...
15:29.58[dRaCo]at least noone complained here... checked the forum thread?
15:30.19Uhuruyep i checked
15:31.20Uhuruthe "enabled" option in cg_switcher don't work since last update, it is always enabled
15:32.14Uhuruand i got a set with only one trinket equipped, before update when i equip this set all my other items in others sockets stay equipped
15:32.33Uhurunow it unequip all my other items when i equip this set
15:53.24*** join/#wowace Telrin (n=test@ip4da125d2.direct-adsl.nl)
15:58.25Lukianis there an addon to turn the grimoire seller into a list of trainable skills / hide ones my pets already hae?
16:09.24Industrialyes there is
16:09.38Industrialcheck the warlock sub addons dir at wowi
16:22.29*** join/#wowace j39f3fs (n=kaugummi@2002:4e2f:9603:0:0:0:0:2)
16:25.43*** join/#wowace Kain___ (n=Highwind@ip72-209-238-72.dc.dc.cox.net)
16:25.47*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
16:26.14Kain___somehow i hid the anchor for incubator.. anyone know how to turn it back on?
16:28.29WogroiplKain___ /incubator locked?
16:29.12Wogroiplor /incubator baroptions locked?
16:29.26*** join/#wowace sb (n=sb@dslb-084-056-165-067.pools.arcor-ip.net)
16:29.33sbhm
16:29.42sbwtb some numbers shadow priest + mage vs. sp + lock ;)
16:29.53sband why destro lock rocks w/ shadow
16:30.26*** part/#wowace Amadeo (n=amadeo@c-69-140-91-57.hsd1.md.comcast.net)
16:37.22Pkekyo|band of brothers = win
16:37.24Pkekyo|:)
16:37.49Elkanoright ^^ got me the box
16:38.59[dRaCo]sb: destro + sp: misery + imp. sb
16:40.09sbi know - but i think sp+destro is > sp+fire mage
16:40.18sbbut i need some numbers here ;)
16:44.00*** join/#wowace emagdnim (n=mindgame@217.54.100.97.cfl.res.rr.com)
16:44.33*** join/#wowace Guardix (i=martin_j@87.59.120.252)
16:44.56*** join/#wowace Guardix (i=martin_j@87.59.120.252)
16:45.57*** join/#wowace fridgid (n=Fridgid@24.96.171.111)
16:50.33Zhinjiowhere do I know the name THerigwin from
16:52.26*** join/#wowace WALoeIII (n=WALoeIII@ip68-108-228-161.br.br.cox.net)
16:52.42*** join/#wowace Vegeta]BT[Work (n=Vegeta-G@pD9E9A506.dip0.t-ipconnect.de)
16:53.22*** join/#wowace Varazir[NA] (n=zedde@h-91-126-52-33.wholesale.rp80.se)
16:53.38*** join/#wowace Osstia|mac (n=terryr@c-71-195-218-41.hsd1.ma.comcast.net)
16:53.57*** join/#wowace Arcanefoam (n=chatzill@201.244.204.96)
16:54.09*** join/#wowace fridg (n=Fridgid@24.96.171.111)
17:00.53*** join/#wowace potemkin (n=kollekti@c-71-232-111-118.hsd1.ma.comcast.net)
17:04.13*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
17:07.04Osstia|macGood Morning
17:08.03Arcanefoamgood morning
17:09.29ZhinjioYo
17:09.43Arcanefoami know u can add a line of code in your core.lua file to show the current revision of your addon as SVN chagnes each time you commit. Can any 1 tell me were to find who to do it?
17:10.00Arcanefoamhow to*
17:12.10Ellipsisisn't it just $Rev$ ?
17:12.10IndustrialArcanefoam: http://svnbook.red-bean.com/
17:12.26Ellipsisoh hai Industrial
17:12.41Industrialy hello thar
17:13.03Arcanefoamsomething like "$Revision: 00000 $"
17:13.08Arcanefoam?
17:13.15IndustrialArcanefoam: see link
17:16.34*** join/#wowace Zedde (n=zedde@h-91-126-52-33.wholesale.rp80.se)
17:21.44Chompersas usual
17:21.51Chompersuh, wc
17:25.34*** join/#wowace Hjalte (n=chatzill@0x5733749b.svgnxx3.adsl-dhcp.tele.dk)
17:25.35*** join/#wowace Funkeh` (n=funk@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
17:33.15*** join/#wowace ag` (n=Andreas@0x535cbb04.bynxx18.adsl-dhcp.tele.dk)
17:36.37*** join/#wowace DarkImakuni (n=mju@77.86.5.239)
17:37.12*** join/#wowace ]Don (n=don@73.209.216.81.static.vbg.siw.siwnet.net)
17:40.43*** part/#wowace mitchnull (n=mitchnul@dsl85-238-72-77.pool.tvnet.hu)
17:41.00*** join/#wowace WALoeIII (n=WALoeIII@ip68-108-228-161.br.br.cox.net)
17:41.38*** join/#wowace mitchnull (n=mitchnul@dsl85-238-72-77.pool.tvnet.hu)
17:44.09*** join/#wowace Arcanefoam (n=chatzill@201.244.204.96)
17:45.12CIA-803arcanefoam * r57653 10DHUD2/ (. core.lua):
17:45.12CIA-8DHUD2:
17:45.12CIA-8-Added svn:externals and $Revision and $Date to core.lua
17:47.44Finhaste: I've added an option to my local copy of oTweaks - what's the best way to submit it to you? patch / svn commit / updated file / diff of some sort?
17:48.06hasteFin: which version of oTweaks, I'm planning on fixing up the SVN version asap
17:48.53hasteFin: anyway, just giving me a pastey to the patch is usually enough :)
17:49.18*** join/#wowace Aeyan (n=pancake@cpe-071-076-230-073.triad.res.rr.com)
17:49.25CIA-803damjau * r57654 10AckisRecipeList/Locals/ARLLocals-koKR.lua:
17:49.25CIA-8AckisRecipeList:
17:49.25CIA-8- update koKR locals
17:49.50*** join/#wowace NM|Xinhuan|Guru (i=xinhuan@adsl1500-168.dyn83.pacific.net.sg)
17:50.00Finhaste: where can I find a version or revision number? oh. version.txt. cunning. 19118
17:50.36hastethat's the old wowace version, but a patch for it is okey :)
17:50.49hasteI'm probably very 'out of it' when it comes to cvar changes now :(
17:51.10hasteI'm trying to do as much coding as I can atm :p
17:51.13FinI was looking for some sort of Config.wtf reference somewhere, but I can't find any
17:51.20hastebut attempting to keep up with a friend while leveling is a bitch also
17:51.29FinWoWWiki's version is unfortunately not very useful
17:51.48Finyeah, levelling with someone else hardly ever works well in my opinion :)
17:52.07Finyou only need a day or two apart and the level difference means you can't group together effectively
17:52.28Finso, uhm, any rough idea when you'd be able to update your gcode version of oTweaks?
17:52.50Finooh I got an infraction at elitistjerks.com
17:52.55Finnaughty
17:54.04Pkekyo|~seen thul
17:54.06purlthul is currently on #wowace. Has said a total of 250 messages. Is idling for 3h 45m 5s, last said: 'like 1-3 raid pr week?'.
17:54.55CIA-803damjau * r57655 10TradeskillInfo/TradeskillInfo.lua:
17:54.55CIA-8TradeskillInfo:
17:54.55CIA-8- add Links OpenMenu function
17:56.05*** join/#wowace zac (n=zac@adsl-065-006-182-137.sip.bct.bellsouth.net)
17:57.29Finhey, does anybody know anything about the cvar "UIFaster"?
17:58.23]DonUIFaster changes the way our UI drawing engine gets all the icons, buttons, panels, and other UI elements drawn on screen. It also re-orders and combines drawing tasks to make them occur faster on the GPU. This is a cross platform setting. The useful settings are 0,1,2,3 - 3 is default.
17:58.56Finahaa, thanks very much! I was wondering what the default was
17:59.06Finwhere did you find that please, JDon?
17:59.14]Donhttp://forums.worldofwarcraft.com/thread.html?topicId=84309375&sid=1
18:00.30HjalteMy laptop can't play wow with the default UIFaster settings. The icons gets all messed up.
18:01.15Finthanks - did you get that via the forum search? I tried the search, but even when I posted from a search results page, it didn't even find anything with my search terms that I'd picked from the pages listed previously
18:01.54Finso really it's just a setting to allow people to decrease the graphics acceleration, not speed it up as implied by the setting name
18:01.56]DonI just searched for UIFaster on google
18:02.31LukianMessage: ...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua line 487:
18:02.31Lukian<PROTECTED>
18:02.32FinI guess I was using too complicated a search query on Google then
18:02.52Finthanks though! much obligd
18:02.53Fin+e
18:02.57Lukianthere's a bunch of translation breaks in the latest cart on WAU.
18:03.06Finfix em!
18:03.40LukianThey'll be magically fixed after I go to sleep and wake up :p
18:04.12*** join/#wowace dylanm_ (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
18:04.35*** join/#wowace dJe781 (n=b@ves78-1-89-85-60-113.dsl.club-internet.fr)
18:06.49Finlazy bastard
18:08.36*** join/#wowace [AR]Camci (n=enescamc@c-1130e353.572-1-64736c10.cust.bredbandsbolaget.se)
18:09.08Lukianvhaarr, [Ammo] : Violation doesn't count minion damage done (Mind controlled mobs)
18:09.35Finis there a list anywhere that says what items fit in which types of container?
18:10.20Lukiansomeone suggested trying to put the item in the bag, then checking if it errors and dealing with it that way :o
18:10.39*** join/#wowace mort (n=mort@azureus/mort)
18:10.49*** join/#wowace Garns (n=blub@muedsl-82-207-234-042.citykom.de)
18:11.32ArrowmasterFin: wowhead
18:11.41GalkaWhat are people using these days for a buff duration timer bar?  Ex:  A bar to time Gouge's duration or Cyclone's, etc.
18:12.33LukiannECB or Sorrens are good
18:13.08Fisker-~seen xinhuan
18:13.10purlxinhuan <i=xinhuan@WoWUIDev/WoWAce/xinhuan> was last seen on IRC in channel #wowace, 3h 7m 28s ago, saying: 'anything serializable should be able to be reversed'.
18:13.11FinArrowmaster: ta!
18:13.18GalkaLukian, SorrenTimers on AceSVN?
18:13.58FinArrowmaster: uhm, where is it? sorry to be fick
18:14.10Arrowmasterlook up an item
18:14.39*** join/#wowace pprovost (n=pprovost@WoWUIDev/WAU/Admin/Pprovost)
18:14.39*** mode/#wowace [+v pprovost] by ChanServ
18:15.18[AR]Camcianyone here uses any Adobe progs?`
18:15.48FinArrowmaster: hum, I'm not seeing it...
18:15.59Arrowmasterwtf
18:16.04Arrowmasterdid they remove it
18:16.26FinI *thought* it was on wowhead before at one point, but couldn't find it a while ago when I went to check
18:16.43Finunless I'm being spectacularly blind I'm pretty sure it's not there now :/
18:16.46LukianIt was broken with 2.3
18:16.49Lukianlet me check...
18:16.49Pkekyo|BEEP BEEP I'M A JEEP
18:17.03Finwhat I'd really like is a list of all items that fit in each type of bag
18:17.24FinI wonder if there's a way to get that out of the game data somehow... hmm
18:17.47Lukianyeah it got removed
18:17.53Lukiansomething in 2.3 broke it
18:18.00Lukianand incorrect  items were listed in every bag
18:18.12*** join/#wowace Paradox (n=Paradox@cpc2-brmb4-0-0-cust295.bagu.cable.ntl.com)
18:22.00Fisker-BEEP BEEP I'M AN ALARM CLOCK
18:22.05Fisker-do i win?
18:22.08Killmoreno
18:22.14Fisker-L:(
18:22.16Finyes
18:22.20Fisker-yay
18:22.28Finwait, what was the question?
18:24.30Fisker-something about your mother
18:28.13*** join/#wowace Lukian (n=wizard@203.171.70.21)
18:31.24Pkekyo|rofl
18:33.30HjalteAnyone using Eavesdrop?
18:33.45HjalteOh, forget I said that.
18:33.48hasteyou are the only user!
18:34.18LukianHjalte, is that the combat log thing?
18:34.59HjalteWhen using eavesdrop, there is one line at the bottom that never has anything in it. Did I do something wrong or will something appear there?
18:35.44HjalteLukian: Yeah.
18:35.54Lukianheh, I haven't used that in ages
18:36.24Lukiansimplecombatlog is rather nice, but I still just use SWStat's UniLog to filter out what I want to see (usually after battles)
18:36.52Pkekyo|http://static.nettby.no/users/v/e/n/veneline/files/Haha_.jpg bwahahah
18:37.02Fisker-anyone knows if there's a maintained list of fishing nodes?
18:37.05Lukianomg keylogger ^
18:38.57*** join/#wowace JoshBorke (n=Joshua@WoWUIDev/WoWInterface/LegoBlock/joshborke)
18:40.19JoshBorkepoor kael, didn't get his xmas wish
18:41.25mortnever found one
18:41.58*** join/#wowace shieldb (i=shieldb@c-24-22-127-83.hsd1.or.comcast.net)
18:43.02*** join/#wowace Cheads (i=chead@0x535dce98.virnxx18.adsl-dhcp.tele.dk)
18:54.14*** join/#wowace copystring_ (n=copystri@p548A1A76.dip0.t-ipconnect.de)
18:57.18Cheadshmmm some people on msn send messages with a different font.. is it possible to override that?
18:57.48Cheads.. if anyone happen to know that =)
18:58.03chiperI dont use the real MSN client
18:58.12chiperAdium lets you override it tho
18:58.47Cheadsyeah also miranda lets me do that, but would like to change it in windows live messenger too
18:59.41HjalteCheads: Get Messenger Plus, should allow you to override their fonts.
19:00.34Cheadsok will try, thanks
19:01.56*** join/#wowace Tupsi (n=Miranda@pD95FDC4B.dip.t-dialin.net)
19:08.04Cheadsfound the option.. great =)
19:15.03HjalteCheads: Who doesn't just love screamy pink text?
19:15.17Cheadshehe
19:15.57Cheadswhy is it that messages sent by girls *always* are in some odd font with an evil color?
19:16.18*** join/#wowace Kirkburn (n=Kirkburn@82-32-40-219.cable.ubr06.azte.blueyonder.co.uk)
19:16.19Pkekyo|because women are all odd and evil?
19:16.25Pkekyo|O.o
19:16.32HjalteCheads: Because all your girl friends are 13 years or younger?
19:17.13Cheadsmore like 30+ sadly hehe
19:17.49Pkekyo|Hjalte: I know girls far up into the twenties and lover thirties with evil colors, odd fonts, and a gazillion fucking emoticons bound to every single key on the bloody keyboard
19:18.17Pkekyo|it's scary :<
19:31.02*** join/#wowace numblokk (i=me@gateway/tor/x-6ab0101c8e6c08f0)
19:32.33*** join/#wowace masanbol (n=masanbol@c-98-198-102-241.hsd1.tx.comcast.net)
19:35.08*** join/#wowace dJe781 (n=b@ves78-1-89-85-60-113.dsl.club-internet.fr)
19:35.37*** join/#wowace Shirik (n=d8fdfaa2@conspiracy/developer/Shirik)
19:35.37*** mode/#wowace [+v Shirik] by ChanServ
19:36.09sb!ar 300
19:36.09ThraeBotsb: Arena rating from 300 points is, 2v2: 1545, 3v3: 1487, 5v5: 1302
19:38.11*** join/#wowace Kalroth (n=kalroth@port114.ds1-hj.adsl.cybercity.dk)
19:40.07*** join/#wowace mort (n=mort@azureus/mort)
19:41.05*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-152-138.dsl.irvnca.pacbell.net)
19:41.08Birdemaniis there a tourguide addition for Azuermyst Isle?
19:41.20HjalteWhenever my buffs/debuffs in Pitbull is more than 1 line, it sorts of lifts up 1 line so there is one empty line of nothing between the UF and my buffs :\ Anyone got a solution or so? using the regular buffs module
19:44.44*** join/#wowace gnor (n=jaydee@cpe-76-170-71-236.socal.res.rr.com)
19:46.00*** join/#wowace pprovost_ (n=pprovost@WoWUIDev/WAU/Admin/Pprovost)
19:46.00*** mode/#wowace [+v pprovost_] by ChanServ
19:48.31*** join/#wowace Neebler (n=BuM@adsl-64-163-110-147.dsl.chic01.pacbell.net)
19:48.45pprovostNot sure if we have any Waterfall experts online now, but does anyone know how to force a refresh of the treeview? I've updated the AceOptions data table and called Waterfall:Refresh() but it didn't do what I expected.
19:52.27vithosHjalte: try Pitbull_AltAura
19:52.53Hjaltevithos: Tried that some time ago, it had some other trouble.
19:53.16HjalteHowever, someone did post a solution in here at some point
19:53.28vithostry it again?  it's what i used last before i switched to x-perl, and i don't believe it did that
19:59.06vithosalso, i think i had to disable the original auras module
20:00.05Pkekyo|geif dewdrop, waterfall sucks :<
20:04.49pprovostWaterfall might not be perfect, but menu driven configuration is terrible from a usability standpoint.
20:09.30Finer
20:09.44FinWaterfall isn't a menu driven configuration system?
20:10.28CheadsBirdemani the latest tourguide on wowinterface has azuremyst isle guide, just not Bloodmyst Isle
20:11.05Fisker-anyone knows if there's a maintained list of fishing nodes?
20:11.29Osstia|homeFisker-: never seen one
20:12.43dylanm_Uh there's wowhead, no?
20:14.23*** join/#wowace Tekkub (n=tekkub@WoWUIDev/WoWI/Featured/Dongle/Tekkub)
20:14.23*** mode/#wowace [+v Tekkub] by ChanServ
20:17.38Fisker-don't know how to extract it from wowhead :(
20:25.56*** join/#wowace shingo (n=shingo@p5B0552A0.dip.t-dialin.net)
20:26.23*** join/#wowace Leialyn (n=leialyn@p54B4D1D8.dip.t-dialin.net)
20:27.12mortmaybe ask the person who does it for mining/herbs?
20:30.31*** join/#wowace Donra (n=sara@82.26.187.165)
20:31.56PolarinaRiddle: How does one represent the number 1024 using only three letters in Lua?
20:32.50*** join/#wowace Jagobah (n=jago7777@adsl-070-157-229-143.sip.asm.bellsouth.net)
20:33.34[Ammo]400
20:33.36[Ammo]hex :)
20:34.19Polarina[Ammo]: 400 is 400, You would have to use 0x400 which is 5 characters in total.
20:36.25PolarinaThis is supposed to be a easy one...
20:36.41Donra4^9?
20:36.50PolarinaDonra: No.
20:37.46Osstia|home4^5
20:37.59PolarinaOsstia|home: Correct.
20:38.18Donrayeah, silly me :)
20:38.41PolarinaDonra: 262144 ~= 1024
20:40.04*** join/#wowace DarkImakuni (n=mju@77.86.5.239)
20:40.04Osstia|homeIf I wante dto mimic a frame similar to the in-game macro scree, are the slots that the new macros go into buttons?
20:40.34PolarinaI'm going to put up more riddles on #lua.
20:40.48Osstia|homeI'd like to have a frame with maybe 6-10 buttons on a frame that I can drag items into
20:45.45*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
20:55.17*** join/#wowace ulic (n=ulic@71-218-38-52.hlrn.qwest.net)
21:12.27Osstia|homeI have a button that is attached to the side of a frame of mine, the button isn't appearing though until I mouse over it
21:14.43smoke_does witchhunt see grounding totem? it doesnt seem to catch it was wondering if it was a part of it
21:15.24*** join/#wowace dabujo (i=xx@p54ACBDFB.dip0.t-ipconnect.de)
21:18.47*** join/#wowace dabujo (i=xx@p54ACBDFB.dip0.t-ipconnect.de)
21:19.52Osstia|macno idea smoke, never used it
21:21.07*** join/#wowace nuoHep (i=nuoHep@89.222.156.36)
21:22.34Pkekyo|smoke what? O.o
21:22.36Pkekyo|is it legal?
21:22.46Pkekyo|more important: is it any good?
21:24.15Pkekyo|any EU peeps got problems logging in?
21:24.29Daemonahmmm anyone else getting this error when mouse-overing the TopScoreFu Fubar icon? -> http://wowace.pastey.net/79752
21:24.40SunTsuPkekyo|: Yes
21:24.40DaemonaPkekyo| yes, but it just works again now
21:24.52Daemonacouldnt login for ~20 minutes
21:24.57Pkekyo|Daemona: not 5sec ago it didn't
21:25.00SunTsuPkekyo|: Looks like a login server problem, which mostly turns out to be a telia routing problem
21:25.13thul[22:24:00] < Mazater> "At the moment we are experiencing login and authentication issues, meaning that if you are disconnected,                       or newly trying to login to the game, you will not be able to do so. We are working diligently to resolve  this issue as soon as possible so that you can all enjoy playing once again. "
21:25.18thulhttp://forums.wow-europe.com/thread.html;jsessionid=1D725E0C6C6E1D3EF190EE1FC7597918.app09_02?topicId=2111544291&sid=1
21:25.29thul0. 29/11/2007 - Login/Authentication issues  |  29/12/2007 13:15:17 PST
21:25.29thulHello everyone,
21:25.29thulAt the moment we are experiencing login and authentication issues, meaning that if you are disconnected, or newly trying to login to the game, you will not be able to do so. We are working diligently to resolve this issue as soon as possible so that you can all enjoy playing once again.
21:25.34thulWe apologise for this inconvenience, and hope you can bear with us for now.
21:25.37thulThanks,
21:25.39thulThe Gamemaster Team
21:26.02FinPkekyo|: yeah, I can't log in
21:26.12thulread my words people :-P
21:26.25Pkekyo|screw Mazater
21:26.45Pkekyo|also screw telia routing problems
21:26.49Pkekyo|thul: got my /msg earlier?
21:27.11thulPkekyo|: mhm, answered too
21:27.12*** join/#wowace ckknight (n=ckknight@rrcs-74-87-63-57.west.biz.rr.com)
21:27.12*** mode/#wowace [+o ckknight] by ChanServ
21:27.12thul:-P
21:27.36Pkekyo|you did? nothing popped here
21:27.46Pkekyo|so...what did I ask, and what was the answer? :p
21:28.10*** join/#wowace dabujo_ (i=xx@p54ACBDFB.dip0.t-ipconnect.de)
21:28.16thulnow Pkekyo| ? :-P
21:28.38Finare you registered, thul?
21:28.42Pkekyo|aye, thul
21:28.42Finon Freenode, that is
21:28.48Pkekyo|yes he is
21:28.57thulmhm Fin
21:36.29*** join/#wowace Orionshock (n=chatzill@ip68-96-52-105.ph.ph.cox.net)
21:40.46*** join/#wowace RaydenUni (n=bozartmp@adsl-69-231-152-138.dsl.irvnca.pacbell.net)
21:41.43*** join/#wowace Paradox (n=Paradox@cpc2-brmb4-0-0-cust295.bagu.cable.ntl.com)
21:44.25Hjaltethul: Is that EU or US?
21:45.43thulHjalte: eu
21:45.47thulbut my server is up again
21:50.39*** join/#wowace heidaro (i=lovecake@shadowness.org)
21:54.33*** join/#wowace Higdur (n=nike@81-229-136-48-o1124.telia.com)
21:56.04*** join/#wowace Higdur (n=nike@81-229-136-48-o1124.telia.com)
22:00.00Pkekyo|I still can't login :< /wrist
22:06.18OrionshockZhinjio: ping
22:06.29Pkekyo|pong
22:06.54Orionshockeh?
22:08.28Pkekyo|hai2u
22:08.51*** join/#wowace Thelyna (n=burp@122-57-249-167.jetstream.xtra.co.nz)
22:12.15*** join/#wowace Kemayo (n=kemayo@pool-71-103-179-233.lsanca.dsl-w.verizon.net)
22:12.16*** mode/#wowace [+v Kemayo] by ChanServ
22:12.19*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
22:17.08*** join/#wowace Ellipsis` (n=ellipsis@cpe-76-168-207-103.socal.res.rr.com)
22:18.50*** join/#wowace dabujo (i=xx@p54ACBDFB.dip0.t-ipconnect.de)
22:21.50Pkekyo|fucksake, blizz claims they've solved the login problem...still can't login
22:24.25Pkekyo|anyone able to log in?
22:26.01thulI am
22:26.10thulbeen logged in the last 20-30 minutes
22:26.17thul30-40 actually
22:26.21exor674I'm in right now, so NTS: Don't relog
22:26.27Pkekyo|bah!
22:26.56exor674someone on my friends list just came online
22:27.02exor674but they coulda been on alt
22:27.28thulhttp://www.last.fm/user/thul/ <- you can admire my music while waiting Pkekyo| :-P
22:27.37Orionshock>.> when my addon uses more memory it never let's go of it... not sure if this is a good thing or bad thing....
22:28.21*** join/#wowace dabujo (i=xx@p54ACBDFB.dip0.t-ipconnect.de)
22:28.27Pkekyo|thul: eew :p
22:28.52*** join/#wowace dJe781 (n=b@ves78-1-89-85-60-113.dsl.club-internet.fr)
22:28.53potemkinanyone know how to make a .5 second delay before starting a certain function
22:28.57thul:-D
22:29.03exor674Orionshock: remember to nil stuff out?
22:29.06thulsleep 5, goto 4
22:29.07thul:-P
22:29.07Orionshockpotemkin: frame on update
22:29.07Pkekyo|don't worry too much 'bout it, Orionshock...that's what I thought about your mother at furst :p
22:29.46Orionshockexor674: im using lots and lots of tables... and i've got table recycling functions...
22:29.57Pkekyo|meh, been trying to login for an hour
22:30.10Orionshockive honestly tried to write it to use the least ammount of new memory if i could.
22:30.16NargiddleyOrionshock, do you always get new tables from the cache ?
22:30.25Orionshockyes
22:30.43Orionshockonly one set of {} in the entire file
22:31.51Orionshockok.. wrong there,
22:31.59Nargiddleywhat does your cache table look like ?
22:32.07Orionshockthere is no {} in the core functions anywhere
22:32.22Orionshocksetmetatable(tablePool, {__mode = "kv"});-- Weak table
22:32.35Orionshockgraciously stolen from Xinhuan 's bank items addons :D
22:32.47Nargiddleyok, and you add to it with tablePool[t] = true ?
22:32.57Orionshock<PROTECTED>
22:33.11Nargiddleyits just you collecting lots of informtion then
22:33.23Orionshockya...
22:33.25Nargiddleyor holding table refs somewhere else
22:34.12Orionshocknope, reload ui and get the same mem useage
22:34.45Orionshock<PROTECTED>
22:35.18Orionshockwhat i really need is about 40+ ppl testing it...
22:35.27Orionshockbut alas i don'
22:35.31Orionshockt have that sorta pool
22:39.28ZhinjioG'morning, Orionshock.
22:39.34Orionshockmeh...
22:39.36Zhinjiocouldn't get GuildCraft to talk between two toons
22:39.48Orionshockya ... i gave it a nil check...
22:39.51ag`looney toons!
22:40.01Orionshockand it was nil so it didn't work...
22:40.26Zhinjioheh. ok.
22:41.15Orionshockanyway , update should have some nice stuff
22:41.26Orionshocki set it up as a proper addon now
22:41.55Orionshockas a " -Ace3- Addon " :P
22:43.30*** join/#wowace dabujo (i=xx@p54ACBDFB.dip0.t-ipconnect.de)
22:43.50Zhinjiodoes that mean its embedded now?
22:44.07ZhinjioI'm not sure what all that implies
22:44.15Orionshockya :D
22:44.19Zhinjiook
22:46.13*** join/#wowace vhaarr (n=folk@WoWUIDev/WoWAce/Rabbit/vhaarr)
22:46.13*** mode/#wowace [+o vhaarr] by ChanServ
22:47.19Zhinjiowhere should I point people who want to help test? I"m asking in my guild now
22:47.32Zhinjiosame google code site?
22:48.47Orionshockya
22:49.00Orionshockguess i should make a zip...
22:49.38Silowyihttp://www.realmhistory.net/arena-statistics/class-breakdown.html ooh I like this site
22:50.45Zhinjioplease? Some of the people that might help won't be able to "improvise"
22:51.27Orionshocklol
22:51.30Orionshockya it's up
22:51.51Orionshockr225
22:56.55*** join/#wowace dylanm (n=dylanm@c-98-224-225-196.hsd1.mi.comcast.net)
23:00.16*** join/#wowace CIA-8 (n=CIA@208.69.182.149)
23:01.24Zhinjiook, new version installed, loading up now
23:03.34Zhinjiodid you say you enabled a /-command for the browser now too?
23:04.11Zhinjioah, /gcb
23:04.37*** join/#wowace dabujo (i=xx@p54ACBDFB.dip0.t-ipconnect.de)
23:04.47Zhinjiohmm, I'm still getting the same "No Trades from Guild available"
23:04.52Zhinjioafter doing a publish
23:04.55Zhinjioon both toons
23:05.00Xueriancertainly shows the favored classes
23:08.46*** part/#wowace mitchnull (n=mitchnul@dsl85-238-72-77.pool.tvnet.hu)
23:11.48Wogroiplpugging SSC is fun :)
23:12.06Wogroiplonly Leotheras and Cashj left
23:13.04WogroiplVashj ofcourse
23:13.22exor674pugging... SSC?
23:13.38exor674isn't that like asking someone to stab you in the face
23:13.43exor674... multiple times
23:14.10ZiconWith a rusty spoon.
23:15.09*** join/#wowace Vorda (n=Vorda@d54C42D46.access.telenet.be)
23:15.13exor674SPORT!
23:15.17exor674er SPORK!
23:15.25dylanmWogroipl: You're brave.
23:15.34Vorda./script macros are lua right?
23:17.19*** join/#wowace orican (n=orican@60-241-56-168.tpgi.com.au)
23:17.32ulicyes
23:17.56VordaOk, my gut tells me a macro like this shouldnt work since 2.0.1, but someone here is saying it does, any idea why it does/doesnt?
23:18.04Vorda./script if ( UnitHealthMax("Belmon") - UnitHealth("Belmon") > 50 ) then CastSpellByName("Consume Shadows"); end
23:18.46ZiconShould work fine ... out of combat, and you can only cast that spell out of combat anyway... :P
23:19.08Vordaah, only in combat lockdown, shouldv known that )
23:23.56OrionshockZhinjio: try reseting the db
23:24.02Orionshock?/resetdb
23:24.29Orionshock<PROTECTED>
23:28.35thulhmm, bloodthirst's healing should scale with damage
23:28.50Zhinjiook
23:30.15OrionshockZhinjio: nmd, found it
23:32.25*** join/#wowace Telrin (n=test@ip4da125d2.direct-adsl.nl)
23:34.12*** join/#wowace Nargiddley (n=narg@203-97-236-74.cable.telstraclear.net)
23:35.54*** join/#wowace nadas (n=nadas@n1.taur.dk)
23:36.26Orionshock& updated and new zip
23:38.25Zhinjiocopy. I'll be back on that toon shortly
23:38.59*** join/#wowace Paradox (n=Paradox@cpc2-brmb4-0-0-cust295.bagu.cable.ntl.com)
23:39.38*** join/#wowace Tinyboom (n=u@113.84-49-90.nextgentel.com)
23:44.27Pkekyo|can anyone explain me how the flying fuck warriors being able to change stances whilst dead was so bloody overpowered it had to be nerfed?
23:44.45Orionshockwas a glitch
23:44.56Pkekyo|what was?
23:45.13*** join/#wowace yssaril (n=chatzill@adsl-76-238-2-161.dsl.emhril.sbcglobal.net)
23:45.13Pkekyo|warriors being able to change stances?
23:48.14thulPkekyo|: how much crit/hit/ap should I aim for at 70 with s1/kara-gear?
23:50.57Vordahmm, can anyone tell me why this isnt working (ooc): /script if (UnitHealth("Pet") < 60 ) then CastSpellByName("Consume Shadows"); end
23:51.26OrionshockCSBN is a protected fucntion and cannot be called by non-blizzard addons
23:51.55Orionshockhttp://www.wowwiki.com/API_CastSpellByName
23:52.06Orionshocknon-blizzard addons are not secure
23:52.24Vordathanks :) then the guy was lying when he told me /script if ( UnitHealthMax("Belmon") - UnitHealth("Belmon") > 50 ) then CastSpellByName("Consume Shadows"); end worked?
23:52.46Orionshockwell.. does it work?
23:52.58Orionshockif it dosn't then yes he was lying to you
23:53.00VordaI dont have any pet class alt :(
23:53.01Pkekyo|thul: for what purpose?
23:53.23*** join/#wowace FtH|Daemona (n=koaschte@pD9E28CEA.dip.t-dialin.net)
23:53.23thulPkekyo|: just in general, random casual gaming :-P like my rogue for instance: http://eu.wowarmory.com/character-sheet.xml?r=Balnazzar&n=Thyve <-
23:53.29thulthat is random casual gear
23:53.35exor674Vorda: also, UnitHealth("pet") returns the ACTUAL health
23:53.38exor674not a precentage
23:53.41Pkekyo|pvp? fury dps? tanking?
23:53.44thulhow much ap/crit would a similarly geared war get?
23:53.55OrionshockAlthough this function is protected, you can still use it to open Craft windows and activate Lock Picking.
23:53.57Orionshocklol
23:54.11VordaAha, I'll try that, thanks exor :)
23:54.21Vorda(well, I'll tell him to try that)
23:54.57exor674well, the CastSpellByName is still aproblem
23:55.12Pkekyo|thul: armory's bugging out on me...anyways... for what purpose? pvp? fury dps?
23:55.28VordaI'll steal someones lock once login servers are back to test it
23:55.47Vordaprotected refers to OOC actions aswell I suppose?
23:55.57thulfury dps with casual pvp.. but I guess that you can't casual pvp anything funny with fury dps-build
23:56.09thulmaybe I should gear him up to do arenas/bgs only
23:56.17thuls1 gear first and go from there
23:56.25Pkekyo|for fury dps: get as close to 200 hit as you can
23:56.34Pkekyo|then stack crit and strength like a motherfucker
23:56.50Pkekyo|for pvp, stack stamina and crit...AP is of slightly less importance
23:57.44Pkekyo|don't be running 'round with 900 AP and 60% critchance or anything though

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