What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Statweights @ Autoequip2

handnavi

Well-Known Member
Joined
Jan 15, 2010
Messages
2,489
Reaction score
55
Hi! :D

I'd like to know all possible stats that i can include into my .XML file.

The files that come with HB miss some values i'd like to add. These are:

  1. DPS Value of a Weapon (1 Hand, 2 Hand, Off Hand, Bow - is there 1 value that belongs to all?)
  2. Speed of a Weapon (same as above)

Thanks in advance.
 
Push.

Is there some sort of documentation, taht shows which are allowed values for autoequip?
 
Let's start our own KB on this then, maybe a Dev will chip in later.

OK so handnavi tells us that values must be full integers only, IE cannot be decimal's and :edited for clarification:

The exsisting files found in weight set's contain these tags:


Primary Stats

Strength
Agility
Stamina
Intellect
Spirit


Secondary Stats

AttackPower
SpellPower
HasteRating
HitRating
CriticalStrikeRating
ExpertiseRating
Mastery


Defense Stats

Armor
DodgeRating
ParryRating



So these cover most Stats, what's missing?

Main Hand Damage
Off Hand Damage
Ranged Damage

Main Hand DPS
Off Hand DPS
Ranged DPS

Spell Penetration
Resillience
Magic Resistances


The reason I want this information cleared up and documented is because I can have 74113083 modify the WHUT-X program to generate Weight-Set's. This is especially useful for the (Large) LazyRaider community here.
 
Last edited by a moderator:
Let's start our own KB on this then, maybe a Dev will chip in later.

OK so handnavi tells us that values must be full integers only, IE cannot be decimal's and my speculation suggests that values must be between 1 and 100, though I have not tested this.

The exsisting files found in weight set's contain these tags:

Primary Stats

Strength
Agility
Stamina
Intellect
Spirit


Secondary Stats

AttackPower
SpellPower
HasteRating
HitRating
CriticalStrikeRating
ExpertiseRating
Mastery


Defense Stats

Armor
DodgeRating
ParryRating


So these cover most Stats, what's missing?

Main Hand Damage
Off Hand Damage
Ranged Damage

Main Hand DPS
Off Hand DPS
Ranged DPS

Spell Penetration
Resillience
Magic Resistances


The reason I want this information cleared up and documented is because I can have 74113083 modify the WHUT-X program to generate Weight-Set's. This is especially useful for the (Large) LazyRaider community here.

Thanks for the excellent post. :D

There just one thing i want to add: The values can be higher then 100. :-)
 
Last edited by a moderator:
I also once made an xml for my DK when he transitioned from BC to LK with "intellect" set to "-200", so that AutoEquip would not choose INT equip. I made that relatively late (72), so I don't really know if it worked, from LK to Cata there were no INT equip choices, though. AutoEquip doesn't complain about ignored or out of range values.
 
So i found some things out - maybe someone is interested in this stuff:

1.) Floats are allowed. For example values like 0.1 will work.
2.) Weapon Speed: <Speed>0.01</Speed> If your Weapon has a Speed of 3,30 it will give 33 points.
3.) Weapon DPS: This cannot be parsed from the file. You could add it within the Code - i will probably do that later. All you need is: .ItemStats.DPS.

Cu! :D
 
So i found some things out - maybe someone is interested in this stuff:

1.) Floats are allowed. For example values like 0.1 will work.
2.) Weapon Speed: <speed>0.01</speed> If your Weapon has a Speed of 3,30 it will give 33 points.
3.) Weapon DPS: This cannot be parsed from the file. You could add it within the Code - i will probably do that later. All you need is: .ItemStats.DPS.

Cu! :D

Nerd :D

(And no I'm not bully him, we talked about it on skype and I like what he's doing!)
 
So this is what i got for Frost DK:


frostdk.webp

+ i added item.ItemStats.DPS * 10.09 to all Weapons -> and what happens? He equips gear that he should do. Yiha. :o
 
Last edited:
I don't get it, handnavi. Where do you see the values for each item? And where did you add "item.ItemStats.DPS"?
 
I don't get it, handnavi. Where do you see the values for each item? And where did you add "item.ItemStats.DPS"?

For each Class / Spess exists these data files. You can find them in Honorbuddy\Data\Weighsets\xxxxx.xml
You can open and edit them with notepad for example.

The other stuff has to be added directly to autoequip... i guess i am not allowed to share it here
 
For each Class / Spess exists these data files. You can find them in Honorbuddy\Data\Weighsets\xxxxx.xml
You can open and edit them with notepad for example.

I knew that much already ;)

The other stuff has to be added directly to autoequip... i guess i am not allowed to share it here

Err, why should you not be allowed? As long as it's of interest for the community - share it!
 
Back
Top