22-04-2009, 11:19 PM
Has anyone considered doing this? Would it be hard? Any ideas on how to go about it, I'm quite interested seeing as I may be working on a game here shortly.
NPC Vs. NPC
|
22-04-2009, 11:19 PM
Has anyone considered doing this? Would it be hard? Any ideas on how to go about it, I'm quite interested seeing as I may be working on a game here shortly.
22-04-2009, 11:30 PM
If you just want basic attacking, then you could essentially copy the current code for attacking players and replace it all for npcs.
22-04-2009, 11:35 PM
Dugor Wrote:If you just want basic attacking, then you could essentially copy the current code for attacking players and replace it all for npcs. Really? Sounds easy... Probably just a lot to copy. Thanks though. ![]()
23-04-2009, 01:24 AM
Code: Type MapNpcRec First you need to be able to specify if you are attacking a Player or an other NPC. Do this the same way players do it, adding the "TargetType As Byte" to the npc's type.
24-04-2009, 05:48 PM
This would be good for "factions".
|
« Next Oldest | Next Newest »
|