I don't know if someone has written this before but my pet data isn't correct.
Even if I log on the game and shift my pet and save my cp.lua then the data isn't correct.
["Jakkie"] = {
["Type"] = "Cat",
["Loyalty"] = "(Loyalty Level 6) Best Friend",
["Slot"] = 1,
["Mana"] = 100,
["TalentPointsUsed"] = 348,
["TalentPoints"] = 350,
["Experience"] = "119:203674",
["Health"] = 5174,
["Name"] = "Jakkie",
["Attributes"] = {
["Stats"] = {
["Intellect"] = "33:0:0",
["Agility"] = "127:0:0",
["Stamina"] = "328:102:0",
["Strength"] = "162:0:0",
["Spirit"] = "99:0:0",
},
["Melee"] = {
["AttackPower"] = "304:466:0",
["CritChance"] = "13.48",
["CritRating"] = "94:4.257839679718:0",
["HitRating"] = "43:2.7268288135529:0",
["AttackPowerDPS"] = "55.0",
["MainHand"] = {
["AttackSpeed"] = "1.54",
["AttackRating"] = "350:0:0",
["AttackDPS"] = "178.6",
["AttackSkill"] = 350,
["DamageRange"] = "294:349",
},
["DamageRangeTooltip"] = "Main Hand<br>Attack Speed (seconds): 1.80<br>Damage: 280 - 333 x105%<br>Damage per Second: 178.6<br><br><br>Off Hand<br>Attack Speed (seconds): 2.10<br>Damage: 141 - 176 x105%<br>Damage per Second: 79.4",
["HasteRating"] = "0:0:0",
["AttackPowerTooltip"] = "Increases damage with melee weapons by 98.4 damage per second.",
},
["Resists"] = {
["Holy"] = "0:0:0",
["Arcane"] = "38:0:0",
["Shadow"] = "30:0:0",
["Fire"] = "30:0:0",
["Frost"] = "30:0:0",
["Nature"] = "34:0:0",
},
["Buffs"] = {
{
["Name"] = "Trueshot Aura",
["Tooltip"] = "Trueshot Aura Magic<br>Increases attack power by 125.",
["Icon"] = "Ability_TrueShot",
["Rank"] = "Rank 4",
}, -- [1]
},
["Defense"] = {
["BlockRating"] = "0:0:0",
["Defense"] = "350:0:0",
["BlockChance"] = "0.00",
["ArmorReduction"] = "46.51",
["ParryRating"] = "0:0:0",
["DefenseRating"] = "0:0:0",
["DodgeRating"] = "0:0:0",
["ParryChance"] = "5.00",
["Armor"] = "6792:2386:0",
["DefensePercent"] = 0,
["DodgeChance"] = "12.75",
["Resilience"] = {
["Ranged"] = 0,
["Spell"] = 0,
["Melee"] = 0,
},
},
},
["Level"] = 70,
["Icon"] = "Ability_Hunter_Pet_Cat",
["Power"] = "Focus",
},
["Taiz"] = {
["Type"] = "Boar",
["Loyalty"] = "(Loyalty Level 6) Best Friend",
["Slot"] = 0,
["Mana"] = 100,
["TalentPointsUsed"] = 342,
["Power"] = "Focus",
["Name"] = "Taiz",
["Health"] = 5346,
["Attributes"] = {
["Stats"] = {
["Intellect"] = "33:0:0",
["Agility"] = "127:0:0",
["Stamina"] = "314:102:0",
["Strength"] = "162:0:0",
["Spirit"] = "99:0:0",
},
["Melee"] = {
["AttackPower"] = "304:466:0",
["CritChance"] = "13.48",
["CritRating"] = "94:4.257839679718:0",
["HitRating"] = "43:2.7268288135529:0",
["AttackPowerDPS"] = "55.0",
["MainHand"] = {
["AttackSpeed"] = "1.54",
["AttackRating"] = "350:0:0",
["AttackDPS"] = "178.6",
["AttackSkill"] = 350,
["DamageRange"] = "294:349",
},
["DamageRangeTooltip"] = "Main Hand<br>Attack Speed (seconds): 1.80<br>Damage: 280 - 333 x105%<br>Damage per Second: 178.6<br><br><br>Off Hand<br>Attack Speed (seconds): 2.10<br>Damage: 141 - 176 x105%<br>Damage per Second: 79.4",
["HasteRating"] = "0:0:0",
["AttackPowerTooltip"] = "Increases damage with melee weapons by 98.4 damage per second.",
},
["Resists"] = {
["Holy"] = "0:0:0",
["Arcane"] = "38:0:0",
["Shadow"] = "30:0:0",
["Fire"] = "30:0:0",
["Frost"] = "30:0:0",
["Nature"] = "34:0:0",
},
["Buffs"] = {
{
["Name"] = "Trueshot Aura",
["Tooltip"] = "Trueshot Aura Magic<br>Increases attack power by 125.",
["Icon"] = "Ability_TrueShot",
["Rank"] = "Rank 4",
}, -- [1]
},
["Defense"] = {
["BlockRating"] = "0:0:0",
["Defense"] = "350:0:0",
["BlockChance"] = "0.00",
["ArmorReduction"] = "50.36",
["ParryRating"] = "0:0:0",
["DefenseRating"] = "0:0:0",
["DodgeRating"] = "0:0:0",
["ParryChance"] = "5.00",
["Armor"] = "8392:2320:0",
["DefensePercent"] = 0,
["DodgeChance"] = "12.75",
["Resilience"] = {
["Ranged"] = 0,
["Spell"] = 0,
["Melee"] = 0,
},
},
},
["Experience"] = "104:203674",
["Level"] = 70,
["Icon"] = "Ability_Hunter_Pet_Boar",
["TalentPoints"] = 350,
},
wweil46745 wrote:am including a link to my reply on rpgo. But cp file is correct. next to stats, is 3 sets of numbers... looks like this for the cat..
["Stamina"] = "328:102:0", IS CORRECT..328+102=430
["AttackPower"] = "304:466:0", IS CORRECT...304+466=770
["Armor"] = "6792:2386:0", IS CORRECT...6792+2386=9178
The boar's is this
["Stamina"] = "314:102:0", IS CORRECT..314+102=416
["AttackPower"] = "304:466:0", IS CORRECT..304+466=770
["Armor"] = "8392:2320:0", IS CORRECT..8392+2320=10712
["Melee"] = {
["AttackPower"] = "304:466:0",
["CritChance"] = "13.48",
["CritRating"] = "94:4.257839679718:0",
["HitRating"] = "43:2.7268288135529:0",
["AttackPowerDPS"] = "55.0",
["MainHand"] = {
["AttackSpeed"] = "1.54",
["AttackRating"] = "350:0:0",
["AttackDPS"] = "178.6",
["AttackSkill"] = 350,
["DamageRange"] = "294:349",
},
["DamageRangeTooltip"] = "Main Hand<br>Attack Speed (seconds): 1.80<br>Damage: 280 - 333 x105%<br>Damage per Second: 178.6<br><br><br>Off Hand<br>Attack Speed (seconds): 2.10<br>Damage: 141 - 176 x105%<br>Damage per Second: 79.4",
["HasteRating"] = "0:0:0",
["AttackPowerTooltip"] = "Increases damage with melee weapons by 98.4 damage per second.",
},
Users browsing this forum: No registered users and 1 guest