HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Question

01-22-2003, 09:12 PM#1
Guest
How do you modifie a UNIT spell to a hero spell ?
This is what I got so far and it's almost working .... I think

in AbilitieFunc.txt :
// Stim Pack
[A002]
Art=ReplaceableTextures\CommandButtons\BTNUnholyFrenzy.blp
Researchart=ReplaceableTextures\CommandButtons\BTNUnholyFrenzy.blp
Buttonpos=3,2
Researchbuttonpos=3,0
Order=unholyfrenzy

in AbilitieStrings.txt :
// Stim Pack
[A002]
Name=Stim Pack
Tip=S|cffffcc00t|rimpack
Ubertip="Increases the attack rate of a target unit by <Auhf,Data11,%>%, but drains <Auhf,Data12> hit points per second. |nLasts <Auhf,Dur1> seconds."
Hotkey=t
Researchtip="S|cffffcc00t|rim Pack - [|cffffcc00Level %d|r]"
Researchubertip="Boosts attack rate by <A002,Data11,%>%, but drains <A002,Data12> per second"
Researchhotkey=t

and in AbilitieData.slk I have set it to
a hero spell with a mininum required lvl of 6 to research it.