Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: MR. Farrare on January 22, 2014, 03:05:45 am

Title: [QUESTION] Making a new follow command ?
Post by: MR. Farrare on January 22, 2014, 03:05:45 am
making a follow command for trinity that make any number of npc follow you and fight for you and still follow you to death The Best Army :D
Title: Re: [QUESTION] Making a new follow command ?
Post by: schlumpf on January 22, 2014, 03:42:42 am
Yas.
Title: Re: [QUESTION] Making a new follow command ?
Post by: MR. Farrare on January 22, 2014, 07:00:27 am
Quote from: "schlumpf"
Yas.

is there a way to make a command like the follow command that make an npc follow you but the original command when the npc fight and after fighting he don't follow you anymore
Title: Re: [QUESTION] Making a new follow command ?
Post by: schlumpf on January 22, 2014, 09:26:46 am
Of course.
Title: Re: [QUESTION] Making a new follow command ?
Post by: MR. Farrare on January 22, 2014, 08:37:59 pm
Quote from: "schlumpf"
Of course.

ok how  :x
Title: Re: [QUESTION] Making a new follow command ?
Post by: stoneharry on January 23, 2014, 12:49:55 am
Quote from: "raeef"
Quote from: "schlumpf"
Of course.

ok how  :x

By extending the creature AI class to handle what you want, and then implementing methods in order to invoke the methods in this new class you have created.

By programming.

This has been done before with players rather than creatures (similar) and was called 'Player Bots' (see my video:  http://www.youtube.com/watch?v=JmrrPaplOy8 (http://www.youtube.com/watch?v=JmrrPaplOy8" onclick="window.open(this.href);return false;)), however I have no idea how you would go about obtaining this source code any more. It was too long ago.
Title: Re: [QUESTION] Making a new follow command ?
Post by: MR. Farrare on January 23, 2014, 02:29:37 am
Quote from: "stoneharry"
Quote from: "raeef"
Quote from: "schlumpf"
Of course.

ok how  :x

By extending the creature AI class to handle what you want, and then implementing methods in order to invoke the methods in this new class you have created.

By programming.

This has been done before with players rather than creatures (similar) and was called 'Player Bots' (see my video:  http://www.youtube.com/watch?v=JmrrPaplOy8 (http://www.youtube.com/watch?v=JmrrPaplOy8" onclick="window.open(this.href);return false;)), however I have no idea how you would go about obtaining this source code any more. It was too long ago.

I know player bots but if I wanna do a raid cant do by only 10 and thx for the reply