Simple Spell Request (Throw Stone)

Status
Not open for further replies.
Level 31
Joined
Apr 17, 2009
Messages
3,545
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
 
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

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.
Back
Top