MAPWAYPOINT

From SphereWiki
Revision as of 22:00, 19 August 2022 by Gorgo (talk | contribs) (Created page with "=Usage= REFERENCE.MAPWAYPOINT ObjectUID,WayPointType =Description= This function adds/removes waypoints on client radar map (enhanced clients only). Waypoint types: 0 = R...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage

REFERENCE.MAPWAYPOINT ObjectUID,WayPointType

Description

This function adds/removes waypoints on client radar map (enhanced clients only).

Waypoint types: 0 = Remove waypoint 1 = Corpse 2 = Party Member 4 = Quest Giver 5 = New Player Quest 6 = Healer 11 = Shrine 12 = Moongate 14 = Green Dot 15 = Green Dot (flashing)

Example

ON=@Dclick //let's suppose that dclicked item is a map (for example) where the target is stored in its link.
    src.mapwaypoint <link>,4