Hi, i have a small question.
I want to get 2 or 3 mobs together in combat, for example:
If you attack one mob, 2 others get in combat too and attack.
Is there is a lua command for this or a database entry?
Hi, i have a small question.
I want to get 2 or 3 mobs together in combat, for example:
If you attack one mob, 2 others get in combat too and attack.
Is there is a lua command for this or a database entry?
Yes, like this(for ArcEmu), You go into your database, into the table called creature_formations.
In Spawn_ID you write the spawn_id of the so called "main NPC" and in target_Spawn_id your write the Spawn ID of the NPC which you want to "be connected" with it. The "follow_angle" doesn't really matter, either -3,0 or 3,0. "follow_dist" is how far away from the main npc the follower should run
Last edited by Succy; 06-01-2009 at 11:49 AM.