#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*
image4 年之前 关闭
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。