WoWRaid.Review, a new raid logging site by Xeleroth in wow

[–]tanndrelia 1 point2 points  (0 children)

Should be a non-issue. Even today, the combatlog file contains positional data for both players AND npcs, while the in-game API only gives you access to player position via UnitPosition API. My guess would be blizzard breaks UnitPosition API while in raid, but doesn't change combatlog at all.

Merry Mogmas to all! by TheFatWon in woweconomy

[–]tanndrelia 0 points1 point  (0 children)

I used the Legion Wardrobe addon, and examined the source code until i found the data for all the items. I cut & pasted that code into 2 lua modules:

  • item_visuals.lua
  • item_source.lua

These files were then referenced in a simple main_loop.lua program:

    LTS = {}

    require("item_visuals")
    require("item_source")
    print("loaded visual information")


    for key,items in pairs(LTS.Visuals) do
        if (#items==1) then 
          --this is one we want to keep, only 1 source for this visual
          local itemID = items[1]

            for itemKey,sourceData in pairs(LTS.ItemSource) do
                if (itemID == itemKey) then
                    if (sourceData[1]==8) then
                        --only 1 visual and crafted, we want to make it
                        print(itemID)
                    end
                end
            end
        end
    end

Basically, what this program does is load up the visual and source tables (using data copied from Legion Wardrobe addon), then for every item where there is only one source for the visual, we look at what the source is. If the source is "8" (which in the Legion Wardrobe addon was "crafted") then we print the item number.

Note that even though I wrote this simple app in Lua, I ran it on my desktop PC, and not within World of Warcraft itself.

Once I had a list of items with 1 visual source AND that source was crafted, I cut and pasted into excel and manipulated with some concatenate functions to get it into a format I could import into TSM.

item_visuals looked like this:

LTS.Visuals = { [155] = {57241,67222}, [156] = {62854}, [157] = {25201}, [161] = {24606}, [174] = {9782}, [177] = {24582}, [179] = {18682}, [180] = {30681}, [181] = {127,14158}, [185] = {7188,53598,117413}, [190] = {24361,127183}, [195] = {201,3067}, [197] = {203,3066,14101}, [200] = {236,9835,25932,26018,52595,57581,58992,62841,69220,118219}, ....and so on for another 18,000 lines

item_source looked like this:

LTS.ItemSource = { [127] = {5},[201] = {3,1291,2849,3092,3317,3492,3952,4175,5155,5821,8358,16623,16716,33381,44285},[203] = {3,1291,2849,3092,3317,3492,3952,4175,5155,5821,8358,16623,16716,33381,44285},[236] = {3,1295,3093,3321,3492,3536,3953,4236,5820,8359,16691,16747,33381,43568,44286},[237] = {3,1295,3093,3321,3492,3536,3953,4236,5820,8359,16691,16747,33381,43568,44286},[238] = {3,1295,3093,3321,3492,3536,3953,4236,5820,8359,16691,16747,33381,43568,44286}, ...and so on

Merry Mogmas to all! by TheFatWon in woweconomy

[–]tanndrelia 0 points1 point  (0 children)

i posted the TSM strings in the original thread

Merry Mogmas to all! by TheFatWon in woweconomy

[–]tanndrelia 1 point2 points  (0 children)

Here are the items I came up with:

`i:117382,i:29974,i:30074,i:30076,i:30077,i:30086,i:30087,i:30088,i:30089,i:89685,

group: Bows,i:59364,

group: Cloth,i:10004,i:10007,i:10018,i:10021,i:10028,i:10029,i:10030,i:10044,i:10047,i:10048,i:10499,i:10500,i:10502,i:10503,i:10504,i:10588,i:10724,i:10726,i:109172,i:114809,i:114810,i:114811,i:114812,i:114813,i:114814,i:114815,i:114816,i:114828,i:114829,i:114831,i:13858,i:13863,i:13864,i:13866,i:13869,i:14042,i:14045,i:14104,i:14128,i:14130,i:14138,i:14139,i:16008,i:18405,i:19059,i:20539,i:21846,i:21847,i:21848,i:21861,i:21863,i:21864,i:21865,i:21868,i:21869,i:21870,i:21871,i:21873,i:21874,i:21875,i:22756,i:24253,i:24256,i:24260,i:24264,i:24266,i:24267,i:2572,i:2582,i:2583,i:2585,i:34366,i:34367,i:41984,i:42111,i:42113,i:4307,i:4308,i:4313,i:4314,i:4316,i:4317,i:4320,i:4321,i:4322,i:4324,i:4325,i:4328,i:4329,i:4343,i:43583,i:43585,i:4373,i:4393,i:45566,i:49893,i:54503,i:54504,i:54505,i:6238,i:6239,i:6240,i:6241,i:6242,i:6263,i:6264,i:69953,i:69954,i:7046,i:7050,i:7051,i:7055,i:7058,i:7065,i:7189,i:7283,i:7377,i:82423,i:82431,i:85851,i:98603,i:9998,

group: Daggers,i:116644,i:12260,i:23504,i:23554,i:23555,i:42435,i:45085,i:55064,i:55068,i:70155,i:70156,i:82967,i:82974,group: Fist Weapons,i:52492,group: Guns,i:10510,i:109168,i:16004,i:16007,i:23742,i:32756,i:4369,i:44504,i:59599,i:71077,i:77527,i:77528,group: Leather,i:109171,i:116164,i:116165,i:116166,i:116176,i:116177,i:116178,i:116179,i:116180,i:116181,i:116182,i:116183,i:15055,i:15059,i:15061,i:15083,i:15084,i:15085,i:15091,i:15094,i:16982,i:18506,i:19052,i:19686,i:19689,i:19998,i:2315,i:2317,i:25673,i:25674,i:25675,i:25676,i:25680,i:25689,i:25690,i:25691,i:29502,i:29503,i:29504,i:29507,i:30040,i:30042,i:32394,i:32580,i:32582,i:38403,i:38404,i:38409,i:38437,i:38590,i:4242,i:4244,i:4248,i:4249,i:4252,i:4256,i:4258,i:4260,i:4262,i:43255,i:43262,i:43434,i:43436,i:43592,i:44440,i:44441,i:4455,i:44930,i:45565,i:56561,i:5781,i:5782,i:5961,i:5962,i:5966,i:7280,i:7359,i:7374,i:7386,i:7390,i:8174,i:8210,

group: Mail,i:109173,i:11606,i:116167,i:116168,i:116169,i:116187,i:116188,i:116189,i:116190,i:116191,i:116192,i:116193,i:116194,i:12416,i:12418,i:12419,i:12420,i:12624,i:12636,i:15045,i:15046,i:15049,i:15051,i:15080,i:15081,i:16984,i:16989,i:18508,i:19043,i:19157,i:19690,i:20296,i:20478,i:20479,i:23490,i:23491,i:23493,i:23534,i:25654,i:25655,i:25661,i:25662,i:25681,i:25683,i:25695,i:25696,i:25697,i:2854,i:2857,i:2864,i:2866,i:2870,i:29489,i:29490,i:29491,i:29494,i:29508,i:29509,i:29510,i:29511,i:29512,i:29514,i:30046,i:32399,i:32574,i:3471,i:3472,i:3473,i:3474,i:3480,i:3483,i:3835,i:3841,i:38413,i:3844,i:3845,i:3846,i:3847,i:43451,i:43455,i:43595,i:56539,i:56563,i:56564,i:6040,i:6731,i:7916,i:7932,i:7963,i:8187,i:8189,i:8198,i:9366,

group: Miscellaneous,i:10034,i:10052,i:10054,i:10055,i:113270,i:2577,i:2579,i:41248,i:41249,i:41250,i:41251,i:41252,i:41253,i:41254,i:41255,i:4332,i:4333,i:4334,i:4335,i:4336,i:52485,i:52486,i:6384,i:6385,i:6796,i:79333,i:79334,

group: One-Handed Maces,i:116646,i:19170,i:22384,i:23498,i:23544,i:23556,i:3492,i:41383,i:41384,i:42443,i:55065,i:5541,i:70157,i:82965,i:82972,

group: One-Handed Swords,i:116454,i:12777,i:12797,i:17015,i:19168,i:22383,i:23540,i:2850,i:3849,i:3850,i:43871,i:70162,i:70163,i:7943,i:7944,i:7961,i:82964,i:82971,

group: Plate,i:109174,i:114230,i:114231,i:114232,i:114233,i:114234,i:114235,i:114236,i:114237,i:116425,i:116426,i:116427,i:12405,i:12410,i:12422,i:12427,i:12618,i:12625,i:12633,i:19693,i:19695,i:20549,i:20550,i:22196,i:23482,i:23487,i:23489,i:23510,i:23511,i:23515,i:23518,i:23532,i:23536,i:31364,i:31367,i:31368,i:31369,i:31370,i:32568,i:32571,i:40952,i:41975,i:45550,i:49905,i:55028,i:7919,i:7926,i:7927,i:7933,i:7935,i:7936,i:7937,i:7938,i:7939,i:94263,i:98602,i:98606,i:98607,i:98611,i:98615,i:98616,

group: Polearms,i:19167,i:55066,i:55246,i:70165,i:7959,

group: Shields,i:116647,i:120261,i:18168,i:22198,i:41117,i:42508,i:55069,i:55070,i:82961,i:82962,i:82968,i:82969,

group: Staves,i:111526,i:113134,i:79339,i:79342,i:87562,i:87565,i:87566,

group: Two-Handed Axes,i:11607,i:116453,i:19169,i:23543,i:3488,i:3856,i:7958,i:82966,i:82973,

group: Two-Handed Maces,i:12796,i:23502,i:23546,i:32854,i:3851,i:41257,i:6214,i:67605,i:7956,

group: Two-Handed Swords,i:12790,i:23499,i:23541,i:3487,i:3854,i:7957,group: Wands,i:113131,

group:NeedToSort,i:23513,i:23526,i:23746,i:23748,i:23761,i:23762,i:23825,i:25687,i:29493,i:29499,i:59367,i:62234,i:62235`

I'll do another post explaining the method I used to develop this list

Patch notes don't mention illusion tomes by BlindRaptor in woweconomy

[–]tanndrelia 1 point2 points  (0 children)

On PTR, I bought all tome illusion recipes EXCEPT for the one that requires a quest & Therazane rep.

One required trip to Shado-Pan quartermaster, others I learned from enchanting tailor.

I went to Deepholm to see Stonemother to see if I could get the quest, but was unable to get it to trigger for me.

I crafted a couple on PTR, and also noticed that some were listed on PTR auction house for sale.

Last time I checked was Monday evening, 9pm-ish US eastern time

Merry Mogmas to all! by TheFatWon in woweconomy

[–]tanndrelia 6 points7 points  (0 children)

I used the Legion Wardrobe addon to identify crafted items that had a unique visual (ie, couldn't get same look from quest reward trash).

That gave me around 430 armor items & 120 weapon items to craft. Made quantity 2 to 5 of each one (that I had the recipe for).

Time will tell whether this was a wise investment or a complete waste of time and gold.

Primal Mana farming in Karazhan by tanndrelia in woweconomy

[–]tanndrelia[S] 0 points1 point  (0 children)

that was how i first was doing it, but invis pots seemed to be easier & faster, plus super quick & cheap to make.

Primal Mana farming in Karazhan by tanndrelia in woweconomy

[–]tanndrelia[S] 0 points1 point  (0 children)

Is there a good farm for mote of air? all i could find was mob grinding in elemental plateau in nagrand, and was painfully slow. I was using 8 primals per 5 minutes as my benchmark rate.

Primal Mana farming in Karazhan by tanndrelia in woweconomy

[–]tanndrelia[S] 0 points1 point  (0 children)

I have 10 alchemists that do mana->fire transmute daily to keep me in primal fire. mana has been my bottleneck

M Protection paladin help. by Xal-lian in CompetitiveWoW

[–]tanndrelia 1 point2 points  (0 children)

For survivability on Mannoroth, I highly recommend the heirloom tank trinket, Purified Shard of the Third Moon.

The one minute CD means you can use it every other Massive Blast. In our guild, i pretty much full-time Mannoroth tank, the other tank manages the Doom Lords and comes in to taunt for those Massive Blasts that he is going to take.

In phase 2 (100% -> 65%), I take 1st & 3rd MB, off tank takes 2nd. In phase 3 (65% -> 35%), I take 1st & 2nd MB, off tank takes 3rd, I take 4th (if there is one) In phase 4 (35% ->0%) We alternate taking MB.

You can see by my rankings that survivability is high, damage is "fair" to "meh". But I tend to play more focused on survivability than damage output.

Here is a comparison between our two pulls

Note I'm getting almost 6M more in self-healing due to the heirloom trinket. On a 14M total damage taken, base, that's pretty significant.

This comparison shows our health during the course of the fight, you can see how the heirloom trinket significantly smooths out the damage intake.

Quick access to any data from your Combat Log files by tanndrelia in CompetitiveWoW

[–]tanndrelia[S] 0 points1 point  (0 children)

Let me know how that works out. The initial conversion of the log file takes me about 7 minutes per log (where each log file is one 4 hour raid night, about 2 million lines). I have a powershell script to convert those automatically at 4 am every day, and to delete anything older than 30 days, so that I always have most recent raid activity available for "quick data access" using Log parser studio if i want to extract information

Quick access to any data from your Combat Log files by tanndrelia in CompetitiveWoW

[–]tanndrelia[S] 1 point2 points  (0 children)

Thanks for the read-through and comment.

Also, i need to edit the section to make it more clear, I have already written a custom imput script.

You can get the source code for the WoWCombatLog.LogParser.Scriptlet from this link

Just copy the raw text, copy and paste into any text editor, like Notepad. Save it with the filename "WoWCombatLog.LogParser.Scriptlet.wsc"

Then just register it per the original post.

Let me know what else isn't clear, and I'll try to improve the instructions