• 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.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

[JASS] can jass change art?

Status
Not open for further replies.
Level 1
Joined
Jan 20, 2009
Messages
5
hey im a beginner jass programmer and i was wondering if there is a function that can control art of units or their projectiles
i looked over jasscraft native list and didn't find it is there a way?
 
Level 8
Joined
Aug 6, 2008
Messages
451
There is no native to do stuff like that, but that doesnt mean that it is impossible.

For changing unit textures you can use that Toadcops dynamic texture changing thingy, which can be found from wc3c.net. ( Its called DUSC if I remember right )

For unit projectiles you should sue some projectile system, which handles all ranged attacks, instead of using normal wc3 ranged attacks. This is cool also because it allows you to make for example some slow time stuff that slows ranged attack projectiles. ( Like Blueshift in Tides of Blood )
 
Status
Not open for further replies.
Top