HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Spell Ability Problems

09-05-2004, 02:33 PM#1
fugly
does any one know why wc3 would confuse 2 abilities that DON'T have the same base ability? maybe i am missing something

also under what circumstances would an ability not fire a trigger? cause i am having some problems where trigger goes off when an ability is used, i thought there was an issue with the trigger, but couldn't see the problem so i created another simple trigger that when an ability is used to display "hi" but that didn't go off either, any idea what could cause an ability to just not fire a trigger?
09-05-2004, 04:52 PM#2
duckduck
1st question: im not sure but the abilities might have the same buff

2nd question:
Code:
Events:
  Unit beings casting the effect of an ability
(if needed)
Conditions:
  Ability being cast = (what ever)

Actions:
  Display hi to all players.
09-05-2004, 07:02 PM#3
fugly
actually i even got rid of the condition, i just wanted to see the trigger fire. but it didn't