Skip to content

feat(CreatureMethods): Add GetCreatureSpawnId and SetCorpseDelay methods #300

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

Merged
merged 4 commits into from
Aug 22, 2025

Conversation

Aldori15
Copy link

@Aldori15 Aldori15 commented Aug 22, 2025

  • Implemented new function to get the creatures spawn ID:

    • Example:
      • In Lua, write "creature:GetSpawnId()"
  • Implemented new function to set a creatures corpse delay:

    • Example:
      • In Lua, write "creature:SetCorpseDelay(5000)"

Aldori15 and others added 4 commits August 22, 2025 13:19
- Implemented new function to get the creatures spawn ID:
	- Example:
	- In Lua, write "creature:GetCreatureSpawnId()"

- Implemented new function to set a creatures corpse delay:
	- Example:
	- In Lua, write "creature:SetCorpseDelay(5000)"

Thanks Sylian!
@iThorgrim iThorgrim self-requested a review August 22, 2025 18:32
@iThorgrim iThorgrim merged commit 42e5be7 into azerothcore:master Aug 22, 2025
2 checks passed
@Aldori15 Aldori15 deleted the feat-newcreaturemethods branch August 22, 2025 20:42
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