Item Affix Rarity
This script is an add-on for Item Rarity. It allows equips to inherit rarity from any affixes.
For example, if an item has a rarity level of 1, but then has a prefix with rarity level 4 added, the item’s rarity is now increased to 4 because of the prefix.
Download
Script: download here
Required: Item Rarity, Item Affixes
This script is compatible with Instance Items
Installation
In the script editor, place this script below Item Affixes, Item Rarity, and above Main
Usage
Note-tag prefixes or suffixes with
<item rarity: x>
Where x is a number.
The rarity for the item will be automatically computed.
Hi Hime, line 63 has a problem and doesn't work when I test it.
The message that shows up:
Script 'Item Affix Rarity' line 63: NameError occured.
undefined method 'make_item_rarity' for class 'RPG::EquipItem'
Thanks
Do you have the required scripts in your project?
yep I've been using them and it works just fine!
So is this problem resolved? That error usually occurs because you don't have the required scripts, or the order is incorrect.
Yep. Thanks for the quick reply.