• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Spell] Need help GUI

Status
Not open for further replies.
Level 8
Joined
May 9, 2010
Messages
266
Hey guys!
I got some problem.
For example i have items witch can be used only on items.
But I can not allow self-usage of items. I cant create right event+condition with it. Is it possible?
I really need your help, i`m in panic xD
 

Attachments

  • temp 2.jpg
    temp 2.jpg
    25.3 KB · Views: 49
Last edited:
Level 6
Joined
May 20, 2014
Messages
228
I'm really confused as to what you're trying to say. Are you saying you want item abilities to only be used on other items?
 
Last edited:
Level 21
Joined
Aug 13, 2011
Messages
739
Maybe something like this?
  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to ItemTargetingAbility
    • (Item-type of (Target item of ability being cast)) Equal to ItemType
 
Level 8
Joined
May 9, 2010
Messages
266
Maybe something like this?
  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to ItemTargetingAbility
    • (Item-type of (Target item of ability being cast)) Equal to ItemType

Thanks for your repplie

I want to make items usable on the same items, but not this item itself.
So for example i can use bottle on the another bottle, but i cant use it on the bottle witch i am using to cast.
 
Status
Not open for further replies.
Top