Loot Filtration: Difference between revisions
From Path of Diablo Wiki
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
| Orb of Corruption | | Orb of Corruption | ||
|} | |} | ||
See more at [[List of Loot Filter Codes]] | ''See more codes at [[List of Loot Filter Codes]]'' | ||
If you would like to rename "Scroll of Town Portal" to a much shorter "TP" then you would type: '''ItemDisplay[tsc]: TP''' | If you would like to rename "Scroll of Town Portal" to a much shorter "TP" then you would type: '''ItemDisplay[tsc]: TP''' | ||
Line 52: | Line 52: | ||
| [[File:Fonttan.png]] | | [[File:Fonttan.png]] | ||
|} | |} | ||
See more at [[List of Loot Filter Codes]] | ''See more codes at [[List of Loot Filter Codes]]'' | ||
If you would like to change the color of the Horadric Cube to purple then you would type: '''ItemDisplay[box]: %PURPLE%Horadric Cube''' | If you would like to change the color of the Horadric Cube to purple then you would type: '''ItemDisplay[box]: %PURPLE%Horadric Cube''' | ||
Line 58: | Line 58: | ||
You can also use multiple colors within a single item. For example if you want the word "Horadric" to be yellow and "Cube" to be purple you would type: ItemDisplay[box]: %YELLOW%Horadric %PURPLE%Cube | You can also use multiple colors within a single item. For example if you want the word "Horadric" to be yellow and "Cube" to be purple you would type: ItemDisplay[box]: %YELLOW%Horadric %PURPLE%Cube | ||
== Value References == | === Value References === | ||
Sometimes you want to call upon a value in the game to show the player. Below are a few examples: | Sometimes you want to call upon a value in the game to show the player. Below are a few examples: | ||
Line 75: | Line 75: | ||
| Show the item's socket count | | Show the item's socket count | ||
|} | |} | ||
''See more codes at [[List of Loot Filter Codes]]'' | |||
If you want to show the selling price of an item using a dollar sign ($100) as a prefix you would type: '''ItemDisplay[gpm]: ($%PRICE%) Choking Gas Potion''' | If you want to show the selling price of an item using a dollar sign ($100) as a prefix you would type: '''ItemDisplay[gpm]: ($%PRICE%) Choking Gas Potion''' | ||
The same thing can be done to show the item level (L99) as a suffix: '''ItemDisplay[cm3]: %NAME% {L%ILVL%}''' | The same thing can be done to show the item level (L99) as a suffix: '''ItemDisplay[cm3]: %NAME% {L%ILVL%}''' |