#37 Need to combine non linked mobs into linked groups

已關閉
devn00b4 年之前創建 · 1 條評論

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*
image4 年之前 關閉
登入 才能加入這對話。
正在加載...
取消
保存
尚未有任何內容