|
2011-10-22 21:29
조회: 11,206
추천: 76
(수정)무작 전장 신청 메크로메크로가 안되시는분들은... 직접 한번 신청/취소 하시면 그후부터 됩니다!
무작위 수락/전장 떠나기: /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#에 하나신청 /run for i=1,GetNumBattlegroundTypes()do local _,_,_,_,BGID=GetBattlegroundInfo(i)function JB(I)JoinBattlefield(BGID==I and i)end JB(ID#1)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 추불 아메리카 블자 포름에서 퍼옴
EXP
11,393
(99%)
/ 11,401
|
초코책스