routeweights.txt.svn-base
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:1k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. #
  2. # Map routing weights
  3. #
  4. # This control file allows you to modify Kore's map routing by specifying
  5. # weights for maps that Kore is walking through to reach the destination.
  6. # Kore generally tries to use the shortest path to get to the desired
  7. # destination map. The path is counted in number of steps (tiles) the
  8. # character would have to walk.
  9. # Map routing weights can be seen as additional steps that Kore thinks
  10. # it would have to do on a specific map. Positive weights makes Kore
  11. # avoid a map, negative weights makes it prefer a map.
  12. #
  13. # Example:
  14. # Specifying a weight of 500 for prt_fild08 makes Kore avoid walking
  15. # through prt_fild08, as long as there is an alternative path that has
  16. # not more than 500 additional steps.
  17. # Therefore you could say Kore prefers to walk up to 500 additional steps
  18. # rather than walking through prt_fild08
  19. #
  20. # Using a weight of 10000 makes it pretty sure to completely avoid a map.
  21. #
  22. # Portal weight. This can be used to make Kore avoid/prefer walking through
  23. # map portals. Only change this, if you exactly know what you're doing!
  24. PORTAL 20
  25. # NPC weight. This can be used to avoid/prefer going to the destination
  26. # by using a NPC. Only change this, if you exactly know what you're doing!
  27. NPC 200
  28. # Add your map weights here. Format: <mapname> <weight>