魔兽世界:地精玩家的一些实用宏命令
一、全自动喊话宏
/script t,f=t or 0,f or createframe("frame")if x then x=nil else x=function()local t=gettime()if t-t>70 then sendchatmessage("交易频道的喊话词","channel",nil,2)t=t end end end f:setscript("onupdate",x)
功用:在交易频道每隔70秒喊话一次,按一次开始,再按一次停止喊话。
这个宏容易超长,解决办法是做成两个宏或者用一些专用插件。玩游戏赚钱 不再是一个梦想,很多玩家到外服通过玩游戏赚钱,打来的金币想要快速的出手还可以通过专业玩家网的比价器进行交易的。
/run ps="交易频道的喊话词";sc=sendchatmessage;
/run t,f=t or 0,f or createframe("frame")if x then x=nil else x=function()local t=gettime()if t-t>70 then sc(ps,"channel",nil,2)t=t end end end f:setscript("onupdate",x)
二、物品链接喊话宏
/run local a,a=getiteminfo(xxx);local b,b=getiteminfo(yyy);local c,c=getiteminfo(zzz)sendchatmessage("收购:"..a.."220g/组~"..b.."110g/组~"..c.."110g/组~零售亦可,欢迎邮寄","channel",nil,2)
功用:在交易频道贴出xxx、yyy、zzz三个id的物品链接来叫卖(查看物品id的插件必备)。
三、取消拍卖宏
/run local n=getnumauctionitems("owner") for i=n,1,-1 do local p=select(10,getauctioniteminfo("owner", i));if p==0 then cancelauction(i) end end
四、自动举报牛肉宏
/run local t,l={"淘寶","純手工","牛肉","牛丸","月饼","季饼"} sr=sr or 0 if sr<1 then chatframe_addmessageeventfilter("chat_msg_channel",function(_,_,m,n) for _,w in pairs(t) do if strfind(m,w) and n~=l then complainchat(n,m) l=n return end end end) sr=1 end
功用:举报并临时屏蔽带上面关键词的喊话人^_^好狠。代理ip是您进入外服游戏的通行证关系到封号等诸多问题,所以选择一个好的代理ip显得尤为的重要。
五、自动选矿宏
/cast 选矿(研磨、分解等)
/use xx矿
/use yy矿
功用:点一下分解一次包内指定名字的矿和物品。