Update Mechanics authored by Phillip's avatar Phillip
...@@ -81,6 +81,7 @@ are able to target locations as well. ...@@ -81,6 +81,7 @@ are able to target locations as well.
| [Pull][] | Pulls the target towards the mob | | [Pull][] | Pulls the target towards the mob |
| [PushButton][] | Pushes a button at the target location | | [PushButton][] | Pushes a button at the target location |
| [RayTrace][] | Traces a straight line to the target | | [RayTrace][] | Traces a straight line to the target |
| [RayTraceTo][] | Executes a skill with the result of a raytrace to the target location |
| [Rally][] | Causes other nearby mobs to attack the target | | [Rally][] | Causes other nearby mobs to attack the target |
| [Random Message][] | Sends a random message to the target player | | [Random Message][] | Sends a random message to the target player |
| [Remount][] | Remounts the mob the caster originally spawned riding, if it is still alive | | [Remount][] | Remounts the mob the caster originally spawned riding, if it is still alive |
...@@ -272,6 +273,7 @@ but not yet ready for use. ...@@ -272,6 +273,7 @@ but not yet ready for use.
[Rally]: /skills/mechanics/rally [Rally]: /skills/mechanics/rally
[Random Message]: /skills/mechanics/randommessage [Random Message]: /skills/mechanics/randommessage
[Raytrace]: /skills/mechanics/raytrace [Raytrace]: /skills/mechanics/raytrace
[RayTraceTo]: /skills/mechanics/raytraceto
[Remount]: /skills/mechanics/remount [Remount]: /skills/mechanics/remount
[Remove]: /skills/mechanics/remove [Remove]: /skills/mechanics/remove
[RemoveHeldItem]: /skills/mechanics/removehelditem [RemoveHeldItem]: /skills/mechanics/removehelditem
... ...
......