Translations:Bugs/4/en: Difference between revisions

From Project Diablo 2
Jump to navigation Jump to search
Content added Content deleted
(Importing a new version from external source)
(Importing a new version from external source)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
** Some corruptions don't display a red indicator next to the corrupted stat.
** Some corruptions don't display a red indicator next to the corrupted stat.
** Several additional cases exist for this issue, but are not well documented.
** Several additional cases exist for this issue, but are not well documented.
* Lootfilter issues:
** The quantity shown with '''%QTY%''' doesn't update correctly sometimes when using cube recipes with stacked gems/runes.
** If the lootfilter attempts to hide stacked gems/runes, they'll usually be loaded regardless and appear with an [[Item_Filtering#Info_Codes|empty name]].
** Magic items without a prefix/suffix will have an extra space in their name where the prefix/suffix name would be, making the overall name appear slightly off-center.
** Some items have their [[Item_Filtering#Colors|default color]] built into '''%NAME%''', so their color won't change unless their name is rewritten completely.
** The '''GEMLEVEL''' condition doesn't apply to ''unstacked'' flawless/perfect gems like it intuitively should. ([[Item_Filtering#Gems|individual item codes]] can be used instead as a workaround)
** Conditions values get converted to unsigned integers before comparison, which means negative values count backward from the maximum storeable value (a few billion) rather than counting backward from 0 (multiple [[Item_Filtering#Named_Attribute_Codes|workarounds]] exist)
** Notification keywords [[Item_Filtering#Notification_Keywords|bypass]] the normal rule-handling procedure. (BH quirk, no problems if it's known about when editing notifications)
** In some cases, items that are correctly shown (name not hidden) on the ground under normal circumstances can become hidden/unloaded after leaving the area and returning. This should only occur with items that aren't shown (name hidden) under normal circumstances. Presumably, the bug can also occur with items dropped by monsters, which makes it impossible to know how prevalent the bug is since players won't be given any indication something is amiss - being unable to find specific items can reasonably be attributed to poor luck. The cause and scope of the bug is undetermined, but it was reproducible in the few instances that it was noticed by lootfilter authors.
** In some cases where '''MAPID''' is used, items that would normally be correctly hidden can be shown instead when moving from an area where they should be shown to an area where they should be hidden. (such as from town to a map via a portal) In these cases, the items will be re-hidden after walking far enough away in the same area and returning.
** The '''1H''' code doesn't include Hand Axe.
* Upgrading an ethereal item may reduce its current durability by a seemingly random amount. This might just mean that it gets rerolled, and that the reroll range is within the vanilla durability range (half the non-ethereal range) instead of the standard PD2 range.
* When some skills that were previously right-click-only are used on left-click, they don't interact with exits/entrances or other objects. As a workaround, rebind to right-click or use weapon swap to quickly switch left-click skills.
: <span class="omod">''Skills changed to work with left-click (as of S4):'' Lightning Sentry, Mind Blast, Psychic Hammer, Battle Cry, War Cry, Raven, Summon Grizzly, Fissure, Volcano, Amplify Damage, Poison Nova, Meteor, Hydra, Static Field, Telekinesis, Nova, Teleport, Frost Nova, Blizzard ...many more changed in S5</span>

Latest revision as of 18:53, 18 September 2022

  • Attribute ranges on tooltips are sometimes incorrect
    • When multiple affixes add the same attribute, only a single affix's attribute range is shown.
    • The attribute range can often show values for a different affix that adds the same attribute, even if that affix might not be able to roll on that particular item.
    • The 50% Damage to Undead automod for blunt weapons isn't included in the attribute's range.
    • Runeword tooltips don't account for the stat gained from a rune if the runeword itself adds the same stat. (e.g. Chains of Honor shows [35-45] all res but is actually 50-60 since Um adds +15)
    • Some corruptions don't display a red indicator next to the corrupted stat.
    • Several additional cases exist for this issue, but are not well documented.