Difference between revisions of "Talk:Loot Filtration Codes"
BetweenWalls (talk | contribs) (added corrections & relevant details) |
(→Numbered Stats) |
||
(17 intermediate revisions by 6 users not shown) | |||
Line 13: | Line 13: | ||
| + block chance | | + block chance | ||
| Increased Chance of Blocking | | Increased Chance of Blocking | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Line 106: | Line 100: | ||
== Output Keywords == | == Output Keywords == | ||
Output Keywords are used in the ''output'' portion of rules, after the colon. (e.g. ItemDisplay[]: %NAME%) | Output Keywords are used in the ''output'' portion of rules, after the colon. (e.g. ItemDisplay[]: %NAME%) | ||
− | |||
{| class="wikitable" | {| class="wikitable" | ||
! Code | ! Code | ||
! Color | ! Color | ||
− | ! | + | ! Compatibility |
|- | |- | ||
− | | % | + | | %GREEN% |
− | | | + | | [[File:font_green.png|70px|link=]] (set item color) |
− | | | + | | all |
|- | |- | ||
− | | % | + | | %DGREEN% |
− | | | + | | [[File:font_dark_green.png|130px|link=]] |
− | | | + | | all |
|- | |- | ||
− | | % | + | | %GOLD% |
− | | | + | | [[File:font_gold.png|60px|link=]] (unique item color) |
− | | | + | | all |
|- | |- | ||
− | | % | + | | %TAN% |
− | | | + | | [[File:font_tan.png|60px|link=]] |
− | | | + | | all |
|- | |- | ||
− | | % | + | | %BLUE% |
− | | [[File: | + | | [[File:font_blue.png|65px|link=]] (magic item color) |
− | | | + | | all |
|- | |- | ||
− | | % | + | | %GRAY% |
− | | [[File: | + | | [[File:font_gray.png|65px|link=]] (ethereal/socketed color) |
− | | | + | | all |
|- | |- | ||
− | | % | + | | %WHITE% |
− | | [[File: | + | | [[File:font_white.png|70px|link=]] |
− | + | | all | |
− | |||
− | | | ||
− | | | ||
− | | | ||
|- | |- | ||
| %BLACK% | | %BLACK% | ||
− | | | + | | [[File:font_black.png|67px|link=]] (very hard to see) |
− | | | + | | all |
|- | |- | ||
− | | % | + | | %YELLOW% |
− | | | + | | [[File:font_yellow.png|75px|link=]] (rare item color) |
− | | | + | | all |
|- | |- | ||
| %ORANGE% | | %ORANGE% | ||
− | | | + | | [[File:font_orange.png|75px|link=]] (crafted item color) |
− | | | + | | all |
+ | |- | ||
+ | | %PURPLE% | ||
+ | | [[File:font_purple.png|75px|link=]] | ||
+ | | all | ||
|- | |- | ||
| %RED% | | %RED% | ||
− | | | + | | [[File:font_red.png|50px|link=]] |
− | | | + | | all |
+ | |- | ||
+ | | %CORAL% | ||
+ | | [[File:font_coral.png|68px|link=]] | ||
+ | | -3dfx & -d2gl only | ||
+ | |- | ||
+ | | %SAGE% | ||
+ | | [[File:font_sage.png|60px|link=]] | ||
+ | | -3dfx & -d2gl only | ||
+ | |- | ||
+ | | %TEAL% | ||
+ | | [[File:font_teal.png|62px|link=]] | ||
+ | | -3dfx & -d2gl only | ||
+ | |- | ||
+ | | %LIGHT_GRAY% | ||
+ | | [[File:font_light_gray.png|120px|link=]] | ||
+ | | -3dfx & -d2gl only | ||
|} | |} | ||
Line 171: | Line 180: | ||
| stores how an item is displayed<br>can be modified/replaced with %CONTINUE% | | stores how an item is displayed<br>can be modified/replaced with %CONTINUE% | ||
|- | |- | ||
− | | %ILVL% | + | | %FULLNAME% |
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | %ILVL% | ||
| item level | | item level | ||
| 1-99 | | 1-99 | ||
Line 186: | Line 199: | ||
| rune name | | rune name | ||
| excludes "Rune" (e.g. "Vex" instead of "Vex Rune") | | excludes "Rune" (e.g. "Vex" instead of "Vex Rune") | ||
+ | |- | ||
+ | | %RUNETIER% | ||
+ | | Rune number | ||
+ | | | ||
|- | |- | ||
| %CODE% | | %CODE% | ||
| item code | | item code | ||
+ | | | ||
+ | |- | ||
+ | | %EDAMAGE% | ||
+ | | Enhanced Damage | ||
+ | | | ||
+ | |- | ||
+ | | %EDEFENSE% | ||
+ | | Enhanced Defense | ||
| | | | ||
|} | |} | ||
Line 199: | Line 224: | ||
| %CONTINUE% | | %CONTINUE% | ||
| the item is compared against additional rules instead of being displayed by the current rule<br>the current rule's output is stored in %NAME% | | the item is compared against additional rules instead of being displayed by the current rule<br>the current rule's output is stored in %NAME% | ||
+ | |- | ||
+ | | %MAP% | ||
+ | | Makes it show item drops show in chat | ||
+ | |- | ||
+ | | AREALVL | ||
+ | | Allow to filter item per area level. | ||
+ | |- | ||
+ | | %MAPICON(#)% | ||
+ | | Sets icon choice for minimap | ||
+ | |- | ||
+ | | %NOTIFY(COLOR)% | ||
+ | | Sets color of text notfications | ||
+ | |- | ||
+ | | CHARGES(name or id) | ||
+ | | Allow to filter on charges of spell/skill | ||
+ | |- | ||
+ | | REQLEVEL | ||
+ | | Allow to filter on level requirement | ||
+ | |- | ||
+ | | %ITEMNAME% | ||
+ | | | ||
+ | |- | ||
+ | | %BASENAME% | ||
+ | | | ||
+ | |- | ||
+ | | %SPACE% | ||
+ | | Method now for trailing or leading whitespace | ||
+ | |- | ||
+ | | %EMPTY% | ||
+ | | Method for multiple spaces | ||
+ | |- | ||
+ | | %LBRACE% | ||
+ | | <nowiki>{</nowiki> | ||
+ | |- | ||
+ | | %RBRACE% | ||
+ | | <nowiki>}</nowiki> | ||
+ | |- | ||
+ | | %NL% | ||
+ | | adds a new line | ||
|} | |} | ||
Line 243: | Line 307: | ||
| | | | ||
|- | |- | ||
+ | | CRAFT | ||
+ | | Crafted | ||
| | | | ||
− | |||
− | |||
|} | |} | ||
Line 404: | Line 468: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Code !! Item (Normal) | ! Code !! Item (Normal) | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="113" | |
! Code !! Item (Exceptional) | ! Code !! Item (Exceptional) | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="113" | |
! Code !! Item (Elite) | ! Code !! Item (Elite) | ||
|- | |- | ||
Line 449: | Line 513: | ||
| 7gi || Glorious Axe | | 7gi || Glorious Axe | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| clb || Club | | clb || Club | ||
Line 483: | Line 547: | ||
| 7gm || Thunder Maul | | 7gm || Thunder Maul | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| ssd || Short Sword | | ssd || Short Sword | ||
Line 541: | Line 605: | ||
| 7gd || Colossus Blade | | 7gd || Colossus Blade | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| dgr || Dagger | | dgr || Dagger | ||
Line 549: | Line 613: | ||
| dir || Dirk | | dir || Dirk | ||
| 9di || Rondel | | 9di || Rondel | ||
− | | 7di || | + | | 7di || Mithril Point |
|- | |- | ||
| kri || Kriss | | kri || Kriss | ||
Line 559: | Line 623: | ||
| 7bl || Legend Spike | | 7bl || Legend Spike | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| tkf || Throwing Knife | | tkf || Throwing Knife | ||
Line 577: | Line 641: | ||
| 7b8 || Winged Axe | | 7b8 || Winged Axe | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| jav || Javelin | | jav || Javelin | ||
Line 599: | Line 663: | ||
| 7ts || Winged Harpoon | | 7ts || Winged Harpoon | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| spr || Spear | | spr || Spear | ||
Line 621: | Line 685: | ||
| 7p7 || War Pike | | 7p7 || War Pike | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| bar || Bardiche | | bar || Bardiche | ||
Line 647: | Line 711: | ||
| 7wc || Giant Thresher | | 7wc || Giant Thresher | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| sbw || Short Bow | | sbw || Short Bow | ||
Line 681: | Line 745: | ||
| 6lw || Hydra Bow | | 6lw || Hydra Bow | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| lxb || Light Crossbow | | lxb || Light Crossbow | ||
Line 699: | Line 763: | ||
| 6rx || Demon Crossbow | | 6rx || Demon Crossbow | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| sst || Short Staff | | sst || Short Staff | ||
Line 721: | Line 785: | ||
| 6ws || Archon Staff | | 6ws || Archon Staff | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| wnd || Wand | | wnd || Wand | ||
Line 739: | Line 803: | ||
| 7gw || Unearthed Wand | | 7gw || Unearthed Wand | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| scp || Scepter | | scp || Scepter | ||
Line 753: | Line 817: | ||
| 7ws || Caduceus | | 7ws || Caduceus | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| ktr || Katar | | ktr || Katar | ||
Line 783: | Line 847: | ||
| 7qr || Scissors Suwayyah | | 7qr || Scissors Suwayyah | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| ob1 || Eagle Orb | | ob1 || Eagle Orb | ||
Line 805: | Line 869: | ||
| obf || Dimensional Shard | | obf || Dimensional Shard | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| am1 || Stag Bow | | am1 || Stag Bow | ||
Line 831: | Line 895: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Code !! Item (Normal) | ! Code !! Item (Normal) | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="79" | |
! Code !! Item (Exceptional) | ! Code !! Item (Exceptional) | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="79" | |
! Code !! Item (Elite) | ! Code !! Item (Elite) | ||
|- | |- | ||
Line 868: | Line 932: | ||
| urn || Corona | | urn || Corona | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| qui || Quilted Armor | | qui || Quilted Armor | ||
Line 930: | Line 994: | ||
| uar || Sacred Armor | | uar || Sacred Armor | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| buc || Buckler | | buc || Buckler | ||
Line 964: | Line 1,028: | ||
| uts || Ward | | uts || Ward | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| lgl || Leather Gloves | | lgl || Leather Gloves | ||
Line 986: | Line 1,050: | ||
| uhg || Ogre Gauntlets | | uhg || Ogre Gauntlets | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| lbt || Boots | | lbt || Boots | ||
Line 1,008: | Line 1,072: | ||
| uhb || Myrmidon Greaves | | uhb || Myrmidon Greaves | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| lbl || Sash | | lbl || Sash | ||
Line 1,030: | Line 1,094: | ||
| uhc || Colossus Girdle | | uhc || Colossus Girdle | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| ci0 || Circlet | | ci0 || Circlet | ||
Line 1,038: | Line 1,102: | ||
| ci1 || Coronet | | ci1 || Coronet | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| dr1 || Wolf Head | | dr1 || Wolf Head | ||
Line 1,060: | Line 1,124: | ||
| drf || Dream Spirit | | drf || Dream Spirit | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| ba1 || Jawbone Cap | | ba1 || Jawbone Cap | ||
Line 1,082: | Line 1,146: | ||
| baf || Guardian Crown | | baf || Guardian Crown | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| pa1 || Targe | | pa1 || Targe | ||
Line 1,104: | Line 1,168: | ||
| paf || Vortex Shield | | paf || Vortex Shield | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="8" | |
|- | |- | ||
| ne1 || Preserved Head | | ne1 || Preserved Head | ||
Line 1,131: | Line 1,195: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="6" | |
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="6" | |
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="4" | |
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="4" | |
! Code !! Item | ! Code !! Item | ||
|- | |- | ||
Line 1,161: | Line 1,225: | ||
| hp4 || Greater Healing Potion | | hp4 || Greater Healing Potion | ||
| mp4 || Greater Mana Potion | | mp4 || Greater Mana Potion | ||
− | | style="background: | + | | style="background:transparent;" rowspan="2" colspan="6" | |
|- | |- | ||
| vps || Stamina Potion | | vps || Stamina Potion | ||
Line 1,171: | Line 1,235: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="8" | |
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="8" | |
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="8" | |
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="8" | |
! Code !! Item | ! Code !! Item | ||
|- | |- | ||
Line 1,226: | Line 1,290: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="12" | |
! Code !! Item | ! Code !! Item | ||
− | ! style="background: | + | ! style="background:transparent;" rowspan="12" | |
! Code !! Item | ! Code !! Item | ||
|- | |- | ||
Line 1,349: | Line 1,413: | ||
| tr2 | | tr2 | ||
| Scroll of Resistance | | Scroll of Resistance | ||
+ | |- | ||
+ | | QUEST | ||
+ | | Catches ALL quest items | ||
|} | |} | ||
Line 1,355: | Line 1,422: | ||
! Code | ! Code | ||
! Item | ! Item | ||
− | ! | + | ! Details |
|- | |- | ||
| tes | | tes | ||
Line 1,401: | Line 1,468: | ||
| Izual (uber) | | Izual (uber) | ||
|- | |- | ||
− | | style="background: | + | | style="background:transparent" colspan="3" | |
|- | |- | ||
| cx5 | | cx5 | ||
Line 1,413: | Line 1,480: | ||
| cx7 | | cx7 | ||
| Key of Chaos | | Key of Chaos | ||
− | | | + | | |
|- | |- | ||
| maz | | maz | ||
Line 1,419: | Line 1,486: | ||
| | | | ||
|- | |- | ||
− | | | + | | ma1 |
− | | | + | | Icy Cavern Relic |
− | | | + | | Tier 1 (white) |
|- | |- | ||
| ma5 | | ma5 | ||
− | | Frigid Plateau | + | | Frigid Plateau Relic |
− | | | + | | Tier 1 (white) |
|- | |- | ||
− | | | + | | ma4 |
− | | | + | | Desecrated Temple Relic |
− | | | + | | Tier 2 (yellow) |
|- | |- | ||
− | | | + | | ma8 |
− | | | + | | Musty Crypt Relic |
− | | | + | | Tier 2 (yellow) |
|- | |- | ||
− | | | + | | ma9 |
+ | | Dim Cellar Relic | ||
+ | | Tier 2 (yellow) | ||
|- | |- | ||
− | | | + | | ma2 |
− | | | + | | Forgotten Desert Relic |
− | | | + | | Tier 3 (red) |
|- | |- | ||
− | | | + | | ma6 |
− | | | + | | Ruined Citadel Relic |
− | | | + | | Tier 3 (red) |
|- | |- | ||
− | | | + | | ma7 |
− | | | + | | Burnt Forest Relic |
− | | | + | | Tier 3 (red) |
|- | |- | ||
− | | | + | | MAP |
− | | | + | | All maps |
− | | | + | | Catches all maps |
|} | |} | ||
Line 1,467: | Line 1,536: | ||
| Scroll of Town Portal | | Scroll of Town Portal | ||
| | | | ||
+ | |- | ||
+ | | tbk | ||
+ | | Tome of Town Portal | ||
+ | | | ||
+ | |- | ||
+ | | TPSCROLLS | ||
+ | | Allows filtering by number of scrolls in tome | ||
+ | | ItemDisplay[tsc TPSCROLLS>15]: Hides tp scrolls when you 15 or more in tome | ||
|- | |- | ||
| isc | | isc | ||
| Scroll of Identify | | Scroll of Identify | ||
− | |||
− | |||
− | |||
− | |||
| | | | ||
|- | |- | ||
Line 1,479: | Line 1,552: | ||
| Tome of Identify | | Tome of Identify | ||
| | | | ||
+ | |- | ||
+ | | IDSCROLLS | ||
+ | | Allows filtering by number of scrolls in tome | ||
+ | | ItemDisplay[isc IDSCROLLS>15]: Hides id scrolls when you 15 or more in tome | ||
+ | |- | ||
+ | | PLRCLASS(SOR) | ||
+ | | Filter by class | ||
+ | | | ||
|- | |- | ||
| key | | key | ||
Line 1,540: | Line 1,621: | ||
=== Numbered Stats === | === Numbered Stats === | ||
Item Stat Codes references the stat on an item. Char Stat Codes references the stat on your character. | Item Stat Codes references the stat on an item. Char Stat Codes references the stat on your character. | ||
− | {| class="wikitable" | + | |
− | ! Item Stat Code | + | {| style="border: 2px solid #782121;" |
+ | |- | ||
+ | | | ||
+ | {| style="border:2px solid white; background:#461F1F;" class="non-table skilltable mw-collapsible mw-collapsed" id="mw-customcollapsible-numcodes" | ||
+ | |- | ||
+ | ! All Numbered Stat Codes | ||
+ | | | ||
+ | |- | ||
+ | ! <span class="mw-customtoggle-numcodes" style="float:left; colspan=2;" | <span style="float:left; border:solid none solid none; colspan=2;" class="hidden">[[File:D2_minus_small_grey.png| 16px]] Hide Stat Codes</span><span style="float:left;" class="shown">[[File:D2_plus_small_grey.png|16px]] Show all stat codes</span> | ||
+ | |- class="skilltable-collapsed" | ||
+ | | | ||
+ | {| class="wikitable" | ||
+ | ! Item Stat Code | ||
! Character Stat Code | ! Character Stat Code | ||
! Description | ! Description | ||
! Item Appearance | ! Item Appearance | ||
|- | |- | ||
− | | | + | | STAT(1) |
− | | | + | | |
− | | | + | | Ene |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(2) |
− | | | + | | |
− | | | + | | Dex |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(3) |
− | | | + | | |
− | | | + | | Vit |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(4) |
− | | | + | | |
− | | | + | | CharUnusedStatPoints |
− | | | + | | |
|- | |- | ||
+ | | STAT(5) | ||
+ | | | ||
+ | | CharUnusedSkillPoints | ||
| | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
+ | | STAT(6) | ||
+ | | | ||
+ | | CharHP | ||
| | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
+ | | STAT(7) | ||
+ | | | ||
+ | | Life | ||
| | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | STAT(8) |
− | | | + | | |
− | | | + | | CharMana |
− | | | + | | |
|- | |- | ||
+ | | STAT(9) | ||
+ | | | ||
+ | | Mana | ||
| | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | STAT(10) |
− | | | + | | |
− | | | + | | CharStamina |
− | | | + | | |
|- | |- | ||
+ | | STAT(11) | ||
+ | | | ||
+ | | Stam | ||
| | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | STAT(12) |
− | | | + | | |
− | | | + | | Clvl |
− | | | + | | |
|- | |- | ||
+ | | STAT(13) | ||
+ | | | ||
+ | | CharXP | ||
| | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
+ | | STAT(14) | ||
+ | | | ||
+ | | CharGold | ||
| | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
+ | | STAT(15) | ||
+ | | | ||
+ | | CharGoldInStash | ||
| | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
+ | | STAT(16) | ||
+ | | | ||
+ | | Def | ||
| | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | STAT(17) |
− | | | + | | |
− | | | + | | Max Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(18) |
− | | | + | | |
− | | | + | | Min Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(19) |
− | | | + | | |
− | | | + | | AR |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(20) |
− | | | + | | |
− | | | + | | Block Rate (without item ICB) |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(21) |
− | | | + | | |
− | | | + | | 1H Min Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(22) |
− | | | + | | |
− | | | + | | 1H Max Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(23) |
− | | | + | | |
− | | | + | | 2H Min Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(24) |
− | | | + | | |
− | | | + | | 2H Max Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(25) |
− | | | + | | |
− | | | + | | damagepercent? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(26) |
− | | | + | | |
− | | | + | | Integer Mana Recov? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(27) |
− | | | + | | |
− | | | + | | Mana Regen |
| | | | ||
|- | |- | ||
− | | | + | | STAT(28) |
− | | | + | | |
− | | | + | | StamHeal |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(29) |
− | | | + | | |
− | | | + | | CharExpNextLvl |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(30) |
− | | | + | | |
− | | | + | | CharExpPrevLvl |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(31) |
− | | | + | | |
− | | | + | | Def |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(32) |
− | | | + | | |
− | | | + | | Missile Def |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(33) |
− | | | + | | |
− | | | + | | Melee Def |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(34) |
− | | | + | | |
− | | | + | | Phys Dmg Reduc by |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(35) |
− | | | + | | |
− | | | + | | Magic/Ele Dmg Reduc by |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(36) |
− | | | + | | |
− | | | + | | Phys Dmg Reduc |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(37) |
− | | | + | | |
− | | | + | | MagRes |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(38) |
− | | | + | | |
− | | | + | | Max MagRes |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(39) |
− | | | + | | |
− | | | + | | FRes |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(40) |
− | | | + | | |
− | | | + | | Max FRes |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(41) |
− | | | + | | |
− | | | + | | LRes |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(42) |
− | | | + | | |
− | | | + | | Max LRes |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(43) |
− | | | + | | |
− | | | + | | CRes |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(44) |
− | | | + | | |
− | | | + | | Max CR |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(45) |
− | | | + | | |
− | | | + | | PRes |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(46) |
− | | | + | | |
− | | | + | | Max PRes |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(47) |
− | | | + | | |
− | | | + | | damage_aura |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(48) |
− | | | + | | |
− | | | + | | Min Fire Dmg |
| | | | ||
|- | |- | ||
− | | | + | | STAT(49) |
− | | | + | | |
− | | | + | | Max Fire Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(50) |
− | | | + | | |
− | | | + | | Min Light Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(51) |
− | | | + | | |
− | | | + | | Max Light Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(52) |
− | | | + | | |
− | | | + | | Min Magic Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(53) |
− | | | + | | |
− | | | + | | Max Magic Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(54) |
− | | | + | | |
− | | | + | | Min Cold Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(55) |
− | | | + | | |
− | | | + | | Max Cold Dmg |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(56) |
− | | | + | | |
− | | | + | | 5 Chill Sec |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(57) |
− | | | + | | |
− | | | + | | 56 Min Pois Dmg/Sec |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(58) |
− | | | + | | |
− | | | + | | 56 Max Pois Dmg/Sec |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(59) |
− | | | + | | |
− | | | + | | 5 Sec Pois Len |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(60) |
− | | | + | | |
− | | | + | | LL |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(61) |
− | | | + | | |
− | | | + | | lifedrainmaxdam? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(62) |
− | | | + | | |
− | | | + | | ML |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(63) |
− | | | + | | |
− | | | + | | manadrainmaxdam? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(64) |
− | | | + | | |
− | | | + | | stamdrainmindam? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(65) |
− | | | + | | |
− | | | + | | stamdrainmaxdam? |
| | | | ||
|- | |- | ||
− | | | + | | STAT(66) |
− | | | + | | |
− | | | + | | Stun (in frames?) |
| | | | ||
|- | |- | ||
− | | | + | | STAT(67) |
+ | | | ||
+ | | FRW (equip weight) | ||
| | | | ||
− | |||
− | |||
|- | |- | ||
− | | | + | | STAT(68) |
+ | | | ||
+ | | WSM | ||
| | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
+ | | STAT(69) | ||
| | | | ||
− | |||
| other_animrate | | other_animrate | ||
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(70) |
− | | | + | | |
− | | | + | | Quantity |
− | | | + | | |
|- | |- | ||
+ | | STAT(71) | ||
| | | | ||
− | |||
| value | | value | ||
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(72) |
− | | | + | | |
− | | | + | | Dura |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(73) |
− | | | + | | |
− | | | + | | Max Dura |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(74) |
− | | | + | | |
− | | | + | | Replen *2556 Life/Sec |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(75) |
− | | | + | | |
− | | | + | | Max Dura |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(76) |
− | | | + | | |
− | | | + | | Life |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(77) |
− | | | + | | |
− | | | + | | Mana |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(78) |
− | | | + | | |
− | | | + | | Attacker Takes Damage |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(79) |
− | | | + | | |
− | | | + | | GF |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(80) |
− | | | + | | |
− | | | + | | MF |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(81) |
− | | | + | | |
− | |||
| Knockback | | Knockback | ||
+ | | | ||
|- | |- | ||
− | | | + | | STAT(82) |
− | | | + | | |
− | | | + | | timeduration |
| | | | ||
|- | |- | ||
− | | | + | | STAT(83) |
− | | | + | | |
− | | | + | | Class SK |
| | | | ||
|- | |- | ||
− | | | + | | STAT(84) |
− | | | + | | |
− | | | + | | Unsentparam??? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(85) |
− | | | + | | |
− | | | + | | XP |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(86) |
− | | | + | | |
− | | | + | | LaeK |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(87) |
− | | | + | | |
− | | | + | | Vendor Price |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(88) |
− | | | + | | |
− | | | + | | Double Herb Duration??? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(89) |
− | | | + | | |
− | | | + | | Light Radius |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(90) |
− | | | + | | |
− | | | + | | Light Color nv??? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(91) |
− | | | + | | |
− | | | + | | Reqs |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(92) |
− | | | + | | |
− | | | + | | Level req (Upgraded) |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(93) |
− | | | + | | |
− | | | + | | IAS |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(94) |
− | | | + | | |
− | | item_levelreqpct | + | | item_levelreqpct? |
| | | | ||
|- | |- | ||
− | | | + | | STAT(95) |
− | | | + | | |
− | | | + | | Last block frame??? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(96) |
− | | | + | | |
− | | | + | | FRW |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(97) |
− | | | + | | |
− | | | + | | Oskill??? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(98) |
− | | | + | | |
− | | | + | | state??? |
− | | | + | | |
|- | |- | ||
− | | | + | | STAT(99) |
− | | | + | | |
− | | | + | | FHR |
− | | | + | | |
+ | |} | ||
+ | |||
+ | |} | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Item Stat Code | ||
+ | ! Character Stat Code | ||
+ | ! Description | ||
+ | ! Item Appearance | ||
|- | |- | ||
− | | | + | | STAT(0) |
− | | | + | | CHARSTAT(0) |
− | | | + | | strength |
− | | | + | | +X to Strength |
|- | |- | ||
− | | | + | | STAT(1) |
− | | | + | | CHARSTAT(1) |
− | | | + | | energy |
− | | +X | + | | +X to Energy |
|- | |- | ||
− | | | + | | STAT(2) |
− | | | + | | CHARSTAT(2) |
− | | | + | | dexterity |
+ | | +X to Dexterity | ||
+ | |- | ||
+ | | STAT(3) | ||
+ | | CHARSTAT(3) | ||
+ | | vitality | ||
+ | | +X to Vitality | ||
+ | |- | ||
+ | | | ||
+ | | CHARSTAT(4) | ||
+ | | unspent stat points | ||
| | | | ||
|- | |- | ||
| | | | ||
+ | | CHARSTAT(5) | ||
+ | | unspent skill points | ||
| | | | ||
− | | | + | |- |
+ | | | ||
+ | | CHARSTAT(6) | ||
+ | | current life | ||
| | | | ||
|- | |- | ||
− | | | + | | STAT(7) |
− | | | + | | CHARSTAT(7) |
− | | | + | | max life |
− | | +X | + | | +X to Life |
|- | |- | ||
− | | | + | | |
− | | | + | | CHARSTAT(8) |
− | | | + | | current mana |
| | | | ||
|- | |- | ||
− | | | + | | STAT(9) |
− | | | + | | CHARSTAT(9) |
− | | | + | | max mana |
− | | | + | | +X to Mana |
|- | |- | ||
− | | | + | | |
− | | | + | | CHARSTAT(10) |
− | | | + | | current stamina |
| | | | ||
|- | |- | ||
− | | | + | | STAT(11) |
− | | | + | | CHARSTAT(11) |
− | | | + | | max stamina |
− | | | + | | +X to Max Stamina |
|- | |- | ||
− | | | + | | |
+ | | CLVL | ||
+ | | character level | ||
| | | | ||
− | |||
− | |||
|- | |- | ||
− | | | + | | |
+ | | CHARSTAT(13) | ||
+ | | experience | ||
| | | | ||
− | |||
− | |||
|- | |- | ||
− | | | + | | |
+ | | CHARSTAT(14) | ||
+ | | gold on character | ||
| | | | ||
− | |||
− | |||
|- | |- | ||
− | | | + | | |
+ | | CHARSTAT(15) | ||
+ | | gold in stash | ||
| | | | ||
− | |||
− | |||
|- | |- | ||
− | | | + | | STAT(16) |
| | | | ||
− | | | + | | item_armor_percent |
− | | | + | | +X% Enhanced Defense |
|- | |- | ||
+ | | STAT(17) | ||
| | | | ||
+ | | item_maxdamage_percent | ||
+ | | +X% Enhanced Damage | ||
+ | |- | ||
+ | | STAT(18) | ||
| | | | ||
− | | | + | | item_mindamage_percent |
− | | | + | | +X% Enhanced Damage |
− | + | |- | |
− | + | | STAT(19) | |
− | + | | | |
− | + | | tohit (AR) | |
− | + | | +X to Attack Rating | |
− | |||
− | |||
|- | |- | ||
− | | | + | | STAT(20) |
− | |||
| | | | ||
+ | | toblock | ||
+ | | Chance to Block: X% | ||
+ | |- | ||
+ | | STAT(21) | ||
| | | | ||
+ | | mindamage | ||
+ | | Damage: X to _<br>+X to Minimum Damage | ||
|- | |- | ||
− | | | + | | STAT(22) |
− | |||
− | |||
| | | | ||
+ | | maxdamage | ||
+ | | Damage: _ to X<br>+X to Maximum Damage | ||
|- | |- | ||
− | | | + | | STAT(23) |
− | |||
− | |||
| | | | ||
+ | | secondary_mindamage | ||
+ | | +X to Minimum Damage | ||
|- | |- | ||
− | | | + | | STAT(24) |
− | |||
| | | | ||
− | | | + | | secondary_maxdamage |
+ | | +X to Maximum Damage | ||
|- | |- | ||
− | | | + | | STAT(25) |
− | |||
| | | | ||
− | | | + | | damagepercent |
+ | | +X% Damage | ||
|- | |- | ||
− | | | + | | STAT(26) |
− | |||
− | |||
| | | | ||
+ | | manarecovery | ||
+ | | | ||
|- | |- | ||
− | | | + | | STAT(27) |
− | | | + | | |
− | | | + | | manarecoverybonus |
− | + | | Regenerate Mana X% | |
|- | |- | ||
− | | | + | | STAT(28) |
− | |||
− | |||
| | | | ||
+ | | staminarecoverybonus | ||
+ | | Heal Stamina +X% | ||
|- | |- | ||
− | | | + | | |
− | | | + | | CHARSTAT(29) |
− | | | + | | lastexp |
| | | | ||
|- | |- | ||
− | |||
− | |||
− | |||
| | | | ||
− | | | + | | CHARSTAT(30) |
− | + | | nextexp | |
− | + | | | |
− | + | |- | |
− | + | | STAT(31) | |
+ | | | ||
+ | | armorclass | ||
+ | | +X Defense<br>Defense: X | ||
|- | |- | ||
− | + | | STAT(32) | |
+ | | | ||
+ | | armorclass_vs_missile | ||
+ | | +X Defense vs. Missile | ||
|- | |- | ||
− | | | + | | STAT(33) |
+ | | | ||
+ | | armorclass_vs_hth | ||
+ | | +X Defense vs. Melee | ||
|- | |- | ||
− | | | + | | STAT(34) |
+ | | | ||
+ | | normal_damage_reduction | ||
+ | | Physical Damage Taken Reduced by X | ||
|- | |- | ||
− | | | + | | STAT(35) |
+ | | | ||
+ | | magic_damage_reduction | ||
+ | | Magic & Elemental Damage Taken Reduced by X | ||
|- | |- | ||
− | | | + | | STAT(36) |
+ | | STAT(36) | ||
+ | | damageresist (PDR) | ||
+ | | Physical Damage Taken Reduced by X% | ||
|- | |- | ||
− | | | + | | STAT(37) |
+ | | STAT(37) | ||
+ | | magicresist | ||
+ | | Magic Resist +X% | ||
|- | |- | ||
− | | | + | | STAT(38) |
+ | | STAT(38) | ||
+ | | maxmagicresist | ||
+ | | +X% to Maximum Magic Resist | ||
|- | |- | ||
− | | | + | | STAT(39) |
+ | | STAT(39) | ||
+ | | fireresist | ||
+ | | Fire Resist +X% | ||
|- | |- | ||
− | | | + | | STAT(40) |
+ | | STAT(40) | ||
+ | | maxfireresist | ||
+ | | +X% to Maximum Fire Resist | ||
|- | |- | ||
− | | | + | | STAT(41) |
+ | | STAT(41) | ||
+ | | lightresist | ||
+ | | Lightning Resist +X% | ||
|- | |- | ||
− | | | + | | STAT(42) |
+ | | STAT(42) | ||
+ | | maxlightresist | ||
+ | | +X% to Maximum Lightning Resist | ||
|- | |- | ||
− | | | + | | STAT(43) |
+ | | CHARSTAT(43) | ||
+ | | coldresist | ||
+ | | Cold Resist +X% | ||
|- | |- | ||
− | | | + | | STAT(44) |
+ | | CHARSTAT(44) | ||
+ | | maxcoldresist | ||
+ | | +X% to Maximum Cold Resist | ||
|- | |- | ||
− | | | + | | STAT(45) |
+ | | CHARSTAT(45) | ||
+ | | poisonresist | ||
+ | | Poison Resist +X% | ||
|- | |- | ||
− | | | + | | STAT(46) |
+ | | CHARSTAT(46) | ||
+ | | maxpoisonresist | ||
+ | | +X% to Maximum Poison Resist | ||
|- | |- | ||
− | | | + | | |
+ | | | ||
+ | | damageaura | ||
+ | | | ||
|- | |- | ||
− | | | + | | STAT(48) |
+ | | | ||
+ | | firemindam | ||
+ | | Adds X-_ fire damage | ||
|- | |- | ||
− | | | + | | STAT(49) |
+ | | | ||
+ | | firemaxdam | ||
+ | | Adds _-X fire damage | ||
|- | |- | ||
− | | | + | | STAT(50) |
+ | | | ||
+ | | lightmindam | ||
+ | | Adds X-_ lightning damage | ||
|- | |- | ||
− | | | + | | STAT(51) |
+ | | | ||
+ | | lightmaxdam | ||
+ | | Adds 1-X lightning damage | ||
|- | |- | ||
− | | | + | | STAT(52) |
+ | | | ||
+ | | magicmindam | ||
+ | | Adds X magic damage | ||
|- | |- | ||
− | | | + | | STAT(53) |
+ | | | ||
+ | | magicmaxdam | ||
+ | | Adds X magic damage | ||
|- | |- | ||
− | | | + | | STAT(54) |
+ | | | ||
+ | | coldmindam | ||
+ | | Adds X-_ cold damage | ||
|- | |- | ||
− | | | + | | STAT(55) |
+ | | | ||
+ | | coldmaxdam | ||
+ | | Adds _-X cold damage | ||
|- | |- | ||
− | | | + | | STAT(56) |
+ | | | ||
+ | | coldlength | ||
+ | | Adds _-_ cold damage | ||
|- | |- | ||
− | | | + | | STAT(57) |
+ | | | ||
+ | | poisonmindam | ||
+ | | +X poison damage over _ seconds | ||
|- | |- | ||
− | | | + | | STAT(58) |
+ | | | ||
+ | | poisonmaxdam | ||
+ | | +X poison damage over _ seconds | ||
|- | |- | ||
− | | | + | | STAT(59) |
+ | | | ||
+ | | poisonlength | ||
+ | | +_ poison damage over X seconds | ||
|- | |- | ||
− | | | + | | STAT(60) |
+ | | | ||
+ | | lifedrainmindam | ||
+ | | X% Life stolen per hit | ||
|- | |- | ||
− | | | + | | STAT(61) |
− | + | | | |
− | + | | lifedrainmaxdam | |
− | + | | X% Life stolen per hit | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | | | ||
− | | | ||
|- | |- | ||
− | + | | STAT(62) | |
− | + | | | |
− | + | | manadrainmindam | |
− | + | | X% Mana stolen per hit | |
− | |||
− | | | ||
− | |||
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | STAT(63) |
− | | | + | | |
− | | | + | | manadrainmaxdam |
− | | | + | | X% Mana stolen per hit |
− | | | + | |- |
− | | | + | | STAT(64) |
+ | | | ||
+ | | stamdrainmindam | ||
+ | | | ||
+ | |- | ||
+ | | STAT(65) | ||
+ | | | ||
+ | | stamdrainmaxdam | ||
+ | | | ||
+ | |- | ||
+ | | STAT(66) | ||
+ | | | ||
+ | | stunlength | ||
+ | | | ||
+ | |- | ||
+ | | STAT(67) | ||
+ | | | ||
+ | | velocitypercent | ||
+ | | | ||
+ | |- | ||
+ | | STAT(68) | ||
+ | | | ||
+ | | attackrate | ||
+ | | +X% Increased Attack Speed | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | other_animrate | ||
+ | | | ||
|- | |- | ||
− | | | + | | |
− | | | + | | |
− | | | + | | quantity |
− | | | + | | Quantity: X |
− | | | + | |- |
− | | style="text-align: center;" | | + | | |
+ | | | ||
+ | | value | ||
+ | | | ||
+ | |- | ||
+ | | STAT(72) | ||
+ | | | ||
+ | | durability | ||
+ | | Durability: X of _ | ||
+ | |- | ||
+ | | STAT(73) | ||
+ | | | ||
+ | | maxdurability | ||
+ | | Durability: _ of X | ||
+ | |- | ||
+ | | STAT(74) | ||
+ | | | ||
+ | | hpregen | ||
+ | | Replenish Life +X | ||
+ | |- | ||
+ | | STAT(75) | ||
+ | | | ||
+ | | item_maxdurability_percent | ||
+ | | Increase Maximum Durability X% | ||
+ | |- | ||
+ | | STAT(76) | ||
+ | | | ||
+ | | item_maxhp_percent | ||
+ | | Increase Maximum Life X% | ||
+ | |- | ||
+ | | STAT(77) | ||
+ | | | ||
+ | | item_maxmana_percent | ||
+ | | Increase Maximum Mana X% | ||
+ | |- | ||
+ | | STAT(78) | ||
+ | | | ||
+ | | item_attackertakesdamage | ||
+ | | Attacker takes damage of X | ||
+ | |- | ||
+ | | STAT(79) | ||
+ | | | ||
+ | | item_goldbonus | ||
+ | | X% Extra Gold from Monsters | ||
+ | |- | ||
+ | | STAT(80) | ||
+ | | | ||
+ | | item_magicbonus | ||
+ | | X% Better Chance of Getting Magic Items | ||
+ | |- | ||
+ | | STAT(81) | ||
+ | | | ||
+ | | item_knockback | ||
+ | | Knockback | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | item_timeduration | ||
+ | | | ||
+ | |- | ||
+ | | STAT(83) | ||
+ | | | ||
+ | | item_addclassskills | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | STAT(85) | ||
+ | | | ||
+ | | item_addexperience | ||
+ | | +X% to Experience Gained | ||
+ | |- | ||
+ | | STAT(86) | ||
+ | | | ||
+ | | item_healafterkill | ||
+ | | +X Life after each Kill | ||
+ | |- | ||
+ | | STAT(87) | ||
+ | | | ||
+ | | item_reducedprices | ||
+ | | Reduces all Vendor Prices X% | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | STAT(89) | ||
+ | | | ||
+ | | item_lightradius | ||
+ | | +X to Light Radius | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | STAT(91) | ||
+ | | | ||
+ | | item_req_percent | ||
+ | | Requirements -X% | ||
+ | |- | ||
+ | | STAT(92) | ||
+ | | | ||
+ | | item_levelreq | ||
+ | | | ||
+ | |- | ||
+ | | STAT(93) | ||
+ | | CHARSTAT(93) | ||
+ | | item_fasterattackrate | ||
+ | | +X% Increased Attack Speed | ||
+ | |- | ||
+ | | STAT(94) | ||
+ | | | ||
+ | | item_levelreqpct | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | STAT(96) | ||
+ | | | ||
+ | | item_fastermovevelocity | ||
+ | | +X% Faster Run/Walk | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | STAT(99) | ||
+ | | CHARSTAT(99) | ||
+ | | item_fastergethitrate | ||
+ | | +X% Faster Hit Recovery | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | STAT(101) | ||
+ | | | ||
+ | | skill_poison_override_length | ||
+ | | | ||
+ | |- | ||
+ | | STAT(102) | ||
+ | | CHARSTAT(102) | ||
+ | | item_fasterblockrate | ||
+ | | +X% Faster Block Rate | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | skill_bypass_undead | ||
+ | | | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | skill_bypass_demons | ||
+ | | | ||
+ | |- | ||
+ | | STAT(105) | ||
+ | | CHARSTAT(105) | ||
+ | | item_fastercastrate | ||
+ | | +X% Faster Cast Rate | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | STAT(108) | ||
+ | | | ||
+ | | item_restinpeace | ||
+ | | Slain Monsters Rest in Peace | ||
+ | |- | ||
+ | | STAT(109) | ||
+ | | CHARSTAT(109) | ||
+ | | curse_resistance | ||
+ | | | ||
+ | |- | ||
+ | | STAT(110) | ||
+ | | | ||
+ | | item_poisonlengthresist | ||
+ | | Poison Length Reduced by X% | ||
+ | |- | ||
+ | | STAT(111) | ||
+ | | | ||
+ | | item_normaldamage | ||
+ | | Damage +X | ||
+ | |- | ||
+ | | STAT(112) | ||
+ | | | ||
+ | | item_howl | ||
+ | | Hit Causes Monster to Flee X% | ||
+ | |- | ||
+ | | STAT(113) | ||
+ | | | ||
+ | | item_stupidity | ||
+ | | Hit Blinds Target +X | ||
+ | |- | ||
+ | | STAT(114) | ||
+ | | | ||
+ | | item_damagetomana | ||
+ | | X% Damage Taken Gained as Mana when Hit | ||
+ | |- | ||
+ | | STAT(115) | ||
+ | | | ||
+ | | item_ignoretargetac | ||
+ | | Ignore Target's Defense | ||
+ | |- | ||
+ | | STAT(119) | ||
+ | | | ||
+ | | item_tohit_percent (%AR) | ||
+ | | +X% Bonus to Attack Rating | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | colspan="2" | Just ask greendude if there's a stat missing here that you want | ||
+ | |} | ||
+ | |||
+ | === Named Stats === | ||
+ | {| class="wikitable" | ||
+ | ! Code | ||
+ | ! Description | ||
+ | ! Item Appearance | ||
+ | ! Details | ||
+ | |- | ||
+ | | CLVL | ||
+ | | character level | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | SOCK | ||
+ | | total sockets | ||
+ | | Socketed (X) | ||
+ | | | ||
+ | |- | ||
+ | | DEF | ||
+ | | total defense | ||
+ | | Defense: X | ||
+ | | | ||
+ | |- | ||
+ | | GEMLEVEL | ||
+ | | gem quality level | ||
+ | | | ||
+ | | 1-5 (Chipped-Perfect) | ||
+ | |- | ||
+ | | RUNE | ||
+ | | rune number | ||
+ | | | ||
+ | | 1-33 (El-Zod)<br>Other 'codes' that begin with RUNE (e.g. RUNENUM) have the same result | ||
+ | |- | ||
+ | | RES | ||
+ | | all res | ||
+ | | All Resistances +X% | ||
+ | | | ||
+ | |- | ||
+ | | ED | ||
+ | | enhanced defense/damage | ||
+ | | +X% Enhanced Defense<br>+X% Enhanced Damage | ||
+ | | refers to defense for armor, damage for weapons | ||
+ | |- | ||
+ | | LIFE | ||
+ | | max hp | ||
+ | | +X to Life | ||
+ | | | ||
+ | |- | ||
+ | | IAS | ||
+ | | attack rate | ||
+ | | +X% Increased Attack Speed | ||
+ | | | ||
+ | |- | ||
+ | | FCR | ||
+ | | Faster Cast Rate | ||
+ | | +X% Faster Cast Rate | ||
+ | | | ||
+ | |- | ||
+ | | FHR | ||
+ | | Faster Hit Recovery | ||
+ | | +X% Faster Hit Recovery | ||
+ | | | ||
+ | |- | ||
+ | | CTCSKILL | ||
+ | | Chance to cast x | ||
+ | | More than 10% chance to cast Apmlify Damage on hit | ||
+ | | CTCSKILL(HIT, "Amplify Damage", 10) > 1 | ||
+ | |} | ||
+ | |||
+ | == Skill Codes == | ||
+ | === Group Skills === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Code !! Skill | ||
+ | |- | ||
+ | | ALLSK || All Skills | ||
+ | |- | ||
+ | | CLSK0 || Amazon Skills | ||
+ | |- | ||
+ | | CLSK1 || Sorceress Skills | ||
+ | |- | ||
+ | | CLSK2 || Necromancer Skills | ||
+ | |- | ||
+ | | CLSK3 || Paladin Skills | ||
+ | |- | ||
+ | | CLSK4 || Barbarian Skills | ||
+ | |- | ||
+ | | CLSK5 || Druid Skills | ||
+ | |- | ||
+ | | CLSK6 || Assassin Skills | ||
+ | |- | ||
+ | | TABSK0 || Amazon: Bow & Crossbow | ||
+ | |- | ||
+ | | TABSK1 || Amazon: Passive & Magic | ||
+ | |- | ||
+ | | TABSK2 || Amazon: Javelin & Spear | ||
+ | |- | ||
+ | | TABSK8 || Sorceress: Fire | ||
+ | |- | ||
+ | | TABSK9 || Sorceress: Lightning | ||
+ | |- | ||
+ | | TABSK10 || Sorceress: Cold | ||
+ | |- | ||
+ | | TABSK16 || Necromancer: Curses | ||
+ | |- | ||
+ | | TABSK17 || Necromancer: Poison & Bone | ||
+ | |- | ||
+ | | TABSK18 || Necromancer: Summoning | ||
+ | |- | ||
+ | | TABSK24 || Paladin: Combat | ||
+ | |- | ||
+ | | TABSK25 || Paladin: Offensive Auras | ||
+ | |- | ||
+ | | TABSK26 || Paladin: Defensive Auras | ||
+ | |- | ||
+ | | TABSK32 || Barbarian: Combat | ||
+ | |- | ||
+ | | TABSK33 || Barbarian: Masteries | ||
+ | |- | ||
+ | | TABSK34 || Barbarian: Warcries | ||
+ | |- | ||
+ | | TABSK40 || Druid: Summoning | ||
+ | |- | ||
+ | | TABSK41 || Druid: Shapeshifting | ||
+ | |- | ||
+ | | TABSK42 || Druid: Elemental | ||
+ | |- | ||
+ | | TABSK48 || Assassin: Traps | ||
+ | |- | ||
+ | | TABSK49 || Assassin: Shadow Disciplines | ||
+ | |- | ||
+ | | TABSK50 || Assassin: Martial Arts | ||
+ | |} | ||
+ | |||
+ | === Individual Skills === | ||
+ | == Skill Codes == | ||
+ | |||
+ | Skill codes will only work for items that grant skill bonuses when unidentified (implicit). The SK## method of skill code filtering is being replaced by the easier to read syntax of SKILL("Skill Name") syntax, so <code>SK59</code> can now be done by issuing <code>SKILL("Blizzard")</code>. The SK## syntax still functions. | ||
+ | |||
+ | {| class="wikitable" style="vertical-align:middle;" | ||
+ | |- style="font-weight:bold; text-align:center;" | ||
+ | ! Amazon | ||
+ | ! Assassin | ||
+ | ! Barbarian | ||
+ | ! Druid | ||
+ | ! Necromancer | ||
+ | ! Paladin | ||
+ | ! Sorceress | ||
+ | |- | ||
+ | | SKILL("Jab") | ||
+ | | SKILL("Dragon Claw") | ||
+ | | SKILL("Howl") | ||
+ | | SKILL("Firestorm") | ||
+ | | SKILL("Summon Mastery") | ||
+ | | SKILL("Prayer") | ||
+ | | SKILL("Ice Bolt") | ||
+ | |- | ||
+ | | SKILL("Power Strike") | ||
+ | | SKILL("Tiger Strike") | ||
+ | | SKILL("Find Potion") | ||
+ | | SKILL("Molten Boulder") | ||
+ | | SKILL("Raise Skeleton Warrior") | ||
+ | | SKILL("Resist Fire") | ||
+ | | SKILL("Frigerate") | ||
+ | |- | ||
+ | | SKILL("Poison Javelin") | ||
+ | | SKILL("Dragon Talon") | ||
+ | | SKILL("Taunt") | ||
+ | | SKILL("Flame Dash") | ||
+ | | SKILL("Bone Offering") | ||
+ | | SKILL("Defiance") | ||
+ | | SKILL("Frost Nova") | ||
+ | |- | ||
+ | | SKILL("Fend") | ||
+ | | SKILL("Fists of Fire") | ||
+ | | SKILL("Shout") | ||
+ | | SKILL("Arctic Blast") | ||
+ | | SKILL("Clay Golem") | ||
+ | | SKILL("Resist Cold") | ||
+ | | SKILL("Ice Blast") | ||
+ | |- | ||
+ | | SKILL("Lightning Bolt") | ||
+ | | SKILL("Cobra Strike") | ||
+ | | SKILL("Find Item") | ||
+ | | SKILL("Fissure") | ||
+ | | SKILL("Flesh Offering") | ||
+ | | SKILL("Cleansing") | ||
+ | | SKILL("Shiver Armor") | ||
+ | |- | ||
+ | | SKILL("Charged Strike") | ||
+ | | SKILL("Claws of Thunder") | ||
+ | | SKILL("Battle Cry") | ||
+ | | SKILL("Cyclone Armor") | ||
+ | | SKILL("Raise Skeletal Mage") | ||
+ | | SKILL("Resist Lightning") | ||
+ | | SKILL("Glacial Spike") | ||
+ | |- | ||
+ | | SKILL("Plague Javelin") | ||
+ | | SKILL("Dragon Flight") | ||
+ | | SKILL("Battle Orders") | ||
+ | | SKILL("Twister") | ||
+ | | SKILL("Blood Golem") | ||
+ | | SKILL("Vigor") | ||
+ | | SKILL("Blizzard") | ||
+ | |- | ||
+ | | SKILL("Molten Strike") | ||
+ | | SKILL("Blades of Ice") | ||
+ | | SKILL("Grim Ward") | ||
+ | | SKILL("Volcano") | ||
+ | | SKILL("Convocation") | ||
+ | | SKILL("Meditation") | ||
+ | | SKILL("Freezing Pulse") | ||
+ | |- | ||
+ | | SKILL("Lightning Strike") | ||
+ | | SKILL("Claw Mastery") | ||
+ | | SKILL("War Cry") | ||
+ | | SKILL("Tornado") | ||
+ | | SKILL("Iron Golem") | ||
+ | | SKILL("Redemption") | ||
+ | | SKILL("Chilling Armor") | ||
+ | |- | ||
+ | | SKILL("Lightning Fury") | ||
+ | | SKILL("Psychic Hammer") | ||
+ | | SKILL("Battle Command") | ||
+ | | SKILL("Armageddon") | ||
+ | | SKILL("Fire Golem") | ||
+ | | SKILL("Salvation") | ||
+ | | SKILL("Frozen Orb") | ||
+ | |- | ||
+ | | SKILL("Inner Sight") | ||
+ | | SKILL("Burst of Speed") | ||
+ | | SKILL("Edged Weapon Mastery") | ||
+ | | SKILL("Hurricane") | ||
+ | | SKILL("Revive") | ||
+ | | SKILL("Might") | ||
+ | | SKILL("Cold Mastery") | ||
+ | |- | ||
+ | | SKILL("Lethal Strike") | ||
+ | | SKILL("Weapon Block") | ||
+ | | SKILL("Pole Weapon Mastery") | ||
+ | | SKILL("Werewolf") | ||
+ | | SKILL("Deadly Poison") | ||
+ | | SKILL("Holy Fire") | ||
+ | | SKILL("Charged Bolt") | ||
+ | |- | ||
+ | | SKILL("Phase Run") | ||
+ | | SKILL("Cloak of Shadows") | ||
+ | | SKILL("Blunt Weapon Mastery") | ||
+ | | SKILL("Lycanthropy") | ||
+ | | SKILL("Teeth") | ||
+ | | SKILL("Precision") | ||
+ | | SKILL("Static Field") | ||
+ | |- | ||
+ | | SKILL("Dodge") | ||
+ | | SKILL("Fade") | ||
+ | | SKILL("Throwing Mastery") | ||
+ | | SKILL("Werebear") | ||
+ | | SKILL("Bone Armor") | ||
+ | | SKILL("Blessed Aim") | ||
+ | | SKILL("Telekinesis") | ||
+ | |- | ||
+ | | SKILL("Avoid") | ||
+ | | SKILL("Shadow Warrior") | ||
+ | | SKILL("Increased Stamina") | ||
+ | | SKILL("Feral Rage") | ||
+ | | SKILL("Corpse Explosion") | ||
+ | | SKILL("Concentration") | ||
+ | | SKILL("Nova") | ||
+ | |- | ||
+ | | SKILL("Penetrate") | ||
+ | | SKILL("Mind Blast") | ||
+ | | SKILL("Counter Attack") | ||
+ | | SKILL("Maul") | ||
+ | | SKILL("Desecrate") | ||
+ | | SKILL("Holy Freeze") | ||
+ | | SKILL("Lightning Surge") | ||
+ | |- | ||
+ | | SKILL("Evade") | ||
+ | | SKILL("Venom") | ||
+ | | SKILL("Iron Skin") | ||
+ | | SKILL("Rabies") | ||
+ | | SKILL("Bone Spear") | ||
+ | | SKILL("Holy Shock") | ||
+ | | SKILL("Chain Lightning") | ||
+ | |- | ||
+ | | SKILL("Decoy") | ||
+ | | SKILL("Shadow Master") | ||
+ | | SKILL("Increased Speed") | ||
+ | | SKILL("Fire Claws") | ||
+ | | SKILL("Bone Wall") | ||
+ | | SKILL("Sanctuary") | ||
+ | | SKILL("Teleport") | ||
+ | |- | ||
+ | | SKILL("Valkyrie") | ||
+ | | SKILL("Fire Blast") | ||
+ | | SKILL("Puncture") | ||
+ | | SKILL("Hunger") | ||
+ | | SKILL("Bone Spirit") | ||
+ | | SKILL("Fanaticism") | ||
+ | | SKILL("Discharge") | ||
+ | |- | ||
+ | | SKILL("Pierce") | ||
+ | | SKILL("Shock Web") | ||
+ | | SKILL("Natural Resistance") | ||
+ | | SKILL("Shock Wave") | ||
+ | | SKILL("Poison Nova") | ||
+ | | SKILL("Conviction") | ||
+ | | SKILL("Thunder Storm") | ||
+ | |- | ||
+ | | SKILL("Cold Arrow") | ||
+ | | SKILL("Blade Throw") | ||
+ | | SKILL("Whirling Axes") | ||
+ | | SKILL("Fury") | ||
+ | | SKILL("Amplify Damage") | ||
+ | | SKILL("Sacrifice") | ||
+ | | SKILL("Energy Shield") | ||
+ | |- | ||
+ | | SKILL("Magic Arrow") | ||
+ | | SKILL("Charged Bolt Sentry") | ||
+ | | SKILL("Double Swing") | ||
+ | | SKILL("Raven") | ||
+ | | SKILL("Dim Vision") | ||
+ | | SKILL("Smite") | ||
+ | | SKILL("Lightning Mastery") | ||
+ | |- | ||
+ | | SKILL("Multiple Shot") | ||
+ | | SKILL("Wake of Fire") | ||
+ | | SKILL("Concentrate") | ||
+ | | SKILL("Poison Creeper") | ||
+ | | SKILL("Hemorrhage") | ||
+ | | SKILL("Holy Bolt") | ||
+ | | SKILL("Fire Bolt") | ||
+ | |- | ||
+ | | SKILL("Fire Arrow") | ||
+ | | SKILL("Blade Fury") | ||
+ | | SKILL("Cleave") | ||
+ | | SKILL("Heart of Wolverine") | ||
+ | | SKILL("Weaken") | ||
+ | | SKILL("Zeal") | ||
+ | | SKILL("Warmth") | ||
+ | |- | ||
+ | | SKILL("Ice Arrow") | ||
+ | | SKILL("Lightning Sentry") | ||
+ | | SKILL("Frenzy") | ||
+ | | SKILL("Summon Spirit Wolf") | ||
+ | | SKILL("Iron Maiden") | ||
+ | | SKILL("Charge") | ||
+ | | SKILL("Inferno") | ||
+ | |- | ||
+ | | SKILL("Guided Arrow") | ||
+ | | SKILL("Wake of Inferno") | ||
+ | | SKILL("Stun") | ||
+ | | SKILL("Carrion Vine") | ||
+ | | SKILL("Terror") | ||
+ | | SKILL("Vengeance") | ||
+ | | SKILL("Immolate") | ||
+ | |- | ||
+ | | SKILL("Exploding Arrow") | ||
+ | | SKILL("Death Sentry") | ||
+ | | SKILL("Leap") | ||
+ | | SKILL("Oak Sage") | ||
+ | | SKILL("Confuse") | ||
+ | | SKILL("Blessed Hammer") | ||
+ | | SKILL("Fire Ball") | ||
+ | |- | ||
+ | | SKILL("Strafe") | ||
+ | | SKILL("Blade Shield") | ||
+ | | SKILL("Power Throw") | ||
+ | | SKILL("Summon Dire Wolf") | ||
+ | | SKILL("Life Tap") | ||
+ | | SKILL("Conversion") | ||
+ | | SKILL("Fire Wall") | ||
+ | |- | ||
+ | | SKILL("Immolation Arrow") | ||
+ | | | ||
+ | | SKILL("Bash") | ||
+ | | SKILL("Solar Creeper") | ||
+ | | SKILL("Attract") | ||
+ | | SKILL("Holy Shield") | ||
+ | | SKILL("Enflame") | ||
+ | |- | ||
+ | | SKILL("Freezing Arrow") | ||
+ | | | ||
+ | | SKILL("Ethereal Throw") | ||
+ | | SKILL("Spirit of Barbs") | ||
+ | | SKILL("Decrepify") | ||
+ | | SKILL("Fist of the Heavens") | ||
+ | | SKILL("Meteor") | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | SKILL("Whirlwind") | ||
+ | | SKILL("Summon Grizzly") | ||
+ | | SKILL("Lower Resist") | ||
+ | | SKILL("Dashing Strike") | ||
+ | | SKILL("Hydra") | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | SKILL("Fire Mastery") | ||
+ | |} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Code | ||
+ | ! Skill | ||
|- | |- | ||
− | | | + | | SK40 |
− | + | | Frigerate | |
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK48 |
− | + | | Nova | |
− | |||
− | |||
− | | | ||
− | |||
|- | |- | ||
− | | | + | | SK58 |
− | + | | Energy Shield | |
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK59 |
− | + | | Blizzard | |
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK62 |
− | + | | Hydra | |
− | |||
− | |||
− | | | ||
− | |||
|- | |- | ||
− | | | + | | SK64 |
− | + | | Frozen Orb | |
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK69 |
− | + | | Summon Mastery | |
− | |||
− | | | ||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK83 |
− | + | | Desecrate | |
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK92 |
− | + | | Poison Nova | |
− | |||
− | | | ||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK118 |
− | + | | Holy Shock | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK119 |
− | + | | Sanctuary | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK224 |
− | + | | Lycanthropy | |
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK225 |
− | + | | Firestorm | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK226 |
− | + | | Oak Sage | |
− | |||
− | |||
− | | | ||
− | |||
|- | |- | ||
− | | | + | | SK227 |
− | + | | Summon Spirit Wolf | |
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK236 |
− | + | | Heart of Wolverine | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK237 |
− | + | | Summon Dire Wolf | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK238 |
− | + | | Rabies | |
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK244 |
− | + | | Volcano | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK247 |
− | + | | Summon Grizzly Bear | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK249 |
− | + | | Armageddon | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK250 |
− | + | | Hurricane | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK261 |
− | + | | Charged Bolt Sentry | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK262 |
− | + | | Wake of Fire Sentry | |
− | | | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | SK271 |
− | + | | Lightning Sentry | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK274 |
− | + | | Blades of Ice | |
− | |||
− | |||
− | | | ||
− | |||
|- | |- | ||
− | | | + | | SK275 |
− | + | | Dragon Flight | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK276 |
− | + | | Death Sentry | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK277 |
− | + | | Blade Shield | |
− | |||
− | |||
− | |||
− | | | ||
|- | |- | ||
− | | | + | | SK278 |
− | | | + | | Venom |
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:52, 8 September 2024
Contents
Edit Permissions
The Loot Filtration Codes page is uneditable to prevent purposefully omitted codes from being added.
Some items/affixes aren't listed because they don't have codes:
Description | Item Appearance |
---|---|
melee splash | Melee Attacks deal Splash Damage |
+ block chance | Increased Chance of Blocking |
Other
Ideas for improving the page:
1. Organize codes for item bases in 3 columns (normal, exceptional, elite) instead of a single column
2. Separate codes into categories such as "Potions" or "Quest Items"
3. Potential changes for individual entries:
Code | Description | New Description or (Change) | Reason |
---|---|---|---|
tch | Torch | (remove) | not a code |
cm4 | Hoardrim Sigil (enchant charm) | (remove or reorganize) | removed from game |
ma1 | Dark Cavern Relic - Removed Patch 12 | (remove or reorganize) | removed from game |
ma3 | Abandoned Precinct Relic - Removed Patch 12 | (remove or reorganize) | removed from game |
cx8 | Orb of Enchantment | (remove or reorganize) | removed from game |
mgl | Bracers | Chain Gloves | incorrect name |
pad | Ancient Shield | Kurast Shield | incorrect name |
6bs | Shillelah | Shillelagh | typo |
7fb | Colossal Sword | Colossus Sword | typo |
amf | MatriarchalJavelin | Matriarchal Javelin | missing space |
mss | Mephisto SoulStone | Mephisto's Soulstone | typo |
std | Standard | Standard of Heroes | incomplete info |
d33 | decoy dagger | (remove or reorganize) | not an item? |
Proposed Formatting for Main Page
Output Keywords
Output Keywords are used in the output portion of rules, after the colon. (e.g. ItemDisplay[]: %NAME%)
Code | Color | Compatibility |
---|---|---|
%GREEN% | (set item color) | all |
%DGREEN% | all | |
%GOLD% | (unique item color) | all |
%TAN% | all | |
%BLUE% | (magic item color) | all |
%GRAY% | (ethereal/socketed color) | all |
%WHITE% | all | |
%BLACK% | (very hard to see) | all |
%YELLOW% | (rare item color) | all |
%ORANGE% | (crafted item color) | all |
%PURPLE% | all | |
%RED% | all | |
%CORAL% | -3dfx & -d2gl only | |
%SAGE% | -3dfx & -d2gl only | |
%TEAL% | -3dfx & -d2gl only | |
%LIGHT_GRAY% | -3dfx & -d2gl only |
Value References
Code | Output | Details |
---|---|---|
%NAME% | item name | stores how an item is displayed can be modified/replaced with %CONTINUE% |
%FULLNAME% | ||
%ILVL% | item level | 1-99 |
%SOCKETS% | number of sockets | 0-6 |
%PRICE% | item vendor price | 0-35000 |
%RUNENAME% | rune name | excludes "Rune" (e.g. "Vex" instead of "Vex Rune") |
%RUNETIER% | Rune number | |
%CODE% | item code | |
%EDAMAGE% | Enhanced Damage | |
%EDEFENSE% | Enhanced Defense |
Special Keywords
Code | Details |
---|---|
%CONTINUE% | the item is compared against additional rules instead of being displayed by the current rule the current rule's output is stored in %NAME% |
%MAP% | Makes it show item drops show in chat |
AREALVL | Allow to filter item per area level. |
%MAPICON(#)% | Sets icon choice for minimap |
%NOTIFY(COLOR)% | Sets color of text notfications |
CHARGES(name or id) | Allow to filter on charges of spell/skill |
REQLEVEL | Allow to filter on level requirement |
%ITEMNAME% | |
%BASENAME% | |
%SPACE% | Method now for trailing or leading whitespace |
%EMPTY% | Method for multiple spaces |
%LBRACE% | { |
%RBRACE% | } |
%NL% | adds a new line |
General Conditions
Item Tiers
Code | Group |
---|---|
NORM | Normal |
EXC | Exceptional |
ELT | Elite |
Item Rarities
Code | Group | Details |
---|---|---|
NMAG | Regular | white/gray |
MAG | Magic | |
RARE | Rare | |
UNI | Unique | |
SET | Set | |
CRAFT | Crafted |
Other Conditions
Code | Group |
---|---|
ID | Identified |
INF | Inferior |
SUP | Superior |
ETH | Ethereal |
RW | Runeword |
Item Groups
Class-Restricted Items
Code | Group |
---|---|
CL1 | Druid pelts |
CL2 | Barbarian helmets |
CL3 | Paladin shields |
CL4 | Necromancer shields |
CL5 | Assassin weapons |
CL6 | Sorceress weapons |
CL7 | Amazon weapons |
Weapon Groups
Code | Group | Details |
---|---|---|
WP1 | Axes | includes throwing axes |
WP2 | Maces | does NOT include scepters |
WP3 | Swords | |
WP4 | Daggers | includes throwing knives |
WP5 | Throwing Weapons | includes all javelins, throwing potions |
WP6 | Javelins | includes Amazon javelins |
WP7 | Spears | includes Amazon spears & all javelins |
WP8 | Polearms | does NOT include any spears |
WP9 | Bows | includes crossbows & Amazon bows |
WP10 | Crossbows | |
WP11 | Staves | |
WP12 | Wands | |
WP13 | Scepters | |
WEAPON | All weapons | includes class-restricted weapons |
Armor Groups
Code | Group | Details |
---|---|---|
EQ1 | Helmets | includes class helms and circlets |
EQ2 | Body Armor | |
EQ3 | Shields | does NOT include class shields |
EQ4 | Gloves | |
EQ5 | Boots | |
EQ6 | Belts | |
EQ7 | Circlets | |
ARMOR | All armors | includes class-restricted armors |
Item Codes
Weapons
Code | Item (Normal) | Code | Item (Exceptional) | Code | Item (Elite) | ||
---|---|---|---|---|---|---|---|
hax | Hand Axe | 9ha | Hatchet | 7ha | Tomahawk | ||
axe | Axe | 9ax | Cleaver | 7ax | Small Crescent | ||
2ax | Double Axe | 92a | Twin Axe | 72a | Ettin Axe | ||
mpi | Military Pick | 9mp | Crowbill | 7mp | War Spike | ||
wax | War Axe | 9wa | Naga | 7wa | Berserker Axe | ||
lax | Large Axe | 9la | Military Axe | 7la | Feral Axe | ||
bax | Broad Axe | 9ba | Bearded Axe | 7ba | Silver Edged Axe | ||
btx | Battle Axe | 9bt | Tabar | 7bt | Decapitator | ||
gax | Great Axe | 9ga | Gothic Axe | 7ga | Champion Axe | ||
gix | Giant Axe | 9gi | Ancient Axe | 7gi | Glorious Axe | ||
clb | Club | 9cl | Cudgel | 7cl | Truncheon | ||
spc | Spiked Club | 9sp | Barbed Club | 7sp | Tyrant Club | ||
mac | Mace | 9ma | Flanged Mace | 7ma | Reinforced Mace | ||
mst | Morning Star | 9mt | Jagged Star | 7mt | Devil Star | ||
fla | Flail | 9fl | Knout | 7fl | Scourge | ||
whm | War Hammer | 9wh | Battle Hammer | 7wh | Legendary Mallet | ||
mau | Maul | 9m9 | War Club | 7m7 | Ogre Maul | ||
gma | Great Maul | 9gm | Martel de Fer | 7gm | Thunder Maul | ||
ssd | Short Sword | 9ss | Gladius | 7ss | Falcata | ||
scm | Scimitar | 9sm | Cutlass | 7sm | Ataghan | ||
sbr | Saber | 9sb | Shamshir | 7sb | Elegant Blade | ||
flc | Falchion | 9fc | Tulwar | 7fc | Hydra Edge | ||
crs | Crystal Sword | 9cr | Dimensional Blade | 7cr | Phase Blade | ||
bsd | Broad Sword | 9bs | Battle Sword | 7bs | Conquest Sword | ||
lsd | Long Sword | 9ls | Rune Sword | 7ls | Cryptic Sword | ||
wsd | War Sword | 9wd | Ancient Sword | 7wd | Mythical Sword | ||
2hs | Two-handed Sword | 92h | Espandon | 72h | Legend Sword | ||
clm | Claymore | 9cm | Dacian Falx | 7cm | Highland Blade | ||
gis | Giant Sword | 9gs | Tusk Sword | 7gs | Balrog Blade | ||
bsw | Bastard Sword | 9b9 | Gothic Sword | 7b7 | Champion Sword | ||
flb | Flamberge | 9fb | Zweihander | 7fb | Colossus Sword | ||
gsd | Great Sword | 9gd | Executioner Sword | 7gd | Colossus Blade | ||
dgr | Dagger | 9dg | Poignard | 7dg | Bone Knife | ||
dir | Dirk | 9di | Rondel | 7di | Mithril Point | ||
kri | Kriss | 9kr | Cinquedeas | 7kr | Fanged Knife | ||
bld | Blade | 9bl | Stilleto | 7bl | Legend Spike | ||
tkf | Throwing Knife | 9tk | Battle Dart | 7tk | Flying Knife | ||
tax | Throwing Axe | 9ta | Francisca | 7ta | Flying Axe | ||
bkf | Balanced Knife | 9bk | War Dart | 7bk | Winged Knife | ||
bal | Balanced Axe | 9b8 | Hurlbat | 7b8 | Winged Axe | ||
jav | Javelin | 9ja | War Javelin | 7ja | Hyperion Javelin | ||
pil | Pilum | 9pi | Great Pilum | 7pi | Stygian Pilum | ||
ssp | Short Spear | 9s9 | Simbilan | 7s7 | Balrog Spear | ||
glv | Glaive | 9gl | Spiculum | 7gl | Ghost Glaive | ||
tsp | Throwing Spear | 9ts | Harpoon | 7ts | Winged Harpoon | ||
spr | Spear | 9sr | War Spear | 7sr | Hyperion Spear | ||
tri | Trident | 9tr | Fuscina | 7tr | Stygian Pike | ||
brn | Brandistock | 9br | War Fork | 7br | Mancatcher | ||
spt | Spetum | 9st | Yari | 7st | Ghost Spear | ||
pik | Pike | 9p9 | Lance | 7p7 | War Pike | ||
bar | Bardiche | 9b7 | Lochaber Axe | 7o7 | Ogre Axe | ||
vou | Voulge | 9vo | Bill | 7vo | Colossus Voulge | ||
scy | Scythe | 9s8 | Battle Scythe | 7s8 | Thresher | ||
pax | Poleaxe | 9pa | Partizan | 7pa | Cryptic Axe | ||
hal | Halberd | 9h9 | Bec-de-Corbin | 7h7 | Great Poleaxe | ||
wsc | War Scythe | 9wc | Grim Scythe | 7wc | Giant Thresher | ||
sbw | Short Bow | 8sb | Edge Bow | 6sb | Spider Bow | ||
hbw | Hunter’s Bow | 8hb | Razor Bow | 6hb | Blade Bow | ||
lbw | Long Bow | 8lb | Cedar Bow | 6lb | Shadow Bow | ||
cbw | Composite Bow | 8cb | Double Bow | 6cb | Great Bow | ||
sbb | Short Battle Bow | 8s8 | Short Siege Bow | 6s7 | Diamond Bow | ||
lbb | Long Battle Bow | 8l8 | Long Siege Bow | 6l7 | Crusader Bow | ||
swb | Short War Bow | 8sw | Rune Bow | 6sw | Ward Bow | ||
lwb | Long War Bow | 8lw | Gothic Bow | 6lw | Hydra Bow | ||
lxb | Light Crossbow | 8lx | Arbalest | 6lx | Pellet Bow | ||
mxb | Crossbow | 8mx | Siege Crossbow | 6mx | Gorgon Crossbow | ||
hxb | Heavy Crossbow | 8hx | Ballista | 6hx | Colossus Crossbow | ||
rxb | Repeating Crossbow | 8rx | Chu-Ko-Nu | 6rx | Demon Crossbow | ||
sst | Short Staff | 8ss | Jo Staff | 6ss | Walking Stick | ||
lst | Long Staff | 8ls | Quarterstaff | 6ls | Stalagmite | ||
cst | Gnarled Staff | 8cs | Cedar Staff | 6cs | Elder Staff | ||
bst | Battle Staff | 8bs | Gothic Staff | 6bs | Shillelagh | ||
wst | War Staff | 8ws | Rune Staff | 6ws | Archon Staff | ||
wnd | Wand | 9wn | Burnt Wand | 7wn | Polished Wand | ||
ywn | Yew Wand | 9yw | Petrified Wand | 7yw | Ghost Wand | ||
bwn | Bone Wand | 9bw | Tomb Wand | 7bw | Lich Wand | ||
gwn | Grim Wand | 9gw | Grave Wand | 7gw | Unearthed Wand | ||
scp | Scepter | 9sc | Rune Scepter | 7sc | Mighty Scepter | ||
gsc | Grand Scepter | 9qs | Holy Water Sprinkler | 7qs | Seraph Rod | ||
wsp | War Scepter | 9ws | Divine Scepter | 7ws | Caduceus | ||
ktr | Katar | 9ar | Quhab | 7ar | Suwayyah | ||
wrb | Wrist Blade | 9wb | Wrist Spike | 7wb | Wrist Sword | ||
axf | Hatchet Hands | 9xf | Fascia | 7xf | War Fist | ||
ces | Cestus | 9cs | Hand Scythe | 7cs | Battle Cestus | ||
clw | Claws | 9lw | Greater Claws | 7lw | Feral Claws | ||
btl | Blade Talons | 9tw | Greater Talons | 7tw | Runic Talons | ||
skr | Scissors Katar | 9qr | Scissors Quhab | 7qr | Scissors Suwayyah | ||
ob1 | Eagle Orb | ob6 | Glowing Orb | obb | Heavenly Stone | ||
ob2 | Sacred Globe | ob7 | Crystalline Globe | obc | Eldritch Orb | ||
ob3 | Smoked Sphere | ob8 | Cloudy Sphere | obd | Demon Heart | ||
ob4 | Clasped Orb | ob9 | Sparkling Ball | obe | Vortex Orb | ||
ob5 | Jared's Stone | oba | Swirling Crystal | obf | Dimensional Shard | ||
am1 | Stag Bow | am6 | Ashwood Bow | amb | Matriarchal Bow | ||
am2 | Reflex Bow | am7 | Ceremonial Bow | amc | Grand Matron Bow | ||
am3 | Maiden Spear | am8 | Ceremonial Spear | amd | Matriarchal Spear | ||
am4 | Maiden Pike | am9 | Ceremonial Pike | ame | Matriarchal Pike | ||
am5 | Maiden Javelin | ama | Ceremonial Javelin | amf | Matriarchal Javelin |
Armor
Code | Item (Normal) | Code | Item (Exceptional) | Code | Item (Elite) | ||
---|---|---|---|---|---|---|---|
cap | Cap | xap | War Hat | uap | Shako | ||
skp | Skull Cap | xkp | Sallet | ukp | Hydraskull | ||
hlm | Helm | xlm | Casque | ulm | Armet | ||
fhl | Full Helm | xhl | Basinet | uhl | Giant Conch | ||
msk | Mask | xsk | Death Mask | usk | Demonhead | ||
bhm | Bone Helm | xh9 | Grim Helm | uh9 | Bone Visage | ||
ghm | Great Helm | xhm | Winged Helm | uhm | Spired Helm | ||
crn | Crown | xrn | Grand Crown | urn | Corona | ||
qui | Quilted Armor | xui | Ghost Armor | uui | Dusk Shroud | ||
lea | Leather Armor | xea | Serpentskin | uea | Wyrmhide | ||
hla | Hard Leather Armor | xla | Demonhide Armor | ula | Scarab Husk | ||
stu | Studded Leather | xtu | Trellised Armor | utu | Wire Fleece | ||
rng | Ring Mail | xng | Linked Mail | ung | Diamond Mail | ||
scl | Scale Mail | xcl | Tigulated Mail | ucl | Loricated Mail | ||
brs | Breast Plate | xrs | Cuirass | urs | Great Hauberk | ||
chn | Chain Mail | xhn | Mesh Armor | uhn | Boneweave | ||
spl | Splint Mail | xpl | Russet Armor | upl | Balrog Skin | ||
ltp | Light Plate | xtp | Mage Plate | utp | Archon Plate | ||
fld | Field Plate | xld | Sharktooth | uld | Kraken Shell | ||
plt | Plate Mail | xlt | Templar Coat | ult | Hellforge Plate | ||
gth | Gothic Plate | xth | Embossed Plate | uth | Lacquered Plate | ||
ful | Full Plate | xul | Chaos Armor | uul | Shadow Plate | ||
aar | Ancient Armor | xar | Ornate Armor | uar | Sacred Armor | ||
buc | Buckler | xuc | Defender | uuc | Heater | ||
sml | Small Shield | xml | Round Shield | uml | Luna | ||
lrg | Large Shield | xrg | Scutum | urg | Hyperion | ||
spk | Spiked Shield | xpk | Barbed Shield | upk | Blade Barrier | ||
kit | Kite Shield | xit | Dragon Shield | uit | Monarch | ||
bsh | Bone Shield | xsh | Grim Shield | ush | Troll Nest | ||
tow | Tower Shield | xow | Pavise | uow | Aegis | ||
gts | Gothic Shield | xts | Ancient Shield | uts | Ward | ||
lgl | Leather Gloves | xlg | Demonhide Gloves | ulg | Bramble Mitts | ||
vgl | Heavy Gloves | xvg | Sharkskin Gloves | uvg | Vampirebone Gloves | ||
mgl | Chain Gloves | xmg | Heavy Bracers | umg | Vambraces | ||
tgl | Light Gauntlets | xtg | Battle Gauntlets | utg | Crusader Gauntlets | ||
hgl | Gauntlets | xhg | War Gauntlets | uhg | Ogre Gauntlets | ||
lbt | Boots | xlb | Demonhide Boots | ulb | Wyrmhide Boots | ||
vbt | Heavy Boots | xvb | Sharkskin Boots | uvb | Scarabshell Boots | ||
mbt | Chain Boots | xmb | Mesh Boots | umb | Boneweave Boots | ||
tbt | Light Plated Boots | xtb | Battle Boots | utb | Mirrored Boots | ||
hbt | Greaves | xhb | War Boots | uhb | Myrmidon Greaves | ||
lbl | Sash | zlb | Demonhide Sash | ulc | Spiderweb Sash | ||
vbl | Light Belt | zvb | Sharkskin Belt | uvc | Vampirefang Belt | ||
mbl | Belt | zmb | Mesh Belt | umc | Mithril Coil | ||
tbl | Heavy Belt | ztb | Battle Belt | utc | Troll Belt | ||
hbl | Plated Belt | zhb | War Belt | uhc | Colossus Girdle | ||
ci0 | Circlet | ci2 | Tiara | ci3 | Diadem | ||
ci1 | Coronet | ||||||
dr1 | Wolf Head | dr6 | Alpha Helm | drb | Blood Spirit | ||
dr2 | Hawk Helm | dr7 | Griffon Headress | drc | Sun Spirit | ||
dr3 | Antlers | dr8 | Hunter's Guise | drd | Earth Spirit | ||
dr4 | Falcon Mask | dr9 | Sacred Feathers | dre | Sky Spirit | ||
dr5 | Spirit Mask | dra | Totemic Mask | drf | Dream Spirit | ||
ba1 | Jawbone Cap | ba6 | Jawbone Visor | bab | Carnage Helm | ||
ba2 | Fanged Helm | ba7 | Lion Helm | bac | Fury Visor | ||
ba3 | Horned Helm | ba8 | Rage Mask | bad | Destroyer Helm | ||
ba4 | Assault Helmet | ba9 | Savage Helmet | bae | Conqueror Crown | ||
ba5 | Avenger Guard | baa | Slayer Guard | baf | Guardian Crown | ||
pa1 | Targe | pa6 | Akaran Targe | pab | Sacred Targe | ||
pa2 | Rondache | pa7 | Akaran Rondache | pac | Sacred Rondache | ||
pa3 | Heraldic Shield | pa8 | Protector Shield | pad | Kurast Shield | ||
pa4 | Aerin Shield | pa9 | Gilded Shield | pae | Zakarum Shield | ||
pa5 | Crown Shield | paa | Royal Shield | paf | Vortex Shield | ||
ne1 | Preserved Head | ne6 | Mummified Trophy | neb | Minion Skull | ||
ne2 | Zombie Head | ne7 | Fetish Trophy | neg | Hellspawn Skull | ||
ne3 | Unraveller Head | ne8 | Sexton Trophy | ned | Overseer Skull | ||
ne4 | Gargoyle Head | ne9 | Cantor Trophy | nee | Succubae Skull | ||
ne5 | Demon Head | nea | Heirophant Trophy | nef | Bloodlord Skull |
Other
Potions
Code | Item | Code | Item | Code | Item | Code | Item | Code | Item | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rvl | Full Rejuvenation Potion | hp1 | Minor Healing Potion | mp1 | Minor Mana Potion | opl | Fulminating Potion | gpl | Strangling Potion | ||||
rvs | Rejuvenation Potion | hp2 | Lesser Healing Potion | mp2 | Lesser Mana Potion | opm | Exploding Potion | gpm | Choking Potion | ||||
yps | Antidote Potion | hp3 | Healing Potion | mp3 | Mana Potion | ops | Oil Potion | gps | Rancid Potion | ||||
wms | Thawing Potion | hp4 | Greater Healing Potion | mp4 | Greater Mana Potion | ||||||||
vps | Stamina Potion | hp5 | Super Healing Potion | mp5 | Super Mana Potion |
Gems
Code | Item | Code | Item | Code | Item | Code | Item | Code | Item | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
gcv | Chipped Amethyst | gfv | Flawed Amethyst | gsv | Amethyst | gzv | Flawless Amethyst | gpv | Perfect Amethyst | ||||
gcy | Chipped Topaz | gfy | Flawed Topaz | gsy | Topaz | gly | Flawless Topaz | gpy | Perfect Topaz | ||||
gcb | Chipped Sapphire | gfb | Flawed Sapphire | gsb | Sapphire | glb | Flawless Sapphire | gpb | Perfect Sapphire | ||||
gcg | Chipped Emerald | gfg | Flawed Emerald | gsg | Emerald | glg | Flawless Emerald | gpg | Perfect Emerald | ||||
gcr | Chipped Ruby | gfr | Flawed Ruby | gsr | Ruby | glr | Flawless Ruby | gpr | Perfect Ruby | ||||
gcw | Chipped Diamond | gfw | Flawed Diamond | gsw | Diamond | glw | Flawless Diamond | gpw | Perfect Diamond | ||||
skc | Chipped Skull | skf | Flawed Skull | sku | Skull | skl | Flawless Skull | skz | Perfect Skull |
Runes
Code | Item | Code | Item | Code | Item | ||
---|---|---|---|---|---|---|---|
r01 | El Rune | r12 | Sol Rune | r23 | Mal Rune | ||
r02 | Eld Rune | r13 | Shael Rune | r24 | Ist Rune | ||
r03 | Tir Rune | r14 | Dol Rune | r25 | Gul Rune | ||
r04 | Nef Rune | r15 | Hel Rune | r26 | Vex Rune | ||
r05 | Eth Rune | r16 | Io Rune | r27 | Ohm Rune | ||
r06 | Ith Rune | r17 | Lum Rune | r28 | Lo Rune | ||
r07 | Tal Rune | r18 | Ko Rune | r29 | Sur Rune | ||
r08 | Ral Rune | r19 | Fal Rune | r30 | Ber Rune | ||
r09 | Ort Rune | r20 | Lem Rune | r31 | Jah Rune | ||
r10 | Thul Rune | r21 | Pul Rune | r32 | Cham Rune | ||
r11 | Amn Rune | r22 | Um Rune | r33 | Zod Rune |
Quest Items
Code | Item |
---|---|
bks | Scroll of Inifuss |
bkd | Key to the Cairn Stones |
hdm | Horadric Malus |
tr1 | Horadric Scroll |
ass | Book of Skill |
box | Horadric Cube |
msf | Staff of Kings |
vip | Viper Amulet |
hst | Horadric Staff |
j34 | Jade Figurine |
g34 | Golden Bird |
xyz | Potion of Life |
g33 | Gidbinn |
bbb | Lam Esen's Tome |
qbr | Khalim's Brain |
qey | Khalim's Eye |
qhr | Khalim's Heart |
qf1 | Khalim's Flail |
qf2 | Khalim's Will |
mss | Mephisto's Soulstone |
hfh | Hellforge Hammer |
ice | Malah's Potion |
tr2 | Scroll of Resistance |
QUEST | Catches ALL quest items |
Special Items
Code | Item | Details |
---|---|---|
tes | Twisted Essence of Suffering | Andariel & Duriel |
ceh | Charged Essence of Hatred | Mephisto |
bet | Burning Essence of Terror | Diablo |
fed | Festering Essence of Destruction | Baal |
toa | Token of Absolution | |
pk1 | Key of Terror | Countess |
pk2 | Key of Hatred | Summoner |
pk3 | Key of Destruction | Nihlathak |
dhn | Diablo's Horn | Lilith (uber Andariel) |
bey | Baal's Eye | Duriel (uber) |
mbr | Mephisto's Brain | Izual (uber) |
cx5 | Orb of Corruption | |
cx6 | Diablo's Soulstone | Uber Tristram |
cx7 | Key of Chaos | |
maz | Infernal Trial | |
ma1 | Icy Cavern Relic | Tier 1 (white) |
ma5 | Frigid Plateau Relic | Tier 1 (white) |
ma4 | Desecrated Temple Relic | Tier 2 (yellow) |
ma8 | Musty Crypt Relic | Tier 2 (yellow) |
ma9 | Dim Cellar Relic | Tier 2 (yellow) |
ma2 | Forgotten Desert Relic | Tier 3 (red) |
ma6 | Ruined Citadel Relic | Tier 3 (red) |
ma7 | Burnt Forest Relic | Tier 3 (red) |
MAP | All maps | Catches all maps |
Misc
Code | Item | Details |
---|---|---|
GOLD | Gold | can be hidden, but not modified (always displays as "X Gold") |
tsc | Scroll of Town Portal | |
tbk | Tome of Town Portal | |
TPSCROLLS | Allows filtering by number of scrolls in tome | ItemDisplay[tsc TPSCROLLS>15]: Hides tp scrolls when you 15 or more in tome |
isc | Scroll of Identify | |
ibk | Tome of Identify | |
IDSCROLLS | Allows filtering by number of scrolls in tome | ItemDisplay[isc IDSCROLLS>15]: Hides id scrolls when you 15 or more in tome |
PLRCLASS(SOR) | Filter by class | |
key | Key | |
leg | Wirt's Leg | included in WP2 |
ear | Player Ear | |
std | Standard of Heroes | |
cm1 | Small Charm | |
cm2 | Large Charm | |
cm3 | Grand Charm | |
jew | Jewel | |
rin | Ring | |
amu | Amulet | |
aq2 | Arrows | |
cq2 | Bolts | |
aqv | Rusted Arrows | |
cqv | Rusted Bolts |
Stat Codes
Numbered Stats
Item Stat Codes references the stat on an item. Char Stat Codes references the stat on your character.
Item Stat Code | Character Stat Code | Description | Item Appearance |
---|---|---|---|
STAT(0) | CHARSTAT(0) | strength | +X to Strength |
STAT(1) | CHARSTAT(1) | energy | +X to Energy |
STAT(2) | CHARSTAT(2) | dexterity | +X to Dexterity |
STAT(3) | CHARSTAT(3) | vitality | +X to Vitality |
CHARSTAT(4) | unspent stat points | ||
CHARSTAT(5) | unspent skill points | ||
CHARSTAT(6) | current life | ||
STAT(7) | CHARSTAT(7) | max life | +X to Life |
CHARSTAT(8) | current mana | ||
STAT(9) | CHARSTAT(9) | max mana | +X to Mana |
CHARSTAT(10) | current stamina | ||
STAT(11) | CHARSTAT(11) | max stamina | +X to Max Stamina |
CLVL | character level | ||
CHARSTAT(13) | experience | ||
CHARSTAT(14) | gold on character | ||
CHARSTAT(15) | gold in stash | ||
STAT(16) | item_armor_percent | +X% Enhanced Defense | |
STAT(17) | item_maxdamage_percent | +X% Enhanced Damage | |
STAT(18) | item_mindamage_percent | +X% Enhanced Damage | |
STAT(19) | tohit (AR) | +X to Attack Rating | |
STAT(20) | toblock | Chance to Block: X% | |
STAT(21) | mindamage | Damage: X to _ +X to Minimum Damage | |
STAT(22) | maxdamage | Damage: _ to X +X to Maximum Damage | |
STAT(23) | secondary_mindamage | +X to Minimum Damage | |
STAT(24) | secondary_maxdamage | +X to Maximum Damage | |
STAT(25) | damagepercent | +X% Damage | |
STAT(26) | manarecovery | ||
STAT(27) | manarecoverybonus | Regenerate Mana X% | |
STAT(28) | staminarecoverybonus | Heal Stamina +X% | |
CHARSTAT(29) | lastexp | ||
CHARSTAT(30) | nextexp | ||
STAT(31) | armorclass | +X Defense Defense: X | |
STAT(32) | armorclass_vs_missile | +X Defense vs. Missile | |
STAT(33) | armorclass_vs_hth | +X Defense vs. Melee | |
STAT(34) | normal_damage_reduction | Physical Damage Taken Reduced by X | |
STAT(35) | magic_damage_reduction | Magic & Elemental Damage Taken Reduced by X | |
STAT(36) | STAT(36) | damageresist (PDR) | Physical Damage Taken Reduced by X% |
STAT(37) | STAT(37) | magicresist | Magic Resist +X% |
STAT(38) | STAT(38) | maxmagicresist | +X% to Maximum Magic Resist |
STAT(39) | STAT(39) | fireresist | Fire Resist +X% |
STAT(40) | STAT(40) | maxfireresist | +X% to Maximum Fire Resist |
STAT(41) | STAT(41) | lightresist | Lightning Resist +X% |
STAT(42) | STAT(42) | maxlightresist | +X% to Maximum Lightning Resist |
STAT(43) | CHARSTAT(43) | coldresist | Cold Resist +X% |
STAT(44) | CHARSTAT(44) | maxcoldresist | +X% to Maximum Cold Resist |
STAT(45) | CHARSTAT(45) | poisonresist | Poison Resist +X% |
STAT(46) | CHARSTAT(46) | maxpoisonresist | +X% to Maximum Poison Resist |
damageaura | |||
STAT(48) | firemindam | Adds X-_ fire damage | |
STAT(49) | firemaxdam | Adds _-X fire damage | |
STAT(50) | lightmindam | Adds X-_ lightning damage | |
STAT(51) | lightmaxdam | Adds 1-X lightning damage | |
STAT(52) | magicmindam | Adds X magic damage | |
STAT(53) | magicmaxdam | Adds X magic damage | |
STAT(54) | coldmindam | Adds X-_ cold damage | |
STAT(55) | coldmaxdam | Adds _-X cold damage | |
STAT(56) | coldlength | Adds _-_ cold damage | |
STAT(57) | poisonmindam | +X poison damage over _ seconds | |
STAT(58) | poisonmaxdam | +X poison damage over _ seconds | |
STAT(59) | poisonlength | +_ poison damage over X seconds | |
STAT(60) | lifedrainmindam | X% Life stolen per hit | |
STAT(61) | lifedrainmaxdam | X% Life stolen per hit | |
STAT(62) | manadrainmindam | X% Mana stolen per hit | |
STAT(63) | manadrainmaxdam | X% Mana stolen per hit | |
STAT(64) | stamdrainmindam | ||
STAT(65) | stamdrainmaxdam | ||
STAT(66) | stunlength | ||
STAT(67) | velocitypercent | ||
STAT(68) | attackrate | +X% Increased Attack Speed | |
other_animrate | |||
quantity | Quantity: X | ||
value | |||
STAT(72) | durability | Durability: X of _ | |
STAT(73) | maxdurability | Durability: _ of X | |
STAT(74) | hpregen | Replenish Life +X | |
STAT(75) | item_maxdurability_percent | Increase Maximum Durability X% | |
STAT(76) | item_maxhp_percent | Increase Maximum Life X% | |
STAT(77) | item_maxmana_percent | Increase Maximum Mana X% | |
STAT(78) | item_attackertakesdamage | Attacker takes damage of X | |
STAT(79) | item_goldbonus | X% Extra Gold from Monsters | |
STAT(80) | item_magicbonus | X% Better Chance of Getting Magic Items | |
STAT(81) | item_knockback | Knockback | |
item_timeduration | |||
STAT(83) | item_addclassskills | ||
STAT(85) | item_addexperience | +X% to Experience Gained | |
STAT(86) | item_healafterkill | +X Life after each Kill | |
STAT(87) | item_reducedprices | Reduces all Vendor Prices X% | |
STAT(89) | item_lightradius | +X to Light Radius | |
STAT(91) | item_req_percent | Requirements -X% | |
STAT(92) | item_levelreq | ||
STAT(93) | CHARSTAT(93) | item_fasterattackrate | +X% Increased Attack Speed |
STAT(94) | item_levelreqpct | ||
STAT(96) | item_fastermovevelocity | +X% Faster Run/Walk | |
STAT(99) | CHARSTAT(99) | item_fastergethitrate | +X% Faster Hit Recovery |
STAT(101) | skill_poison_override_length | ||
STAT(102) | CHARSTAT(102) | item_fasterblockrate | +X% Faster Block Rate |
skill_bypass_undead | |||
skill_bypass_demons | |||
STAT(105) | CHARSTAT(105) | item_fastercastrate | +X% Faster Cast Rate |
STAT(108) | item_restinpeace | Slain Monsters Rest in Peace | |
STAT(109) | CHARSTAT(109) | curse_resistance | |
STAT(110) | item_poisonlengthresist | Poison Length Reduced by X% | |
STAT(111) | item_normaldamage | Damage +X | |
STAT(112) | item_howl | Hit Causes Monster to Flee X% | |
STAT(113) | item_stupidity | Hit Blinds Target +X | |
STAT(114) | item_damagetomana | X% Damage Taken Gained as Mana when Hit | |
STAT(115) | item_ignoretargetac | Ignore Target's Defense | |
STAT(119) | item_tohit_percent (%AR) | +X% Bonus to Attack Rating | |
Just ask greendude if there's a stat missing here that you want |
Named Stats
Code | Description | Item Appearance | Details |
---|---|---|---|
CLVL | character level | ||
SOCK | total sockets | Socketed (X) | |
DEF | total defense | Defense: X | |
GEMLEVEL | gem quality level | 1-5 (Chipped-Perfect) | |
RUNE | rune number | 1-33 (El-Zod) Other 'codes' that begin with RUNE (e.g. RUNENUM) have the same result | |
RES | all res | All Resistances +X% | |
ED | enhanced defense/damage | +X% Enhanced Defense +X% Enhanced Damage |
refers to defense for armor, damage for weapons |
LIFE | max hp | +X to Life | |
IAS | attack rate | +X% Increased Attack Speed | |
FCR | Faster Cast Rate | +X% Faster Cast Rate | |
FHR | Faster Hit Recovery | +X% Faster Hit Recovery | |
CTCSKILL | Chance to cast x | More than 10% chance to cast Apmlify Damage on hit | CTCSKILL(HIT, "Amplify Damage", 10) > 1 |
Skill Codes
Group Skills
Code | Skill |
---|---|
ALLSK | All Skills |
CLSK0 | Amazon Skills |
CLSK1 | Sorceress Skills |
CLSK2 | Necromancer Skills |
CLSK3 | Paladin Skills |
CLSK4 | Barbarian Skills |
CLSK5 | Druid Skills |
CLSK6 | Assassin Skills |
TABSK0 | Amazon: Bow & Crossbow |
TABSK1 | Amazon: Passive & Magic |
TABSK2 | Amazon: Javelin & Spear |
TABSK8 | Sorceress: Fire |
TABSK9 | Sorceress: Lightning |
TABSK10 | Sorceress: Cold |
TABSK16 | Necromancer: Curses |
TABSK17 | Necromancer: Poison & Bone |
TABSK18 | Necromancer: Summoning |
TABSK24 | Paladin: Combat |
TABSK25 | Paladin: Offensive Auras |
TABSK26 | Paladin: Defensive Auras |
TABSK32 | Barbarian: Combat |
TABSK33 | Barbarian: Masteries |
TABSK34 | Barbarian: Warcries |
TABSK40 | Druid: Summoning |
TABSK41 | Druid: Shapeshifting |
TABSK42 | Druid: Elemental |
TABSK48 | Assassin: Traps |
TABSK49 | Assassin: Shadow Disciplines |
TABSK50 | Assassin: Martial Arts |
Individual Skills
Skill Codes
Skill codes will only work for items that grant skill bonuses when unidentified (implicit). The SK## method of skill code filtering is being replaced by the easier to read syntax of SKILL("Skill Name") syntax, so SK59
can now be done by issuing SKILL("Blizzard")
. The SK## syntax still functions.
Amazon | Assassin | Barbarian | Druid | Necromancer | Paladin | Sorceress |
---|---|---|---|---|---|---|
SKILL("Jab") | SKILL("Dragon Claw") | SKILL("Howl") | SKILL("Firestorm") | SKILL("Summon Mastery") | SKILL("Prayer") | SKILL("Ice Bolt") |
SKILL("Power Strike") | SKILL("Tiger Strike") | SKILL("Find Potion") | SKILL("Molten Boulder") | SKILL("Raise Skeleton Warrior") | SKILL("Resist Fire") | SKILL("Frigerate") |
SKILL("Poison Javelin") | SKILL("Dragon Talon") | SKILL("Taunt") | SKILL("Flame Dash") | SKILL("Bone Offering") | SKILL("Defiance") | SKILL("Frost Nova") |
SKILL("Fend") | SKILL("Fists of Fire") | SKILL("Shout") | SKILL("Arctic Blast") | SKILL("Clay Golem") | SKILL("Resist Cold") | SKILL("Ice Blast") |
SKILL("Lightning Bolt") | SKILL("Cobra Strike") | SKILL("Find Item") | SKILL("Fissure") | SKILL("Flesh Offering") | SKILL("Cleansing") | SKILL("Shiver Armor") |
SKILL("Charged Strike") | SKILL("Claws of Thunder") | SKILL("Battle Cry") | SKILL("Cyclone Armor") | SKILL("Raise Skeletal Mage") | SKILL("Resist Lightning") | SKILL("Glacial Spike") |
SKILL("Plague Javelin") | SKILL("Dragon Flight") | SKILL("Battle Orders") | SKILL("Twister") | SKILL("Blood Golem") | SKILL("Vigor") | SKILL("Blizzard") |
SKILL("Molten Strike") | SKILL("Blades of Ice") | SKILL("Grim Ward") | SKILL("Volcano") | SKILL("Convocation") | SKILL("Meditation") | SKILL("Freezing Pulse") |
SKILL("Lightning Strike") | SKILL("Claw Mastery") | SKILL("War Cry") | SKILL("Tornado") | SKILL("Iron Golem") | SKILL("Redemption") | SKILL("Chilling Armor") |
SKILL("Lightning Fury") | SKILL("Psychic Hammer") | SKILL("Battle Command") | SKILL("Armageddon") | SKILL("Fire Golem") | SKILL("Salvation") | SKILL("Frozen Orb") |
SKILL("Inner Sight") | SKILL("Burst of Speed") | SKILL("Edged Weapon Mastery") | SKILL("Hurricane") | SKILL("Revive") | SKILL("Might") | SKILL("Cold Mastery") |
SKILL("Lethal Strike") | SKILL("Weapon Block") | SKILL("Pole Weapon Mastery") | SKILL("Werewolf") | SKILL("Deadly Poison") | SKILL("Holy Fire") | SKILL("Charged Bolt") |
SKILL("Phase Run") | SKILL("Cloak of Shadows") | SKILL("Blunt Weapon Mastery") | SKILL("Lycanthropy") | SKILL("Teeth") | SKILL("Precision") | SKILL("Static Field") |
SKILL("Dodge") | SKILL("Fade") | SKILL("Throwing Mastery") | SKILL("Werebear") | SKILL("Bone Armor") | SKILL("Blessed Aim") | SKILL("Telekinesis") |
SKILL("Avoid") | SKILL("Shadow Warrior") | SKILL("Increased Stamina") | SKILL("Feral Rage") | SKILL("Corpse Explosion") | SKILL("Concentration") | SKILL("Nova") |
SKILL("Penetrate") | SKILL("Mind Blast") | SKILL("Counter Attack") | SKILL("Maul") | SKILL("Desecrate") | SKILL("Holy Freeze") | SKILL("Lightning Surge") |
SKILL("Evade") | SKILL("Venom") | SKILL("Iron Skin") | SKILL("Rabies") | SKILL("Bone Spear") | SKILL("Holy Shock") | SKILL("Chain Lightning") |
SKILL("Decoy") | SKILL("Shadow Master") | SKILL("Increased Speed") | SKILL("Fire Claws") | SKILL("Bone Wall") | SKILL("Sanctuary") | SKILL("Teleport") |
SKILL("Valkyrie") | SKILL("Fire Blast") | SKILL("Puncture") | SKILL("Hunger") | SKILL("Bone Spirit") | SKILL("Fanaticism") | SKILL("Discharge") |
SKILL("Pierce") | SKILL("Shock Web") | SKILL("Natural Resistance") | SKILL("Shock Wave") | SKILL("Poison Nova") | SKILL("Conviction") | SKILL("Thunder Storm") |
SKILL("Cold Arrow") | SKILL("Blade Throw") | SKILL("Whirling Axes") | SKILL("Fury") | SKILL("Amplify Damage") | SKILL("Sacrifice") | SKILL("Energy Shield") |
SKILL("Magic Arrow") | SKILL("Charged Bolt Sentry") | SKILL("Double Swing") | SKILL("Raven") | SKILL("Dim Vision") | SKILL("Smite") | SKILL("Lightning Mastery") |
SKILL("Multiple Shot") | SKILL("Wake of Fire") | SKILL("Concentrate") | SKILL("Poison Creeper") | SKILL("Hemorrhage") | SKILL("Holy Bolt") | SKILL("Fire Bolt") |
SKILL("Fire Arrow") | SKILL("Blade Fury") | SKILL("Cleave") | SKILL("Heart of Wolverine") | SKILL("Weaken") | SKILL("Zeal") | SKILL("Warmth") |
SKILL("Ice Arrow") | SKILL("Lightning Sentry") | SKILL("Frenzy") | SKILL("Summon Spirit Wolf") | SKILL("Iron Maiden") | SKILL("Charge") | SKILL("Inferno") |
SKILL("Guided Arrow") | SKILL("Wake of Inferno") | SKILL("Stun") | SKILL("Carrion Vine") | SKILL("Terror") | SKILL("Vengeance") | SKILL("Immolate") |
SKILL("Exploding Arrow") | SKILL("Death Sentry") | SKILL("Leap") | SKILL("Oak Sage") | SKILL("Confuse") | SKILL("Blessed Hammer") | SKILL("Fire Ball") |
SKILL("Strafe") | SKILL("Blade Shield") | SKILL("Power Throw") | SKILL("Summon Dire Wolf") | SKILL("Life Tap") | SKILL("Conversion") | SKILL("Fire Wall") |
SKILL("Immolation Arrow") | SKILL("Bash") | SKILL("Solar Creeper") | SKILL("Attract") | SKILL("Holy Shield") | SKILL("Enflame") | |
SKILL("Freezing Arrow") | SKILL("Ethereal Throw") | SKILL("Spirit of Barbs") | SKILL("Decrepify") | SKILL("Fist of the Heavens") | SKILL("Meteor") | |
SKILL("Whirlwind") | SKILL("Summon Grizzly") | SKILL("Lower Resist") | SKILL("Dashing Strike") | SKILL("Hydra") | ||
SKILL("Fire Mastery") |
Code | Skill |
---|---|
SK40 | Frigerate |
SK48 | Nova |
SK58 | Energy Shield |
SK59 | Blizzard |
SK62 | Hydra |
SK64 | Frozen Orb |
SK69 | Summon Mastery |
SK83 | Desecrate |
SK92 | Poison Nova |
SK118 | Holy Shock |
SK119 | Sanctuary |
SK224 | Lycanthropy |
SK225 | Firestorm |
SK226 | Oak Sage |
SK227 | Summon Spirit Wolf |
SK236 | Heart of Wolverine |
SK237 | Summon Dire Wolf |
SK238 | Rabies |
SK244 | Volcano |
SK247 | Summon Grizzly Bear |
SK249 | Armageddon |
SK250 | Hurricane |
SK261 | Charged Bolt Sentry |
SK262 | Wake of Fire Sentry |
SK271 | Lightning Sentry |
SK274 | Blades of Ice |
SK275 | Dragon Flight |
SK276 | Death Sentry |
SK277 | Blade Shield |
SK278 | Venom |