mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-13 04:52:25 +00:00
Updated Lua General Functions (markdown)
parent
2e7942ab40
commit
6a0b084bee
@ -49,6 +49,8 @@ Void delete_global(String name);
|
|||||||
Void start(Integer wp);
|
Void start(Integer wp);
|
||||||
Void stop();
|
Void stop();
|
||||||
Void pause(Integer duration);
|
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 move_to(Real x, Real y, Real z, Real h, Boolean save_guard_spot);
|
||||||
Void resume();
|
Void resume();
|
||||||
Void set_next_hp_event(Integer hp);
|
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);
|
||||||
Void follow(Integer entity_id, Integer distance);
|
Void follow(Integer entity_id, Integer distance);
|
||||||
Void stop_follow();
|
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:
|
SpawnPointOptions is a lua table that accepts the following values:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user