#37 Need to combine non linked mobs into linked groups

Fermé
Créé il y a 4 ans par devn00b · 1 commentaires
devn00b a commenté il y a 4 ans

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 a commenté il y a 4 ans
Collaborateur

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*
Connectez-vous pour rejoindre cette conversation.
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.