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

unitaddability's not working..

Status
Not open for further replies.
Level 12
Joined
Oct 16, 2010
Messages
680
JASS:
call UnitAddAbility(.spellDummy,FFB_SLOWSPELL_ID)
call UnitAddAbility(.spellDummy,FFB_BURNSPELL_ID)
call SetUnitAbilityLevel(.spellDummy,FFB_SLOWSPELL_ID,.lvl)
call SetUnitAbilityLevel(.spellDummy,FFB_BURNSPELL_ID,.lvl)
call IssueTargetOrderById( .spellDummy,FFB_SLOWSPELL_ID, .target)
call IssueTargetOrderById( .spellDummy,FFB_BURNSPELL_ID, .target)

earlyer I managed to achieve that the unit actually got the spell but simply doesen't give a shit to the order...
 
Status
Not open for further replies.
Top