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

Simple Spell Request (Throw Stone)

Status
Not open for further replies.
Level 31
Joined
Apr 17, 2009
Messages
3,572
Hey guys,

I need a spell for my survival map. You can find stones all over the map as items. They're used as crafting material, but I also want them to be throwable.

I want to use it out of the inventory. You click on the stone, then click somewhere on the ground or directly on an enemy and it will throw the stone with a stone missile and if it hits something on it's way it will deal damage and stun for 1 second.

That's all I need. I need it in GUI please.

I will give you credits and reputation.
Thanks
 
Level 31
Joined
Apr 17, 2009
Messages
3,572
I wouldn't post this in the request forum if I knew how to and where to do this. So instead of simply linking me a system you could have told me what exactly to do. But thanks for the hint with the system doc, I didn't know it was there. I played a little bit with it, but somehow it doesn't do damage anymore?! Can you help me please?
 

Attachments

  • Stone Missile System V1.03.w3x
    77.3 KB · Views: 47
Level 23
Joined
Jan 1, 2009
Messages
1,615
In the Example 1 trigger:
Change:
  • MS_AoEorSlboolean1 = true
  • MS_ImpactRadius1 = 64
and change
  • MS_Target1 = (Target unit ..)
to
  • MS_TargetPoint1 = (Target point of ability being cast) (leaks..)
Then make the channel-spell Point Target.
That worked for me.

The MS_AoEorSIboolean defines whether it's unit target or point target (judging from the explanation)
 
Status
Not open for further replies.
Top