欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

魔獸世界10.0超便利馭龍坐騎宏分享 wow10.0馭龍坐騎宏推薦

  發(fā)布時(shí)間:2022-12-16 08:36:10   作者:佚名   我要評論
這篇文章主要介紹了魔獸世界10.0超便利馭龍坐騎宏分享 wow10.0馭龍坐騎宏推薦的相關(guān)資料,需要的朋友可以參考下,希望對大家有所幫助

魔獸世界10.0中是有很多便利的宏,今天為大家分享一個(gè)可以判斷自己狀態(tài)的情況下,選擇最合適的坐騎的宏,非常的方便,可以根據(jù)坐騎的ID進(jìn)行自己的DIY設(shè)置。

馭龍坐騎宏:

/run local m=C_Map.GetBestMapForUnit("player") S=C_MountJournal.SummonByID if (m>2021 and m<2027) or m==2093 or m==2112 or m==2134 or m==2135 or m==2085 then S(1589) elseif IsFlyableArea() then S(219) else S(111) end

效果是島上騎龍,不在島上能飛就騎無頭,不在島上不能飛就騎老虎。想自行修改的話按照如下: 1589 可以改為其他馭龍id, 219 可以改為其他飛行坐騎id, 111 可以改為其他非飛行坐騎id。

可以用idtip插件查詢坐騎id。

還有其他功能的馭龍坐騎宏:

1. 在任何地域的水里,都騎水下坐騎:

/run local m=C_Map.GetBestMapForUnit("player") S=C_MountJournal.SummonByID if IsSwimming() then S(1260) elseif (m>2021and m<2027) or m==2085m==2093or m==2112or m==2134or m==2135then S(1589) elseif IsFlyableArea() then S(219) else S(111) end

2. 在巨龍島上的水里還是騎馭龍,在別的地域的水里騎水下坐騎:

/run local m=C_Map.GetBestMapForUnit("player") S=C_MountJournal.SummonByID if (m>2021and m<2027) or m==2085or m==2093or m==2112or m==2134or m==2135then S(1589) elseif IsSwimming() then S(1260) elseif IsFlyableArea() then S(219) else S(111) end

以上就是魔獸世界10.0超便利馭龍坐騎宏分享 wow10.0馭龍坐騎宏推薦的詳細(xì)內(nèi)容,更多關(guān)于wow10.0馭龍宏命令一覽的資料請關(guān)注腳本之家其它相關(guān)文章!

相關(guān)文章

最新評論