Ellye's ATB (also includes CTB option)

Rito

Veteran
Veteran
Joined
Jun 29, 2015
Messages
107
Reaction score
50
First Language
French
it looks like a conflict with other plugins.

Ellye the god will surely correct that.
 

Ghost of Christmas Kloe

The Icecream Princess
Veteran
Joined
Nov 15, 2015
Messages
1,548
Reaction score
957
First Language
English
Primarily Uses
RMMZ
Actually, yeah, I got that error once... I cant remember how I fixed it...  :(
 

Mellye

Veteran
Veteran
Joined
Oct 24, 2015
Messages
347
Reaction score
279
First Language
Portuguese
Hmm, the invalid script call seems to be coming from "jay_xdualtechs_forellyeatb.js". Can you link me to that script?

I'll take a look - perhaps it was done with a previous version of my ATB in mind and something broke.
 

Ghost of Christmas Kloe

The Icecream Princess
Veteran
Joined
Nov 15, 2015
Messages
1,548
Reaction score
957
First Language
English
Primarily Uses
RMMZ
Hmm, the invalid script call seems to be coming from "jay_xdualtechs_forellyeatb.js". Can you link me to that script?

I'll take a look - perhaps it was done with a previous version of my ATB in mind and something broke.
Its meant to be the compatibility between Jay's Dueltech and this... how ironic...

EDIT: It Can be found HERE
 
Last edited by a moderator:

Mellye

Veteran
Veteran
Joined
Oct 24, 2015
Messages
347
Reaction score
279
First Language
Portuguese
Okay, I think I know what's happening, I'll get in touch with HeroicJay.
 

Tsunar

Villager
Member
Joined
Jun 21, 2013
Messages
15
Reaction score
3
First Language
English
Primarily Uses
yup! I just turned the script off and now everything working! Thank you guys so much for the help! =D The ironic thing is his script says its compatible with yours >.<
alo thanks for being so patient with me, I only started MV like afew days ago...
 

HeroicJay

Veteran
Veteran
Joined
Jun 23, 2014
Messages
322
Reaction score
177
First Language
English
Primarily Uses
RMMV
It's fixed. Sorry, guys, it was a bit hasty and not thoroughly tested. Go ahead and let me know about any more bugs you find; I'm going to try to overhaul the extension a bit by the end of the week. (I already know that dualtechs may behave oddly if you speed up or slow down one character's skill charge bar without changing the other in the same way, so you don't need to tell me about that one.)
 
Last edited by a moderator:

Rito

Veteran
Veteran
Joined
Jun 29, 2015
Messages
107
Reaction score
50
First Language
French
I am having a slight problem with the window of the characters.

Indeed, it opens and closes with each change of images.

 

I would like to know if there is a way not to activate this window until I asked him, ie at the end of the tutorial.

 
 
Last edited by a moderator:

clitvin

Veteran
Veteran
Joined
Oct 26, 2015
Messages
104
Reaction score
13
Primarily Uses
Would it be possible for turn states to ignore half tuns.

I'm going to try to explain what I mean, and hopefully it makes sense... because it's a bit confusing.

If I cast a skill that lasts 3 turns, the buff goes on with a 3 turn timer, but if the turn ends a second later, that timer is already been decreased to 2, even tho it has not been a whole turn for the skill.

So sometimes, especially for 1 turn states, they last unusually short. It think the easiest solution is to add to the state timer the amount of time left in the current turn, so it would be 3 turns + some minor amount of AT. Which would equal out to eventually mean the skill lasts exactly 3 turns from when it was cast...

Let me know if that makes no sense and I'll do my best to explain it another way.
 

Villhelm

Veteran
Veteran
Joined
Nov 13, 2015
Messages
70
Reaction score
35
First Language
English
First off, I'm really enjoying this plugin, keep up the great work!

I'm not sure if this is a bug or a known limitation, but I'm encountering the following with a two skill sequence (I'm currently on version 2015-11-20-1808 and will try to update when I have time to see if it still persists) :

- Skill A is a basic single target damage skill.

- Skill A has an effect to call a Common Event that Force Action: Actor, Skill B, Last Target

- Skill B is a spell with <cast_time:50000> (the max ATB gauge value)

When performing this sequence, Skill B seems to skip the cast time. I have used Skill B in isolation and the cast time is correctly applied.

I have reproduced this issue in a project with all other plugins deleted so I don't think it's a compatibility issue.
Yeah, as it is right now, Force Action will indeed override casting time.

I'll see what I can do about that!
Just wanted to check in and see if you've had a chance to look into this at all.

Also, I'm encountering an issue with trying to assign AT costs for individual skills. I'm using the <self_atb:x> notetag and everything works fine for certain hits or user targeted skills. I'm running into some limitations when using this for attack skills however.

1) The <self_atb:x> notetag seems to be contingent on the attack successfully landing. I have some skills that I would like to have a reduced cost for regardless of hit success.

2) If additional hits are added through traits (i.e. Attack Times +), then the <self_atb:x> notetag causes multiple instances of AT refunding.

