mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 18:46:37 +00:00
[Quest API] Add EVENT_BOT_CREATE to Perl/Lua (#2713)
* [Quest API] Add EVENT_BOT_CREATE to Perl/Lua # Perl - Add `EVENT_BOT_CREATE`. - Exports `$bot_id`, `$bot_name`, `$bot_class`, `$bot_race`, and `$bot_gender`. # Lua - Add `event_bot_create`. - Exports `e.bot_id`, `e.bot_name`, `e.bot_class`, `e.bot_race`, and `e.bot_gender`.
This commit is contained in:
+2
-3
@@ -111,10 +111,9 @@ typedef enum {
|
||||
EVENT_GM_COMMAND,
|
||||
EVENT_DESPAWN,
|
||||
EVENT_DESPAWN_ZONE,
|
||||
#ifdef BOTS
|
||||
EVENT_SPELL_EFFECT_BOT,
|
||||
EVENT_BOT_CREATE,
|
||||
EVENT_SPELL_EFFECT_BOT, // Add new events before these or Lua crashes
|
||||
EVENT_SPELL_EFFECT_BUFF_TIC_BOT,
|
||||
#endif
|
||||
_LargestEventID
|
||||
} QuestEventID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user