Custom Abilities

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Daikynn
Newcomer
Posts: 7
Joined: April 30th, 2010, 5:02 pm

Custom Abilities

Post by Daikynn »

Sorry if this is already posted somewhere, I couldn't find it.

I'm building a new map from the ground-up and I'm looking to customize Hero abilities - i.e. create an aura that combines a powered up version of True Shot and Vamp, or create an ability that summons custom units. I've seen this done in other maps, but I can't figure out how to do it. Can someone point me in the right direction? From what I've seen I think its something to do with one of the .mpq files, but I can't extract them to where I can edit the file.

Thank you!
User avatar
haxorico
Super Moderator
Posts: 3195
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND
Been thanked: 1 time

Re: Custom Abilities

Post by haxorico »

I'm not that good at abilities. I never got too much in to it. But for the most part. You can do that using triggers.

Code: Select all

Event:
A unit learns a new ability
Condition:
Ability = (the ability you want to edit)
Actions:
//What you want it to do. Depends on what you want.
I heard some stuff about using a dummy ability (an empty ability with nothing in it or something) but as I stated on the start. I never got too much into it.
Image
Spoiler:
(02:24:09)

Code: Select all

ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).

Code: Select all


(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac: 

Code: Select all

(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code: Select all

(15:42:51) Lanaya: can i suck , . . .

Code: Select all

(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code: Select all

GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code: Select all

(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?
Daikynn
Newcomer
Posts: 7
Joined: April 30th, 2010, 5:02 pm

Re: Custom Abilities

Post by Daikynn »

Hmm... I might be able to make that work. Do you know if there's a way to add a new ability using triggers, instead of editing the properties of an existing one?
User avatar
Syre
Forum Staff
Posts: 506
Joined: November 17th, 2008, 3:49 pm

Re: Custom Abilities

Post by Syre »

Since your making the map yourself and have full access to the object editor, you dont have to create new abilities with triggers. Open the object editor, click the abilities tab, then press "new custom ability" or ctrl+shift+n. Then make the base of the ability the type you want (For example, for auras pick an aura, or a single target something like storm bolt). Then set the stats of the ability to nothing to make it a dummy ability, and then make the trigger that haxorico has posted using the new ability.

Edit : Forgot to mention, just dont add the same base ability to a single char (Like, two modified storm bolts). It will cause the cooldowns to overlap and can cause problems casting.
Image
Daikynn
Newcomer
Posts: 7
Joined: April 30th, 2010, 5:02 pm

Re: Custom Abilities

Post by Daikynn »

I realize I'm about to sound like an idiot, but... Where is the abilities tab? I'm in the Object Editor right now and I can only see the Units and Items tabs. Do you think its because I'm running RoC instead of TFT?
User avatar
Syre
Forum Staff
Posts: 506
Joined: November 17th, 2008, 3:49 pm

Re: Custom Abilities

Post by Syre »

Oh..yeah that would explain it. In RoC there is no abilities tab. If you've seen abilites that have multiple effects in RoC then the only way it could have been done would be by triggers or perhaps it was done by items using stacked buffs..I don't have access to a RoC editor, so im unable to see which triggers are there and such..sorry i cant be of more help on that subject.

Well, with a little bit of research i found that it is possible to edit the skills, however..it will not be easy..take a look here
http://www.gamefaqs.com/pc/256222-warcr ... faqs/23791. If your going this route..i wish you luck.
Image
Daikynn
Newcomer
Posts: 7
Joined: April 30th, 2010, 5:02 pm

Re: Custom Abilities

Post by Daikynn »

Nah I saw it on TFT. I won't be home for about a week, and the computer I'm stuck on for now only has RoC. I'll probably just end up waiting to deal with the abilities. Thanks for the help