#37 Need to combine non linked mobs into linked groups

닫힘
devn00b4 년 전을 오픈 · 1개의 코멘트
devn00b 코멘트됨, 4 년 전

else if(sep->IsNumber(0)){

                radius = atof(sep->arg[0]);
                client->CombineSpawns(radius, spawn);
            }
else if(sep->IsNumber(0)){ radius = atof(sep->arg[0]); client->CombineSpawns(radius, spawn); }
image 코멘트됨, 4 년 전
협업자

To perform adding a mob into an encounter of mobs:

  • Select a mob in the existing encounter
  • Issue /spawn details
  • Look for Group ID: ... (if 0 you need to create a group with /spawn group create)
  • Select mob to be added to the encounter
  • Issue /spawn group add groupid
To perform adding a mob into an encounter of mobs: - Select a mob in the existing encounter - Issue /spawn details - Look for Group ID: ... (if 0 you need to create a group with /spawn group create) - Select mob to be added to the encounter - Issue /spawn group add *groupid*
image 4 년 전가 Close
로그인하여 이 대화에 참여
로딩중...
취소
저장
아직 콘텐츠가 없습니다.