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

Dagon

Status
Not open for further replies.

mega.father

M

mega.father

In WC3, the DotA equivalent of Dagon is finger of death? I just remember there being an item that does the same thing as dagon in the bonus campaign.

Aside from that, I'd like to know if one can change the projectile color of the "dagon" from red to anything r g b via a command such as -dagon r g b.

Is it possible, and is it simple enough that a editor-retard can make himself?
 
It's not possible to change the color of projectiles. You would have to create another particle, and import it.

But you could make, for example, different kinds of dragons, all with the same stats, values, model, same everything, but change the projectile art.
When you type in that command, just replace the dragon with another one.

But the problem with this, is that you'll need the game to remember the life and mana of the dragon you're replacing, and for that you'll need integer variables, and some triggers.

Not that simple for an editor-retard. ;P
 
It's not possible to change the color of projectiles. You would have to create another particle, and import it.

But you could make, for example, different kinds of dragons, all with the same stats, values, model, same everything, but change the projectile art.
When you type in that command, just replace the dragon with another one.

But the problem with this, is that you'll need the game to remember the life and mana of the dragon you're replacing, and for that you'll need integer variables, and some triggers.

Not that simple for an editor-retard. ;P

he said DAGON not DRAGON, Dagon is an item in DotA that deals damage using a FingerofDeath like skill... I think its a little bir harder to edit the red lightning because its a lightning effect... but nevertheless you need new models and different Dagons if you want to have different lightning colors...
 
It is possible to ,,recolor" lighting, just by using triggers. All you need is a good leak clearer and triggerer. I suggest CeDiL or -SoulBurn - they are my friends, and they are good with both vJass (CeDiL) and GUI (-SoulBurn). Importing skins is not wise, because of map size growth and possible issues. Why import when you can trigger? Ask CeDiL or -SoulBurn.
 
Status
Not open for further replies.
Back
Top