标题: 裝備兌換問題 [打印本页] 作者: zhaoxiong 时间: 2019-11-11 13:40 标题: 裝備兌換問題 祝福R99升血腥
要怎麼寫才能夠保留強化值??作者: 價值連城 时间: 2019-11-11 14:46
exc_multisell作者: L2CN管理员 时间: 2019-11-11 22:30
这个要看端本身添没添加,没添加就得自己在内核写代码,否则无效作者: zhaoxiong 时间: 2019-11-11 22:57
166版有嗎 ?作者: zhaoxiong 时间: 2019-11-11 23:01
<list maintainEnchantment="true"
這句加上去是不管加多少都可以換
但是換出來的都是+0的
苦惱 ...作者: zhaoxiong 时间: 2019-11-11 23:06
2) maintainEnchantment
optional; default value is "false"
if set to true and the list is shown in FULL mode, it is ignored (works as "false")
if set to true and the list is shown in "Inventory only" mode, then any weapons and armors defined
as products will have the same enchantment level as the weapons and armor that the player gave as
ingredients. For example, in an SA addition multisell, if the player gives a Crystal Staff +3,
the player will receive a Crystal Staff with Body Bless +3
這應該算是有支持吧... 可是換出來+0