《魔兽世界(WOW)台服》【心得】一键座骑的 lua
更新时间:1611718204 | 来源:巴哈姆特
这段可查座骑的id, 替换名字即可
-----
/run for x=1,C_MountJournal.GetNumDisplayedMounts() do local n,_,_,_,_,_,_,_,_,_,_,i=C_MountJournal.GetDisplayedMountInfo(x) if (n=="赤红潮汐战马") then print(n, i) break end end
接下来是一键座骑, 但超过255字元, 有待高手缩简
--------
--[[
冬泉霜刃豹 55
迴廊潜伏犬 1442
旅者的冻原长毛象 280
女祭司的月刃豹 1216
赤红潮汐战马 1260
]]--
local a,b,c,d,e;
a = 55; b = 1216; c = 1260; d = 280; e = 1442;
if not IsMounted() then
if not IsAltKeyDown() then
if GetRealZoneText()=="渊喉" then
a=e;
else
if IsShiftKeyDown() then
a=d;
elseif IsFlyableArea() then
a=b;
elseif IsSwimming() then
a=c;
end
end
end
C_MountJournal.SummonByID(a);
else
Dismount();
end
-----------
不能飞 or 按alt: 冬泉霜刃豹
渊喉地区: 迴廊潜伏犬
按shift: 旅者的冻原长毛象 (修装用)
可飞: 女祭司的月刃豹
水中: 赤红潮汐战马
---
a = 55;
if not IsMounted() then
if not IsAltKeyDown() then
if IsFlyableArea() then
a=1216;
end
if IsSwimming() then
a=1260;
end
if IsShiftKeyDown() then
a=280;
end
if GetRealZoneText()=="渊喉" then
a=1442;
end
end
C_MountJournal.SummonByID(a);
else
Dismount();
end
-
相关文章
- Related articles
更多
-
热门资讯
- Hot News
更多
- 1 《魔兽世界(WOW)》【问题】战役: 高贵的命运 不能完任
- 2 《魔兽世界(WOW)》【问题】ELVUI 聊天气泡
- 3 《魔兽世界(WOW)》【问题】新手回锅!!请问铭文中的奢华餐桌要怎么取得呢??
- 4 《魔兽世界(WOW)台服》【问题】求救! 怪物血条变透明
- 5 《魔兽世界(WOW)》【插件】Dugi任务高手 - 带你快速冲等解任务
- 6 《魔兽世界(WOW)》【问题】Raider io怎样改回中文介面?
- 7 《魔兽世界(WOW)台服》【问题】请问WeakAuras如何设定萨满监控有无上武器灌魔(风怒、火舌)的BUFF
- 8 《魔兽世界(WOW)》【问题】请问我奥杜亚打到系统通知守护者远古之门开启了...可是
- 9 《魔兽世界(WOW)》【攻略】珠宝设计1 - 600指南
- 10 《魔兽世界(WOW)》【攻略】成就 : 限时邮件的繁体中文WA字串分享
-
热游推荐
- Hot Game
更多
-
游戏视频
- Game Videos
更多
-
- 《黑色沙漠》【黑色沙漠台服】觉醒女拳码率录制测试bilibili(视频)
- 时间:2021-11-12
-
- 《黑色沙漠》【黑色沙漠】2021年万圣节活动 我遇见了阴间莎亦_网络游戏热门视频(视频)
- 时间:2021-11-12
-
- 《黑色沙漠》【黑色沙漠】降生 10代梦想马bilibili(视频)
- 时间:2021-11-12
-
- 《黑色沙漠》【黑色沙漠】万圣节前夜 韩服城战 天马攻城bilibili(视频)
- 时间:2021-11-12