wiki:WayPoints
Last modified 6 years ago Last modified on Sep 12, 2006 11:49:46 PM

Way Point System

In an effort to give monsters some form of 'pathing' abilities I have created this method to manually create a waypoint system.

(SQL Command to fix up id for waypoint use: UPDATE npc SET type = "L2Deco" WHERE id = 7952;)

Here are the commands:

Command(Short)Command(Long)Description
pnpath_nodesToggles On Or Off WayPoint Editing
npnew_pointCreates a new point at Player's Position
epedit_point(Not Done Yet)Allows Editing of a Node
dpdelete_pointDeletes the node this is named "SELECTED NODE"
lplink_pointsLinks the "SELECTED NODE" and the currently targetted node
upunlink_pointsUnlinks the "SELECTED NODE" and the currently targetted "LINKED NODE"
vpview_points(Not Done Yet)Changes visibility of Waypoints
spsave_pointsSave current waypoint list to file.
Format sp <filename with no extenstion>
opopen_pointsClears Current Waypoints and loads waypoint list from file.
Format op <filename with no extenstion>
cpclear_pointsRemoves all Waypoints.
tptarget_pointSets targetted node as the "SELECTED NODE"