- Joined
- Mar 30, 2016
- Messages
- 214
- Reaction score
- 269
- First Language
- Russian
- Primarily Uses
- RMMV
Title: Rare Items
Version: 1.23
Author: DK
Site: DK Plugins
Supported languages: Russian, English
Description: Adds rarity for items and skills
Requirement for plugin
Availability of working plugin DKCore version 1.8 or above
Features:
Screenshots (text in brackets):
Instruction from "Help"
For developers
Change language in all supported plugins
DKLocalizationManager.setLocale(locale);
locale - plugin language (ru - russian, en - english)
Example: DKLocalizationManager.setLocale('ru');
Example: DKLocalizationManager.setLocale('en');
Warning
The plugin contains the settings in the file
Be careful with downloading plugins to the project folder
Some plugins have settings in his file
At update this settings can be overwritten
Download: DKCore_Rare_Items.js
Version: 1.23
Author: DK
Site: DK Plugins
Supported languages: Russian, English
Description: Adds rarity for items and skills
Requirement for plugin
Availability of working plugin DKCore version 1.8 or above
Features:
- Ability to customize the color and name for each rarity
- Ability to not display the name of the rarity
- Settings for display of standard rarity
Screenshots (text in brackets):
Instruction from "Help"
By default all items and skills have standard rarity
A standard rarity have a white color and number 0
Use notes of item or skills to set the rarity:
<rarity: X>
X - number of rarity
To set individual color for item or skill just use note:
<rarity color: X>
X - number of color from window skin (message color) or hex format
Example: <rarity color: 1>
Example: <rarity color: #ffffff>
To set individual text for item or skill just use note:
<rarity text: X>
X - text of rarity
Example: <rarity text: (Magical)>
To don't display text of rarity's for specific item or skill use the note:
<no rarity text>
Plugin commands:
1. Change of rarity
Rarity [type] [id] [rarity]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
[rarity] - new value of rarity
Example: Rarity item 1 1
Example: Rarity weapon 2 3
2. Change of color
RareColor [type] [id] [color]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
[color] - new color (number from window skin or hex format)
Example: RareColor item 1 1
Example: RareColor weapon 2 #ffffff
3. Change of text
RareText [type] [id] [text]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
[text] - new text
Example: RareText item 1 1
Example: RareText skill 3 #ffffff
4. Turn on displaying the text of rarity
ShowRareText [type] [id]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
Example: ShowRareText weapon 1
5. Turn off displaying the text of rarity
HideRareText [type] [id]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
Example: HideRareText armor 2
For customizing text of rarity open the "DKCore_Rare_Items.js" file and change text inside "Plugin settings" and "End of plugin settings"
Сhange language in all supported plugins
In Event call the command of plugin: DKLocale [locale]
[locale] - languages of the plugins (ru - russian, en - english)
Example: DKLocale ru
Example: DKLocale en
A standard rarity have a white color and number 0
Use notes of item or skills to set the rarity:
<rarity: X>
X - number of rarity
To set individual color for item or skill just use note:
<rarity color: X>
X - number of color from window skin (message color) or hex format
Example: <rarity color: 1>
Example: <rarity color: #ffffff>
To set individual text for item or skill just use note:
<rarity text: X>
X - text of rarity
Example: <rarity text: (Magical)>
To don't display text of rarity's for specific item or skill use the note:
<no rarity text>
Plugin commands:
1. Change of rarity
Rarity [type] [id] [rarity]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
[rarity] - new value of rarity
Example: Rarity item 1 1
Example: Rarity weapon 2 3
2. Change of color
RareColor [type] [id] [color]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
[color] - new color (number from window skin or hex format)
Example: RareColor item 1 1
Example: RareColor weapon 2 #ffffff
3. Change of text
RareText [type] [id] [text]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
[text] - new text
Example: RareText item 1 1
Example: RareText skill 3 #ffffff
4. Turn on displaying the text of rarity
ShowRareText [type] [id]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
Example: ShowRareText weapon 1
5. Turn off displaying the text of rarity
HideRareText [type] [id]
[type] - type (item, weapon, armor or skill)
[id] - ID of item or skill from Database
Example: HideRareText armor 2
For customizing text of rarity open the "DKCore_Rare_Items.js" file and change text inside "Plugin settings" and "End of plugin settings"
Сhange language in all supported plugins
In Event call the command of plugin: DKLocale [locale]
[locale] - languages of the plugins (ru - russian, en - english)
Example: DKLocale ru
Example: DKLocale en
For developers
Change language in all supported plugins
DKLocalizationManager.setLocale(locale);
locale - plugin language (ru - russian, en - english)
Example: DKLocalizationManager.setLocale('ru');
Example: DKLocalizationManager.setLocale('en');
Warning
The plugin contains the settings in the file
Be careful with downloading plugins to the project folder
Some plugins have settings in his file
At update this settings can be overwritten
Download: DKCore_Rare_Items.js
Last edited by a moderator:

