特定のアイテムまたは金を特定の保存ファイルに送信できるプラグイン – RS_ItemStream.js
- タイトル
- This plugin lets you send or receive gold or items to specific save files.
- 作者名
- biud436様
- ヘルプ
- ===========================================================================
Plugin Command
===========================================================================
With this plugin, you can send or receive gold or items to or from a specific save file.
To send gold, use a command in the following format:
Stream Send Gold saveFileId gold_value
saveFileId must be a numeric value. Use Stream Send to send and Stream Bring to receive.
Send the weapon item to a specific save file.
Stream Send Weapon saveFileId weapon_id
Send the armor item to a specific save file.
Stream Send Armor saveFileId armor_id
Send the item to a specific save file.
Stream Send Item saveFileId item_id
Get the gold from a specific save file.
Stream Bring Gold saveFileId gold_value
Get the weapon item from a specific save file.
Stream Bring Weapon saveFileId weapon_id
Get the armor item from a specific save file.
Stream Bring Armor saveFileId armor_id
Get the item from a specific save file.
Stream Bring Item saveFileId item_id
Check the current gold in a specific save file.
Stream Check Gold saveFileId
Check the available items in a specific save file.
Stream Check Item saveFileId
Check the available weapons in a specific save file.
Stream Check Weapon saveFileId
Check the available armors in a specific save file.
Stream Check Armor saveFileId
Delete gold from a specific save file.
Stream Delete Gold saveFileId gold_value
Delete an item from a specific save file.
Stream Delete Item saveFileId item_id
Delete a weapon from a specific save file.
Stream Delete Weapon saveFileId weapon_id
Delete armor from a specific save file.
Stream Delete Armor saveFileId armor_id
Note: Ensure that saveFileId is a valid numeric ID and that the item, weapon, or armor IDs exist in the game data.
===========================================================================
Change Log
===========================================================================
2016.03.07 (v1.0.0) - First Release.
2016.03.22 (v1.0.1) - Compatibility fixes.
2016.04.24 (v1.0.2) - Fixed the bug.
2017.01.23 (v1.0.3) - Fixed the source code to ES6. - パラメータ
-
( なし ) - ライセンス表記
- MIT License
Copyright (c) 2016 biud436
Free for commercial and non commercial use.
紹介ページ https://github.com/biud436/MV/blob/master/RS_ItemStream.js