메크로가 안되시는분들은... 직접 한번 신청/취소 하시면 그후부터 됩니다!

무작위 수락/전장 떠나기:
/script AcceptBattlefieldPort(1, 1)
/script LeaveBattlefield()

무작위 취소 메크로는 있긴있는데 안됨 

무작 신청:

/run for i=1,GetNumBattlegroundTypes()do local _,_,_,iR,_=GetBattlegroundInfo(i)if iR then JoinBattlefield(i)end end

하나만 신청:

/run for i=1,GetNumBattlegroundTypes()do local name,_,_,_,_=GetBattlegroundInfo(i)if name=="전장 이름"then JoinBattlefield(i)end end

여러개 신청:

/run for i=1,GetNumBattlegroundTypes()do local _,_,_,_,BGID=GetBattlegroundInfo(i)function JB(I)JoinBattlefield(BGID==I and i)end JB(ID#1)JB(ID#2)JB(ID#3)end

ID#에

  • 1 = 알방
  • 2 = 노래방
  • 3 = 아라시
  • 7 = 폭눈
  • 9 = 고대
  • 30 = 정복
  • 32 = 무작
  • 길니는 모르게씀

    하나신청

    /run for i=1,GetNumBattlegroundTypes()do local _,_,_,_,BGID=GetBattlegroundInfo(i)function JB(I)JoinBattlefield(BGID==I and i)end JB(ID#1)end

    두개 신청

    /run for i=1,GetNumBattlegroundTypes()do local _,_,_,_,BGID=GetBattlegroundInfo(i)function JB(I)JoinBattlefield(BGID==I and i)end JB(ID#1)JB(ID#2)end

    3

    /run for i=1,GetNumBattlegroundTypes()do local _,_,_,_,BGID=GetBattlegroundInfo(i)function JB(I)JoinBattlefield(BGID==I and i)end JB(ID#1)JB(ID#2)JB(ID#3)end

    4

    /run for i=1,GetNumBattlegroundTypes()do local _,_,_,_,BGID=GetBattlegroundInfo(i)function JB(I)JoinBattlefield(BGID==I and i)end JB(ID#1)JB(ID#2)JB(ID#3)JB(ID#4)end


    테스트해서 다 되긴되던데...레알 귀찮이즘 분들만 쓰시면될듯 or 추불

    아메리카 블자 포름에서 퍼옴