|
楼主 |
发表于 2018-3-6 13:10:59
|
显示全部楼层
weapon_unwield=function()
for p in pairs(Bag) do
if Bag[p].kind and (not itemWield or itemWield[p]) then
local _,l_cnt = isInBags(Bag[p].fullid)
for i = 1,l_cnt do
exe('unwield '.. Bag[p].fullid ..' '..i)
end
end
end
-- ain
exe('unwield falun')
exe('unwield ansha bishou')
exe('unwield hammer')
exe('unwield qin')
exe('unwield dart')
exe('unwield sanqing sword')
exe('unwield wuji blade')
exe('unwield lianyu dagger')
exe('unwield joeywus blade')
我改的这里,对不对 |
|