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

[Salvage][sql] Spawnpoint, Groups, Drops Zhaylom Remnants #6980

Merged
merged 2 commits into from
Feb 8, 2025

Conversation

KnowOne134
Copy link
Contributor

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my PR will be ignored.
  • I understand I should leave resolving conversations to the LandSandBoat team so that reviewers won't miss what was said.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have tested my code and the things my code has changed since the last commit in the PR and will test after any later commits.

What does this pull request do?

updates the database portion for zone Zhayolm Remnants
mob spawn points
mob groups
mob droplist

Steps to test these changes

database builds

INSERT INTO `mob_droplist` VALUES (2678,0,0,1000,5366,@UNCOMMON); -- Castellanus Cell (Uncommon, 10%)
INSERT INTO `mob_droplist` VALUES (2678,0,0,1000,5367,@UNCOMMON); -- Cumulus Cell (Uncommon, 10%)
INSERT INTO `mob_droplist` VALUES (2678,0,0,1000,5369,@UNCOMMON); -- Stratus Cell (Uncommon, 10%)
INSERT INTO `mob_droplist` VALUES (2678,0,0,1000,5367,@VCOMMON); -- Cumulus Cell (Vert Common, 24%)
Copy link
Contributor

@Mortalelite Mortalelite Feb 7, 2025

Choose a reason for hiding this comment

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

Typo Vert

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, yea saw also but left lol, I'll be going back to add full comments later, but I'm sure some changes will be coming when I get into the mobs themselves and see how lsb works with eden, I most likely will have to port some of the treasure listeners over to accommodate

Copy link
Contributor Author

Choose a reason for hiding this comment

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

got ya, editor found a random whitespace from before also

-- ZoneID: 73 - Wyvern
INSERT INTO `mob_droplist` VALUES (3381,0,0,1000,5366,@ALWAYS);
INSERT INTO `mob_droplist` VALUES (3381,0,0,1000,5366,@ALWAYS);
INSERT INTO `mob_droplist` VALUES (3381,0,0,1000,5367,@VCOMMON); -- Cumulus Cell (Vert Common, 24%)
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo Here

@zach2good zach2good merged commit 0e507c4 into LandSandBoat:base Feb 8, 2025
13 checks passed
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.

5 participants