Posts : 19 Join date : 2012-03-02 Location : Usa- east coast
Subject: NPC Support Sat 3 Mar - 9:07
Hi, I would like to know if MV supports NPC's that can join the PC's party? IF yes that is great and I would like to know if there is a tutorial on that? Regards, Lou
Delurin Head of Platform Development
Posts : 424 Join date : 2011-08-03
Subject: Re: NPC Support Sat 3 Mar - 9:14
Currently there is not a built in way to do that but it is possible to build one.
You would need to make a custom NpcBehavior to handle all of the interactions you would want the npc to do in the party. And you would need to modify the group code to allow certain npcs (or all as you will) to be invited to a group.
Lou Experienced Newbie
Posts : 19 Join date : 2012-03-02 Location : Usa- east coast
Subject: Re: NPC Support Mon 5 Mar - 4:37
Hi, Thanks for the info. In what module would I find the group code? I am looking and cannot seem to find it. Lou
Delurin Head of Platform Development
Posts : 424 Join date : 2011-08-03
Subject: Re: NPC Support Mon 5 Mar - 4:58
It is in the Mars Code under GroupPlugin (it is in the java source code)