View Single Post
04/16/14, 11:22 PM   #13
ins
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 76
Some extra info on the Linkhandler Parselink on items.

Example:
Code:
[[|H3A92FF:item:45147:04:16:26582:4:16:0:0:0:0:0:0:0:0:0:9:0:0:0:0|hhide boots of magicka^p|h]], 
[[|H3A92FF:item:45147:04:12:26580:4:12:0:0:0:0:0:0:0:0:0:4:0:0:0:0|hrawhide boots of health^p|h]],
1. Name
2. Colour
3. "item" type(?)
4. ItemID
5. unknown (Could be related to item Quality-ish, See 3 on Green items, 4-11 on Blue, 49 on Named, 50 on Unique)
6. LEVEL Requirement (Verified)
7. Related to enchant (Type) (Verified)
8. Related to Enchant (Strength) (Verified)
9. Related to Enchant (Strenght) (Verified)
10
11
12
13
14
15
16
17
18
19. Style (Verified) (34= Imperial)
20
21. Bound or not (1 if bound) (Verified)
22 CHARGES on Weapon (Verified)
23

For 7 and 8.
Note; Items with "#5 "Qualityish" at 50=> Named item will not show anything in 7-8. Also you can not enchant these items.)

1. [[|H2DC50E:item:54512: 3:23:45871:3:23:0:0:0:0:0:0:0:0:0: 1:0:0:0:0|hamethyst necklace of reduce feat cost^n|h]]
2. [[|H2DC50E:item:54512: 3:23:26847:2:19:0:0:0:0:0:0:0:0:0: 1:0:0:0:0|hamethyst necklace of disease resist^n|h]]
3. [[|H2DC50E:item:54512: 3:23:26847:2:22:0:0:0:0:0:0:0:0:0: 1:0:0:0:0|hamethyst necklace of disease resist^n|h]]
1 = Reduce Feat Cost Stamina Cost
2 = Disease Resist (95 disease resist, a 15-25 ench)
3 = Disease Resist (110 disease resist, a 20-30 enchant)
45871 - Reduce Feat Cost

26847 - Disease Resist
26578 - REduce Targets Armor by xx for xx seconds
26579 - Adds XX Max Stamina
26580 - Adds Health
26581 - Adds Health Recovery
26582 - Adds Magicka
26583 - Adds Magicka REcovery
26586 - Adds Poison Resistance
26587 - Deals Poison Damage
26588 - Adds Stamina
26589 - Adds Stamina Recovery
26590 - Vampire Slaying (Deals x fire damage to vampires)
26591 - Reduce targets Power by xx for xx seconds

5365 - Adds Frost Damage
26844 - Adds Shock Damage
26848 - Adds Flame Damage

For 19 and 21 see example below:

[[|H3A92FF:item:45150:4:15:26580:4:15:0:0:0:0:0:0:0:0:0: 9:0:0:0:0|hrawhide guards of health^p|h]],
[[|H3A92FF:item:45150:4:15:26580:4:15:0:0:0:0:0:0:0:0:0:34:0:1:0:0|hrawhide guards of health^p|h]],
The second "item" is the same, except it has been converted to Imperial Style, and is now bound to the player.


Weapon damage SCALES depending on the "LEVEL" Requirement (#6)

Last edited by ins : 04/17/14 at 12:30 AM.
  Reply With Quote