Page 1 of 1

How can I increase the maps height barrier limit? [Solved]

Posted: Wed Mar 28, 2007 1:30 pm
by Hunted_One
Hi, what I need to know is how to make the barrier in the sky that's automatically there allow me to go higher. You know, that troublesome thing when you build terrain that stops you from jumping some ways up? That kills you if you jump if you're too far up? Yeah, so I need to know how to make that go higher up. I have a big hill which has this debilitating problem. Thanks if you can tell me how. I know it's possible...

-Penguin_Unit

RE: Fly/Unit/Vehicle/Other sky barrier limit increase?

Posted: Wed Mar 28, 2007 1:52 pm
by Carth
Yeah it IS possible!

You only have to change 2 lines in your Lua:
SetMaxFlyHeight(100)
SetMaxPlayerFlyHeight(100)
The normal value is 40 meters and you can set up the limit as high as you want! Do this in every lua of your map!

Carth

Posted: Wed Mar 28, 2007 1:59 pm
by Hunted_One
Dude...THANK YOU!!!