Jump to content

Add Magic Effect Animation to Miscellaneous Items?


sp0ckrates

Recommended Posts

Hi. I'm wondering if there is any script I can add to a miscellaneous item to make it play an animation, such as the poison cloak effect of the Ebony Mail.

 

I tried this, and the message showed, but the animation didn't play on the miscellaneous item:

Event OnLoad() 
    Debug.Notification("Item loaded!")
    PlayAnimation("MyAnimation")
EndEvent

I tried this, but it appears to only work for aimed spells, not cloak spells.

Event OnLoad()
     MyCloakSpell.Cast(Self,CurrentTarget)
EndEvent
Edited by sp0ckrates
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...