Is there any way to specify a 'true' AT cost for an attack skill, regardless of number of hits or successfully landing it?
 

Mellye

Veteran
Veteran
Joined
Oct 24, 2015
Messages
347
Reaction score
279
First Language
Portuguese
Would it be possible for turn states to ignore half tuns.

I'm going to try to explain what I mean, and hopefully it makes sense... because it's a bit confusing.

If I cast a skill that lasts 3 turns, the buff goes on with a 3 turn timer, but if the turn ends a second later, that timer is already been decreased to 2, even tho it has not been a whole turn for the skill.

So sometimes, especially for 1 turn states, they last unusually short. It think the easiest solution is to add to the state timer the amount of time left in the current turn, so it would be 3 turns + some minor amount of AT. Which would equal out to eventually mean the skill lasts exactly 3 turns from when it was cast...

Let me know if that makes no sense and I'll do my best to explain it another way.
Due to this situation, it's better to use either <atb_duration:50000> or Action End instead of Turn End for states like that.

The first method (<atb_duration:50000>) means that it will always last exactly one whole turn, no matter if it starts near the end of one or not.

Action End means that it will always influence an action.

1) The <self_atb:x> notetag seems to be contingent on the attack successfully landing. I have some skills that I would like to have a reduced cost for regardless of hit success.
2) If additional hits are added through traits (i.e. Attack Times +), then the <self_atb:x> notetag causes multiple instances of AT refunding.

Is there any way to specify a 'true' AT cost for an attack skill, regardless of number of hits or successfully landing it?
That's a pretty good suggestion - I'll try to add another notetag for this!

Regarding the "Force Action", I haven't changed that yet - I have a bundle of pending bufixes, and I'll add this one too as soon as possible.
 

clitvin

Veteran
Veteran
Joined
Oct 26, 2015
Messages
104
Reaction score
13
Primarily Uses
Due to this situation, it's better to use either <atb_duration:50000> or Action End instead of Turn End for states like that.

The first method (<atb_duration:50000>) means that it will always last exactly one whole turn, no matter if it starts near the end of one or not.

Action End means that it will always influence an action.
The reason I was using turns instead of atb_duration is cause i want to show the number of turns left on the state icon which atb_duration cant do.
 

Ghost of Christmas Kloe

The Icecream Princess
Veteran
Joined
Nov 15, 2015
Messages
1,548
Reaction score
957
First Language
English
Primarily Uses
RMMZ
Using this with Yanfly Battle Actor Status means our ATB guages dissapear from the actor status window for some reason... Is there a way to fix this?  :distrust:
 

PaybacK

Fire Crazed
Veteran
Joined
Oct 26, 2015
Messages
64
Reaction score
12
First Language
English
Primarily Uses
This is probably outside the scope of the script (not too good with JS) but would it be possible to implement mid-battle party switching? In FFX, if you'll recall, it's possible to switch the active character with a reserve member without losing their turn. Would that be possible to recreate?
 

Ghost of Christmas Kloe

The Icecream Princess
Veteran
Joined
Nov 15, 2015
Messages
1,548
Reaction score
957
First Language
English
Primarily Uses
RMMZ
This is probably outside the scope of the script (not too good with JS) but would it be possible to implement mid-battle party switching? In FFX, if you'll recall, it's possible to switch the active character with a reserve member without losing their turn. Would that be possible to recreate?
With Yanfly Party Manager and this script, that is automatically available, if you have the escape/fight menu parameter on!
 

clitvin

Veteran
Veteran
Joined
Oct 26, 2015
Messages
104
Reaction score
13
Primarily Uses
When trying to escape the actors don't lose any AT, so you can just keep trying to escape over and over again until you succeed. Is there any way to fix this?
 

Mellye

Veteran
Veteran
Joined
Oct 24, 2015
Messages
347
Reaction score
279
First Language
Portuguese
When trying to escape the actors don't lose any AT, so you can just keep trying to escape over and over again until you succeed. Is there any way to fix this?
This bugs happens only when used with Yanfly's.

I'm making a bigger compatibility patch to fix this and a handful of other compatibility issues, but those last few weeks of December are a bit harsh on my schedule. I'll release it as soon as possible.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 2)

Latest Threads

Latest Posts

Latest Profile Posts

Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect
I have gathered enough feedback from a few selected people. But it is still available if you want to sign up https://forums.rpgmakerweb.com/index.php?threads/looking-for-testers-a-closed-tech-demo.130774/

Forum statistics

Threads
105,992
Messages
1,018,195
Members
137,773
Latest member
Kirakirna
Top