mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 00:08:23 +00:00
Updated Lua API (markdown)
+1
@@ -540,6 +540,7 @@ npc:MoveTo(float x, float y, float z, float h, bool save); -- void
|
|||||||
npc:NextGuardPosition(); -- void
|
npc:NextGuardPosition(); -- void
|
||||||
npc:PauseWandering(int pause_time); -- void
|
npc:PauseWandering(int pause_time); -- void
|
||||||
npc:PickPocket(Lua_Client thief); -- void
|
npc:PickPocket(Lua_Client thief); -- void
|
||||||
|
npc:RandomizeFeatures(bool sendIllusion, bool saveToInstance); -- void
|
||||||
npc:RemoveAISpell(int spell_id); -- void
|
npc:RemoveAISpell(int spell_id); -- void
|
||||||
npc:RemoveCash(); -- void
|
npc:RemoveCash(); -- void
|
||||||
npc:RemoveItem(int item_id); -- void
|
npc:RemoveItem(int item_id); -- void
|
||||||
|
|||||||
Reference in New Issue
Block a user