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

(probally new o.O) reducing casting time = agility

Status
Not open for further replies.
Level 4
Joined
Aug 3, 2008
Messages
58
(probally new o_O) reducing casting time = agility (still need help t_t)

i need help making a trigger that reduces the casting time of an ability. the ability's casting time is going to be 2 or 3(undecided) and if the caster levels or gets an agi tome then the casting time will be reduced by a tiny bit. like +1 agility=casting time - .1 Tyvm~!!!:O
 
Last edited:
Level 6
Joined
Nov 7, 2007
Messages
39
make the ability with (your maximum agility here) levels. Make each subsequent level have a .1 less casting time than the last. Then, for your trigger, do the following

  • Untitled Trigger 001
    • Events
      • Time - Every 2.00 seconds of game time
    • Conditions
    • Actions
      • Unit - Set level of (your ability) for (your hero) to (Agility of (your hero) (Include bonuses))
there are other more efficient ways you can use the event, but this one is the most customizable.
 
Level 19
Joined
Aug 24, 2007
Messages
2,888
Make It channeling

Unit Starts Effect of Ability
if Ability is blabla
Wait <default duration> - Agility of Triggering Unit
If Current order of Triggering Unit is equal to <casting order of spell>
then create a dummy and make it cast spell
and order triggering unit to stop
 
Status
Not open for further replies.
Top