mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Lua - basic npc quests work and i need a damned break for a bit
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
virtual uint32 GetIdentifier() { return 0xb0712acc; }
|
||||
|
||||
private:
|
||||
int _EventNPC(std::string package_name, QuestEventID evt, NPC* npc, Mob *init, std::string data, uint32 extra_data);
|
||||
void LoadScript(std::string filename, std::string package_name);
|
||||
bool HasFunction(std::string function, std::string package_name);
|
||||
void ClearStates();
|
||||
|
||||
Reference in New Issue
Block a user