• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Patrol Locator's

Estharos

Landlubber
Storm Modder
I would like to see those locator when I'm playing. In the _mod_on_off.h of COAS there's an entry to enable them but it doesn't enable the patrol one. That's the locator that the guards in town are patroling that I wish to see.

Cheers, :cheers
 
Execute this code somehow:
Code:
VisibleLocatorsGroup("patrol", 1.0, 15.0, 255, 255, 100, 200);
I think CM 3.1.5 has a console.c, which you could use. You can also try:
Code:
ShowAllLocators();
 
Back
Top