HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Question about a spell...

01-09-2003, 10:30 PM#1
Guest
Ok, i am wondering if this can be done:

I want to edit a spell tot he point where when the player casts it the spell casts BOTH bloodlust and unholy frenzy. Any way of doing this?(this spell is for a hero by the way)
01-09-2003, 10:43 PM#2
rwxr-xr-x
Quote:
Originally posted by Titan
Ok, i am wondering if this can be done:

I want to edit a spell tot he point where when the player casts it the spell casts BOTH bloodlust and unholy frenzy. Any way of doing this?(this spell is for a hero by the way)


You could do the following...

EVENTS
Unit - A unit owned by Player 1 (Red) is issued an order targeting an object
CONDITIONS
(Issued order) Equal to Orc Shaman - Bloodlust
ACTIONS
Unit - Order (Triggering unit) to Undead Necromancer - Uhnoly Frenzy (Target unit of issued order)
01-09-2003, 10:48 PM#3
Guest
I have thought of making a trigger that does somethign simliar to that, but i was wondering if it were possible through spell editing. If it's not then i will turn to using a trigger for Unholy Frenzy.
01-09-2003, 10:50 PM#4
rwxr-xr-x
Quote:
Originally posted by Titan
I have thought of making a trigger that does somethign simliar to that, but i was wondering if it were possible through spell editing. If it's not then i will turn to using a trigger for Unholy Frenzy.


You will have to use triggers to force another spell to be cast on top of the one you already did cast.
01-10-2003, 12:23 AM#5
Dinadan87
Quote:
Originally posted by Titan
I have thought of making a trigger that does somethign simliar to that, but i was wondering if it were possible through spell editing. If it's not then i will turn to using a trigger for Unholy Frenzy.


It's easier to just make a trigger for simple custom spells. It doesn't add as much map space, and in my opinion it's a little more reliable (but I guess I'm just not very good at spell editting, and I am good at triggers :P)
01-10-2003, 01:22 AM#6
Ultramagnetic
Can't he make a custom item that casts both spells, then make it into a hero spell?


I've seen custom items with as many as 3 auras on them at once before so I'm guessin' it can be done with spells too...
01-10-2003, 02:03 AM#7
Guest
That is what i am trying to do. I have taken the Bloodlust stuff and transformed it basically into what i want(description, name, etc.), but i do not know if i can add a second spell to be cast when the icon is clicked. I turned the bloodlust into a hero ability(i copied the bloodlust stuff of course0 and then added the hero ability stuff. Soemwhere along there somethin got screwed up now and none of the orc abilities are showing up now. Once i placed the orcabilityfunc.txt and the orcabilitystrings.txt in the Units folder in my wc3 directory. i gotta be missing something:( :(