公告:

低于多少攻击自动穿卸替换装备

你的位置: 主页 > 挂机脚本 >

2016-07-16 22:35  来源:永恒狂刀官网

等待(500)
if 全套攻击<200 then
if 盔甲<7 then --数字代表攻击力
穿卸装备(1,0,"九幽の神甲") --第一个数字1代表穿,第二个数字0是盔甲的代码
end
if 武器<52 then
穿卸装备(1,1,"九幽の神斩") --
end
if 勋章<10 then
穿卸装备(1,2,"九幽の神章")
end
if 项链<10 then
穿卸装备(1,3,"九幽の神链")
end
if 头盔<8 then
穿卸装备(1,4,"九幽の神盔")
end
if 右手<10 then
穿卸装备(1,5,"九幽の神镯")
end
if 左手<10 then
穿卸装备(1,6,"九幽の神镯")
end
if 右戒<13 then
穿卸装备(1,7,"九幽の神戒")
end
if 左戒<13 then
穿卸装备(1,8,"九幽の神戒")
end
if 腰带<8 then
穿卸装备(1,10,"九幽の神带")
end
if 靴子<8 then
穿卸装备(1,11,"九幽の神靴")
end
if 宝石<8 then
穿卸装备(1,12,"九幽の神石")
end
end