Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Quest API] Add EVENT_BOT_CREATE to Perl/Lua #2713

Merged
merged 3 commits into from Jan 9, 2023

Conversation

Kinglykrab
Copy link
Contributor

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.

Kinglykrab and others added 3 commits January 8, 2023 19:32
# 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`.
Copy link
Contributor

@Aeadoin Aeadoin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@Kinglykrab Kinglykrab merged commit 4c8b65e into master Jan 9, 2023
@Kinglykrab Kinglykrab deleted the quest_api/event_bot_create branch January 9, 2023 02:46
catapultam-habeo pushed a commit to catapultam-habeo/pyrelight-server that referenced this pull request Mar 27, 2023
* [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`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants