Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 寄出
- /click MailFrameTab2
- /run for bag=0,4 do for slot=1,50 do local y=GetContainerItemLink(bag,slot) if y and imail(y) then UseContainerItem(bag,slot)end;end;end
- /run if (GetSendMailItem())~=nil then SendMail(mailname,"mail") end
- /click MailFrameTab1
- 布甲
- /run mailname="ID-伺服器" function imail(l) if (select(7,GetItemInfo(l)))=="布甲" then return 1 end end
- 皮甲
- /run mailname="ID-伺服器" function imail(l) if (select(7,GetItemInfo(l)))=="皮甲" then return 1 end end
- 鎖甲
- /run mailname="ID-伺服器" function imail(l) if (select(7,GetItemInfo(l)))=="鎖甲" then return 1 end end
- 鎧甲
- /run mailname="ID-伺服器" function imail(l) if (select(7,GetItemInfo(l)))=="鎧甲" then return 1 end end
- 盾牌和副手
- /run mailname="ID-伺服器" function imail(l) local p=(select(9,GetItemInfo(l))) q="INVTYPE_" if p==q.."SHIELD" or p==q.."HOLDABLE" then return 1 end end
- 非魔杖的武器
- /run mailname="ID-伺服器" function imail(l) if (select(6,GetItemInfo(l)))=="武器" and (select(7,GetItemInfo(l)))~="魔杖" then return 1 end end
- 魔杖
- /run mailname="ID-伺服器" function imail(l) if (select(6,GetItemInfo(l)))=="武器" and (select(7,GetItemInfo(l)))=="魔杖" then return 1 end end
Advertisement
Add Comment
Please, Sign In to add comment