Dodge ability By pressing the dodge key, the player makes a dodge action, at this time he can move through enemies and is also invulnerable to any attacks. Set Is Allow Dodge? plugin parameter to …
Continue reading
Plugins for RPG Maker MZ and MV
Dodge ability By pressing the dodge key, the player makes a dodge action, at this time he can move through enemies and is also invulnerable to any attacks. Set Is Allow Dodge? plugin parameter to …
Continue readingWeapon Extensions You can create weapons that can load into itself different items as extension for Attack skill. It’s can be used as powerup for weapon or as ammunition (like arrows for Bow) Examples Sword …
Continue readinghttps://youtu.be/FcKpbXNRucE AI for Party Members With update 0.8.9 Alpha ABS Z got first version of party AI system. It’s still not complete at 100% and not flawless, but works. The new party AI system gives …
Continue readingFlying bonuses (extra drops from enemies) You can specify extra drops that will fly from enemy to player and gain some bonuses Each bonus have many custom parameters: Also you can use uAPI.spawnFlyingBonus(eventId, bonusIds); script …
Continue readingScreen Effect when Low HP You can activate a special screen effect (BloodSplatter Effect) when a player’s health drops below a certain level Feature from Alpha ABS (mv) Have parameters: Documentation: https://github.com/KageDesu/Alpha-ABS-Z/wiki/BloodSplatter-Effect-(Low-HP) Extended vision shapes …
Continue readingExtended (dynamic) ABS parameters Now you can setup values for parameters not just in static numbers, but as values from variables (and more…) This way allows you change skill or enemy parameter dynamically in game …
Continue readingMap Encounters You can spawn enemies on certain areas using default RPG Maker Map Encounters configuration Feature from Alpha ABS (mv) Demo project have map with example Documentation: Map Encounters Wiki Extra Animation You can …
Continue readingRPG Maker MV support Start with version 0.8 Alpha ABS Z can work in RPG Maker MV. One .js file for both version of RPG Maker. Added Demo project for RPG Maker MV. PvP with …
Continue readingNew ABS parameters for Enemies <turnAction:A> – you can setup script action that will be called every second. It’s allows you check some conditions and make some dynamic enemy behaviour during game. Like transform enemy …
Continue readingSummary Added Spawn Points System You can create and configurate spawn point that will be spawn enemies depends on own settings By spawn point can be any Event (ABS enemies too) I updated Demo project …
Continue reading