七星辅助过魔法、攻击、道术数值最大防脱机验证码
图片:
验证码代码:
发言("@服务")
等待(1500)
等待(2000)
api=匹配内容(NPC对话内容,[[(@@InPutIntegerdd)]])
atmt=string.find(NPC对话内容,"魔法最小")
if atmt~=nil then
k1=取背包物品属性("防脱机验证*",2)
k2=取背包下个物品属性("防脱机验证*",2)
if k1>k2 then
passcode=k2
else
passcode=k1
end
合成命令(api,passcode)
end
if atmt==nil then
atmt=string.find(NPC对话内容,"魔法最大")
if atmt~=nil then
输出信息("判断魔法最大是个套子,果断放弃,等待下一次回收")
k1=取背包物品属性("防脱机验证*",2)
k2=取背包下个物品属性("防脱机验证*",2)
if k1>k2 then
passcode=k1
else
passcode=k2
end
等待(3000)
合成命令(api,passcode)
end
end
if atmt==nil then
atmt=string.find(NPC对话内容,"攻击最大")
if atmt~=nil then
k1=取背包物品属性("防脱机验证*",1)
k2=取背包下个物品属性("防脱机验证*",1)
if k1>k2 then
passcode=k1
else
passcode=k2
end
等待(3000)
合成命令(api,passcode)
end
end
if atmt==nil then
atmt=string.find(NPC对话内容,"攻击最小")
if atmt~=nil then
k1=取背包物品属性("防脱机验证*",1)
k2=取背包下个物品属性("防脱机验证*",1)
if k1>k2 then
passcode=k2
else
passcode=k1
end
等待(3000)
合成命令(api,passcode)
end
end
k1=nil
k2=nil
k3=nil
k4=nil
if atmt==nil then
atmt=string.find(NPC对话内容,"所有属性")
if atmt~=nil then
k1=取背包物品属性("防脱机验证*",1)
k2=取背包物品属性("防脱机验证*",2)
k3=取背包物品属性("防脱机验证*",3)
k4=取背包物品属性("防脱机验证*",14)
if k1==0 then
passcode=table.concat({k2,k3,k4})
等待(3000)
合成命令(api,passcode)
end
if k2==0 then
passcode=table.concat({k1,k3,k4})
等待(3000)
合成命令(api,passcode)
end
if k3==0 then
passcode=table.concat({k1,k2,k4})
等待(3000)
合成命令(api,passcode)
end
if k4==0 then
passcode=table.concat({k1,k2,k3})
等待(3000)
合成命令(api,passcode)
end
if k1~=0 then
if k2~=0 then
if k3~=0 then
if k4~=0 then
passcode=table.concat({k1,k2,k3,k4})
等待(3000)
合成命令(api,passcode)
end
end
end
end
end
end
选择("回收装备")
等待(1500)
选择("一级装备回收")
选择("二级装备回收")