mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
[Quest API] Add SignalAllBotsByOwnerName() to Perl/Lua. (#2730)
# Perl - Add `$entity_list->SignalAllBotsByOwnerName(owner_name)`. # Lua - Add `eq.get_entity_list():SignalAllBotsByOwnerName(owner_name)`. # Notes - Adds a way to signal all bots by owner name instead of only character ID.
This commit is contained in:
@@ -144,6 +144,7 @@ public:
|
||||
Lua_Bot GetRandomBot(float x, float y, float z, float distance);
|
||||
Lua_Bot GetRandomBot(float x, float y, float z, float distance, Lua_Bot exclude_bot);
|
||||
void SignalAllBotsByOwnerCharacterID(uint32 character_id, int signal_id);
|
||||
void SignalAllBotsByOwnerName(std::string owner_name, int signal_id);
|
||||
void SignalBotByBotID(uint32 bot_id, int signal_id);
|
||||
void SignalBotByBotName(std::string bot_name, int signal_id);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user