svn[1337] pet not correct

Posts from previous Beta sessions

svn[1337] pet not correct

Postby vblars » Tue Sep 18, 2007 4:48 am

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.
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm

svn[1337] pet not correct

Postby zanix » Tue Sep 18, 2007 4:53 am

Post a link to this character and post your CP lua file please
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

svn[1337] pet not correct

Postby vblars » Tue Sep 18, 2007 5:20 am

My character is vbmak.
And my cp.lua file.
My pets Image and
Image.
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm

svn[1337] pet not correct

Postby zanix » Tue Sep 18, 2007 5:32 am

Looks like this could be a CP problem

Please post over at rpgoutfitter.com as they make CP
You probably should include this chuck of data, the images, and maybe link to your CP.lua file as well

Code: Select all
["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,
},
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

svn[1337] pet not correct

Postby vblars » Tue Sep 18, 2007 5:36 am

Thanks I will do that. :P
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm

svn[1337] pet not correct

Postby vblars » Tue Sep 18, 2007 10:38 pm

I've put on rpgoutfitter and now we just wait to see what they say.
Her it is on RPGoutfitter
Last edited by vblars on Tue Sep 18, 2007 10:48 pm, edited 1 time in total.
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm

Re: svn[1337] pet not correct

Postby wweil46745 » Wed Sep 19, 2007 8:09 am

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
wweil46745
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Wed Sep 19, 2007 7:57 am

svn[1337] pet not correct

Postby zanix » Wed Sep 19, 2007 8:51 am

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

You're right, I looked at the wrong data for each pet
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

svn[1337] pet not correct

Postby vblars » Wed Sep 19, 2007 5:51 pm

We still have a problem with the damage in each pet. And after what I can see then the error are in roster ver 1.7.3 and v1.9.9.1337 it's right that Stamina,AP and armor is correct but not the damage of the pet. I'll link to my hunter in old and new(beta).
Ver. 1.7.3
ver. v1.9.9.1337
Last edited by vblars on Wed Sep 19, 2007 5:52 pm, edited 1 time in total.
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm

svn[1337] pet not correct

Postby vblars » Sat Sep 29, 2007 5:47 pm

I've checked it today and there is still some error.

["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.",
},

As you can see at the picture the DMG for Taiz is 144-176 and her it shows 294-349 is't not bad but it's wrong.
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm

svn[1337] pet not correct

Postby zanix » Sun Sep 30, 2007 2:05 am

Did you get CP 2.2.0?
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

svn[1337] pet not correct

Postby vblars » Sun Sep 30, 2007 2:40 am

Yes and I'm using CP 2.2.0. btw I did put it on rpgoutfitter forum as well.
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm

svn[1337] pet not correct

Postby zanix » Sun Sep 30, 2007 4:13 am

Try deleting your CP.lua file and do a re-scan
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

svn[1337] pet not correct

Postby vblars » Sun Sep 30, 2007 5:09 pm

Yes I tried to delete CP.lua and updating it and the same result. The DamageRange is still the same. :( I'll put it in rpgoutfitter forum as well.
Last edited by vblars on Sun Sep 30, 2007 5:13 pm, edited 1 time in total.
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm

svn[1337] pet not correct

Postby vblars » Mon Oct 01, 2007 6:47 am

I've tried to delete all my addons and only using CP and GP then the pet-data is correct. So thanks for your help. When I find witch addons that is changing my data then I'll tell you. :p
User avatar
vblars
WR.net Apprentice
WR.net Apprentice
 
Posts: 50
Joined: Tue Jul 04, 2006 1:52 pm


Return to Archived

Who is online

Users browsing this forum: No registered users and 0 guests

cron