• 🏆 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!

Trigger!!

Status
Not open for further replies.
Level 1
Joined
Mar 23, 2006
Messages
2
This is kinda of Trigger Request/Help. So I thought it would be good in Requets. Anyway, I am having hard time multiplying the stats then divide it after a period of time, similar to DBZ Tribute Ultra. In that game, you go "ss" then revert. That is excatly what i wanted. You can send me a trigger or whatever in a way that would help me. Thanks

Deathreaper945
 
Level 21
Joined
Aug 21, 2005
Messages
3,699
Or you could do it the hard way: by making a trigger...

Event: Unit finishes casting an ability (make a dummy ability ofcourse)
Action: Modify Hero Atribute - Set <unit casting the ability>'s strength to <unit casting the ability>'s strength * 2
Wait X seconds
Modify Hero Atribute - Set <unit casting the ability>'s strength to <unit casting the ability>'s strength / 2

If the hero is not unique (e.g. can be trained by all 12 players), you should use arrays & variables
 
Status
Not open for further replies.
Top