你的位置:首页 > 新闻动态 > 新闻动态

GEEM2引擎经典地于多少血换装备脱机脚本

2016/11/3 10:38:47      点击:

本次GEE剑客官方带来GEEM2引擎经典地于多少血换装备脱机脚本:

等待(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