• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Unit Replacement Tutor (Very Easy)

Level 20
Joined
Jan 6, 2008
Messages
2,627
Ok, so evryone hates my tutors, but i dont care.. but here it is:
First make a spell, Custom Bladestorm only... Take away all the effects.. and now lets replace the guy with another:

  • Other Form
  • Events
    • Unit - A unit owned by Player 1 (Red) Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to Bladestorm
  • Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
      • If - Conditions
      • Then - Actions
        • Unit - Replace (Casting unit) with (Other Unit) using The old unit's relative life and mana
      • Else - Actions
  • Other Form
  • Events
    • Unit - A unit owned by Player 1 (Red) Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to Bladestorm2
  • Actions
    • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
      • If - Conditions
      • Then - Actions
        • Unit - Replace (Casting unit) with (First unit) using The old unit's relative life and mana
      • Else - Actions

For writing...
  • Other Form
  • Events
    • Player - A player types in -(Unit2) as an exact match
  • Conditions
    • (Unit-type of Triggering Unit)) Equal to Unit
  • Actions
    • Unit - Replace (Targeted Unit) with (Other Unit2) using The old unit's relative life and mana
  • Other Form
  • Events
    • Player - A player types in -(Unit) as an exact match
  • Conditions
    • (Unit-type of Triggering Unit)) Equal to Unit2
  • Actions
    • Unit - Replace (Targeted Unit) with (Other Unit) using The old unit's relative life and mana
 
Last edited:
Level 22
Joined
Feb 26, 2008
Messages
891
> evryone hates my tutors

Well, they aren't tutorials.
They're a trigger or two with an explanation.
It's not that they have no use - they might have some use. But they don't qualify as a tutorial.

You may have some problem with your If/Then/Else statements. Since you have no condition, the THEN actions will not be executed.
 
Level 10
Joined
Apr 13, 2008
Messages
711
About This Post...

I can understand why people may not like them, I'm not sure if they hate them. But next time, can you add like a description of what this trigger does, I'm not even sure what it's for. If you also wanted to make it somewhat like a tutorial, make a collection of like +5 triggers, that I believe would get more of people's interest.
 
Level 10
Joined
Feb 8, 2008
Messages
432
Ok, so evryone hates my tutors, but i dont care.. but here it is:

This ignorant attitute will get you no where. Obivously if you say we hate
your tutorials you know that they arn't helping very many people. Don't post
in tutorial submission if your not writing a full tutorial. And ignoring other users
thoughts, foodback, and crits will not let you improve your writing and will
come back negatively in the future. Take our advice and release a full fledged
tutorial.
 
Top