mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
[Quest API] Add GetNPCSpellsEffectsID() to Perl/Lua (#4117)
# Perl - Add `$npc->GetNPCSpellsEffectsID()`. # Lua - Add `npc:GetNPCSpellsEffectsID()`. # Notes - Allows operator's to get an NPC's spell effects ID.
This commit is contained in:
+2
-1
@@ -102,7 +102,7 @@ public:
|
||||
int GetFollowID();
|
||||
int GetFollowDistance();
|
||||
bool GetFollowCanRun();
|
||||
int GetNPCSpellsID();
|
||||
uint32 GetNPCSpellsID();
|
||||
int GetSpawnPointID();
|
||||
float GetSpawnPointX();
|
||||
float GetSpawnPointY();
|
||||
@@ -184,6 +184,7 @@ public:
|
||||
void SetBucket(std::string bucket_name, std::string bucket_value, std::string expiration);
|
||||
bool GetNPCAggro();
|
||||
void SetNPCAggro(bool in_npc_aggro);
|
||||
uint32 GetNPCSpellsEffectsID();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user