Project

General

Profile

EQ2Loc (command)

Syntax

  • EQ2Loc <parameters>

Description

This command will allow you to add, delete, list, and create waypoints to locations that you will save around EQ2. In other words, it makes it easy for you to maintain a nice list of locations (with labels and notes) that can be accessed in game easily and quickly.

Please note that because of ISXEQ2's future checking for duplicate locations while importing your saved locations file, you cannot create more than one Location within 1 distance unit from another.

Parameters

  • List
    • This will list all the locations saved in the current zone. This listing includes the Label, X,Y,Z Coordinates, and any Notes that you might have saved when creating the location.
  • List all
    • This will list all the locations you have saved. This listing includes the Label, X,Y,Z Coordinates, the ZoneName in which the saved point is located, and any Notes that you might have saved when creating the location.
  • Add <Label> [Notes]
    • This parameter will add a location at the exact spot you are located when the command is issued. You must give a unique Label for the location; however, the Notes are optional.
  • Add <Label> <X> <Y> <Z> <ZoneName> <RoomID> [Notes]
    • This parameter works identically to the previous Add parameter except for this one accepts the X, Y, and Z coordinates along with the ZoneName and RoomID for the location rather than your current location.
    • Please note that this syntax is typically used when copying eq2locations or establishing eq2locations from a static script.  The variables needed to use this command can be found in the EQ2Locations.xml file in the innerspace/Extensions directory.
  • Delete <Label>
    • This parameter will delete the location, in your current zone, with the Label provided.
  • Delete <Label> <ZoneName>
    • This parameter will delete the location, in the given ZoneName, with the Label provided.
  • WaypointTo <Label>
    • This parameter will create a waypoint to the location with the Label provided.

Examples

  • EQ2Loc Add "Billy In Chapel" "This is the location for Billy when he's in the Chapel"
  • EQ2Loc Add "Static Yellow Mob"
  • EQ2Loc Add "Docks" -1472.213867 -229.035065 -387.250000 "The Sinking Sands" 183966304 "Under Bridge At Docks"
  • EQ2Loc Delete "Static Yellow Mob"
  • EQ2Loc WaypointTo "Billy In Chapel"
  • EQ2Loc List
  • EQ2Loc List All