local _timels = {"书页","金币","强效金创药","强效魔法药","太阳水","强效太阳水","万年雪霜","疗伤药","祝福油","魔族指令书"}
local _ff = {"斗笠13号","斗笠14号","斗笠15号","荣誉勋章13号","荣誉勋章14号","荣誉勋章15号","蒙面方巾(战)","蒙面方巾(法)","蒙面方巾(道)"}
if AI == 1 then
if in_array(itemName,_timels) then
return true
end
end
if in_array(itemName,_timels) then
if QuestNum == 1 then
return true
end
end
if in_array(itemName,_ff) then
if QuestNum == 1 then
return true
end
end
return false
end
我意思是写了限制,不在这个表内的东西也会倍自动入包 |