mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
Added relative warps
This commit is contained in:
parent
33be97ea9d
commit
21745a6aa8
3 changed files with 139 additions and 85 deletions
|
@ -239,13 +239,14 @@ namespace FFXIVClassic_Map_Server.Properties {
|
|||
/// <summary>
|
||||
/// Looks up a localized string similar to Teleports the player to the specified location
|
||||
///
|
||||
///*Note: You teleport relative to your current position by putting a @ in front of a value, cannot be combined with a zone id or instance name
|
||||
///
|
||||
///*Syntax: warp <location list>
|
||||
/// warp <X coordinate> <Y coordinate> <Z coordinate>
|
||||
/// warp <zone id> <X coordinate> <Y coordinate> <Z coordinate>
|
||||
/// warp <zone id> <instance> <X coordinate> <Y coordinate> <Z coordinate>
|
||||
///<location list> is a pre-defined list of locations from the server database
|
||||
///<zone id> is the zone's id as defined in the server database
|
||||
///<instance> is an instanced copy of the desired zone that's only visible to the current player.
|
||||
///<zone id> is the zon [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
public static string CPwarp {
|
||||
get {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue