• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Dummy movespeed problem.

Status
Not open for further replies.
Level 2
Joined
Aug 13, 2018
Messages
4
I feel stupid for posting so much, but knowledge is power :)

So the problem is - I set the max speed of unit in gameplay constants to 2000, then changed Dummy's movespeed to 2000 through trigger so it would move like and actual missile for a skill but the Dummy still moves slow (I can tell that this is nowhere close 2000), i even trying setting base movement speed of actual Dummy in object editor but this didnt help. So im stuck :p

Any ideas?
 
I feel stupid for posting so much, but knowledge is power :)

So the problem is - I set the max speed of unit in gameplay constants to 2000, then changed Dummy's movespeed to 2000 through trigger so it would move like and actual missile for a skill but the Dummy still moves slow (I can tell that this is nowhere close 2000), i even trying setting base movement speed of actual Dummy in object editor but this didnt help. So im stuck :p

Any ideas?

This is the basis for most projectile systems that use dummy missiles:
  • Untitled Trigger 001
    • Events
      • Time - Every 0.03 seconds of game time
    • Conditions
    • Actions
      • Unit - Move (Dummy) instantly to ((Position of (Dummy)) offset by 10.00 towards (Facing of (Dummy)) degrees)
I attached a map below that has a VERY basic missile system. It will only work for 1 missile at a time but it should help you understand the concept better. If you want I could show you how to set this up so that it's MUI-which means that it would work for multiple units/players at the same time without any issues.
 

Attachments

Status
Not open for further replies.
Back
Top