HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

how to make spell which u cant dispel?

08-04-2007, 07:25 PM#1
markone
i wanna know is there any way to make some blizz spell unpurgeable - disable dispeling... per example bloodlust spell? or any other? or its only possible if its made in trigers...?
08-04-2007, 08:09 PM#2
botanic
you could do something like

event
unit is target of ability
condition
targeted unit has buff (or w/e) = Test
Event
creat one dumy caster at position of unit casting ability
cast Test spell on target unit
08-04-2007, 08:24 PM#3
markone
u mean recasting thing... but how to be sure that it will have good duration?
set timer on 1st cast?
08-04-2007, 08:40 PM#4
botanic
ya that would be easy nuff like you said just use a timer also make shure there isnt a casting animation on the dummycaster casting the spell or it would look kinda odd ;P

EDIT:

Also remember to set another trigger

on timer expires remove spell ;P