Skills that Consume Items (RTAB) - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: Skills that Consume Items (RTAB) (/thread-2602.html) |
Skills that Consume Items (RTAB) - cogwheel - 03-05-2008 Skills that Consume Items
Ver 1.00a* Original version found at http://members.jcom.home.ne.jp/cogwheel/ NOT by DerVVulfman v 1.00a due to my correction for 'inconsumable' items. Introduction Originally posted in japanese, this is a translation of a script addition that allows you (the creator) to design spells that use (or consume) items as well as SP. Based on...
Real Time Active Battle (RTAB) Features
Screenshots None. Just looks like a regular Skill selection screen. Demo CLICK HERE (V 1.16) Script In truth, the name was... paraphrased from the original Japanese version. Syntax differences and so on. So, I went with the closest definition. Skills that Consume Items (Japanese Version) Skills that Consume Items (English Translation) Instructions Just copy/paste this code right under the HP/SP/EXP Gauge Script v1.00 (yep, I translated it) which is the last script in Minkoff's adaption of Cogwheel's RTAB system. This system allows you to use skills that rely on consuming items. If for example, you use a skill that relies on potions and perfumes, the specified items (and quantities) are used and reduced in your inventory. As this system allows certain skills to RELY on items, these skills will be disabled if you do not have enough of the required items it needs. In the below example, we have it coded so in order to use the "Heal" skill, you will need to use a single "Potion" and 2 "High Perfume" items. Code: when "Heal" a single "Molotov Cocktail" item (no... it's NOT part of the default items in RMXP). Code: when "Fire" Compatibility This script IS pretty basic and has been in use quite a while... and still works with the newest versions of RTAB... even v 1.14. Credits and Thanks Thanks to Cogwheel for making such a wonderful system, that has many adaptable features. Author's Notes I'm NOT the author. Oh, well... Terms and Conditions |