HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Abilities that cast eachother?

10-26-2004, 04:28 AM#1
HexenLordX
This sounds wierd, but I cannot figure it out!

I made two abilities both based off of channel. Renamed them, put in their stats.. etc.

When I cast one of them, it casts the other ability instead! I can only use it after casting it once and activating the cooldown for the other ability. It looks kinda wierd when I go to cast a beam on a unit and end up using the other ability instead. Does anyone have any clue what causes this?
10-26-2004, 05:07 AM#2
Guest
Quote:
Originally Posted by HexenLordX
This sounds wierd, but I cannot figure it out!

I made two abilities both based off of channel. Renamed them, put in their stats.. etc.

When I cast one of them, it casts the other ability instead! I can only use it after casting it once and activating the cooldown for the other ability. It looks kinda wierd when I go to cast a beam on a unit and end up using the other ability instead. Does anyone have any clue what causes this?

You can't use the same ability to make two. Each ability has its own code and when you copy it the copys use the same code and get messed up.

If you can copy two different abilitys so they dont mess each other up.
10-26-2004, 05:36 AM#3
Luzif3r
actually you can use channel two times by changing the orderstring. that doesnt work on other abilities tho.
10-26-2004, 06:03 AM#4
HexenLordX
Actually, channel can be used for several abilities.
10-26-2004, 06:05 AM#5
logik
yep, you have to chage the order string to another ability...

for example, if you have 1 as warstomp and the other as blink... the unit with the channel spell with the orderstring of blink cannot use the spell blink or any other spell based off of it.
10-26-2004, 06:39 AM#6
Guest
Ok so I don't know everything. I was just saying what I know from my limited Knowledge. :(
10-26-2004, 03:10 PM#7
Panto
So, HexenLordX, I take it you did change their Data - Orderstring values?
10-26-2004, 04:48 PM#8
Vexorian
Quote:
Originally Posted by Panto
So, HexenLordX, I take it you did change their Data - Orderstring values?
Actually the field to be changed is data - Base order id
10-26-2004, 08:21 PM#9
Panto
Indeed, my bad, didn't have the WE open.
10-27-2004, 02:59 AM#10
HexenLordX
does the base order ID change anything to do with the ability or its effects? If not.. couldn't I just set the base order ID to none for both of them, so they wouldn't conflict with eachother?
10-27-2004, 03:09 AM#11
Panto
It has nothing to do with the effect of the ability, only make sure that they don't conflict with any other abilities. I reckon if you set them both to none, they might conflict with each other. So set one to, like, coupletarget and one to divineshield, or whatever abilities you're not using.
10-27-2004, 03:12 AM#12
HexenLordX
Alright that clears everything up.

Thanks a lot Panto.