public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers
Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: DK Rare Items
  • Original author: DK
  • Original date: May 7, 2016
  • Source thread: https://forums.rpgmakerweb.com/threads/dk-rare-items.61540/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

Title: Rare Items Version: 1.23 Author: DK Site: DK Plugins

Archived First Post

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:

  • 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):

2016-09-04_14-54-24-png.4510





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

 
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

Features Mentioned

  • 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):
  • Spoiler
  • "lightbox_close": "Close",
  • "lightbox_next": "Next",
  • "lightbox_previous": "Previous",
  • "lightbox_error": "The requested content cannot be loaded. Please try again later.",
  • "lightbox_start_slideshow": "Start slideshow",
  • "lightbox_stop_slideshow": "Stop slideshow",
  • "lightbox_full_screen": "Full screen",
  • "lightbox_thumbnails": "Thumbnails",
  • "lightbox_download": "Download",
  • "lightbox_share": "Share",
  • "lightbox_zoom": "Zoom",
  • "lightbox_new_window": "New window",
  • "lightbox_toggle_sidebar": "Toggle sidebar"

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar