BG macro

BGでAFK BOT による honor farm

必要なもの

  • addon; preformAVEnabler
  • 多機能キーボード(例:Razer Actosa 自分のキーボード) 

1から順番に押していく。順番に勝手に押してくれるキーボードが必要


1.BGのqueをとる

/script PreformAVEnabler_Queue(1)

2.queのaccept

/script AcceptBattlefieldPort(1,1)

3.マウントに乗る。(マウントはなんでもOK)

/cast [nomounted] Great Gray Kodo

4.生きてる味方をターゲットして、follow開始

/stopmacro [target=focus, dead]
/targetfriend
/follow

5.死体をリリースする
/script RepopMe()

 

 

 

全員をAFK Report

/run for i=1,GetNumRaidMembers()-1 do local unit = "raid"..i local name,realm = UnitName(unit) if(realm) then ReportPlayerIsPVPAFK(name.."-"..realm) else ReportPlayerIsPVPAFK(name) end end

最終更新:2014年10月08日 11:21