• 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.

Help with some spells/triggers

Status
Not open for further replies.
Level 2
Joined
Aug 15, 2004
Messages
30
Ok, there are a few spells and triggers I need help with. Let me explain how I'm doing this...

I'm making a more hardcore RPG, and right now I'm adding Hate (from more MMORPGs) into it. To do this I created a Leader Board for Player 12 (the enemys) and every spell and ability cast on a monster owned by Player 12 will increase the Hate number that player has on the Leader Board. The monster the players are fighting will attack the person with the highest Hate number on the Leader Board.

There are a few things I'm having trouble with though, mainly adding points to the Leader Board for each spell I cast. What I'm working on now is a single trget Taunt ability I made from Shadow Strike. It will have 20 levels, and each evel will increase the range and the amount of Hate you recieve when using it. What I did was create 20 different effects for Taunt, and have each level use a different effect. I then made a trigger (or at least tried to) that would make it so that depending on the level a different amount of hate would be added to the Leader Board. Now, I'm not the best triggerer in the world, so I need help with creating a trigger to do this. Getting the trigger down for this one would also let me create my other spells. So far what I have is:

Taunt Level 1
Events

Unit - Warrior 0000 <gen> Finishes casting an ability
Conditions
(Ability being cast) Equal to Taunt
Actions

Obviously I'm not done yet, I couldn't find a way to make a condition to check that a unit has a certain effect. I also haven't done much with Leader Boards, so I need to know how to add points onto it, all I can seem to do is set to it a specific amount of points.

Thanks for all the help, sorry I made this so long :|
 
Status
Not open for further replies.
Top