Making units able to move through other units

Give it locust and move it via triggers? What exactly are you trying to do with this? I can make you a spell in vJass if you want...
EDIT: I read your main post, give your hero crow form, then set its fly height, then just remove it, it gives it the ability to fly
OR: Simply give the unit flying ability?
 
this wont let unit ignore other units.

if you set unit movetype to fly it will ignore cliffs.

if you give unit locust it will become uncontrollable.
 
@bogrim:
you were wrong about the Ghost (visible) ability.
as i posted above giving it to a unit only allows other units to walk through it, not the unit itself.

on-topic:
i'd say try permanent invisibility and check if it removes pathing. then set its cooldown to an incredibly high number.
if that doesnt work do it with windwalk and set the fading time to an incredibly high number.
 
@bogrim:
you were wrong about the Ghost (visible) ability.
as i posted above giving it to a unit only allows other units to walk through it, not the unit itself.
I wasn't talking about any ability. I was talking about disabling collusion. I have plenty of units that move at no collusion (channeled summons and such). They still have to path around units with collusion but they can slip through any number of units. And any unit won't have problems passing through it.

Ghost (visible) is the ward ability so it's understandable that the AI isn't coded to make the unit take advantage of movement. Wind Walk and Locust are the only abilities that allow the casting unit to pass directly through other units.
 
Permanent invisability didn't work, and I can't use windwalk. I'll just have to stick with turning off collosion atm. Thanks for the support guys!
 
I'm making a spell like the World of Warcraft spell ''Charge''. The unit will rush towards the target unit after using the target spell Charge on it. The unit already have the maximum number of spells it can have, so if I added windwalk to it and ordered it to use it, it wouldn't have enough slots.
 
windwalk rune?

ps. i like threads about someone who wants to do something only way he like but anyway ask about how to do it.
 
I'm making a spell like the World of Warcraft spell ''Charge''. The unit will rush towards the target unit after using the target spell Charge on it. The unit already have the maximum number of spells it can have, so if I added windwalk to it and ordered it to use it, it wouldn't have enough slots.
There's no limit to the number of abilities a unit can have. Yes, there's a limit to how many abilities the graphic interface can display, but it doesn't affect adding an ability to a unit with a trigger and ordering it to use the spell.

However, there is a much simpler solution to your problem. Use a periodic trigger and move the unit towards the target instead of ordering the unit to move. The following calls will allow you to move a unit through other units and without interrupting its current orders:

Trigger:
  • Actions
    • Custom script: call SetUnitX( GetTriggerUnit(), GetLocationX(udg_YourPointVariable) )
    • Custom script: call SetUnitY( GetTriggerUnit(), GetLocationY(udg_YourPointVariable) )
 
Hm, using a rune wasn't a dumb idea! I'll definetly try it, thanks for all help guys
 
If the rune doesn't work...
OK, so couldn't you do DioD's trigger, than make regions for the cliffs/trees that the units cant pass?
 
just use wind walk with 300 second Transition Time with no invisible. It worked!

note:yea i know i just reply an old post but just incase if anyone passes through this post and need this guide.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    We have some elderly guests that regularly come hang out at the bar at the end of the night, and every once in a while we don't see someone for a few weeks and then someone shows up with their obituary.
  • Varine Varine:
    We usually let them do their memorials there in the morning if they want to and I'll make them some snacks and drinks. There was one guy named Tom that came in like every night and would sit by himself and get a bunch of soup and a glass of wine. idk why but he LOVED our fucking soup, like he would order a fucking quart of it at a time and would always get so sad when we stop doing it for the summer.
    +1
  • Varine Varine:
    But he also loved our calamari, which is another thing I hate but it sells super well so I can't change it. There was one day he came in and was asking me how to make it, because he tried to at home once in the off season when we stop running it and he really wanted it lol
  • Varine Varine:
    I think he's one of the only people I've made recipes for for free because he really wanted a broccoli cheddar, and it was like dude I don't have a recipe, it's just whatever I have, but here, this is how you do it
  • Varine Varine:
    I don't think he ever figured out how to do the calamari in a pan though, like idk how to do that either. He was afraid of the at home deep fryers though and it's like yeah, that's fair, I am too
  • Varine Varine:
    He was just such a sweet old man, we had two servers pregnant and they held a baby shower together, he was soooooo fucking excited to get to see a baby. Unfortunately he died a month or so before they were born
  • The Helper The Helper:
    So I decided to Google some people that I had not seen or heard from in a while and sure enough one of my old best friends, we had a falling out years ago but whatever, find out he died of Pancreatic Cancer in January. I have also lost a few of my closer acquaintances from growing up the last year. Getting old - people die - I kinda thought it was going to be this way a few years ago....
    +2
  • The Helper The Helper:
    Forum running super slow again
  • Ghan Ghan:
    Not really clear from the stats as to what is causing the slowness.
  • Ghan Ghan:
    We get a lot of guest traffic so it may just be the load is getting too high and not from any particular source.
  • Ghan Ghan:
    Looks like the server is maxed out on CPU.
  • Ghan Ghan:
    Oh it looks like a lot of the traffic is Silkroad Forums. That domain isn't protected by Cloudflare.
  • Ghan Ghan:
    But the old Silkroad site is still on its own server. I just had a test site set up on this server for it.
  • Ghan Ghan:
    I just disabled that test site. Let's see if that helps the load.
  • Ghan Ghan:
    Looks much better already.
  • The Helper The Helper:
    I had actually forgot about the Silkroad site. I had asked
  • The Helper The Helper:
    SD Ryoko about it and he said the couple of people left on there really like it, that was a few years ago, maybe I should check back
  • jonas jonas:
    I guess when you're getting old, and the last day of soup season draws near, you start wondering
  • jonas jonas:
    will I make it to the start of the next season? or was this the last time I'll ever have my favorite dish?
  • The Helper The Helper:
    I am doing my first Vibe Coding project. In installed the environment and tools according to instructions but it is all chat doing this for me at my direction. It is fun really and holy shit I might finish in 2 hours what it would have taken a day to in my Access and this would be an electron app complete new
  • Ghan Ghan:
    Good stuff.
  • Ghan Ghan:
    Just make sure it is secure. :)
    +1
  • The Helper The Helper:
    It will only be on internal network
  • jonas jonas:
    Man the AI is good about gaslighting about security though. I've had several times where I pointed out security problems and it tried to convince me that with a tiny tweak it suddenly becomes secure
  • jonas jonas:
    Like using a distrobox as a "secure" container, and when I point out that's not secure at all, it claimed that specifying home will make it secure

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials
      Top