• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How do you create a new behavior?

Status
Not open for further replies.
Level 1
Joined
Aug 31, 2010
Messages
3
Here's what I want to do:

I want to give a unit the ability to jump down cliffs but not go up them.

I've been able to mimic reaper jump behavior on other units by giving them the behavior and the proper mover. I tried to set the mover for jump up to "Ground" but it crashes the game every time said unit tries to go up a cliff. I also tried to change the ranges for when a jump can be initiated, but they're all done through deltas (so up and down isn't differentiated).

I'm think I might need to create a new behavior that doesn't even think about jumping up, but I'm not sure how to go about this.

Can someone please help me?

Thanks,
LiquidJ
 
Level 5
Joined
Jun 3, 2010
Messages
100
I copied the behavior for Reaper Jump and the only thing I can think of is removing the Mover Up. Unfortunately that also caused a crash. It's possible that it is a bug. I'd send something to Blizzard, not sure if they do anything about Bug Reports, but it's worth the shot.
 
Status
Not open for further replies.
Top