Item active when cast spell not Item

Olmeca

Member
Reaction score
2
In a map I have an item than says "Each time you cast a spell you restore 5% life of your total life", but if I use an item this trigger actives, I want to active only when use an ability not an item. how I do that? :rolleyes:
 

Joccaren

You can change this now in User CP.
Reaction score
54
Long, but... Check if the ability being cast is:
Your non-ItemAbilityOne
or
Your non-ItemAbilityTwo
or
Your non-ItemAbilityThree

ect.
 

NoobImbaPro

You can change this now in User CP.
Reaction score
60
5% is 5/100 and that is 1/20, (max life)/20 is 5% of your hero's max life
Trigger:
  • Each time you cast a spell you restore 5% life of your total life
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • ((Casting unit) has an item of type "your item") Equal to True
    • Actions
      • Unit - Set life of (Casting unit) to ((Life of (Casting unit)) + ((Max life of (Casting unit)) / 20.00))

you can add some special effects....
 

Joccaren

You can change this now in User CP.
Reaction score
54
Trigger:
  • Each time you cast a spell you restore 5% life of your total life
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • ((Casting unit) has an item of type "your item") Equal to True
    • Actions
      • Unit - Set life of (Casting unit) to ((Life of (Casting unit)) + ((Max life of (Casting unit)) / 20.00))

you can add some special effects....

1. That is pretty much repeating what I said
2. They want it this to affect all abilities except item abilities. Your trigger just restores life when they are holding a specific item. Nothing like what they want.
 

Moridin

Snow Leopard
Reaction score
144
@noobimbapro: You didn't read the post properly.

Olmeca, you could also check if the abilities cast ARE any of your heroes' abilities. Joccaren's solution of checking if they AREN'T item abilites would work too, but it depends on whether you have more item abilities or more hero abilities.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top