Initial release item random option for monster drop#6
Open
cydh wants to merge 3 commits into
Open
Conversation
* To add item for monster with random option group, see 'db/[pre-]re/mob_drop.txt' * To add item random option group with random option group, see 'db/[pre-]re/mob_item_randomopt_group.txt' * Default entries for random options are follow iRO Crimson/Scarlet Weapon based on * "[Renewal] Episode 15.2 Crimson Weapon System", see http://www.playragnarok.com/news/updatedetail.aspx?id=280&p=1. * File uploaded by Oda (iRO's CM) on https://forums.warpportal.com/index.php?/topic/168763-fansitedb-information-distribution-and-request-station/?p=2495922 Signed-off-by: Cydh Ramdh <cydh@pservero.com>
* Moved `RDMOPTG_Crimson_Weapon` from const.txt to `enum Random_Option_Group` in `itemdb.h`. * Removed `RDMOPT_WEAPON_ATTR_POISON`, `RDMOPT_WEAPON_ATTR_TELEKINESIS`, and `RDMOPT_WEAPON_ATTR_UNDEAD` from Crimson Weapon random group (`RDMOPTG_Crimson_Weapon`), thanks to @Atemo * Added db header for impot-tmpl files, thanks to @secretdataz Signed-off-by: Cydh Ramdh <cydh@pservero.com>
cydh
pushed a commit
that referenced
this pull request
Dec 23, 2020
* Correct up item_db, item_combo_db. * Added Riot Chip combo, Added missing item_db from Riot Chip combo.
cydh
pushed a commit
that referenced
this pull request
Apr 24, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Cydh Ramdh cydh@pservero.com