Posts: 48
Threads: 15
Joined: Mar 2013
Reputation:
0
Hello
How I Can Find Bot Script ?? (Bots attack players ? )
Posts: 48
Threads: 15
Joined: Mar 2013
Reputation:
0
i search a lot, but i didnt find anything !!!
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
i suggest you to search, but we all know the answer: there are barely good npc-scripts around here.
not that users here cannot script them, but its REALLY HARD to script a good AI. each algorithm for pathfinding/following player(s) got up- and downsides, like its efficiency, scalability or even the areas where they can proceed, in means of road-connecting nodes or a different approach like using graphs on the entire map...
the best you can do now: have a look in the plugin-section, there are at least 2 plugins (RNPC and FCNPC) which provide a simple filterscript for a bot following/+shooting a player.
if you are familiar with how/when/why a bot should take any sort of action, like walk, aim, shoot, run, jump, then its not that hard to modify a working script.