Page 1 of 1

No Cooldown

Posted: October 1st, 2010, 9:37 pm
by Agent666
Recently I saw a map without skill cooldown and mana cost. I'd like to do this too but I don't know how. I searched the net but I haven't found anything. This is the map I was talking about.
http://www.makemehost.com/ShareMaps/Anime%20Rpg%20NC.w3x

Re: No Cooldown

Posted: October 1st, 2010, 11:39 pm
by haxorico
Some cheatpacks also have cooldown cheats, its not a big problem.
If you are at your own map, at the skill editor, just set the skill you want to 0 cooldown.
If you want it by cheat, just insert JJ2197's Cheat Pack.
If you want to learn how to do it by jass/GUI, lemme know.

Re: No Cooldown

Posted: December 14th, 2010, 6:05 pm
by Agent666
sorry for refreshin but 2 months ago I resigned but now I'm going to start it once again
haxorico wrote:If you are at your own map, at the skill editor, just set the skill you want to 0 cooldown.
If you want to learn how to do it by jass/GUI, lemme know.

these are 2 options that interest me (I'm not sure if the first one is going to work) so if someone could help me I will really apreciate it

Re: No Cooldown

Posted: December 22nd, 2010, 7:33 am
by haxorico
Well the easyest way to make ALL skills CD to 0 is by trigger, if not for all I recommend going to the unit editor, choose the skills tab, and over there just set the CD to 0 (along side the other stuff you may want)

If it is by trigger, then look at JJ's CP for how it is done, if you want it in short.

Event:
A unit casts a spell
Condition:
spell = (spell name) (use this if you want it for certain spells or for certain players or w/e)
Actions:
Set cooldown of (GetTriggerUnit) to 0.

This isn't a fulll trigger if I may, and I myself hate GUI, tough it should help you get started in knowing the direction you need to go.

Re: No Cooldown

Posted: December 24th, 2010, 11:53 am
by Agent666
how do a trigger for all spells look?

Re: No Cooldown

Posted: December 24th, 2010, 3:42 pm
by UndeadxAssassin
Just look in JJ's CP. Look at the -nocd command, since that works for all spells owned by you

Re: No Cooldown

Posted: December 26th, 2010, 4:01 am
by haxorico
If its for all spells, remove the condition.