• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] Get target with finishes casting event

Status
Not open for further replies.
Level 7
Joined
Mar 8, 2009
Messages
360
Is there a way to get the target with a finishes casting event? I have a spell with a casting time and when it ends some dummy units need to cast several abilities on the target location.

I'm also looking for a vJass tutorial, even though my first jass experience is only 1 week old (but already learned java at school).
 
Level 4
Joined
Jun 8, 2007
Messages
89
I can't say that I know of a way to grab the unit of a spell finish event (I have been led to believe several times that there isn't one), but with the clever use of a few timers, and the "EVENT_PLAYER_UNIT_SPELL_EFFECT" event, you can probably reach the same destination. If you find out an easier way, I'd like to know it to... :wink:
Edit: Also, I learned vJass at the same time as I did regular Jass, and while I don't really have any specific tutorials on hand, I really liked the ones at Warcraft 3 Campaigns, especially if you are into spell type tricks.
 
Status
Not open for further replies.
Top