在学习区发5个原创循环,然后去进阶区,进阶区有高级解锁 例如 自动拾取 自动钓鱼 面向目标 范围内怪物数量 等等
AOE只有鼠标释放 普通解锁就可以
alt键火焰之雨
if IsLeftAltKeyDown() and BeeIsRun("/cast 火焰之雨","nogoal") and BeePlayerBuffTime("火焰之雨")==-1 then
CastSpellByName(tostring(GetSpellInfo("火焰之雨"),nil))
if SpellIsTargeting() then
CameraOrSelectOrMoveStart()
CameraOrSelectOrMoveStop()
end
return
end