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

Initial release item random option for monster drop #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2016

  1. Initial release item random option for monster drop

    * 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 <[email protected]>
    cydh committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    3b7db36 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Follow up 3b7db36

    * 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 <[email protected]>
    cydh committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    ac0cdd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Follow up ac0cdd8

    * Fixed type on steal checking
    
    Signed-off-by: Cydh Ramdh <[email protected]>
    cydh committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    201e25c View commit details
    Browse the repository at this point in the history