• 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.

Items

Status
Not open for further replies.
Level 8
Joined
Sep 2, 2012
Messages
308
Hi Again :ogre_hurrhurr:

I Want To Know How To Make A Item That When You Click it For Example Casts War Stomp :wink: just I Want To Know That Clickable Items For Casting . And Also I Want To Know That Item For Example Target The Enemey And Cast Cripple . I Know Its Seems Newbie :ogre_icwydt: But I Starting It
 
Level 30
Joined
Nov 29, 2012
Messages
6,637
Hi Again :ogre_hurrhurr:

I Want To Know How To Make A Item That When You Click it For Example Casts War Stomp :wink: just I Want To Know That Clickable Items For Casting . And Also I Want To Know That Item For Example Target The Enemey And Cast Cripple . I Know Its Seems Newbie :ogre_icwydt: But I Starting It

For your first problem, in Object Editor, find your item that you want to have the ability War Stomp then find the data there Ability - Ability then simply add your ability Warstomp on it and when you test it. By clicking the item in your inventory, it will cast War Stomp

For the second problem, I dont seem to know that item but you can just create an item for it and follow what I said before. Give it the ability Cripple. And the item will have that ability.

It seems newbie? No, everyone starts off at that level so dont feel down about yourself.
 
Level 30
Joined
Nov 29, 2012
Messages
6,637
Or you could also use this:
  • Item Cast
  • Events
    • Unit -A Unit uses an item
  • Conditions
    • Item = Item being manipulated equal to your Item
  • Actions
    • Unit - Order (Hero Manipulating Item) to Orc Tauten Chieftain - War Stomp

Yes, also an option but why would you still use a trigger if just adding an ability is so easy to do. Well, maybe that can be valid if the ability limits that can be put in items have been met but to remain simple, just adding an ability is the simplest way.

And also you do know for the Action to be fulfilled, the unit must have the ability Warstomp where in adding it to the item is much more easier.
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
@Hell_Master
Not all item has its Stats - Actively Used field set to True.
You cannot simply add the ability to the item and you can use it, no you can't.
You must set this field to True, only this way, it enables the item to turn to clickable item, else, you can click on it but nothing happens - as if the item is a passive item.
 
Level 30
Joined
Nov 29, 2012
Messages
6,637
@Hell_Master
Not all item has its Stats - Actively Used field set to True.
You cannot simply add the ability to the item and you can use it, no you can't.
You must set this field to True, only this way, it enables the item to turn to clickable item, else, you can click on it but nothing happens - as if the item is a passive item.

Ah forgot to add that but I think it is an obvious thing but adding that for me...lol... THANK YOU!
 
Status
Not open for further replies.
Top