查看“Bugs”的源代码
←
Bugs
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
<noinclude>This page lists errors, unintended behavior, and glitches found in PD2. Some major vanilla bugs are also listed.</noinclude> == Non-Vanilla == <span class="emphasis">''Bugs introduced in PD2 due to new features''</span> Note that both attribute ranges and lootfilters are handled by [https://github.com/Project-Diablo-2/BH PD2's open-source version of BH], which anyone may submit improvements for. The discord's [https://discord.com/channels/701658302085595158/771820538502971402 #lootfilter] channel may be a good place to learn more about it if you have questions, since devs and editors often frequent the channel and discuss BH-related changes there. * Attribute ranges on tooltips are sometimes incorrect ** When multiple affixes add the same attribute, only a single affix's attribute range is shown rather than a combined range. ** The 50% Damage to Undead automod for blunt weapons isn't included in the attribute's range. ** Crafted items will display the standard attribute range (e.g. rolled affixes) without taking into account the attribute range from predetermined affixes. ** When a runeword adds the same attribute as one of its runes, the attribute range doesn't include values from the rune. Example: [[Chains of Honor]] shows [35-45] all res in-game but is actually [50-60] since Um adds +15 ** When an item has a "hybrid" affix with multiple attributes, each attribute range is still treated separately which results in inaccurate/ambiguous comparisons. Example: A Fine Small Charm adds +[1-3] damage & +[10-20] AR but the attribute range for AR shows [2-36] in-game since the Bronze/Iron/Steel affixes can add that much AR (but of course those affixes don't add any damage) ** Several additional cases may exist for this issue, but are not well documented. ''(Please help report other cases if you come across any)'' * 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. ** Items in the multiplayer shared stash incorrectly have the '''EQUIPPED''' flag set if they begin the game there. ** Strange bug involving '''SHOP''': ::: <code>ItemDisplay[NMAG SHOP]: %NAME%</code> <span style="color:gray;">''show shop items''</span> ::: <code>ItemDisplay[NMAG (NORM OR EXC)]:</code> <span style="color:gray;">''hide unwanted items''</span> ::: The first rule breaks the second rule, even though there's no '''''%CONTINUE%''''' involved. Instead of hiding those items, they show up as blank text boxes. * Other bugs: ** 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> ** Dual-wielding attack speed breakpoints are now always based on the faster weapon - this fixes Barbarian attacks, but Assassins have several melee skills which are technically dual-wielding but only the mainhand weapon is used. This results in a new WSM bug where a faster weapon can be equipped in the offhand to bypass the speed of the attacking weapon. ** Some items in the [[Elite#Immortal_King|Immortal King]] set have their set bonuses displayed in blue (like normal attributes) rather than in green. ** [[Recipes#Gem_&_Rune_Recipes|Flawless gems]] can only be promoted to perfect gems while in their ''stacked'' form. The following bugs were copied from the [https://discord.com/channels/701658302085595158/781105003535400991 #known-bugs] channel on PD2's Discord server: * cubing three Bastion Keep Maps or three Horazon's Memory Maps with a cartographers orb becomes a white axe sometimes (happens inconsistently with any t1 maps) * leaving uber tristram or dying in uber tristram is causing disconnects * barbarians are sometimes disconnecting from whirlwind or leap (happens while using the skill when transitioning into a new area) * some critical strike passives from character skills are not properly applying to the advanced sheet (e.g. Barbarian weapon masteries, Assassin claw/dagger mastery, Amazon javelin/spear mastery, oskills from [[The Gladiator's Bane]]/[[Insight]]/[[Peace]], etc ...everything except the natural Critical Strike skill itself) * cobra strike on shadow warrior and shadow master uses kick instead === Singleplayer-Only Bugs === * PlugY: Having too many items in a stash page with many affixes (especially maps) can cause a crash if that page is the most recently visited stash page * PlugY: Having gold in the shared stash can cause issues, preventing oskills and other stats from working correctly * PlugY: The "toggle stash" button may be set to the wrong stash upon loading until interacting with the current stash - putting an item on a higher page (such as page 200) in whichever stash is loaded first seems to fix it in some cases * Andariel quest bug (vanilla bug - fixed in multiplayer) <noinclude> For all singleplayer differences, see: [[Singleplayer]] </noinclude> == Vanilla == <span class="emphasis">''Bugs found in vanilla and PD2''</span> * Multiple corpse bug - rejoining a game with more than one corpse will result in only the highest value corpse being carried over and items on all other corpses being lost * Corpse limit bug - only ~15 corpses can exist simultaneously, so if a player dies while wearing gear and at the corpse limit, the gear will be lost even without rejoining a game * Strength bug - gear not visible to other players; may also contribute to losing items when there are multiple corpses * Broken-offhand-whirlwind (BOW) bug - when dual-wielding and using whirlwind, if the offhand weapon is broken (0 durability) and has 1 gemmed socket (to prevent it from disappearing), the mainhand weapon is used as both the mainhand ''and'' offhand weapons * Failed-to-Join (FTJ) bug * Next-hit-always-misses (NHAM) bug For a more complete list of vanilla bugs, see wikis dedicated to vanilla. [https://www.theamazonbasin.com/wiki/index.php?title=Diablo_II The Amazon Basin] wiki does an especially good job, with bugs typically written in red in their relevant categories. Another example is this [https://us.forums.blizzard.com/en/d3/t/bugproblem-list-for-devs-what-to-fix-for-d2r/30490 list of 200+ bugs] that focuses on what should be fixed for D2: Resurrected. For bugs fixed in PD2, see [[General_Changes#Bug_Fixes | General Changes]].
返回
Bugs
。
导航菜单
个人工具
创建账号
登录
命名空间
页面
讨论
大陆简体
查看
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
Wiki 帮助
PD2国服
国服简介
开荒攻略★
国服特色
常见问题
极品鉴赏
新赛季预告
信息
常见问题
常见错误
自定义配置
物品过滤器
官服更新内容(英文)
Bugs
手册 & 链接
主题
综合变更
游戏机制
公式
手工
腐化
物品基础
物品词缀
区域
地图
怪物
佣兵
帧数
技能
技能概况
PvP 变更
亚马逊
刺客
野蛮人
德鲁依
死灵法师
圣骑士
法师
武器
斧
钉锤
剑
匕首
投掷
长矛
长柄
弓
十字弓
法杖
魔杖
权杖
职业武器
非-武器
头盔
护甲
盾牌
手套
鞋子
腰带
项链
戒指
护身符 & 珠宝
套装
常见
罕见
职业-专属
符文之语
所有符文之语
头盔
护甲
盾牌
武器
杂项
符文 & 宝石
新物品
所有物品
所有技能
所有内容
工具
链入页面
相关更改
特殊页面
页面信息
MediaWiki Appliance
- Powered by
TurnKey Linux