No Cooldown
Moderator: Cheaters
-
- Newcomer
- Posts: 14
- Joined: November 2nd, 2008, 7:52 pm
- Title: mahou shoujo
- Location: Halinów
No Cooldown
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/Ani ... g%20NC.w3x
http://www.makemehost.com/ShareMaps/Ani ... g%20NC.w3x
-
- Super Moderator
- Posts: 3196
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: No Cooldown
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.
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.
-
- Newcomer
- Posts: 14
- Joined: November 2nd, 2008, 7:52 pm
- Title: mahou shoujo
- Location: Halinów
Re: No Cooldown
sorry for refreshin but 2 months ago I resigned but now I'm going to start it once again
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 ithaxorico 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.
-
- Super Moderator
- Posts: 3196
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time
Re: No Cooldown
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.
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.
-
- Newcomer
- Posts: 14
- Joined: November 2nd, 2008, 7:52 pm
- Title: mahou shoujo
- Location: Halinów
-
- Grammar King
- Posts: 2116
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: No Cooldown
Just look in JJ's CP. Look at the -nocd command, since that works for all spells owned by you
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Super Moderator
- Posts: 3196
- Joined: February 24th, 2009, 1:31 pm
- Location: JEW LAND
- Been thanked: 1 time