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_EQUIP_ITEM_CLIENT and EVENT_UNEQUIP_ITEM_CLIENT to Perl/Lua. #2015

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

Kinglykrab
Copy link
Contributor

@Kinglykrab Kinglykrab commented Feb 21, 2022

  • These events allow more customization beyond forcing operators to use a script file for each and every item they want to have some sort of functionality for these events.
  • Perl event exports $item_id, $item_quantity, and $slot_id.
  • Lua event exports e.item_id, e.item_quantity, e.slot_id, and e.item.

… to Perl/Lua.

- These events allow more customization beyond forcing operators to use a script file for each and every item they want to have some sort of functionality for these events.
- Perl event exports $item_id, $item_quantity, and $slot_id.
- Lua event exports item_id, item_quantity, slot_id, and item.
@Kinglykrab Kinglykrab merged commit bfd1cf9 into master Feb 23, 2022
@Kinglykrab Kinglykrab deleted the quest_api/event_equip_item_client branch February 23, 2022 01:04
Kinglykrab added a commit that referenced this pull request Mar 1, 2022
Fix accidentally removal of argument dispatch for EVENT_CONSIDER_CORPSE in #2015
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.

2 participants