[Spell] Permanent invisibility with duration

Status
Not open for further replies.
Level 13
Joined
Sep 11, 2013
Messages
467
Greetings again!
I've tried to make a MUI spell that makes the unit permanent inivible, but only for a duration of time and i fail so hard to make it..
I tried with dummy and channel, but i don't understand how to make it..


I put my test map below with all i did and nothing work:)

The help will be appreciated!:peasant-bowing:
 

Attachments

  • Invisibility Problem.w3m
    120.2 KB · Views: 4
Level 6
Joined
Jul 7, 2006
Messages
25
Ok so the problem your having with your spell is issues with your dummy unit casting the dummy buff. what's happening is due to the animation and turning required to cast the dummy spell the buff is causing the buff to be applied after periodic triggers checks for the buff, causing the unit to be removed from the group instantly, also the reason the unit isn't losing invisibility is because your trigger is removing it from triggering unit rather than picked unit.

The fixes are as follows
  • Unit - Remove Ghost from (Triggering unit)
Should Be:
  • Unit - Remove Ghost from (Picked unit)
as for the dummy make sure to change the animation cast fields and the movement fields to 0

check out the attached map for the changes.
 

Attachments

  • Invisibility Problem 1.w3m
    120.3 KB · Views: 3
Level 13
Joined
Sep 11, 2013
Messages
467
Ok so the problem your having with your spell is issues with your dummy unit casting the dummy buff. what's happening is due to the animation and turning required to cast the dummy spell the buff is causing the buff to be applied after periodic triggers checks for the buff, causing the unit to be removed from the group instantly, also the reason the unit isn't losing invisibility is because your trigger is removing it from triggering unit rather than picked unit.

The fixes are as follows
  • Unit - Remove Ghost from (Triggering unit)
Should Be:
  • Unit - Remove Ghost from (Picked unit)
as for the dummy make sure to change the animation cast fields and the movement fields to 0

check out the attached map for the changes.
Oh, thanks so much, it seems to work now!
 
Status
Not open for further replies.
Top