From 6a0b084beeb4811f43dbdb488234429d9776beff Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 4 Jul 2013 19:57:41 -0700 Subject: [PATCH] Updated Lua General Functions (markdown) --- Lua-General-Functions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index e73f2a7..a1c580c 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -49,6 +49,8 @@ Void delete_global(String name); Void start(Integer wp); Void stop(); Void pause(Integer duration); +Void move_to(Real x, Real y, Real z); +Void move_to(Real x, Real y, Real z, Real h); Void move_to(Real x, Real y, Real z, Real h, Boolean save_guard_spot); Void resume(); Void set_next_hp_event(Integer hp); @@ -154,6 +156,9 @@ Void attack_npc_type(Integer npc_type); Void follow(Integer entity_id); Void follow(Integer entity_id, Integer distance); Void stop_follow(); +Client get_initiator(); -- These three are mostly for writing modules that extend the eq namespace +Mob get_owner(); +ItemInst get_quest_item(); ``` SpawnPointOptions is a lua table that accepts the following values: