Item Cooldowns

Kaliya

// Caffeine Overload
Developer
Joined
Nov 1, 2015
Messages
506
Reaction score
566
First Language
English
Primarily Uses
RMMV




This is a plugin that enables you to create cooldown and warmup effects for items. It is inspired and based off Yanfly's Skill Cooldowns and as such shares much if not all of the same feature set. Item Cooldowns are used for items to prevent them from being used for a number of turns after usage. You are able to set a warm up time as well for the items during battle. This will prevent the player from being able to use items that have a warm up until the warm up time has been reached. Cooldowns are also taken into account outside of battle, and like Skill Cooldowns can be reduced by walking around maps if you so choose to make it. Again much like skill cool downs, different database object are able to affect the amount of warm up and cooldown time left on items.
 ​
To get more information, and a link to the plugin please visit my blog for the Anima Framework here
 ​
 ​
 ​
attempting...to try to post plugins like this for the time being, we'll see how it goes/if its better suited for me :)
 

Ilan14

Veteran
Veteran
Joined
Nov 28, 2015
Messages
220
Reaction score
69
First Language
Spanish
Ehm... For some reason, the page linking to the blog doesn't load... :(
 

Kaliya

// Caffeine Overload
Developer
Joined
Nov 1, 2015
Messages
506
Reaction score
566
First Language
English
Primarily Uses
RMMV

Ilan14

Veteran
Veteran
Joined
Nov 28, 2015
Messages
220
Reaction score
69
First Language
Spanish
Thanks! :)

I'm using Chrome too, but every time I put the link, no matter how much I wait, the page is still loading...

EDIT: Wait! Now the link works. That's... weird... XD
 
Last edited by a moderator:

Solis

Veteran
Veteran
Joined
Oct 24, 2015
Messages
376
Reaction score
84
First Language
English
Can you have a global cool down on all items
 

Kaliya

// Caffeine Overload
Developer
Joined
Nov 1, 2015
Messages
506
Reaction score
566
First Language
English
Primarily Uses
RMMV
Can you have a global cool down on all items
Yes you can! That was a feature in Skill Cooldowns (what this was based off) and as such can be applied here. The only feature that this currently doesn't support is the usage of Action Sequences to reduce or apply cooldowns, but I will be adding that next update.
 

Drackomordain

Villager
Member
Joined
Apr 23, 2014
Messages
21
Reaction score
5
First Language
English
I just wanna say Liquid, I really appreciate your particular plugin choices. Maybe it's just fate, but they always seem to mix extremely well with my project. Keep on doing what you do
 

Jrrkein

Insert Witty Title Here
Veteran
Joined
Apr 20, 2014
Messages
166
Reaction score
39
First Language
Indonesia
Primarily Uses
RMMV
I have a problem with the cooldown plugin. Let's say I used a potion which have 3 turns of cooldown after several turn passed, the countdown didn't decrease and the number didn't change either it may go same with warmup effect.
 

Kaliya

// Caffeine Overload
Developer
Joined
Nov 1, 2015
Messages
506
Reaction score
566
First Language
English
Primarily Uses
RMMV
I have a problem with the cooldown plugin. Let's say I used a potion which have 3 turns of cooldown after several turn passed, the countdown didn't decrease and the number didn't change either it may go same with warmup effect.
I can not replicate this, can you please be more specific. What are your plugin parameters as well as what other plugins are you using?
 

Jrrkein

Insert Witty Title Here
Veteran
Joined
Apr 20, 2014
Messages
166
Reaction score
39
First Language
Indonesia
Primarily Uses
RMMV
I have a item with the tag <cooldown: 2> and the item cooldown counter did not decrease, but exactly still and I didn't change the parameters

The plugins I'm using:

  • All yanfly plugin
  • Vampiric/Zombie State
  • Hime Elemental Negotiate
and there's many more which is too much to list.
 

Kaliya

// Caffeine Overload
Developer
Joined
Nov 1, 2015
Messages
506
Reaction score
566
First Language
English
Primarily Uses
RMMV
Please show me a screenshot of the list, another plugin may be breaking Item Cooldowns, because everyone I've talked to this works fine as well as me trying to replicate your bug.  Depending on the order of your plugins another plugin may be overwriting functions.

Edit: or better yet, upload your JS and Data folders and send me a  link to them if you will, or if you prefer to game  your game data private, make a replica project and just make the bug occur with minimal data.
 
Last edited by a moderator:

Jrrkein

Insert Witty Title Here
Veteran
Joined
Apr 20, 2014
Messages
166
Reaction score
39
First Language
Indonesia
Primarily Uses
RMMV
Have this been issued a patch.



The cooldown counter doesn't decrease after 1 turn pass and same for warmup. (This one is tested on Fresh Project and no other plugins included)
 
Joined
Dec 16, 2015
Messages
10
Reaction score
0
First Language
english
Primarily Uses
Thank you very much!


I solve the problem that it apply the 1.01 patch:)
 

Kaliya

// Caffeine Overload
Developer
Joined
Nov 1, 2015
Messages
506
Reaction score
566
First Language
English
Primarily Uses
RMMV
Have this been issued a patch.

The cooldown counter doesn't decrease after 1 turn pass and same for warmup. (This one is tested on Fresh Project and no other plugins included)
No, because I did not know anything about your setup, as you didn't provide me with any relevant or useful information to debug the cause of your error. My development environment for plugins isn't a "Fresh Project" so I may accidentally add dependencies for the plugin without realizing it. This isn't so much one of those cases, however I will fix your bug in the next update.
 

Column

Veteran
Veteran
Joined
Dec 11, 2015
Messages
80
Reaction score
20
First Language
Engrish
Hey Liquid! You said this was based off a Yanfly cooldown script.. was the the vxa script or is there one for MV? If there is, could you point me in the right direction? If not, could this be modified to work on skills? I don't want my characters to be able to spam their super moves every turn!
 

Kaliya

// Caffeine Overload
Developer
Joined
Nov 1, 2015
Messages
506
Reaction score
566
First Language
English
Primarily Uses
RMMV
Hey Liquid! You said this was based off a Yanfly cooldown script.. was the the vxa script or is there one for MV? If there is, could you point me in the right direction? If not, could this be modified to work on skills? I don't want my characters to be able to spam their super moves every turn!
It was based off the MV one, which you can find at Yanflys website: http://yanfly.moe
 

Column

Veteran
Veteran
Joined
Dec 11, 2015
Messages
80
Reaction score
20
First Language
Engrish
Oooooh thanks! I didn't realize they made one for MV yet!!
 

Kaliya

// Caffeine Overload
Developer
Joined
Nov 1, 2015
Messages
506
Reaction score
566
First Language
English
Primarily Uses
RMMV
Have this been issued a patch.

The cooldown counter doesn't decrease after 1 turn pass and same for warmup. (This one is tested on Fresh Project and no other plugins included)
Your issue has been fixed in the latest version, please update.

I've updated the plugin to v1.02, which fixes some bugs and adds a new type of cooldown.

Party Cooldowns

These are cooldowns that you can apply to the entire party upon the usage of an item. They function similarly to other cooldowns, except for the fact that its for the entire party, and the entire party contributes to the increase, or decrease to the cooldown rates and durations via states and other affectors. Please see the new note tag documentation, and the help for more info. Please be aware that these cooldowns are experimental currently and may be buggy, please report all issues you have with them.

You can get the latest version via the plugins page, see opening post.
 

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

Latest Threads

Latest Profile Posts

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD

Forum statistics

Threads
105,868
Messages
1,017,072
Members
137,578
Latest member
JamesLightning
Top