Hey man!
1. How can I make my character stop when I cast a spell. Ex: character going somewhere and when I press a spell key, the character will stop and cast a spell.
2. How can I make an enemy disappear after I have looted him?
thank you! :)
Alpha ABS (MV) [New cool DEMO, build 1242]
● ARCHIVED · READ-ONLY
-
-
Hello, I'm enjoying using the Alpha ABS, keep up the good work!
I have a question:
Can enemies use circle attacks?
Thanks for taking your time to read this and I hope you have a good day. -
Plugin update (build 300)
- minor improvements and fixes
- add ammo count indicator for weapons and skills
- new plugin parameter: Gold icon index
- new ABS params for skills: <cEonStart:X>, <cEonUse:X>
- new ABS params for enemies: <cEonStart:X>, <cEonEnd:X>, <cEonDeath:X>,<noMove:Z>, <noEmote:Z>
- test support YEP_ClassChangeCore plugin
- test support YEP_EnhancedTP plugin
*test support - mean that plugin work, but not full tested out.
For more information how use new ABS params (notetags) see build 300 description.
Using Common Events with skills or enemies now you can create more complex situations and development of events.
@Black Mamba, YEP_Critical Control should work, try on latest build.
Hey man!
1. How can I make my character stop when I cast a spell. Ex: character going somewhere and when I press a spell key, the character will stop and cast a spell.
2. How can I make an enemy disappear after I have looted him?
1. Try using new ABS param <cEonStart:X> on your skill, it's allow you call CommonEvent when you trigger the skill. In CommonEvent you can make a stop your character.
2. You can use new ABS param <cEonDeath:X> or something simple, like:
Spoiler
If the enemy revives, his image changes to normal.
Can enemies use circle attacks?
In the current version no.
You can use 'Instant' skill, same effect because enemy target only Player. I will teach enemies to use 'Circle' and 'Zone' skills when make a party support. - minor improvements and fixes
-
its possible to show player level in his portrait, i think i saw it in some of ypur video
-
its possible to show player level in his portrait, i think i saw it in some of ypur video
For some reason I removed it from the Beta release, will return later. :)
Spoiler
-
Plugin update (build 300)
- minor improvements and fixes
- add ammo count indicator for weapons and skills
- new plugin parameter: Gold icon index
- new ABS params for skills: <cEonStart:X>, <cEonUse:X>
- new ABS params for enemies: <cEonStart:X>, <cEonEnd:X>, <cEonDeath:X>,<noMove:Z>, <noEmote:Z>
- test support YEP_ClassChangeCore plugin
- test support YEP_EnhancedTP plugin
*test support - mean that plugin work, but not full tested out.
For more information how use new ABS params (notetags) see build 300 description.
Using Common Events with skills or enemies now you can create more complex situations and development of events.
@Black Mamba
Spoiler
If the enemy revives, his image changes to normal.
Sweet! Awesome update Pheonix. Keep up the great work. - minor improvements and fixes
-
YEP_Critical Control should work, try on latest build.
when i do a critical show a diferent color number or show a picture in the back of number
-
@Pheonix KageDesu Can You post a demo please?
-
@Pheonix KageDesu Can You post a demo please?
There's a link in the first post, but here I just copied and pasted the link here
Download:
GitHub -
Oh, thank you @Meteodros :dizzy:
-
getting this error when enter in game and meet a enemy

never mind, it was a skill error -
Awesome update!! Hoho all the customization possibilities this has just unlocked.
-
Done, I was being a Wombat
-
hey man!
Thx for your awesome response! You help me alot in my game!
When I kill an enemy, I set my light off plugin from terrax lighting so the lighting disappear when I loot him. But when the enemy revives, the lighting comes back where the enemy was killed :/
Thank you! :) -
Loving all the updates. Any plans to add movement skills to the mix?
I would love to make a grappling hook device, platform jumping, and charging/leaping attacks to the mix. -
This whole plugin has been amazing, I have to give another shout out to Phoenix for this one. I have two questions though.
Is it okay to modify this for a commercial project? I'm trying to add a weapon wheel/ switch on the fly option and is there already a way to make weapons stay out when equipped or is that something I should work on adding? I love this ABS and want to make it better if that's cool. -
Any plans to add movement skills to the mix?
@Kyletok gave me some ideas (see page 4), I'll try some of them.
Is it okay to modify this for a commercial project?
It is okay, but for using this plugin in commercial project you need another license. If you interested, send me PM.
I'm trying to add a weapon wheel/ switch on the fly option
I'm doing it, will be in the next update. I also use wheel system for weapon change. I am very interested in your idea, maybe show some screenshots and description of how you implemented. (PM or forum)
When I kill an enemy, I set my light off plugin from terrax lighting so the lighting disappear when I loot him. But when the enemy revives, the lighting comes back where the enemy was killed :/
The problem is still actual? If you haven't found a solution using Terrax lighting plugin, I can work something out.
I love this ABS and want to make it better if that's cool.
Thanks. -
I tried pretty much everything and the problem is still here for the terrax lighting :/ Can you find what is the problem? :)
-
I have this problem when running the script in browser:

I don't have this problem when playtesting in the maker tool.
What's causing this?
EDIT:
Here's the error in context.

This only appears when playing using the 'index.html', and this Syntax Error will apply to every instance of 'super();' in the script. -
@Hikaru , maybe reason in ECMAScript 6, your browser probably does not support this.
I tried pretty much everything and the problem is still here for the terrax lighting :/ Can you find what is the problem?
How you turn off light? I tried to do same, but the light does not appear in place where enemy been killed. Light appear on enemy where it revive.