Add position markers on the map and share them with your group!

Required Addons:
- LibAkaUtils
- OdySupportIcons
- LibDataShare
- LibChatMessage

Basic Functions:
- Place a white Marker on your position
- Open Marker Menu (Keybind or /marker)
- Place private (smaller blue) Markers on your position
- Delete Shared Markers (! this deletes the Markers for every Group member for the current zone WHEN you are the group leader !)
- Delete Private Markers

[NEW]
Only activate Markers close to you
Added a simple UI for the addon
Confirm changes that you receive by other users
- you will get a chat notification if another user wants to modify your Markers, you can click [Yes] or [No] in the chat
Confirm /markerundo and /markerdelete
- the Marker that will be removed will get an arrow above it, so that you can see whether it is the right one
- you will get a chat notification, you can click [Yes] or [No] in the chat to confirm the removal

Command-Only Functions:
/markerplace <distance> <height> <icon-name>
- Place a Marker in a specific distance in the direction that you are looking at (icon-names explained below)
/markerplace <height> <icon-name>
- Place a Marker on the point you are looking at (icon-names explained below)
/markerset <config>
- Place a single Marker by its config string (explained below)
/markerhere <icon-name>
- Place a specific Marker at your position
/markerundo
- Undo the latest Marker that was set (history will be reset after reload!)
/markerdelete
- Delete the closest Marker from your position
/config <config>
- Load a set of Markers (max 11 because of chat limit)
/markpreview
- Change to Preview-Mode, DataShare will be disabled

Icon-Names:
Colored Icons
- empty
- blue
- yellow
- green
- red
- orange
Number Icons
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
Circle Icons
- every number above 12 -> radius of the circle (1m => radius 100)

Config:
Config-Syntax: /config <zoneId>//<marker1>//<marker2>// ... <marker11>
- e.g. /config 1263//-x101728-y33273-z58370-ered//-x101728-y33273-z58370-e1//-x101728-y33273-z58370-e500

Marker-Syntax: -x<X-Coord>-y<Y-Coord>-z<Z-Coord>-e<icon-name>
- e.g. -x101728-y33273-z58370-ered => red Marker
- e.g. -x101728-y33273-z58370-e1 => Number Marker "1"
- e.g. -x101728-y33273-z58370-e500 => Cirlce Marker with a radius of ~5m

返回
顶部