⇤ ← Revision 1 as of 2012-08-25 20:02:04
Size: 2247
Comment:
|
Size: 2243
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
You can also use a range within the level switch, for example /level:1-10 to emcompass all levels of npcs, from 1 to 10. Some common building examples would be: | You can also use a range within the level switch, for example /level:1-10 to encompass all levels of npcs, from 1 to 10. Some common building examples would be: |
Line 11: | Line 11: |
For npcs level 5 & 10 only, 10's up to 5 miles away, 5's up to 15 miles beyond that: | For npcs level 5 & 10 only, 10s up to 5 miles away, 5s up to 15 miles beyond that: |
Line 18: | Line 18: |
For npcs of any level, with 10's up to 5 miles away, 5's beyond that up to 10 miles away, and any junk level beyond that up to 20 miles away: | For npcs of any level, with 10s up to 5 miles away, 5s beyond that up to 10 miles away, and any junk level beyond that up to 20 miles away: |
Usage: |
npcbuildpolicy /level:[level] /mindistance:[miles] /maxdistance:[miles] |
Example: |
npcbuildpolicy /level:10 /mindistance:1 /maxdistance:5 |
You can specify which npcs you want to be built at which distances by using this goal. For example, if config buildnpc:10 is enabled the bot will know to build npcs of level 10. With the above example, it will know to build level 10 npcs only between 1-5 miles away. If a maxdistance is not set, the bot defaults to mindistance + 1 mile.
*NOTE* npcbuildpolicy is optional. If you wish for distancepolicy setting to be used for any npc that will be built according to your config buildnpc:x goal, then npcbuildpolicy is not necessary. This is only useful if you wish to specify different distances for different levels of npcs to be built.
You can also use a range within the level switch, for example /level:1-10 to encompass all levels of npcs, from 1 to 10. Some common building examples would be:
For npcs level 5 & 10 only, 10s up to 5 miles away, 5s up to 15 miles beyond that:
config buildnpc:15 npcbuildpolicy /level:10 /mindistance:1 /maxdistance:5 npcbuildpolicy /level:5 /mindistance:5 /maxdistance:15
For npcs of any level, with 10s up to 5 miles away, 5s beyond that up to 10 miles away, and any junk level beyond that up to 20 miles away:
config buildnpc:20 npcbuildpolicy /level:10 /mindistance:1 /maxdistance:5 npcbuildpolicy /level:5 /mindistance:5 /maxdistance:10 npcbuildpolicy /level:1-4 /mindistance:10 /maxdistance:20