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

[Spell] Help me re-created a spell

Status
Not open for further replies.
Level 12
Joined
Jun 20, 2017
Messages
959
Now once upon last year I was working on a project with a few pals of mine. In a map one of them developed a spell called " Mindwreck ". This particular spell could only be used on a hero and made the hero unlearn every single skill he has learned and made him miss his attacks a certain percentage of the time, can you guys tell me how to recreate this spell?
 
Level 12
Joined
Mar 24, 2011
Messages
1,082
You need a single-target ability with only Heroes as allowed targets.
I am not sure if you can use the "curse" from banshees as non-auto cast.
If you can, use this for the miss %, otherwise use customized Channel.

Trigger:
  • Events
    • Unit starts teh effect of an ability
  • Conditions
    • Ability being cast equal to Mindwreck
  • Actions
    • Reset the target skills
    • If you cannot use Curse for the base ability
      • Create Dummy unit with Curse
      • Order dummy unit to Curse the target unit of ability being cast
I know that "reset the target skills" is very vague, but I am not sure if you will have to reset all skills in the game for the unit or you there is an action to lower only the skills for the target unit. If the later is not possible, you'll have to create a huge overhead storing references with all skill that can be affected by this.
 
One can use Tome of Retraining 'tret' to unlearn all hero skills.
Create a clone of tome of retraing and set "powerup", to autouse it when gained.
On spellcast create the clone of the spell target.

Edit: One could also base the spell on drunken haze with instant missle (huge missle speed), if that auto cast form curse is unwanted.
 
Last edited:
Status
Not open for further replies.
Top