魔兽世界 能设置这样的宏或者快捷方式吗?

来源:百度知道 编辑:UC知道 时间:2024/05/23 16:24:52
如何才能快速重置副本。
有时候出来的时候门口一堆对方的玩家,一直杀人
想快速重置副本

好友版:

/run local t,n,c={};for i=1,GetNumFriends() do n,_,_,_,c=GetFriendInfo(i)if c then table.insert(t,n)end end;if t[1]then n=t[random(#t)]InviteUnit(n)SendChatMessage("我在用回城宏,如果不在队伍里请点拒绝","whisper",nil,n)LeaveParty()end;

公会版:

/run local t,n,c={};for i=1,GetNumGuildMembers() do n,_,_,_,_,_,_,_,c=GetGuildRosterInfo(i)if c then table.insert(t,n)end end;if t[1]then n=t[random(#t)]InviteUnit(n)SendChatMessage("我在用回城宏,如果不在队伍里请点拒绝","whisper",nil,n)LeaveParty()end;

随机版:

/run SendWho("")local a=GetNumWhoResults()a=GetWhoInfo(random(a))InviteUnit(a)SendChatMessage("我在用随机回城宏,如果不在队伍里请点拒绝,抱歉打扰到你","whisper",nil,a)LeaveParty()

如果要重置副本在LeaveParty()后面加上Logout()

不怕被封号的话就下个加速器,别的就没啥好办法了。建议还是不要用了、公平游戏嘛