• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Spell Request +Rep

Status
Not open for further replies.
Level 4
Joined
May 31, 2009
Messages
109
can someone please do this spell for me
can i ask you guys to create this spell...
Spell Name:Wound Toss
Learn Hotkey:D
Levels:4
Description: When Sekk throws his powerful spear at an enemy, Sekk gains more damage on a single strike and damage the target overtime, If the cooldown is finished this spell will activate. Lasts 5 seconds.
Level 1:+10 damage, 16 seconds cooldown, 5 damage per second.
Level 2:+20 damage, 12 seconds cooldown, 10 damage per second.
Level 3:+25 damage, 8 seconds cooldown, 15 damage per second.
Level 4:+30 damage, 4 seconds cooldown, 20 damage per second.
Spell Icon:
Code:
ReplaceableTextures\PassiveButtons\PASBTNVorpalBlades.blp
Spell Effects:
Model(When Ready):
Code:
Abilities\Spells\Orc\Bloodlust\BloodlustTarget.mdl
JUST PUT THE MODEL(WHEN READY) ON HIS WEAPON.
Spell Type:passive/Active
Cooldown Time:16/12/8/4
More Information:The spell will activate everytime the cooldown is finished.
Just copy & paste the code for the icon and the model.
Thanks in Advance!!!:thumbs_up:
:spell_breaker::spell_breaker:
 
Level 13
Joined
Sep 14, 2008
Messages
1,407
MY big problem is the damage detection.

All you need is:

When spell is learned add an orb ability to the hero (with the right attack model)
and the special effects.

Now you detect the attack and damage of the hero and create a dummy unit which casts shadow strike e.g. (check if the hero has the orb spell when attacking)

Then remove the orb from the hero and the special effect and start a timer.

When the timer runs out add the orb again.
 
Level 4
Joined
May 31, 2009
Messages
109
MY big problem is the damage detection.

All you need is:

When spell is learned add an orb ability to the hero (with the right attack model)
and the special effects.

Now you detect the attack and damage of the hero and create a dummy unit which casts shadow strike e.g. (check if the hero has the orb spell when attacking)

Then remove the orb from the hero and the special effect and start a timer.

When the timer runs out add the orb again.
can you please create a test map
 
Status
Not open for further replies.
Top