
* 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 <cydh@pservero.com> * Follow up 3b7db36288d70b6f40632e7397af4ed073595c8c * 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> * Follow up ac0cdd8dc87c534d26510cf3d37cb1609629919a * Fixed type on steal checking Signed-off-by: Cydh Ramdh <cydh@pservero.com> * Cleared some drop slot for crimson weapon
11 lines
671 B
Plaintext
11 lines
671 B
Plaintext
// <randopt_groupid>,<rate>,<randopt_id1>,<randopt_value1>,<randopt_param1>{,<randopt_id2>,<randopt_value2>,<randopt_param2>,<randopt_id3>,<randopt_value3>,<randopt_param3>,<randopt_id4>,<randopt_value4>,<randopt_param4>,<randopt_id5>,<randopt_value5>,<randopt_param5>}
|
|
|
|
// Crimson Weapon
|
|
RDMOPTG_Crimson_Weapon,1,RDMOPT_WEAPON_ATTR_NOTHING,0,0
|
|
RDMOPTG_Crimson_Weapon,1,RDMOPT_WEAPON_ATTR_WATER,0,0
|
|
RDMOPTG_Crimson_Weapon,1,RDMOPT_WEAPON_ATTR_GROUND,0,0
|
|
RDMOPTG_Crimson_Weapon,1,RDMOPT_WEAPON_ATTR_FIRE,0,0
|
|
RDMOPTG_Crimson_Weapon,1,RDMOPT_WEAPON_ATTR_WIND,0,0
|
|
RDMOPTG_Crimson_Weapon,1,RDMOPT_WEAPON_ATTR_SAINT,0,0
|
|
RDMOPTG_Crimson_Weapon,1,RDMOPT_WEAPON_ATTR_DARKNESS,0,0
|