World Map - Reetus/ClassicAssist GitHub Wiki

ClassicAssist Macro Commands

Generated on 5/7/2025 2:43:33 PM
Version: 4.5.4+dbfbbc8ea5b833a0bcd4d78267e45c252f45ed42

World Map

AddMapMarker

Method Signature:

Void AddMapMarker(System.String, Int32, Int32, Int32, Int32, System.String)

Parameters

  • name: String representing a name, ie "Snoopy".
  • x: X Coordinate.
  • y: Y Coordinate.
  • facet: Integer value - See description for usage.
  • zoomlevel: Integer value - See description for usage. (Optional)
  • iconname: String value - See description for usage. (Optional)

Description:

Adds a marker on the world map

Example:

AddMapMarker("Treasure", 1000, 1000, 0)  

ClearMapMarkers

Method Signature:

Void ClearMapMarkers()

Description:

Clears all map markers

Example:

ClearMapMarkers()  

RemoveMapMarker

Method Signature:

Void RemoveMapMarker(System.String)

Parameters

  • name: String value - See description for usage.

Description:

Removes all map markers with the specified name from the world map

Example:

RemoveMapMarker("Treasure")  
⚠️ **GitHub.com Fallback** ⚠️