Difference between revisions of "wx map route"

From OpenKore Wiki
Jump to navigation Jump to search
 
Line 14: Line 14:
 
|-
 
|-
 
! 2
 
! 2
| TODO. Appeared in [https://github.com/OpenKore/openkore/pull/3651 PR#3651]
+
| Draws a detailed route in the Wx Map containing every single step of the route. This takes even longer and even more resources. Appeared in [https://github.com/OpenKore/openkore/pull/3651 PR#3651]
 
|}
 
|}
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]

Latest revision as of 11:41, 27 September 2022

wx_map_route [<value>]
Controls the route drawing on the Wx Map
Value Description
0 Draws a less detailed route in the Wx Map. This takes less time and resources.
1 Draws a detailed route in the Wx Map. This takes longer and more resources
2 Draws a detailed route in the Wx Map containing every single step of the route. This takes even longer and even more resources. Appeared in PR#3651