Calculator:HighLite/Nameplates: Difference between revisions
No edit summary |
Updated text / instructions |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="farts">[[Calculators|← Back to Calculators]]</div> | <div class="farts">[[Calculators|← Back to Calculators]]</div> | ||
<h1 style="margin-top: 0 !important;"><span class="mw-headline" id="Item_Nameplate_Calculator">HighLite Nameplate Setting Generator</span></h1> | <h1 style="margin-top: 0 !important;"><span class="mw-headline" id="Item_Nameplate_Calculator">HighLite Nameplate Setting Generator</span></h1> | ||
Use the configuration tool below to set up your [[HighLite]] nameplate filters. These filters determine how dropped items appear in-game, and whether or not they trigger a popup or sound alert. | |||
To receive alerts for item drops, you must assign items to the <strong>Priority</strong> category. Priority items will display a popup and/or play a sound when dropped, based on your Nameplate settings. <strong>Default</strong> items will appear in the drop pile with no alert, while <strong>Hidden</strong> items are invisible unless right-clicked through the context menu. | |||
View the example image [https://highspell.wiki/w/images/5/5d/HighLite-Nameplate-Settings.png here] to see how to enable sound and popup alerts in your Nameplate settings. | |||
Once you've configured your filters, copy and paste the generated list into the "[https://highspell.wiki/w/images/e/ef/HighLite-Item-Priorities.png Item Priorities]" field under the <code style="border: 1px solid var(--border-color-base) !important; background: var(--bg-contrast) !important;">Nameplates</code> settings menu. | |||
== Nameplate Configuration Tool == | |||
The list below is a recommended all-purpose filter setup for medium to high-level players. If you already have a custom list, paste it into the textarea below to load it and continue editing. | |||
<html><div id="nameplate-calculator-wrapper"></div> | <html><div id="nameplate-calculator-wrapper"></div> | ||
<table id="item-display-table" class="wikitable sortable"> | <table id="item-display-table" class="wikitable sortable"> | ||
<thead> | <thead> | ||
<tr> | <tr> | ||
<th>Item | <th colspan="2">Item</th> | ||
<th>Price</th> | <th>Price</th> | ||
<th>Nameplate Setting</th> | <th>Nameplate Setting</th> | ||
Line 14: | Line 23: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Items | tables=Items | ||
|fields=Name,Price | |fields=_pageName,Name,Price | ||
|order by=Name ASC | |order by=Name ASC | ||
|limit=10000 | |limit=10000 |