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

How do I make hosile computers cast certain spells?

Status
Not open for further replies.
Level 6
Joined
Mar 18, 2005
Messages
153
try something like

Code:
Unit - Order Gelidus The Cold Foci 0030 <gen> to Night Elf Demon Hunter - Mana Burn Melth the Leviathan of Kal'Nar 0062 <gen>

(its unit - issue order targeting a unit)
of course your spell isnt exactly manaburn. but spells are usually just modified default spells (e.g. make negative regeneration for unholy aura and make it target only enemies). therefore u have to select the basespell which is used as basement for ur customspell. if u dont know the basespell (maybe its an imported spell?) just copy the name of the spell, set it to default, read its original name and paste the custom name again.
remember, some spells dont target units. u have to pick another "unit - issue order" in case its based on death&decay etc.
 
Status
Not open for further replies.
Top