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

[JASS] Jass Help needed

Status
Not open for further replies.
Level 7
Joined
Sep 5, 2006
Messages
333
Is there a Jass function like get attachment point or something. It will tell you the place of a attachment point. I am a real noob in Jass , so i need help.
 
There is this function, AddSpecialEffectTargetUnitBJ, all i need to know is what happened inside the function to know the hight of the point, is there anyway to do it??
 
There is this function, AddSpecialEffectTargetUnitBJ, all i need to know is what happened inside the function to know the hight of the point, is there anyway to do it??

All you need to know is that there is no way to find out what the height is. THERE IS NO WAY.
Adding special effects is simply attaching a model (the effect) to a part of the model (the attachment point). It doesn't take heights or anything.
 
WHY ARE YOU INSISTING THERE IS NO WAI TO DO DAT
you just fail
there is no function for that but you can do it yourself.
I think game cache is the best choice to link the unit type with his model, basically the height will be always the same for the same attachment and model.
and the x/y will depend the position and orientation of the unit
So you can set real variables.

But you can't change the model size in any way or it will fail (some spells change the model size)
Or make an approximation of it

Anyway it would be boring and crazy to make it ...
 
Last edited:
Status
Not open for further replies.
Back
Top