-
Notifications
You must be signed in to change notification settings - Fork 655
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
Conversation
ea4e5fd
to
20bf727
Compare
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%) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo Vert
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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%) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo Here
20bf727
to
3408c6a
Compare
I affirm:
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