View Single Post
09-22-10, 06:25 PM   #4
Sideshow
A Flamescale Wyrmkin
 
Sideshow's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 103
Originally Posted by Slakah View Post
Would be nice to get a dump of their "tdPlayer" Saved Variable. Also because we don't have the full error report (with line numbers and local variables) it is much harder to fix, also I don't know what version the person is using so even if we had line numbers they may be wrong.
This is it, just me beating up the target dummies. For some people, this caused a bug This variable looks sort of clean to me though.

So tdPlayer is a table with guid's ...

Code:
tdPlayer = {
	["0x010000000031BCEB"] = {
		["yhs"] = {
		},
		["zhs"] = {
		},
		["c"] = 31.62899994850159,
		["yds"] = {
		},
		["yd"] = 0,
		["class"] = "WARRIOR",
		["ch"] = 0,
		["pets"] = {
		},
		["ods"] = {
			["Melee"] = {
				["Grandmaster's Training Dummy"] = 8562,
				["Heroic Training Dummy"] = 10022,
				["Expert's Training Dummy"] = 9235,
			},
			["Cleave"] = {
				["Expert's Training Dummy"] = 6735,
			},
			["Slam"] = {
				["Expert's Training Dummy"] = 7772,
			},
			["Whirlwind"] = {
				["Grandmaster's Training Dummy"] = 21313,
				["Expert's Training Dummy"] = 15159,
			},
			["Intercept"] = {
				["Grandmaster's Training Dummy"] = 646,
				["Expert's Training Dummy"] = 1095,
			},
			["Bloodthirst"] = {
				["Grandmaster's Training Dummy"] = 6599,
				["Heroic Training Dummy"] = 8702,
				["Expert's Training Dummy"] = 7811,
			},
			["Deep Wounds"] = {
				["Grandmaster's Training Dummy"] = 4531,
				["Heroic Training Dummy"] = 4568,
				["Expert's Training Dummy"] = 1618,
			},
			["Heroic Throw"] = {
				["Heroic Training Dummy"] = 8091,
			},
			["Heroic Strike"] = {
				["Heroic Training Dummy"] = 3267,
			},
		},
		["cd"] = 125726,
		["xd"] = 0,
		["ohs"] = {
		},
		["zh"] = 0,
		["zds"] = {
		},
		["zd"] = 0,
		["stamp"] = 1285201696.848,
		["oh"] = 0,
		["xh"] = 0,
		["yh"] = 0,
		["xds"] = {
		},
		["xhs"] = {
		},
		["y"] = 0,
		["x"] = 0,
		["name"] = "Sideshow",
		["z"] = 0,
		["chs"] = {
		},
		["cds"] = {
			["Melee"] = {
				["Grandmaster's Training Dummy"] = 8562,
				["Heroic Training Dummy"] = 10022,
				["Expert's Training Dummy"] = 9235,
			},
			["Cleave"] = {
				["Expert's Training Dummy"] = 6735,
			},
			["Slam"] = {
				["Expert's Training Dummy"] = 7772,
			},
			["Whirlwind"] = {
				["Grandmaster's Training Dummy"] = 21313,
				["Expert's Training Dummy"] = 15159,
			},
			["Intercept"] = {
				["Grandmaster's Training Dummy"] = 646,
				["Expert's Training Dummy"] = 1095,
			},
			["Bloodthirst"] = {
				["Grandmaster's Training Dummy"] = 6599,
				["Heroic Training Dummy"] = 8702,
				["Expert's Training Dummy"] = 7811,
			},
			["Deep Wounds"] = {
				["Grandmaster's Training Dummy"] = 4531,
				["Heroic Training Dummy"] = 4568,
				["Expert's Training Dummy"] = 1618,
			},
			["Heroic Throw"] = {
				["Heroic Training Dummy"] = 8091,
			},
			["Heroic Strike"] = {
				["Heroic Training Dummy"] = 3267,
			},
		},
		["od"] = 125726,
		["o"] = 31.62899994850159,
	},
}

Last edited by Sideshow : 09-22-10 at 06:29 PM.
  Reply With Quote