WOW 版 (精华区)
◆物品的ilvl在gamble中为:
ilvl = clvl -5 + Rnd(10)
上述ilvl上限99,下限5.
其中clvl为char的level,Rnd(10)为0~9中的随机一数,即ilvl和clvl的关系为
ilvl = (clvl-5)~(clvl+4)
注:monster drop中物品ilvl=mlvl;shopping中物品ilvl=clvl+5
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:1.862毫秒